Pull request #4751 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8+587930f9e62dbb8d1de22549799db07406fff5b2 (7a3747f67b04f7e5b4cf4d79cda3e7a1ff9a3f7f) 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-ssh15578971679517921188.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh16637504776472387974.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-4751/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-4751/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15417688352099659749.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-4751/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8699965518364206206.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh11475038965011047695.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-4751/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-4751/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5882437834918897238.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-27819 in /w/workspace/edgexfoundry_edgex-go_PR-4751 [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/4751/head:refs/remotes/origin/PR-4751 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 587930f9e62dbb8d1de22549799db07406fff5b2 into PR head commit c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 Merge succeeded, producing c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 Checking out Revision c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 (PR-4751) > git config core.sparsecheckout # timeout=10 > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # 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 587930f9e62dbb8d1de22549799db07406fff5b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # timeout=10 Commit message: "feat: Add new StoreForwardQueueSize metric to common App services config" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-01-24T18:23:19.093Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-01-24T18:23:19.294Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-01-24T18:23:19.418Z] ========================================================= [2024-01-24T18:23:19.418Z] EdgeX Global Pipelines Version Info [2024-01-24T18:23:19.418Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:23:20.208Z] ------------------- [2024-01-24T18:23:20.208Z] stable info: [2024-01-24T18:23:20.208Z] ------------------- [2024-01-24T18:23:20.208Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-01-24T18:23:20.208Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-01-24T18:23:20.208Z] Message: update stable to v1.0.258 [2024-01-24T18:23:20.781Z] ------------------- [2024-01-24T18:23:20.781Z] experimental info: [2024-01-24T18:23:20.781Z] ------------------- [2024-01-24T18:23:20.781Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-01-24T18:23:20.781Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-01-24T18:23:20.781Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-01-24T18:23:20.983Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-01-24T18:23:21.042Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-01-24T18:23:21.101Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-01-24T18:23:21.226Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-01-24T18:23:21.281Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-01-24T18:23:21.335Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-01-24T18:23:21.391Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-01-24T18:23:21.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-01-24T18:23:21.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-01-24T18:23:21.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-01-24T18:23:21.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-01-24T18:23:21.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-01-24T18:23:21.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-01-24T18:23:21.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-01-24T18:23:21.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-01-24T18:23:21.912Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-01-24T18:23:21.985Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-01-24T18:23:22.049Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-01-24T18:23:22.117Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-01-24T18:23:22.181Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-01-24T18:23:22.242Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-01-24T18:23:22.305Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-01-24T18:23:22.374Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-01-24T18:23:22.440Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4751 [Pipeline] echo [2024-01-24T18:23:22.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4751 [Pipeline] echo [2024-01-24T18:23:22.586Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4751 [Pipeline] echo [2024-01-24T18:23:22.656Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] echo [2024-01-24T18:23:22.725Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8d85a4 [Pipeline] echo [2024-01-24T18:23:22.797Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-01-24T18:23:22.966Z] provisioning config files... [2024-01-24T18:23:22.980Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14440461222079189657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:23:23.387Z] ---> ****-login.sh [2024-01-24T18:23:23.387Z] nexus3.edgexfoundry.org:10001 [2024-01-24T18:23:23.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:23:23.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:23:23.646Z] Configure a credential helper to remove this warning. See [2024-01-24T18:23:23.646Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:23:23.646Z] [2024-01-24T18:23:23.646Z] Login Succeeded [2024-01-24T18:23:23.646Z] nexus3.edgexfoundry.org:10002 [2024-01-24T18:23:23.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:23:23.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:23:23.907Z] Configure a credential helper to remove this warning. See [2024-01-24T18:23:23.907Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:23:23.907Z] [2024-01-24T18:23:23.907Z] Login Succeeded [2024-01-24T18:23:23.907Z] nexus3.edgexfoundry.org:10003 [2024-01-24T18:23:23.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:23:23.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:23:23.907Z] Configure a credential helper to remove this warning. See [2024-01-24T18:23:23.907Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:23:23.907Z] [2024-01-24T18:23:23.907Z] Login Succeeded [2024-01-24T18:23:23.907Z] nexus3.edgexfoundry.org:10004 [2024-01-24T18:23:23.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:23:24.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:23:24.168Z] Configure a credential helper to remove this warning. See [2024-01-24T18:23:24.168Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:23:24.168Z] [2024-01-24T18:23:24.168Z] Login Succeeded [2024-01-24T18:23:24.168Z] ****.io [2024-01-24T18:23:24.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:23:24.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:23:24.431Z] Configure a credential helper to remove this warning. See [2024-01-24T18:23:24.431Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:23:24.431Z] [2024-01-24T18:23:24.431Z] Login Succeeded [2024-01-24T18:23:24.431Z] ---> ****-login.sh ends [Pipeline] } [2024-01-24T18:23:24.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-01-24T18:23:24.963Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/core-command/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo core-command,cmd/core-command/Dockerfile [2024-01-24T18:23:24.963Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-01-24T18:23:24.963Z] cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/core-data/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo core-data,cmd/core-data/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/core-metadata/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-spire-agent/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-spire-config/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/security-spire-server/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/support-notifications/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-01-24T18:23:24.963Z] + dirname cmd/support-scheduler/Dockerfile [2024-01-24T18:23:24.963Z] + cut -d/ -f2 [2024-01-24T18:23:24.963Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-01-24T18:23:25.017Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-01-24T18:23:25.625Z] + git rev-list -1 --merges c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8~1..c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] echo [2024-01-24T18:23:25.661Z] -----------> git rev-list -1 --merges c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8~1..c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [false] [Pipeline] sh [2024-01-24T18:23:25.993Z] + git log --format=format:%s -1 c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] echo [2024-01-24T18:23:26.033Z] ========================================================= [2024-01-24T18:23:26.033Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-01-24T18:23:26.033Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-01-24T18:23:26.565Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-01-24T18:23:26.565Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-01-24T18:23:26.565Z] + [ -e /tmp/ssh_known_hosts ] [2024-01-24T18:23:26.565Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-01-24T18:23:26.565Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-01-24T18:23:26.565Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-01-24T18:23:26.565Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:23:27.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-24T18:23:27.090Z] [2024-01-24T18:23:27.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:23:27.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-24T18:23:27.464Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-01-24T18:23:27.464Z] b85a868b505f: Pulling fs layer [2024-01-24T18:23:27.464Z] e2be974225ed: Pulling fs layer [2024-01-24T18:23:27.464Z] 339a4e72a1f5: Pulling fs layer [2024-01-24T18:23:27.464Z] 988bab9f4d93: Pulling fs layer [2024-01-24T18:23:27.464Z] 1469e6f7b9e6: Pulling fs layer [2024-01-24T18:23:27.464Z] eaf3925da568: Pulling fs layer [2024-01-24T18:23:27.464Z] bab4dde63d76: Pulling fs layer [2024-01-24T18:23:27.464Z] bde34c3a00c8: Pulling fs layer [2024-01-24T18:23:27.464Z] b352a97aabf1: Pulling fs layer [2024-01-24T18:23:27.464Z] 4872d77fe225: Pulling fs layer [2024-01-24T18:23:27.464Z] 5851b861e8e6: Pulling fs layer [2024-01-24T18:23:27.464Z] eaf3925da568: Waiting [2024-01-24T18:23:27.464Z] bab4dde63d76: Waiting [2024-01-24T18:23:27.464Z] 1469e6f7b9e6: Waiting [2024-01-24T18:23:27.464Z] bde34c3a00c8: Waiting [2024-01-24T18:23:27.464Z] 988bab9f4d93: Waiting [2024-01-24T18:23:27.464Z] 5851b861e8e6: Waiting [2024-01-24T18:23:27.464Z] b352a97aabf1: Waiting [2024-01-24T18:23:27.464Z] 4872d77fe225: Waiting [2024-01-24T18:23:27.464Z] e2be974225ed: Download complete [2024-01-24T18:23:27.464Z] 988bab9f4d93: Verifying Checksum [2024-01-24T18:23:27.464Z] 988bab9f4d93: Download complete [2024-01-24T18:23:27.464Z] 1469e6f7b9e6: Verifying Checksum [2024-01-24T18:23:27.464Z] 1469e6f7b9e6: Download complete [2024-01-24T18:23:27.723Z] 339a4e72a1f5: Verifying Checksum [2024-01-24T18:23:27.723Z] 339a4e72a1f5: Download complete [2024-01-24T18:23:27.723Z] eaf3925da568: Verifying Checksum [2024-01-24T18:23:27.723Z] eaf3925da568: Download complete [2024-01-24T18:23:27.723Z] bde34c3a00c8: Verifying Checksum [2024-01-24T18:23:27.723Z] bde34c3a00c8: Download complete [2024-01-24T18:23:27.723Z] b352a97aabf1: Download complete [2024-01-24T18:23:27.723Z] 4872d77fe225: Verifying Checksum [2024-01-24T18:23:27.723Z] 5851b861e8e6: Verifying Checksum [2024-01-24T18:23:27.723Z] 5851b861e8e6: Download complete [2024-01-24T18:23:27.723Z] b85a868b505f: Verifying Checksum [2024-01-24T18:23:27.723Z] b85a868b505f: Download complete [2024-01-24T18:23:27.980Z] bab4dde63d76: Verifying Checksum [2024-01-24T18:23:27.980Z] bab4dde63d76: Download complete [2024-01-24T18:23:28.916Z] b85a868b505f: Pull complete [2024-01-24T18:23:28.916Z] e2be974225ed: Pull complete [2024-01-24T18:23:29.484Z] 339a4e72a1f5: Pull complete [2024-01-24T18:23:29.484Z] 988bab9f4d93: Pull complete [2024-01-24T18:23:29.743Z] 1469e6f7b9e6: Pull complete [2024-01-24T18:23:29.743Z] eaf3925da568: Pull complete [2024-01-24T18:23:31.650Z] bab4dde63d76: Pull complete [2024-01-24T18:23:31.650Z] bde34c3a00c8: Pull complete [2024-01-24T18:23:31.650Z] b352a97aabf1: Pull complete [2024-01-24T18:23:31.650Z] 4872d77fe225: Pull complete [2024-01-24T18:23:31.650Z] 5851b861e8e6: Pull complete [2024-01-24T18:23:31.650Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-01-24T18:23:31.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-01-24T18:23:31.911Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:23:32.259Z] prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container [2024-01-24T18:23:32.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-01-24T18:23:35.275Z] $ docker top 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b -eo pid,comm [2024-01-24T18:23:35.323Z] 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-01-24T18:23:35.323Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-01-24T18:23:35.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-01-24T18:23:35.525Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-24T18:23:35.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-24T18:23:35.631Z] $ docker exec 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent [2024-01-24T18:23:35.739Z] SSH_AUTH_SOCK=/tmp/ssh-M1eXrqjTmRrB/agent.32 [2024-01-24T18:23:35.739Z] SSH_AGENT_PID=38 [2024-01-24T18:23:35.746Z] Running ssh-add (command line suppressed) [2024-01-24T18:23:35.859Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14560733520513368568.key (/w/workspace/edgex-go/1@tmp/private_key_14560733520513368568.key) [2024-01-24T18:23:35.873Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-24T18:23:36.222Z] + git tag --points-at HEAD [Pipeline] } [2024-01-24T18:23:36.250Z] $ docker exec --env ******** --env ******** 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent -k [2024-01-24T18:23:36.350Z] unset SSH_AUTH_SOCK; [2024-01-24T18:23:36.351Z] unset SSH_AGENT_PID; [2024-01-24T18:23:36.351Z] echo Agent pid 38 killed; [2024-01-24T18:23:36.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-01-24T18:23:36.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-01-24T18:23:36.481Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-24T18:23:36.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-24T18:23:36.602Z] $ docker exec 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent [2024-01-24T18:23:36.698Z] SSH_AUTH_SOCK=/tmp/ssh-SBc2TemiqTru/agent.69 [2024-01-24T18:23:36.698Z] SSH_AGENT_PID=75 [2024-01-24T18:23:36.704Z] Running ssh-add (command line suppressed) [2024-01-24T18:23:36.799Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14419967644384992820.key (/w/workspace/edgex-go/1@tmp/private_key_14419967644384992820.key) [2024-01-24T18:23:36.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-24T18:23:37.160Z] + git semver init [2024-01-24T18:23:37.420Z] 2024-01-24 18:23:37,335 [run_init] DEBUG init version:0.0.0 force:False [2024-01-24T18:23:37.420Z] 2024-01-24 18:23:37,336 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-01-24T18:23:37.420Z] 2024-01-24 18:23:37,336 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-01-24T18:23:37.420Z] 2024-01-24 18:23:37,336 [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-01-24T18:23:45.497Z] 2024-01-24 18:23:44,323 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-01-24T18:23:45.497Z] 2024-01-24 18:23:44,324 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4751 with force:False [2024-01-24T18:23:45.497Z] 2024-01-24 18:23:44,324 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4751 [2024-01-24T18:23:45.497Z] 2024-01-24 18:23:44,328 [execute] INFO git cat-file --batch-check [2024-01-24T18:23:45.497Z] 2024-01-24 18:23:44,328 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-01-24T18:23:45.497Z] 2024-01-24 18:23:44,332 [execute] INFO git cat-file --batch [2024-01-24T18:23:45.497Z] 2024-01-24 18:23:44,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-01-24T18:23:45.497Z] 2024-01-24 18:23:44,337 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4751 [2024-01-24T18:23:45.498Z] 0.0.0 [Pipeline] } [2024-01-24T18:23:45.527Z] $ docker exec --env ******** --env ******** 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent -k [2024-01-24T18:23:45.637Z] unset SSH_AUTH_SOCK; [2024-01-24T18:23:45.637Z] unset SSH_AGENT_PID; [2024-01-24T18:23:45.637Z] echo Agent pid 75 killed; [2024-01-24T18:23:45.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-01-24T18:23:46.141Z] + git semver [Pipeline] } [2024-01-24T18:23:46.426Z] $ docker stop --time=1 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b [2024-01-24T18:23:47.704Z] $ docker rm -f --volumes 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b [Pipeline] // withDockerContainer [Pipeline] sh [2024-01-24T18:23:48.136Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-01-24T18:23:48.439Z] Stashed 1 file(s) [Pipeline] echo [2024-01-24T18:23:48.457Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-01-24T18:23:49.482Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-01-24T18:23:49.522Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-24T18:23:49.582Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-24T18:23:49.642Z] ========================================================= [2024-01-24T18:23:49.642Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-01-24T18:23:49.642Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-01-24T18:23:50.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-01-24T18:23:50.014Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-01-24T18:23:50.014Z] 7264a8db6415: Pulling fs layer [2024-01-24T18:23:50.014Z] c4d48a809fc2: Pulling fs layer [2024-01-24T18:23:50.014Z] 4f1c88b9dad5: Pulling fs layer [2024-01-24T18:23:50.014Z] ad3a456e5733: Pulling fs layer [2024-01-24T18:23:50.014Z] 69c7f0334f64: Pulling fs layer [2024-01-24T18:23:50.014Z] 1f1c1a5573a3: Pulling fs layer [2024-01-24T18:23:50.014Z] ce7588e14bc9: Pulling fs layer [2024-01-24T18:23:50.014Z] b5e4710f87ac: Pulling fs layer [2024-01-24T18:23:50.014Z] 1f1c1a5573a3: Waiting [2024-01-24T18:23:50.014Z] ce7588e14bc9: Waiting [2024-01-24T18:23:50.014Z] b5e4710f87ac: Waiting [2024-01-24T18:23:50.014Z] 69c7f0334f64: Waiting [2024-01-24T18:23:50.014Z] ad3a456e5733: Waiting [2024-01-24T18:23:50.014Z] c4d48a809fc2: Download complete [2024-01-24T18:23:50.014Z] ad3a456e5733: Verifying Checksum [2024-01-24T18:23:50.014Z] ad3a456e5733: Download complete [2024-01-24T18:23:50.014Z] 69c7f0334f64: Verifying Checksum [2024-01-24T18:23:50.014Z] 69c7f0334f64: Download complete [2024-01-24T18:23:50.014Z] 7264a8db6415: Verifying Checksum [2024-01-24T18:23:50.014Z] 7264a8db6415: Download complete [2024-01-24T18:23:50.014Z] 1f1c1a5573a3: Verifying Checksum [2024-01-24T18:23:50.014Z] 1f1c1a5573a3: Download complete [2024-01-24T18:23:50.273Z] 7264a8db6415: Pull complete [2024-01-24T18:23:50.273Z] b5e4710f87ac: Verifying Checksum [2024-01-24T18:23:50.273Z] b5e4710f87ac: Download complete [2024-01-24T18:23:50.273Z] c4d48a809fc2: Pull complete [2024-01-24T18:23:50.532Z] 4f1c88b9dad5: Verifying Checksum [2024-01-24T18:23:50.532Z] 4f1c88b9dad5: Download complete [2024-01-24T18:23:50.790Z] ce7588e14bc9: Verifying Checksum [2024-01-24T18:23:50.790Z] ce7588e14bc9: Download complete [2024-01-24T18:23:54.076Z] 4f1c88b9dad5: Pull complete [2024-01-24T18:23:54.076Z] ad3a456e5733: Pull complete [2024-01-24T18:23:54.076Z] 69c7f0334f64: Pull complete [2024-01-24T18:23:54.076Z] 1f1c1a5573a3: Pull complete [2024-01-24T18:23:55.975Z] ce7588e14bc9: Pull complete [2024-01-24T18:23:56.542Z] b5e4710f87ac: Pull complete [2024-01-24T18:23:56.542Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-01-24T18:23:56.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-01-24T18:23:56.542Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-01-24T18:23:56.933Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-01-24T18:23:56.933Z] WORKDIR /edgex [2024-01-24T18:23:56.933Z] COPY go.mod . [2024-01-24T18:23:56.933Z] RUN go mod download [2024-01-24T18:23:56.933Z] + docker build -t ci-base-image-x86_64 -f - . [2024-01-24T18:23:57.501Z] Sending build context to Docker daemon 175.1MB [2024-01-24T18:23:57.501Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-01-24T18:23:57.501Z] ---> 88b5674ff536 [2024-01-24T18:23:57.501Z] Step 2/4 : WORKDIR /edgex [2024-01-24T18:24:02.771Z] ---> Running in 72fb5dfe8e6e [2024-01-24T18:24:02.771Z] Removing intermediate container 72fb5dfe8e6e [2024-01-24T18:24:02.771Z] ---> 4cafc5530bf4 [2024-01-24T18:24:02.771Z] Step 3/4 : COPY go.mod . [2024-01-24T18:24:02.771Z] ---> c79948a0408b [2024-01-24T18:24:02.771Z] Step 4/4 : RUN go mod download [2024-01-24T18:24:02.771Z] ---> Running in bca0dab89797 [2024-01-24T18:24:03.921Z] Still waiting to schedule task [2024-01-24T18:24:03.921Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-01-24T18:24:20.931Z] Removing intermediate container bca0dab89797 [2024-01-24T18:24:20.931Z] ---> 9ed92c58179f [2024-01-24T18:24:20.931Z] Successfully built 9ed92c58179f [2024-01-24T18:24:20.931Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:24:21.337Z] + docker inspect -f . ci-base-image-x86_64 [2024-01-24T18:24:21.337Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:24:21.532Z] prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container [2024-01-24T18:24:21.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-01-24T18:24:21.986Z] $ docker top 958d27a6a59aff20a438ac43a63cec4eeabbbcddf370d050105b61c00545da92 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-24T18:24:22.466Z] + go version [2024-01-24T18:24:22.466Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-01-24T18:24:22.500Z] $ docker stop --time=1 958d27a6a59aff20a438ac43a63cec4eeabbbcddf370d050105b61c00545da92 [2024-01-24T18:24:23.740Z] $ docker rm -f --volumes 958d27a6a59aff20a438ac43a63cec4eeabbbcddf370d050105b61c00545da92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:24:24.662Z] + docker inspect -f . ci-base-image-x86_64 [2024-01-24T18:24:24.662Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:24:24.865Z] prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container [2024-01-24T18:24:24.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-01-24T18:24:25.220Z] $ docker top 2b18a9f24225509a28f8ee18e5f02072cc96b08f6e4eeb0c5d6a86d7d5a3ba61 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-01-24T18:24:25.378Z] ========================================================= [2024-01-24T18:24:25.379Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-01-24T18:24:25.379Z] ========================================================= [Pipeline] sh [2024-01-24T18:24:25.672Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-01-24T18:24:26.072Z] + make test [2024-01-24T18:24:26.072Z] go test -race -coverprofile=coverage.out ./... [2024-01-24T18:24:32.640Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-01-24T18:24:44.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-01-24T18:24:44.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-01-24T18:24:44.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-01-24T18:24:44.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-01-24T18:24:44.833Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-01-24T18:24:44.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-01-24T18:24:44.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-01-24T18:24:45.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-01-24T18:24:45.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-01-24T18:24:45.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-01-24T18:24:45.350Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-01-24T18:24:45.350Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-01-24T18:24:45.350Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-01-24T18:24:45.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-01-24T18:24:47.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-01-24T18:24:47.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-01-24T18:24:48.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.039s coverage: 28.7% of statements [2024-01-24T18:24:50.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.065s coverage: 97.0% of statements [2024-01-24T18:24:50.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-01-24T18:24:50.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-01-24T18:24:50.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-01-24T18:24:51.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-01-24T18:24:51.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-01-24T18:24:52.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-01-24T18:24:52.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-01-24T18:24:52.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:24:52.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-01-24T18:24:52.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-01-24T18:24:53.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-01-24T18:24:53.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-01-24T18:24:53.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements [2024-01-24T18:24:53.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.083s coverage: 53.2% of statements [2024-01-24T18:24:56.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.786s coverage: 93.4% of statements [2024-01-24T18:24:56.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.061s coverage: 4.1% of statements [2024-01-24T18:24:56.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-01-24T18:24:56.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:24:56.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-01-24T18:24:56.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-01-24T18:24:56.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-01-24T18:24:56.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-01-24T18:24:56.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-01-24T18:24:56.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-01-24T18:24:56.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-01-24T18:24:56.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-01-24T18:24:57.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.350s coverage: 97.6% of statements [2024-01-24T18:24:57.827Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.041s coverage: 72.2% of statements [2024-01-24T18:24:58.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-01-24T18:24:58.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-01-24T18:24:59.336Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.063s coverage: 0.9% of statements [2024-01-24T18:24:59.336Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.058s coverage: 32.2% of statements [2024-01-24T18:24:59.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.042s coverage: 41.7% of statements [2024-01-24T18:25:00.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.042s coverage: 82.9% of statements [2024-01-24T18:25:00.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.048s coverage: 94.1% of statements [2024-01-24T18:25:00.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.068s coverage: 96.3% of statements [2024-01-24T18:25:00.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.039s coverage: 87.5% of statements [2024-01-24T18:25:00.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-01-24T18:25:00.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-01-24T18:25:00.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-01-24T18:25:00.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-01-24T18:25:00.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-01-24T18:25:00.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-01-24T18:25:00.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-01-24T18:25:00.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-01-24T18:25:01.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-01-24T18:25:01.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-01-24T18:25:01.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-01-24T18:25:01.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-01-24T18:25:02.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-01-24T18:25:02.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-01-24T18:25:02.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-01-24T18:25:04.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-01-24T18:25:04.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-01-24T18:25:05.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-01-24T18:25:05.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-01-24T18:25:08.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-01-24T18:25:08.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-01-24T18:25:08.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-01-24T18:25:09.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-01-24T18:25:09.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-01-24T18:25:09.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-01-24T18:25:13.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.052s coverage: 94.4% of statements [2024-01-24T18:25:14.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-01-24T18:25:14.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-01-24T18:25:14.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-01-24T18:25:14.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-01-24T18:25:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-01-24T18:25:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-01-24T18:25:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-01-24T18:25:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-01-24T18:25:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-01-24T18:25:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:25:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-01-24T18:25:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-01-24T18:25:17.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-01-24T18:25:17.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-01-24T18:25:17.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-01-24T18:25:17.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.273s coverage: 79.9% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.053s coverage: 92.9% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.015s coverage: 64.4% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.051s coverage: 62.3% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.045s coverage: 87.2% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.036s coverage: 20.0% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.034s coverage: 100.0% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.086s coverage: 81.8% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.067s coverage: 82.1% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.049s coverage: 86.0% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.173s coverage: 63.1% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.014s coverage: 73.7% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.275s coverage: 38.4% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.039s coverage: 89.5% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.044s coverage: 84.8% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.072s coverage: 19.9% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.129s coverage: 95.7% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.048s coverage: 61.8% of statements [2024-01-24T18:25:26.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.069s coverage: 98.9% of statements [2024-01-24T18:25:26.114Z] 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-01-24T18:25:26.114Z] running golangci-lint [2024-01-24T18:25:26.114Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-01-24T18:25:26.114Z] go version go1.21.0 linux/amd64 [2024-01-24T18:25:26.114Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-01-24T18:25:26.114Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-01-24T18:25:36.521Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-27820 in /w/workspace/edgexfoundry_edgex-go_PR-4751 [Pipeline] { [Pipeline] ws [2024-01-24T18:25:36.609Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-01-24T18:25:36.720Z] The recommended git tool is: git [2024-01-24T18:25:41.138Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 14.262731159s" [2024-01-24T18:25:41.138Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.904352ms" [2024-01-24T18:25:41.809Z] using credential edgex-jenkins-ssh [2024-01-24T18:25:41.828Z] Cloning the remote Git repository [2024-01-24T18:25:41.865Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-01-24T18:25:41.951Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-01-24T18:25:42.096Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-01-24T18:25:42.097Z] > git --version # timeout=10 [2024-01-24T18:25:42.115Z] > git --version # 'git version 2.25.1' [2024-01-24T18:25:42.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-01-24T18:25:42.262Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-01-24T18:25:49.246Z] level=info msg="[linters_context/goanalysis] analyzers took 1m22.654152209s with top 10 stages: buildir: 37.959549788s, gosec: 7.562470638s, inspect: 2.361015619s, printf: 1.652670667s, fact_deprecated: 1.599624502s, S1038: 1.220342297s, fact_purity: 1.119147953s, ctrlflow: 1.11094985s, nilness: 836.811897ms, errcheck: 797.510019ms" [2024-01-24T18:25:49.246Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-01-24T18:25:49.246Z] level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 197/197, exclude: 197/197, filename_unadjuster: 197/197, exclude-rules: 21/197, nolint: 0/21, identifier_marker: 197/197, cgo: 197/197, skip_files: 197/197, autogenerated_exclude: 197/197, path_prettifier: 197/197" [2024-01-24T18:25:49.246Z] level=info msg="[runner] processing took 16.166904ms with stages: nolint: 6.685528ms, identifier_marker: 4.772163ms, autogenerated_exclude: 1.517744ms, path_prettifier: 1.401943ms, exclude-rules: 1.046523ms, skip_dirs: 683.902µs, cgo: 34.411µs, filename_unadjuster: 18.74µs, max_same_issues: 1.5µs, exclude: 790ns, fixer: 640ns, uniq_by_line: 620ns, skip_files: 520ns, severity-rules: 400ns, sort_results: 350ns, diff: 300ns, path_shortener: 260ns, source_code: 190ns, max_from_linter: 160ns, max_per_file_from_linter: 120ns, path_prefixer: 100ns" [2024-01-24T18:25:49.247Z] level=info msg="[runner] linters took 9.221242454s with stages: goanalysis_metalinter: 9.20494457s" [2024-01-24T18:25:49.247Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-01-24T18:25:49.247Z] level=info msg="Memory: 236 samples, avg is 233.8MB, max is 937.5MB" [2024-01-24T18:25:49.247Z] level=info msg="Execution took 23.530319719s" [2024-01-24T18:25:49.247Z] go vet ./... [2024-01-24T18:25:53.426Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-01-24T18:25:53.426Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-01-24T18:25:53.426Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-01-24T18:25:53.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-01-24T18:25:53.797Z] + ls -al . [2024-01-24T18:25:53.797Z] total 736 [2024-01-24T18:25:53.797Z] drwxrwxr-x 11 1001 1001 4096 Jan 24 18:24 . [2024-01-24T18:25:53.797Z] drwxr-xr-x 4 root root 4096 Jan 24 18:24 .. [2024-01-24T18:25:53.797Z] drwxrwxr-x 2 1001 1001 4096 Jan 24 18:23 .blubracket [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 10 Jan 24 18:23 .dockerignore [2024-01-24T18:25:53.797Z] drwxrwxr-x 8 1001 1001 4096 Jan 24 18:25 .git [2024-01-24T18:25:53.797Z] drwxrwxr-x 3 1001 1001 4096 Jan 24 18:23 .github [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 1074 Jan 24 18:23 .gitignore [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 42 Jan 24 18:23 .golangci.yml [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 100 Jan 24 18:23 .hadolint.yml [2024-01-24T18:25:53.797Z] drwxr-xr-x 3 1001 1001 4096 Jan 24 18:23 .semver [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 155 Jan 24 18:23 .sonarcloud.properties [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 1171 Jan 24 18:23 ADOPTERS.md [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 11674 Jan 24 18:23 Attribution.txt [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 100284 Jan 24 18:23 CHANGELOG.md [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 3804 Jan 24 18:23 CONTRIBUTING.md [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 677 Jan 24 18:23 GOVERNANCE.md [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 861 Jan 24 18:23 Jenkinsfile [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 10775 Jan 24 18:23 LICENSE [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 15392 Jan 24 18:23 Makefile [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 582 Jan 24 18:23 OWNERS.md [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 9528 Jan 24 18:23 README.md [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 789 Jan 24 18:23 SECURITY.md [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 5 Jan 24 18:23 VERSION [2024-01-24T18:25:53.797Z] drwxrwxr-x 2 1001 1001 4096 Jan 24 18:23 bin [2024-01-24T18:25:53.797Z] drwxrwxr-x 18 1001 1001 4096 Jan 24 18:23 cmd [2024-01-24T18:25:53.797Z] -rw-r--r-- 1 root root 453601 Jan 24 18:25 coverage.out [2024-01-24T18:25:53.797Z] drwxrwxr-x 2 1001 1001 4096 Jan 24 18:23 fuzz_test [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 3686 Jan 24 18:23 go.mod [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 34039 Jan 24 18:23 go.sum [2024-01-24T18:25:53.797Z] drwxrwxr-x 7 1001 1001 4096 Jan 24 18:23 internal [2024-01-24T18:25:53.797Z] drwxrwxr-x 3 1001 1001 4096 Jan 24 18:23 openapi [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 584 Jan 24 18:23 security.txt [2024-01-24T18:25:53.797Z] -rw-rw-r-- 1 1001 1001 204 Jan 24 18:23 version.go [Pipeline] sh [2024-01-24T18:25:54.103Z] + '[' -e coverage.out ] [2024-01-24T18:25:54.103Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-01-24T18:25:54.221Z] Stashed 1 file(s) [Pipeline] sh [2024-01-24T18:25:54.525Z] + make build [2024-01-24T18:25:54.525Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-01-24T18:25:57.674Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-01-24T18:25:57.692Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-01-24T18:25:58.457Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-01-24T18:25:58.495Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-01-24T18:25:58.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-01-24T18:25:58.511Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4751/head:refs/remotes/origin/PR-4751 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-01-24T18:25:59.329Z] Merging remotes/origin/main commit 587930f9e62dbb8d1de22549799db07406fff5b2 into PR head commit c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [2024-01-24T18:25:59.699Z] Merge succeeded, producing c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [2024-01-24T18:25:59.700Z] Checking out Revision c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 (PR-4751) [2024-01-24T18:25:59.342Z] > git config core.sparsecheckout # timeout=10 [2024-01-24T18:25:59.404Z] > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # timeout=10 [2024-01-24T18:25:59.613Z] > git remote # timeout=10 [2024-01-24T18:25:59.630Z] > git config --get remote.origin.url # timeout=10 [2024-01-24T18:25:59.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-01-24T18:25:59.661Z] > git merge 587930f9e62dbb8d1de22549799db07406fff5b2 # timeout=10 [2024-01-24T18:25:59.683Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-01-24T18:25:59.703Z] > git config core.sparsecheckout # timeout=10 [2024-01-24T18:25:59.716Z] > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # timeout=10 [2024-01-24T18:26:03.478Z] Commit message: "feat: Add new StoreForwardQueueSize metric to common App services config" [2024-01-24T18:26:03.529Z] > git --version # timeout=10 [2024-01-24T18:26:03.541Z] > git --version # 'git version 2.25.1' [2024-01-24T18:26:03.552Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-01-24T18:26:04.871Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-01-24T18:26:04.871Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-01-24T18:26:04.871Z] Dload Upload Total Spent Left Speed [2024-01-24T18:26:04.871Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 96075 0 --:--:-- --:--:-- --:--:-- 96075 [Pipeline] sh [2024-01-24T18:26:05.213Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-01-24T18:26:05.558Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-01-24T18:26:05.558Z] + sudo tee /etc/docker/daemon.new [2024-01-24T18:26:05.558Z] { [2024-01-24T18:26:05.558Z] "registry-mirrors": [ [2024-01-24T18:26:05.558Z] "https://nexus3.edgexfoundry.org:10001" [2024-01-24T18:26:05.558Z] ], [2024-01-24T18:26:05.558Z] "bip": "10.250.0.254/24", [2024-01-24T18:26:05.558Z] "hosts": [ [2024-01-24T18:26:05.558Z] "tcp://0.0.0.0:5555", [2024-01-24T18:26:05.558Z] "unix:///var/run/docker.sock" [2024-01-24T18:26:05.558Z] ], [2024-01-24T18:26:05.558Z] "mtu": 1458, [2024-01-24T18:26:05.558Z] "selinux-enabled": true, [2024-01-24T18:26:05.558Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-01-24T18:26:05.558Z] } [Pipeline] sh [2024-01-24T18:26:05.906Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-01-24T18:26:06.254Z] + sudo service docker restart [2024-01-24T18:26:07.792Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-01-24T18:26:08.728Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-01-24T18:26:09.297Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-01-24T18:26:09.865Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-01-24T18:26:15.132Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-01-24T18:26:16.067Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-01-24T18:26:17.003Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-01-24T18:26:17.936Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-01-24T18:26:18.195Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-01-24T18:26:19.131Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-01-24T18:26:19.699Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-01-24T18:26:20.658Z] $ docker stop --time=1 2b18a9f24225509a28f8ee18e5f02072cc96b08f6e4eeb0c5d6a86d7d5a3ba61 [2024-01-24T18:26:24.367Z] $ docker rm -f --volumes 2b18a9f24225509a28f8ee18e5f02072cc96b08f6e4eeb0c5d6a86d7d5a3ba61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider [2024-01-24T18:26:25.015Z] provisioning config files... [2024-01-24T18:26:25.048Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11970358655859834421tmp [Pipeline] // stage [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2024-01-24T18:26:25.603Z] ---> ****-login.sh [2024-01-24T18:26:25.603Z] nexus3.edgexfoundry.org:10001 [Pipeline] writeFile [2024-01-24T18:26:25.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:26:26.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:26:26.139Z] Configure a credential helper to remove this warning. See [2024-01-24T18:26:26.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:26:26.139Z] [2024-01-24T18:26:26.139Z] Login Succeeded [2024-01-24T18:26:26.139Z] nexus3.edgexfoundry.org:10002 [2024-01-24T18:26:26.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:26:26.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-01-24T18:26:26.400Z] [2024-01-24T18:26:26.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-01-24T18:26:26.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:26:26.408Z] Configure a credential helper to remove this warning. See [2024-01-24T18:26:26.408Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:26:26.408Z] [2024-01-24T18:26:26.408Z] Login Succeeded [2024-01-24T18:26:26.408Z] nexus3.edgexfoundry.org:10003 [2024-01-24T18:26:26.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:26:26.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:26:26.676Z] Configure a credential helper to remove this warning. See [2024-01-24T18:26:26.676Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:26:26.676Z] [2024-01-24T18:26:26.676Z] Login Succeeded [2024-01-24T18:26:26.676Z] nexus3.edgexfoundry.org:10004 [2024-01-24T18:26:26.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-01-24T18:26:26.838Z] latest: Pulling from edgex-devops/edgex-compose [2024-01-24T18:26:26.838Z] 91d30c5bc195: Pulling fs layer [2024-01-24T18:26:26.838Z] 2e9b0aa3be6d: Pulling fs layer [2024-01-24T18:26:26.838Z] 9c61dcf015f6: Pulling fs layer [2024-01-24T18:26:26.838Z] 4698f68db338: Pulling fs layer [2024-01-24T18:26:26.838Z] 2a2f49069b9e: Pulling fs layer [2024-01-24T18:26:26.838Z] e0025b399a48: Pulling fs layer [2024-01-24T18:26:26.838Z] 4698f68db338: Waiting [2024-01-24T18:26:26.838Z] e0025b399a48: Waiting [2024-01-24T18:26:26.838Z] 2a2f49069b9e: Waiting [2024-01-24T18:26:26.838Z] 91d30c5bc195: Verifying Checksum [2024-01-24T18:26:26.838Z] 91d30c5bc195: Download complete [2024-01-24T18:26:26.838Z] 4698f68db338: Download complete [2024-01-24T18:26:26.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:26:26.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:26:26.947Z] Configure a credential helper to remove this warning. See [2024-01-24T18:26:26.947Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:26:26.947Z] [2024-01-24T18:26:26.947Z] Login Succeeded [2024-01-24T18:26:26.947Z] ****.io [2024-01-24T18:26:27.096Z] 2e9b0aa3be6d: Verifying Checksum [2024-01-24T18:26:27.096Z] 2e9b0aa3be6d: Download complete [2024-01-24T18:26:27.096Z] 91d30c5bc195: Pull complete [2024-01-24T18:26:27.096Z] e0025b399a48: Verifying Checksum [2024-01-24T18:26:27.096Z] e0025b399a48: Download complete [2024-01-24T18:26:27.096Z] 2a2f49069b9e: Verifying Checksum [2024-01-24T18:26:27.096Z] 2a2f49069b9e: Download complete [2024-01-24T18:26:27.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-01-24T18:26:27.355Z] 2e9b0aa3be6d: Pull complete [2024-01-24T18:26:27.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-01-24T18:26:27.482Z] Configure a credential helper to remove this warning. See [2024-01-24T18:26:27.482Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-01-24T18:26:27.482Z] [2024-01-24T18:26:27.482Z] Login Succeeded [2024-01-24T18:26:27.482Z] ---> ****-login.sh ends [Pipeline] } [2024-01-24T18:26:27.514Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2024-01-24T18:26:27.616Z] 9c61dcf015f6: Verifying Checksum [2024-01-24T18:26:27.616Z] 9c61dcf015f6: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-01-24T18:26:28.367Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-01-24T18:26:28.406Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-24T18:26:28.479Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-01-24T18:26:28.550Z] ========================================================= [2024-01-24T18:26:28.550Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-01-24T18:26:28.550Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-01-24T18:26:28.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-01-24T18:26:30.144Z] 9c61dcf015f6: Pull complete [2024-01-24T18:26:30.144Z] 4698f68db338: Pull complete [2024-01-24T18:26:30.402Z] 2a2f49069b9e: Pull complete [2024-01-24T18:26:30.402Z] e0025b399a48: Pull complete [2024-01-24T18:26:30.402Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-01-24T18:26:30.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-01-24T18:26:30.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:26:30.774Z] prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container [2024-01-24T18:26:30.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-01-24T18:26:31.545Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-01-24T18:26:31.545Z] 9fda8d8052c6: Pulling fs layer [2024-01-24T18:26:31.545Z] 5d54e960e981: Pulling fs layer [2024-01-24T18:26:31.545Z] c4a7e357bf2a: Pulling fs layer [2024-01-24T18:26:31.545Z] f0e02332f6b5: Pulling fs layer [2024-01-24T18:26:31.545Z] 872ee5b61b7b: Pulling fs layer [2024-01-24T18:26:31.545Z] 0c6a40ed1a82: Pulling fs layer [2024-01-24T18:26:31.545Z] 94ae7d8d031c: Pulling fs layer [2024-01-24T18:26:31.545Z] f0e02332f6b5: Waiting [2024-01-24T18:26:31.545Z] 872ee5b61b7b: Waiting [2024-01-24T18:26:31.545Z] 0c6a40ed1a82: Waiting [2024-01-24T18:26:31.545Z] 94ae7d8d031c: Waiting [2024-01-24T18:26:31.814Z] 5d54e960e981: Download complete [2024-01-24T18:26:31.814Z] f0e02332f6b5: Verifying Checksum [2024-01-24T18:26:31.814Z] f0e02332f6b5: Download complete [2024-01-24T18:26:31.814Z] 9fda8d8052c6: Download complete [2024-01-24T18:26:31.814Z] 872ee5b61b7b: Verifying Checksum [2024-01-24T18:26:31.814Z] 872ee5b61b7b: Download complete [2024-01-24T18:26:32.083Z] 94ae7d8d031c: Verifying Checksum [2024-01-24T18:26:32.083Z] 94ae7d8d031c: Download complete [2024-01-24T18:26:32.352Z] 9fda8d8052c6: Pull complete [2024-01-24T18:26:33.041Z] 5d54e960e981: Pull complete [2024-01-24T18:26:33.041Z] c4a7e357bf2a: Verifying Checksum [2024-01-24T18:26:33.041Z] c4a7e357bf2a: Download complete [2024-01-24T18:26:33.296Z] $ docker top fc5ad23320b4b2df9d0066d7114be9e20d0b043e7f974721ceaf119327de825a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-24T18:26:33.846Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-01-24T18:26:34.042Z] 0c6a40ed1a82: Verifying Checksum [2024-01-24T18:26:34.042Z] 0c6a40ed1a82: Download complete [2024-01-24T18:26:36.376Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #1 transferring dockerfile: 2.23kB done [2024-01-24T18:26:36.376Z] #1 DONE 0.1s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #2 [core-data internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #2 transferring dockerfile: 2.01kB done [2024-01-24T18:26:36.376Z] #2 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #3 [security-spire-server internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #3 transferring dockerfile: 1.70kB done [2024-01-24T18:26:36.376Z] #3 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #4 transferring dockerfile: 2.50kB done [2024-01-24T18:26:36.376Z] #4 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #5 [support-notifications internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #5 transferring dockerfile: 1.95kB done [2024-01-24T18:26:36.376Z] #5 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #6 [security-spire-config internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #6 transferring dockerfile: 1.69kB done [2024-01-24T18:26:36.376Z] #6 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #7 [core-metadata internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #7 transferring dockerfile: 2.06kB done [2024-01-24T18:26:36.376Z] #7 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #8 [support-scheduler internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #8 transferring dockerfile: 1.93kB done [2024-01-24T18:26:36.376Z] #8 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #9 transferring dockerfile: 2.15kB done [2024-01-24T18:26:36.376Z] #9 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #10 [core-command internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #10 transferring dockerfile: 1.93kB done [2024-01-24T18:26:36.376Z] #10 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #11 transferring dockerfile: 1.81kB done [2024-01-24T18:26:36.376Z] #11 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2024-01-24T18:26:36.376Z] #12 transferring context: 50B done [2024-01-24T18:26:36.376Z] #12 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #13 transferring dockerfile: 2.93kB done [2024-01-24T18:26:36.376Z] #13 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #14 transferring dockerfile: 1.89kB done [2024-01-24T18:26:36.376Z] #14 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #15 [security-secretstore-setup internal] load build definition from Dockerfile [2024-01-24T18:26:36.376Z] #15 transferring dockerfile: 2.49kB done [2024-01-24T18:26:36.376Z] #15 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #16 [core-data internal] load .dockerignore [2024-01-24T18:26:36.376Z] #16 transferring context: 50B done [2024-01-24T18:26:36.376Z] #16 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #17 [security-spire-server internal] load .dockerignore [2024-01-24T18:26:36.376Z] #17 transferring context: 50B done [2024-01-24T18:26:36.376Z] #17 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #18 [security-proxy-setup internal] load .dockerignore [2024-01-24T18:26:36.376Z] #18 transferring context: 50B done [2024-01-24T18:26:36.376Z] #18 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #19 [security-spire-config internal] load .dockerignore [2024-01-24T18:26:36.376Z] #19 transferring context: 50B done [2024-01-24T18:26:36.376Z] #19 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #20 [support-notifications internal] load .dockerignore [2024-01-24T18:26:36.376Z] #20 transferring context: 50B done [2024-01-24T18:26:36.376Z] #20 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #21 [core-metadata internal] load .dockerignore [2024-01-24T18:26:36.376Z] #21 transferring context: 50B done [2024-01-24T18:26:36.376Z] #21 DONE 0.0s [2024-01-24T18:26:36.376Z] [2024-01-24T18:26:36.376Z] #22 [support-scheduler internal] load .dockerignore [2024-01-24T18:26:36.635Z] #22 transferring context: 50B done [2024-01-24T18:26:36.635Z] #22 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #23 [security-proxy-auth internal] load .dockerignore [2024-01-24T18:26:36.635Z] #23 transferring context: 50B done [2024-01-24T18:26:36.635Z] #23 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #24 [core-command internal] load .dockerignore [2024-01-24T18:26:36.635Z] #24 transferring context: 50B done [2024-01-24T18:26:36.635Z] #24 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #25 [security-spire-agent internal] load .dockerignore [2024-01-24T18:26:36.635Z] #25 transferring context: 50B done [2024-01-24T18:26:36.635Z] #25 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #26 [security-secretstore-setup internal] load .dockerignore [2024-01-24T18:26:36.635Z] #26 transferring context: 50B done [2024-01-24T18:26:36.635Z] #26 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2024-01-24T18:26:36.635Z] #27 transferring context: 50B done [2024-01-24T18:26:36.635Z] #27 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #28 [security-bootstrapper internal] load .dockerignore [2024-01-24T18:26:36.635Z] #28 transferring context: 50B done [2024-01-24T18:26:36.635Z] #28 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-01-24T18:26:36.635Z] #29 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:26:36.635Z] #30 DONE 0.1s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:26:36.635Z] #30 ... [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-01-24T18:26:36.635Z] #29 DONE 0.0s [2024-01-24T18:26:36.635Z] [2024-01-24T18:26:36.635Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:26:36.894Z] #30 ... [2024-01-24T18:26:36.894Z] [2024-01-24T18:26:36.894Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-01-24T18:26:36.894Z] #29 DONE 0.0s [2024-01-24T18:26:36.894Z] [2024-01-24T18:26:36.894Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:26:36.894Z] #30 DONE 0.3s [2024-01-24T18:26:36.894Z] [2024-01-24T18:26:36.894Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-01-24T18:26:36.894Z] #29 DONE 0.0s [2024-01-24T18:26:36.894Z] [2024-01-24T18:26:36.894Z] #31 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:26:36.894Z] #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done [2024-01-24T18:26:36.894Z] #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:26:36.894Z] #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done [2024-01-24T18:26:36.894Z] #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done [2024-01-24T18:26:36.894Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done [2024-01-24T18:26:36.894Z] #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.2s [2024-01-24T18:26:37.180Z] #31 ... [2024-01-24T18:26:37.180Z] [2024-01-24T18:26:37.180Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-01-24T18:26:37.180Z] #29 DONE 0.0s [2024-01-24T18:26:37.180Z] [2024-01-24T18:26:37.180Z] #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:26:37.180Z] #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done [2024-01-24T18:26:37.180Z] #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:26:37.180Z] #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done [2024-01-24T18:26:37.180Z] #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done [2024-01-24T18:26:37.180Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done [2024-01-24T18:26:37.180Z] #31 ... [2024-01-24T18:26:37.180Z] [2024-01-24T18:26:37.180Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:26:37.180Z] #30 DONE 0.4s [2024-01-24T18:26:37.180Z] [2024-01-24T18:26:37.180Z] #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:26:37.180Z] #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done [2024-01-24T18:26:37.180Z] #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:26:37.180Z] #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done [2024-01-24T18:26:37.180Z] #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done [2024-01-24T18:26:37.180Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done [2024-01-24T18:26:37.180Z] #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done [2024-01-24T18:26:37.439Z] #31 ... [2024-01-24T18:26:37.439Z] [2024-01-24T18:26:37.439Z] #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-01-24T18:26:37.439Z] #32 DONE 0.9s [2024-01-24T18:26:37.439Z] [2024-01-24T18:26:37.439Z] #33 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-01-24T18:26:42.701Z] #33 ... [2024-01-24T18:26:42.701Z] [2024-01-24T18:26:42.701Z] #34 [support-scheduler internal] load build context [2024-01-24T18:26:42.702Z] #34 transferring context: 187.88MB 5.5s [2024-01-24T18:26:44.600Z] #34 ... [2024-01-24T18:26:44.601Z] [2024-01-24T18:26:44.601Z] #35 [core-data internal] load build context [2024-01-24T18:26:44.601Z] #35 ... [2024-01-24T18:26:44.601Z] [2024-01-24T18:26:44.601Z] #34 [support-scheduler internal] load build context [2024-01-24T18:26:44.860Z] #34 transferring context: 309.52MB 8.0s done [2024-01-24T18:26:46.764Z] #34 ... [2024-01-24T18:26:46.764Z] [2024-01-24T18:26:46.764Z] #36 [core-common-config-bootstrapper internal] load build context [2024-01-24T18:26:46.764Z] #36 transferring context: 309.52MB 6.0s done [2024-01-24T18:26:46.764Z] #36 ... [2024-01-24T18:26:46.764Z] [2024-01-24T18:26:46.764Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-01-24T18:26:47.025Z] #37 ... [2024-01-24T18:26:47.025Z] [2024-01-24T18:26:47.025Z] #38 [security-proxy-auth internal] load build context [2024-01-24T18:26:47.025Z] #38 transferring context: 309.52MB 7.2s done [2024-01-24T18:26:47.025Z] #38 ... [2024-01-24T18:26:47.025Z] [2024-01-24T18:26:47.025Z] #39 [core-metadata internal] load build context [2024-01-24T18:26:47.025Z] #39 transferring context: 309.52MB 6.5s done [2024-01-24T18:26:47.286Z] #39 ... [2024-01-24T18:26:47.286Z] [2024-01-24T18:26:47.286Z] #40 [core-command internal] load build context [2024-01-24T18:26:47.286Z] #40 transferring context: 309.52MB 7.3s done [2024-01-24T18:26:47.286Z] #40 ... [2024-01-24T18:26:47.286Z] [2024-01-24T18:26:47.286Z] #41 [security-secretstore-setup internal] load build context [2024-01-24T18:26:47.286Z] #41 transferring context: 309.52MB 8.2s done [2024-01-24T18:26:47.546Z] #41 ... [2024-01-24T18:26:47.546Z] [2024-01-24T18:26:47.546Z] #42 [security-spiffe-token-provider internal] load build context [2024-01-24T18:26:47.546Z] #42 transferring context: 309.52MB 6.1s done [2024-01-24T18:26:47.806Z] #42 ... [2024-01-24T18:26:47.806Z] [2024-01-24T18:26:47.806Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-01-24T18:26:47.806Z] #43 ... [2024-01-24T18:26:47.806Z] [2024-01-24T18:26:47.806Z] #44 [support-notifications internal] load build context [2024-01-24T18:26:47.806Z] #44 transferring context: 309.52MB 6.0s done [2024-01-24T18:26:48.067Z] #44 ... [2024-01-24T18:26:48.067Z] [2024-01-24T18:26:48.067Z] #45 [security-bootstrapper internal] load build context [2024-01-24T18:26:48.067Z] #45 transferring context: 309.52MB 7.3s done [2024-01-24T18:26:48.067Z] #45 ... [2024-01-24T18:26:48.067Z] [2024-01-24T18:26:48.067Z] #46 [security-proxy-setup internal] load build context [2024-01-24T18:26:48.067Z] #46 transferring context: 309.52MB 7.7s done [2024-01-24T18:26:52.275Z] c4a7e357bf2a: Pull complete [2024-01-24T18:26:52.275Z] f0e02332f6b5: Pull complete [2024-01-24T18:26:52.275Z] 872ee5b61b7b: Pull complete [2024-01-24T18:26:54.648Z] #46 ... [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #35 [core-data internal] load build context [2024-01-24T18:26:54.648Z] #35 transferring context: 309.52MB 7.8s done [2024-01-24T18:26:54.648Z] #35 DONE 17.8s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #44 [support-notifications internal] load build context [2024-01-24T18:26:54.648Z] #44 DONE 17.8s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #39 [core-metadata internal] load build context [2024-01-24T18:26:54.648Z] #39 DONE 17.8s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #40 [core-command internal] load build context [2024-01-24T18:26:54.648Z] #40 DONE 17.7s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #38 [security-proxy-auth internal] load build context [2024-01-24T18:26:54.648Z] #38 DONE 17.7s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #42 [security-spiffe-token-provider internal] load build context [2024-01-24T18:26:54.648Z] #42 DONE 17.6s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #45 [security-bootstrapper internal] load build context [2024-01-24T18:26:54.648Z] #45 DONE 17.5s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.648Z] #34 [support-scheduler internal] load build context [2024-01-24T18:26:54.648Z] #34 DONE 17.8s [2024-01-24T18:26:54.648Z] [2024-01-24T18:26:54.649Z] #46 [security-proxy-setup internal] load build context [2024-01-24T18:26:54.649Z] #46 DONE 17.9s [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #36 [core-common-config-bootstrapper internal] load build context [2024-01-24T18:26:54.649Z] #36 DONE 18.0s [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:26:54.649Z] #31 DONE 18.2s [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #33 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-01-24T18:26:54.649Z] #33 DONE 17.5s [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #47 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-01-24T18:26:54.649Z] #47 ... [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #41 [security-secretstore-setup internal] load build context [2024-01-24T18:26:54.649Z] #41 DONE 17.6s [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-01-24T18:26:54.649Z] #37 DONE 18.0s [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:26:54.649Z] #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done [2024-01-24T18:26:54.649Z] #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:26:54.649Z] #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done [2024-01-24T18:26:54.649Z] #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done [2024-01-24T18:26:54.649Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done [2024-01-24T18:26:54.649Z] #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done [2024-01-24T18:26:54.649Z] #31 DONE 18.2s [2024-01-24T18:26:54.649Z] [2024-01-24T18:26:54.649Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-01-24T18:26:54.649Z] #43 DONE 17.8s [2024-01-24T18:26:54.907Z] [2024-01-24T18:26:54.907Z] #48 [security-spire-config internal] load build context [2024-01-24T18:26:54.907Z] #48 transferring context: 16.35kB done [2024-01-24T18:26:54.907Z] #48 DONE 0.0s [2024-01-24T18:26:54.907Z] [2024-01-24T18:26:54.907Z] #49 [security-spire-server internal] load build context [2024-01-24T18:26:54.907Z] #49 transferring context: 18.10kB done [2024-01-24T18:26:54.907Z] #49 DONE 0.0s [2024-01-24T18:26:54.907Z] [2024-01-24T18:26:54.907Z] #50 [security-spire-agent internal] load build context [2024-01-24T18:26:54.907Z] #50 transferring context: 17.63kB done [2024-01-24T18:26:54.907Z] #50 DONE 0.1s [2024-01-24T18:26:54.907Z] [2024-01-24T18:26:54.907Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:26:54.907Z] #51 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.0s done [2024-01-24T18:26:54.907Z] #51 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 [2024-01-24T18:26:54.907Z] #51 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-01-24T18:26:54.907Z] #51 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-01-24T18:26:54.907Z] #51 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-01-24T18:26:54.907Z] #51 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done [2024-01-24T18:26:54.907Z] #51 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done [2024-01-24T18:26:54.907Z] #51 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-01-24T18:26:54.907Z] #51 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-01-24T18:26:54.907Z] #51 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-01-24T18:26:54.907Z] #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.2s [2024-01-24T18:26:55.165Z] #51 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done [2024-01-24T18:26:55.165Z] #51 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done [2024-01-24T18:26:55.165Z] #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 16.78MB / 25.84MB 0.3s [2024-01-24T18:26:55.165Z] #51 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-01-24T18:26:55.165Z] #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.4s [2024-01-24T18:26:55.165Z] #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.5s done [2024-01-24T18:26:55.165Z] #51 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2024-01-24T18:26:56.564Z] #51 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.0s done [2024-01-24T18:26:58.476Z] #51 ... [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #52 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-01-24T18:26:58.476Z] #0 0.718 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 0.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.002 OK: 264 MiB in 52 packages [2024-01-24T18:26:58.476Z] #52 DONE 3.6s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-01-24T18:26:58.476Z] #0 1.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.339 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:26:58.476Z] #0 1.339 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:26:58.476Z] #0 1.339 OK: 20073 distinct packages available [2024-01-24T18:26:58.476Z] #0 1.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.701 OK: 264 MiB in 52 packages [2024-01-24T18:26:58.476Z] #53 DONE 3.6s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-01-24T18:26:58.476Z] #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.376 (1/6) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:26:58.476Z] #0 1.414 (2/6) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:26:58.476Z] #0 1.421 (3/6) Installing dumb-init (1.2.5-r2) [2024-01-24T18:26:58.476Z] #0 1.425 (4/6) Installing openssl (3.1.4-r4) [2024-01-24T18:26:58.476Z] #0 1.435 (5/6) Installing su-exec (0.2-r3) [2024-01-24T18:26:58.476Z] #0 1.437 (6/6) Installing yq (4.33.3-r5) [2024-01-24T18:26:58.476Z] #0 1.527 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:26:58.476Z] #0 1.532 OK: 17 MiB in 19 packages [2024-01-24T18:26:58.476Z] #54 DONE 3.6s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-01-24T18:26:58.476Z] #0 0.628 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 0.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.049 OK: 264 MiB in 52 packages [2024-01-24T18:26:58.476Z] #55 DONE 3.7s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-01-24T18:26:58.476Z] #0 1.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 2.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 2.254 (1/2) Installing dumb-init (1.2.5-r2) [2024-01-24T18:26:58.476Z] #0 2.257 (2/2) Installing su-exec (0.2-r3) [2024-01-24T18:26:58.476Z] #0 2.259 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:26:58.476Z] #0 2.266 OK: 7 MiB in 17 packages [2024-01-24T18:26:58.476Z] #56 DONE 3.7s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #57 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:26:58.476Z] #57 DONE 0.1s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-01-24T18:26:58.476Z] #47 1.014 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #47 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #47 1.319 OK: 264 MiB in 52 packages [2024-01-24T18:26:58.476Z] #47 DONE 3.8s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #58 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-01-24T18:26:58.476Z] #0 0.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 0.707 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:58.476Z] #0 1.029 (1/1) Installing dumb-init (1.2.5-r2) [2024-01-24T18:26:58.476Z] #0 1.032 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:26:58.476Z] #0 1.042 OK: 7 MiB in 16 packages [2024-01-24T18:26:58.476Z] #58 DONE 3.8s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #59 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:26:58.476Z] #59 DONE 0.2s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #60 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:26:58.476Z] #60 DONE 0.1s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #61 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:26:58.476Z] #61 DONE 0.2s [2024-01-24T18:26:58.476Z] [2024-01-24T18:26:58.476Z] #62 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-01-24T18:26:58.736Z] #62 ... [2024-01-24T18:26:58.736Z] [2024-01-24T18:26:58.736Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:26:58.736Z] #51 DONE 3.8s [2024-01-24T18:26:58.736Z] [2024-01-24T18:26:58.736Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-01-24T18:26:58.736Z] #63 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.0s done [2024-01-24T18:26:58.736Z] #63 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-01-24T18:26:58.736Z] #63 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-01-24T18:26:58.736Z] #63 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-01-24T18:26:58.736Z] #63 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-01-24T18:26:58.736Z] #63 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done [2024-01-24T18:26:58.736Z] #63 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-01-24T18:26:58.736Z] #63 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2024-01-24T18:26:58.736Z] #63 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done [2024-01-24T18:26:58.736Z] #63 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-01-24T18:26:58.736Z] #63 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.6s done [2024-01-24T18:26:58.736Z] #63 DONE 3.8s [2024-01-24T18:26:58.736Z] [2024-01-24T18:26:58.736Z] #64 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:26:59.671Z] #64 ... [2024-01-24T18:26:59.671Z] [2024-01-24T18:26:59.671Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-01-24T18:26:59.671Z] #0 4.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:59.671Z] #0 4.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:59.671Z] #0 4.794 (1/1) Installing dumb-init (1.2.5-r2) [2024-01-24T18:26:59.671Z] #0 4.799 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:26:59.671Z] #0 4.806 OK: 7 MiB in 16 packages [2024-01-24T18:26:59.671Z] #65 DONE 4.9s [2024-01-24T18:26:59.671Z] [2024-01-24T18:26:59.671Z] #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-01-24T18:26:59.671Z] #0 4.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:59.671Z] #0 4.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:26:59.671Z] #0 4.760 (1/2) Installing ca-certificates (20230506-r0) [2024-01-24T18:26:59.671Z] #0 4.772 (2/2) Installing dumb-init (1.2.5-r2) [2024-01-24T18:26:59.671Z] #0 4.777 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:26:59.672Z] #0 4.782 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:26:59.672Z] #0 4.836 OK: 8 MiB in 17 packages [2024-01-24T18:26:59.672Z] #66 DONE 5.0s [2024-01-24T18:26:59.672Z] [2024-01-24T18:26:59.672Z] #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:27:00.518Z] 0c6a40ed1a82: Pull complete [2024-01-24T18:27:01.048Z] #67 ... [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-01-24T18:27:01.048Z] #0 4.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 4.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.116 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:27:01.048Z] #0 5.116 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:27:01.048Z] #0 5.116 OK: 20071 distinct packages available [2024-01-24T18:27:01.048Z] #0 5.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.479 (1/4) Installing dumb-init (1.2.5-r2) [2024-01-24T18:27:01.048Z] #0 5.482 (2/4) Installing musl-obstack (1.2.3-r2) [2024-01-24T18:27:01.048Z] #0 5.511 (3/4) Installing libucontext (1.2-r2) [2024-01-24T18:27:01.048Z] #0 5.512 (4/4) Installing gcompat (1.1.0-r1) [2024-01-24T18:27:01.048Z] #0 5.516 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:27:01.048Z] #0 5.531 OK: 8 MiB in 19 packages [2024-01-24T18:27:01.048Z] #68 DONE 6.1s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-01-24T18:27:01.048Z] #0 5.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.692 (1/4) Installing ca-certificates (20230506-r0) [2024-01-24T18:27:01.048Z] #0 5.727 (2/4) Installing dumb-init (1.2.5-r2) [2024-01-24T18:27:01.048Z] #0 5.727 (3/4) Installing su-exec (0.2-r3) [2024-01-24T18:27:01.048Z] #0 5.728 (4/4) Installing yq (4.33.3-r5) [2024-01-24T18:27:01.048Z] #0 5.840 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:27:01.048Z] #0 5.864 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:27:01.048Z] #0 5.904 OK: 17 MiB in 19 packages [2024-01-24T18:27:01.048Z] #69 DONE 6.3s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:27:01.048Z] #0 0.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 0.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 0.944 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.048Z] #0 0.977 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.048Z] #0 0.984 OK: 7 MiB in 16 packages [2024-01-24T18:27:01.048Z] #70 DONE 1.4s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-01-24T18:27:01.048Z] #0 4.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 4.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.210 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:27:01.048Z] #0 5.210 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:27:01.048Z] #0 5.210 OK: 20071 distinct packages available [2024-01-24T18:27:01.048Z] #0 5.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.675 (1/7) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.048Z] #0 5.741 (2/7) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.048Z] #0 5.757 (3/7) Installing dumb-init (1.2.5-r2) [2024-01-24T18:27:01.048Z] #0 5.764 (4/7) Installing musl-obstack (1.2.3-r2) [2024-01-24T18:27:01.048Z] #0 5.769 (5/7) Installing libucontext (1.2-r2) [2024-01-24T18:27:01.048Z] #0 5.772 (6/7) Installing gcompat (1.1.0-r1) [2024-01-24T18:27:01.048Z] #0 5.777 (7/7) Installing openssl (3.1.4-r4) [2024-01-24T18:27:01.048Z] #0 5.785 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:27:01.048Z] #0 5.791 OK: 8 MiB in 20 packages [2024-01-24T18:27:01.048Z] #71 DONE 6.2s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-01-24T18:27:01.048Z] #0 4.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.298 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:27:01.048Z] #0 5.298 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:27:01.048Z] #0 5.298 OK: 20071 distinct packages available [2024-01-24T18:27:01.048Z] #0 5.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 5.692 (1/11) Installing ca-certificates (20230506-r0) [2024-01-24T18:27:01.048Z] #0 5.717 (2/11) Installing brotli-libs (1.0.9-r14) [2024-01-24T18:27:01.048Z] #0 5.736 (3/11) Installing libunistring (1.1-r1) [2024-01-24T18:27:01.048Z] #0 5.751 (4/11) Installing libidn2 (2.3.4-r1) [2024-01-24T18:27:01.048Z] #0 5.756 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-01-24T18:27:01.048Z] #0 5.760 (6/11) Installing libcurl (8.5.0-r0) [2024-01-24T18:27:01.048Z] #0 5.825 (7/11) Installing curl (8.5.0-r0) [2024-01-24T18:27:01.048Z] #0 5.825 (8/11) Installing dumb-init (1.2.5-r2) [2024-01-24T18:27:01.048Z] #0 5.835 (9/11) Installing musl-obstack (1.2.3-r2) [2024-01-24T18:27:01.048Z] #0 5.840 (10/11) Installing libucontext (1.2-r2) [2024-01-24T18:27:01.048Z] #0 5.849 (11/11) Installing gcompat (1.1.0-r1) [2024-01-24T18:27:01.048Z] #0 5.853 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:27:01.048Z] #0 5.863 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:27:01.048Z] #0 5.925 OK: 12 MiB in 26 packages [2024-01-24T18:27:01.048Z] #72 DONE 6.3s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-01-24T18:27:01.048Z] #0 1.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 1.909 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #0 2.197 OK: 17 MiB in 19 packages [2024-01-24T18:27:01.048Z] #73 DONE 2.7s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #62 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-01-24T18:27:01.048Z] #62 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #62 2.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.048Z] #62 2.262 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.048Z] #62 2.335 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.048Z] #62 2.346 OK: 7 MiB in 16 packages [2024-01-24T18:27:01.048Z] #62 DONE 2.8s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-01-24T18:27:01.048Z] #74 DONE 0.1s [2024-01-24T18:27:01.048Z] [2024-01-24T18:27:01.048Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-01-24T18:27:01.306Z] #75 ... [2024-01-24T18:27:01.306Z] [2024-01-24T18:27:01.306Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-01-24T18:27:01.306Z] #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.306Z] #0 2.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:01.306Z] #0 2.883 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.306Z] #0 2.915 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:01.306Z] #0 2.924 OK: 7 MiB in 17 packages [2024-01-24T18:27:01.306Z] #76 DONE 3.1s [2024-01-24T18:27:01.564Z] [2024-01-24T18:27:01.564Z] #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-01-24T18:27:02.471Z] 94ae7d8d031c: Pull complete [2024-01-24T18:27:02.471Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-01-24T18:27:02.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-01-24T18:27:02.471Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-01-24T18:27:02.496Z] #77 ... [2024-01-24T18:27:02.497Z] [2024-01-24T18:27:02.497Z] #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:27:02.497Z] #67 2.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:02.497Z] #67 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:02.497Z] #67 2.603 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:02.497Z] #67 2.642 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:02.497Z] #67 2.648 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:27:02.497Z] #67 2.689 OK: 8 MiB in 17 packages [2024-01-24T18:27:02.497Z] #67 DONE 2.9s [Pipeline] fileExists [Pipeline] sh [2024-01-24T18:27:02.809Z] [2024-01-24T18:27:02.809Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-01-24T18:27:02.809Z] #75 1.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:02.809Z] #75 1.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:02.809Z] #75 ... [2024-01-24T18:27:02.809Z] [2024-01-24T18:27:02.809Z] #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-01-24T18:27:02.809Z] #77 DONE 1.4s [2024-01-24T18:27:02.809Z] [2024-01-24T18:27:02.809Z] #78 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-01-24T18:27:02.809Z] #78 DONE 0.0s [2024-01-24T18:27:02.809Z] [2024-01-24T18:27:02.809Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-01-24T18:27:02.809Z] #75 1.902 OK: 8 MiB in 20 packages [2024-01-24T18:27:02.920Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-01-24T18:27:02.920Z] WORKDIR /edgex [2024-01-24T18:27:02.920Z] COPY go.mod . [2024-01-24T18:27:02.920Z] RUN go mod download [2024-01-24T18:27:02.920Z] + docker build -t ci-base-image-arm64 -f - . [2024-01-24T18:27:03.067Z] #75 DONE 2.2s [2024-01-24T18:27:03.067Z] [2024-01-24T18:27:03.067Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-01-24T18:27:03.067Z] #0 1.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:03.067Z] #0 1.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:03.067Z] #0 1.956 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:03.067Z] #0 1.988 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:03.067Z] #0 1.995 OK: 8 MiB in 19 packages [2024-01-24T18:27:03.067Z] #79 DONE 2.2s [2024-01-24T18:27:03.067Z] [2024-01-24T18:27:03.067Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-01-24T18:27:03.893Z] #0 building with "default" instance using docker driver [2024-01-24T18:27:03.893Z] [2024-01-24T18:27:03.893Z] #1 [internal] load build definition from Dockerfile [2024-01-24T18:27:03.893Z] #1 transferring dockerfile: 172B 0.0s done [2024-01-24T18:27:03.893Z] #1 DONE 0.1s [2024-01-24T18:27:03.893Z] [2024-01-24T18:27:03.893Z] #2 [internal] load .dockerignore [2024-01-24T18:27:03.893Z] #2 transferring context: 50B 0.0s done [2024-01-24T18:27:03.893Z] #2 DONE 0.1s [2024-01-24T18:27:03.893Z] [2024-01-24T18:27:03.893Z] #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-01-24T18:27:03.893Z] #3 DONE 0.0s [2024-01-24T18:27:04.164Z] [2024-01-24T18:27:04.164Z] #4 [internal] load build context [2024-01-24T18:27:04.164Z] #4 transferring context: 3.72kB done [2024-01-24T18:27:04.164Z] #4 DONE 0.1s [2024-01-24T18:27:04.164Z] [2024-01-24T18:27:04.164Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-01-24T18:27:04.164Z] #5 DONE 0.2s [2024-01-24T18:27:04.430Z] [2024-01-24T18:27:04.430Z] #6 [2/4] WORKDIR /edgex [2024-01-24T18:27:04.442Z] #80 DONE 1.4s [2024-01-24T18:27:04.443Z] [2024-01-24T18:27:04.443Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:27:04.443Z] #0 1.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:04.443Z] #0 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:04.443Z] #0 2.252 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:04.443Z] #0 2.285 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:04.443Z] #0 2.295 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:27:04.443Z] #0 2.335 OK: 12 MiB in 26 packages [2024-01-24T18:27:04.759Z] #81 DONE 3.6s [2024-01-24T18:27:04.760Z] [2024-01-24T18:27:04.760Z] #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-01-24T18:27:04.760Z] #0 1.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:04.760Z] #0 1.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-01-24T18:27:04.760Z] #0 2.093 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:04.760Z] #0 2.167 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:27:04.760Z] #0 2.175 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:27:04.760Z] #0 2.248 OK: 17 MiB in 19 packages [2024-01-24T18:27:04.760Z] #82 DONE 3.6s [2024-01-24T18:27:04.760Z] [2024-01-24T18:27:04.760Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-01-24T18:27:04.760Z] #83 DONE 1.4s [2024-01-24T18:27:04.760Z] [2024-01-24T18:27:04.760Z] #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-01-24T18:27:04.760Z] #84 DONE 1.4s [2024-01-24T18:27:04.760Z] [2024-01-24T18:27:04.760Z] #85 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-01-24T18:27:04.760Z] #85 DONE 0.1s [2024-01-24T18:27:04.760Z] [2024-01-24T18:27:04.760Z] #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-01-24T18:27:04.760Z] #86 DONE 0.0s [2024-01-24T18:27:04.760Z] [2024-01-24T18:27:04.760Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2024-01-24T18:27:05.018Z] #87 ... [2024-01-24T18:27:05.018Z] [2024-01-24T18:27:05.018Z] #88 [security-spire-server stage-2 6/9] COPY security.txt / [2024-01-24T18:27:05.018Z] #88 DONE 0.5s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2024-01-24T18:27:05.276Z] #87 DONE 0.5s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-01-24T18:27:05.276Z] #89 DONE 0.6s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #90 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-01-24T18:27:05.276Z] #90 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-01-24T18:27:05.276Z] #91 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #92 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-01-24T18:27:05.276Z] #92 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #93 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-01-24T18:27:05.276Z] #93 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #94 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-01-24T18:27:05.276Z] #94 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #95 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-01-24T18:27:05.276Z] #95 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-01-24T18:27:05.276Z] #96 DONE 0.0s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-01-24T18:27:05.276Z] #97 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-01-24T18:27:05.276Z] #98 DONE 0.0s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-01-24T18:27:05.276Z] #99 DONE 0.1s [2024-01-24T18:27:05.276Z] [2024-01-24T18:27:05.276Z] #100 [security-spire-server] exporting to image [2024-01-24T18:27:05.276Z] #100 exporting layers [2024-01-24T18:27:05.388Z] #6 DONE 1.0s [2024-01-24T18:27:05.388Z] [2024-01-24T18:27:05.388Z] #7 [3/4] COPY go.mod . [2024-01-24T18:27:05.388Z] #7 DONE 0.1s [2024-01-24T18:27:05.388Z] [2024-01-24T18:27:05.388Z] #8 [4/4] RUN go mod download [2024-01-24T18:27:05.534Z] #100 ... [2024-01-24T18:27:05.534Z] [2024-01-24T18:27:05.534Z] #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-01-24T18:27:05.534Z] #101 DONE 0.0s [2024-01-24T18:27:05.534Z] [2024-01-24T18:27:05.534Z] #100 [security-spire-agent] exporting to image [2024-01-24T18:27:05.793Z] #100 exporting layers 0.6s done [2024-01-24T18:27:06.052Z] #100 exporting layers 0.5s done [2024-01-24T18:27:06.052Z] #100 writing image sha256:dc5b1e84242b4bf108d4912ecb6a1baaffc65534c1da6be1258fc6dd5e8c4343 done [2024-01-24T18:27:06.052Z] #100 naming to docker.io/library/security-spire-config done [2024-01-24T18:27:06.052Z] #100 writing image sha256:232b716fa394afa6dbc8e2a69285b9dbe3d55ff4e361c44cea24b4c34b94637a done [2024-01-24T18:27:06.052Z] #100 naming to docker.io/library/security-spire-server done [2024-01-24T18:27:06.052Z] #100 writing image sha256:c24eaa350432167b9eb20b6cfcbbe732cf6c71770fb4c963e67fbfbf416ac143 done [2024-01-24T18:27:06.052Z] #100 naming to docker.io/library/security-spire-agent done [2024-01-24T18:27:06.052Z] #100 DONE 0.7s [2024-01-24T18:27:06.052Z] [2024-01-24T18:27:06.052Z] #102 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:08.584Z] #102 ... [2024-01-24T18:27:08.584Z] [2024-01-24T18:27:08.584Z] #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:08.584Z] #103 ... [2024-01-24T18:27:08.584Z] [2024-01-24T18:27:08.584Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:17.974Z] #8 DONE 11.9s [2024-01-24T18:27:17.974Z] [2024-01-24T18:27:17.974Z] #9 exporting to image [2024-01-24T18:27:17.975Z] #9 exporting layers [2024-01-24T18:27:30.388Z] #9 exporting layers 12.5s done [2024-01-24T18:27:30.388Z] #9 writing image sha256:a21abda55d0e0c3ded0a04c9774993c35d7e8d7459c17488731bdd97ce80cdc3 done [2024-01-24T18:27:30.388Z] #9 naming to docker.io/library/ci-base-image-arm64 done [2024-01-24T18:27:30.388Z] #9 DONE 12.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:27:30.612Z] #104 DONE 30.7s [2024-01-24T18:27:30.612Z] [2024-01-24T18:27:30.612Z] #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:30.612Z] #103 DONE 30.8s [2024-01-24T18:27:30.612Z] [2024-01-24T18:27:30.612Z] #64 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:30.612Z] #64 DONE 30.7s [2024-01-24T18:27:30.612Z] [2024-01-24T18:27:30.612Z] #102 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:30.612Z] #102 DONE 30.7s [2024-01-24T18:27:30.612Z] [2024-01-24T18:27:30.612Z] #105 [support-notifications builder 6/7] COPY . . [2024-01-24T18:27:30.849Z] + docker inspect -f . ci-base-image-arm64 [2024-01-24T18:27:30.849Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:27:31.183Z] prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container [2024-01-24T18:27:31.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-01-24T18:27:32.362Z] $ docker top c917d271c896dae9ba419a3f4023bffc54c528f1706ac663171773384350cefa -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-24T18:27:32.961Z] + go version [2024-01-24T18:27:32.961Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-01-24T18:27:33.000Z] $ docker stop --time=1 c917d271c896dae9ba419a3f4023bffc54c528f1706ac663171773384350cefa [2024-01-24T18:27:34.502Z] $ docker rm -f --volumes c917d271c896dae9ba419a3f4023bffc54c528f1706ac663171773384350cefa [Pipeline] // withDockerContainer [Pipeline] } [2024-01-24T18:27:34.804Z] #105 DONE 5.3s [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #106 [support-scheduler builder 6/7] COPY . . [2024-01-24T18:27:34.804Z] #106 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #107 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:34.804Z] #107 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #108 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:27:34.804Z] #108 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #109 [security-proxy-auth builder 6/7] COPY . . [2024-01-24T18:27:34.804Z] #109 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #110 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:27:34.804Z] #110 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #111 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:34.804Z] #111 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:34.804Z] #112 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #113 [core-command builder 6/7] COPY . . [2024-01-24T18:27:34.804Z] #113 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #114 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:27:34.804Z] #114 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:34.804Z] #115 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #116 [core-metadata builder 6/7] COPY . . [2024-01-24T18:27:34.804Z] #116 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #117 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:27:34.804Z] #117 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #118 [core-data builder 6/7] COPY . . [2024-01-24T18:27:34.804Z] #118 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #119 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:27:34.804Z] #119 CACHED [2024-01-24T18:27:34.804Z] [2024-01-24T18:27:34.804Z] #120 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:34.804Z] #120 CACHED [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #121 [security-proxy-setup builder 6/7] COPY . . [2024-01-24T18:27:34.805Z] #121 DONE 5.3s [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2024-01-24T18:27:34.805Z] #122 CACHED [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:27:34.805Z] #123 CACHED [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:34.805Z] #124 CACHED [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:27:34.805Z] #125 CACHED [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #126 [security-bootstrapper builder 6/7] COPY . . [2024-01-24T18:27:34.805Z] #126 CACHED [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:27:34.805Z] #127 CACHED [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #128 [security-spiffe-token-provider builder 6/7] COPY . . [2024-01-24T18:27:34.805Z] #128 DONE 5.3s [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-01-24T18:27:34.805Z] #129 DONE 5.3s [2024-01-24T18:27:34.805Z] [2024-01-24T18:27:34.805Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-01-24T18:27:35.372Z] #130 0.805 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] sh [2024-01-24T18:27:35.683Z] + docker inspect -f . ci-base-image-arm64 [2024-01-24T18:27:35.683Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:27:35.983Z] prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container [2024-01-24T18:27:36.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-01-24T18:27:36.930Z] $ docker top f9f51630e0135be80d92fd2d5b7494cc6f5ab4acf298f4b6bba5cc0bed370157 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-01-24T18:27:37.275Z] ========================================================= [2024-01-24T18:27:37.275Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-01-24T18:27:37.275Z] ========================================================= [Pipeline] sh [2024-01-24T18:27:37.594Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-01-24T18:27:38.018Z] + make test [2024-01-24T18:27:38.018Z] go test -race -coverprofile=coverage.out ./... [2024-01-24T18:27:45.350Z] #130 ... [2024-01-24T18:27:45.350Z] [2024-01-24T18:27:45.350Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-01-24T18:27:45.350Z] #0 0.894 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-01-24T18:27:45.350Z] #131 ... [2024-01-24T18:27:45.350Z] [2024-01-24T18:27:45.350Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-01-24T18:27:45.350Z] #0 0.371 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-01-24T18:27:45.350Z] #132 ... [2024-01-24T18:27:45.350Z] [2024-01-24T18:27:45.350Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-01-24T18:27:45.350Z] #0 1.188 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-01-24T18:27:45.350Z] #133 ... [2024-01-24T18:27:45.350Z] [2024-01-24T18:27:45.350Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-01-24T18:27:45.350Z] #0 0.729 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-01-24T18:27:45.350Z] #134 ... [2024-01-24T18:27:45.350Z] [2024-01-24T18:27:45.350Z] #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-01-24T18:27:45.350Z] #0 0.903 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-01-24T18:27:45.350Z] #135 ... [2024-01-24T18:27:45.350Z] [2024-01-24T18:27:45.350Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-01-24T18:27:45.350Z] #0 1.083 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-01-24T18:27:45.350Z] #136 ... [2024-01-24T18:27:45.350Z] [2024-01-24T18:27:45.350Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-01-24T18:27:45.350Z] #0 0.456 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-01-24T18:27:45.609Z] #137 ... [2024-01-24T18:27:45.609Z] [2024-01-24T18:27:45.609Z] #138 [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-01-24T18:27:45.609Z] #0 1.169 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-01-24T18:27:45.890Z] #138 ... [2024-01-24T18:27:45.890Z] [2024-01-24T18:27:45.890Z] #139 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-01-24T18:27:45.890Z] #0 0.665 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-01-24T18:27:45.890Z] #139 ... [2024-01-24T18:27:45.890Z] [2024-01-24T18:27:45.890Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:27:45.890Z] #0 0.581 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-01-24T18:28:10.243Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-01-24T18:28:53.958Z] #140 ... [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #138 [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-01-24T18:28:53.958Z] #138 71.80 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-01-24T18:28:53.958Z] #138 ... [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:28:53.958Z] #140 DONE 78.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-01-24T18:28:53.958Z] #130 DONE 78.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-01-24T18:28:53.958Z] #134 DONE 78.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-01-24T18:28:53.958Z] #132 DONE 78.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-01-24T18:28:53.958Z] #137 DONE 78.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #139 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-01-24T18:28:53.958Z] #139 DONE 78.5s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-01-24T18:28:53.958Z] #135 DONE 78.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-01-24T18:28:53.958Z] #131 DONE 78.5s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #138 [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-01-24T18:28:53.958Z] #138 DONE 78.5s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #141 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #141 ... [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-01-24T18:28:53.958Z] #136 DONE 78.5s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-01-24T18:28:53.958Z] #133 DONE 78.7s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #142 ... [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #143 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #143 DONE 0.6s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #141 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #141 DONE 0.6s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #142 DONE 0.5s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #144 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #144 ... [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #145 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #145 DONE 0.6s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #146 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #146 DONE 0.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #147 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-01-24T18:28:53.958Z] #147 DONE 0.5s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #148 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #148 DONE 0.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #149 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #149 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #150 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #150 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #151 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #151 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #152 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #152 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #153 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #153 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #154 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #154 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #155 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #155 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #156 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:53.958Z] #156 CACHED [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #157 DONE 0.3s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #158 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-01-24T18:28:53.958Z] #158 ... [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #144 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #144 DONE 0.4s [2024-01-24T18:28:53.958Z] [2024-01-24T18:28:53.958Z] #159 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:53.958Z] #159 DONE 0.4s [2024-01-24T18:28:54.222Z] [2024-01-24T18:28:54.222Z] #160 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:54.222Z] #160 DONE 0.4s [2024-01-24T18:28:54.222Z] [2024-01-24T18:28:54.222Z] #161 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:54.222Z] #161 DONE 0.4s [2024-01-24T18:28:54.222Z] [2024-01-24T18:28:54.222Z] #162 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-01-24T18:28:54.792Z] #162 ... [2024-01-24T18:28:54.792Z] [2024-01-24T18:28:54.792Z] #163 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:54.792Z] #163 DONE 1.0s [2024-01-24T18:28:54.792Z] [2024-01-24T18:28:54.792Z] #164 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-01-24T18:28:54.792Z] #164 DONE 1.0s [2024-01-24T18:28:54.792Z] [2024-01-24T18:28:54.792Z] #158 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-01-24T18:28:54.792Z] #158 DONE 1.0s [2024-01-24T18:28:55.055Z] [2024-01-24T18:28:55.055Z] #165 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-01-24T18:28:55.055Z] #165 DONE 1.3s [2024-01-24T18:28:55.055Z] [2024-01-24T18:28:55.055Z] #166 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:55.055Z] #166 ... [2024-01-24T18:28:55.055Z] [2024-01-24T18:28:55.055Z] #167 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-01-24T18:28:55.055Z] #167 DONE 1.3s [2024-01-24T18:28:55.055Z] [2024-01-24T18:28:55.055Z] #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-01-24T18:28:55.055Z] #168 DONE 1.3s [2024-01-24T18:28:55.315Z] [2024-01-24T18:28:55.315Z] #169 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-01-24T18:28:55.315Z] #169 DONE 1.3s [2024-01-24T18:28:55.315Z] [2024-01-24T18:28:55.315Z] #170 [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-01-24T18:28:55.315Z] #170 ... [2024-01-24T18:28:55.315Z] [2024-01-24T18:28:55.315Z] #171 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-01-24T18:28:55.315Z] #171 DONE 1.3s [2024-01-24T18:28:55.315Z] [2024-01-24T18:28:55.315Z] #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-01-24T18:28:55.315Z] #172 DONE 0.6s [2024-01-24T18:28:55.315Z] [2024-01-24T18:28:55.315Z] #162 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-01-24T18:28:55.315Z] #162 DONE 1.3s [2024-01-24T18:28:55.315Z] [2024-01-24T18:28:55.315Z] #173 [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-01-24T18:28:55.315Z] #173 DONE 0.6s [2024-01-24T18:28:55.575Z] [2024-01-24T18:28:55.575Z] #174 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:55.575Z] #174 DONE 0.6s [2024-01-24T18:28:55.575Z] [2024-01-24T18:28:55.575Z] #166 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:55.575Z] #166 DONE 0.6s [2024-01-24T18:28:55.575Z] [2024-01-24T18:28:55.575Z] #175 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:55.575Z] #175 DONE 0.5s [2024-01-24T18:28:55.575Z] [2024-01-24T18:28:55.575Z] #100 [support-scheduler] exporting to image [2024-01-24T18:28:55.575Z] #100 exporting layers [2024-01-24T18:28:55.575Z] #100 ... [2024-01-24T18:28:55.575Z] [2024-01-24T18:28:55.575Z] #176 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:55.575Z] #176 DONE 0.6s [2024-01-24T18:28:55.575Z] [2024-01-24T18:28:55.575Z] #170 [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-01-24T18:28:55.575Z] #170 DONE 0.6s [2024-01-24T18:28:55.839Z] [2024-01-24T18:28:55.839Z] #177 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-01-24T18:28:55.839Z] #177 DONE 2.0s [2024-01-24T18:28:55.839Z] [2024-01-24T18:28:55.839Z] #178 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:55.839Z] #178 DONE 0.5s [2024-01-24T18:28:55.839Z] [2024-01-24T18:28:55.839Z] #179 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:55.839Z] #179 DONE 0.5s [2024-01-24T18:28:55.839Z] [2024-01-24T18:28:55.839Z] #100 [support-notifications] exporting to image [2024-01-24T18:28:55.839Z] #100 exporting layers 0.2s done [2024-01-24T18:28:55.839Z] #100 ... [2024-01-24T18:28:55.839Z] [2024-01-24T18:28:55.839Z] #180 [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-01-24T18:28:55.839Z] #180 DONE 0.6s [2024-01-24T18:28:55.839Z] [2024-01-24T18:28:55.839Z] #181 [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-01-24T18:28:55.839Z] #181 DONE 0.5s [2024-01-24T18:28:55.839Z] [2024-01-24T18:28:55.839Z] #100 [security-spiffe-token-provider] exporting to image [2024-01-24T18:28:56.097Z] #100 ... [2024-01-24T18:28:56.097Z] [2024-01-24T18:28:56.097Z] #182 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-01-24T18:28:56.097Z] #182 DONE 0.5s [2024-01-24T18:28:56.097Z] [2024-01-24T18:28:56.097Z] #183 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-01-24T18:28:56.097Z] #183 DONE 0.5s [2024-01-24T18:28:56.097Z] [2024-01-24T18:28:56.097Z] #184 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-01-24T18:28:56.097Z] #184 DONE 0.4s [2024-01-24T18:28:56.097Z] [2024-01-24T18:28:56.097Z] #185 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-01-24T18:28:56.097Z] #185 DONE 0.4s [2024-01-24T18:28:56.097Z] [2024-01-24T18:28:56.097Z] #100 [core-metadata] exporting to image [2024-01-24T18:28:56.097Z] #100 writing image sha256:6fdbfd8fb4632791d44913ed38d2cceb0724d3414110d04fd51fd881fe709352 0.0s done [2024-01-24T18:28:56.097Z] #100 writing image sha256:d049aa00cbf8e5b9d34c54b20a52ac58f4cc4c70e21b0ea87fdae3b636b63a09 0.1s done [2024-01-24T18:28:56.097Z] #100 naming to docker.io/library/core-command done [2024-01-24T18:28:56.097Z] #100 naming to docker.io/library/support-scheduler done [2024-01-24T18:28:56.097Z] #100 exporting layers 0.3s done [2024-01-24T18:28:56.385Z] #100 ... [2024-01-24T18:28:56.385Z] [2024-01-24T18:28:56.385Z] #186 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:28:56.385Z] #186 DONE 0.5s [2024-01-24T18:28:56.385Z] [2024-01-24T18:28:56.385Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:28:56.385Z] #187 DONE 0.3s [2024-01-24T18:28:56.385Z] [2024-01-24T18:28:56.385Z] #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-01-24T18:28:56.385Z] #188 DONE 0.3s [2024-01-24T18:28:56.385Z] [2024-01-24T18:28:56.385Z] #100 [core-metadata] exporting to image [2024-01-24T18:28:56.385Z] #100 exporting layers 0.5s done [2024-01-24T18:28:56.385Z] #100 writing image sha256:3311ee5569b23c9e101d207d2b995a8609c10e2a1024568d48be608513a00ab1 [2024-01-24T18:28:56.385Z] #100 exporting layers 0.5s done [2024-01-24T18:28:56.385Z] #100 writing image sha256:3311ee5569b23c9e101d207d2b995a8609c10e2a1024568d48be608513a00ab1 0.0s done [2024-01-24T18:28:56.385Z] #100 naming to docker.io/library/core-data done [2024-01-24T18:28:56.385Z] #100 writing image sha256:4c9f43e57d7f25a24aebadba970994c62453a473a7b1011d63234996a6a935fd done [2024-01-24T18:28:56.385Z] #100 naming to docker.io/library/support-notifications done [2024-01-24T18:28:56.385Z] #100 writing image sha256:6e46e992345e8f82b6f3012b39590ae4f5c2517747e6fd5267376fdf0996daf9 done [2024-01-24T18:28:56.385Z] #100 naming to docker.io/library/core-metadata done [2024-01-24T18:28:56.385Z] #100 writing image sha256:990a657634c824a8bddeb5f80629c2ce4396e4a8ef640135aefb7d309e8749f1 done [2024-01-24T18:28:56.385Z] #100 naming to docker.io/library/security-spiffe-token-provider done [2024-01-24T18:28:56.385Z] #100 DONE 1.6s [2024-01-24T18:28:56.385Z] [2024-01-24T18:28:56.385Z] #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:28:56.385Z] #189 DONE 0.1s [2024-01-24T18:28:56.385Z] [2024-01-24T18:28:56.385Z] #190 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-01-24T18:28:56.693Z] #190 ... [2024-01-24T18:28:56.693Z] [2024-01-24T18:28:56.693Z] #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-01-24T18:28:56.693Z] #191 DONE 0.3s [2024-01-24T18:28:56.693Z] [2024-01-24T18:28:56.693Z] #192 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:28:56.693Z] #192 DONE 0.7s [2024-01-24T18:28:56.693Z] [2024-01-24T18:28:56.693Z] #193 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-01-24T18:28:56.693Z] #193 DONE 0.3s [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #100 [security-proxy-auth] exporting to image [2024-01-24T18:28:56.953Z] #100 ... [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #190 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-01-24T18:28:56.953Z] #190 DONE 0.6s [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #194 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-01-24T18:28:56.953Z] #194 DONE 0.3s [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #195 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-01-24T18:28:56.953Z] #195 DONE 0.0s [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #196 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-01-24T18:28:56.953Z] #196 DONE 0.1s [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #197 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:28:56.953Z] #197 DONE 0.9s [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #100 [core-common-config-bootstrapper] exporting to image [2024-01-24T18:28:56.953Z] #100 ... [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #198 [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-01-24T18:28:56.953Z] #198 DONE 0.1s [2024-01-24T18:28:56.953Z] [2024-01-24T18:28:56.953Z] #100 [security-proxy-auth] exporting to image [2024-01-24T18:28:56.953Z] #100 exporting layers 0.2s done [2024-01-24T18:28:56.953Z] #100 writing image sha256:404f794dfdba76e51b1ef1ec6a388773ff4f37911f545979faf4f1bd44f93fa4 done [2024-01-24T18:28:56.953Z] #100 naming to docker.io/library/security-proxy-auth done [2024-01-24T18:28:56.953Z] #100 writing image sha256:690130ac2c159cacfd4a8a32399d29a4a421289897104aef799c54f36b8f3e30 done [2024-01-24T18:28:56.953Z] #100 naming to docker.io/library/core-common-config-bootstrapper [2024-01-24T18:28:57.210Z] #100 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2024-01-24T18:28:57.210Z] #100 DONE 2.2s [2024-01-24T18:28:57.210Z] [2024-01-24T18:28:57.210Z] #199 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-01-24T18:28:57.210Z] #199 DONE 0.1s [2024-01-24T18:28:57.210Z] [2024-01-24T18:28:57.210Z] #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-01-24T18:28:57.469Z] #200 DONE 0.1s [2024-01-24T18:28:57.469Z] [2024-01-24T18:28:57.469Z] #201 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-01-24T18:28:57.469Z] #201 DONE 0.0s [2024-01-24T18:28:57.469Z] [2024-01-24T18:28:57.469Z] #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-01-24T18:28:57.469Z] #202 ... [2024-01-24T18:28:57.469Z] [2024-01-24T18:28:57.469Z] #203 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:28:57.469Z] #203 DONE 0.4s [2024-01-24T18:28:57.469Z] [2024-01-24T18:28:57.469Z] #204 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:28:57.469Z] #204 DONE 0.8s [2024-01-24T18:28:57.727Z] [2024-01-24T18:28:57.727Z] #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-01-24T18:28:57.727Z] #202 DONE 0.4s [2024-01-24T18:28:57.727Z] [2024-01-24T18:28:57.727Z] #100 [security-proxy-setup] exporting to image [2024-01-24T18:28:57.727Z] #100 exporting layers 0.3s done [2024-01-24T18:28:57.727Z] #100 writing image sha256:2ff412845a3c7d4ef9d6c37fb60cac59fcca0259969331e99d77c694e0a1fef6 0.0s done [2024-01-24T18:28:57.727Z] #100 naming to docker.io/library/security-proxy-setup done [2024-01-24T18:28:57.727Z] #100 writing image sha256:1697d7567f4d8d70aee651762102fadcef6fe726b3c7ff7f18f0ec31673fc0ee done [2024-01-24T18:28:57.727Z] #100 naming to docker.io/library/security-secretstore-setup done [2024-01-24T18:28:57.986Z] #100 exporting layers 0.2s done [2024-01-24T18:28:57.986Z] #100 writing image sha256:7afe7f833df9b852e1b31fbe1aaa0ef9eed5ccefb06d1a6bc46f47a48d6388c6 done [2024-01-24T18:28:57.986Z] #100 naming to docker.io/library/security-bootstrapper done [2024-01-24T18:28:57.986Z] #100 DONE 2.7s [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:28:57.986Z] time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-01-24T18:28:58.017Z] $ docker stop --time=1 fc5ad23320b4b2df9d0066d7114be9e20d0b043e7f974721ceaf119327de825a [2024-01-24T18:28:59.277Z] $ docker rm -f --volumes fc5ad23320b4b2df9d0066d7114be9e20d0b043e7f974721ceaf119327de825a [Pipeline] // withDockerContainer [Pipeline] sh [2024-01-24T18:28:59.770Z] + docker images [2024-01-24T18:28:59.770Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-01-24T18:28:59.770Z] security-bootstrapper latest 7afe7f833df9 2 seconds ago 23.5MB [2024-01-24T18:28:59.770Z] security-proxy-setup latest 2ff412845a3c 2 seconds ago 30.9MB [2024-01-24T18:28:59.770Z] security-secretstore-setup latest 1697d7567f4d 2 seconds ago 41.5MB [2024-01-24T18:28:59.770Z] core-common-config-bootstrapper latest 690130ac2c15 3 seconds ago 20MB [2024-01-24T18:28:59.770Z] security-proxy-auth latest 404f794dfdba 3 seconds ago 20.8MB [2024-01-24T18:28:59.770Z] core-command latest 6fdbfd8fb463 4 seconds ago 22MB [2024-01-24T18:28:59.770Z] core-data latest 3311ee5569b2 4 seconds ago 22.1MB [2024-01-24T18:28:59.770Z] support-notifications latest 4c9f43e57d7f 4 seconds ago 31.8MB [2024-01-24T18:28:59.770Z] core-metadata latest 6e46e992345e 4 seconds ago 22.4MB [2024-01-24T18:28:59.770Z] support-scheduler latest d049aa00cbf8 4 seconds ago 31MB [2024-01-24T18:28:59.770Z] security-spiffe-token-provider latest 990a657634c8 4 seconds ago 33.7MB [2024-01-24T18:28:59.770Z] security-spire-agent latest c24eaa350432 About a minute ago 166MB [2024-01-24T18:28:59.770Z] security-spire-server latest 232b716fa394 About a minute ago 107MB [2024-01-24T18:28:59.770Z] security-spire-config latest dc5b1e84242b About a minute ago 107MB [2024-01-24T18:28:59.770Z] ci-base-image-x86_64 latest 9ed92c58179f 4 minutes ago 937MB [2024-01-24T18:28:59.770Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 2 months ago 564MB [2024-01-24T18:28:59.770Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 7 months ago 334MB [2024-01-24T18:28:59.770Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 18 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-01-24T18:29:06.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-01-24T18:29:06.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-01-24T18:29:06.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-01-24T18:29:06.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-01-24T18:29:06.650Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-01-24T18:29:06.919Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-01-24T18:29:07.187Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-01-24T18:29:07.187Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-01-24T18:29:07.187Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-01-24T18:29:07.773Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-01-24T18:29:09.717Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-01-24T18:29:09.717Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-01-24T18:29:09.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-01-24T18:29:09.717Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-01-24T18:29:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-01-24T18:29:13.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-01-24T18:29:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.197s coverage: 28.7% of statements [2024-01-24T18:29:18.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-01-24T18:29:18.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-01-24T18:29:18.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-01-24T18:29:18.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.263s coverage: 97.0% of statements [2024-01-24T18:29:22.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.330s coverage: 69.2% of statements [2024-01-24T18:29:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-01-24T18:29:23.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-01-24T18:29:24.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.292s coverage: 53.2% of statements [2024-01-24T18:29:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-01-24T18:29:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-01-24T18:29:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:29:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-01-24T18:29:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-01-24T18:29:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-01-24T18:29:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-01-24T18:29:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.737s coverage: 93.4% of statements [2024-01-24T18:29:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.340s coverage: 4.1% of statements [2024-01-24T18:29:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-01-24T18:29:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:29:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-01-24T18:29:48.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-01-24T18:29:48.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-01-24T18:29:48.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-01-24T18:29:48.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-01-24T18:29:48.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-01-24T18:29:48.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-01-24T18:29:48.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-01-24T18:29:49.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.447s coverage: 97.6% of statements [2024-01-24T18:29:49.534Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.207s coverage: 72.2% of statements [2024-01-24T18:29:57.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-01-24T18:29:57.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-01-24T18:29:58.005Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.426s coverage: 0.9% of statements [2024-01-24T18:29:58.005Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.282s coverage: 32.2% of statements [2024-01-24T18:29:58.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.291s coverage: 41.7% of statements [2024-01-24T18:29:58.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.256s coverage: 82.9% of statements [2024-01-24T18:29:58.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.227s coverage: 94.1% of statements [2024-01-24T18:29:59.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.242s coverage: 96.3% of statements [2024-01-24T18:30:00.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.202s coverage: 87.5% of statements [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-01-24T18:30:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-01-24T18:30:07.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-01-24T18:30:07.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-01-24T18:30:07.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-01-24T18:30:07.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-01-24T18:30:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-01-24T18:30:08.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-01-24T18:30:09.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-01-24T18:30:13.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.197s coverage: 94.4% of statements [2024-01-24T18:30:13.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-01-24T18:30:15.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-01-24T18:30:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-01-24T18:30:19.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-01-24T18:30:21.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-01-24T18:30:21.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-01-24T18:30:21.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-01-24T18:30:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-01-24T18:30:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-01-24T18:30:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-01-24T18:30:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-01-24T18:30:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-01-24T18:30:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-01-24T18:30:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.946s coverage: 79.9% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.233s coverage: 92.9% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.081s coverage: 64.4% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.221s coverage: 62.3% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.215s coverage: 87.2% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.182s coverage: 20.0% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.172s coverage: 100.0% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.714s coverage: 81.8% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.469s coverage: 82.1% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.235s coverage: 86.0% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.783s coverage: 63.1% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.227s coverage: 100.0% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.103s coverage: 89.4% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.064s coverage: 100.0% of statements [2024-01-24T18:30:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.068s coverage: 73.7% of statements [2024-01-24T18:30:28.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.074s coverage: 100.0% of statements [2024-01-24T18:30:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.733s coverage: 38.4% of statements [2024-01-24T18:30:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.226s coverage: 89.5% of statements [2024-01-24T18:30:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.234s coverage: 84.8% of statements [2024-01-24T18:30:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-01-24T18:30:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-01-24T18:30:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-01-24T18:30:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-01-24T18:30:34.847Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-01-24T18:30:34.847Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:30:34.847Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-01-24T18:30:34.847Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-01-24T18:30:35.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-01-24T18:30:35.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-01-24T18:30:39.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.304s coverage: 19.9% of statements [2024-01-24T18:30:39.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.650s coverage: 95.7% of statements [2024-01-24T18:30:39.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.233s coverage: 61.8% of statements [2024-01-24T18:30:39.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-01-24T18:30:39.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-01-24T18:30:41.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.366s coverage: 98.9% of statements [2024-01-24T18:30:42.162Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-01-24T18:30:42.427Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-01-24T18:30:42.427Z] go vet ./... [2024-01-24T18:32:04.027Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-01-24T18:32:04.027Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-01-24T18:32:04.027Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-01-24T18:32:04.070Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-01-24T18:32:04.442Z] + ls -al . [2024-01-24T18:32:04.442Z] total 732 [2024-01-24T18:32:04.442Z] drwxrwxr-x 10 1001 1001 4096 Jan 24 18:27 . [2024-01-24T18:32:04.442Z] drwxr-xr-x 4 root root 4096 Jan 24 18:27 .. [2024-01-24T18:32:04.442Z] drwxrwxr-x 2 1001 1001 4096 Jan 24 18:25 .blubracket [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 10 Jan 24 18:25 .dockerignore [2024-01-24T18:32:04.442Z] drwxrwxr-x 8 1001 1001 4096 Jan 24 18:25 .git [2024-01-24T18:32:04.442Z] drwxrwxr-x 3 1001 1001 4096 Jan 24 18:25 .github [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 1074 Jan 24 18:25 .gitignore [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 42 Jan 24 18:25 .golangci.yml [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 100 Jan 24 18:25 .hadolint.yml [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 155 Jan 24 18:25 .sonarcloud.properties [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 1171 Jan 24 18:25 ADOPTERS.md [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 11674 Jan 24 18:25 Attribution.txt [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 100284 Jan 24 18:25 CHANGELOG.md [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 3804 Jan 24 18:25 CONTRIBUTING.md [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 677 Jan 24 18:25 GOVERNANCE.md [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 861 Jan 24 18:25 Jenkinsfile [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 10775 Jan 24 18:25 LICENSE [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 15392 Jan 24 18:25 Makefile [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 582 Jan 24 18:25 OWNERS.md [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 9528 Jan 24 18:25 README.md [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 789 Jan 24 18:25 SECURITY.md [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 5 Jan 24 18:23 VERSION [2024-01-24T18:32:04.442Z] drwxrwxr-x 2 1001 1001 4096 Jan 24 18:25 bin [2024-01-24T18:32:04.442Z] drwxrwxr-x 18 1001 1001 4096 Jan 24 18:25 cmd [2024-01-24T18:32:04.442Z] -rw-r--r-- 1 root root 453602 Jan 24 18:30 coverage.out [2024-01-24T18:32:04.442Z] drwxrwxr-x 2 1001 1001 4096 Jan 24 18:25 fuzz_test [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 3686 Jan 24 18:25 go.mod [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 34039 Jan 24 18:25 go.sum [2024-01-24T18:32:04.442Z] drwxrwxr-x 7 1001 1001 4096 Jan 24 18:25 internal [2024-01-24T18:32:04.442Z] drwxrwxr-x 3 1001 1001 4096 Jan 24 18:25 openapi [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 584 Jan 24 18:25 security.txt [2024-01-24T18:32:04.442Z] -rw-rw-r-- 1 1001 1001 204 Jan 24 18:25 version.go [Pipeline] sh [2024-01-24T18:32:04.772Z] + '[' -e coverage.out ] [2024-01-24T18:32:04.772Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-01-24T18:32:04.809Z] Warning: overwriting stash ‘coverage-report’ [2024-01-24T18:32:05.549Z] Stashed 1 file(s) [Pipeline] sh [2024-01-24T18:32:05.867Z] + make build [2024-01-24T18:32:05.867Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-01-24T18:33:02.239Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-01-24T18:33:02.239Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-01-24T18:33:02.819Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-01-24T18:33:04.755Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-01-24T18:33:26.779Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-01-24T18:33:31.007Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-01-24T18:33:35.236Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-01-24T18:33:38.560Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-01-24T18:33:40.510Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-01-24T18:33:43.078Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-01-24T18:33:46.408Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-01-24T18:33:49.758Z] $ docker stop --time=1 f9f51630e0135be80d92fd2d5b7494cc6f5ab4acf298f4b6bba5cc0bed370157 [2024-01-24T18:33:51.700Z] $ docker rm -f --volumes f9f51630e0135be80d92fd2d5b7494cc6f5ab4acf298f4b6bba5cc0bed370157 [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-01-24T18:33:55.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-01-24T18:33:55.016Z] [2024-01-24T18:33:55.016Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:33:55.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-01-24T18:33:55.727Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-01-24T18:33:55.727Z] 547446be3368: Pulling fs layer [2024-01-24T18:33:55.727Z] d125d8839a47: Pulling fs layer [2024-01-24T18:33:55.727Z] 3e85d5ac6304: Pulling fs layer [2024-01-24T18:33:55.727Z] c3105a71a48b: Pulling fs layer [2024-01-24T18:33:55.727Z] 0f093f025ec4: Pulling fs layer [2024-01-24T18:33:55.727Z] c3106fc0e877: Pulling fs layer [2024-01-24T18:33:55.727Z] c3105a71a48b: Waiting [2024-01-24T18:33:55.727Z] 0f093f025ec4: Waiting [2024-01-24T18:33:55.727Z] c3106fc0e877: Waiting [2024-01-24T18:33:55.727Z] 547446be3368: Download complete [2024-01-24T18:33:55.994Z] c3105a71a48b: Download complete [2024-01-24T18:33:56.263Z] d125d8839a47: Verifying Checksum [2024-01-24T18:33:56.263Z] d125d8839a47: Download complete [2024-01-24T18:33:56.263Z] c3106fc0e877: Download complete [2024-01-24T18:33:56.263Z] 0f093f025ec4: Verifying Checksum [2024-01-24T18:33:56.263Z] 0f093f025ec4: Download complete [2024-01-24T18:33:57.220Z] 547446be3368: Pull complete [2024-01-24T18:33:57.801Z] d125d8839a47: Pull complete [2024-01-24T18:33:57.802Z] 3e85d5ac6304: Verifying Checksum [2024-01-24T18:33:57.802Z] 3e85d5ac6304: Download complete [2024-01-24T18:34:12.764Z] 3e85d5ac6304: Pull complete [2024-01-24T18:34:12.764Z] c3105a71a48b: Pull complete [2024-01-24T18:34:13.030Z] 0f093f025ec4: Pull complete [2024-01-24T18:34:13.295Z] c3106fc0e877: Pull complete [2024-01-24T18:34:13.295Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-01-24T18:34:13.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-01-24T18:34:13.295Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:34:13.742Z] prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container [2024-01-24T18:34:13.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-01-24T18:34:15.632Z] $ docker top b976e1e30cd548ad650a5acbbd8c708438df25f1acd99778a6d5f3b42355f30c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-24T18:34:16.223Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-01-24T18:34:18.163Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2024-01-24T18:34:18.163Z] #1 transferring dockerfile: 30B [2024-01-24T18:34:18.163Z] #1 transferring dockerfile: 2.15kB done [2024-01-24T18:34:18.163Z] #1 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #2 [security-proxy-auth internal] load .dockerignore [2024-01-24T18:34:18.163Z] #2 transferring context: 50B done [2024-01-24T18:34:18.163Z] #2 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:18.163Z] #3 DONE 0.0s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #4 [security-spire-config internal] load .dockerignore [2024-01-24T18:34:18.163Z] #4 transferring context: 50B 0.0s done [2024-01-24T18:34:18.163Z] #4 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #5 [security-spire-config internal] load build definition from Dockerfile [2024-01-24T18:34:18.163Z] #5 transferring dockerfile: 1.69kB done [2024-01-24T18:34:18.163Z] #5 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #6 [security-secretstore-setup internal] load .dockerignore [2024-01-24T18:34:18.163Z] #6 transferring context: 50B done [2024-01-24T18:34:18.163Z] #6 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2024-01-24T18:34:18.163Z] #7 transferring dockerfile: 2.49kB done [2024-01-24T18:34:18.163Z] #7 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #3 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:18.163Z] #3 DONE 0.0s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2024-01-24T18:34:18.163Z] #8 DONE 0.0s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #9 [security-spire-agent internal] load .dockerignore [2024-01-24T18:34:18.163Z] #9 ... [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #10 [core-command internal] load build definition from Dockerfile [2024-01-24T18:34:18.163Z] #10 transferring dockerfile: 1.93kB done [2024-01-24T18:34:18.163Z] #10 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #11 [core-command internal] load .dockerignore [2024-01-24T18:34:18.163Z] #11 transferring context: 50B done [2024-01-24T18:34:18.163Z] #11 DONE 0.1s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #3 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:18.163Z] #3 DONE 0.0s [2024-01-24T18:34:18.163Z] [2024-01-24T18:34:18.163Z] #9 [security-spire-agent internal] load .dockerignore [2024-01-24T18:34:18.430Z] #9 transferring context: 50B done [2024-01-24T18:34:18.430Z] #9 DONE 0.1s [2024-01-24T18:34:18.430Z] [2024-01-24T18:34:18.430Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2024-01-24T18:34:18.430Z] #8 transferring dockerfile: 1.81kB done [2024-01-24T18:34:18.431Z] #8 DONE 0.2s [2024-01-24T18:34:18.431Z] [2024-01-24T18:34:18.431Z] #12 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:34:18.431Z] #12 DONE 0.4s [2024-01-24T18:34:18.431Z] [2024-01-24T18:34:18.431Z] #13 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-01-24T18:34:18.431Z] #13 transferring dockerfile: 1.89kB 0.0s done [2024-01-24T18:34:18.431Z] #13 DONE 0.2s [2024-01-24T18:34:18.431Z] [2024-01-24T18:34:18.431Z] #14 [security-spiffe-token-provider internal] load .dockerignore [2024-01-24T18:34:18.431Z] #14 transferring context: 50B 0.0s done [2024-01-24T18:34:18.431Z] #14 DONE 0.2s [2024-01-24T18:34:18.431Z] [2024-01-24T18:34:18.431Z] #15 [support-scheduler internal] load .dockerignore [2024-01-24T18:34:18.431Z] #15 ... [2024-01-24T18:34:18.431Z] [2024-01-24T18:34:18.431Z] #16 [core-metadata internal] load build definition from Dockerfile [2024-01-24T18:34:18.699Z] #16 transferring dockerfile: 2.06kB 0.0s done [2024-01-24T18:34:18.699Z] #16 DONE 0.1s [2024-01-24T18:34:18.699Z] [2024-01-24T18:34:18.700Z] #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:18.700Z] #3 DONE 0.0s [2024-01-24T18:34:18.700Z] [2024-01-24T18:34:18.700Z] #17 [security-bootstrapper internal] load .dockerignore [2024-01-24T18:34:18.700Z] #17 ... [2024-01-24T18:34:18.700Z] [2024-01-24T18:34:18.700Z] #18 [core-metadata internal] load .dockerignore [2024-01-24T18:34:18.700Z] #18 transferring context: 50B 0.0s done [2024-01-24T18:34:18.700Z] #18 DONE 0.3s [2024-01-24T18:34:18.700Z] [2024-01-24T18:34:18.700Z] #3 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:18.700Z] #3 DONE 0.0s [2024-01-24T18:34:18.967Z] [2024-01-24T18:34:18.967Z] #19 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:34:18.967Z] #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done [2024-01-24T18:34:18.967Z] #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:34:18.967Z] #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2024-01-24T18:34:18.967Z] #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2024-01-24T18:34:18.967Z] #19 ... [2024-01-24T18:34:18.967Z] [2024-01-24T18:34:18.967Z] #15 [support-scheduler internal] load .dockerignore [2024-01-24T18:34:18.967Z] #15 transferring context: 50B 0.0s done [2024-01-24T18:34:18.967Z] #15 DONE 0.5s [2024-01-24T18:34:18.967Z] [2024-01-24T18:34:18.967Z] #19 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:34:18.967Z] #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0B / 3.33MB 0.1s [2024-01-24T18:34:18.967Z] #19 ... [2024-01-24T18:34:18.967Z] [2024-01-24T18:34:18.967Z] #20 [support-scheduler internal] load build definition from Dockerfile [2024-01-24T18:34:18.967Z] #20 transferring dockerfile: 1.93kB 0.0s done [2024-01-24T18:34:18.967Z] #20 DONE 0.6s [2024-01-24T18:34:18.967Z] [2024-01-24T18:34:18.967Z] #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:18.967Z] #3 DONE 0.0s [2024-01-24T18:34:18.967Z] [2024-01-24T18:34:18.967Z] #19 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:34:18.968Z] #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.2s [2024-01-24T18:34:19.235Z] #19 ... [2024-01-24T18:34:19.235Z] [2024-01-24T18:34:19.235Z] #12 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:34:19.235Z] #12 DONE 1.1s [2024-01-24T18:34:19.235Z] [2024-01-24T18:34:19.235Z] #19 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:34:19.235Z] #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done [2024-01-24T18:34:19.235Z] #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:34:19.235Z] #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2024-01-24T18:34:19.235Z] #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2024-01-24T18:34:19.235Z] #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.3s [2024-01-24T18:34:19.235Z] #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done [2024-01-24T18:34:19.235Z] #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:34:19.235Z] #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2024-01-24T18:34:19.235Z] #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2024-01-24T18:34:19.235Z] #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s done [2024-01-24T18:34:19.235Z] #19 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 [2024-01-24T18:34:19.502Z] #19 ... [2024-01-24T18:34:19.502Z] [2024-01-24T18:34:19.502Z] #17 [security-bootstrapper internal] load .dockerignore [2024-01-24T18:34:19.502Z] #17 transferring context: 50B 0.0s done [2024-01-24T18:34:19.502Z] #17 DONE 0.7s [2024-01-24T18:34:19.502Z] [2024-01-24T18:34:19.502Z] #21 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-01-24T18:34:19.502Z] #21 DONE 1.0s [2024-01-24T18:34:19.502Z] [2024-01-24T18:34:19.502Z] #22 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-01-24T18:34:19.502Z] #22 DONE 1.2s [2024-01-24T18:34:19.502Z] [2024-01-24T18:34:19.502Z] #23 [core-data internal] load .dockerignore [2024-01-24T18:34:19.503Z] #23 transferring context: 50B 0.0s done [2024-01-24T18:34:19.503Z] #23 DONE 1.0s [2024-01-24T18:34:19.503Z] [2024-01-24T18:34:19.503Z] #24 [core-command builder 2/7] WORKDIR /edgex-go [2024-01-24T18:34:19.769Z] #24 ... [2024-01-24T18:34:19.769Z] [2024-01-24T18:34:19.769Z] #25 [security-proxy-setup internal] load build definition from Dockerfile [2024-01-24T18:34:19.769Z] #25 transferring dockerfile: 2.50kB 0.1s done [2024-01-24T18:34:19.769Z] #25 DONE 0.4s [2024-01-24T18:34:19.769Z] [2024-01-24T18:34:19.769Z] #26 [security-spire-server internal] load build definition from Dockerfile [2024-01-24T18:34:19.769Z] #26 transferring dockerfile: 1.70kB 0.0s done [2024-01-24T18:34:19.769Z] #26 DONE 0.9s [2024-01-24T18:34:19.769Z] [2024-01-24T18:34:19.769Z] #27 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-01-24T18:34:19.769Z] #27 DONE 1.8s [2024-01-24T18:34:19.769Z] [2024-01-24T18:34:19.769Z] #19 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:34:19.769Z] #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done [2024-01-24T18:34:19.769Z] #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:34:19.769Z] #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2024-01-24T18:34:19.769Z] #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2024-01-24T18:34:19.769Z] #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s done [2024-01-24T18:34:20.740Z] #19 ... [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2024-01-24T18:34:20.740Z] #28 transferring context: 50B 0.0s done [2024-01-24T18:34:20.740Z] #28 DONE 1.3s [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #29 [security-bootstrapper internal] load build definition from Dockerfile [2024-01-24T18:34:20.740Z] #29 transferring dockerfile: 2.93kB 0.1s done [2024-01-24T18:34:20.740Z] #29 DONE 1.9s [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #19 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:34:20.740Z] #19 ... [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #30 [security-spire-server internal] load .dockerignore [2024-01-24T18:34:20.740Z] #30 transferring context: 50B 0.0s done [2024-01-24T18:34:20.740Z] #30 DONE 1.8s [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #31 [core-data internal] load build definition from Dockerfile [2024-01-24T18:34:20.740Z] #31 transferring dockerfile: 2.01kB 0.0s done [2024-01-24T18:34:20.740Z] #31 DONE 2.1s [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #32 [support-notifications internal] load build definition from Dockerfile [2024-01-24T18:34:20.740Z] #32 transferring dockerfile: 1.95kB 0.0s done [2024-01-24T18:34:20.740Z] #32 DONE 1.8s [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #33 [support-notifications internal] load .dockerignore [2024-01-24T18:34:20.740Z] #33 transferring context: 50B 0.0s done [2024-01-24T18:34:20.740Z] #33 DONE 1.8s [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #3 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:20.740Z] #3 DONE 0.0s [2024-01-24T18:34:20.740Z] [2024-01-24T18:34:20.740Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:20.740Z] #34 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-01-24T18:34:20.740Z] #34 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-01-24T18:34:20.740Z] #34 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-01-24T18:34:20.740Z] #34 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-01-24T18:34:20.740Z] #34 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2024-01-24T18:34:20.740Z] #34 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done [2024-01-24T18:34:20.740Z] #34 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s done [2024-01-24T18:34:20.740Z] #34 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2024-01-24T18:34:21.009Z] #34 ... [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #35 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-01-24T18:34:21.009Z] #35 transferring dockerfile: 2.23kB 0.0s done [2024-01-24T18:34:21.009Z] #35 DONE 1.7s [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #3 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:21.009Z] #3 DONE 0.0s [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:21.009Z] #34 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-01-24T18:34:21.009Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.8s [2024-01-24T18:34:21.009Z] #34 ... [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #36 [security-proxy-setup internal] load .dockerignore [2024-01-24T18:34:21.009Z] #36 transferring context: 50B 0.1s done [2024-01-24T18:34:21.009Z] #36 DONE 1.6s [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-01-24T18:34:21.009Z] #3 DONE 0.0s [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #24 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-01-24T18:34:21.009Z] #24 DONE 1.7s [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:21.009Z] #34 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2024-01-24T18:34:21.009Z] #34 ... [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #37 [security-spire-agent internal] load build context [2024-01-24T18:34:21.009Z] #37 transferring context: 17.63kB 0.0s done [2024-01-24T18:34:21.009Z] #37 DONE 1.2s [2024-01-24T18:34:21.009Z] [2024-01-24T18:34:21.009Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:21.009Z] #34 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2024-01-24T18:34:21.300Z] #34 ... [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #22 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-01-24T18:34:21.300Z] #22 DONE 1.7s [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #12 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-01-24T18:34:21.300Z] #12 DONE 1.6s [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #24 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-01-24T18:34:21.300Z] #24 DONE 2.1s [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:21.300Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 1.1s [2024-01-24T18:34:21.300Z] #34 ... [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #22 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-01-24T18:34:21.300Z] #22 DONE 1.7s [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #27 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-01-24T18:34:21.300Z] #27 DONE 2.3s [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #24 [core-data builder 2/7] WORKDIR /edgex-go [2024-01-24T18:34:21.300Z] #24 DONE 2.1s [2024-01-24T18:34:21.300Z] [2024-01-24T18:34:21.300Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:21.300Z] #34 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-01-24T18:34:21.300Z] #34 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-01-24T18:34:21.300Z] #34 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-01-24T18:34:21.300Z] #34 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-01-24T18:34:21.300Z] #34 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2024-01-24T18:34:21.300Z] #34 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done [2024-01-24T18:34:21.300Z] #34 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s done [2024-01-24T18:34:21.300Z] #34 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2024-01-24T18:34:21.300Z] #34 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-01-24T18:34:21.300Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 1.2s [2024-01-24T18:34:21.300Z] #34 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2024-01-24T18:34:21.575Z] #34 ... [2024-01-24T18:34:21.575Z] [2024-01-24T18:34:21.575Z] #38 [security-spire-config internal] load build context [2024-01-24T18:34:21.575Z] #38 transferring context: 16.35kB 0.1s done [2024-01-24T18:34:21.575Z] #38 DONE 1.5s [2024-01-24T18:34:21.575Z] [2024-01-24T18:34:21.575Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:21.575Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 1.4s [2024-01-24T18:34:21.575Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 1.6s [2024-01-24T18:34:21.845Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.63MB / 23.39MB 1.8s [2024-01-24T18:34:22.116Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.73MB / 23.39MB 1.9s [2024-01-24T18:34:22.116Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.12MB / 23.39MB 2.2s [2024-01-24T18:34:22.385Z] #34 ... [2024-01-24T18:34:22.385Z] [2024-01-24T18:34:22.385Z] #39 [security-spire-server internal] load build context [2024-01-24T18:34:22.385Z] #39 transferring context: 18.10kB 0.1s done [2024-01-24T18:34:22.385Z] #39 DONE 1.0s [2024-01-24T18:34:22.385Z] [2024-01-24T18:34:22.385Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:22.385Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 2.4s [2024-01-24T18:34:22.971Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.7s [2024-01-24T18:34:22.971Z] #34 ... [2024-01-24T18:34:22.971Z] [2024-01-24T18:34:22.971Z] #19 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2024-01-24T18:34:22.971Z] #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done [2024-01-24T18:34:22.971Z] #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2024-01-24T18:34:22.971Z] #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2024-01-24T18:34:22.971Z] #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2024-01-24T18:34:22.971Z] #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s done [2024-01-24T18:34:22.971Z] #19 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 1.7s done [2024-01-24T18:34:22.971Z] #19 DONE 5.2s [2024-01-24T18:34:22.971Z] [2024-01-24T18:34:22.971Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:22.971Z] #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.8s done [2024-01-24T18:34:23.240Z] #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2024-01-24T18:34:27.521Z] #34 ... [2024-01-24T18:34:27.521Z] [2024-01-24T18:34:27.521Z] #40 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-01-24T18:34:27.521Z] #0 2.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:27.521Z] #0 3.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:27.521Z] #0 4.725 OK: 266 MiB in 52 packages [2024-01-24T18:34:27.521Z] #40 DONE 6.8s [2024-01-24T18:34:27.521Z] [2024-01-24T18:34:27.521Z] #41 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-01-24T18:34:27.521Z] #0 3.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:27.521Z] #0 4.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:27.521Z] #0 6.068 OK: 266 MiB in 52 packages [2024-01-24T18:34:27.521Z] #41 DONE 6.8s [2024-01-24T18:34:27.521Z] [2024-01-24T18:34:27.521Z] #42 [support-scheduler internal] load build context [2024-01-24T18:34:27.521Z] #42 transferring context: 45.34MB 7.9s [2024-01-24T18:34:27.521Z] #42 ... [2024-01-24T18:34:27.521Z] [2024-01-24T18:34:27.521Z] #43 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-01-24T18:34:27.521Z] #0 2.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:27.521Z] #0 3.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:27.521Z] #0 5.020 OK: 266 MiB in 52 packages [2024-01-24T18:34:27.521Z] #43 DONE 6.4s [2024-01-24T18:34:27.521Z] [2024-01-24T18:34:27.521Z] #42 [support-scheduler internal] load build context [2024-01-24T18:34:27.521Z] #42 ... [2024-01-24T18:34:27.521Z] [2024-01-24T18:34:27.521Z] #44 [security-proxy-auth internal] load build context [2024-01-24T18:34:27.521Z] #44 ... [2024-01-24T18:34:27.521Z] [2024-01-24T18:34:27.521Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:28.125Z] #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.9s [2024-01-24T18:34:28.396Z] #34 ... [2024-01-24T18:34:28.396Z] [2024-01-24T18:34:28.396Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:28.677Z] #45 ... [2024-01-24T18:34:28.677Z] [2024-01-24T18:34:28.677Z] #46 [core-command internal] load build context [2024-01-24T18:34:28.677Z] #46 ... [2024-01-24T18:34:28.677Z] [2024-01-24T18:34:28.677Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:28.677Z] #45 ... [2024-01-24T18:34:28.677Z] [2024-01-24T18:34:28.677Z] #47 [security-spiffe-token-provider internal] load build context [2024-01-24T18:34:28.956Z] #47 ... [2024-01-24T18:34:28.956Z] [2024-01-24T18:34:28.956Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:29.225Z] #45 ... [2024-01-24T18:34:29.225Z] [2024-01-24T18:34:29.225Z] #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-01-24T18:34:29.225Z] #0 2.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:29.225Z] #0 2.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:29.225Z] #0 4.697 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:34:29.225Z] #0 4.697 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:34:29.225Z] #0 4.697 OK: 19949 distinct packages available [2024-01-24T18:34:29.225Z] #0 5.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:29.225Z] #0 5.721 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:29.225Z] #0 7.372 OK: 266 MiB in 52 packages [2024-01-24T18:34:29.225Z] #48 DONE 8.0s [2024-01-24T18:34:29.225Z] [2024-01-24T18:34:29.225Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:29.225Z] #45 ... [2024-01-24T18:34:29.225Z] [2024-01-24T18:34:29.225Z] #49 [core-metadata internal] load build context [2024-01-24T18:34:29.505Z] #49 ... [2024-01-24T18:34:29.505Z] [2024-01-24T18:34:29.506Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:29.775Z] #45 ... [2024-01-24T18:34:29.775Z] [2024-01-24T18:34:29.775Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-01-24T18:34:29.775Z] #50 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done [2024-01-24T18:34:29.775Z] #50 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2024-01-24T18:34:29.775Z] #50 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-01-24T18:34:29.775Z] #50 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-01-24T18:34:29.775Z] #50 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-01-24T18:34:29.775Z] #50 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done [2024-01-24T18:34:29.775Z] #50 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2024-01-24T18:34:29.775Z] #50 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.9s done [2024-01-24T18:34:29.775Z] #50 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 2.2s done [2024-01-24T18:34:29.775Z] #50 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-01-24T18:34:29.775Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.2s [2024-01-24T18:34:30.043Z] #50 ... [2024-01-24T18:34:30.043Z] [2024-01-24T18:34:30.043Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:30.319Z] #45 ... [2024-01-24T18:34:30.319Z] [2024-01-24T18:34:30.319Z] #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-01-24T18:34:30.319Z] #0 3.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:30.319Z] #0 4.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:30.319Z] #0 6.202 (1/2) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:30.319Z] #0 6.202 (2/2) Installing su-exec (0.2-r3) [2024-01-24T18:34:30.319Z] #0 6.202 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:30.319Z] #0 6.276 OK: 8 MiB in 17 packages [2024-01-24T18:34:30.319Z] #51 DONE 7.2s [2024-01-24T18:34:30.319Z] [2024-01-24T18:34:30.319Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:31.279Z] #45 ... [2024-01-24T18:34:31.279Z] [2024-01-24T18:34:31.279Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:31.279Z] #52 ... [2024-01-24T18:34:31.279Z] [2024-01-24T18:34:31.279Z] #53 [core-common-config-bootstrapper internal] load build context [2024-01-24T18:34:31.279Z] #53 ... [2024-01-24T18:34:31.279Z] [2024-01-24T18:34:31.279Z] #54 [security-proxy-setup internal] load build context [2024-01-24T18:34:31.545Z] #54 ... [2024-01-24T18:34:31.545Z] [2024-01-24T18:34:31.545Z] #55 [security-bootstrapper internal] load build context [2024-01-24T18:34:31.545Z] #55 ... [2024-01-24T18:34:31.545Z] [2024-01-24T18:34:31.545Z] #56 [core-data internal] load build context [2024-01-24T18:34:31.814Z] #56 ... [2024-01-24T18:34:31.814Z] [2024-01-24T18:34:31.814Z] #55 [security-bootstrapper internal] load build context [2024-01-24T18:34:32.407Z] #55 transferring context: 33.09MB 10.3s [2024-01-24T18:34:33.369Z] #55 ... [2024-01-24T18:34:33.369Z] [2024-01-24T18:34:33.369Z] #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-01-24T18:34:33.369Z] #0 6.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 7.650 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 9.843 (1/6) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:33.369Z] #0 10.06 (2/6) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:33.369Z] #57 ... [2024-01-24T18:34:33.369Z] [2024-01-24T18:34:33.369Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-01-24T18:34:33.369Z] #0 4.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 5.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 6.437 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:34:33.369Z] #0 6.437 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:34:33.369Z] #0 6.437 OK: 19947 distinct packages available [2024-01-24T18:34:33.369Z] #0 6.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 7.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 10.10 (1/11) Installing ca-certificates (20230506-r0) [2024-01-24T18:34:33.369Z] #58 10.22 (2/11) Installing brotli-libs (1.0.9-r14) [2024-01-24T18:34:33.369Z] #58 ... [2024-01-24T18:34:33.369Z] [2024-01-24T18:34:33.369Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-01-24T18:34:33.369Z] #0 6.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 6.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 9.498 (1/4) Installing ca-certificates (20230506-r0) [2024-01-24T18:34:33.369Z] #0 9.735 (2/4) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:33.369Z] #0 9.761 (3/4) Installing su-exec (0.2-r3) [2024-01-24T18:34:33.369Z] #0 9.761 (4/4) Installing yq (4.33.3-r5) [2024-01-24T18:34:33.369Z] #59 10.35 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:33.369Z] #59 10.41 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:34:33.369Z] #59 ... [2024-01-24T18:34:33.369Z] [2024-01-24T18:34:33.369Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-01-24T18:34:33.369Z] #0 8.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.369Z] #0 9.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.638Z] #60 ... [2024-01-24T18:34:33.638Z] [2024-01-24T18:34:33.638Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-01-24T18:34:33.638Z] #0 6.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.638Z] #0 7.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.638Z] #0 9.707 (1/2) Installing ca-certificates (20230506-r0) [2024-01-24T18:34:33.638Z] #0 9.971 (2/2) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:33.638Z] #0 9.971 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:33.638Z] #0 10.02 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:34:33.638Z] #61 ... [2024-01-24T18:34:33.638Z] [2024-01-24T18:34:33.638Z] #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-01-24T18:34:33.638Z] #0 7.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.638Z] #0 8.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.638Z] #0 9.973 (1/1) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:33.638Z] #0 9.987 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:33.638Z] #0 10.05 OK: 8 MiB in 16 packages [2024-01-24T18:34:33.908Z] #62 ... [2024-01-24T18:34:33.908Z] [2024-01-24T18:34:33.908Z] #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-01-24T18:34:33.908Z] #0 5.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.908Z] #0 5.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.908Z] #0 7.945 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:34:33.909Z] #0 7.945 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:34:33.909Z] #0 7.945 OK: 19947 distinct packages available [2024-01-24T18:34:33.909Z] #0 8.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.909Z] #0 8.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.909Z] #63 ... [2024-01-24T18:34:33.909Z] [2024-01-24T18:34:33.909Z] #62 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-01-24T18:34:33.909Z] #62 DONE 11.4s [2024-01-24T18:34:33.909Z] [2024-01-24T18:34:33.909Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-01-24T18:34:33.909Z] #0 9.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.909Z] #0 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:33.909Z] #64 ... [2024-01-24T18:34:33.909Z] [2024-01-24T18:34:33.909Z] #65 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-01-24T18:34:34.891Z] #65 ... [2024-01-24T18:34:34.891Z] [2024-01-24T18:34:34.891Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-01-24T18:34:34.891Z] #61 10.88 OK: 9 MiB in 17 packages [2024-01-24T18:34:34.891Z] #61 DONE 11.9s [2024-01-24T18:34:35.168Z] [2024-01-24T18:34:35.168Z] #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-01-24T18:34:35.168Z] #57 10.16 (3/6) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:35.168Z] #57 10.16 (4/6) Installing openssl (3.1.4-r4) [2024-01-24T18:34:35.168Z] #57 10.26 (5/6) Installing su-exec (0.2-r3) [2024-01-24T18:34:35.168Z] #57 10.27 (6/6) Installing yq (4.33.3-r5) [2024-01-24T18:34:35.168Z] #57 10.80 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:35.168Z] #57 10.90 OK: 18 MiB in 19 packages [2024-01-24T18:34:35.168Z] #57 DONE 11.9s [2024-01-24T18:34:35.168Z] [2024-01-24T18:34:35.168Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:35.168Z] #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.9s [2024-01-24T18:34:35.168Z] #34 ... [2024-01-24T18:34:35.168Z] [2024-01-24T18:34:35.168Z] #66 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:34:35.436Z] #66 ... [2024-01-24T18:34:35.436Z] [2024-01-24T18:34:35.436Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-01-24T18:34:35.436Z] #59 11.11 OK: 18 MiB in 19 packages [2024-01-24T18:34:35.436Z] #59 DONE 12.3s [2024-01-24T18:34:35.436Z] [2024-01-24T18:34:35.436Z] #49 [core-metadata internal] load build context [2024-01-24T18:34:35.705Z] #49 ... [2024-01-24T18:34:35.705Z] [2024-01-24T18:34:35.705Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:35.972Z] #34 ... [2024-01-24T18:34:35.972Z] [2024-01-24T18:34:35.972Z] #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-01-24T18:34:35.972Z] #63 11.18 (1/7) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:35.972Z] #63 11.56 (2/7) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:35.972Z] #63 11.61 (3/7) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:35.972Z] #63 11.67 (4/7) Installing musl-obstack (1.2.3-r2) [2024-01-24T18:34:35.972Z] #63 11.67 (5/7) Installing libucontext (1.2-r2) [2024-01-24T18:34:35.972Z] #63 11.78 (6/7) Installing gcompat (1.1.0-r1) [2024-01-24T18:34:35.972Z] #63 11.78 (7/7) Installing openssl (3.1.4-r4) [2024-01-24T18:34:35.972Z] #63 11.87 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:35.972Z] #63 11.94 OK: 9 MiB in 20 packages [2024-01-24T18:34:35.972Z] #63 DONE 13.0s [2024-01-24T18:34:35.972Z] [2024-01-24T18:34:35.972Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-01-24T18:34:35.972Z] #58 10.29 (3/11) Installing libunistring (1.1-r1) [2024-01-24T18:34:35.972Z] #58 10.38 (4/11) Installing libidn2 (2.3.4-r1) [2024-01-24T18:34:35.972Z] #58 10.44 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-01-24T18:34:35.972Z] #58 10.45 (6/11) Installing libcurl (8.5.0-r0) [2024-01-24T18:34:35.972Z] #58 10.51 (7/11) Installing curl (8.5.0-r0) [2024-01-24T18:34:35.972Z] #58 10.56 (8/11) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:35.972Z] #58 10.56 (9/11) Installing musl-obstack (1.2.3-r2) [2024-01-24T18:34:35.972Z] #58 10.56 (10/11) Installing libucontext (1.2-r2) [2024-01-24T18:34:35.972Z] #58 10.57 (11/11) Installing gcompat (1.1.0-r1) [2024-01-24T18:34:35.972Z] #58 10.58 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:35.972Z] #58 10.75 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:34:35.972Z] #58 11.53 OK: 13 MiB in 26 packages [2024-01-24T18:34:35.972Z] #58 DONE 12.8s [2024-01-24T18:34:35.972Z] [2024-01-24T18:34:35.972Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:36.937Z] #34 ... [2024-01-24T18:34:36.937Z] [2024-01-24T18:34:36.937Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-01-24T18:34:36.937Z] #60 12.49 (1/1) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:36.937Z] #60 12.49 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:36.937Z] #60 12.49 OK: 8 MiB in 16 packages [2024-01-24T18:34:36.937Z] #60 DONE 13.6s [2024-01-24T18:34:36.937Z] [2024-01-24T18:34:36.937Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:37.205Z] #34 ... [2024-01-24T18:34:37.205Z] [2024-01-24T18:34:37.205Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-01-24T18:34:37.205Z] #0 3.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:37.205Z] #0 4.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:37.206Z] #0 6.216 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:37.206Z] #0 6.323 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:37.206Z] #0 6.363 OK: 8 MiB in 17 packages [2024-01-24T18:34:37.206Z] #67 DONE 7.0s [2024-01-24T18:34:37.206Z] [2024-01-24T18:34:37.206Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:37.473Z] #34 ... [2024-01-24T18:34:37.473Z] [2024-01-24T18:34:37.473Z] #42 [support-scheduler internal] load build context [2024-01-24T18:34:37.473Z] #42 transferring context: 82.14MB 18.0s [2024-01-24T18:34:37.744Z] #42 ... [2024-01-24T18:34:37.744Z] [2024-01-24T18:34:37.744Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:37.744Z] #34 ... [2024-01-24T18:34:37.744Z] [2024-01-24T18:34:37.744Z] #44 [security-proxy-auth internal] load build context [2024-01-24T18:34:38.023Z] #44 ... [2024-01-24T18:34:38.023Z] [2024-01-24T18:34:38.023Z] #42 [support-scheduler internal] load build context [2024-01-24T18:34:38.624Z] #42 ... [2024-01-24T18:34:38.624Z] [2024-01-24T18:34:38.624Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-01-24T18:34:38.624Z] #64 12.54 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-01-24T18:34:38.624Z] #64 12.54 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-01-24T18:34:38.624Z] #64 12.54 OK: 19947 distinct packages available [2024-01-24T18:34:38.624Z] #64 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:38.624Z] #64 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:38.624Z] #64 14.42 (1/4) Installing dumb-init (1.2.5-r2) [2024-01-24T18:34:38.624Z] #64 14.43 (2/4) Installing musl-obstack (1.2.3-r2) [2024-01-24T18:34:38.624Z] #64 14.44 (3/4) Installing libucontext (1.2-r2) [2024-01-24T18:34:38.624Z] #64 14.46 (4/4) Installing gcompat (1.1.0-r1) [2024-01-24T18:34:38.624Z] #64 14.49 Executing busybox-1.36.1-r5.trigger [2024-01-24T18:34:38.624Z] #64 14.52 OK: 8 MiB in 19 packages [2024-01-24T18:34:38.624Z] #64 DONE 15.3s [2024-01-24T18:34:38.624Z] [2024-01-24T18:34:38.624Z] #42 [support-scheduler internal] load build context [2024-01-24T18:34:38.900Z] #42 ... [2024-01-24T18:34:38.900Z] [2024-01-24T18:34:38.900Z] #46 [core-command internal] load build context [2024-01-24T18:34:38.900Z] #46 ... [2024-01-24T18:34:38.900Z] [2024-01-24T18:34:38.900Z] #47 [security-spiffe-token-provider internal] load build context [2024-01-24T18:34:39.172Z] #47 ... [2024-01-24T18:34:39.172Z] [2024-01-24T18:34:39.172Z] #42 [support-scheduler internal] load build context [2024-01-24T18:34:40.589Z] #42 ... [2024-01-24T18:34:40.589Z] [2024-01-24T18:34:40.589Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-01-24T18:34:40.589Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.6s [2024-01-24T18:34:40.589Z] #50 ... [2024-01-24T18:34:40.589Z] [2024-01-24T18:34:40.589Z] #65 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-01-24T18:34:40.589Z] #65 3.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:40.589Z] #65 4.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:40.589Z] #65 5.739 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:40.589Z] #65 5.863 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:40.589Z] #65 6.166 OK: 8 MiB in 16 packages [2024-01-24T18:34:40.589Z] #65 DONE 7.0s [2024-01-24T18:34:40.589Z] [2024-01-24T18:34:40.589Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-01-24T18:34:40.589Z] #50 ... [2024-01-24T18:34:40.589Z] [2024-01-24T18:34:40.589Z] #66 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:34:40.589Z] #66 5.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:40.856Z] #66 5.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:41.443Z] #66 ... [2024-01-24T18:34:41.444Z] [2024-01-24T18:34:41.444Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:41.444Z] #45 ... [2024-01-24T18:34:41.444Z] [2024-01-24T18:34:41.444Z] #53 [core-common-config-bootstrapper internal] load build context [2024-01-24T18:34:41.444Z] #53 ... [2024-01-24T18:34:41.444Z] [2024-01-24T18:34:41.444Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:41.724Z] #52 ... [2024-01-24T18:34:41.724Z] [2024-01-24T18:34:41.724Z] #54 [security-proxy-setup internal] load build context [2024-01-24T18:34:41.724Z] #54 ... [2024-01-24T18:34:41.724Z] [2024-01-24T18:34:41.724Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:41.993Z] #52 ... [2024-01-24T18:34:41.993Z] [2024-01-24T18:34:41.993Z] #56 [core-data internal] load build context [2024-01-24T18:34:41.993Z] #56 ... [2024-01-24T18:34:41.993Z] [2024-01-24T18:34:41.993Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:42.578Z] #52 ... [2024-01-24T18:34:42.578Z] [2024-01-24T18:34:42.578Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-01-24T18:34:42.578Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 18.1s done [2024-01-24T18:34:42.578Z] #50 DONE 22.7s [2024-01-24T18:34:42.578Z] [2024-01-24T18:34:42.578Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:42.849Z] #52 transferring context: 94.65MB 21.0s [2024-01-24T18:34:43.472Z] #52 ... [2024-01-24T18:34:43.472Z] [2024-01-24T18:34:43.472Z] #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-01-24T18:34:43.472Z] #0 5.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:43.472Z] #0 5.649 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:43.472Z] #0 7.307 OK: 18 MiB in 19 packages [2024-01-24T18:34:43.472Z] #68 DONE 8.1s [2024-01-24T18:34:43.472Z] [2024-01-24T18:34:43.472Z] #69 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-01-24T18:34:43.472Z] #69 DONE 6.0s [2024-01-24T18:34:43.472Z] [2024-01-24T18:34:43.472Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:43.472Z] #52 ... [2024-01-24T18:34:43.472Z] [2024-01-24T18:34:43.472Z] #55 [security-bootstrapper internal] load build context [2024-01-24T18:34:43.472Z] #55 ... [2024-01-24T18:34:43.472Z] [2024-01-24T18:34:43.472Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:44.438Z] #52 ... [2024-01-24T18:34:44.438Z] [2024-01-24T18:34:44.438Z] #70 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-01-24T18:34:44.438Z] #70 DONE 1.1s [2024-01-24T18:34:44.438Z] [2024-01-24T18:34:44.438Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:44.438Z] #52 ... [2024-01-24T18:34:44.438Z] [2024-01-24T18:34:44.438Z] #71 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-01-24T18:34:44.438Z] #71 DONE 1.1s [2024-01-24T18:34:44.438Z] [2024-01-24T18:34:44.438Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:44.712Z] #52 ... [2024-01-24T18:34:44.712Z] [2024-01-24T18:34:44.712Z] #66 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:34:44.712Z] #66 7.586 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:44.712Z] #66 7.879 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:44.712Z] #66 7.934 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:34:44.712Z] #66 8.599 OK: 9 MiB in 17 packages [2024-01-24T18:34:44.712Z] #66 DONE 9.5s [2024-01-24T18:34:44.712Z] [2024-01-24T18:34:44.712Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:45.307Z] #52 ... [2024-01-24T18:34:45.307Z] [2024-01-24T18:34:45.307Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-01-24T18:34:45.307Z] #0 5.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:45.307Z] #0 6.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:45.307Z] #0 7.941 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:45.307Z] #0 8.235 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:45.307Z] #0 8.283 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:34:45.307Z] #0 8.824 OK: 18 MiB in 19 packages [2024-01-24T18:34:45.307Z] #72 DONE 9.5s [2024-01-24T18:34:45.307Z] [2024-01-24T18:34:45.307Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:45.574Z] #52 ... [2024-01-24T18:34:45.574Z] [2024-01-24T18:34:45.574Z] #73 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:34:45.574Z] #0 5.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:45.574Z] #0 6.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:45.574Z] #0 8.043 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:45.574Z] #0 8.290 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:45.574Z] #0 8.304 Executing ca-certificates-20230506-r0.trigger [2024-01-24T18:34:45.574Z] #0 8.926 OK: 13 MiB in 26 packages [2024-01-24T18:34:45.574Z] #73 DONE 9.4s [2024-01-24T18:34:45.574Z] [2024-01-24T18:34:45.574Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:45.574Z] #52 ... [2024-01-24T18:34:45.574Z] [2024-01-24T18:34:45.574Z] #74 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-01-24T18:34:45.574Z] #0 6.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:45.574Z] #0 6.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:45.574Z] #0 8.757 OK: 9 MiB in 20 packages [2024-01-24T18:34:45.574Z] #74 DONE 9.8s [2024-01-24T18:34:45.574Z] [2024-01-24T18:34:45.574Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:45.840Z] #52 ... [2024-01-24T18:34:45.841Z] [2024-01-24T18:34:45.841Z] #49 [core-metadata internal] load build context [2024-01-24T18:34:45.841Z] #49 ... [2024-01-24T18:34:45.841Z] [2024-01-24T18:34:45.841Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:46.108Z] #52 ... [2024-01-24T18:34:46.108Z] [2024-01-24T18:34:46.108Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-01-24T18:34:46.108Z] #0 5.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:46.108Z] #0 6.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:46.108Z] #0 8.604 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:46.108Z] #0 8.731 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:46.108Z] #0 8.770 OK: 8 MiB in 16 packages [2024-01-24T18:34:46.108Z] #75 DONE 9.3s [2024-01-24T18:34:46.375Z] [2024-01-24T18:34:46.375Z] #49 [core-metadata internal] load build context [2024-01-24T18:34:46.961Z] #49 ... [2024-01-24T18:34:46.961Z] [2024-01-24T18:34:46.961Z] #76 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-01-24T18:34:46.961Z] #0 5.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:46.961Z] #0 5.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-01-24T18:34:46.961Z] #0 7.581 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:46.961Z] #0 7.690 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) [2024-01-24T18:34:46.961Z] #0 7.714 OK: 8 MiB in 19 packages [2024-01-24T18:34:46.961Z] #76 DONE 8.4s [2024-01-24T18:34:46.961Z] [2024-01-24T18:34:46.961Z] #49 [core-metadata internal] load build context [2024-01-24T18:34:47.231Z] #49 transferring context: 132.21MB 27.7s done [2024-01-24T18:34:47.498Z] #49 ... [2024-01-24T18:34:47.498Z] [2024-01-24T18:34:47.498Z] #46 [core-command internal] load build context [2024-01-24T18:34:47.498Z] #46 transferring context: 132.21MB 28.5s done [2024-01-24T18:34:47.498Z] #46 DONE 29.0s [2024-01-24T18:34:47.498Z] [2024-01-24T18:34:47.498Z] #49 [core-metadata internal] load build context [2024-01-24T18:34:47.498Z] #49 DONE 28.2s [2024-01-24T18:34:47.498Z] [2024-01-24T18:34:47.498Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:47.498Z] #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 24.3s [2024-01-24T18:34:47.766Z] #34 ... [2024-01-24T18:34:47.766Z] [2024-01-24T18:34:47.766Z] #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-01-24T18:34:47.766Z] #77 DONE 2.0s [2024-01-24T18:34:47.766Z] [2024-01-24T18:34:47.766Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:47.766Z] #34 ... [2024-01-24T18:34:47.766Z] [2024-01-24T18:34:47.766Z] #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:34:48.035Z] #78 ... [2024-01-24T18:34:48.035Z] [2024-01-24T18:34:48.035Z] #44 [security-proxy-auth internal] load build context [2024-01-24T18:34:48.035Z] #44 ... [2024-01-24T18:34:48.035Z] [2024-01-24T18:34:48.035Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:48.302Z] #34 ... [2024-01-24T18:34:48.302Z] [2024-01-24T18:34:48.302Z] #52 [support-notifications internal] load build context [2024-01-24T18:34:48.302Z] #52 transferring context: 132.21MB 26.3s done [2024-01-24T18:34:48.302Z] #52 DONE 27.2s [2024-01-24T18:34:48.302Z] [2024-01-24T18:34:48.302Z] #42 [support-scheduler internal] load build context [2024-01-24T18:34:48.302Z] #42 transferring context: 132.21MB 28.7s done [2024-01-24T18:34:48.302Z] #42 DONE 29.1s [2024-01-24T18:34:48.570Z] [2024-01-24T18:34:48.570Z] #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:34:48.570Z] #78 DONE 0.8s [2024-01-24T18:34:48.570Z] [2024-01-24T18:34:48.570Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:48.570Z] #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 25.4s done [2024-01-24T18:34:49.179Z] #34 ... [2024-01-24T18:34:49.179Z] [2024-01-24T18:34:49.179Z] #45 [security-secretstore-setup internal] load build context [2024-01-24T18:34:49.179Z] #45 transferring context: 132.21MB 30.2s done [2024-01-24T18:34:49.179Z] #45 DONE 30.7s [2024-01-24T18:34:49.179Z] [2024-01-24T18:34:49.179Z] #47 [security-spiffe-token-provider internal] load build context [2024-01-24T18:34:49.453Z] #47 ... [2024-01-24T18:34:49.453Z] [2024-01-24T18:34:49.453Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-01-24T18:34:49.453Z] #34 DONE 29.7s [2024-01-24T18:34:49.453Z] [2024-01-24T18:34:49.453Z] #47 [security-spiffe-token-provider internal] load build context [2024-01-24T18:34:49.453Z] #47 transferring context: 132.21MB 30.2s done [2024-01-24T18:34:49.453Z] #47 ... [2024-01-24T18:34:49.453Z] [2024-01-24T18:34:49.453Z] #55 [security-bootstrapper internal] load build context [2024-01-24T18:34:49.453Z] #55 ... [2024-01-24T18:34:49.453Z] [2024-01-24T18:34:49.453Z] #44 [security-proxy-auth internal] load build context [2024-01-24T18:34:49.453Z] #44 transferring context: 132.21MB 30.6s done [2024-01-24T18:34:49.453Z] #44 DONE 31.0s [2024-01-24T18:34:49.453Z] [2024-01-24T18:34:49.454Z] #55 [security-bootstrapper internal] load build context [2024-01-24T18:34:49.454Z] #55 ... [2024-01-24T18:34:49.454Z] [2024-01-24T18:34:49.454Z] #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:34:49.454Z] #79 ... [2024-01-24T18:34:49.454Z] [2024-01-24T18:34:49.454Z] #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:34:49.454Z] #80 DONE 1.0s [2024-01-24T18:34:49.454Z] [2024-01-24T18:34:49.454Z] #47 [security-spiffe-token-provider internal] load build context [2024-01-24T18:34:49.454Z] #47 DONE 30.7s [2024-01-24T18:34:49.720Z] [2024-01-24T18:34:49.720Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:34:49.999Z] #81 ... [2024-01-24T18:34:49.999Z] [2024-01-24T18:34:49.999Z] #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:34:49.999Z] #79 DONE 0.7s [2024-01-24T18:34:50.265Z] [2024-01-24T18:34:50.265Z] #53 [core-common-config-bootstrapper internal] load build context [2024-01-24T18:34:50.265Z] #53 transferring context: 132.21MB 28.3s done [2024-01-24T18:34:50.265Z] #53 DONE 29.0s [2024-01-24T18:34:50.265Z] [2024-01-24T18:34:50.265Z] #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:34:50.531Z] #82 ... [2024-01-24T18:34:50.532Z] [2024-01-24T18:34:50.532Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:34:50.532Z] #81 DONE 0.8s [2024-01-24T18:34:50.532Z] [2024-01-24T18:34:50.532Z] #54 [security-proxy-setup internal] load build context [2024-01-24T18:34:50.532Z] #54 transferring context: 132.21MB 28.9s done [2024-01-24T18:34:50.532Z] #54 DONE 29.4s [2024-01-24T18:34:50.532Z] [2024-01-24T18:34:50.532Z] #55 [security-bootstrapper internal] load build context [2024-01-24T18:34:50.799Z] #55 transferring context: 132.21MB 28.5s done [2024-01-24T18:34:50.799Z] #55 DONE 29.4s [2024-01-24T18:34:50.799Z] [2024-01-24T18:34:50.799Z] #56 [core-data internal] load build context [2024-01-24T18:34:50.799Z] #56 transferring context: 132.21MB 28.6s done [2024-01-24T18:34:50.799Z] #56 DONE 29.4s [2024-01-24T18:34:50.799Z] [2024-01-24T18:34:50.799Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-01-24T18:34:52.211Z] #83 DONE 1.3s [2024-01-24T18:34:52.211Z] [2024-01-24T18:34:52.211Z] #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-01-24T18:34:52.211Z] #84 DONE 1.3s [2024-01-24T18:34:52.211Z] [2024-01-24T18:34:52.211Z] #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-01-24T18:34:52.211Z] #85 DONE 1.2s [2024-01-24T18:34:52.211Z] [2024-01-24T18:34:52.211Z] #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-01-24T18:34:52.211Z] #86 ... [2024-01-24T18:34:52.211Z] [2024-01-24T18:34:52.211Z] #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-01-24T18:34:52.211Z] #87 DONE 0.2s [2024-01-24T18:34:52.211Z] [2024-01-24T18:34:52.211Z] #88 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-01-24T18:34:52.211Z] #88 DONE 0.2s [2024-01-24T18:34:52.211Z] [2024-01-24T18:34:52.211Z] #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-01-24T18:34:52.211Z] #86 DONE 0.2s [2024-01-24T18:34:52.211Z] [2024-01-24T18:34:52.211Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2024-01-24T18:34:52.484Z] #89 DONE 0.2s [2024-01-24T18:34:52.484Z] [2024-01-24T18:34:52.484Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-01-24T18:34:52.484Z] #90 DONE 0.2s [2024-01-24T18:34:52.484Z] [2024-01-24T18:34:52.484Z] #91 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-01-24T18:34:52.484Z] #91 DONE 0.2s [2024-01-24T18:34:52.484Z] [2024-01-24T18:34:52.484Z] #92 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-01-24T18:34:52.753Z] #92 DONE 0.2s [2024-01-24T18:34:52.753Z] [2024-01-24T18:34:52.753Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-01-24T18:34:52.753Z] #93 DONE 0.2s [2024-01-24T18:34:52.753Z] [2024-01-24T18:34:52.753Z] #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-01-24T18:34:52.753Z] #94 DONE 0.2s [2024-01-24T18:34:52.753Z] [2024-01-24T18:34:52.753Z] #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-01-24T18:34:52.753Z] #95 ... [2024-01-24T18:34:52.753Z] [2024-01-24T18:34:52.753Z] #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-01-24T18:34:52.753Z] #96 DONE 0.2s [2024-01-24T18:34:53.022Z] [2024-01-24T18:34:53.022Z] #97 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-01-24T18:34:53.022Z] #97 DONE 0.2s [2024-01-24T18:34:53.022Z] [2024-01-24T18:34:53.022Z] #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-01-24T18:34:53.022Z] #95 DONE 0.2s [2024-01-24T18:34:53.022Z] [2024-01-24T18:34:53.022Z] #98 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-01-24T18:34:53.022Z] #98 DONE 0.2s [2024-01-24T18:34:53.022Z] [2024-01-24T18:34:53.022Z] #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-01-24T18:34:53.022Z] #99 DONE 0.2s [2024-01-24T18:34:53.022Z] [2024-01-24T18:34:53.022Z] #100 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-01-24T18:34:53.022Z] #100 DONE 0.2s [2024-01-24T18:34:53.022Z] [2024-01-24T18:34:53.022Z] #101 [security-spire-agent] exporting to image [2024-01-24T18:34:53.022Z] #101 exporting layers [2024-01-24T18:34:54.431Z] #101 exporting layers 1.3s done [2024-01-24T18:34:54.431Z] #101 writing image sha256:597ab89ba29e036993ca57039ade74778b97939c0055e6299ad433117158f518 0.0s done [2024-01-24T18:34:54.431Z] #101 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2024-01-24T18:34:54.431Z] #101 DONE 1.3s [2024-01-24T18:34:54.431Z] [2024-01-24T18:34:54.431Z] #102 [security-spire-server] exporting to image [2024-01-24T18:34:54.431Z] #102 exporting layers 1.4s done [2024-01-24T18:34:54.431Z] #102 writing image sha256:3c20042229f2128f9be1f1c1e629a5e473ce1e9d21897be7ed2e9344c5627bdf 0.0s done [2024-01-24T18:34:54.431Z] #102 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-01-24T18:34:54.431Z] #102 DONE 1.4s [2024-01-24T18:34:54.431Z] [2024-01-24T18:34:54.431Z] #103 [security-spire-config] exporting to image [2024-01-24T18:34:54.431Z] #103 exporting layers 1.4s done [2024-01-24T18:34:54.431Z] #103 writing image sha256:1975bcc90498dc8b9268022dcacb3d79961fb49a1c0f00deb36221db06df328e done [2024-01-24T18:34:54.431Z] #103 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-01-24T18:34:54.431Z] #103 DONE 1.4s [2024-01-24T18:34:54.431Z] [2024-01-24T18:34:54.431Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:34:58.682Z] #104 ... [2024-01-24T18:34:58.682Z] [2024-01-24T18:34:58.682Z] #105 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:34:58.682Z] #105 ... [2024-01-24T18:34:58.682Z] [2024-01-24T18:34:58.682Z] #106 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #106 ... [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #104 DONE 27.7s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #106 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #106 DONE 28.5s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #105 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #105 DONE 29.6s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #82 DONE 27.9s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #107 [core-metadata builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #107 ... [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #108 [support-notifications builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #108 DONE 2.2s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #109 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #109 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #110 [security-proxy-setup builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #110 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #111 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:35:20.721Z] #111 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #112 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:35:20.721Z] #112 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #113 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #113 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #114 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #115 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #116 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:35:20.721Z] #116 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #117 [security-bootstrapper builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #117 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #118 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #119 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:35:20.721Z] #119 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #120 [core-data builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #120 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:35:20.721Z] #121 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #122 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #122 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #123 [support-scheduler builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #123 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #107 [core-metadata builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #107 DONE 2.2s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #124 [security-spiffe-token-provider builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #124 DONE 2.3s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #125 [security-secretstore-setup builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #125 DONE 2.2s [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #126 [core-command builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #126 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #127 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:35:20.721Z] #127 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #128 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #129 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-01-24T18:35:20.721Z] #129 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #130 [security-proxy-auth builder 6/7] COPY . . [2024-01-24T18:35:20.721Z] #130 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-01-24T18:35:20.721Z] #131 CACHED [2024-01-24T18:35:20.721Z] [2024-01-24T18:35:20.721Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-01-24T18:35:23.331Z] #132 2.973 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-01-24T18:35:31.673Z] #132 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-01-24T18:35:31.673Z] #0 2.496 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-01-24T18:35:31.673Z] #133 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-01-24T18:35:31.673Z] #0 2.826 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-01-24T18:35:31.673Z] #134 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-01-24T18:35:31.673Z] #0 2.294 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-01-24T18:35:31.673Z] #135 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #136 [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-01-24T18:35:31.673Z] #0 2.579 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-01-24T18:35:31.673Z] #136 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:35:31.673Z] #0 2.778 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-01-24T18:35:31.673Z] #137 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-01-24T18:35:31.673Z] #0 2.033 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-01-24T18:35:31.673Z] #138 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-01-24T18:35:31.673Z] #0 3.013 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-01-24T18:35:31.673Z] #139 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-01-24T18:35:31.673Z] #0 1.483 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-01-24T18:35:31.673Z] #140 ... [2024-01-24T18:35:31.673Z] [2024-01-24T18:35:31.673Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-01-24T18:35:31.673Z] #0 2.652 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-01-24T18:35:32.083Z] #141 ... [2024-01-24T18:35:32.083Z] [2024-01-24T18:35:32.083Z] #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-01-24T18:35:32.083Z] #0 2.764 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-01-24T18:41:39.086Z] #142 ... [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #136 [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-01-24T18:41:39.086Z] #136 367.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-01-24T18:41:39.086Z] #136 ... [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-01-24T18:41:39.086Z] #135 DONE 370.7s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:41:39.086Z] #137 ... [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #143 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:41:39.086Z] #143 DONE 0.5s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-01-24T18:41:39.086Z] #133 ... [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #144 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:41:39.086Z] #144 DONE 0.2s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #145 [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-01-24T18:41:39.086Z] #145 DONE 0.2s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-01-24T18:41:39.086Z] #139 ... [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-01-24T18:41:39.086Z] #146 DONE 0.1s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-01-24T18:41:39.086Z] #147 DONE 0.4s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-01-24T18:41:39.086Z] #148 DONE 0.2s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-01-24T18:41:39.086Z] #133 ... [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:41:39.086Z] #149 ... [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.086Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-01-24T18:41:39.086Z] #138 DONE 374.0s [2024-01-24T18:41:39.086Z] [2024-01-24T18:41:39.087Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-01-24T18:41:39.087Z] #134 ... [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:41:39.087Z] #149 DONE 1.9s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #150 [security-proxy-setup] exporting to image [2024-01-24T18:41:39.087Z] #150 exporting layers [2024-01-24T18:41:39.087Z] #150 ... [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #151 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-01-24T18:41:39.087Z] #151 DONE 0.5s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #152 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-01-24T18:41:39.087Z] #152 ... [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #150 [security-proxy-setup] exporting to image [2024-01-24T18:41:39.087Z] #150 exporting layers 1.2s done [2024-01-24T18:41:39.087Z] #150 writing image sha256:012ee8f71566f0e3263ad25fc87838526ebc91906416553d031f4f1548c6e4b4 done [2024-01-24T18:41:39.087Z] #150 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2024-01-24T18:41:39.087Z] #150 DONE 1.2s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #152 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-01-24T18:41:39.087Z] #152 ... [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #136 [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-01-24T18:41:39.087Z] #136 DONE 376.6s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-01-24T18:41:39.087Z] #140 ... [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #152 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-01-24T18:41:39.087Z] #152 DONE 1.8s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #153 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:41:39.087Z] #153 ... [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #154 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:41:39.087Z] #154 DONE 0.4s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #153 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:41:39.087Z] #153 DONE 0.4s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #155 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:41:39.087Z] #155 DONE 0.4s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #156 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:41:39.087Z] #156 DONE 0.4s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #157 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-01-24T18:41:39.087Z] #157 ... [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #158 [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-01-24T18:41:39.087Z] #158 DONE 0.2s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #157 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-01-24T18:41:39.087Z] #157 DONE 0.4s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #159 [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-01-24T18:41:39.087Z] #159 DONE 0.2s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #160 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-01-24T18:41:39.087Z] #160 DONE 0.2s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #161 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:41:39.087Z] #161 DONE 0.3s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #162 [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-01-24T18:41:39.087Z] #162 DONE 0.2s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #163 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-01-24T18:41:39.087Z] #163 DONE 0.2s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-01-24T18:41:39.087Z] #164 DONE 0.3s [2024-01-24T18:41:39.087Z] [2024-01-24T18:41:39.087Z] #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-01-24T18:41:39.352Z] #165 ... [2024-01-24T18:41:39.352Z] [2024-01-24T18:41:39.352Z] #166 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-01-24T18:41:39.352Z] #166 DONE 0.2s [2024-01-24T18:41:39.618Z] [2024-01-24T18:41:39.618Z] #167 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-01-24T18:41:39.618Z] #167 DONE 0.2s [2024-01-24T18:41:39.618Z] [2024-01-24T18:41:39.618Z] #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-01-24T18:41:39.618Z] #165 DONE 0.3s [2024-01-24T18:41:39.618Z] [2024-01-24T18:41:39.618Z] #168 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-01-24T18:41:39.618Z] #168 DONE 0.2s [2024-01-24T18:41:39.618Z] [2024-01-24T18:41:39.618Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-01-24T18:41:42.962Z] #169 DONE 3.3s [2024-01-24T18:41:42.962Z] [2024-01-24T18:41:42.962Z] #170 [security-bootstrapper] exporting to image [2024-01-24T18:41:42.962Z] #170 exporting layers [2024-01-24T18:41:42.962Z] #170 ... [2024-01-24T18:41:42.962Z] [2024-01-24T18:41:42.962Z] #171 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:41:42.962Z] #171 DONE 3.4s [2024-01-24T18:41:43.230Z] [2024-01-24T18:41:43.230Z] #172 [security-secretstore-setup] exporting to image [2024-01-24T18:41:44.186Z] #172 ... [2024-01-24T18:41:44.186Z] [2024-01-24T18:41:44.186Z] #170 [security-bootstrapper] exporting to image [2024-01-24T18:41:44.186Z] #170 exporting layers 1.2s done [2024-01-24T18:41:44.186Z] #170 writing image sha256:7b23f102fc64ea9ee82c6ee386b2130d738ba196a9a51489ac8fdca16f7bbac9 0.0s done [2024-01-24T18:41:44.186Z] #170 naming to docker.io/library/security-bootstrapper-arm64 done [2024-01-24T18:41:44.186Z] #170 DONE 1.3s [2024-01-24T18:41:44.450Z] [2024-01-24T18:41:44.450Z] #172 [security-secretstore-setup] exporting to image [2024-01-24T18:41:44.450Z] #172 exporting layers 1.3s done [2024-01-24T18:41:44.450Z] #172 writing image sha256:8617de192dc73728be4322139e089da7cd43613c5283a719f79a4c47423cc586 done [2024-01-24T18:41:44.450Z] #172 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2024-01-24T18:41:44.450Z] #172 DONE 1.3s [2024-01-24T18:41:44.450Z] [2024-01-24T18:41:44.450Z] #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-01-24T18:41:44.717Z] #142 ... [2024-01-24T18:41:44.717Z] [2024-01-24T18:41:44.717Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-01-24T18:41:44.717Z] #141 DONE 384.4s [2024-01-24T18:41:44.983Z] [2024-01-24T18:41:44.983Z] #173 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:41:45.248Z] #173 DONE 0.4s [2024-01-24T18:41:45.248Z] [2024-01-24T18:41:45.248Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:41:45.515Z] #137 ... [2024-01-24T18:41:45.515Z] [2024-01-24T18:41:45.515Z] #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:41:45.515Z] #174 DONE 0.1s [2024-01-24T18:41:45.782Z] [2024-01-24T18:41:45.782Z] #175 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-01-24T18:41:45.782Z] #175 DONE 0.3s [2024-01-24T18:41:45.782Z] [2024-01-24T18:41:45.782Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:41:46.048Z] #137 ... [2024-01-24T18:41:46.048Z] [2024-01-24T18:41:46.048Z] #176 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:41:46.048Z] #176 DONE 0.2s [2024-01-24T18:41:46.048Z] [2024-01-24T18:41:46.048Z] #177 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-01-24T18:41:46.313Z] #177 DONE 0.2s [2024-01-24T18:41:46.313Z] [2024-01-24T18:41:46.313Z] #178 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:41:47.717Z] #178 DONE 1.7s [2024-01-24T18:41:47.717Z] [2024-01-24T18:41:47.717Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-01-24T18:41:47.717Z] #134 DONE 387.5s [2024-01-24T18:41:47.717Z] [2024-01-24T18:41:47.717Z] #179 [security-proxy-auth] exporting to image [2024-01-24T18:41:48.300Z] #179 ... [2024-01-24T18:41:48.300Z] [2024-01-24T18:41:48.300Z] #180 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:41:48.300Z] #180 CACHED [2024-01-24T18:41:48.300Z] [2024-01-24T18:41:48.300Z] #181 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:41:48.300Z] #181 CACHED [2024-01-24T18:41:48.566Z] [2024-01-24T18:41:48.566Z] #182 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-01-24T18:41:48.832Z] #182 DONE 0.3s [2024-01-24T18:41:48.832Z] [2024-01-24T18:41:48.832Z] #179 [security-proxy-auth] exporting to image [2024-01-24T18:41:48.832Z] #179 exporting layers 0.9s done [2024-01-24T18:41:48.832Z] #179 writing image sha256:3050c8a208d6f2c54aa09abdb81f3aa9246504b519cd25bf44be7a56d5a14803 done [2024-01-24T18:41:48.832Z] #179 naming to docker.io/library/security-proxy-auth-arm64 done [2024-01-24T18:41:48.832Z] #179 DONE 0.9s [2024-01-24T18:41:48.832Z] [2024-01-24T18:41:48.832Z] #183 [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-01-24T18:41:49.098Z] #183 DONE 0.3s [2024-01-24T18:41:49.098Z] [2024-01-24T18:41:49.098Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-01-24T18:41:49.098Z] #132 ... [2024-01-24T18:41:49.098Z] [2024-01-24T18:41:49.098Z] #184 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-01-24T18:41:49.098Z] #184 DONE 0.1s [2024-01-24T18:41:49.363Z] [2024-01-24T18:41:49.363Z] #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-01-24T18:41:50.766Z] #185 DONE 1.5s [2024-01-24T18:41:50.766Z] [2024-01-24T18:41:50.766Z] #186 [core-common-config-bootstrapper] exporting to image [2024-01-24T18:41:51.348Z] #186 exporting layers 0.4s done [2024-01-24T18:41:51.348Z] #186 writing image sha256:0fb4f186a56a34b5d0ad173f3ca1d2efa6164c1319a84bd285f369caea21f9a9 done [2024-01-24T18:41:51.348Z] #186 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2024-01-24T18:41:51.348Z] #186 DONE 0.4s [2024-01-24T18:41:51.348Z] [2024-01-24T18:41:51.348Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-01-24T18:42:09.523Z] #132 ... [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-01-24T18:42:09.523Z] #142 DONE 406.4s [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-01-24T18:42:09.523Z] #140 ... [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #187 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:42:09.523Z] #187 DONE 0.2s [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:42:09.523Z] #137 ... [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #188 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:42:09.523Z] #188 DONE 0.1s [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #189 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-01-24T18:42:09.523Z] #189 DONE 0.2s [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:42:09.523Z] #190 DONE 0.1s [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #191 [core-command] exporting to image [2024-01-24T18:42:09.523Z] #191 exporting layers [2024-01-24T18:42:09.523Z] #191 exporting layers 0.3s done [2024-01-24T18:42:09.523Z] #191 writing image sha256:28aa355cec5a057c1f48b45b3f631e0585c65ca37ccc529eab0bc7c2f5f7e169 done [2024-01-24T18:42:09.523Z] #191 naming to docker.io/library/core-command-arm64 0.0s done [2024-01-24T18:42:09.523Z] #191 DONE 0.3s [2024-01-24T18:42:09.523Z] [2024-01-24T18:42:09.523Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-01-24T18:42:13.763Z] #132 DONE 412.6s [2024-01-24T18:42:13.763Z] [2024-01-24T18:42:13.763Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-01-24T18:42:13.763Z] #139 DONE 412.6s [2024-01-24T18:42:13.763Z] [2024-01-24T18:42:13.763Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:42:13.763Z] #137 ... [2024-01-24T18:42:13.763Z] [2024-01-24T18:42:13.763Z] #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:42:13.763Z] #192 DONE 0.2s [2024-01-24T18:42:13.763Z] [2024-01-24T18:42:13.763Z] #193 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:42:13.763Z] #193 DONE 0.3s [2024-01-24T18:42:13.763Z] [2024-01-24T18:42:13.763Z] #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:42:14.035Z] #194 DONE 0.1s [2024-01-24T18:42:14.035Z] [2024-01-24T18:42:14.035Z] #195 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:42:14.035Z] #195 DONE 0.1s [2024-01-24T18:42:14.035Z] [2024-01-24T18:42:14.035Z] #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-01-24T18:42:14.035Z] #196 DONE 0.3s [2024-01-24T18:42:14.035Z] [2024-01-24T18:42:14.035Z] #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-01-24T18:42:14.305Z] #197 DONE 0.3s [2024-01-24T18:42:14.305Z] [2024-01-24T18:42:14.305Z] #198 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:42:14.305Z] #198 DONE 0.1s [2024-01-24T18:42:14.305Z] [2024-01-24T18:42:14.305Z] #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:42:14.305Z] #199 DONE 0.2s [2024-01-24T18:42:14.305Z] [2024-01-24T18:42:14.305Z] #200 [core-data] exporting to image [2024-01-24T18:42:14.305Z] #200 exporting layers [2024-01-24T18:42:14.889Z] #200 ... [2024-01-24T18:42:14.889Z] [2024-01-24T18:42:14.889Z] #201 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-01-24T18:42:14.889Z] #201 DONE 0.3s [2024-01-24T18:42:14.889Z] [2024-01-24T18:42:14.889Z] #200 [core-data] exporting to image [2024-01-24T18:42:14.889Z] #200 exporting layers 0.6s done [2024-01-24T18:42:14.889Z] #200 writing image sha256:551cbbb00b21235eba3bd004ece150d3576236eb20b24470b120c3dd858ba7b6 0.0s done [2024-01-24T18:42:14.889Z] #200 naming to docker.io/library/core-data-arm64 0.0s done [2024-01-24T18:42:14.889Z] #200 DONE 0.7s [2024-01-24T18:42:14.889Z] [2024-01-24T18:42:14.889Z] #202 [core-metadata] exporting to image [2024-01-24T18:42:15.154Z] #202 exporting layers 0.4s done [2024-01-24T18:42:15.154Z] #202 writing image sha256:ba3e6f0152b7f2223d5bb29c4a3cf6ae30b7117aaf72d8d31b2a6c3938ede42d [2024-01-24T18:42:15.154Z] #202 writing image sha256:ba3e6f0152b7f2223d5bb29c4a3cf6ae30b7117aaf72d8d31b2a6c3938ede42d done [2024-01-24T18:42:15.154Z] #202 naming to docker.io/library/core-metadata-arm64 done [2024-01-24T18:42:15.154Z] #202 DONE 0.4s [2024-01-24T18:42:15.154Z] [2024-01-24T18:42:15.154Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:42:27.448Z] #137 ... [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-01-24T18:42:27.448Z] #133 DONE 425.6s [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-01-24T18:42:27.448Z] #140 ... [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #203 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:42:27.448Z] #203 DONE 0.1s [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #204 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:42:27.448Z] #204 DONE 0.1s [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #205 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-01-24T18:42:27.448Z] #205 DONE 0.2s [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #206 [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-01-24T18:42:27.448Z] #206 DONE 0.1s [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:42:27.448Z] #137 ... [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #207 [security-spiffe-token-provider] exporting to image [2024-01-24T18:42:27.448Z] #207 exporting layers [2024-01-24T18:42:27.448Z] #207 exporting layers 0.4s done [2024-01-24T18:42:27.448Z] #207 writing image sha256:8f38918aec542c10c9663e2aed02caeee6b4da7eee737716c9ac3f58bd0305e1 done [2024-01-24T18:42:27.448Z] #207 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-01-24T18:42:27.448Z] #207 DONE 0.4s [2024-01-24T18:42:27.448Z] [2024-01-24T18:42:27.448Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:42:34.069Z] #137 ... [2024-01-24T18:42:34.069Z] [2024-01-24T18:42:34.069Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-01-24T18:42:34.069Z] #140 DONE 433.4s [2024-01-24T18:42:34.069Z] [2024-01-24T18:42:34.069Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-01-24T18:42:34.069Z] #137 DONE 433.4s [2024-01-24T18:42:34.069Z] [2024-01-24T18:42:34.069Z] #208 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:42:34.336Z] #208 DONE 0.1s [2024-01-24T18:42:34.336Z] [2024-01-24T18:42:34.336Z] #209 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-01-24T18:42:34.336Z] #209 DONE 0.1s [2024-01-24T18:42:34.336Z] [2024-01-24T18:42:34.336Z] #210 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:42:34.336Z] #210 DONE 0.1s [2024-01-24T18:42:34.336Z] [2024-01-24T18:42:34.336Z] #211 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-01-24T18:42:34.336Z] #211 DONE 0.1s [2024-01-24T18:42:34.336Z] [2024-01-24T18:42:34.336Z] #212 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-01-24T18:42:34.603Z] #212 ... [2024-01-24T18:42:34.603Z] [2024-01-24T18:42:34.603Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-01-24T18:42:34.603Z] #213 DONE 0.3s [2024-01-24T18:42:34.869Z] [2024-01-24T18:42:34.869Z] #212 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-01-24T18:42:34.869Z] #212 DONE 0.4s [2024-01-24T18:42:34.869Z] [2024-01-24T18:42:34.869Z] #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:42:34.869Z] #214 DONE 0.1s [2024-01-24T18:42:34.869Z] [2024-01-24T18:42:34.869Z] #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-01-24T18:42:34.869Z] #215 DONE 0.1s [2024-01-24T18:42:34.869Z] [2024-01-24T18:42:34.869Z] #216 [support-notifications] exporting to image [2024-01-24T18:42:34.869Z] #216 exporting layers [2024-01-24T18:42:35.133Z] #216 exporting layers 0.3s done [2024-01-24T18:42:35.133Z] #216 writing image sha256:02771d0ecf4e422c93969e979c881149c57b7d6df5b77ea62b2a939ceb01e7eb done [2024-01-24T18:42:35.133Z] #216 naming to docker.io/library/support-notifications-arm64 0.0s done [2024-01-24T18:42:35.133Z] #216 DONE 0.4s [2024-01-24T18:42:35.133Z] [2024-01-24T18:42:35.133Z] #217 [support-scheduler] exporting to image [2024-01-24T18:42:35.133Z] #217 exporting layers 0.3s done [2024-01-24T18:42:35.133Z] #217 writing image sha256:5ba005c7833ed3ff4de6dadddcff5573aeb222195e3ec85c50a5a9ddfcbf5303 0.0s done [2024-01-24T18:42:35.133Z] #217 naming to docker.io/library/support-scheduler-arm64 done [2024-01-24T18:42:35.133Z] #217 DONE 0.3s [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-01-24T18:42:35.133Z] time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-01-24T18:42:35.157Z] $ docker stop --time=1 b976e1e30cd548ad650a5acbbd8c708438df25f1acd99778a6d5f3b42355f30c [2024-01-24T18:42:36.702Z] $ docker rm -f --volumes b976e1e30cd548ad650a5acbbd8c708438df25f1acd99778a6d5f3b42355f30c [Pipeline] // withDockerContainer [Pipeline] sh [2024-01-24T18:42:37.288Z] + docker images [2024-01-24T18:42:37.288Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-01-24T18:42:37.288Z] support-notifications-arm64 latest 02771d0ecf4e 3 seconds ago 31.5MB [2024-01-24T18:42:37.288Z] support-scheduler-arm64 latest 5ba005c7833e 3 seconds ago 30.6MB [2024-01-24T18:42:37.288Z] security-spiffe-token-provider-arm64 latest 8f38918aec54 11 seconds ago 34MB [2024-01-24T18:42:37.288Z] core-data-arm64 latest 551cbbb00b21 23 seconds ago 22MB [2024-01-24T18:42:37.288Z] core-metadata-arm64 latest ba3e6f0152b7 23 seconds ago 22.2MB [2024-01-24T18:42:37.288Z] core-command-arm64 latest 28aa355cec5a 30 seconds ago 21.8MB [2024-01-24T18:42:37.288Z] core-common-config-bootstrapper-arm64 latest 0fb4f186a56a 47 seconds ago 19.9MB [2024-01-24T18:42:37.288Z] security-proxy-auth-arm64 latest 3050c8a208d6 50 seconds ago 20.7MB [2024-01-24T18:42:37.288Z] security-bootstrapper-arm64 latest 7b23f102fc64 55 seconds ago 23.3MB [2024-01-24T18:42:37.288Z] security-secretstore-setup-arm64 latest 8617de192dc7 55 seconds ago 40.8MB [2024-01-24T18:42:37.288Z] security-proxy-setup-arm64 latest 012ee8f71566 About a minute ago 30.6MB [2024-01-24T18:42:37.288Z] security-spire-server-arm64 latest 3c20042229f2 7 minutes ago 102MB [2024-01-24T18:42:37.288Z] security-spire-agent-arm64 latest 597ab89ba29e 7 minutes ago 157MB [2024-01-24T18:42:37.288Z] security-spire-config-arm64 latest 1975bcc90498 7 minutes ago 101MB [2024-01-24T18:42:37.288Z] ci-base-image-arm64 latest a21abda55d0e 15 minutes ago 933MB [2024-01-24T18:42:37.288Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 2 months ago 560MB [2024-01-24T18:42:37.288Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 7 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:42:38.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-01-24T18:42:38.512Z] [2024-01-24T18:42:38.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:42:38.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-01-24T18:42:39.851Z] arm64: Pulling from edgex-lftools-log-publisher [2024-01-24T18:42:39.851Z] 8998bd30e6a1: Pulling fs layer [2024-01-24T18:42:39.851Z] 04944245beec: Pulling fs layer [2024-01-24T18:42:39.851Z] 699f458cf7ca: Pulling fs layer [2024-01-24T18:42:39.851Z] 765212b225bb: Pulling fs layer [2024-01-24T18:42:39.851Z] f23df028b6ca: Pulling fs layer [2024-01-24T18:42:39.851Z] d65c8cfc05b1: Pulling fs layer [2024-01-24T18:42:39.851Z] 2437ff75d9bd: Pulling fs layer [2024-01-24T18:42:39.851Z] 765212b225bb: Waiting [2024-01-24T18:42:39.851Z] d65c8cfc05b1: Waiting [2024-01-24T18:42:39.851Z] f23df028b6ca: Waiting [2024-01-24T18:42:39.851Z] 2437ff75d9bd: Waiting [2024-01-24T18:42:39.851Z] 04944245beec: Verifying Checksum [2024-01-24T18:42:39.851Z] 04944245beec: Download complete [2024-01-24T18:42:39.851Z] 765212b225bb: Verifying Checksum [2024-01-24T18:42:39.851Z] 765212b225bb: Download complete [2024-01-24T18:42:39.851Z] f23df028b6ca: Verifying Checksum [2024-01-24T18:42:39.851Z] f23df028b6ca: Download complete [2024-01-24T18:42:39.851Z] d65c8cfc05b1: Verifying Checksum [2024-01-24T18:42:39.851Z] d65c8cfc05b1: Download complete [2024-01-24T18:42:39.851Z] 699f458cf7ca: Verifying Checksum [2024-01-24T18:42:39.851Z] 699f458cf7ca: Download complete [2024-01-24T18:42:39.851Z] 8998bd30e6a1: Verifying Checksum [2024-01-24T18:42:39.851Z] 8998bd30e6a1: Download complete [2024-01-24T18:42:41.786Z] 2437ff75d9bd: Verifying Checksum [2024-01-24T18:42:41.786Z] 2437ff75d9bd: Download complete [2024-01-24T18:42:46.027Z] 8998bd30e6a1: Pull complete [2024-01-24T18:42:46.606Z] 04944245beec: Pull complete [2024-01-24T18:42:48.545Z] 699f458cf7ca: Pull complete [2024-01-24T18:42:48.545Z] 765212b225bb: Pull complete [2024-01-24T18:42:49.126Z] f23df028b6ca: Pull complete [2024-01-24T18:42:49.390Z] d65c8cfc05b1: Pull complete [2024-01-24T18:43:16.054Z] 2437ff75d9bd: Pull complete [2024-01-24T18:43:16.054Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-01-24T18:43:16.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-01-24T18:43:16.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:43:16.500Z] prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container [2024-01-24T18:43:16.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-01-24T18:43:17.666Z] $ docker top 4fb9913cfce6be6999061b971d28082faa84a4928271da607a9a3850d30b32a0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:18.367Z] ---> job-cost.sh [2024-01-24T18:43:18.631Z] lf-activate-venv: SKIPPING [2024-01-24T18:43:18.631Z] INFO: No Stack... [2024-01-24T18:43:19.209Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-01-24T18:43:20.162Z] INFO: Archiving Costs [Pipeline] sh [2024-01-24T18:43:20.497Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-01-24T18:43:20.497Z] + cut -d, -f6 [Pipeline] lock [2024-01-24T18:43:20.570Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] [2024-01-24T18:43:20.574Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] did not exist. Created. [2024-01-24T18:43:20.575Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-01-24T18:43:21.088Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-01-24T18:43:21.283Z] Stashed 1 file(s) [Pipeline] } [2024-01-24T18:43:21.298Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-01-24T18:43:21.459Z] $ docker stop --time=1 4fb9913cfce6be6999061b971d28082faa84a4928271da607a9a3850d30b32a0 [2024-01-24T18:43:22.847Z] $ docker rm -f --volumes 4fb9913cfce6be6999061b971d28082faa84a4928271da607a9a3850d30b32a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-01-24T18:43:24.808Z] provisioning config files... [2024-01-24T18:43:24.818Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12796617687225192825tmp [Pipeline] { [Pipeline] sh [2024-01-24T18:43:25.243Z] + set +x [2024-01-24T18:43:25.243Z] + + curl -sbash https://codecov.io/bash -s [2024-01-24T18:43:25.243Z] -- [2024-01-24T18:43:25.243Z] [2024-01-24T18:43:25.243Z] _____ _ [2024-01-24T18:43:25.243Z] / ____| | | [2024-01-24T18:43:25.243Z] | | ___ __| | ___ ___ _____ __ [2024-01-24T18:43:25.243Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-01-24T18:43:25.243Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-01-24T18:43:25.243Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-01-24T18:43:25.243Z] Bash-1.0.6 [2024-01-24T18:43:25.243Z] [2024-01-24T18:43:25.243Z] [2024-01-24T18:43:25.243Z] ==> git version 2.25.1 found [2024-01-24T18:43:25.243Z] ==> 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-01-24T18:43:25.243Z] Release-Date: 2020-01-08 [2024-01-24T18:43:25.243Z] 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-01-24T18:43:25.243Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-01-24T18:43:25.243Z] ==> Jenkins CI detected. [2024-01-24T18:43:25.243Z] current dir:  /w/workspace/edgex-go/1 [2024-01-24T18:43:25.243Z] project root: . [2024-01-24T18:43:25.243Z] --> token set from env [2024-01-24T18:43:25.502Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-01-24T18:43:25.502Z] ==> Running gcov in . (disable via -X gcov) [2024-01-24T18:43:25.502Z] ==> Python coveragepy not found [2024-01-24T18:43:25.502Z] ==> Searching for coverage reports in: [2024-01-24T18:43:25.502Z] + . [2024-01-24T18:43:25.502Z] -> Found 1 reports [2024-01-24T18:43:25.502Z] ==> Detecting git/mercurial file structure [2024-01-24T18:43:25.502Z] ==> Reading reports [2024-01-24T18:43:25.502Z] + ./coverage.out bytes=453602 [2024-01-24T18:43:25.502Z] ==> Appending adjustments [2024-01-24T18:43:25.502Z] https://docs.codecov.io/docs/fixing-reports [2024-01-24T18:43:26.436Z] + Found adjustments [2024-01-24T18:43:26.436Z] ==> Gzipping contents [2024-01-24T18:43:26.436Z] 60K /tmp/codecov.qc6xeY.gz [2024-01-24T18:43:26.436Z] ==> Uploading reports [2024-01-24T18:43:26.436Z] url: https://codecov.io [2024-01-24T18:43:26.436Z] query: branch=PR-4751&commit=c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4751%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4751&job=&cmd_args= [2024-01-24T18:43:26.436Z] -> Pinging Codecov [2024-01-24T18:43:26.436Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4751&commit=c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4751%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4751&job=&cmd_args= [2024-01-24T18:43:26.695Z] -> Uploading to [2024-01-24T18:43:26.695Z] https://storage.googleapis.com/codecov/v4/raw/2024-01-24/00271124DB129430A58F1EEE437C3FCB/c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8/23744097-24c5-4e6a-987c-3fa1ea15a77b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240124%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240124T184326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc99980eeb0d765a3f71669763efe66643faebce81e18b680a2da5b83c367e48 [2024-01-24T18:43:26.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-01-24T18:43:26.695Z] Dload Upload Total Spent Left Speed [2024-01-24T18:43:26.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57719 0 0 100 57719 0 176k --:--:-- --:--:-- --:--:-- 176k [2024-01-24T18:43:26.953Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] } [2024-01-24T18:43:26.982Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-01-24T18:43:29.324Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:29.657Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:30.541Z] ---> package-listing.sh [2024-01-24T18:43:30.541Z] ++ tr '[:upper:]' '[:lower:]' [2024-01-24T18:43:30.541Z] ++ facter osfamily [2024-01-24T18:43:30.800Z] + OS_FAMILY=debian [2024-01-24T18:43:30.800Z] + workspace=/w/workspace/edgex-go/1 [2024-01-24T18:43:30.800Z] + START_PACKAGES=/tmp/packages_start.txt [2024-01-24T18:43:30.800Z] + END_PACKAGES=/tmp/packages_end.txt [2024-01-24T18:43:30.800Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-01-24T18:43:30.800Z] + PACKAGES=/tmp/packages_start.txt [2024-01-24T18:43:30.800Z] + '[' /w/workspace/edgex-go/1 ']' [2024-01-24T18:43:30.800Z] + PACKAGES=/tmp/packages_end.txt [2024-01-24T18:43:30.800Z] + case "${OS_FAMILY}" in [2024-01-24T18:43:30.800Z] + dpkg -l [2024-01-24T18:43:30.800Z] + grep '^ii' [2024-01-24T18:43:30.800Z] + '[' -f /tmp/packages_start.txt ']' [2024-01-24T18:43:30.800Z] + '[' -f /tmp/packages_end.txt ']' [2024-01-24T18:43:30.800Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-01-24T18:43:30.800Z] + '[' /w/workspace/edgex-go/1 ']' [2024-01-24T18:43:30.800Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-01-24T18:43:30.800Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-01-24T18:43:30.836Z] 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-01-24T18:43:31.127Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:43:31.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-01-24T18:43:31.808Z] [2024-01-24T18:43:31.808Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-24T18:43:32.236Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-01-24T18:43:32.236Z] latest: Pulling from edgex-lftools-log-publisher [2024-01-24T18:43:32.236Z] 5eb5b503b376: Pulling fs layer [2024-01-24T18:43:32.236Z] 5c69ac0246d0: Pulling fs layer [2024-01-24T18:43:32.236Z] ec43610c2a17: Pulling fs layer [2024-01-24T18:43:32.236Z] 3a2ae6a8a46f: Pulling fs layer [2024-01-24T18:43:32.236Z] 33b1e0a273af: Pulling fs layer [2024-01-24T18:43:32.236Z] 5d3b04190fa2: Pulling fs layer [2024-01-24T18:43:32.236Z] 2f39f015ded8: Pulling fs layer [2024-01-24T18:43:32.236Z] 3a2ae6a8a46f: Waiting [2024-01-24T18:43:32.236Z] 33b1e0a273af: Waiting [2024-01-24T18:43:32.236Z] 5d3b04190fa2: Waiting [2024-01-24T18:43:32.236Z] 2f39f015ded8: Waiting [2024-01-24T18:43:32.236Z] 5c69ac0246d0: Verifying Checksum [2024-01-24T18:43:32.236Z] 3a2ae6a8a46f: Verifying Checksum [2024-01-24T18:43:32.236Z] 3a2ae6a8a46f: Download complete [2024-01-24T18:43:32.236Z] 33b1e0a273af: Verifying Checksum [2024-01-24T18:43:32.236Z] 33b1e0a273af: Download complete [2024-01-24T18:43:32.236Z] 5d3b04190fa2: Verifying Checksum [2024-01-24T18:43:32.236Z] 5d3b04190fa2: Download complete [2024-01-24T18:43:32.236Z] ec43610c2a17: Verifying Checksum [2024-01-24T18:43:32.236Z] ec43610c2a17: Download complete [2024-01-24T18:43:32.494Z] 5eb5b503b376: Verifying Checksum [2024-01-24T18:43:32.494Z] 5eb5b503b376: Download complete [2024-01-24T18:43:33.059Z] 2f39f015ded8: Download complete [2024-01-24T18:43:33.623Z] 5eb5b503b376: Pull complete [2024-01-24T18:43:33.623Z] 5c69ac0246d0: Pull complete [2024-01-24T18:43:33.882Z] ec43610c2a17: Pull complete [2024-01-24T18:43:34.141Z] 3a2ae6a8a46f: Pull complete [2024-01-24T18:43:34.399Z] 33b1e0a273af: Pull complete [2024-01-24T18:43:34.399Z] 5d3b04190fa2: Pull complete [2024-01-24T18:43:38.585Z] 2f39f015ded8: Pull complete [2024-01-24T18:43:38.585Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-01-24T18:43:38.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-01-24T18:43:38.585Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-24T18:43:39.001Z] prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container [2024-01-24T18:43:39.014Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-01-24T18:43:42.721Z] $ docker top d4ffbaa79bedbf52c6bcc6fbd282f763ebeec184ea452517fc16c069ca3ef38f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-01-24T18:43:43.226Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-01-24T18:43:43.536Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-01-24T18:43:43.845Z] + ls /var/log/sa-host [2024-01-24T18:43:43.845Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-01-24T18:43:44.100Z] provisioning config files... [2024-01-24T18:43:44.112Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3928259934965439332tmp [Pipeline] { [Pipeline] echo [2024-01-24T18:43:44.268Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:44.581Z] ---> create-netrc.sh [Pipeline] } [2024-01-24T18:43:44.608Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:45.108Z] ---> python-tools-install.sh [Pipeline] echo [2024-01-24T18:43:45.140Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:45.454Z] ---> sudo-logs.sh [2024-01-24T18:43:45.454Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-01-24T18:43:45.580Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:45.900Z] ---> job-cost.sh [2024-01-24T18:43:45.901Z] lf-activate-venv: SKIPPING [2024-01-24T18:43:45.901Z] DEBUG: total: 0.2199999988079071 [2024-01-24T18:43:45.901Z] INFO: Retrieving Stack Cost... [2024-01-24T18:43:46.160Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-01-24T18:43:46.728Z] INFO: Archiving Costs [Pipeline] echo [2024-01-24T18:43:46.762Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-01-24T18:43:47.075Z] ---> logs-deploy.sh [2024-01-24T18:43:47.076Z] lf-activate-venv: SKIPPING [2024-01-24T18:43:47.076Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4751/1 [2024-01-24T18:43:47.076Z] INFO: archiving workspace using pattern(s): [2024-01-24T18:43:48.014Z] Archives upload complete. [2024-01-24T18:43:48.014Z] INFO: archiving logs to Nexus