Pull request #4775 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bd80f68841c23a184cc87593744251dcb139a3cb+bb4aed91002b20508ac35d99c9a3e35f90ef805c (90ec1ae76ad9d27f1142d7234786fa9abbbbfc00) 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-ssh26256423733553651.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-ssh16597073095926077166.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-4775/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-4775/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7006959395924584915.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-4775/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14064039266819390328.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-ssh4715223900195534812.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-4775/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-4775/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11626069401781350111.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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-0 in /w/workspace/edgexfoundry_edgex-go_PR-4775 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit bb4aed91002b20508ac35d99c9a3e35f90ef805c into PR head commit bd80f68841c23a184cc87593744251dcb139a3cb Merge succeeded, producing bd80f68841c23a184cc87593744251dcb139a3cb Checking out Revision bd80f68841c23a184cc87593744251dcb139a3cb (PR-4775) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 > 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/4775/head:refs/remotes/origin/PR-4775 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd80f68841c23a184cc87593744251dcb139a3cb # 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 bb4aed91002b20508ac35d99c9a3e35f90ef805c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd80f68841c23a184cc87593744251dcb139a3cb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-14T19:51:04.419Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-03-14T19:51:04.828Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-03-14T19:51:04.939Z] ========================================================= [2024-03-14T19:51:04.939Z] EdgeX Global Pipelines Version Info [2024-03-14T19:51:04.939Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-03-14T19:51:05.737Z] ------------------- [2024-03-14T19:51:05.737Z] stable info: [2024-03-14T19:51:05.737Z] ------------------- [2024-03-14T19:51:05.737Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-03-14T19:51:05.737Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-14T19:51:05.737Z] Message: update stable to v1.0.258 [2024-03-14T19:51:06.309Z] ------------------- [2024-03-14T19:51:06.309Z] experimental info: [2024-03-14T19:51:06.309Z] ------------------- [2024-03-14T19:51:06.310Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-03-14T19:51:06.310Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-14T19:51:06.310Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-03-14T19:51:06.568Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-03-14T19:51:06.616Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-03-14T19:51:06.664Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-03-14T19:51:06.718Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-03-14T19:51:06.765Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-03-14T19:51:06.816Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-03-14T19:51:06.871Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-03-14T19:51:06.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-03-14T19:51:06.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-03-14T19:51:07.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-03-14T19:51:07.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-03-14T19:51:07.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-03-14T19:51:07.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-03-14T19:51:07.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-03-14T19:51:07.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-03-14T19:51:07.336Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-03-14T19:51:07.390Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-03-14T19:51:07.439Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-03-14T19:51:07.490Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-03-14T19:51:07.542Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-03-14T19:51:07.589Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-03-14T19:51:07.638Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-03-14T19:51:07.691Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-03-14T19:51:07.734Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4775 [Pipeline] echo [2024-03-14T19:51:07.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4775 [Pipeline] echo [2024-03-14T19:51:07.833Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4775 [Pipeline] echo [2024-03-14T19:51:07.885Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bd80f68841c23a184cc87593744251dcb139a3cb [Pipeline] echo [2024-03-14T19:51:07.940Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bd80f68 [Pipeline] echo [2024-03-14T19:51:07.993Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-14T19:51:08.284Z] provisioning config files... [2024-03-14T19:51:08.337Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11512010065933911893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-14T19:51:08.713Z] ---> ****-login.sh [2024-03-14T19:51:08.713Z] nexus3.edgexfoundry.org:10001 [2024-03-14T19:51:08.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:51:08.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:51:08.976Z] Configure a credential helper to remove this warning. See [2024-03-14T19:51:08.976Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:51:08.976Z] [2024-03-14T19:51:08.976Z] Login Succeeded [2024-03-14T19:51:09.237Z] nexus3.edgexfoundry.org:10002 [2024-03-14T19:51:09.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:51:09.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:51:09.238Z] Configure a credential helper to remove this warning. See [2024-03-14T19:51:09.238Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:51:09.238Z] [2024-03-14T19:51:09.238Z] Login Succeeded [2024-03-14T19:51:09.238Z] nexus3.edgexfoundry.org:10003 [2024-03-14T19:51:09.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:51:09.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:51:09.238Z] Configure a credential helper to remove this warning. See [2024-03-14T19:51:09.238Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:51:09.238Z] [2024-03-14T19:51:09.238Z] Login Succeeded [2024-03-14T19:51:09.238Z] nexus3.edgexfoundry.org:10004 [2024-03-14T19:51:09.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:51:09.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:51:09.504Z] Configure a credential helper to remove this warning. See [2024-03-14T19:51:09.504Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:51:09.504Z] [2024-03-14T19:51:09.504Z] Login Succeeded [2024-03-14T19:51:09.504Z] ****.io [2024-03-14T19:51:09.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:51:09.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:51:09.765Z] Configure a credential helper to remove this warning. See [2024-03-14T19:51:09.765Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:51:09.765Z] [2024-03-14T19:51:09.765Z] Login Succeeded [2024-03-14T19:51:09.765Z] ---> ****-login.sh ends [Pipeline] } [2024-03-14T19:51:09.797Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-14T19:51:10.248Z] + 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-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + dirname cmd/core-command/Dockerfile [2024-03-14T19:51:10.248Z] + echo core-command,cmd/core-command/Dockerfile [2024-03-14T19:51:10.248Z] + + cut -d/ -f2 [2024-03-14T19:51:10.248Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-03-14T19:51:10.248Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/core-data/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo core-data,cmd/core-data/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/core-metadata/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-03-14T19:51:10.248Z] + + cut -d/ -f2 [2024-03-14T19:51:10.248Z] dirname cmd/security-bootstrapper/Dockerfile [2024-03-14T19:51:10.248Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/security-spire-agent/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/security-spire-config/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + dirname cmd/security-spire-server/Dockerfile [2024-03-14T19:51:10.248Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-03-14T19:51:10.248Z] + dirname cmd/support-notifications/Dockerfile [2024-03-14T19:51:10.248Z] + cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-03-14T19:51:10.248Z] + + dirname cmd/support-scheduler/Dockerfile [2024-03-14T19:51:10.248Z] cut -d/ -f2 [2024-03-14T19:51:10.248Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-03-14T19:51:10.326Z] 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-03-14T19:51:10.941Z] + git rev-list -1 --merges bd80f68841c23a184cc87593744251dcb139a3cb~1..bd80f68841c23a184cc87593744251dcb139a3cb [Pipeline] echo [2024-03-14T19:51:10.976Z] -----------> git rev-list -1 --merges bd80f68841c23a184cc87593744251dcb139a3cb~1..bd80f68841c23a184cc87593744251dcb139a3cb bd80f68841c23a184cc87593744251dcb139a3cb [false] [Pipeline] sh [2024-03-14T19:51:11.300Z] + git log --format=format:%s -1 bd80f68841c23a184cc87593744251dcb139a3cb [Pipeline] echo [2024-03-14T19:51:11.356Z] ========================================================= [2024-03-14T19:51:11.356Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-03-14T19:51:11.356Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-03-14T19:51:12.306Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-14T19:51:12.307Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-03-14T19:51:12.307Z] + [ -e /tmp/ssh_known_hosts ] [2024-03-14T19:51:12.307Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-03-14T19:51:12.307Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-03-14T19:51:12.307Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-03-14T19:51:12.307Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T19:51:13.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-14T19:51:13.717Z] [2024-03-14T19:51:13.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T19:51:14.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-14T19:51:14.118Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-03-14T19:51:14.118Z] b85a868b505f: Pulling fs layer [2024-03-14T19:51:14.118Z] e2be974225ed: Pulling fs layer [2024-03-14T19:51:14.118Z] 339a4e72a1f5: Pulling fs layer [2024-03-14T19:51:14.118Z] 988bab9f4d93: Pulling fs layer [2024-03-14T19:51:14.118Z] 1469e6f7b9e6: Pulling fs layer [2024-03-14T19:51:14.118Z] eaf3925da568: Pulling fs layer [2024-03-14T19:51:14.118Z] bab4dde63d76: Pulling fs layer [2024-03-14T19:51:14.118Z] bde34c3a00c8: Pulling fs layer [2024-03-14T19:51:14.118Z] b352a97aabf1: Pulling fs layer [2024-03-14T19:51:14.118Z] eaf3925da568: Waiting [2024-03-14T19:51:14.118Z] bab4dde63d76: Waiting [2024-03-14T19:51:14.118Z] 988bab9f4d93: Waiting [2024-03-14T19:51:14.118Z] 1469e6f7b9e6: Waiting [2024-03-14T19:51:14.118Z] bde34c3a00c8: Waiting [2024-03-14T19:51:14.118Z] 4872d77fe225: Pulling fs layer [2024-03-14T19:51:14.118Z] 5851b861e8e6: Pulling fs layer [2024-03-14T19:51:14.118Z] 4872d77fe225: Waiting [2024-03-14T19:51:14.118Z] 5851b861e8e6: Waiting [2024-03-14T19:51:14.118Z] e2be974225ed: Download complete [2024-03-14T19:51:14.118Z] 988bab9f4d93: Download complete [2024-03-14T19:51:14.380Z] 1469e6f7b9e6: Verifying Checksum [2024-03-14T19:51:14.380Z] 1469e6f7b9e6: Download complete [2024-03-14T19:51:14.380Z] 339a4e72a1f5: Verifying Checksum [2024-03-14T19:51:14.380Z] 339a4e72a1f5: Download complete [2024-03-14T19:51:14.380Z] eaf3925da568: Verifying Checksum [2024-03-14T19:51:14.380Z] eaf3925da568: Download complete [2024-03-14T19:51:14.380Z] bde34c3a00c8: Verifying Checksum [2024-03-14T19:51:14.381Z] bde34c3a00c8: Download complete [2024-03-14T19:51:14.381Z] b352a97aabf1: Verifying Checksum [2024-03-14T19:51:14.381Z] b352a97aabf1: Download complete [2024-03-14T19:51:14.381Z] 4872d77fe225: Verifying Checksum [2024-03-14T19:51:14.381Z] 4872d77fe225: Download complete [2024-03-14T19:51:14.381Z] 5851b861e8e6: Download complete [2024-03-14T19:51:14.381Z] b85a868b505f: Verifying Checksum [2024-03-14T19:51:14.381Z] b85a868b505f: Download complete [2024-03-14T19:51:14.640Z] bab4dde63d76: Verifying Checksum [2024-03-14T19:51:14.641Z] bab4dde63d76: Download complete [2024-03-14T19:51:15.581Z] b85a868b505f: Pull complete [2024-03-14T19:51:15.842Z] e2be974225ed: Pull complete [2024-03-14T19:51:16.105Z] 339a4e72a1f5: Pull complete [2024-03-14T19:51:16.372Z] 988bab9f4d93: Pull complete [2024-03-14T19:51:16.633Z] 1469e6f7b9e6: Pull complete [2024-03-14T19:51:16.633Z] eaf3925da568: Pull complete [2024-03-14T19:51:18.548Z] bab4dde63d76: Pull complete [2024-03-14T19:51:18.548Z] bde34c3a00c8: Pull complete [2024-03-14T19:51:18.548Z] b352a97aabf1: Pull complete [2024-03-14T19:51:18.548Z] 4872d77fe225: Pull complete [2024-03-14T19:51:18.811Z] 5851b861e8e6: Pull complete [2024-03-14T19:51:18.811Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-03-14T19:51:18.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-14T19:51:18.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T19:51:19.110Z] prd-ubuntu20.04-docker-8c-8g-0 does not seem to be running inside a container [2024-03-14T19:51:19.148Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-03-14T19:51:22.397Z] $ docker top 10983b9ab4735f6a4dc8a62207a3dd1cf0e924cb67a93beafe4d31914b83a786 -eo pid,comm [2024-03-14T19:51:22.455Z] 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-03-14T19:51:22.455Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-14T19:51:22.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-14T19:51:22.634Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-14T19:51:22.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-14T19:51:22.759Z] $ docker exec 10983b9ab4735f6a4dc8a62207a3dd1cf0e924cb67a93beafe4d31914b83a786 ssh-agent [2024-03-14T19:51:22.862Z] SSH_AUTH_SOCK=/tmp/ssh-CELnlEZ785Ht/agent.33 [2024-03-14T19:51:22.862Z] SSH_AGENT_PID=39 [2024-03-14T19:51:22.871Z] Running ssh-add (command line suppressed) [2024-03-14T19:51:22.973Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7779936595802278305.key (/w/workspace/edgex-go/1@tmp/private_key_7779936595802278305.key) [2024-03-14T19:51:22.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-14T19:51:23.337Z] + git tag --points-at HEAD [Pipeline] } [2024-03-14T19:51:23.370Z] $ docker exec --env ******** --env ******** 10983b9ab4735f6a4dc8a62207a3dd1cf0e924cb67a93beafe4d31914b83a786 ssh-agent -k [2024-03-14T19:51:23.470Z] unset SSH_AUTH_SOCK; [2024-03-14T19:51:23.471Z] unset SSH_AGENT_PID; [2024-03-14T19:51:23.471Z] echo Agent pid 39 killed; [2024-03-14T19:51:23.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-03-14T19:51:23.576Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-14T19:51:23.576Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-14T19:51:23.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-14T19:51:23.698Z] $ docker exec 10983b9ab4735f6a4dc8a62207a3dd1cf0e924cb67a93beafe4d31914b83a786 ssh-agent [2024-03-14T19:51:23.801Z] SSH_AUTH_SOCK=/tmp/ssh-JJil3nA5m4Oq/agent.73 [2024-03-14T19:51:23.801Z] SSH_AGENT_PID=79 [2024-03-14T19:51:23.806Z] Running ssh-add (command line suppressed) [2024-03-14T19:51:23.918Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16008508482392397903.key (/w/workspace/edgex-go/1@tmp/private_key_16008508482392397903.key) [2024-03-14T19:51:23.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-14T19:51:24.267Z] + git semver init [2024-03-14T19:51:24.528Z] 2024-03-14 19:51:24,460 [run_init] DEBUG init version:0.0.0 force:False [2024-03-14T19:51:24.528Z] 2024-03-14 19:51:24,461 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-03-14T19:51:24.528Z] 2024-03-14 19:51:24,462 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-03-14T19:51:24.528Z] 2024-03-14 19:51:24,462 [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-03-14T19:51:29.809Z] 2024-03-14 19:51:29,416 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-03-14T19:51:29.809Z] 2024-03-14 19:51:29,417 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4775 with force:False [2024-03-14T19:51:29.809Z] 2024-03-14 19:51:29,418 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4775 [2024-03-14T19:51:29.809Z] 2024-03-14 19:51:29,422 [execute] INFO git cat-file --batch-check [2024-03-14T19:51:29.809Z] 2024-03-14 19:51:29,422 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-03-14T19:51:29.809Z] 2024-03-14 19:51:29,429 [execute] INFO git cat-file --batch [2024-03-14T19:51:29.809Z] 2024-03-14 19:51:29,429 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-03-14T19:51:29.809Z] 2024-03-14 19:51:29,435 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4775 [2024-03-14T19:51:29.809Z] 0.0.0 [Pipeline] } [2024-03-14T19:51:29.848Z] $ docker exec --env ******** --env ******** 10983b9ab4735f6a4dc8a62207a3dd1cf0e924cb67a93beafe4d31914b83a786 ssh-agent -k [2024-03-14T19:51:29.949Z] unset SSH_AUTH_SOCK; [2024-03-14T19:51:29.949Z] unset SSH_AGENT_PID; [2024-03-14T19:51:29.950Z] echo Agent pid 79 killed; [2024-03-14T19:51:29.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-14T19:51:30.405Z] + git semver [Pipeline] } [2024-03-14T19:51:30.695Z] $ docker stop --time=1 10983b9ab4735f6a4dc8a62207a3dd1cf0e924cb67a93beafe4d31914b83a786 [2024-03-14T19:51:32.017Z] $ docker rm -f --volumes 10983b9ab4735f6a4dc8a62207a3dd1cf0e924cb67a93beafe4d31914b83a786 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-14T19:51:32.476Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-03-14T19:51:32.802Z] Stashed 1 file(s) [Pipeline] echo [2024-03-14T19:51:32.821Z] [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-03-14T19:51:33.699Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-03-14T19:51:33.746Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-14T19:51:33.794Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-14T19:51:33.831Z] ========================================================= [2024-03-14T19:51:33.831Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-03-14T19:51:33.831Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-03-14T19:51:34.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-14T19:51:34.178Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-03-14T19:51:34.178Z] 7264a8db6415: Pulling fs layer [2024-03-14T19:51:34.178Z] c4d48a809fc2: Pulling fs layer [2024-03-14T19:51:34.178Z] 4f1c88b9dad5: Pulling fs layer [2024-03-14T19:51:34.178Z] ad3a456e5733: Pulling fs layer [2024-03-14T19:51:34.178Z] 69c7f0334f64: Pulling fs layer [2024-03-14T19:51:34.178Z] 1f1c1a5573a3: Pulling fs layer [2024-03-14T19:51:34.178Z] ce7588e14bc9: Pulling fs layer [2024-03-14T19:51:34.178Z] b5e4710f87ac: Pulling fs layer [2024-03-14T19:51:34.178Z] ce7588e14bc9: Waiting [2024-03-14T19:51:34.178Z] ad3a456e5733: Waiting [2024-03-14T19:51:34.178Z] b5e4710f87ac: Waiting [2024-03-14T19:51:34.178Z] 69c7f0334f64: Waiting [2024-03-14T19:51:34.178Z] 1f1c1a5573a3: Waiting [2024-03-14T19:51:34.178Z] c4d48a809fc2: Verifying Checksum [2024-03-14T19:51:34.178Z] c4d48a809fc2: Download complete [2024-03-14T19:51:34.178Z] ad3a456e5733: Verifying Checksum [2024-03-14T19:51:34.178Z] ad3a456e5733: Download complete [2024-03-14T19:51:34.178Z] 69c7f0334f64: Verifying Checksum [2024-03-14T19:51:34.178Z] 69c7f0334f64: Download complete [2024-03-14T19:51:34.178Z] 7264a8db6415: Verifying Checksum [2024-03-14T19:51:34.178Z] 7264a8db6415: Download complete [2024-03-14T19:51:34.178Z] 1f1c1a5573a3: Verifying Checksum [2024-03-14T19:51:34.178Z] 1f1c1a5573a3: Download complete [2024-03-14T19:51:34.438Z] 7264a8db6415: Pull complete [2024-03-14T19:51:34.439Z] b5e4710f87ac: Verifying Checksum [2024-03-14T19:51:34.439Z] b5e4710f87ac: Download complete [2024-03-14T19:51:34.439Z] c4d48a809fc2: Pull complete [2024-03-14T19:51:34.698Z] 4f1c88b9dad5: Download complete [2024-03-14T19:51:35.267Z] ce7588e14bc9: Verifying Checksum [2024-03-14T19:51:35.267Z] ce7588e14bc9: Download complete [2024-03-14T19:51:37.803Z] 4f1c88b9dad5: Pull complete [2024-03-14T19:51:37.803Z] ad3a456e5733: Pull complete [2024-03-14T19:51:37.803Z] 69c7f0334f64: Pull complete [2024-03-14T19:51:37.803Z] 1f1c1a5573a3: Pull complete [2024-03-14T19:51:40.335Z] ce7588e14bc9: Pull complete [2024-03-14T19:51:40.595Z] b5e4710f87ac: Pull complete [2024-03-14T19:51:40.595Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-03-14T19:51:40.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-14T19:51:40.595Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-03-14T19:51:40.967Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-14T19:51:40.967Z] WORKDIR /edgex [2024-03-14T19:51:40.967Z] COPY go.mod . [2024-03-14T19:51:40.967Z] RUN go mod download [2024-03-14T19:51:40.967Z] + docker build -t ci-base-image-x86_64 -f - . [2024-03-14T19:51:41.536Z] Sending build context to Docker daemon 175.2MB [2024-03-14T19:51:41.536Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-14T19:51:41.536Z] ---> 88b5674ff536 [2024-03-14T19:51:41.536Z] Step 2/4 : WORKDIR /edgex [2024-03-14T19:51:46.820Z] ---> Running in 8e0f07843988 [2024-03-14T19:51:46.820Z] Removing intermediate container 8e0f07843988 [2024-03-14T19:51:46.820Z] ---> cbac1b240a6e [2024-03-14T19:51:46.820Z] Step 3/4 : COPY go.mod . [2024-03-14T19:51:46.820Z] ---> 1e664d457469 [2024-03-14T19:51:46.820Z] Step 4/4 : RUN go mod download [2024-03-14T19:51:46.820Z] ---> Running in 3352a4932acf [2024-03-14T19:51:48.199Z] Still waiting to schedule task [2024-03-14T19:51:48.200Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-03-14T19:52:04.945Z] Removing intermediate container 3352a4932acf [2024-03-14T19:52:04.945Z] ---> dd9077f2e327 [2024-03-14T19:52:04.945Z] Successfully built dd9077f2e327 [2024-03-14T19:52:04.945Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T19:52:05.342Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-14T19:52:05.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T19:52:05.508Z] prd-ubuntu20.04-docker-8c-8g-0 does not seem to be running inside a container [2024-03-14T19:52:05.547Z] $ 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 ******** ci-base-image-x86_64 cat [2024-03-14T19:52:05.951Z] $ docker top 5e867cdace8a24d0561b4197688d38a11e7385f9d1fd50892df38fda5a17f034 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-14T19:52:06.356Z] + go version [2024-03-14T19:52:06.357Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-03-14T19:52:06.395Z] $ docker stop --time=1 5e867cdace8a24d0561b4197688d38a11e7385f9d1fd50892df38fda5a17f034 [2024-03-14T19:52:07.652Z] $ docker rm -f --volumes 5e867cdace8a24d0561b4197688d38a11e7385f9d1fd50892df38fda5a17f034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T19:52:08.391Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-14T19:52:08.391Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T19:52:08.557Z] prd-ubuntu20.04-docker-8c-8g-0 does not seem to be running inside a container [2024-03-14T19:52:08.596Z] $ 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 ******** ci-base-image-x86_64 cat [2024-03-14T19:52:08.915Z] $ docker top 9db3b0d13dc6b1065fe7b9c3f399935b59c0aae97ae8f5cc2824a7551bb8a182 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-14T19:52:09.036Z] ========================================================= [2024-03-14T19:52:09.037Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-03-14T19:52:09.037Z] ========================================================= [Pipeline] sh [2024-03-14T19:52:09.342Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-03-14T19:52:09.712Z] + make test [2024-03-14T19:52:09.712Z] go test -race -coverprofile=coverage.out ./... [2024-03-14T19:52:17.829Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-03-14T19:52:30.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-03-14T19:52:30.334Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-03-14T19:52:30.334Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-03-14T19:52:30.334Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-03-14T19:52:30.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-03-14T19:52:32.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-03-14T19:52:32.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-03-14T19:52:33.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.044s coverage: 28.7% of statements [2024-03-14T19:52:35.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.061s coverage: 97.0% of statements [2024-03-14T19:52:35.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-03-14T19:52:35.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-03-14T19:52:35.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-03-14T19:52:36.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-03-14T19:52:36.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-03-14T19:52:38.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-03-14T19:52:38.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-03-14T19:52:38.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-03-14T19:52:38.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-03-14T19:52:38.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-03-14T19:52:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.085s coverage: 69.2% of statements [2024-03-14T19:52:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.071s coverage: 53.2% of statements [2024-03-14T19:52:39.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-03-14T19:52:39.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-03-14T19:52:42.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.621s coverage: 93.4% of statements [2024-03-14T19:52:42.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.066s coverage: 6.1% of statements [2024-03-14T19:52:42.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-03-14T19:52:42.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-03-14T19:52:42.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-03-14T19:52:42.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-03-14T19:52:42.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-03-14T19:52:42.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-03-14T19:52:42.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-03-14T19:52:42.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-03-14T19:52:42.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-03-14T19:52:42.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-03-14T19:52:43.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.389s coverage: 97.6% of statements [2024-03-14T19:52:43.561Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.047s coverage: 72.2% of statements [2024-03-14T19:52:44.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-03-14T19:52:44.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-03-14T19:52:45.489Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.071s coverage: 0.9% of statements [2024-03-14T19:52:45.489Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.055s coverage: 32.2% of statements [2024-03-14T19:52:45.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.055s coverage: 41.7% of statements [2024-03-14T19:52:45.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.043s coverage: 82.9% of statements [2024-03-14T19:52:45.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.050s coverage: 94.1% of statements [2024-03-14T19:52:46.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.060s coverage: 96.3% of statements [2024-03-14T19:52:46.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.038s coverage: 87.5% of statements [2024-03-14T19:52:46.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-03-14T19:52:46.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-03-14T19:52:46.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-03-14T19:52:46.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-03-14T19:52:46.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-03-14T19:52:46.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-03-14T19:52:46.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-03-14T19:52:46.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-03-14T19:52:47.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-03-14T19:52:47.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-03-14T19:52:47.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-03-14T19:52:47.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-03-14T19:52:48.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-03-14T19:52:48.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-03-14T19:52:48.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-03-14T19:52:50.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-03-14T19:52:51.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-03-14T19:52:52.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-03-14T19:52:52.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-03-14T19:52:54.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-03-14T19:52:54.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-03-14T19:52:54.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-03-14T19:52:56.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-03-14T19:52:56.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-03-14T19:52:56.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-03-14T19:52:58.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-03-14T19:52:58.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-03-14T19:52:58.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-03-14T19:52:58.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-03-14T19:52:58.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.044s coverage: 94.4% of statements [2024-03-14T19:52:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-03-14T19:52:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-03-14T19:52:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-03-14T19:52:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-03-14T19:53:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-03-14T19:53:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-03-14T19:53:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-03-14T19:53:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-03-14T19:53:02.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-03-14T19:53:02.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-03-14T19:53:02.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-03-14T19:53:02.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.285s coverage: 79.9% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.066s coverage: 92.9% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 64.4% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.050s coverage: 62.3% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.062s coverage: 87.2% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.041s coverage: 20.0% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.036s coverage: 100.0% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.085s coverage: 81.8% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.120s coverage: 82.1% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.043s coverage: 86.0% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.169s coverage: 63.1% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.044s coverage: 100.0% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.017s coverage: 89.4% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.196s coverage: 38.4% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.058s coverage: 89.5% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.041s coverage: 84.8% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.074s coverage: 19.9% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.126s coverage: 95.7% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.058s coverage: 61.8% of statements [2024-03-14T19:53:12.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.091s coverage: 98.9% of statements [2024-03-14T19:53:12.390Z] 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-03-14T19:53:12.390Z] running golangci-lint [2024-03-14T19:53:12.390Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-03-14T19:53:12.390Z] go version go1.21.0 linux/amd64 [2024-03-14T19:53:12.390Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-03-14T19:53:12.390Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-03-14T19:53:27.294Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|imports|compiled_files|files|name|types_sizes|deps) took 14.936464292s" [2024-03-14T19:53:27.294Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.044795ms" [2024-03-14T19:53:32.003Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1 in /w/workspace/edgexfoundry_edgex-go_PR-4775 [Pipeline] { [Pipeline] ws [2024-03-14T19:53:32.072Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-03-14T19:53:35.172Z] The recommended git tool is: git [2024-03-14T19:53:37.267Z] level=info msg="[linters_context/goanalysis] analyzers took 1m26.056829423s with top 10 stages: buildir: 43.475410761s, gosec: 7.840885839s, inspect: 2.109765215s, fact_deprecated: 1.975153671s, S1038: 1.324849845s, ctrlflow: 1.276898596s, nilness: 1.060562454s, printf: 965.389918ms, fact_purity: 937.924511ms, unused: 813.05702ms" [2024-03-14T19:53:37.267Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-03-14T19:53:37.267Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 197/197, path_prettifier: 197/197, exclude: 197/197, nolint: 0/21, identifier_marker: 197/197, exclude-rules: 21/197, filename_unadjuster: 197/197, skip_files: 197/197, skip_dirs: 197/197, autogenerated_exclude: 197/197" [2024-03-14T19:53:37.267Z] level=info msg="[runner] processing took 17.386563ms with stages: nolint: 7.523708ms, identifier_marker: 4.939202ms, autogenerated_exclude: 1.682651ms, path_prettifier: 1.42655ms, exclude-rules: 1.073278ms, skip_dirs: 692.954µs, cgo: 28.59µs, filename_unadjuster: 14.26µs, max_same_issues: 1.02µs, uniq_by_line: 560ns, exclude: 550ns, skip_files: 520ns, max_from_linter: 450ns, fixer: 420ns, sort_results: 410ns, path_shortener: 380ns, severity-rules: 280ns, max_per_file_from_linter: 250ns, diff: 230ns, source_code: 150ns, path_prefixer: 150ns" [2024-03-14T19:53:37.267Z] level=info msg="[runner] linters took 10.543988377s with stages: goanalysis_metalinter: 10.526508613s" [2024-03-14T19:53:37.267Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-03-14T19:53:37.267Z] level=info msg="Memory: 257 samples, avg is 259.6MB, max is 965.3MB" [2024-03-14T19:53:37.267Z] level=info msg="Execution took 25.532532399s" [2024-03-14T19:53:37.267Z] go vet ./... [2024-03-14T19:53:42.539Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-14T19:53:42.539Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-14T19:53:42.539Z] ./bin/test-attribution-txt.sh [2024-03-14T19:53:42.539Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-14T19:53:42.585Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-03-14T19:53:42.907Z] + ls -al . [2024-03-14T19:53:42.907Z] total 740 [2024-03-14T19:53:42.907Z] drwxrwxr-x 11 1001 1001 4096 Mar 14 19:52 . [2024-03-14T19:53:42.907Z] drwxr-xr-x 4 root root 4096 Mar 14 19:52 .. [2024-03-14T19:53:42.907Z] drwxrwxr-x 2 1001 1001 4096 Mar 14 19:50 .blubracket [2024-03-14T19:53:42.907Z] -rw-rw-r-- 1 1001 1001 10 Mar 14 19:50 .dockerignore [2024-03-14T19:53:42.907Z] drwxrwxr-x 8 1001 1001 4096 Mar 14 19:53 .git [2024-03-14T19:53:42.907Z] drwxrwxr-x 3 1001 1001 4096 Mar 14 19:50 .github [2024-03-14T19:53:42.907Z] -rw-rw-r-- 1 1001 1001 1074 Mar 14 19:50 .gitignore [2024-03-14T19:53:42.907Z] -rw-rw-r-- 1 1001 1001 42 Mar 14 19:50 .golangci.yml [2024-03-14T19:53:42.907Z] -rw-rw-r-- 1 1001 1001 100 Mar 14 19:50 .hadolint.yml [2024-03-14T19:53:42.907Z] drwxr-xr-x 3 1001 1001 4096 Mar 14 19:51 .semver [2024-03-14T19:53:42.907Z] -rw-rw-r-- 1 1001 1001 155 Mar 14 19:50 .sonarcloud.properties [2024-03-14T19:53:42.907Z] -rw-rw-r-- 1 1001 1001 1171 Mar 14 19:50 ADOPTERS.md [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 11674 Mar 14 19:50 Attribution.txt [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 100284 Mar 14 19:50 CHANGELOG.md [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 3804 Mar 14 19:50 CONTRIBUTING.md [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 677 Mar 14 19:50 GOVERNANCE.md [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 861 Mar 14 19:50 Jenkinsfile [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 10775 Mar 14 19:50 LICENSE [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 15392 Mar 14 19:50 Makefile [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 582 Mar 14 19:50 OWNERS.md [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 9528 Mar 14 19:50 README.md [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 789 Mar 14 19:50 SECURITY.md [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 5 Mar 14 19:51 VERSION [2024-03-14T19:53:42.908Z] drwxrwxr-x 2 1001 1001 4096 Mar 14 19:50 bin [2024-03-14T19:53:42.908Z] drwxrwxr-x 18 1001 1001 4096 Mar 14 19:50 cmd [2024-03-14T19:53:42.908Z] -rw-r--r-- 1 root root 455122 Mar 14 19:53 coverage.out [2024-03-14T19:53:42.908Z] drwxrwxr-x 2 1001 1001 4096 Mar 14 19:50 fuzz_test [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 3734 Mar 14 19:50 go.mod [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 35731 Mar 14 19:50 go.sum [2024-03-14T19:53:42.908Z] drwxrwxr-x 7 1001 1001 4096 Mar 14 19:50 internal [2024-03-14T19:53:42.908Z] drwxrwxr-x 3 1001 1001 4096 Mar 14 19:50 openapi [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 584 Mar 14 19:50 security.txt [2024-03-14T19:53:42.908Z] -rw-rw-r-- 1 1001 1001 204 Mar 14 19:50 version.go [Pipeline] sh [2024-03-14T19:53:43.207Z] using credential edgex-jenkins-ssh [2024-03-14T19:53:43.225Z] + '[' -e coverage.out ] [2024-03-14T19:53:43.225Z] + chown 1001:1001 coverage.out [2024-03-14T19:53:43.234Z] Cloning the remote Git repository [Pipeline] stash [2024-03-14T19:53:43.357Z] Stashed 1 file(s) [Pipeline] sh [2024-03-14T19:53:43.658Z] + make build [2024-03-14T19:53:43.658Z] 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-03-14T19:53:43.298Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-03-14T19:53:43.527Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-03-14T19:53:43.748Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-03-14T19:53:43.750Z] > git --version # timeout=10 [2024-03-14T19:53:43.792Z] > git --version # 'git version 2.25.1' [2024-03-14T19:53:43.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-14T19:53:43.993Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-14T19:53:55.888Z] 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-03-14T19:53:57.272Z] 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-03-14T19:53:58.210Z] 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-03-14T19:53:58.780Z] 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-03-14T19:54:01.392Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-03-14T19:54:01.431Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-14T19:54:02.958Z] Merging remotes/origin/main commit bb4aed91002b20508ac35d99c9a3e35f90ef805c into PR head commit bd80f68841c23a184cc87593744251dcb139a3cb [2024-03-14T19:54:03.349Z] Merge succeeded, producing bd80f68841c23a184cc87593744251dcb139a3cb [2024-03-14T19:54:03.350Z] Checking out Revision bd80f68841c23a184cc87593744251dcb139a3cb (PR-4775) [2024-03-14T19:54:04.041Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2024-03-14T19:54:02.286Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-03-14T19:54:02.327Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-03-14T19:54:02.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-14T19:54:02.350Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4775/head:refs/remotes/origin/PR-4775 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-03-14T19:54:02.976Z] > git config core.sparsecheckout # timeout=10 [2024-03-14T19:54:03.039Z] > git checkout -f bd80f68841c23a184cc87593744251dcb139a3cb # timeout=10 [2024-03-14T19:54:03.262Z] > git remote # timeout=10 [2024-03-14T19:54:03.278Z] > git config --get remote.origin.url # timeout=10 [2024-03-14T19:54:03.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-14T19:54:03.309Z] > git merge bb4aed91002b20508ac35d99c9a3e35f90ef805c # timeout=10 [2024-03-14T19:54:03.335Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-03-14T19:54:03.355Z] > git config core.sparsecheckout # timeout=10 [2024-03-14T19:54:03.365Z] > git checkout -f bd80f68841c23a184cc87593744251dcb139a3cb # timeout=10 [2024-03-14T19:54:04.088Z] > git --version # timeout=10 [2024-03-14T19:54:04.100Z] > git --version # 'git version 2.25.1' [2024-03-14T19:54:04.120Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-14T19:54:05.343Z] 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-03-14T19:54:05.606Z] 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-03-14T19:54:06.986Z] 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-03-14T19:54:07.556Z] 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 [Pipeline] withEnv [Pipeline] { [2024-03-14T19:54:08.492Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-14T19:54:09.061Z] 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-03-14T19:54:09.211Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-03-14T19:54:09.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-14T19:54:09.211Z] Dload Upload Total Spent Left Speed [2024-03-14T19:54:09.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 83843 0 --:--:-- --:--:-- --:--:-- 83298 100 12828 100 12828 0 0 82761 0 --:--:-- --:--:-- --:--:-- 82761 [Pipeline] sh [2024-03-14T19:54:09.555Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-03-14T19:54:09.899Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-03-14T19:54:09.899Z] + sudo tee /etc/docker/daemon.new [2024-03-14T19:54:09.899Z] { [2024-03-14T19:54:09.899Z] "registry-mirrors": [ [2024-03-14T19:54:09.899Z] "https://nexus3.edgexfoundry.org:10001" [2024-03-14T19:54:09.899Z] ], [2024-03-14T19:54:09.899Z] "bip": "10.250.0.254/24", [2024-03-14T19:54:09.899Z] "hosts": [ [2024-03-14T19:54:09.899Z] "tcp://0.0.0.0:5555", [2024-03-14T19:54:09.899Z] "unix:///var/run/docker.sock" [2024-03-14T19:54:09.899Z] ], [2024-03-14T19:54:09.899Z] "mtu": 1458, [2024-03-14T19:54:09.899Z] "selinux-enabled": true, [2024-03-14T19:54:09.899Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-03-14T19:54:09.899Z] } [Pipeline] sh [2024-03-14T19:54:10.000Z] 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-03-14T19:54:10.245Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-03-14T19:54:10.598Z] + sudo service docker restart [Pipeline] } [2024-03-14T19:54:10.965Z] $ docker stop --time=1 9db3b0d13dc6b1065fe7b9c3f399935b59c0aae97ae8f5cc2824a7551bb8a182 [2024-03-14T19:54:15.820Z] $ docker rm -f --volumes 9db3b0d13dc6b1065fe7b9c3f399935b59c0aae97ae8f5cc2824a7551bb8a182 [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-03-14T19:54:17.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-14T19:54:17.865Z] [2024-03-14T19:54:17.865Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T19:54:18.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-14T19:54:18.249Z] latest: Pulling from edgex-devops/edgex-compose [2024-03-14T19:54:18.249Z] 91d30c5bc195: Pulling fs layer [2024-03-14T19:54:18.249Z] 2e9b0aa3be6d: Pulling fs layer [2024-03-14T19:54:18.249Z] 9c61dcf015f6: Pulling fs layer [2024-03-14T19:54:18.249Z] 4698f68db338: Pulling fs layer [2024-03-14T19:54:18.249Z] 2a2f49069b9e: Pulling fs layer [2024-03-14T19:54:18.249Z] e0025b399a48: Pulling fs layer [2024-03-14T19:54:18.249Z] 2a2f49069b9e: Waiting [2024-03-14T19:54:18.249Z] 4698f68db338: Waiting [2024-03-14T19:54:18.249Z] e0025b399a48: Waiting [2024-03-14T19:54:18.509Z] 91d30c5bc195: Verifying Checksum [2024-03-14T19:54:18.509Z] 91d30c5bc195: Download complete [2024-03-14T19:54:18.509Z] 4698f68db338: Download complete [2024-03-14T19:54:18.509Z] 2e9b0aa3be6d: Verifying Checksum [2024-03-14T19:54:18.509Z] 2e9b0aa3be6d: Download complete [2024-03-14T19:54:18.509Z] e0025b399a48: Verifying Checksum [2024-03-14T19:54:18.509Z] e0025b399a48: Download complete [2024-03-14T19:54:18.509Z] 91d30c5bc195: Pull complete [2024-03-14T19:54:18.768Z] 2a2f49069b9e: Download complete [2024-03-14T19:54:18.768Z] 2e9b0aa3be6d: Pull complete [2024-03-14T19:54:19.028Z] 9c61dcf015f6: Verifying Checksum [2024-03-14T19:54:19.028Z] 9c61dcf015f6: Download complete [2024-03-14T19:54:21.564Z] 9c61dcf015f6: Pull complete [2024-03-14T19:54:21.824Z] 4698f68db338: Pull complete [2024-03-14T19:54:22.085Z] 2a2f49069b9e: Pull complete [2024-03-14T19:54:22.085Z] e0025b399a48: Pull complete [2024-03-14T19:54:22.085Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-03-14T19:54:22.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-14T19:54:22.348Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T19:54:22.634Z] prd-ubuntu20.04-docker-8c-8g-0 does not seem to be running inside a container [2024-03-14T19:54:22.681Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-03-14T19:54:25.395Z] $ docker top 042c6518c03e5547422339393ff0f530f459c17411de3fddf4f18ca5c727f15b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-14T19:54:25.791Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-03-14T19:54:28.330Z] #1 [support-notifications internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #1 transferring dockerfile: 1.95kB done [2024-03-14T19:54:28.330Z] #1 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #2 [core-data internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #2 transferring dockerfile: 2.01kB done [2024-03-14T19:54:28.330Z] #2 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #3 [security-spire-server internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #3 transferring dockerfile: 1.70kB done [2024-03-14T19:54:28.330Z] #3 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #4 transferring dockerfile: 2.06kB done [2024-03-14T19:54:28.330Z] #4 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #5 transferring dockerfile: 2.93kB done [2024-03-14T19:54:28.330Z] #5 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #6 [support-scheduler internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #6 transferring dockerfile: 1.93kB done [2024-03-14T19:54:28.330Z] #6 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #7 [security-spire-config internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #7 transferring dockerfile: 1.69kB done [2024-03-14T19:54:28.330Z] #7 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #8 transferring dockerfile: 1.89kB done [2024-03-14T19:54:28.330Z] #8 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #9 transferring dockerfile: 2.15kB done [2024-03-14T19:54:28.330Z] #9 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #10 transferring dockerfile: 2.50kB done [2024-03-14T19:54:28.330Z] #10 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #11 transferring dockerfile: 2.49kB done [2024-03-14T19:54:28.330Z] #11 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #12 [core-command internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #12 transferring dockerfile: 1.93kB done [2024-03-14T19:54:28.330Z] #12 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #13 transferring dockerfile: 1.81kB done [2024-03-14T19:54:28.330Z] #13 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-03-14T19:54:28.330Z] #14 transferring dockerfile: 2.23kB done [2024-03-14T19:54:28.330Z] #14 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #15 [support-notifications internal] load .dockerignore [2024-03-14T19:54:28.330Z] #15 transferring context: 50B done [2024-03-14T19:54:28.330Z] #15 DONE 0.1s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #16 [core-data internal] load .dockerignore [2024-03-14T19:54:28.330Z] #16 transferring context: 50B done [2024-03-14T19:54:28.330Z] #16 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #17 [security-spire-server internal] load .dockerignore [2024-03-14T19:54:28.330Z] #17 transferring context: 50B done [2024-03-14T19:54:28.330Z] #17 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #18 [core-metadata internal] load .dockerignore [2024-03-14T19:54:28.330Z] #18 transferring context: 50B done [2024-03-14T19:54:28.330Z] #18 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #19 [support-scheduler internal] load .dockerignore [2024-03-14T19:54:28.330Z] #19 transferring context: 50B done [2024-03-14T19:54:28.330Z] #19 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #20 [security-bootstrapper internal] load .dockerignore [2024-03-14T19:54:28.330Z] #20 transferring context: 50B done [2024-03-14T19:54:28.330Z] #20 DONE 0.0s [2024-03-14T19:54:28.330Z] [2024-03-14T19:54:28.330Z] #21 [security-spire-config internal] load .dockerignore [2024-03-14T19:54:28.330Z] #21 transferring context: 50B done [2024-03-14T19:54:28.589Z] #21 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2024-03-14T19:54:28.589Z] #22 transferring context: 50B done [2024-03-14T19:54:28.589Z] #22 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #23 [security-proxy-auth internal] load .dockerignore [2024-03-14T19:54:28.589Z] #23 transferring context: 50B done [2024-03-14T19:54:28.589Z] #23 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #24 [security-proxy-setup internal] load .dockerignore [2024-03-14T19:54:28.589Z] #24 transferring context: 50B done [2024-03-14T19:54:28.589Z] #24 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #25 [security-spire-agent internal] load .dockerignore [2024-03-14T19:54:28.589Z] #25 transferring context: 50B done [2024-03-14T19:54:28.589Z] #25 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #26 [core-command internal] load .dockerignore [2024-03-14T19:54:28.589Z] #26 transferring context: 50B done [2024-03-14T19:54:28.589Z] #26 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2024-03-14T19:54:28.589Z] #27 transferring context: 50B done [2024-03-14T19:54:28.589Z] #27 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #28 [security-secretstore-setup internal] load .dockerignore [2024-03-14T19:54:28.589Z] #28 transferring context: 50B done [2024-03-14T19:54:28.589Z] #28 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-14T19:54:28.589Z] #29 DONE 0.0s [2024-03-14T19:54:28.589Z] [2024-03-14T19:54:28.589Z] #30 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-03-14T19:54:28.851Z] #30 ... [2024-03-14T19:54:28.851Z] [2024-03-14T19:54:28.851Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-14T19:54:28.851Z] #29 DONE 0.0s [2024-03-14T19:54:28.851Z] [2024-03-14T19:54:28.851Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-14T19:54:28.851Z] #29 DONE 0.0s [2024-03-14T19:54:28.851Z] [2024-03-14T19:54:28.851Z] #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T19:54:28.851Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T19:54:28.851Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T19:54:28.851Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-14T19:54:28.851Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-14T19:54:28.851Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-14T19:54:28.851Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 [2024-03-14T19:54:28.851Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T19:54:28.851Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T19:54:28.851Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-14T19:54:28.851Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-14T19:54:28.851Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-14T19:54:28.952Z] provisioning config files... [2024-03-14T19:54:28.982Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8206863601999157434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-14T19:54:29.115Z] #31 ... [2024-03-14T19:54:29.115Z] [2024-03-14T19:54:29.115Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-14T19:54:29.115Z] #29 DONE 0.0s [2024-03-14T19:54:29.115Z] [2024-03-14T19:54:29.115Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-03-14T19:54:29.115Z] #32 DONE 0.3s [2024-03-14T19:54:29.115Z] [2024-03-14T19:54:29.115Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T19:54:29.115Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T19:54:29.115Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T19:54:29.115Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-14T19:54:29.115Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-14T19:54:29.115Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-14T19:54:29.115Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.4s done [2024-03-14T19:54:29.375Z] #31 ... [2024-03-14T19:54:29.375Z] [2024-03-14T19:54:29.375Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-14T19:54:29.375Z] #29 DONE 0.0s [2024-03-14T19:54:29.375Z] [2024-03-14T19:54:29.375Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-03-14T19:54:29.375Z] #32 DONE 0.4s [2024-03-14T19:54:29.375Z] [2024-03-14T19:54:29.375Z] #31 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T19:54:29.375Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T19:54:29.375Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T19:54:29.375Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-14T19:54:29.375Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-14T19:54:29.375Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-14T19:54:29.375Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.4s done [2024-03-14T19:54:29.546Z] ---> ****-login.sh [2024-03-14T19:54:29.546Z] nexus3.edgexfoundry.org:10001 [2024-03-14T19:54:29.636Z] #31 DONE 1.2s [2024-03-14T19:54:29.636Z] [2024-03-14T19:54:29.636Z] #33 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-03-14T19:54:29.636Z] #33 DONE 1.2s [2024-03-14T19:54:29.636Z] [2024-03-14T19:54:29.636Z] #34 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-14T19:54:29.898Z] #34 ... [2024-03-14T19:54:29.898Z] [2024-03-14T19:54:29.898Z] #31 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T19:54:29.898Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T19:54:29.898Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T19:54:29.898Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-14T19:54:29.898Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-14T19:54:29.898Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-14T19:54:29.898Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.4s done [2024-03-14T19:54:29.898Z] #31 DONE 1.2s [2024-03-14T19:54:29.898Z] [2024-03-14T19:54:29.898Z] #30 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-03-14T19:54:29.898Z] #30 DONE 1.2s [2024-03-14T19:54:29.898Z] [2024-03-14T19:54:29.898Z] #31 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T19:54:29.898Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T19:54:29.898Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T19:54:29.898Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-14T19:54:29.898Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-14T19:54:29.898Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-14T19:54:29.898Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.4s done [2024-03-14T19:54:29.898Z] #31 DONE 1.2s [2024-03-14T19:54:29.898Z] [2024-03-14T19:54:29.898Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-03-14T19:54:29.898Z] #35 DONE 1.0s [2024-03-14T19:54:29.898Z] [2024-03-14T19:54:29.898Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T19:54:29.898Z] #36 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T19:54:30.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:54:30.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:54:30.133Z] Configure a credential helper to remove this warning. See [2024-03-14T19:54:30.133Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:54:30.133Z] [2024-03-14T19:54:30.133Z] Login Succeeded [2024-03-14T19:54:30.133Z] nexus3.edgexfoundry.org:10002 [2024-03-14T19:54:30.157Z] #36 ... [2024-03-14T19:54:30.157Z] [2024-03-14T19:54:30.157Z] #37 [security-spire-server internal] load build context [2024-03-14T19:54:30.157Z] #37 transferring context: 18.10kB 0.0s done [2024-03-14T19:54:30.157Z] #37 DONE 0.2s [2024-03-14T19:54:30.157Z] [2024-03-14T19:54:30.157Z] #38 [security-spire-config internal] load build context [2024-03-14T19:54:30.157Z] #38 transferring context: 16.35kB 0.0s done [2024-03-14T19:54:30.157Z] #38 DONE 0.3s [2024-03-14T19:54:30.157Z] [2024-03-14T19:54:30.157Z] #39 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-03-14T19:54:30.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:54:30.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:54:30.406Z] Configure a credential helper to remove this warning. See [2024-03-14T19:54:30.406Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:54:30.406Z] [2024-03-14T19:54:30.406Z] Login Succeeded [2024-03-14T19:54:30.406Z] nexus3.edgexfoundry.org:10003 [2024-03-14T19:54:30.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:54:30.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:54:30.948Z] Configure a credential helper to remove this warning. See [2024-03-14T19:54:30.948Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:54:30.948Z] [2024-03-14T19:54:30.948Z] Login Succeeded [2024-03-14T19:54:30.948Z] nexus3.edgexfoundry.org:10004 [2024-03-14T19:54:31.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:54:31.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:54:31.216Z] Configure a credential helper to remove this warning. See [2024-03-14T19:54:31.217Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:54:31.217Z] [2024-03-14T19:54:31.217Z] Login Succeeded [2024-03-14T19:54:31.217Z] ****.io [2024-03-14T19:54:31.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-14T19:54:31.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-14T19:54:31.752Z] Configure a credential helper to remove this warning. See [2024-03-14T19:54:31.752Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-14T19:54:31.752Z] [2024-03-14T19:54:31.752Z] Login Succeeded [2024-03-14T19:54:31.752Z] ---> ****-login.sh ends [Pipeline] } [2024-03-14T19:54:31.783Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-03-14T19:54:32.531Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-03-14T19:54:32.578Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-14T19:54:32.633Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-14T19:54:32.678Z] ========================================================= [2024-03-14T19:54:32.678Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-03-14T19:54:32.678Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-03-14T19:54:33.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-14T19:54:33.073Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-03-14T19:54:33.073Z] 9fda8d8052c6: Pulling fs layer [2024-03-14T19:54:33.073Z] 5d54e960e981: Pulling fs layer [2024-03-14T19:54:33.073Z] c4a7e357bf2a: Pulling fs layer [2024-03-14T19:54:33.073Z] f0e02332f6b5: Pulling fs layer [2024-03-14T19:54:33.073Z] 872ee5b61b7b: Pulling fs layer [2024-03-14T19:54:33.073Z] 0c6a40ed1a82: Pulling fs layer [2024-03-14T19:54:33.073Z] 94ae7d8d031c: Pulling fs layer [2024-03-14T19:54:33.073Z] 872ee5b61b7b: Waiting [2024-03-14T19:54:33.073Z] 0c6a40ed1a82: Waiting [2024-03-14T19:54:33.073Z] 94ae7d8d031c: Waiting [2024-03-14T19:54:33.073Z] f0e02332f6b5: Waiting [2024-03-14T19:54:33.345Z] 5d54e960e981: Verifying Checksum [2024-03-14T19:54:33.345Z] 5d54e960e981: Download complete [2024-03-14T19:54:33.345Z] f0e02332f6b5: Verifying Checksum [2024-03-14T19:54:33.345Z] f0e02332f6b5: Download complete [2024-03-14T19:54:33.345Z] 872ee5b61b7b: Verifying Checksum [2024-03-14T19:54:33.345Z] 872ee5b61b7b: Download complete [2024-03-14T19:54:33.345Z] 9fda8d8052c6: Verifying Checksum [2024-03-14T19:54:33.345Z] 9fda8d8052c6: Download complete [2024-03-14T19:54:33.613Z] 94ae7d8d031c: Verifying Checksum [2024-03-14T19:54:33.613Z] 94ae7d8d031c: Download complete [2024-03-14T19:54:34.199Z] 9fda8d8052c6: Pull complete [2024-03-14T19:54:34.785Z] 5d54e960e981: Pull complete [2024-03-14T19:54:35.053Z] c4a7e357bf2a: Download complete [2024-03-14T19:54:35.560Z] #39 ... [2024-03-14T19:54:35.560Z] [2024-03-14T19:54:35.560Z] #40 [support-notifications internal] load build context [2024-03-14T19:54:35.560Z] #40 transferring context: 210.39MB 6.3s [2024-03-14T19:54:36.015Z] 0c6a40ed1a82: Verifying Checksum [2024-03-14T19:54:36.015Z] 0c6a40ed1a82: Download complete [2024-03-14T19:54:37.463Z] #40 transferring context: 310.81MB 8.4s done [2024-03-14T19:54:38.841Z] #40 ... [2024-03-14T19:54:38.841Z] [2024-03-14T19:54:38.841Z] #41 [support-scheduler internal] load build context [2024-03-14T19:54:38.841Z] #41 transferring context: 310.81MB 7.5s done [2024-03-14T19:54:38.841Z] #41 ... [2024-03-14T19:54:38.841Z] [2024-03-14T19:54:38.841Z] #42 [security-proxy-setup internal] load build context [2024-03-14T19:54:38.841Z] #42 transferring context: 310.81MB 6.9s done [2024-03-14T19:54:39.101Z] #42 ... [2024-03-14T19:54:39.101Z] [2024-03-14T19:54:39.101Z] #43 [core-data internal] load build context [2024-03-14T19:54:39.101Z] #43 transferring context: 310.81MB 8.5s done [2024-03-14T19:54:39.101Z] #43 ... [2024-03-14T19:54:39.101Z] [2024-03-14T19:54:39.101Z] #44 [security-spiffe-token-provider internal] load build context [2024-03-14T19:54:39.101Z] #44 transferring context: 310.81MB 7.1s done [2024-03-14T19:54:39.360Z] #44 ... [2024-03-14T19:54:39.361Z] [2024-03-14T19:54:39.361Z] #45 [security-bootstrapper internal] load build context [2024-03-14T19:54:39.361Z] #45 transferring context: 310.81MB 8.0s done [2024-03-14T19:54:39.619Z] #45 ... [2024-03-14T19:54:39.619Z] [2024-03-14T19:54:39.619Z] #46 [core-command internal] load build context [2024-03-14T19:54:39.619Z] #46 transferring context: 310.81MB 7.9s done [2024-03-14T19:54:39.619Z] #46 ... [2024-03-14T19:54:39.619Z] [2024-03-14T19:54:39.619Z] #47 [core-common-config-bootstrapper internal] load build context [2024-03-14T19:54:39.619Z] #47 transferring context: 310.81MB 7.6s done [2024-03-14T19:54:39.878Z] #47 ... [2024-03-14T19:54:39.878Z] [2024-03-14T19:54:39.878Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-14T19:54:39.879Z] #48 ... [2024-03-14T19:54:39.879Z] [2024-03-14T19:54:39.879Z] #49 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-14T19:54:40.137Z] #49 ... [2024-03-14T19:54:40.137Z] [2024-03-14T19:54:40.137Z] #50 [security-proxy-auth internal] load build context [2024-03-14T19:54:40.137Z] #50 transferring context: 310.81MB 7.4s done [2024-03-14T19:54:40.137Z] #50 ... [2024-03-14T19:54:40.137Z] [2024-03-14T19:54:40.137Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T19:54:40.137Z] #51 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.4s done [2024-03-14T19:54:40.137Z] #51 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-03-14T19:54:40.397Z] #51 ... [2024-03-14T19:54:40.397Z] [2024-03-14T19:54:40.397Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-14T19:54:40.967Z] #52 ... [2024-03-14T19:54:40.967Z] [2024-03-14T19:54:40.967Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-14T19:54:40.967Z] #53 ... [2024-03-14T19:54:40.967Z] [2024-03-14T19:54:40.967Z] #54 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-03-14T19:54:41.244Z] #54 ... [2024-03-14T19:54:41.244Z] [2024-03-14T19:54:41.244Z] #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-14T19:54:41.244Z] #55 ... [2024-03-14T19:54:41.244Z] [2024-03-14T19:54:41.244Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-14T19:54:41.527Z] #56 ... [2024-03-14T19:54:41.527Z] [2024-03-14T19:54:41.527Z] #57 [security-spire-agent internal] load build context [2024-03-14T19:54:41.528Z] #57 transferring context: 17.63kB 0.0s done [2024-03-14T19:54:41.528Z] #57 ... [2024-03-14T19:54:41.528Z] [2024-03-14T19:54:41.528Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-14T19:54:42.117Z] #58 ... [2024-03-14T19:54:42.117Z] [2024-03-14T19:54:42.117Z] #59 [core-metadata internal] load build context [2024-03-14T19:54:42.117Z] #59 transferring context: 310.81MB 8.7s done [2024-03-14T19:54:42.117Z] #59 ... [2024-03-14T19:54:42.117Z] [2024-03-14T19:54:42.117Z] #60 [security-secretstore-setup internal] load build context [2024-03-14T19:54:42.117Z] #60 transferring context: 310.81MB 7.5s done [2024-03-14T19:54:42.117Z] #60 ... [2024-03-14T19:54:42.117Z] [2024-03-14T19:54:42.117Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T19:54:42.117Z] #36 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 12.2s done [2024-03-14T19:54:47.417Z] #36 ... [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #57 [security-spire-agent internal] load build context [2024-03-14T19:54:47.417Z] #57 DONE 17.4s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #39 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-03-14T19:54:47.417Z] #39 DONE 17.8s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-03-14T19:54:47.417Z] #61 ... [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #42 [security-proxy-setup internal] load build context [2024-03-14T19:54:47.417Z] #42 DONE 18.5s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #44 [security-spiffe-token-provider internal] load build context [2024-03-14T19:54:47.417Z] #44 DONE 18.5s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #41 [support-scheduler internal] load build context [2024-03-14T19:54:47.417Z] #41 DONE 18.6s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #50 [security-proxy-auth internal] load build context [2024-03-14T19:54:47.417Z] #50 DONE 18.5s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #45 [security-bootstrapper internal] load build context [2024-03-14T19:54:47.417Z] #45 DONE 18.6s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #60 [security-secretstore-setup internal] load build context [2024-03-14T19:54:47.417Z] #60 DONE 18.2s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #61 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-03-14T19:54:47.417Z] #61 ... [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #47 [core-common-config-bootstrapper internal] load build context [2024-03-14T19:54:47.417Z] #47 DONE 18.3s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #46 [core-command internal] load build context [2024-03-14T19:54:47.417Z] #46 DONE 18.4s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #43 [core-data internal] load build context [2024-03-14T19:54:47.417Z] #43 DONE 18.8s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #59 [core-metadata internal] load build context [2024-03-14T19:54:47.417Z] #59 DONE 18.7s [2024-03-14T19:54:47.417Z] [2024-03-14T19:54:47.417Z] #40 [support-notifications internal] load build context [2024-03-14T19:54:47.417Z] #40 DONE 18.8s [2024-03-14T19:54:47.676Z] [2024-03-14T19:54:47.676Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T19:54:47.676Z] #36 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-03-14T19:54:47.676Z] #36 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-03-14T19:54:47.676Z] #36 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-03-14T19:54:47.676Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-03-14T19:54:47.676Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-03-14T19:54:47.676Z] #36 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2024-03-14T19:54:47.676Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-03-14T19:54:47.676Z] #36 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 0.3s [2024-03-14T19:54:47.676Z] #36 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2024-03-14T19:54:47.676Z] #36 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 6.29MB / 18.86MB 0.4s [2024-03-14T19:54:47.935Z] #36 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.6s [2024-03-14T19:54:48.193Z] #36 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done [2024-03-14T19:54:48.193Z] #36 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 [2024-03-14T19:54:48.335Z] c4a7e357bf2a: Pull complete [2024-03-14T19:54:48.335Z] f0e02332f6b5: Pull complete [2024-03-14T19:54:48.335Z] 872ee5b61b7b: Pull complete [2024-03-14T19:54:49.128Z] #36 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.8s done [2024-03-14T19:54:50.585Z] #36 ... [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-14T19:54:50.585Z] #48 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #48 18.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #48 18.80 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:50.585Z] #48 18.81 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:50.585Z] #48 18.82 OK: 7 MiB in 16 packages [2024-03-14T19:54:50.585Z] #48 DONE 20.5s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-14T19:54:50.585Z] #58 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #58 18.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #58 18.75 (1/2) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:50.585Z] #58 18.76 (2/2) Installing su-exec (0.2-r3) [2024-03-14T19:54:50.585Z] #58 18.76 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:50.585Z] #58 18.77 OK: 7 MiB in 17 packages [2024-03-14T19:54:50.585Z] #58 DONE 20.5s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-14T19:54:50.585Z] #55 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #55 18.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #55 18.34 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:50.585Z] #55 18.35 (2/4) Installing openssl (3.1.4-r5) [2024-03-14T19:54:50.585Z] #55 18.36 (3/4) Installing su-exec (0.2-r3) [2024-03-14T19:54:50.585Z] #55 18.37 (4/4) Installing yq (4.33.3-r5) [2024-03-14T19:54:50.585Z] #55 18.43 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:50.585Z] #55 18.44 OK: 17 MiB in 19 packages [2024-03-14T19:54:50.585Z] #55 DONE 20.6s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #49 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-14T19:54:50.585Z] #49 18.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #49 18.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #49 18.36 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T19:54:50.585Z] #49 18.36 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T19:54:50.585Z] #49 18.36 OK: 20070 distinct packages available [2024-03-14T19:54:50.585Z] #49 18.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #49 18.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #49 18.70 (1/5) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:50.585Z] #49 18.70 (2/5) Installing musl-obstack (1.2.3-r2) [2024-03-14T19:54:50.585Z] #49 18.71 (3/5) Installing libucontext (1.2-r2) [2024-03-14T19:54:50.585Z] #49 18.71 (4/5) Installing gcompat (1.1.0-r1) [2024-03-14T19:54:50.585Z] #49 18.72 (5/5) Installing openssl (3.1.4-r5) [2024-03-14T19:54:50.585Z] #49 18.73 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:50.585Z] #49 18.74 OK: 8 MiB in 20 packages [2024-03-14T19:54:50.585Z] #49 DONE 20.3s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #34 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-14T19:54:50.585Z] #34 17.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #34 18.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #34 18.35 (1/4) Installing ca-certificates (20230506-r0) [2024-03-14T19:54:50.585Z] #34 18.38 (2/4) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:50.585Z] #34 18.38 (3/4) Installing su-exec (0.2-r3) [2024-03-14T19:54:50.585Z] #34 18.38 (4/4) Installing yq (4.33.3-r5) [2024-03-14T19:54:50.585Z] #34 18.44 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:50.585Z] #34 18.44 Executing ca-certificates-20230506-r0.trigger [2024-03-14T19:54:50.585Z] #34 18.50 OK: 17 MiB in 19 packages [2024-03-14T19:54:50.585Z] #34 DONE 20.7s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #54 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-03-14T19:54:50.585Z] #54 18.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #54 18.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #54 18.48 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:50.585Z] #54 18.49 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:50.585Z] #54 18.50 OK: 7 MiB in 16 packages [2024-03-14T19:54:50.585Z] #54 DONE 20.6s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #62 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-03-14T19:54:50.585Z] #62 ... [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T19:54:50.585Z] #51 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-03-14T19:54:50.585Z] #51 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-03-14T19:54:50.585Z] #51 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2024-03-14T19:54:50.585Z] #51 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-03-14T19:54:50.585Z] #51 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-03-14T19:54:50.585Z] #51 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-03-14T19:54:50.585Z] #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.6s done [2024-03-14T19:54:50.585Z] #51 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-03-14T19:54:50.585Z] #51 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-03-14T19:54:50.585Z] #51 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.0s done [2024-03-14T19:54:50.585Z] #51 DONE 20.7s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T19:54:50.585Z] #36 DONE 20.6s [2024-03-14T19:54:50.585Z] [2024-03-14T19:54:50.585Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-14T19:54:50.585Z] #53 20.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #53 20.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.585Z] #53 20.86 (1/2) Installing ca-certificates (20230506-r0) [2024-03-14T19:54:50.585Z] #53 20.87 (2/2) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:50.585Z] #53 20.88 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:50.585Z] #53 20.88 Executing ca-certificates-20230506-r0.trigger [2024-03-14T19:54:50.585Z] #53 20.93 OK: 8 MiB in 17 packages [2024-03-14T19:54:50.848Z] #53 DONE 21.2s [2024-03-14T19:54:50.848Z] [2024-03-14T19:54:50.848Z] #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-03-14T19:54:50.848Z] #0 2.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.848Z] #0 3.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.848Z] #0 3.267 OK: 264 MiB in 52 packages [2024-03-14T19:54:50.848Z] #63 DONE 3.5s [2024-03-14T19:54:50.848Z] [2024-03-14T19:54:50.848Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-14T19:54:50.848Z] #0 2.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.848Z] #0 3.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:50.848Z] #0 3.228 OK: 264 MiB in 52 packages [2024-03-14T19:54:50.848Z] #64 DONE 3.5s [2024-03-14T19:54:50.848Z] [2024-03-14T19:54:50.848Z] #65 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T19:54:51.107Z] #65 ... [2024-03-14T19:54:51.107Z] [2024-03-14T19:54:51.107Z] #66 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:54:51.107Z] #66 DONE 0.1s [2024-03-14T19:54:51.107Z] [2024-03-14T19:54:51.107Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-14T19:54:51.107Z] #52 19.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #52 19.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #52 20.51 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T19:54:51.107Z] #52 20.51 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T19:54:51.107Z] #52 20.51 OK: 20070 distinct packages available [2024-03-14T19:54:51.107Z] #52 20.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #52 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #52 20.94 (1/11) Installing ca-certificates (20230506-r0) [2024-03-14T19:54:51.107Z] #52 20.95 (2/11) Installing brotli-libs (1.0.9-r14) [2024-03-14T19:54:51.107Z] #52 20.97 (3/11) Installing libunistring (1.1-r1) [2024-03-14T19:54:51.107Z] #52 21.04 (4/11) Installing libidn2 (2.3.4-r1) [2024-03-14T19:54:51.107Z] #52 21.05 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-03-14T19:54:51.107Z] #52 21.06 (6/11) Installing libcurl (8.5.0-r0) [2024-03-14T19:54:51.107Z] #52 21.07 (7/11) Installing curl (8.5.0-r0) [2024-03-14T19:54:51.107Z] #52 21.07 (8/11) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:51.107Z] #52 21.08 (9/11) Installing musl-obstack (1.2.3-r2) [2024-03-14T19:54:51.107Z] #52 21.08 (10/11) Installing libucontext (1.2-r2) [2024-03-14T19:54:51.107Z] #52 21.09 (11/11) Installing gcompat (1.1.0-r1) [2024-03-14T19:54:51.107Z] #52 21.12 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:51.107Z] #52 21.13 Executing ca-certificates-20230506-r0.trigger [2024-03-14T19:54:51.107Z] #52 21.19 OK: 12 MiB in 26 packages [2024-03-14T19:54:51.107Z] #52 DONE 21.3s [2024-03-14T19:54:51.107Z] [2024-03-14T19:54:51.107Z] #67 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:54:51.107Z] #67 DONE 0.1s [2024-03-14T19:54:51.107Z] [2024-03-14T19:54:51.107Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-14T19:54:51.107Z] #56 20.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #56 20.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #56 20.52 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T19:54:51.107Z] #56 20.52 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T19:54:51.107Z] #56 20.52 OK: 20070 distinct packages available [2024-03-14T19:54:51.107Z] #56 20.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #56 20.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:51.107Z] #56 20.95 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-14T19:54:51.107Z] #56 20.95 (2/4) Installing musl-obstack (1.2.3-r2) [2024-03-14T19:54:51.107Z] #56 20.96 (3/4) Installing libucontext (1.2-r2) [2024-03-14T19:54:51.107Z] #56 20.96 (4/4) Installing gcompat (1.1.0-r1) [2024-03-14T19:54:51.107Z] #56 20.96 Executing busybox-1.36.1-r5.trigger [2024-03-14T19:54:51.107Z] #56 20.97 OK: 8 MiB in 19 packages [2024-03-14T19:54:51.107Z] #56 DONE 21.1s [2024-03-14T19:54:51.107Z] [2024-03-14T19:54:51.107Z] #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-14T19:54:52.044Z] #68 ... [2024-03-14T19:54:52.044Z] [2024-03-14T19:54:52.044Z] #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-03-14T19:54:52.044Z] #61 4.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.044Z] #61 4.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.044Z] #61 4.515 OK: 264 MiB in 52 packages [2024-03-14T19:54:52.044Z] #61 DONE 4.7s [2024-03-14T19:54:52.044Z] [2024-03-14T19:54:52.044Z] #69 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:54:52.044Z] #69 DONE 0.0s [2024-03-14T19:54:52.044Z] [2024-03-14T19:54:52.044Z] #70 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:54:52.301Z] #70 ... [2024-03-14T19:54:52.302Z] [2024-03-14T19:54:52.302Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-14T19:54:52.302Z] #0 4.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.302Z] #0 4.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.302Z] #0 4.566 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T19:54:52.302Z] #0 4.566 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T19:54:52.302Z] #0 4.566 OK: 20075 distinct packages available [2024-03-14T19:54:52.302Z] #0 4.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.302Z] #0 4.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.302Z] #0 4.941 OK: 264 MiB in 52 packages [2024-03-14T19:54:52.302Z] #71 DONE 5.0s [2024-03-14T19:54:52.559Z] [2024-03-14T19:54:52.559Z] #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:54:52.559Z] #72 DONE 0.0s [2024-03-14T19:54:52.559Z] [2024-03-14T19:54:52.559Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:54:52.817Z] #73 ... [2024-03-14T19:54:52.817Z] [2024-03-14T19:54:52.817Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-14T19:54:52.817Z] #0 2.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.817Z] #0 2.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.817Z] #0 2.345 OK: 17 MiB in 19 packages [2024-03-14T19:54:52.817Z] #74 DONE 2.5s [2024-03-14T19:54:52.817Z] [2024-03-14T19:54:52.817Z] #75 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-03-14T19:54:52.817Z] #75 DONE 0.0s [2024-03-14T19:54:52.817Z] [2024-03-14T19:54:52.817Z] #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-03-14T19:54:52.817Z] #0 2.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.817Z] #0 2.151 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.817Z] #0 2.401 OK: 8 MiB in 20 packages [2024-03-14T19:54:52.817Z] #76 DONE 2.5s [2024-03-14T19:54:52.817Z] [2024-03-14T19:54:52.817Z] #62 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-03-14T19:54:52.817Z] #62 2.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:52.817Z] #62 2.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:53.104Z] #62 2.712 OK: 7 MiB in 16 packages [2024-03-14T19:54:54.049Z] #62 DONE 3.4s [2024-03-14T19:54:54.049Z] [2024-03-14T19:54:54.049Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-14T19:54:54.049Z] #0 2.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.049Z] #0 2.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.049Z] #0 2.487 OK: 7 MiB in 17 packages [2024-03-14T19:54:54.049Z] #77 DONE 3.5s [2024-03-14T19:54:54.049Z] [2024-03-14T19:54:54.049Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T19:54:54.049Z] #0 2.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.049Z] #0 2.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.049Z] #0 2.743 OK: 7 MiB in 16 packages [2024-03-14T19:54:54.049Z] #78 DONE 3.5s [2024-03-14T19:54:54.049Z] [2024-03-14T19:54:54.049Z] #79 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-03-14T19:54:54.049Z] #79 DONE 1.0s [2024-03-14T19:54:54.049Z] [2024-03-14T19:54:54.049Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-14T19:54:54.049Z] #80 DONE 1.0s [2024-03-14T19:54:54.049Z] [2024-03-14T19:54:54.049Z] #81 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-03-14T19:54:54.308Z] #81 DONE 0.6s [2024-03-14T19:54:54.308Z] [2024-03-14T19:54:54.308Z] #65 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T19:54:54.308Z] #65 2.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.308Z] #65 3.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.308Z] #65 3.270 OK: 8 MiB in 17 packages [2024-03-14T19:54:54.568Z] #65 DONE 3.6s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T19:54:54.568Z] #0 2.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.568Z] #0 2.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.568Z] #0 3.059 OK: 12 MiB in 26 packages [2024-03-14T19:54:54.568Z] #82 DONE 3.4s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-14T19:54:54.568Z] #83 DONE 0.7s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-14T19:54:54.568Z] #0 3.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.568Z] #0 3.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.568Z] #0 3.789 OK: 17 MiB in 19 packages [2024-03-14T19:54:54.568Z] #84 DONE 4.2s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #85 [security-spire-server stage-2 6/9] COPY security.txt / [2024-03-14T19:54:54.568Z] #85 DONE 0.1s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-14T19:54:54.568Z] #68 3.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.568Z] #68 ... [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #86 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-03-14T19:54:54.568Z] #86 DONE 0.1s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #87 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-03-14T19:54:54.568Z] #87 DONE 0.1s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #88 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-03-14T19:54:54.568Z] #88 DONE 0.1s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #89 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-03-14T19:54:54.568Z] #89 DONE 0.0s [2024-03-14T19:54:54.568Z] [2024-03-14T19:54:54.568Z] #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-14T19:54:54.568Z] #68 3.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-14T19:54:54.827Z] #68 ... [2024-03-14T19:54:54.827Z] [2024-03-14T19:54:54.827Z] #90 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-14T19:54:54.827Z] #90 DONE 0.0s [2024-03-14T19:54:54.827Z] [2024-03-14T19:54:54.827Z] #91 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-03-14T19:54:54.827Z] #91 DONE 0.1s [2024-03-14T19:54:54.827Z] [2024-03-14T19:54:54.827Z] #92 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-03-14T19:54:54.827Z] #92 DONE 0.1s [2024-03-14T19:54:54.827Z] [2024-03-14T19:54:54.827Z] #93 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-03-14T19:54:54.827Z] #93 DONE 0.0s [2024-03-14T19:54:54.827Z] [2024-03-14T19:54:54.827Z] #94 [security-spire-agent] exporting to image [2024-03-14T19:54:54.827Z] #94 exporting layers [2024-03-14T19:54:55.089Z] #94 ... [2024-03-14T19:54:55.089Z] [2024-03-14T19:54:55.089Z] #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-14T19:54:55.089Z] #68 3.727 OK: 8 MiB in 19 packages [2024-03-14T19:54:55.089Z] #68 DONE 3.8s [2024-03-14T19:54:55.089Z] [2024-03-14T19:54:55.089Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-14T19:54:55.657Z] #95 DONE 0.6s [2024-03-14T19:54:55.657Z] [2024-03-14T19:54:55.657Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-03-14T19:54:55.657Z] #96 DONE 0.1s [2024-03-14T19:54:55.657Z] [2024-03-14T19:54:55.657Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2024-03-14T19:54:55.657Z] #97 DONE 0.1s [2024-03-14T19:54:55.657Z] [2024-03-14T19:54:55.657Z] #94 [security-spire-server] exporting to image [2024-03-14T19:54:55.657Z] #94 exporting layers 0.8s done [2024-03-14T19:54:55.657Z] #94 writing image sha256:ed26416effa26116a1d90b28b985b74f3187c6c65d6719cbd22efb5d3d9a2bf6 0.0s done [2024-03-14T19:54:55.657Z] #94 naming to docker.io/library/security-spire-server done [2024-03-14T19:54:55.657Z] #94 writing image sha256:0e348f46955943a0fd85e20329114d9266e52fc556bc4258dd3693df2daf714a [2024-03-14T19:54:55.657Z] #94 writing image sha256:0e348f46955943a0fd85e20329114d9266e52fc556bc4258dd3693df2daf714a done [2024-03-14T19:54:55.657Z] #94 naming to docker.io/library/security-spire-agent done [2024-03-14T19:54:55.657Z] #94 DONE 1.0s [2024-03-14T19:54:55.657Z] [2024-03-14T19:54:55.657Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-03-14T19:54:55.657Z] #98 DONE 0.1s [2024-03-14T19:54:55.657Z] [2024-03-14T19:54:55.657Z] #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-03-14T19:54:55.657Z] #99 DONE 0.0s [2024-03-14T19:54:55.657Z] [2024-03-14T19:54:55.657Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-03-14T19:54:55.657Z] #100 DONE 0.0s [2024-03-14T19:54:55.657Z] [2024-03-14T19:54:55.657Z] #101 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-14T19:54:56.224Z] #101 DONE 2.2s [2024-03-14T19:54:56.224Z] [2024-03-14T19:54:56.224Z] #102 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-03-14T19:54:56.224Z] #102 DONE 0.0s [2024-03-14T19:54:56.224Z] [2024-03-14T19:54:56.224Z] #94 [security-spire-config] exporting to image [2024-03-14T19:54:56.483Z] #94 exporting layers 0.5s done [2024-03-14T19:54:56.483Z] #94 writing image sha256:5ecf6f0ce5e0b7bd81b80b52c468efba57d7b5f5e75bd57283379728c2f2a602 done [2024-03-14T19:54:56.483Z] #94 naming to docker.io/library/security-spire-config done [2024-03-14T19:54:56.483Z] #94 DONE 1.5s [2024-03-14T19:54:56.483Z] [2024-03-14T19:54:56.483Z] #103 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:54:58.423Z] 0c6a40ed1a82: Pull complete [2024-03-14T19:54:58.690Z] 94ae7d8d031c: Pull complete [2024-03-14T19:54:58.690Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-03-14T19:54:58.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-14T19:54:58.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-03-14T19:54:59.090Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-14T19:54:59.090Z] WORKDIR /edgex [2024-03-14T19:54:59.090Z] COPY go.mod . [2024-03-14T19:54:59.090Z] RUN go mod download [2024-03-14T19:54:59.090Z] + docker build -t ci-base-image-arm64 -f - . [2024-03-14T19:54:59.681Z] Sending build context to Docker daemon 2.924MB [2024-03-14T19:54:59.681Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-14T19:54:59.681Z] ---> 86de565de09d [2024-03-14T19:54:59.681Z] Step 2/4 : WORKDIR /edgex [2024-03-14T19:55:00.882Z] #103 ... [2024-03-14T19:55:00.883Z] [2024-03-14T19:55:00.883Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:01.637Z] ---> Running in da858b380d64 [2024-03-14T19:55:01.637Z] Removing intermediate container da858b380d64 [2024-03-14T19:55:01.637Z] ---> 28615763beb9 [2024-03-14T19:55:01.637Z] Step 3/4 : COPY go.mod . [2024-03-14T19:55:02.223Z] ---> 09e45aab5f84 [2024-03-14T19:55:02.223Z] Step 4/4 : RUN go mod download [2024-03-14T19:55:02.223Z] ---> Running in 467d269e5120 [2024-03-14T19:55:09.216Z] #104 DONE 17.5s [2024-03-14T19:55:09.216Z] [2024-03-14T19:55:09.216Z] #103 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:09.216Z] #103 DONE 17.5s [2024-03-14T19:55:09.216Z] [2024-03-14T19:55:09.216Z] #70 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:09.216Z] #70 DONE 16.4s [2024-03-14T19:55:09.216Z] [2024-03-14T19:55:09.216Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:09.216Z] #73 DONE 16.0s [2024-03-14T19:55:09.216Z] [2024-03-14T19:55:09.216Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #105 DONE 7.3s [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #106 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:15.794Z] #106 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #107 [security-proxy-setup builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #107 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #108 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:55:15.794Z] #108 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #109 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:15.794Z] #109 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #110 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:55:15.794Z] #110 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #111 [core-command builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #111 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #112 [security-bootstrapper builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #112 DONE 7.3s [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #113 [security-secretstore-setup builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #113 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:15.794Z] #114 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #115 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:55:15.794Z] #115 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #116 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:55:15.794Z] #116 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #117 [security-proxy-auth builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #117 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:15.794Z] #118 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #119 [core-data builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #119 DONE 7.3s [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #120 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:55:15.794Z] #120 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #121 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:15.794Z] #121 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #122 [support-scheduler builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #122 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #123 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:15.794Z] #123 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #124 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:55:15.794Z] #124 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #125 [core-metadata builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #125 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-14T19:55:15.794Z] #126 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #127 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #127 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T19:55:15.794Z] #128 CACHED [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #129 [support-notifications builder 6/7] COPY . . [2024-03-14T19:55:15.794Z] #129 DONE 7.3s [2024-03-14T19:55:15.794Z] [2024-03-14T19:55:15.794Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T19:55:17.172Z] #130 1.556 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-03-14T19:55:21.357Z] #130 ... [2024-03-14T19:55:21.357Z] [2024-03-14T19:55:21.357Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T19:55:21.357Z] #0 1.611 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-03-14T19:55:26.629Z] #131 ... [2024-03-14T19:55:26.629Z] [2024-03-14T19:55:26.629Z] #132 [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-03-14T19:55:26.629Z] #0 0.631 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-03-14T19:55:26.629Z] #132 ... [2024-03-14T19:55:26.629Z] [2024-03-14T19:55:26.629Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T19:55:26.629Z] #0 0.954 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-03-14T19:55:26.629Z] #133 ... [2024-03-14T19:55:26.629Z] [2024-03-14T19:55:26.629Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T19:55:26.629Z] #0 1.080 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-03-14T19:55:26.629Z] #134 ... [2024-03-14T19:55:26.629Z] [2024-03-14T19:55:26.629Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T19:55:26.629Z] #0 1.309 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-03-14T19:55:26.907Z] #135 ... [2024-03-14T19:55:26.907Z] [2024-03-14T19:55:26.907Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-14T19:55:26.907Z] #0 0.394 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-03-14T19:55:26.907Z] #136 ... [2024-03-14T19:55:26.907Z] [2024-03-14T19:55:26.908Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T19:55:26.908Z] #0 1.290 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-03-14T19:55:27.167Z] #137 ... [2024-03-14T19:55:27.167Z] [2024-03-14T19:55:27.167Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-14T19:55:27.167Z] #0 0.564 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-03-14T19:55:27.167Z] #138 ... [2024-03-14T19:55:27.167Z] [2024-03-14T19:55:27.167Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T19:55:27.167Z] #0 0.950 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-03-14T19:55:27.425Z] #139 ... [2024-03-14T19:55:27.425Z] [2024-03-14T19:55:27.425Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-14T19:55:27.425Z] #0 1.191 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-03-14T19:55:41.093Z] Removing intermediate container 467d269e5120 [2024-03-14T19:55:41.093Z] ---> e943d41e0a0d [2024-03-14T19:55:41.093Z] Successfully built e943d41e0a0d [2024-03-14T19:55:41.093Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T19:55:41.514Z] + docker inspect -f . ci-base-image-arm64 [2024-03-14T19:55:41.514Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T19:55:41.829Z] prd-ubuntu20.04-docker-arm64-4c-16g-1 does not seem to be running inside a container [2024-03-14T19:55:41.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-03-14T19:55:43.124Z] $ docker top 81cd635b1323d5e1a339f4129d85894b1bbca67f4e743ef4c827258952d0ace2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-14T19:55:44.006Z] + go version [2024-03-14T19:55:44.006Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-03-14T19:55:44.040Z] $ docker stop --time=1 81cd635b1323d5e1a339f4129d85894b1bbca67f4e743ef4c827258952d0ace2 [2024-03-14T19:55:45.681Z] $ docker rm -f --volumes 81cd635b1323d5e1a339f4129d85894b1bbca67f4e743ef4c827258952d0ace2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T19:55:46.567Z] + docker inspect -f . ci-base-image-arm64 [2024-03-14T19:55:46.567Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T19:55:46.832Z] prd-ubuntu20.04-docker-arm64-4c-16g-1 does not seem to be running inside a container [2024-03-14T19:55:46.882Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-03-14T19:55:48.016Z] $ docker top b3fcbca9ecb3f1db7581aceef80e3298b0f9cf76787de40c73a4c92247c21941 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-14T19:55:48.274Z] ========================================================= [2024-03-14T19:55:48.274Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-03-14T19:55:48.274Z] ========================================================= [Pipeline] sh [2024-03-14T19:55:48.592Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-03-14T19:55:49.564Z] + make test [2024-03-14T19:55:49.564Z] go test -race -coverprofile=coverage.out ./... [2024-03-14T19:56:21.763Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-03-14T19:56:35.369Z] #140 ... [2024-03-14T19:56:35.369Z] [2024-03-14T19:56:35.369Z] #132 [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-03-14T19:56:35.369Z] #132 73.13 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-03-14T19:56:42.164Z] #132 ... [2024-03-14T19:56:42.164Z] [2024-03-14T19:56:42.164Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T19:56:42.164Z] #135 DONE 86.5s [2024-03-14T19:56:42.427Z] [2024-03-14T19:56:42.427Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T19:56:42.427Z] #133 DONE 86.5s [2024-03-14T19:56:42.427Z] [2024-03-14T19:56:42.427Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-14T19:56:42.427Z] #136 DONE 86.5s [2024-03-14T19:56:42.427Z] [2024-03-14T19:56:42.427Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-14T19:56:42.427Z] #140 DONE 86.6s [2024-03-14T19:56:42.427Z] [2024-03-14T19:56:42.427Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T19:56:42.427Z] #137 DONE 86.6s [2024-03-14T19:56:42.427Z] [2024-03-14T19:56:42.427Z] #141 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:42.427Z] #141 ... [2024-03-14T19:56:42.427Z] [2024-03-14T19:56:42.427Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T19:56:42.427Z] #131 DONE 86.7s [2024-03-14T19:56:42.427Z] [2024-03-14T19:56:42.427Z] #132 [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-03-14T19:56:42.427Z] #132 DONE 86.7s [2024-03-14T19:56:42.689Z] [2024-03-14T19:56:42.689Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T19:56:42.689Z] #139 DONE 86.9s [2024-03-14T19:56:42.689Z] [2024-03-14T19:56:42.689Z] #142 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:42.689Z] #142 ... [2024-03-14T19:56:42.689Z] [2024-03-14T19:56:42.689Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-14T19:56:42.689Z] #138 DONE 86.9s [2024-03-14T19:56:42.689Z] [2024-03-14T19:56:42.689Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T19:56:42.689Z] #134 DONE 86.9s [2024-03-14T19:56:42.689Z] [2024-03-14T19:56:42.689Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T19:56:42.689Z] #130 DONE 86.9s [2024-03-14T19:56:42.951Z] [2024-03-14T19:56:42.951Z] #141 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:42.951Z] #141 DONE 0.6s [2024-03-14T19:56:42.951Z] [2024-03-14T19:56:42.951Z] #143 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:42.951Z] #143 ... [2024-03-14T19:56:42.951Z] [2024-03-14T19:56:42.951Z] #144 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-03-14T19:56:42.951Z] #144 DONE 0.6s [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #142 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #142 DONE 0.5s [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #145 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.214Z] #145 ... [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #146 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #146 DONE 0.5s [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #147 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #147 DONE 0.4s [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #148 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #148 DONE 0.4s [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #149 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.214Z] #149 DONE 0.3s [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #150 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #150 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #151 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.214Z] #151 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #152 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #152 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #153 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.214Z] #153 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #154 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #154 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #155 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.214Z] #155 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #156 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #156 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #157 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.214Z] #157 CACHED [2024-03-14T19:56:43.214Z] [2024-03-14T19:56:43.214Z] #143 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:43.214Z] #143 DONE 0.3s [2024-03-14T19:56:43.476Z] [2024-03-14T19:56:43.476Z] #145 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.476Z] #145 DONE 0.4s [2024-03-14T19:56:43.476Z] [2024-03-14T19:56:43.476Z] #158 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-03-14T19:56:43.476Z] #158 ... [2024-03-14T19:56:43.476Z] [2024-03-14T19:56:43.476Z] #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:43.476Z] #159 DONE 0.3s [2024-03-14T19:56:43.738Z] [2024-03-14T19:56:43.738Z] #160 [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-03-14T19:56:44.001Z] #160 ... [2024-03-14T19:56:44.001Z] [2024-03-14T19:56:44.001Z] #161 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:44.001Z] #161 DONE 0.9s [2024-03-14T19:56:44.001Z] [2024-03-14T19:56:44.001Z] #162 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:44.001Z] #162 DONE 0.9s [2024-03-14T19:56:44.262Z] [2024-03-14T19:56:44.262Z] #163 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-03-14T19:56:44.262Z] #163 DONE 0.9s [2024-03-14T19:56:44.262Z] [2024-03-14T19:56:44.262Z] #164 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:44.262Z] #164 DONE 1.0s [2024-03-14T19:56:44.262Z] [2024-03-14T19:56:44.262Z] #158 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-03-14T19:56:44.262Z] #158 DONE 0.9s [2024-03-14T19:56:44.262Z] [2024-03-14T19:56:44.262Z] #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-03-14T19:56:44.262Z] #165 DONE 0.9s [2024-03-14T19:56:44.262Z] [2024-03-14T19:56:44.262Z] #166 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-03-14T19:56:44.262Z] #166 DONE 1.0s [2024-03-14T19:56:44.262Z] [2024-03-14T19:56:44.262Z] #167 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-03-14T19:56:44.262Z] #167 DONE 1.0s [2024-03-14T19:56:44.262Z] [2024-03-14T19:56:44.262Z] #168 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:44.834Z] #168 ... [2024-03-14T19:56:44.834Z] [2024-03-14T19:56:44.834Z] #169 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-03-14T19:56:44.834Z] #169 DONE 1.5s [2024-03-14T19:56:44.834Z] [2024-03-14T19:56:44.834Z] #160 [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-03-14T19:56:44.834Z] #160 DONE 1.5s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #170 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-03-14T19:56:45.096Z] #170 DONE 0.8s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:45.096Z] #171 DONE 0.8s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #172 [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-03-14T19:56:45.096Z] #172 DONE 0.8s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #173 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:45.096Z] #173 DONE 0.9s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #174 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:45.096Z] #174 DONE 0.8s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #175 [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-03-14T19:56:45.096Z] #175 DONE 0.8s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #168 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:45.096Z] #168 DONE 0.9s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #176 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-03-14T19:56:45.096Z] #176 DONE 0.9s [2024-03-14T19:56:45.096Z] [2024-03-14T19:56:45.096Z] #94 [core-command] exporting to image [2024-03-14T19:56:45.096Z] #94 exporting layers [2024-03-14T19:56:45.358Z] #94 ... [2024-03-14T19:56:45.358Z] [2024-03-14T19:56:45.358Z] #177 [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-03-14T19:56:45.358Z] #177 DONE 0.4s [2024-03-14T19:56:45.358Z] [2024-03-14T19:56:45.358Z] #94 [core-command] exporting to image [2024-03-14T19:56:45.358Z] #94 exporting layers 0.3s done [2024-03-14T19:56:45.358Z] #94 ... [2024-03-14T19:56:45.358Z] [2024-03-14T19:56:45.358Z] #178 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:45.358Z] #178 DONE 0.4s [2024-03-14T19:56:45.358Z] [2024-03-14T19:56:45.358Z] #179 [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-03-14T19:56:45.358Z] #179 DONE 0.4s [2024-03-14T19:56:45.358Z] [2024-03-14T19:56:45.358Z] #180 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-03-14T19:56:45.358Z] #180 DONE 0.4s [2024-03-14T19:56:45.358Z] [2024-03-14T19:56:45.358Z] #94 [core-data] exporting to image [2024-03-14T19:56:45.626Z] #94 ... [2024-03-14T19:56:45.626Z] [2024-03-14T19:56:45.626Z] #181 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-14T19:56:45.626Z] #181 DONE 2.5s [2024-03-14T19:56:45.626Z] [2024-03-14T19:56:45.626Z] #182 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-14T19:56:45.626Z] #182 DONE 0.5s [2024-03-14T19:56:45.626Z] [2024-03-14T19:56:45.626Z] #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-03-14T19:56:45.626Z] #183 DONE 0.5s [2024-03-14T19:56:45.626Z] [2024-03-14T19:56:45.626Z] #184 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:45.626Z] #184 DONE 0.5s [2024-03-14T19:56:45.626Z] [2024-03-14T19:56:45.626Z] #94 [support-scheduler] exporting to image [2024-03-14T19:56:45.626Z] #94 writing image sha256:582fe0498c259a4cabbf0830e1fb2b95f39acf8fd9c40b09bbbd4e6cb00d1da9 0.0s done [2024-03-14T19:56:45.626Z] #94 writing image sha256:2c08de36aefd876713d834c120565f9fa8312631ac8fe9ccc1c83eeb066b1abd [2024-03-14T19:56:45.626Z] #94 naming to docker.io/library/support-scheduler done [2024-03-14T19:56:45.626Z] #94 ... [2024-03-14T19:56:45.626Z] [2024-03-14T19:56:45.626Z] #185 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-03-14T19:56:45.626Z] #185 DONE 0.5s [2024-03-14T19:56:45.626Z] [2024-03-14T19:56:45.626Z] #94 [core-command] exporting to image [2024-03-14T19:56:45.626Z] #94 exporting layers 0.3s done [2024-03-14T19:56:45.626Z] #94 writing image sha256:2c08de36aefd876713d834c120565f9fa8312631ac8fe9ccc1c83eeb066b1abd 0.0s done [2024-03-14T19:56:45.626Z] #94 naming to docker.io/library/core-command done [2024-03-14T19:56:45.886Z] #94 exporting layers 0.4s done [2024-03-14T19:56:45.886Z] #94 ... [2024-03-14T19:56:45.886Z] [2024-03-14T19:56:45.886Z] #186 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-03-14T19:56:45.886Z] #186 DONE 0.5s [2024-03-14T19:56:45.886Z] [2024-03-14T19:56:45.886Z] #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T19:56:45.886Z] #187 DONE 0.4s [2024-03-14T19:56:45.886Z] [2024-03-14T19:56:45.886Z] #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-03-14T19:56:45.886Z] #188 DONE 0.4s [2024-03-14T19:56:45.886Z] [2024-03-14T19:56:45.886Z] #94 [core-data] exporting to image [2024-03-14T19:56:45.886Z] #94 exporting layers 0.4s done [2024-03-14T19:56:45.886Z] #94 writing image sha256:a1db5d152bcac1cfd229eb07f8ccc81b78dbf87bb73a65a873bad3faac194eae 0.0s done [2024-03-14T19:56:45.886Z] #94 writing image sha256:45830a2e1737f126cd77cf5937fc480cf4e821d194d9e4f859f0ec270460a551 [2024-03-14T19:56:45.886Z] #94 naming to docker.io/library/core-data done [2024-03-14T19:56:45.886Z] #94 writing image sha256:1cb1def4e32ef66de93aa7da2d133d81435b47139f8e53ad1f59aabf514c1056 done [2024-03-14T19:56:45.886Z] #94 naming to docker.io/library/core-metadata [2024-03-14T19:56:46.147Z] #94 exporting layers 0.5s done [2024-03-14T19:56:46.148Z] #94 writing image sha256:45830a2e1737f126cd77cf5937fc480cf4e821d194d9e4f859f0ec270460a551 0.0s done [2024-03-14T19:56:46.148Z] #94 naming to docker.io/library/core-metadata done [2024-03-14T19:56:46.148Z] #94 naming to docker.io/library/security-spiffe-token-provider done [2024-03-14T19:56:46.148Z] #94 writing image sha256:dbbfd2f32ffc411e224ab035407abf8639da010032816143a58dded098788d53 done [2024-03-14T19:56:46.148Z] #94 naming to docker.io/library/support-notifications [2024-03-14T19:56:46.148Z] #94 naming to docker.io/library/support-notifications 0.2s done [2024-03-14T19:56:46.148Z] #94 DONE 2.9s [2024-03-14T19:56:46.148Z] [2024-03-14T19:56:46.148Z] #189 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-03-14T19:56:46.410Z] #189 DONE 0.3s [2024-03-14T19:56:46.410Z] [2024-03-14T19:56:46.410Z] #190 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-03-14T19:56:46.410Z] #190 DONE 0.3s [2024-03-14T19:56:46.410Z] [2024-03-14T19:56:46.410Z] #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-03-14T19:56:46.410Z] #191 DONE 0.4s [2024-03-14T19:56:46.410Z] [2024-03-14T19:56:46.410Z] #192 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T19:56:46.410Z] #192 DONE 0.8s [2024-03-14T19:56:46.410Z] [2024-03-14T19:56:46.410Z] #193 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T19:56:46.410Z] #193 DONE 0.8s [2024-03-14T19:56:46.410Z] [2024-03-14T19:56:46.410Z] #94 [security-proxy-auth] exporting to image [2024-03-14T19:56:46.671Z] #94 ... [2024-03-14T19:56:46.671Z] [2024-03-14T19:56:46.671Z] #194 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-03-14T19:56:46.671Z] #194 DONE 0.4s [2024-03-14T19:56:46.671Z] [2024-03-14T19:56:46.671Z] #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-14T19:56:46.671Z] #195 DONE 0.4s [2024-03-14T19:56:46.671Z] [2024-03-14T19:56:46.671Z] #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-03-14T19:56:46.671Z] #196 DONE 0.1s [2024-03-14T19:56:46.671Z] [2024-03-14T19:56:46.671Z] #94 [security-proxy-auth] exporting to image [2024-03-14T19:56:46.671Z] #94 exporting layers 0.4s done [2024-03-14T19:56:46.671Z] #94 writing image sha256:9c82e366224c3113adfdd9ad8fabc4fd6e90a6c08c9a4f9775e4b589505cce67 done [2024-03-14T19:56:46.671Z] #94 naming to docker.io/library/security-proxy-auth done [2024-03-14T19:56:46.932Z] #94 exporting layers 0.4s done [2024-03-14T19:56:46.932Z] #94 writing image sha256:dbbe1b45bdfb184088400646b1c446ab132bb982af9525073b928bdcf5288de0 0.0s done [2024-03-14T19:56:46.932Z] #94 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2024-03-14T19:56:46.932Z] #94 DONE 3.3s [2024-03-14T19:56:46.932Z] [2024-03-14T19:56:46.932Z] #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-14T19:56:46.932Z] #197 DONE 0.1s [2024-03-14T19:56:46.933Z] [2024-03-14T19:56:46.933Z] #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-03-14T19:56:46.933Z] #198 DONE 0.2s [2024-03-14T19:56:46.933Z] [2024-03-14T19:56:46.933Z] #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-03-14T19:56:46.933Z] #199 DONE 0.1s [2024-03-14T19:56:46.933Z] [2024-03-14T19:56:46.933Z] #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T19:56:47.194Z] #200 ... [2024-03-14T19:56:47.194Z] [2024-03-14T19:56:47.194Z] #201 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-03-14T19:56:47.194Z] #201 DONE 0.0s [2024-03-14T19:56:47.194Z] [2024-03-14T19:56:47.194Z] #202 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-03-14T19:56:47.194Z] #202 DONE 0.0s [2024-03-14T19:56:47.194Z] [2024-03-14T19:56:47.194Z] #203 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T19:56:47.194Z] #203 DONE 0.9s [2024-03-14T19:56:47.194Z] [2024-03-14T19:56:47.194Z] #94 [security-proxy-setup] exporting to image [2024-03-14T19:56:47.458Z] #94 ... [2024-03-14T19:56:47.458Z] [2024-03-14T19:56:47.458Z] #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T19:56:47.458Z] #200 DONE 0.5s [2024-03-14T19:56:47.458Z] [2024-03-14T19:56:47.458Z] #94 [security-secretstore-setup] exporting to image [2024-03-14T19:56:47.458Z] #94 exporting layers 0.2s done [2024-03-14T19:56:47.458Z] #94 writing image sha256:920d803b28221c5f9fdc98d89c7a54d09a6bcabca5b59e9e3ddb67561ba5cb96 done [2024-03-14T19:56:47.458Z] #94 naming to docker.io/library/security-proxy-setup done [2024-03-14T19:56:47.720Z] #94 ... [2024-03-14T19:56:47.720Z] [2024-03-14T19:56:47.720Z] #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-14T19:56:47.720Z] #204 DONE 0.6s [2024-03-14T19:56:47.720Z] [2024-03-14T19:56:47.720Z] #94 [security-bootstrapper] exporting to image [2024-03-14T19:56:47.720Z] #94 writing image sha256:43f1cc6baba8f8d91b9e0ca1c316ad5213dce0f877f937c2ab5f951349730579 done [2024-03-14T19:56:47.720Z] #94 naming to docker.io/library/security-secretstore-setup done [2024-03-14T19:56:47.720Z] #94 exporting layers 0.2s done [2024-03-14T19:56:47.720Z] #94 writing image sha256:18f4510e6674f9958571f61040183ffef377354045cc4359517ae237c09e8cbb done [2024-03-14T19:56:47.720Z] #94 naming to docker.io/library/security-bootstrapper done [2024-03-14T19:56:47.720Z] #94 DONE 3.9s [2024-03-14T19:56:47.720Z] time="2024-03-14T19:54:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T19:56:47.721Z] time="2024-03-14T19:54:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-03-14T19:56:47.766Z] $ docker stop --time=1 042c6518c03e5547422339393ff0f530f459c17411de3fddf4f18ca5c727f15b [2024-03-14T19:56:49.062Z] $ docker rm -f --volumes 042c6518c03e5547422339393ff0f530f459c17411de3fddf4f18ca5c727f15b [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-14T19:56:49.461Z] + docker images [2024-03-14T19:56:49.461Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-03-14T19:56:49.461Z] security-secretstore-setup latest 43f1cc6baba8 2 seconds ago 36.3MB [2024-03-14T19:56:49.461Z] security-bootstrapper latest 18f4510e6674 2 seconds ago 18.6MB [2024-03-14T19:56:49.461Z] security-proxy-setup latest 920d803b2822 2 seconds ago 25.9MB [2024-03-14T19:56:49.461Z] security-proxy-auth latest 9c82e366224c 3 seconds ago 15.8MB [2024-03-14T19:56:49.461Z] core-common-config-bootstrapper latest dbbe1b45bdfb 3 seconds ago 15MB [2024-03-14T19:56:49.461Z] support-notifications latest dbbfd2f32ffc 4 seconds ago 26.7MB [2024-03-14T19:56:49.461Z] core-metadata latest 1cb1def4e32e 4 seconds ago 17.4MB [2024-03-14T19:56:49.461Z] security-spiffe-token-provider latest 45830a2e1737 4 seconds ago 28.7MB [2024-03-14T19:56:49.461Z] core-data latest a1db5d152bca 4 seconds ago 17.2MB [2024-03-14T19:56:49.461Z] core-command latest 2c08de36aefd 5 seconds ago 17MB [2024-03-14T19:56:49.461Z] support-scheduler latest 582fe0498c25 5 seconds ago 26.2MB [2024-03-14T19:56:49.461Z] security-spire-config latest 5ecf6f0ce5e0 About a minute ago 102MB [2024-03-14T19:56:49.461Z] security-spire-agent latest 0e348f469559 About a minute ago 161MB [2024-03-14T19:56:49.461Z] security-spire-server latest ed26416effa2 About a minute ago 102MB [2024-03-14T19:56:49.461Z] ci-base-image-x86_64 latest dd9077f2e327 4 minutes ago 887MB [2024-03-14T19:56:49.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 4 months ago 564MB [2024-03-14T19:56:49.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 9 months ago 334MB [2024-03-14T19:56:49.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 20 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-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-03-14T19:57:58.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-03-14T19:58:00.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-03-14T19:58:00.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-03-14T19:58:01.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.254s coverage: 28.7% of statements [2024-03-14T19:58:08.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.264s coverage: 97.0% of statements [2024-03-14T19:58:12.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-03-14T19:58:12.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-03-14T19:58:12.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-03-14T19:58:16.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.345s coverage: 69.2% of statements [2024-03-14T19:58:17.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-03-14T19:58:17.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-03-14T19:58:18.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.312s coverage: 53.2% of statements [2024-03-14T19:58:23.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-03-14T19:58:23.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-03-14T19:58:23.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-03-14T19:58:23.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-03-14T19:58:23.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-03-14T19:58:31.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-03-14T19:58:31.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-03-14T19:58:39.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.516s coverage: 93.4% of statements [2024-03-14T19:58:39.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.451s coverage: 6.1% of statements [2024-03-14T19:58:42.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-03-14T19:58:42.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-03-14T19:58:42.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-03-14T19:58:44.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-03-14T19:58:44.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-03-14T19:58:44.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-03-14T19:58:44.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-03-14T19:58:44.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-03-14T19:58:44.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-03-14T19:58:44.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-03-14T19:58:45.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.466s coverage: 97.6% of statements [2024-03-14T19:58:45.671Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.186s coverage: 72.2% of statements [2024-03-14T19:58:53.983Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-03-14T19:58:53.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-03-14T19:58:53.983Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.402s coverage: 0.9% of statements [2024-03-14T19:58:53.983Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.234s coverage: 32.2% of statements [2024-03-14T19:58:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.263s coverage: 41.7% of statements [2024-03-14T19:58:58.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.219s coverage: 82.9% of statements [2024-03-14T19:58:58.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.218s coverage: 94.1% of statements [2024-03-14T19:58:58.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.236s coverage: 96.3% of statements [2024-03-14T19:59:01.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.208s coverage: 87.5% of statements [2024-03-14T19:59:02.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-03-14T19:59:04.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-03-14T19:59:04.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-03-14T19:59:04.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-03-14T19:59:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-03-14T19:59:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-03-14T19:59:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-03-14T19:59:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-03-14T19:59:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.197s coverage: 94.4% of statements [2024-03-14T19:59:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-03-14T19:59:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-03-14T19:59:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-03-14T19:59:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-03-14T19:59:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-03-14T19:59:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-03-14T19:59:24.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-03-14T19:59:28.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.986s coverage: 79.9% of statements [2024-03-14T19:59:28.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.237s coverage: 92.9% of statements [2024-03-14T19:59:28.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.073s coverage: 64.4% of statements [2024-03-14T19:59:28.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.216s coverage: 62.3% of statements [2024-03-14T19:59:28.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.188s coverage: 87.2% of statements [2024-03-14T19:59:28.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.166s coverage: 20.0% of statements [2024-03-14T19:59:28.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.166s coverage: 100.0% of statements [2024-03-14T19:59:28.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.361s coverage: 81.8% of statements [2024-03-14T19:59:29.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-03-14T19:59:30.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-03-14T19:59:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.370s coverage: 82.1% of statements [2024-03-14T19:59:31.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.199s coverage: 86.0% of statements [2024-03-14T19:59:34.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-03-14T19:59:34.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-03-14T19:59:35.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.822s coverage: 63.1% of statements [2024-03-14T19:59:35.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.220s coverage: 100.0% of statements [2024-03-14T19:59:36.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.090s coverage: 89.4% of statements [2024-03-14T19:59:36.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.062s coverage: 100.0% of statements [2024-03-14T19:59:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-03-14T19:59:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-03-14T19:59:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-03-14T19:59:38.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.094s coverage: 73.7% of statements [2024-03-14T19:59:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.061s coverage: 100.0% of statements [2024-03-14T19:59:43.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-03-14T19:59:43.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-03-14T19:59:43.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-03-14T19:59:44.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.757s coverage: 38.4% of statements [2024-03-14T19:59:44.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.220s coverage: 89.5% of statements [2024-03-14T19:59:47.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-03-14T19:59:47.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-03-14T19:59:47.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-03-14T19:59:47.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-03-14T19:59:48.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.196s coverage: 84.8% of statements [2024-03-14T19:59:52.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-03-14T19:59:52.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-03-14T19:59:52.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-03-14T19:59:52.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-03-14T19:59:59.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-03-14T19:59:59.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-03-14T19:59:59.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-03-14T19:59:59.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-03-14T19:59:59.579Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.260s coverage: 19.9% of statements [2024-03-14T20:00:00.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.523s coverage: 95.7% of statements [2024-03-14T20:00:02.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-03-14T20:00:02.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-03-14T20:00:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.246s coverage: 61.8% of statements [2024-03-14T20:00:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-03-14T20:00:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-03-14T20:00:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.361s coverage: 98.9% of statements [2024-03-14T20:00:08.256Z] 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-03-14T20:00:08.256Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-03-14T20:00:08.256Z] go vet ./... [2024-03-14T20:02:14.892Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-14T20:02:14.892Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-14T20:02:14.892Z] ./bin/test-attribution-txt.sh [2024-03-14T20:02:14.892Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-14T20:02:14.941Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-03-14T20:02:15.290Z] + ls -al . [2024-03-14T20:02:15.290Z] total 736 [2024-03-14T20:02:15.290Z] drwxrwxr-x 10 1001 1001 4096 Mar 14 19:55 . [2024-03-14T20:02:15.290Z] drwxr-xr-x 4 root root 4096 Mar 14 19:55 .. [2024-03-14T20:02:15.290Z] drwxrwxr-x 2 1001 1001 4096 Mar 14 19:54 .blubracket [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 10 Mar 14 19:54 .dockerignore [2024-03-14T20:02:15.290Z] drwxrwxr-x 8 1001 1001 4096 Mar 14 19:54 .git [2024-03-14T20:02:15.290Z] drwxrwxr-x 3 1001 1001 4096 Mar 14 19:54 .github [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 1074 Mar 14 19:54 .gitignore [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 42 Mar 14 19:54 .golangci.yml [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 100 Mar 14 19:54 .hadolint.yml [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 155 Mar 14 19:54 .sonarcloud.properties [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 1171 Mar 14 19:54 ADOPTERS.md [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 11674 Mar 14 19:54 Attribution.txt [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 100284 Mar 14 19:54 CHANGELOG.md [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 3804 Mar 14 19:54 CONTRIBUTING.md [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 677 Mar 14 19:54 GOVERNANCE.md [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 861 Mar 14 19:54 Jenkinsfile [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 10775 Mar 14 19:54 LICENSE [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 15392 Mar 14 19:54 Makefile [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 582 Mar 14 19:54 OWNERS.md [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 9528 Mar 14 19:54 README.md [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 789 Mar 14 19:54 SECURITY.md [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 5 Mar 14 19:51 VERSION [2024-03-14T20:02:15.290Z] drwxrwxr-x 2 1001 1001 4096 Mar 14 19:54 bin [2024-03-14T20:02:15.290Z] drwxrwxr-x 18 1001 1001 4096 Mar 14 19:54 cmd [2024-03-14T20:02:15.290Z] -rw-r--r-- 1 root root 455122 Mar 14 20:00 coverage.out [2024-03-14T20:02:15.290Z] drwxrwxr-x 2 1001 1001 4096 Mar 14 19:54 fuzz_test [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 3734 Mar 14 19:54 go.mod [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 35731 Mar 14 19:54 go.sum [2024-03-14T20:02:15.290Z] drwxrwxr-x 7 1001 1001 4096 Mar 14 19:54 internal [2024-03-14T20:02:15.290Z] drwxrwxr-x 3 1001 1001 4096 Mar 14 19:54 openapi [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 584 Mar 14 19:54 security.txt [2024-03-14T20:02:15.290Z] -rw-rw-r-- 1 1001 1001 204 Mar 14 19:54 version.go [Pipeline] sh [2024-03-14T20:02:15.632Z] + '[' -e coverage.out ] [2024-03-14T20:02:15.632Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-03-14T20:02:15.926Z] Warning: overwriting stash ‘coverage-report’ [2024-03-14T20:02:16.668Z] Stashed 1 file(s) [Pipeline] sh [2024-03-14T20:02:17.316Z] + make build [2024-03-14T20:02:17.316Z] 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-03-14T20:03:38.905Z] 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-03-14T20:03:38.905Z] 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-03-14T20:03:38.905Z] 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-03-14T20:03:38.905Z] 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-03-14T20:04:05.551Z] 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-03-14T20:04:08.877Z] 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-03-14T20:04:13.123Z] 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-03-14T20:04:16.458Z] 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-03-14T20:04:19.801Z] 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-03-14T20:04:22.371Z] 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-03-14T20:04:25.722Z] 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-03-14T20:04:29.076Z] $ docker stop --time=1 b3fcbca9ecb3f1db7581aceef80e3298b0f9cf76787de40c73a4c92247c21941 [2024-03-14T20:04:31.070Z] $ docker rm -f --volumes b3fcbca9ecb3f1db7581aceef80e3298b0f9cf76787de40c73a4c92247c21941 [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-03-14T20:04:33.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-14T20:04:33.997Z] [2024-03-14T20:04:33.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T20:04:34.408Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-14T20:04:34.672Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-03-14T20:04:34.672Z] 547446be3368: Pulling fs layer [2024-03-14T20:04:34.672Z] d125d8839a47: Pulling fs layer [2024-03-14T20:04:34.672Z] 3e85d5ac6304: Pulling fs layer [2024-03-14T20:04:34.672Z] c3105a71a48b: Pulling fs layer [2024-03-14T20:04:34.672Z] 0f093f025ec4: Pulling fs layer [2024-03-14T20:04:34.672Z] c3106fc0e877: Pulling fs layer [2024-03-14T20:04:34.672Z] c3105a71a48b: Waiting [2024-03-14T20:04:34.672Z] 0f093f025ec4: Waiting [2024-03-14T20:04:34.672Z] c3106fc0e877: Waiting [2024-03-14T20:04:34.672Z] 547446be3368: Verifying Checksum [2024-03-14T20:04:34.672Z] 547446be3368: Download complete [2024-03-14T20:04:34.672Z] c3105a71a48b: Verifying Checksum [2024-03-14T20:04:34.672Z] c3105a71a48b: Download complete [2024-03-14T20:04:35.255Z] d125d8839a47: Verifying Checksum [2024-03-14T20:04:35.255Z] d125d8839a47: Download complete [2024-03-14T20:04:35.255Z] c3106fc0e877: Verifying Checksum [2024-03-14T20:04:35.255Z] c3106fc0e877: Download complete [2024-03-14T20:04:35.255Z] 0f093f025ec4: Verifying Checksum [2024-03-14T20:04:35.255Z] 0f093f025ec4: Download complete [2024-03-14T20:04:35.520Z] 547446be3368: Pull complete [2024-03-14T20:04:36.917Z] d125d8839a47: Pull complete [2024-03-14T20:04:37.182Z] 3e85d5ac6304: Verifying Checksum [2024-03-14T20:04:37.182Z] 3e85d5ac6304: Download complete [2024-03-14T20:04:47.231Z] 3e85d5ac6304: Pull complete [2024-03-14T20:04:47.231Z] c3105a71a48b: Pull complete [2024-03-14T20:04:48.187Z] 0f093f025ec4: Pull complete [2024-03-14T20:04:48.187Z] c3106fc0e877: Pull complete [2024-03-14T20:04:48.187Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-03-14T20:04:48.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-14T20:04:48.187Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T20:04:48.519Z] prd-ubuntu20.04-docker-arm64-4c-16g-1 does not seem to be running inside a container [2024-03-14T20:04:48.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-03-14T20:04:50.536Z] $ docker top 0db3b5dcb816f39aa70590650a3551478605a164b0dcf9b16f9ff358dd871a18 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-14T20:04:51.426Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-03-14T20:04:59.765Z] #1 [core-command internal] load build definition from Dockerfile [2024-03-14T20:04:59.765Z] #1 transferring dockerfile: 1.93kB done [2024-03-14T20:04:59.765Z] #1 DONE 0.1s [2024-03-14T20:05:00.364Z] [2024-03-14T20:05:00.364Z] #2 [security-spire-config internal] load build definition from Dockerfile [2024-03-14T20:05:00.364Z] #2 transferring dockerfile: 1.69kB done [2024-03-14T20:05:00.364Z] #2 DONE 0.0s [2024-03-14T20:05:00.364Z] [2024-03-14T20:05:00.364Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2024-03-14T20:05:00.364Z] #3 transferring dockerfile: 1.81kB done [2024-03-14T20:05:00.364Z] #3 DONE 0.1s [2024-03-14T20:05:00.364Z] [2024-03-14T20:05:00.364Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2024-03-14T20:05:00.364Z] #4 transferring dockerfile: 2.93kB done [2024-03-14T20:05:00.364Z] #4 DONE 0.1s [2024-03-14T20:05:00.364Z] [2024-03-14T20:05:00.364Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2024-03-14T20:05:00.684Z] #5 transferring dockerfile: 2.49kB 0.0s done [2024-03-14T20:05:00.684Z] #5 DONE 0.1s [2024-03-14T20:05:00.684Z] [2024-03-14T20:05:00.684Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-03-14T20:05:00.684Z] #6 transferring dockerfile: 2.23kB 0.0s done [2024-03-14T20:05:00.684Z] #6 DONE 0.1s [2024-03-14T20:05:00.684Z] [2024-03-14T20:05:00.684Z] #7 [support-notifications internal] load build definition from Dockerfile [2024-03-14T20:05:00.684Z] #7 transferring dockerfile: 1.95kB 0.0s done [2024-03-14T20:05:00.684Z] #7 DONE 0.1s [2024-03-14T20:05:00.684Z] [2024-03-14T20:05:00.684Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2024-03-14T20:05:00.684Z] #8 transferring dockerfile: 2.15kB done [2024-03-14T20:05:00.684Z] #8 DONE 0.1s [2024-03-14T20:05:00.684Z] [2024-03-14T20:05:00.684Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2024-03-14T20:05:00.684Z] #9 transferring dockerfile: 2.50kB 0.0s done [2024-03-14T20:05:00.684Z] #9 DONE 0.1s [2024-03-14T20:05:00.970Z] [2024-03-14T20:05:00.970Z] #10 [core-metadata internal] load build definition from Dockerfile [2024-03-14T20:05:00.970Z] #10 transferring dockerfile: 2.06kB done [2024-03-14T20:05:00.970Z] #10 DONE 0.1s [2024-03-14T20:05:00.970Z] [2024-03-14T20:05:00.970Z] #11 [security-spire-server internal] load build definition from Dockerfile [2024-03-14T20:05:00.970Z] #11 transferring dockerfile: 1.70kB done [2024-03-14T20:05:00.970Z] #11 DONE 0.0s [2024-03-14T20:05:00.970Z] [2024-03-14T20:05:00.970Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-03-14T20:05:00.970Z] #12 transferring dockerfile: 1.89kB done [2024-03-14T20:05:00.970Z] #12 DONE 0.1s [2024-03-14T20:05:00.970Z] [2024-03-14T20:05:00.970Z] #13 [support-scheduler internal] load build definition from Dockerfile [2024-03-14T20:05:00.970Z] #13 transferring dockerfile: 1.93kB done [2024-03-14T20:05:00.970Z] #13 DONE 0.1s [2024-03-14T20:05:00.970Z] [2024-03-14T20:05:00.970Z] #14 [core-data internal] load build definition from Dockerfile [2024-03-14T20:05:01.241Z] #14 transferring dockerfile: 2.01kB 0.0s done [2024-03-14T20:05:01.241Z] #14 DONE 0.1s [2024-03-14T20:05:01.241Z] [2024-03-14T20:05:01.241Z] #15 [core-command internal] load .dockerignore [2024-03-14T20:05:01.241Z] #15 transferring context: 50B 0.0s done [2024-03-14T20:05:01.241Z] #15 DONE 0.1s [2024-03-14T20:05:01.824Z] [2024-03-14T20:05:01.825Z] #16 [security-spire-config internal] load .dockerignore [2024-03-14T20:05:01.825Z] #16 transferring context: 50B done [2024-03-14T20:05:01.825Z] #16 DONE 0.0s [2024-03-14T20:05:01.825Z] [2024-03-14T20:05:01.825Z] #17 [security-spire-agent internal] load .dockerignore [2024-03-14T20:05:02.094Z] #17 transferring context: 50B done [2024-03-14T20:05:02.094Z] #17 DONE 0.0s [2024-03-14T20:05:02.094Z] [2024-03-14T20:05:02.094Z] #18 [security-bootstrapper internal] load .dockerignore [2024-03-14T20:05:02.094Z] #18 transferring context: 50B done [2024-03-14T20:05:02.094Z] #18 DONE 0.1s [2024-03-14T20:05:02.094Z] [2024-03-14T20:05:02.094Z] #19 [security-secretstore-setup internal] load .dockerignore [2024-03-14T20:05:02.094Z] #19 transferring context: 50B done [2024-03-14T20:05:02.094Z] #19 DONE 0.1s [2024-03-14T20:05:02.094Z] [2024-03-14T20:05:02.094Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2024-03-14T20:05:02.094Z] #20 transferring context: 50B done [2024-03-14T20:05:02.094Z] #20 DONE 0.1s [2024-03-14T20:05:02.366Z] [2024-03-14T20:05:02.366Z] #21 [support-notifications internal] load .dockerignore [2024-03-14T20:05:02.366Z] #21 transferring context: 50B done [2024-03-14T20:05:02.366Z] #21 DONE 0.1s [2024-03-14T20:05:02.366Z] [2024-03-14T20:05:02.366Z] #22 [security-proxy-auth internal] load .dockerignore [2024-03-14T20:05:02.366Z] #22 transferring context: 50B done [2024-03-14T20:05:02.366Z] #22 DONE 0.1s [2024-03-14T20:05:02.366Z] [2024-03-14T20:05:02.366Z] #23 [security-proxy-setup internal] load .dockerignore [2024-03-14T20:05:02.366Z] #23 transferring context: 50B done [2024-03-14T20:05:02.366Z] #23 DONE 0.1s [2024-03-14T20:05:02.366Z] [2024-03-14T20:05:02.366Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:05:02.366Z] #24 transferring context: 50B done [2024-03-14T20:05:02.633Z] #24 ... [2024-03-14T20:05:02.633Z] [2024-03-14T20:05:02.633Z] #25 [security-spire-server internal] load .dockerignore [2024-03-14T20:05:02.633Z] #25 transferring context: 50B done [2024-03-14T20:05:02.633Z] #25 DONE 0.1s [2024-03-14T20:05:02.633Z] [2024-03-14T20:05:02.633Z] #26 [security-spiffe-token-provider internal] load .dockerignore [2024-03-14T20:05:02.633Z] #26 transferring context: 50B 0.0s done [2024-03-14T20:05:02.633Z] #26 DONE 0.1s [2024-03-14T20:05:02.633Z] [2024-03-14T20:05:02.633Z] #27 [support-scheduler internal] load .dockerignore [2024-03-14T20:05:02.633Z] #27 transferring context: 50B done [2024-03-14T20:05:02.633Z] #27 DONE 0.1s [2024-03-14T20:05:02.633Z] [2024-03-14T20:05:02.633Z] #28 [core-data internal] load .dockerignore [2024-03-14T20:05:02.633Z] #28 transferring context: 50B done [2024-03-14T20:05:02.633Z] #28 DONE 0.1s [2024-03-14T20:05:02.633Z] [2024-03-14T20:05:02.633Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:02.633Z] #29 DONE 0.0s [2024-03-14T20:05:02.633Z] [2024-03-14T20:05:02.633Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-03-14T20:05:02.900Z] #30 DONE 0.2s [2024-03-14T20:05:02.900Z] [2024-03-14T20:05:02.900Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:02.900Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:02.900Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:02.900Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:02.900Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.94MB / 3.33MB 0.1s [2024-03-14T20:05:02.900Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:03.167Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:03.167Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 [2024-03-14T20:05:03.750Z] #31 ... [2024-03-14T20:05:03.750Z] [2024-03-14T20:05:03.750Z] #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:03.750Z] #32 DONE 0.7s [2024-03-14T20:05:03.750Z] [2024-03-14T20:05:03.750Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:03.750Z] #31 ... [2024-03-14T20:05:03.750Z] [2024-03-14T20:05:03.750Z] #33 [core-command builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:03.750Z] #33 DONE 0.2s [2024-03-14T20:05:03.750Z] [2024-03-14T20:05:03.750Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:04.018Z] #31 ... [2024-03-14T20:05:04.018Z] [2024-03-14T20:05:04.018Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:04.018Z] #29 DONE 0.0s [2024-03-14T20:05:04.018Z] [2024-03-14T20:05:04.018Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:04.286Z] #31 ... [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-03-14T20:05:04.286Z] #30 DONE 0.4s [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:04.286Z] #31 ... [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:04.286Z] #29 DONE 0.0s [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:04.286Z] #32 DONE 1.4s [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #33 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:04.286Z] #33 DONE 0.4s [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #31 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:04.286Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:04.286Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:04.286Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:04.286Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:04.286Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:04.286Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.1s done [2024-03-14T20:05:04.286Z] #31 ... [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #32 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:04.286Z] #32 DONE 1.4s [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:04.286Z] #29 DONE 0.0s [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:04.286Z] #33 DONE 0.4s [2024-03-14T20:05:04.286Z] [2024-03-14T20:05:04.286Z] #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:04.286Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:04.286Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:04.286Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:04.286Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:04.286Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:04.286Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.1s done [2024-03-14T20:05:04.555Z] #31 ... [2024-03-14T20:05:04.555Z] [2024-03-14T20:05:04.555Z] #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:04.555Z] #32 DONE 1.4s [2024-03-14T20:05:04.555Z] [2024-03-14T20:05:04.555Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:04.555Z] #29 DONE 0.0s [2024-03-14T20:05:04.555Z] [2024-03-14T20:05:04.555Z] #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:04.555Z] #33 DONE 0.4s [2024-03-14T20:05:04.555Z] [2024-03-14T20:05:04.555Z] #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:04.555Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:04.555Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:04.555Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:04.555Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:04.555Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:04.555Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.1s done [2024-03-14T20:05:04.555Z] #31 ... [2024-03-14T20:05:04.555Z] [2024-03-14T20:05:04.555Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-03-14T20:05:04.555Z] #30 DONE 0.7s [2024-03-14T20:05:04.822Z] [2024-03-14T20:05:04.822Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:04.822Z] #32 DONE 1.5s [2024-03-14T20:05:04.822Z] [2024-03-14T20:05:04.822Z] #33 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:04.822Z] #33 DONE 0.5s [2024-03-14T20:05:04.822Z] [2024-03-14T20:05:04.822Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:04.822Z] #29 DONE 0.0s [2024-03-14T20:05:04.822Z] [2024-03-14T20:05:04.822Z] #31 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:04.822Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:04.822Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:04.822Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:04.822Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:04.822Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:04.822Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.1s done [2024-03-14T20:05:04.822Z] #31 ... [2024-03-14T20:05:04.822Z] [2024-03-14T20:05:04.822Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:04.822Z] #29 DONE 0.0s [2024-03-14T20:05:04.822Z] [2024-03-14T20:05:04.822Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:04.822Z] #29 DONE 0.0s [2024-03-14T20:05:04.822Z] [2024-03-14T20:05:04.822Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:05.088Z] #34 ... [2024-03-14T20:05:05.088Z] [2024-03-14T20:05:05.088Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-03-14T20:05:05.088Z] #30 DONE 1.0s [2024-03-14T20:05:05.088Z] [2024-03-14T20:05:05.088Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:05.088Z] #34 ... [2024-03-14T20:05:05.088Z] [2024-03-14T20:05:05.088Z] #32 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:05.088Z] #32 DONE 1.6s [2024-03-14T20:05:05.088Z] [2024-03-14T20:05:05.088Z] #33 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:05.088Z] #33 DONE 0.6s [2024-03-14T20:05:05.353Z] [2024-03-14T20:05:05.353Z] #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:05.353Z] #32 DONE 1.6s [2024-03-14T20:05:05.353Z] [2024-03-14T20:05:05.353Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:05.353Z] #33 DONE 0.6s [2024-03-14T20:05:05.353Z] [2024-03-14T20:05:05.353Z] #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:05.353Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:05.353Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:05.353Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:05.353Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:05.353Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:05.353Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.1s done [2024-03-14T20:05:05.353Z] #31 ... [2024-03-14T20:05:05.353Z] [2024-03-14T20:05:05.353Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:05.353Z] #29 DONE 0.0s [2024-03-14T20:05:05.353Z] [2024-03-14T20:05:05.353Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:05.353Z] #29 DONE 0.0s [2024-03-14T20:05:05.353Z] [2024-03-14T20:05:05.353Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:05.635Z] #35 ... [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-03-14T20:05:05.635Z] #36 DONE 1.6s [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-03-14T20:05:05.635Z] #37 DONE 1.7s [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:05.635Z] #35 ... [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-14T20:05:05.635Z] #29 DONE 0.0s [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #38 [security-spire-agent internal] load build context [2024-03-14T20:05:05.635Z] #38 DONE 0.0s [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:05:05.635Z] #39 DONE 0.0s [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:05.635Z] #40 DONE 0.0s [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #31 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:05.635Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:05.635Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:05.635Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:05.635Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:05.635Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:05.635Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.1s done [2024-03-14T20:05:05.635Z] #31 DONE 3.6s [2024-03-14T20:05:05.635Z] [2024-03-14T20:05:05.635Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:05.901Z] #35 ... [2024-03-14T20:05:05.901Z] [2024-03-14T20:05:05.901Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-03-14T20:05:05.901Z] #30 DONE 1.5s [2024-03-14T20:05:05.901Z] [2024-03-14T20:05:05.902Z] #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-14T20:05:05.902Z] #32 DONE 1.7s [2024-03-14T20:05:05.902Z] [2024-03-14T20:05:05.902Z] #33 [core-data builder 2/7] WORKDIR /edgex-go [2024-03-14T20:05:05.902Z] #33 DONE 0.6s [2024-03-14T20:05:05.902Z] [2024-03-14T20:05:05.902Z] #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-14T20:05:05.902Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-14T20:05:05.902Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-14T20:05:05.902Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-14T20:05:05.902Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-14T20:05:05.902Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-14T20:05:05.902Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.1s done [2024-03-14T20:05:05.902Z] #31 DONE 3.7s [2024-03-14T20:05:05.902Z] [2024-03-14T20:05:05.902Z] #41 [core-data internal] load build context [2024-03-14T20:05:06.487Z] #41 ... [2024-03-14T20:05:06.488Z] [2024-03-14T20:05:06.488Z] #42 [security-spire-config internal] load build context [2024-03-14T20:05:06.488Z] #42 transferring context: 16.35kB 0.3s done [2024-03-14T20:05:06.488Z] #42 DONE 0.6s [2024-03-14T20:05:06.488Z] [2024-03-14T20:05:06.488Z] #43 [core-command internal] load build context [2024-03-14T20:05:07.462Z] #43 ... [2024-03-14T20:05:07.462Z] [2024-03-14T20:05:07.462Z] #38 [security-spire-agent internal] load build context [2024-03-14T20:05:07.462Z] #38 transferring context: 17.63kB 0.1s done [2024-03-14T20:05:07.462Z] #38 DONE 1.6s [2024-03-14T20:05:07.462Z] [2024-03-14T20:05:07.462Z] #43 [core-command internal] load build context [2024-03-14T20:05:08.419Z] #43 ... [2024-03-14T20:05:08.419Z] [2024-03-14T20:05:08.419Z] #44 [security-spire-server internal] load build context [2024-03-14T20:05:08.419Z] #44 transferring context: 18.10kB 0.1s done [2024-03-14T20:05:08.419Z] #44 DONE 2.3s [2024-03-14T20:05:08.419Z] [2024-03-14T20:05:08.419Z] #41 [core-data internal] load build context [2024-03-14T20:05:13.768Z] #41 transferring context: 4.67MB 5.2s [2024-03-14T20:05:13.768Z] #41 ... [2024-03-14T20:05:13.768Z] [2024-03-14T20:05:13.768Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:13.768Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 2.2s done [2024-03-14T20:05:13.768Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-03-14T20:05:13.768Z] #40 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-03-14T20:05:13.768Z] #40 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-03-14T20:05:13.768Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2024-03-14T20:05:13.768Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s done [2024-03-14T20:05:13.768Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 1.3s done [2024-03-14T20:05:13.768Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2024-03-14T20:05:13.768Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.24MB / 23.39MB 3.8s [2024-03-14T20:05:13.768Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-03-14T20:05:13.768Z] #40 ... [2024-03-14T20:05:13.769Z] [2024-03-14T20:05:13.769Z] #45 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-03-14T20:05:13.769Z] #0 5.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:13.769Z] #0 5.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:13.769Z] #0 8.305 OK: 266 MiB in 52 packages [2024-03-14T20:05:13.769Z] #45 DONE 10.7s [2024-03-14T20:05:13.769Z] [2024-03-14T20:05:13.769Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:13.769Z] #40 ... [2024-03-14T20:05:13.769Z] [2024-03-14T20:05:13.769Z] #46 [security-secretstore-setup internal] load build context [2024-03-14T20:05:14.036Z] #46 ... [2024-03-14T20:05:14.036Z] [2024-03-14T20:05:14.036Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:14.036Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.77MB / 23.39MB 4.5s [2024-03-14T20:05:14.304Z] #40 ... [2024-03-14T20:05:14.304Z] [2024-03-14T20:05:14.304Z] #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-03-14T20:05:14.304Z] #0 5.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:14.304Z] #0 6.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:14.304Z] #0 9.788 OK: 266 MiB in 52 packages [2024-03-14T20:05:14.584Z] #47 ... [2024-03-14T20:05:14.584Z] [2024-03-14T20:05:14.584Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:14.584Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.95MB / 23.39MB 4.8s [2024-03-14T20:05:14.584Z] #40 ... [2024-03-14T20:05:14.584Z] [2024-03-14T20:05:14.584Z] #48 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-14T20:05:14.584Z] #0 5.592 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:14.584Z] #0 6.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:14.584Z] #0 9.104 OK: 266 MiB in 52 packages [2024-03-14T20:05:14.851Z] #48 ... [2024-03-14T20:05:14.852Z] [2024-03-14T20:05:14.852Z] #49 [support-notifications internal] load build context [2024-03-14T20:05:14.852Z] #49 ... [2024-03-14T20:05:14.852Z] [2024-03-14T20:05:14.852Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:15.121Z] #40 ... [2024-03-14T20:05:15.121Z] [2024-03-14T20:05:15.121Z] #50 [core-metadata internal] load build context [2024-03-14T20:05:15.121Z] #50 ... [2024-03-14T20:05:15.121Z] [2024-03-14T20:05:15.121Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:15.397Z] #51 ... [2024-03-14T20:05:15.397Z] [2024-03-14T20:05:15.397Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:15.397Z] #34 ... [2024-03-14T20:05:15.397Z] [2024-03-14T20:05:15.397Z] #48 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-14T20:05:15.397Z] #48 DONE 10.6s [2024-03-14T20:05:15.397Z] [2024-03-14T20:05:15.397Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:15.397Z] #34 ... [2024-03-14T20:05:15.397Z] [2024-03-14T20:05:15.397Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:15.665Z] #52 ... [2024-03-14T20:05:15.665Z] [2024-03-14T20:05:15.665Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:15.665Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 5.9s [2024-03-14T20:05:15.665Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2024-03-14T20:05:15.665Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2024-03-14T20:05:15.932Z] #40 ... [2024-03-14T20:05:15.932Z] [2024-03-14T20:05:15.932Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:15.932Z] #53 ... [2024-03-14T20:05:15.932Z] [2024-03-14T20:05:15.932Z] #47 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-03-14T20:05:15.932Z] #47 DONE 11.7s [2024-03-14T20:05:15.932Z] [2024-03-14T20:05:15.932Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:15.932Z] #53 ... [2024-03-14T20:05:15.932Z] [2024-03-14T20:05:15.932Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-14T20:05:15.932Z] #0 6.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:15.932Z] #0 7.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:15.932Z] #0 9.378 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T20:05:15.932Z] #0 9.378 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T20:05:15.932Z] #0 9.378 OK: 19951 distinct packages available [2024-03-14T20:05:15.932Z] #0 9.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:16.204Z] #54 ... [2024-03-14T20:05:16.204Z] [2024-03-14T20:05:16.204Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:05:16.204Z] #39 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 2.3s done [2024-03-14T20:05:16.204Z] #39 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-03-14T20:05:16.204Z] #39 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-03-14T20:05:16.204Z] #39 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-03-14T20:05:16.204Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s done [2024-03-14T20:05:16.204Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 1.2s done [2024-03-14T20:05:16.204Z] #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2024-03-14T20:05:16.204Z] #39 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.5s done [2024-03-14T20:05:16.204Z] #39 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 11.53MB / 17.12MB 6.5s [2024-03-14T20:05:16.204Z] #39 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done [2024-03-14T20:05:16.204Z] #39 ... [2024-03-14T20:05:16.204Z] [2024-03-14T20:05:16.204Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:16.204Z] #55 ... [2024-03-14T20:05:16.204Z] [2024-03-14T20:05:16.204Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:16.470Z] #35 ... [2024-03-14T20:05:16.470Z] [2024-03-14T20:05:16.470Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:16.470Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.63MB / 23.39MB 6.8s [2024-03-14T20:05:17.051Z] #40 ... [2024-03-14T20:05:17.051Z] [2024-03-14T20:05:17.051Z] #56 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-14T20:05:17.051Z] #0 8.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:17.051Z] #0 9.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:17.051Z] #56 ... [2024-03-14T20:05:17.051Z] [2024-03-14T20:05:17.051Z] #57 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-03-14T20:05:17.051Z] #57 ... [2024-03-14T20:05:17.051Z] [2024-03-14T20:05:17.051Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-14T20:05:17.316Z] #58 ... [2024-03-14T20:05:17.316Z] [2024-03-14T20:05:17.316Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-14T20:05:17.316Z] #59 ... [2024-03-14T20:05:17.316Z] [2024-03-14T20:05:17.316Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-14T20:05:17.580Z] #60 ... [2024-03-14T20:05:17.581Z] [2024-03-14T20:05:17.581Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-14T20:05:17.581Z] #61 ... [2024-03-14T20:05:17.581Z] [2024-03-14T20:05:17.581Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-14T20:05:17.846Z] #62 ... [2024-03-14T20:05:17.846Z] [2024-03-14T20:05:17.846Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-14T20:05:17.846Z] #63 ... [2024-03-14T20:05:17.846Z] [2024-03-14T20:05:17.846Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-14T20:05:17.846Z] #64 ... [2024-03-14T20:05:17.846Z] [2024-03-14T20:05:17.846Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:05:17.846Z] #39 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 13.63MB / 17.12MB 8.4s [2024-03-14T20:05:18.433Z] #39 ... [2024-03-14T20:05:18.433Z] [2024-03-14T20:05:18.433Z] #43 [core-command internal] load build context [2024-03-14T20:05:18.433Z] #43 transferring context: 60.59MB 15.3s [2024-03-14T20:05:18.433Z] #43 ... [2024-03-14T20:05:18.433Z] [2024-03-14T20:05:18.434Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:19.396Z] #52 ... [2024-03-14T20:05:19.396Z] [2024-03-14T20:05:19.396Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-14T20:05:19.396Z] #54 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:19.396Z] #54 12.43 OK: 266 MiB in 52 packages [2024-03-14T20:05:19.396Z] #54 DONE 13.3s [2024-03-14T20:05:19.396Z] [2024-03-14T20:05:19.396Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:23.645Z] #52 ... [2024-03-14T20:05:23.645Z] [2024-03-14T20:05:23.645Z] #41 [core-data internal] load build context [2024-03-14T20:05:23.645Z] #41 ... [2024-03-14T20:05:23.645Z] [2024-03-14T20:05:23.645Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:24.226Z] #52 ... [2024-03-14T20:05:24.226Z] [2024-03-14T20:05:24.226Z] #56 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-14T20:05:24.226Z] #56 11.34 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T20:05:24.226Z] #56 11.34 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T20:05:24.226Z] #56 11.34 OK: 19946 distinct packages available [2024-03-14T20:05:24.226Z] #56 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:24.226Z] #56 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:24.226Z] #56 14.94 (1/5) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:24.226Z] #56 14.94 (2/5) Installing musl-obstack (1.2.3-r2) [2024-03-14T20:05:24.226Z] #56 14.94 (3/5) Installing libucontext (1.2-r2) [2024-03-14T20:05:24.226Z] #56 14.94 (4/5) Installing gcompat (1.1.0-r1) [2024-03-14T20:05:24.226Z] #56 14.97 (5/5) Installing openssl (3.1.4-r5) [2024-03-14T20:05:24.226Z] #56 15.03 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:24.226Z] #56 15.10 OK: 9 MiB in 20 packages [2024-03-14T20:05:24.226Z] #56 DONE 17.4s [2024-03-14T20:05:24.226Z] [2024-03-14T20:05:24.226Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:24.226Z] #52 transferring context: 20.92MB 18.4s [2024-03-14T20:05:24.226Z] #52 ... [2024-03-14T20:05:24.226Z] [2024-03-14T20:05:24.226Z] #46 [security-secretstore-setup internal] load build context [2024-03-14T20:05:24.226Z] #46 ... [2024-03-14T20:05:24.226Z] [2024-03-14T20:05:24.226Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:25.188Z] #52 ... [2024-03-14T20:05:25.188Z] [2024-03-14T20:05:25.188Z] #49 [support-notifications internal] load build context [2024-03-14T20:05:25.188Z] #49 ... [2024-03-14T20:05:25.188Z] [2024-03-14T20:05:25.188Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:25.452Z] #52 ... [2024-03-14T20:05:25.452Z] [2024-03-14T20:05:25.452Z] #50 [core-metadata internal] load build context [2024-03-14T20:05:25.717Z] #50 ... [2024-03-14T20:05:25.717Z] [2024-03-14T20:05:25.717Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:25.717Z] #34 ... [2024-03-14T20:05:25.717Z] [2024-03-14T20:05:25.717Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:25.717Z] #51 ... [2024-03-14T20:05:25.717Z] [2024-03-14T20:05:25.717Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:25.717Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 11.0s done [2024-03-14T20:05:25.717Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.8s [2024-03-14T20:05:25.981Z] #40 ... [2024-03-14T20:05:25.981Z] [2024-03-14T20:05:25.981Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-14T20:05:25.981Z] #58 18.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:25.981Z] #58 ... [2024-03-14T20:05:25.981Z] [2024-03-14T20:05:25.981Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:26.247Z] #53 ... [2024-03-14T20:05:26.247Z] [2024-03-14T20:05:26.247Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:26.512Z] #40 ... [2024-03-14T20:05:26.512Z] [2024-03-14T20:05:26.512Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:26.512Z] #55 ... [2024-03-14T20:05:26.512Z] [2024-03-14T20:05:26.512Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:26.777Z] #35 ... [2024-03-14T20:05:26.777Z] [2024-03-14T20:05:26.777Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:28.727Z] #53 ... [2024-03-14T20:05:28.727Z] [2024-03-14T20:05:28.727Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:05:28.727Z] #39 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 9.8s done [2024-03-14T20:05:28.727Z] #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.0s [2024-03-14T20:05:28.727Z] #39 ... [2024-03-14T20:05:28.727Z] [2024-03-14T20:05:28.727Z] #43 [core-command internal] load build context [2024-03-14T20:05:28.727Z] #43 transferring context: 82.70MB 25.9s [2024-03-14T20:05:28.997Z] #43 ... [2024-03-14T20:05:28.997Z] [2024-03-14T20:05:28.997Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:05:29.269Z] #39 ... [2024-03-14T20:05:29.269Z] [2024-03-14T20:05:29.269Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-14T20:05:29.269Z] #63 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:29.269Z] #63 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:29.269Z] #63 19.37 (1/2) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:29.269Z] #63 19.37 (2/2) Installing su-exec (0.2-r3) [2024-03-14T20:05:29.269Z] #63 19.38 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:29.269Z] #63 19.57 OK: 8 MiB in 17 packages [2024-03-14T20:05:29.269Z] #63 DONE 22.2s [2024-03-14T20:05:29.539Z] [2024-03-14T20:05:29.539Z] #43 [core-command internal] load build context [2024-03-14T20:05:29.539Z] #43 ... [2024-03-14T20:05:29.539Z] [2024-03-14T20:05:29.539Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-14T20:05:29.539Z] #61 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:29.539Z] #61 13.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:29.539Z] #61 18.26 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:29.539Z] #61 18.38 (2/4) Installing openssl (3.1.4-r5) [2024-03-14T20:05:29.539Z] #61 18.48 (3/4) Installing su-exec (0.2-r3) [2024-03-14T20:05:29.539Z] #61 18.48 (4/4) Installing yq (4.33.3-r5) [2024-03-14T20:05:29.539Z] #61 19.84 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:29.539Z] #61 19.99 OK: 18 MiB in 19 packages [2024-03-14T20:05:29.539Z] #61 ... [2024-03-14T20:05:29.539Z] [2024-03-14T20:05:29.539Z] #65 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-14T20:05:29.820Z] #65 ... [2024-03-14T20:05:29.820Z] [2024-03-14T20:05:29.820Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-14T20:05:29.820Z] #61 DONE 22.6s [2024-03-14T20:05:29.820Z] [2024-03-14T20:05:29.820Z] #43 [core-command internal] load build context [2024-03-14T20:05:30.087Z] #43 ... [2024-03-14T20:05:30.087Z] [2024-03-14T20:05:30.087Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-14T20:05:30.087Z] #59 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:30.087Z] #59 14.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:30.087Z] #59 18.74 (1/2) Installing ca-certificates (20230506-r0) [2024-03-14T20:05:30.087Z] #59 19.30 (2/2) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:30.087Z] #59 19.30 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:30.087Z] #59 19.64 Executing ca-certificates-20230506-r0.trigger [2024-03-14T20:05:30.087Z] #59 21.14 OK: 9 MiB in 17 packages [2024-03-14T20:05:30.087Z] #59 ... [2024-03-14T20:05:30.087Z] [2024-03-14T20:05:30.087Z] #43 [core-command internal] load build context [2024-03-14T20:05:30.353Z] #43 ... [2024-03-14T20:05:30.353Z] [2024-03-14T20:05:30.353Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-14T20:05:30.353Z] #64 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:30.353Z] #64 14.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:30.353Z] #64 18.94 (1/4) Installing ca-certificates (20230506-r0) [2024-03-14T20:05:30.353Z] #64 19.42 (2/4) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:30.353Z] #64 19.42 (3/4) Installing su-exec (0.2-r3) [2024-03-14T20:05:30.353Z] #64 19.42 (4/4) Installing yq (4.33.3-r5) [2024-03-14T20:05:30.353Z] #64 20.33 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:30.353Z] #64 20.40 Executing ca-certificates-20230506-r0.trigger [2024-03-14T20:05:30.353Z] #64 21.91 OK: 18 MiB in 19 packages [2024-03-14T20:05:30.623Z] #64 ... [2024-03-14T20:05:30.623Z] [2024-03-14T20:05:30.623Z] #43 [core-command internal] load build context [2024-03-14T20:05:30.623Z] #43 ... [2024-03-14T20:05:30.623Z] [2024-03-14T20:05:30.623Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-14T20:05:30.623Z] #59 DONE 23.6s [2024-03-14T20:05:30.903Z] [2024-03-14T20:05:30.903Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:31.168Z] #55 ... [2024-03-14T20:05:31.168Z] [2024-03-14T20:05:31.168Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-14T20:05:31.168Z] #64 DONE 24.1s [2024-03-14T20:05:31.168Z] [2024-03-14T20:05:31.168Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:31.754Z] #55 ... [2024-03-14T20:05:31.754Z] [2024-03-14T20:05:31.754Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-14T20:05:31.754Z] #62 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:31.754Z] #62 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:31.754Z] #62 22.07 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:31.754Z] #62 22.07 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:31.754Z] #62 22.22 OK: 8 MiB in 16 packages [2024-03-14T20:05:32.019Z] #62 ... [2024-03-14T20:05:32.019Z] [2024-03-14T20:05:32.019Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:32.019Z] #55 ... [2024-03-14T20:05:32.019Z] [2024-03-14T20:05:32.019Z] #57 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-03-14T20:05:32.019Z] #57 15.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:32.019Z] #57 17.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:32.019Z] #57 22.76 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:32.019Z] #57 22.76 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:32.019Z] #57 22.96 OK: 8 MiB in 16 packages [2024-03-14T20:05:32.019Z] #57 DONE 26.0s [2024-03-14T20:05:32.019Z] [2024-03-14T20:05:32.019Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:32.609Z] #55 ... [2024-03-14T20:05:32.609Z] [2024-03-14T20:05:32.609Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-14T20:05:32.609Z] #62 DONE 25.0s [2024-03-14T20:05:32.609Z] [2024-03-14T20:05:32.609Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:33.580Z] #55 ... [2024-03-14T20:05:33.580Z] [2024-03-14T20:05:33.580Z] #41 [core-data internal] load build context [2024-03-14T20:05:33.846Z] #41 ... [2024-03-14T20:05:33.846Z] [2024-03-14T20:05:33.846Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:34.123Z] #55 ... [2024-03-14T20:05:34.123Z] [2024-03-14T20:05:34.123Z] #66 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-03-14T20:05:34.123Z] #0 6.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:34.123Z] #0 7.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:34.123Z] #0 9.594 OK: 9 MiB in 20 packages [2024-03-14T20:05:34.123Z] #66 ... [2024-03-14T20:05:34.123Z] [2024-03-14T20:05:34.123Z] #41 [core-data internal] load build context [2024-03-14T20:05:34.397Z] #41 ... [2024-03-14T20:05:34.397Z] [2024-03-14T20:05:34.397Z] #66 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-03-14T20:05:34.397Z] #66 DONE 10.5s [2024-03-14T20:05:34.397Z] [2024-03-14T20:05:34.397Z] #46 [security-secretstore-setup internal] load build context [2024-03-14T20:05:34.667Z] #46 ... [2024-03-14T20:05:34.667Z] [2024-03-14T20:05:34.667Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:34.934Z] #55 transferring context: 43.49MB 26.8s [2024-03-14T20:05:34.934Z] #55 ... [2024-03-14T20:05:34.934Z] [2024-03-14T20:05:34.934Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-14T20:05:34.934Z] #60 17.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:34.934Z] #60 19.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:34.934Z] #60 24.18 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T20:05:34.934Z] #60 24.18 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T20:05:34.934Z] #60 24.18 OK: 19946 distinct packages available [2024-03-14T20:05:34.934Z] #60 24.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:34.934Z] #60 25.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:34.935Z] #60 ... [2024-03-14T20:05:34.935Z] [2024-03-14T20:05:34.935Z] #43 [core-command internal] load build context [2024-03-14T20:05:35.201Z] #43 ... [2024-03-14T20:05:35.201Z] [2024-03-14T20:05:35.201Z] #49 [support-notifications internal] load build context [2024-03-14T20:05:35.201Z] #49 ... [2024-03-14T20:05:35.201Z] [2024-03-14T20:05:35.201Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:35.471Z] #55 ... [2024-03-14T20:05:35.471Z] [2024-03-14T20:05:35.471Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:35.744Z] #52 ... [2024-03-14T20:05:35.744Z] [2024-03-14T20:05:35.744Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:35.744Z] #55 ... [2024-03-14T20:05:35.744Z] [2024-03-14T20:05:35.744Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:36.031Z] #51 ... [2024-03-14T20:05:36.032Z] [2024-03-14T20:05:36.032Z] #50 [core-metadata internal] load build context [2024-03-14T20:05:36.032Z] #50 ... [2024-03-14T20:05:36.032Z] [2024-03-14T20:05:36.032Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:36.308Z] #34 ... [2024-03-14T20:05:36.308Z] [2024-03-14T20:05:36.308Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:36.308Z] #51 ... [2024-03-14T20:05:36.308Z] [2024-03-14T20:05:36.308Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-14T20:05:36.308Z] #60 27.82 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:36.308Z] #60 27.82 (2/4) Installing musl-obstack (1.2.3-r2) [2024-03-14T20:05:36.308Z] #60 27.82 (3/4) Installing libucontext (1.2-r2) [2024-03-14T20:05:36.308Z] #60 27.98 (4/4) Installing gcompat (1.1.0-r1) [2024-03-14T20:05:36.308Z] #60 27.98 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:36.308Z] #60 27.98 OK: 8 MiB in 19 packages [2024-03-14T20:05:36.308Z] #60 DONE 29.2s [2024-03-14T20:05:36.308Z] [2024-03-14T20:05:36.308Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:36.910Z] #51 ... [2024-03-14T20:05:36.910Z] [2024-03-14T20:05:36.910Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-14T20:05:36.910Z] #58 21.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:36.910Z] #58 24.25 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-14T20:05:36.910Z] #58 24.25 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-14T20:05:36.910Z] #58 24.25 OK: 19946 distinct packages available [2024-03-14T20:05:36.910Z] #58 24.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:36.910Z] #58 25.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:36.910Z] #58 27.72 (1/11) Installing ca-certificates (20230506-r0) [2024-03-14T20:05:36.910Z] #58 28.12 (2/11) Installing brotli-libs (1.0.9-r14) [2024-03-14T20:05:36.910Z] #58 28.12 (3/11) Installing libunistring (1.1-r1) [2024-03-14T20:05:36.910Z] #58 28.12 (4/11) Installing libidn2 (2.3.4-r1) [2024-03-14T20:05:36.910Z] #58 28.12 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-03-14T20:05:36.910Z] #58 28.12 (6/11) Installing libcurl (8.5.0-r0) [2024-03-14T20:05:36.910Z] #58 28.12 (7/11) Installing curl (8.5.0-r0) [2024-03-14T20:05:36.910Z] #58 28.26 (8/11) Installing dumb-init (1.2.5-r2) [2024-03-14T20:05:36.910Z] #58 28.26 (9/11) Installing musl-obstack (1.2.3-r2) [2024-03-14T20:05:36.910Z] #58 28.26 (10/11) Installing libucontext (1.2-r2) [2024-03-14T20:05:36.910Z] #58 28.26 (11/11) Installing gcompat (1.1.0-r1) [2024-03-14T20:05:36.910Z] #58 28.26 Executing busybox-1.36.1-r5.trigger [2024-03-14T20:05:36.910Z] #58 28.37 Executing ca-certificates-20230506-r0.trigger [2024-03-14T20:05:36.910Z] #58 28.83 OK: 13 MiB in 26 packages [2024-03-14T20:05:36.910Z] #58 DONE 29.5s [2024-03-14T20:05:36.910Z] [2024-03-14T20:05:36.910Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:36.910Z] #51 ... [2024-03-14T20:05:36.910Z] [2024-03-14T20:05:36.910Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:36.910Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.7s [2024-03-14T20:05:36.910Z] #40 ... [2024-03-14T20:05:36.910Z] [2024-03-14T20:05:36.910Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:36.910Z] #35 ... [2024-03-14T20:05:36.910Z] [2024-03-14T20:05:36.910Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:38.850Z] #52 ... [2024-03-14T20:05:38.850Z] [2024-03-14T20:05:38.850Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:39.116Z] #53 ... [2024-03-14T20:05:39.116Z] [2024-03-14T20:05:39.116Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:39.381Z] #52 ... [2024-03-14T20:05:39.381Z] [2024-03-14T20:05:39.381Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:05:39.381Z] #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 19.3s [2024-03-14T20:05:39.381Z] #39 ... [2024-03-14T20:05:39.381Z] [2024-03-14T20:05:39.381Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:40.800Z] #40 ... [2024-03-14T20:05:40.800Z] [2024-03-14T20:05:40.800Z] #65 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-14T20:05:40.800Z] #65 8.473 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:40.800Z] #65 8.909 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:40.801Z] #65 10.07 OK: 8 MiB in 17 packages [2024-03-14T20:05:40.801Z] #65 DONE 10.8s [2024-03-14T20:05:40.801Z] [2024-03-14T20:05:40.801Z] #67 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-14T20:05:40.801Z] #0 9.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:40.801Z] #67 ... [2024-03-14T20:05:40.801Z] [2024-03-14T20:05:40.801Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:40.801Z] #53 transferring context: 44.71MB 32.7s [2024-03-14T20:05:40.801Z] #53 ... [2024-03-14T20:05:40.801Z] [2024-03-14T20:05:40.801Z] #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T20:05:40.801Z] #0 9.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:41.073Z] #68 ... [2024-03-14T20:05:41.073Z] [2024-03-14T20:05:41.073Z] #43 [core-command internal] load build context [2024-03-14T20:05:41.073Z] #43 ... [2024-03-14T20:05:41.073Z] [2024-03-14T20:05:41.073Z] #67 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-14T20:05:41.073Z] #67 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:41.658Z] #67 ... [2024-03-14T20:05:41.658Z] [2024-03-14T20:05:41.658Z] #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-14T20:05:41.658Z] #0 9.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:41.658Z] #0 9.918 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:41.658Z] #69 ... [2024-03-14T20:05:41.658Z] [2024-03-14T20:05:41.658Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:41.658Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.8s [2024-03-14T20:05:42.247Z] #40 ... [2024-03-14T20:05:42.247Z] [2024-03-14T20:05:42.247Z] #70 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-03-14T20:05:42.514Z] #70 ... [2024-03-14T20:05:42.514Z] [2024-03-14T20:05:42.514Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:42.780Z] #40 ... [2024-03-14T20:05:42.780Z] [2024-03-14T20:05:42.780Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T20:05:42.780Z] #71 ... [2024-03-14T20:05:42.780Z] [2024-03-14T20:05:42.780Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:44.187Z] #53 ... [2024-03-14T20:05:44.187Z] [2024-03-14T20:05:44.187Z] #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-14T20:05:44.187Z] #69 11.80 OK: 18 MiB in 19 packages [2024-03-14T20:05:44.187Z] #69 DONE 12.6s [2024-03-14T20:05:44.187Z] [2024-03-14T20:05:44.187Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:44.772Z] #53 ... [2024-03-14T20:05:44.772Z] [2024-03-14T20:05:44.772Z] #41 [core-data internal] load build context [2024-03-14T20:05:44.772Z] #41 ... [2024-03-14T20:05:44.772Z] [2024-03-14T20:05:44.772Z] #46 [security-secretstore-setup internal] load build context [2024-03-14T20:05:44.772Z] #46 ... [2024-03-14T20:05:44.772Z] [2024-03-14T20:05:44.772Z] #41 [core-data internal] load build context [2024-03-14T20:05:45.039Z] #41 ... [2024-03-14T20:05:45.039Z] [2024-03-14T20:05:45.039Z] #67 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-14T20:05:45.039Z] #67 13.43 OK: 18 MiB in 19 packages [2024-03-14T20:05:45.039Z] #67 DONE 14.3s [2024-03-14T20:05:45.039Z] [2024-03-14T20:05:45.039Z] #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T20:05:45.039Z] #68 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:45.039Z] #68 13.10 OK: 9 MiB in 17 packages [2024-03-14T20:05:45.039Z] #68 DONE 14.1s [2024-03-14T20:05:45.039Z] [2024-03-14T20:05:45.039Z] #41 [core-data internal] load build context [2024-03-14T20:05:45.623Z] #41 ... [2024-03-14T20:05:45.623Z] [2024-03-14T20:05:45.623Z] #49 [support-notifications internal] load build context [2024-03-14T20:05:45.623Z] #49 ... [2024-03-14T20:05:45.623Z] [2024-03-14T20:05:45.623Z] #41 [core-data internal] load build context [2024-03-14T20:05:45.897Z] #41 transferring context: 73.61MB 37.7s [2024-03-14T20:05:45.897Z] #41 ... [2024-03-14T20:05:45.897Z] [2024-03-14T20:05:45.897Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:46.162Z] #55 ... [2024-03-14T20:05:46.162Z] [2024-03-14T20:05:46.162Z] #49 [support-notifications internal] load build context [2024-03-14T20:05:46.162Z] #49 ... [2024-03-14T20:05:46.162Z] [2024-03-14T20:05:46.162Z] #50 [core-metadata internal] load build context [2024-03-14T20:05:46.446Z] #50 ... [2024-03-14T20:05:46.446Z] [2024-03-14T20:05:46.446Z] #72 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-03-14T20:05:46.446Z] #72 DONE 1.3s [2024-03-14T20:05:46.446Z] [2024-03-14T20:05:46.446Z] #50 [core-metadata internal] load build context [2024-03-14T20:05:46.446Z] #50 ... [2024-03-14T20:05:46.446Z] [2024-03-14T20:05:46.446Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:46.446Z] #34 ... [2024-03-14T20:05:46.446Z] [2024-03-14T20:05:46.446Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-14T20:05:46.446Z] #0 9.659 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:46.712Z] #73 ... [2024-03-14T20:05:46.712Z] [2024-03-14T20:05:46.712Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:46.980Z] #34 ... [2024-03-14T20:05:46.980Z] [2024-03-14T20:05:46.980Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:46.980Z] #51 ... [2024-03-14T20:05:46.980Z] [2024-03-14T20:05:46.980Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T20:05:46.980Z] #0 9.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:46.980Z] #74 ... [2024-03-14T20:05:46.980Z] [2024-03-14T20:05:46.980Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:47.245Z] #35 ... [2024-03-14T20:05:47.245Z] [2024-03-14T20:05:47.245Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:47.245Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 26.4s [2024-03-14T20:05:47.825Z] #40 ... [2024-03-14T20:05:47.825Z] [2024-03-14T20:05:47.825Z] #75 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-14T20:05:47.825Z] #75 DONE 7.2s [2024-03-14T20:05:47.825Z] [2024-03-14T20:05:47.825Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:49.779Z] #40 ... [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:49.779Z] #52 ... [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T20:05:49.779Z] #71 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:49.779Z] #71 12.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:49.779Z] #71 14.93 OK: 8 MiB in 16 packages [2024-03-14T20:05:49.779Z] #71 DONE 17.0s [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:49.779Z] #52 ... [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:05:49.779Z] #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 27.4s done [2024-03-14T20:05:49.779Z] #39 ... [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:49.779Z] #52 ... [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #76 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-03-14T20:05:49.779Z] #76 DONE 1.9s [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #70 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2024-03-14T20:05:49.779Z] #70 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:49.779Z] #70 13.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:49.779Z] #70 15.88 OK: 8 MiB in 16 packages [2024-03-14T20:05:49.779Z] #70 DONE 18.4s [2024-03-14T20:05:49.779Z] [2024-03-14T20:05:49.779Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:50.046Z] #52 ... [2024-03-14T20:05:50.046Z] [2024-03-14T20:05:50.046Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-14T20:05:50.046Z] #73 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:50.046Z] #73 12.84 OK: 8 MiB in 19 packages [2024-03-14T20:05:50.046Z] #73 DONE 13.5s [2024-03-14T20:05:50.046Z] [2024-03-14T20:05:50.046Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:50.641Z] #52 ... [2024-03-14T20:05:50.641Z] [2024-03-14T20:05:50.641Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-14T20:05:50.641Z] #74 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-14T20:05:50.641Z] #74 12.97 OK: 13 MiB in 26 packages [2024-03-14T20:05:50.641Z] #74 DONE 13.9s [2024-03-14T20:05:50.641Z] [2024-03-14T20:05:50.641Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:50.641Z] #52 transferring context: 50.61MB 45.0s [2024-03-14T20:05:51.224Z] #52 ... [2024-03-14T20:05:51.224Z] [2024-03-14T20:05:51.224Z] #43 [core-command internal] load build context [2024-03-14T20:05:51.224Z] #43 ... [2024-03-14T20:05:51.224Z] [2024-03-14T20:05:51.224Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:52.191Z] #40 ... [2024-03-14T20:05:52.191Z] [2024-03-14T20:05:52.191Z] #35 [security-bootstrapper internal] load build context [2024-03-14T20:05:52.191Z] #35 transferring context: 133.47MB 47.3s done [2024-03-14T20:05:52.191Z] #35 DONE 47.7s [2024-03-14T20:05:52.191Z] [2024-03-14T20:05:52.191Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:52.191Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 31.2s [2024-03-14T20:05:53.146Z] #40 ... [2024-03-14T20:05:53.146Z] [2024-03-14T20:05:53.146Z] #43 [core-command internal] load build context [2024-03-14T20:05:53.146Z] #43 transferring context: 133.47MB 49.6s done [2024-03-14T20:05:53.146Z] #43 DONE 50.1s [2024-03-14T20:05:53.146Z] [2024-03-14T20:05:53.146Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:53.415Z] #40 ... [2024-03-14T20:05:53.415Z] [2024-03-14T20:05:53.415Z] #77 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:05:53.415Z] #77 DONE 1.3s [2024-03-14T20:05:53.415Z] [2024-03-14T20:05:53.415Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:54.837Z] #40 ... [2024-03-14T20:05:54.837Z] [2024-03-14T20:05:54.837Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:54.837Z] #53 ... [2024-03-14T20:05:54.837Z] [2024-03-14T20:05:54.837Z] #78 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:05:54.837Z] #78 DONE 1.7s [2024-03-14T20:05:54.837Z] [2024-03-14T20:05:54.837Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:54.837Z] #53 ... [2024-03-14T20:05:54.837Z] [2024-03-14T20:05:54.837Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:05:54.837Z] #52 ... [2024-03-14T20:05:54.837Z] [2024-03-14T20:05:54.837Z] #79 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-03-14T20:05:54.837Z] #79 DONE 2.0s [2024-03-14T20:05:55.109Z] [2024-03-14T20:05:55.109Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:05:55.109Z] #53 ... [2024-03-14T20:05:55.109Z] [2024-03-14T20:05:55.109Z] #46 [security-secretstore-setup internal] load build context [2024-03-14T20:05:55.109Z] #46 transferring context: 133.47MB 50.4s done [2024-03-14T20:05:55.109Z] #46 DONE 50.7s [2024-03-14T20:05:55.109Z] [2024-03-14T20:05:55.109Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:55.687Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 34.8s done [2024-03-14T20:05:56.266Z] #40 ... [2024-03-14T20:05:56.266Z] [2024-03-14T20:05:56.266Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:56.266Z] #55 ... [2024-03-14T20:05:56.266Z] [2024-03-14T20:05:56.266Z] #41 [core-data internal] load build context [2024-03-14T20:05:56.266Z] #41 ... [2024-03-14T20:05:56.266Z] [2024-03-14T20:05:56.266Z] #49 [support-notifications internal] load build context [2024-03-14T20:05:56.531Z] #49 ... [2024-03-14T20:05:56.531Z] [2024-03-14T20:05:56.531Z] #41 [core-data internal] load build context [2024-03-14T20:05:56.531Z] #41 ... [2024-03-14T20:05:56.531Z] [2024-03-14T20:05:56.531Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T20:05:56.531Z] #40 DONE 51.0s [2024-03-14T20:05:56.531Z] [2024-03-14T20:05:56.531Z] #50 [core-metadata internal] load build context [2024-03-14T20:05:56.796Z] #50 ... [2024-03-14T20:05:56.796Z] [2024-03-14T20:05:56.796Z] #55 [support-scheduler internal] load build context [2024-03-14T20:05:56.796Z] #55 ... [2024-03-14T20:05:56.796Z] [2024-03-14T20:05:56.796Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:57.061Z] #34 ... [2024-03-14T20:05:57.061Z] [2024-03-14T20:05:57.061Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:05:57.061Z] #51 ... [2024-03-14T20:05:57.061Z] [2024-03-14T20:05:57.061Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:05:58.020Z] #34 ... [2024-03-14T20:05:58.020Z] [2024-03-14T20:05:58.020Z] #41 [core-data internal] load build context [2024-03-14T20:05:58.020Z] #41 transferring context: 133.47MB 49.9s done [2024-03-14T20:05:58.020Z] #41 DONE 52.0s [2024-03-14T20:05:58.020Z] [2024-03-14T20:05:58.020Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:00.601Z] #34 ... [2024-03-14T20:06:00.601Z] [2024-03-14T20:06:00.601Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:06:00.870Z] #39 ... [2024-03-14T20:06:00.870Z] [2024-03-14T20:06:00.870Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-14T20:06:00.870Z] #80 DONE 2.7s [2024-03-14T20:06:00.870Z] [2024-03-14T20:06:00.870Z] #81 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-14T20:06:00.870Z] #81 DONE 2.6s [2024-03-14T20:06:00.870Z] [2024-03-14T20:06:00.870Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:01.452Z] #34 ... [2024-03-14T20:06:01.452Z] [2024-03-14T20:06:01.452Z] #82 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-14T20:06:01.452Z] #82 DONE 2.7s [2024-03-14T20:06:01.453Z] [2024-03-14T20:06:01.453Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:01.720Z] #34 ... [2024-03-14T20:06:01.720Z] [2024-03-14T20:06:01.720Z] #83 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-03-14T20:06:01.720Z] #83 DONE 0.8s [2024-03-14T20:06:01.720Z] [2024-03-14T20:06:01.720Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:01.987Z] #34 ... [2024-03-14T20:06:01.987Z] [2024-03-14T20:06:01.987Z] #84 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-03-14T20:06:01.987Z] #84 DONE 1.0s [2024-03-14T20:06:01.987Z] [2024-03-14T20:06:01.987Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:02.257Z] #34 ... [2024-03-14T20:06:02.257Z] [2024-03-14T20:06:02.257Z] #53 [security-spiffe-token-provider internal] load build context [2024-03-14T20:06:02.257Z] #53 transferring context: 133.47MB 53.8s done [2024-03-14T20:06:02.257Z] #53 DONE 56.2s [2024-03-14T20:06:02.257Z] [2024-03-14T20:06:02.257Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:02.257Z] #34 ... [2024-03-14T20:06:02.257Z] [2024-03-14T20:06:02.257Z] #55 [support-scheduler internal] load build context [2024-03-14T20:06:02.257Z] #55 transferring context: 133.47MB 53.8s done [2024-03-14T20:06:02.257Z] #55 DONE 56.4s [2024-03-14T20:06:02.257Z] [2024-03-14T20:06:02.257Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:02.841Z] #34 ... [2024-03-14T20:06:02.841Z] [2024-03-14T20:06:02.841Z] #85 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-03-14T20:06:02.841Z] #85 DONE 1.2s [2024-03-14T20:06:02.841Z] [2024-03-14T20:06:02.841Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:02.841Z] #34 ... [2024-03-14T20:06:02.841Z] [2024-03-14T20:06:02.841Z] #86 [security-spire-server stage-2 6/9] COPY security.txt / [2024-03-14T20:06:02.841Z] #86 DONE 1.2s [2024-03-14T20:06:02.841Z] [2024-03-14T20:06:02.841Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:03.128Z] #34 ... [2024-03-14T20:06:03.128Z] [2024-03-14T20:06:03.128Z] #51 [security-proxy-setup internal] load build context [2024-03-14T20:06:03.128Z] #51 transferring context: 133.47MB 57.0s done [2024-03-14T20:06:03.128Z] #51 DONE 57.9s [2024-03-14T20:06:03.128Z] [2024-03-14T20:06:03.128Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2024-03-14T20:06:03.128Z] #87 DONE 1.1s [2024-03-14T20:06:03.128Z] [2024-03-14T20:06:03.128Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:03.128Z] #34 transferring context: 133.47MB 58.5s done [2024-03-14T20:06:03.128Z] #34 ... [2024-03-14T20:06:03.128Z] [2024-03-14T20:06:03.128Z] #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:03.128Z] #88 DONE 0.9s [2024-03-14T20:06:03.392Z] [2024-03-14T20:06:03.392Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:03.392Z] #52 ... [2024-03-14T20:06:03.392Z] [2024-03-14T20:06:03.392Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:03.392Z] #89 ... [2024-03-14T20:06:03.392Z] [2024-03-14T20:06:03.392Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:03.667Z] #52 ... [2024-03-14T20:06:03.667Z] [2024-03-14T20:06:03.667Z] #34 [core-common-config-bootstrapper internal] load build context [2024-03-14T20:06:03.667Z] #34 DONE 59.1s [2024-03-14T20:06:03.667Z] [2024-03-14T20:06:03.667Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:03.667Z] #52 ... [2024-03-14T20:06:03.667Z] [2024-03-14T20:06:03.667Z] #90 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-03-14T20:06:03.667Z] #90 DONE 1.0s [2024-03-14T20:06:03.937Z] [2024-03-14T20:06:03.937Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:04.520Z] #52 ... [2024-03-14T20:06:04.520Z] [2024-03-14T20:06:04.520Z] #91 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-03-14T20:06:04.520Z] #91 DONE 1.2s [2024-03-14T20:06:04.520Z] [2024-03-14T20:06:04.520Z] #50 [core-metadata internal] load build context [2024-03-14T20:06:04.520Z] #50 transferring context: 133.47MB 58.4s done [2024-03-14T20:06:04.520Z] #50 DONE 59.2s [2024-03-14T20:06:04.520Z] [2024-03-14T20:06:04.520Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-03-14T20:06:04.520Z] #92 DONE 1.2s [2024-03-14T20:06:04.520Z] [2024-03-14T20:06:04.520Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-03-14T20:06:04.785Z] #93 ... [2024-03-14T20:06:04.785Z] [2024-03-14T20:06:04.785Z] #94 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-03-14T20:06:04.785Z] #94 DONE 1.0s [2024-03-14T20:06:05.056Z] [2024-03-14T20:06:05.056Z] #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-03-14T20:06:05.056Z] #95 DONE 0.6s [2024-03-14T20:06:05.056Z] [2024-03-14T20:06:05.056Z] #96 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-14T20:06:05.056Z] #96 ... [2024-03-14T20:06:05.056Z] [2024-03-14T20:06:05.056Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-03-14T20:06:05.056Z] #93 DONE 0.6s [2024-03-14T20:06:05.056Z] [2024-03-14T20:06:05.056Z] #97 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:05.340Z] #97 ... [2024-03-14T20:06:05.341Z] [2024-03-14T20:06:05.341Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:05.341Z] #52 ... [2024-03-14T20:06:05.341Z] [2024-03-14T20:06:05.341Z] #49 [support-notifications internal] load build context [2024-03-14T20:06:05.341Z] #49 transferring context: 133.47MB 59.9s done [2024-03-14T20:06:05.341Z] #49 DONE 60.6s [2024-03-14T20:06:05.341Z] [2024-03-14T20:06:05.341Z] #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-03-14T20:06:05.341Z] #98 DONE 0.5s [2024-03-14T20:06:05.341Z] [2024-03-14T20:06:05.341Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:05.924Z] #52 ... [2024-03-14T20:06:05.925Z] [2024-03-14T20:06:05.925Z] #96 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-14T20:06:05.925Z] #96 DONE 0.9s [2024-03-14T20:06:05.925Z] [2024-03-14T20:06:05.925Z] #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-03-14T20:06:05.925Z] #99 DONE 0.8s [2024-03-14T20:06:05.925Z] [2024-03-14T20:06:05.925Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:06.189Z] #52 ... [2024-03-14T20:06:06.189Z] [2024-03-14T20:06:06.189Z] #100 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-03-14T20:06:06.189Z] #100 DONE 0.7s [2024-03-14T20:06:06.189Z] [2024-03-14T20:06:06.189Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:06.841Z] #52 ... [2024-03-14T20:06:06.841Z] [2024-03-14T20:06:06.841Z] #101 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:06.841Z] #101 DONE 1.1s [2024-03-14T20:06:06.841Z] [2024-03-14T20:06:06.841Z] #52 [security-proxy-auth internal] load build context [2024-03-14T20:06:09.407Z] #52 transferring context: 133.47MB 63.2s done [2024-03-14T20:06:09.407Z] #52 DONE 63.7s [2024-03-14T20:06:09.407Z] [2024-03-14T20:06:09.407Z] #102 [security-spire-agent] exporting to image [2024-03-14T20:06:09.407Z] #102 exporting layers [2024-03-14T20:06:09.985Z] #102 exporting layers 4.0s done [2024-03-14T20:06:09.985Z] #102 writing image sha256:1484dec03f1fbf603b1d37b15ab47dfad88026b0470ac9e4955a98b1f5cf878f 0.0s done [2024-03-14T20:06:09.985Z] #102 naming to docker.io/library/security-spire-server-arm64 [2024-03-14T20:06:09.985Z] #102 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-03-14T20:06:10.251Z] #102 exporting layers 4.2s done [2024-03-14T20:06:10.251Z] #102 writing image sha256:213a393610eb1c33a441e2e126fd3c36599182bd489f0bff4651ecb9a265387c 0.0s done [2024-03-14T20:06:10.251Z] #102 exporting layers 3.8s done [2024-03-14T20:06:10.251Z] #102 naming to docker.io/library/security-spire-config-arm64 done [2024-03-14T20:06:10.251Z] #102 writing image sha256:1e39adee68017b62c3ade20ce48cebfce6254f48ee482d5cd26a9f7b0d9544ad done [2024-03-14T20:06:10.251Z] #102 naming to docker.io/library/security-spire-agent-arm64 done [2024-03-14T20:06:10.251Z] #102 DONE 4.6s [2024-03-14T20:06:10.251Z] [2024-03-14T20:06:10.251Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:13.580Z] #103 ... [2024-03-14T20:06:13.580Z] [2024-03-14T20:06:13.580Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:20.202Z] #104 ... [2024-03-14T20:06:20.202Z] [2024-03-14T20:06:20.202Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:20.202Z] #89 DONE 26.4s [2024-03-14T20:06:20.202Z] [2024-03-14T20:06:20.202Z] #97 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:20.202Z] #97 DONE 24.9s [2024-03-14T20:06:20.202Z] [2024-03-14T20:06:20.202Z] #105 [core-command builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #105 DONE 2.7s [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #106 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:22.779Z] #106 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #107 [core-data builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #107 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #108 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:22.779Z] #108 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #109 [support-scheduler builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #109 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #110 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:22.779Z] #110 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #111 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:22.779Z] #111 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #112 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:22.779Z] #112 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #113 [core-metadata builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #113 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #114 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:22.779Z] #114 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #115 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:22.779Z] #115 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #116 [security-proxy-setup builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #116 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #117 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:22.779Z] #117 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #118 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:22.779Z] #118 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #119 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:22.779Z] #119 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #120 [security-proxy-auth builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #120 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #121 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:22.779Z] #121 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:22.779Z] #122 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #123 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #123 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #124 [security-secretstore-setup builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #124 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:22.779Z] #125 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-14T20:06:22.779Z] #126 CACHED [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #127 [security-bootstrapper builder 6/7] COPY . . [2024-03-14T20:06:22.779Z] #127 DONE 2.7s [2024-03-14T20:06:22.779Z] [2024-03-14T20:06:22.779Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-14T20:06:28.117Z] #128 ... [2024-03-14T20:06:28.117Z] [2024-03-14T20:06:28.117Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T20:06:28.117Z] #0 5.166 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-03-14T20:06:28.396Z] #129 ... [2024-03-14T20:06:28.396Z] [2024-03-14T20:06:28.396Z] #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T20:06:28.396Z] #0 5.623 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-03-14T20:06:28.396Z] #130 ... [2024-03-14T20:06:28.396Z] [2024-03-14T20:06:28.396Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-14T20:06:28.396Z] #128 5.950 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-03-14T20:06:30.988Z] #128 ... [2024-03-14T20:06:30.988Z] [2024-03-14T20:06:30.988Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:30.988Z] #104 DONE 27.5s [2024-03-14T20:06:30.988Z] [2024-03-14T20:06:30.988Z] #131 [security-spiffe-token-provider builder 6/7] COPY . . [2024-03-14T20:06:32.392Z] #131 ... [2024-03-14T20:06:32.392Z] [2024-03-14T20:06:32.392Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T20:06:32.392Z] #0 6.111 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-03-14T20:06:32.723Z] #132 ... [2024-03-14T20:06:32.723Z] [2024-03-14T20:06:32.723Z] #133 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T20:06:32.723Z] #0 5.511 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-03-14T20:06:32.723Z] #133 ... [2024-03-14T20:06:32.723Z] [2024-03-14T20:06:32.723Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T20:06:32.723Z] #0 4.853 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-03-14T20:06:32.990Z] #134 ... [2024-03-14T20:06:32.990Z] [2024-03-14T20:06:32.990Z] #135 [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-03-14T20:06:32.990Z] #0 5.925 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-03-14T20:06:32.990Z] #135 ... [2024-03-14T20:06:32.990Z] [2024-03-14T20:06:32.990Z] #136 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-14T20:06:32.990Z] #0 5.793 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-03-14T20:06:33.255Z] #136 ... [2024-03-14T20:06:33.255Z] [2024-03-14T20:06:33.255Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-14T20:06:33.255Z] #0 5.399 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-03-14T20:06:33.255Z] #137 ... [2024-03-14T20:06:33.255Z] [2024-03-14T20:06:33.255Z] #131 [security-spiffe-token-provider builder 6/7] COPY . . [2024-03-14T20:06:33.255Z] #131 DONE 2.5s [2024-03-14T20:06:33.255Z] [2024-03-14T20:06:33.256Z] #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T20:06:35.230Z] #138 1.903 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-03-14T20:06:38.564Z] #138 ... [2024-03-14T20:06:38.564Z] [2024-03-14T20:06:38.565Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-14T20:06:38.565Z] #103 DONE 31.2s [2024-03-14T20:06:38.565Z] [2024-03-14T20:06:38.565Z] #139 [support-notifications builder 6/7] COPY . . [2024-03-14T20:06:40.505Z] #139 DONE 2.4s [2024-03-14T20:06:40.505Z] [2024-03-14T20:06:40.505Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T20:06:42.445Z] #140 1.841 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-03-14T20:18:19.733Z] #140 ... [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #135 [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-03-14T20:18:19.733Z] #135 708.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-03-14T20:18:19.733Z] #135 ... [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #136 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-14T20:18:19.733Z] #136 DONE 711.9s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #135 [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-03-14T20:18:19.733Z] #135 ... [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:18:19.733Z] #141 DONE 0.4s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #142 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:18:19.733Z] #142 DONE 0.1s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #143 [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-03-14T20:18:19.733Z] #143 DONE 0.1s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T20:18:19.733Z] #140 ... [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #144 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-14T20:18:19.733Z] #144 DONE 0.1s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #145 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-03-14T20:18:19.733Z] #145 DONE 0.4s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #146 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-03-14T20:18:19.733Z] #146 DONE 0.2s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #147 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T20:18:19.733Z] #147 DONE 2.0s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #102 [security-proxy-setup] exporting to image [2024-03-14T20:18:19.733Z] #102 exporting layers [2024-03-14T20:18:19.733Z] #102 exporting layers 1.0s done [2024-03-14T20:18:19.733Z] #102 writing image sha256:2d7fdf2c8f9cff8eac20cba71d079955a32c4ad7c51b88a73b01023fd015473b done [2024-03-14T20:18:19.733Z] #102 naming to docker.io/library/security-proxy-setup-arm64 done [2024-03-14T20:18:19.733Z] #102 DONE 5.5s [2024-03-14T20:18:19.733Z] [2024-03-14T20:18:19.733Z] #135 [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-03-14T20:18:23.975Z] #135 ... [2024-03-14T20:18:23.975Z] [2024-03-14T20:18:23.975Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-14T20:18:23.975Z] #128 DONE 721.5s [2024-03-14T20:18:23.975Z] [2024-03-14T20:18:23.975Z] #148 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-03-14T20:18:24.242Z] #148 DONE 0.3s [2024-03-14T20:18:24.242Z] [2024-03-14T20:18:24.242Z] #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T20:18:24.529Z] #130 ... [2024-03-14T20:18:24.529Z] [2024-03-14T20:18:24.529Z] #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-14T20:18:25.941Z] #149 ... [2024-03-14T20:18:25.941Z] [2024-03-14T20:18:25.941Z] #135 [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-03-14T20:18:25.941Z] #135 DONE 723.4s [2024-03-14T20:18:25.941Z] [2024-03-14T20:18:25.941Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-14T20:18:26.902Z] #137 ... [2024-03-14T20:18:26.902Z] [2024-03-14T20:18:26.902Z] #150 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:18:26.902Z] #150 DONE 0.2s [2024-03-14T20:18:26.902Z] [2024-03-14T20:18:26.902Z] #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T20:18:27.169Z] #130 ... [2024-03-14T20:18:27.169Z] [2024-03-14T20:18:27.169Z] #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-14T20:18:27.169Z] #149 DONE 2.7s [2024-03-14T20:18:27.169Z] [2024-03-14T20:18:27.169Z] #151 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:18:27.434Z] #151 ... [2024-03-14T20:18:27.434Z] [2024-03-14T20:18:27.434Z] #152 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:18:27.434Z] #152 DONE 0.4s [2024-03-14T20:18:27.434Z] [2024-03-14T20:18:27.434Z] #151 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:18:27.434Z] #151 DONE 0.5s [2024-03-14T20:18:27.434Z] [2024-03-14T20:18:27.434Z] #153 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:18:27.707Z] #153 DONE 0.3s [2024-03-14T20:18:27.707Z] [2024-03-14T20:18:27.707Z] #154 [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-03-14T20:18:27.707Z] #154 DONE 0.3s [2024-03-14T20:18:27.707Z] [2024-03-14T20:18:27.707Z] #155 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-03-14T20:18:27.976Z] #155 ... [2024-03-14T20:18:27.976Z] [2024-03-14T20:18:27.976Z] #156 [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-03-14T20:18:27.976Z] #156 DONE 0.2s [2024-03-14T20:18:28.245Z] [2024-03-14T20:18:28.245Z] #157 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:18:28.245Z] #157 DONE 0.2s [2024-03-14T20:18:28.245Z] [2024-03-14T20:18:28.245Z] #155 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-03-14T20:18:28.245Z] #155 DONE 0.4s [2024-03-14T20:18:28.245Z] [2024-03-14T20:18:28.245Z] #158 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-03-14T20:18:28.539Z] #158 DONE 0.3s [2024-03-14T20:18:28.539Z] [2024-03-14T20:18:28.539Z] #159 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-03-14T20:18:28.539Z] #159 DONE 0.3s [2024-03-14T20:18:28.539Z] [2024-03-14T20:18:28.539Z] #160 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-14T20:18:28.880Z] #160 ... [2024-03-14T20:18:28.880Z] [2024-03-14T20:18:28.880Z] #161 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-03-14T20:18:28.880Z] #161 DONE 0.3s [2024-03-14T20:18:28.880Z] [2024-03-14T20:18:28.880Z] #160 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-14T20:18:28.880Z] #160 DONE 0.4s [2024-03-14T20:18:28.880Z] [2024-03-14T20:18:28.881Z] #162 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-14T20:18:29.225Z] #162 ... [2024-03-14T20:18:29.225Z] [2024-03-14T20:18:29.225Z] #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-03-14T20:18:29.225Z] #163 DONE 0.3s [2024-03-14T20:18:29.225Z] [2024-03-14T20:18:29.225Z] #162 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-14T20:18:29.226Z] #162 DONE 0.3s [2024-03-14T20:18:29.226Z] [2024-03-14T20:18:29.226Z] #164 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-03-14T20:18:29.518Z] #164 DONE 0.3s [2024-03-14T20:18:29.518Z] [2024-03-14T20:18:29.518Z] #165 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-03-14T20:18:30.102Z] #165 DONE 0.5s [2024-03-14T20:18:30.102Z] [2024-03-14T20:18:30.102Z] #166 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-14T20:18:32.042Z] #166 ... [2024-03-14T20:18:32.042Z] [2024-03-14T20:18:32.042Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T20:18:32.042Z] #167 DONE 2.6s [2024-03-14T20:18:32.042Z] [2024-03-14T20:18:32.042Z] #102 [security-secretstore-setup] exporting to image [2024-03-14T20:18:32.042Z] #102 exporting layers [2024-03-14T20:18:33.007Z] #102 ... [2024-03-14T20:18:33.007Z] [2024-03-14T20:18:33.007Z] #166 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-14T20:18:33.007Z] #166 DONE 2.7s [2024-03-14T20:18:33.007Z] [2024-03-14T20:18:33.007Z] #102 [security-bootstrapper] exporting to image [2024-03-14T20:18:33.966Z] #102 exporting layers 2.0s done [2024-03-14T20:18:33.966Z] #102 exporting layers 1.2s done [2024-03-14T20:18:33.966Z] #102 writing image sha256:e421bf30b9bf4850e7e7a208a6ef92ad4ae1d6c892318c1095e3ef615cd69733 0.0s done [2024-03-14T20:18:33.966Z] #102 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-03-14T20:18:33.966Z] #102 writing image sha256:78cb8f788f8f74c6a304c5e25a9c7094110c72eb50de6b609604d62387776101 done [2024-03-14T20:18:33.966Z] #102 naming to docker.io/library/security-bootstrapper-arm64 done [2024-03-14T20:18:33.966Z] #102 DONE 7.7s [2024-03-14T20:18:34.233Z] [2024-03-14T20:18:34.233Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T20:18:42.422Z] #134 ... [2024-03-14T20:18:42.422Z] [2024-03-14T20:18:42.422Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-14T20:18:42.422Z] #137 DONE 739.0s [2024-03-14T20:18:42.422Z] [2024-03-14T20:18:42.422Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:18:42.422Z] #39 ... [2024-03-14T20:18:42.422Z] [2024-03-14T20:18:42.422Z] #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:18:42.422Z] #168 DONE 0.3s [2024-03-14T20:18:42.422Z] [2024-03-14T20:18:42.422Z] #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:18:42.422Z] #169 DONE 0.1s [2024-03-14T20:18:42.422Z] [2024-03-14T20:18:42.422Z] #170 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-03-14T20:18:42.688Z] #170 DONE 0.2s [2024-03-14T20:18:42.688Z] [2024-03-14T20:18:42.688Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:18:42.953Z] #171 DONE 0.1s [2024-03-14T20:18:42.953Z] [2024-03-14T20:18:42.953Z] #172 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-03-14T20:18:42.953Z] #172 DONE 0.1s [2024-03-14T20:18:42.953Z] [2024-03-14T20:18:42.953Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T20:18:42.953Z] #132 ... [2024-03-14T20:18:42.953Z] [2024-03-14T20:18:42.953Z] #173 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T20:18:44.901Z] #173 DONE 1.7s [2024-03-14T20:18:44.901Z] [2024-03-14T20:18:44.901Z] #102 [security-proxy-auth] exporting to image [2024-03-14T20:18:44.901Z] #102 exporting layers [2024-03-14T20:18:45.485Z] #102 exporting layers 0.8s done [2024-03-14T20:18:45.485Z] #102 writing image sha256:f393067403a3d54327e8373165478c6f482e858fbb18188351495a732d1e1487 done [2024-03-14T20:18:45.485Z] #102 naming to docker.io/library/security-proxy-auth-arm64 done [2024-03-14T20:18:45.485Z] #102 DONE 8.4s [2024-03-14T20:18:45.485Z] [2024-03-14T20:18:45.485Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T20:18:57.787Z] #129 ... [2024-03-14T20:18:57.787Z] [2024-03-14T20:18:57.787Z] #133 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T20:18:57.787Z] #133 DONE 755.0s [2024-03-14T20:18:57.787Z] [2024-03-14T20:18:57.787Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T20:18:57.787Z] #129 ... [2024-03-14T20:18:57.787Z] [2024-03-14T20:18:57.787Z] #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:18:58.055Z] #174 DONE 0.2s [2024-03-14T20:18:58.055Z] [2024-03-14T20:18:58.055Z] #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:18:58.323Z] #175 DONE 0.2s [2024-03-14T20:18:58.323Z] [2024-03-14T20:18:58.323Z] #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-03-14T20:18:58.592Z] #176 DONE 0.3s [2024-03-14T20:18:58.592Z] [2024-03-14T20:18:58.592Z] #177 [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-03-14T20:18:58.869Z] #177 DONE 0.2s [2024-03-14T20:18:58.869Z] [2024-03-14T20:18:58.869Z] #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-03-14T20:18:58.869Z] #178 DONE 0.1s [2024-03-14T20:18:58.869Z] [2024-03-14T20:18:58.869Z] #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T20:19:00.807Z] #179 DONE 1.8s [2024-03-14T20:19:00.807Z] [2024-03-14T20:19:00.807Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:19:00.807Z] #39 ... [2024-03-14T20:19:00.807Z] [2024-03-14T20:19:00.808Z] #102 [core-common-config-bootstrapper] exporting to image [2024-03-14T20:19:00.808Z] #102 exporting layers [2024-03-14T20:19:01.075Z] #102 exporting layers 0.6s done [2024-03-14T20:19:01.342Z] #102 writing image sha256:db59b83ebf7b05c6ed9cf735ca8410c178faf7eb55f6e16799d4fe13d03db82b done [2024-03-14T20:19:01.342Z] #102 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-03-14T20:19:01.342Z] #102 DONE 9.1s [2024-03-14T20:19:01.342Z] [2024-03-14T20:19:01.342Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T20:19:27.991Z] #132 ... [2024-03-14T20:19:27.991Z] [2024-03-14T20:19:27.991Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T20:19:27.991Z] #134 DONE 784.8s [2024-03-14T20:19:27.991Z] [2024-03-14T20:19:27.991Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:19:27.991Z] #180 DONE 0.2s [2024-03-14T20:19:27.991Z] [2024-03-14T20:19:27.991Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:19:27.991Z] #181 DONE 0.2s [2024-03-14T20:19:27.991Z] [2024-03-14T20:19:27.991Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-03-14T20:19:28.257Z] #182 DONE 0.2s [2024-03-14T20:19:28.257Z] [2024-03-14T20:19:28.257Z] #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:19:28.257Z] #183 DONE 0.1s [2024-03-14T20:19:28.257Z] [2024-03-14T20:19:28.257Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T20:19:28.523Z] #132 ... [2024-03-14T20:19:28.523Z] [2024-03-14T20:19:28.523Z] #102 [core-command] exporting to image [2024-03-14T20:19:28.523Z] #102 exporting layers [2024-03-14T20:19:28.523Z] #102 exporting layers 0.2s done [2024-03-14T20:19:28.523Z] #102 writing image sha256:efd257d8691a35f31c20e013266bbdbc4240e0dbd26046d9038fc799e60abb61 done [2024-03-14T20:19:28.523Z] #102 naming to docker.io/library/core-command-arm64 done [2024-03-14T20:19:28.523Z] #102 DONE 9.3s [2024-03-14T20:19:28.523Z] [2024-03-14T20:19:28.523Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:19:38.567Z] #24 ... [2024-03-14T20:19:38.567Z] [2024-03-14T20:19:38.567Z] #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T20:19:38.567Z] #130 DONE 796.0s [2024-03-14T20:19:38.567Z] [2024-03-14T20:19:38.567Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T20:19:38.842Z] #132 ... [2024-03-14T20:19:38.842Z] [2024-03-14T20:19:38.842Z] #184 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:19:39.112Z] #184 DONE 0.3s [2024-03-14T20:19:39.112Z] [2024-03-14T20:19:39.112Z] #185 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:19:39.378Z] #185 DONE 0.2s [2024-03-14T20:19:39.378Z] [2024-03-14T20:19:39.378Z] #186 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-03-14T20:19:39.648Z] #186 DONE 0.3s [2024-03-14T20:19:39.648Z] [2024-03-14T20:19:39.648Z] #187 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:19:39.648Z] #187 DONE 0.1s [2024-03-14T20:19:39.648Z] [2024-03-14T20:19:39.648Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T20:19:39.913Z] #132 ... [2024-03-14T20:19:39.913Z] [2024-03-14T20:19:39.913Z] #102 [core-data] exporting to image [2024-03-14T20:19:39.913Z] #102 exporting layers [2024-03-14T20:19:40.178Z] #102 exporting layers 0.3s done [2024-03-14T20:19:40.178Z] #102 writing image sha256:dd2d6b982794609419b877d725b6305a6e26714a9f1cb9aafe10a8c6791c6e38 done [2024-03-14T20:19:40.178Z] #102 naming to docker.io/library/core-data-arm64 done [2024-03-14T20:19:40.178Z] #102 DONE 9.6s [2024-03-14T20:19:40.178Z] [2024-03-14T20:19:40.178Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T20:19:41.134Z] #132 DONE 798.7s [2024-03-14T20:19:41.134Z] [2024-03-14T20:19:41.134Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:19:41.736Z] #39 ... [2024-03-14T20:19:41.736Z] [2024-03-14T20:19:41.737Z] #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:19:41.737Z] #188 DONE 0.2s [2024-03-14T20:19:41.737Z] [2024-03-14T20:19:41.737Z] #189 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:19:42.011Z] #189 DONE 0.2s [2024-03-14T20:19:42.011Z] [2024-03-14T20:19:42.011Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:19:42.011Z] #39 ... [2024-03-14T20:19:42.011Z] [2024-03-14T20:19:42.011Z] #190 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-03-14T20:19:42.283Z] #190 DONE 0.2s [2024-03-14T20:19:42.283Z] [2024-03-14T20:19:42.283Z] #191 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:19:42.283Z] #191 DONE 0.1s [2024-03-14T20:19:42.283Z] [2024-03-14T20:19:42.283Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:19:42.283Z] #24 ... [2024-03-14T20:19:42.283Z] [2024-03-14T20:19:42.283Z] #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-03-14T20:19:42.548Z] #192 DONE 0.1s [2024-03-14T20:19:42.548Z] [2024-03-14T20:19:42.548Z] #102 [core-metadata] exporting to image [2024-03-14T20:19:42.548Z] #102 exporting layers 0.3s done [2024-03-14T20:19:42.812Z] #102 writing image sha256:7dfb7521ead23732e1a275acad02fe26ecbe8be5c61336469ae6135293ffa2ed done [2024-03-14T20:19:42.812Z] #102 naming to docker.io/library/core-metadata-arm64 done [2024-03-14T20:19:42.812Z] #102 DONE 9.9s [2024-03-14T20:19:42.812Z] [2024-03-14T20:19:42.812Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T20:20:00.984Z] #140 ... [2024-03-14T20:20:00.984Z] [2024-03-14T20:20:00.985Z] #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T20:20:00.985Z] #138 DONE 806.2s [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:20:00.985Z] #24 ... [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:20:00.985Z] #193 DONE 0.2s [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:20:00.985Z] #194 DONE 0.1s [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:20:00.985Z] #24 ... [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-03-14T20:20:00.985Z] #195 DONE 0.3s [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:20:00.985Z] #24 ... [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:20:00.985Z] #196 DONE 0.1s [2024-03-14T20:20:00.985Z] [2024-03-14T20:20:00.985Z] #102 [security-spiffe-token-provider] exporting to image [2024-03-14T20:20:00.985Z] #102 exporting layers [2024-03-14T20:20:01.248Z] #102 exporting layers 0.6s done [2024-03-14T20:20:01.248Z] #102 writing image sha256:a3bfc78d101947d7fc6e65cfac85c3a95c28b2c96e6b227528aa02a7023e879d [2024-03-14T20:20:01.248Z] #102 writing image sha256:a3bfc78d101947d7fc6e65cfac85c3a95c28b2c96e6b227528aa02a7023e879d done [2024-03-14T20:20:01.248Z] #102 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-03-14T20:20:01.248Z] #102 DONE 10.5s [2024-03-14T20:20:01.248Z] [2024-03-14T20:20:01.248Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:20:19.411Z] #24 ... [2024-03-14T20:20:19.411Z] [2024-03-14T20:20:19.412Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T20:20:19.412Z] #129 DONE 835.7s [2024-03-14T20:20:19.412Z] [2024-03-14T20:20:19.412Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T20:20:19.412Z] #140 ... [2024-03-14T20:20:19.412Z] [2024-03-14T20:20:19.412Z] #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:20:19.412Z] #197 DONE 0.1s [2024-03-14T20:20:19.412Z] [2024-03-14T20:20:19.412Z] #198 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:20:19.412Z] #198 DONE 0.2s [2024-03-14T20:20:19.412Z] [2024-03-14T20:20:19.412Z] #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-03-14T20:20:19.412Z] #199 DONE 0.3s [2024-03-14T20:20:19.412Z] [2024-03-14T20:20:19.412Z] #200 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:20:19.412Z] #200 DONE 0.1s [2024-03-14T20:20:19.412Z] [2024-03-14T20:20:19.412Z] #102 [support-scheduler] exporting to image [2024-03-14T20:20:19.412Z] #102 exporting layers [2024-03-14T20:20:19.686Z] #102 exporting layers 0.3s done [2024-03-14T20:20:19.686Z] #102 writing image sha256:eb5acc59e1b7c0d44476ded82591a3e370528e0c84fccb4361794db970dcdee4 done [2024-03-14T20:20:19.686Z] #102 naming to docker.io/library/support-scheduler-arm64 done [2024-03-14T20:20:19.686Z] #102 DONE 10.8s [2024-03-14T20:20:19.686Z] [2024-03-14T20:20:19.686Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:20:19.951Z] #24 ... [2024-03-14T20:20:19.951Z] [2024-03-14T20:20:19.951Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T20:20:19.951Z] #140 DONE 819.5s [2024-03-14T20:20:19.951Z] [2024-03-14T20:20:19.951Z] #201 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T20:20:20.216Z] #201 DONE 0.1s [2024-03-14T20:20:20.216Z] [2024-03-14T20:20:20.216Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T20:20:20.216Z] #39 ... [2024-03-14T20:20:20.216Z] [2024-03-14T20:20:20.217Z] #202 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T20:20:20.217Z] #202 DONE 0.1s [2024-03-14T20:20:20.482Z] [2024-03-14T20:20:20.482Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-03-14T20:20:20.482Z] #203 DONE 0.2s [2024-03-14T20:20:20.482Z] [2024-03-14T20:20:20.482Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-03-14T20:20:20.747Z] #204 DONE 0.1s [2024-03-14T20:20:20.747Z] [2024-03-14T20:20:20.747Z] #102 [support-notifications] exporting to image [2024-03-14T20:20:21.010Z] #102 exporting layers 0.3s done [2024-03-14T20:20:21.010Z] #102 writing image sha256:de885b47b520158e78c44eaecbae89cf7dee6bdc0ee1a2fcb941af3a46f3b52f done [2024-03-14T20:20:21.010Z] #102 naming to docker.io/library/support-notifications-arm64 done [2024-03-14T20:20:21.010Z] #102 DONE 11.1s [2024-03-14T20:20:21.010Z] [2024-03-14T20:20:21.010Z] #24 [core-metadata internal] load .dockerignore [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.010Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.011Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.011Z] time="2024-03-14T20:04:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.011Z] time="2024-03-14T20:04:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T20:20:21.011Z] time="2024-03-14T20:04:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-03-14T20:20:21.043Z] $ docker stop --time=1 0db3b5dcb816f39aa70590650a3551478605a164b0dcf9b16f9ff358dd871a18 [2024-03-14T20:20:22.702Z] $ docker rm -f --volumes 0db3b5dcb816f39aa70590650a3551478605a164b0dcf9b16f9ff358dd871a18 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-14T20:20:23.258Z] + docker images [2024-03-14T20:20:23.258Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-03-14T20:20:23.258Z] support-notifications-arm64 latest de885b47b520 3 seconds ago 26.6MB [2024-03-14T20:20:23.258Z] support-scheduler-arm64 latest eb5acc59e1b7 4 seconds ago 25.9MB [2024-03-14T20:20:23.258Z] security-spiffe-token-provider-arm64 latest a3bfc78d1019 23 seconds ago 29.1MB [2024-03-14T20:20:23.258Z] core-metadata-arm64 latest 7dfb7521ead2 41 seconds ago 17.4MB [2024-03-14T20:20:23.258Z] core-data-arm64 latest dd2d6b982794 44 seconds ago 17.2MB [2024-03-14T20:20:23.258Z] core-command-arm64 latest efd257d8691a 55 seconds ago 17.1MB [2024-03-14T20:20:23.258Z] core-common-config-bootstrapper-arm64 latest db59b83ebf7b About a minute ago 15.1MB [2024-03-14T20:20:23.258Z] security-proxy-auth-arm64 latest f393067403a3 About a minute ago 15.9MB [2024-03-14T20:20:23.258Z] security-bootstrapper-arm64 latest 78cb8f788f8f About a minute ago 18.5MB [2024-03-14T20:20:23.258Z] security-secretstore-setup-arm64 latest e421bf30b9bf About a minute ago 35.9MB [2024-03-14T20:20:23.258Z] security-proxy-setup-arm64 latest 2d7fdf2c8f9c 2 minutes ago 25.9MB [2024-03-14T20:20:23.258Z] security-spire-config-arm64 latest 213a393610eb 14 minutes ago 95.8MB [2024-03-14T20:20:23.258Z] security-spire-agent-arm64 latest 1e39adee6801 14 minutes ago 152MB [2024-03-14T20:20:23.258Z] security-spire-server-arm64 latest 1484dec03f1f 14 minutes ago 96.7MB [2024-03-14T20:20:23.258Z] ci-base-image-arm64 latest e943d41e0a0d 24 minutes ago 883MB [2024-03-14T20:20:23.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 4 months ago 560MB [2024-03-14T20:20:23.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 9 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-03-14T20:20:24.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-14T20:20:24.211Z] [2024-03-14T20:20:24.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T20:20:24.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-14T20:20:24.908Z] arm64: Pulling from edgex-lftools-log-publisher [2024-03-14T20:20:24.908Z] 8998bd30e6a1: Pulling fs layer [2024-03-14T20:20:24.908Z] 04944245beec: Pulling fs layer [2024-03-14T20:20:24.908Z] 699f458cf7ca: Pulling fs layer [2024-03-14T20:20:24.908Z] 765212b225bb: Pulling fs layer [2024-03-14T20:20:24.908Z] f23df028b6ca: Pulling fs layer [2024-03-14T20:20:24.908Z] d65c8cfc05b1: Pulling fs layer [2024-03-14T20:20:24.908Z] 2437ff75d9bd: Pulling fs layer [2024-03-14T20:20:24.908Z] 765212b225bb: Waiting [2024-03-14T20:20:24.908Z] f23df028b6ca: Waiting [2024-03-14T20:20:24.908Z] d65c8cfc05b1: Waiting [2024-03-14T20:20:24.908Z] 2437ff75d9bd: Waiting [2024-03-14T20:20:24.908Z] 04944245beec: Download complete [2024-03-14T20:20:24.908Z] 765212b225bb: Verifying Checksum [2024-03-14T20:20:24.908Z] 765212b225bb: Download complete [2024-03-14T20:20:24.908Z] f23df028b6ca: Verifying Checksum [2024-03-14T20:20:24.908Z] f23df028b6ca: Download complete [2024-03-14T20:20:25.181Z] d65c8cfc05b1: Verifying Checksum [2024-03-14T20:20:25.181Z] d65c8cfc05b1: Download complete [2024-03-14T20:20:25.181Z] 699f458cf7ca: Verifying Checksum [2024-03-14T20:20:25.181Z] 699f458cf7ca: Download complete [2024-03-14T20:20:25.447Z] 8998bd30e6a1: Verifying Checksum [2024-03-14T20:20:25.447Z] 8998bd30e6a1: Download complete [2024-03-14T20:20:28.016Z] 2437ff75d9bd: Verifying Checksum [2024-03-14T20:20:28.016Z] 2437ff75d9bd: Download complete [2024-03-14T20:20:30.583Z] 8998bd30e6a1: Pull complete [2024-03-14T20:20:30.583Z] 04944245beec: Pull complete [2024-03-14T20:20:32.514Z] 699f458cf7ca: Pull complete [2024-03-14T20:20:32.514Z] 765212b225bb: Pull complete [2024-03-14T20:20:33.469Z] f23df028b6ca: Pull complete [2024-03-14T20:20:33.469Z] d65c8cfc05b1: Pull complete [2024-03-14T20:20:51.656Z] 2437ff75d9bd: Pull complete [2024-03-14T20:20:51.656Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-03-14T20:20:51.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-14T20:20:51.656Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T20:20:51.973Z] prd-ubuntu20.04-docker-arm64-4c-16g-1 does not seem to be running inside a container [2024-03-14T20:20:52.017Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-03-14T20:20:54.696Z] $ docker top 1a88c7f216a661f09dc98939364f5669d504ccb58500044f8da5e24b1c8665e0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:20:55.839Z] ---> job-cost.sh [2024-03-14T20:20:55.839Z] lf-activate-venv: SKIPPING [2024-03-14T20:20:55.840Z] INFO: No Stack... [2024-03-14T20:20:56.415Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-03-14T20:20:57.365Z] INFO: Archiving Costs [Pipeline] sh [2024-03-14T20:20:58.026Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-03-14T20:20:58.027Z] + cut -d, -f6 [Pipeline] lock [2024-03-14T20:20:58.087Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4775-1-stack-cost] [2024-03-14T20:20:58.094Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4775-1-stack-cost] did not exist. Created. [2024-03-14T20:20:58.102Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4775-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-14T20:20:58.540Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-03-14T20:20:58.745Z] Stashed 1 file(s) [Pipeline] } [2024-03-14T20:20:58.762Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4775-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-14T20:20:58.836Z] $ docker stop --time=1 1a88c7f216a661f09dc98939364f5669d504ccb58500044f8da5e24b1c8665e0 [2024-03-14T20:21:00.304Z] $ docker rm -f --volumes 1a88c7f216a661f09dc98939364f5669d504ccb58500044f8da5e24b1c8665e0 [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-03-14T20:21:01.612Z] provisioning config files... [2024-03-14T20:21:01.625Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config10757647674889377231tmp [Pipeline] { [Pipeline] sh [2024-03-14T20:21:01.976Z] + set +x [2024-03-14T20:21:01.976Z] + bash -s -- [2024-03-14T20:21:01.976Z] + curl -s https://codecov.io/bash [2024-03-14T20:21:02.236Z] [2024-03-14T20:21:02.236Z] _____ _ [2024-03-14T20:21:02.236Z] / ____| | | [2024-03-14T20:21:02.236Z] | | ___ __| | ___ ___ _____ __ [2024-03-14T20:21:02.236Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-03-14T20:21:02.236Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-03-14T20:21:02.236Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-03-14T20:21:02.236Z] Bash-1.0.6 [2024-03-14T20:21:02.236Z] [2024-03-14T20:21:02.236Z] [2024-03-14T20:21:02.236Z] ==> git version 2.25.1 found [2024-03-14T20:21:02.236Z] ==> 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-03-14T20:21:02.236Z] Release-Date: 2020-01-08 [2024-03-14T20:21:02.236Z] 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-03-14T20:21:02.236Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-03-14T20:21:02.236Z] ==> Jenkins CI detected. [2024-03-14T20:21:02.236Z] current dir:  /w/workspace/edgex-go/1 [2024-03-14T20:21:02.236Z] project root: . [2024-03-14T20:21:02.236Z] --> token set from env [2024-03-14T20:21:02.236Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-03-14T20:21:02.236Z] ==> Running gcov in . (disable via -X gcov) [2024-03-14T20:21:02.236Z] ==> Python coveragepy not found [2024-03-14T20:21:02.236Z] ==> Searching for coverage reports in: [2024-03-14T20:21:02.236Z] + . [2024-03-14T20:21:02.236Z] -> Found 1 reports [2024-03-14T20:21:02.236Z] ==> Detecting git/mercurial file structure [2024-03-14T20:21:02.236Z] ==> Reading reports [2024-03-14T20:21:02.236Z] + ./coverage.out bytes=455122 [2024-03-14T20:21:02.236Z] ==> Appending adjustments [2024-03-14T20:21:02.236Z] https://docs.codecov.io/docs/fixing-reports [2024-03-14T20:21:03.615Z] + Found adjustments [2024-03-14T20:21:03.615Z] ==> Gzipping contents [2024-03-14T20:21:03.615Z] 60K /tmp/codecov.HEiTOc.gz [2024-03-14T20:21:03.615Z] ==> Uploading reports [2024-03-14T20:21:03.615Z] url: https://codecov.io [2024-03-14T20:21:03.615Z] query: branch=PR-4775&commit=bd80f68841c23a184cc87593744251dcb139a3cb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4775%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4775&job=&cmd_args= [2024-03-14T20:21:03.615Z] -> Pinging Codecov [2024-03-14T20:21:03.615Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4775&commit=bd80f68841c23a184cc87593744251dcb139a3cb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4775%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4775&job=&cmd_args= [2024-03-14T20:21:03.615Z] -> Uploading to [2024-03-14T20:21:03.616Z] https://storage.googleapis.com/codecov/v4/raw/2024-03-14/00271124DB129430A58F1EEE437C3FCB/bd80f68841c23a184cc87593744251dcb139a3cb/4163d528-1feb-44ec-b099-743b737e3aa5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240314T202103Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=60a50f957605af7c64d60657d36d82b4b116a9ea37effe1ea72581df4e03516f [2024-03-14T20:21:03.616Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-14T20:21:03.616Z] Dload Upload Total Spent Left Speed [2024-03-14T20:21:04.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57834 0 0 100 57834 0 154k --:--:-- --:--:-- --:--:-- 154k [2024-03-14T20:21:04.188Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/bd80f68841c23a184cc87593744251dcb139a3cb [Pipeline] } [2024-03-14T20:21:04.216Z] 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-03-14T20:21:05.862Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:21:06.198Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:21:07.096Z] ---> package-listing.sh [2024-03-14T20:21:07.096Z] ++ facter osfamily [2024-03-14T20:21:07.096Z] ++ tr '[:upper:]' '[:lower:]' [2024-03-14T20:21:07.356Z] + OS_FAMILY=debian [2024-03-14T20:21:07.356Z] + workspace=/w/workspace/edgex-go/1 [2024-03-14T20:21:07.356Z] + START_PACKAGES=/tmp/packages_start.txt [2024-03-14T20:21:07.356Z] + END_PACKAGES=/tmp/packages_end.txt [2024-03-14T20:21:07.356Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-03-14T20:21:07.356Z] + PACKAGES=/tmp/packages_start.txt [2024-03-14T20:21:07.356Z] + '[' /w/workspace/edgex-go/1 ']' [2024-03-14T20:21:07.356Z] + PACKAGES=/tmp/packages_end.txt [2024-03-14T20:21:07.356Z] + case "${OS_FAMILY}" in [2024-03-14T20:21:07.356Z] + dpkg -l [2024-03-14T20:21:07.356Z] + grep '^ii' [2024-03-14T20:21:07.356Z] + '[' -f /tmp/packages_start.txt ']' [2024-03-14T20:21:07.356Z] + '[' -f /tmp/packages_end.txt ']' [2024-03-14T20:21:07.356Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-03-14T20:21:07.356Z] + '[' /w/workspace/edgex-go/1 ']' [2024-03-14T20:21:07.356Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-03-14T20:21:07.356Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-03-14T20:21:07.392Z] 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-03-14T20:21:07.689Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T20:21:08.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-14T20:21:08.319Z] [2024-03-14T20:21:08.320Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T20:21:08.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-14T20:21:08.692Z] latest: Pulling from edgex-lftools-log-publisher [2024-03-14T20:21:08.692Z] 5eb5b503b376: Pulling fs layer [2024-03-14T20:21:08.692Z] 5c69ac0246d0: Pulling fs layer [2024-03-14T20:21:08.692Z] ec43610c2a17: Pulling fs layer [2024-03-14T20:21:08.692Z] 3a2ae6a8a46f: Pulling fs layer [2024-03-14T20:21:08.692Z] 33b1e0a273af: Pulling fs layer [2024-03-14T20:21:08.692Z] 3a2ae6a8a46f: Waiting [2024-03-14T20:21:08.692Z] 33b1e0a273af: Waiting [2024-03-14T20:21:08.692Z] 5d3b04190fa2: Pulling fs layer [2024-03-14T20:21:08.692Z] 2f39f015ded8: Pulling fs layer [2024-03-14T20:21:08.692Z] 5d3b04190fa2: Waiting [2024-03-14T20:21:08.692Z] 2f39f015ded8: Waiting [2024-03-14T20:21:08.692Z] 5c69ac0246d0: Download complete [2024-03-14T20:21:08.692Z] 3a2ae6a8a46f: Download complete [2024-03-14T20:21:08.692Z] 33b1e0a273af: Verifying Checksum [2024-03-14T20:21:08.692Z] 33b1e0a273af: Download complete [2024-03-14T20:21:08.952Z] 5d3b04190fa2: Download complete [2024-03-14T20:21:08.952Z] ec43610c2a17: Verifying Checksum [2024-03-14T20:21:08.952Z] ec43610c2a17: Download complete [2024-03-14T20:21:08.952Z] 5eb5b503b376: Download complete [2024-03-14T20:21:09.518Z] 2f39f015ded8: Verifying Checksum [2024-03-14T20:21:09.518Z] 2f39f015ded8: Download complete [2024-03-14T20:21:10.454Z] 5eb5b503b376: Pull complete [2024-03-14T20:21:10.454Z] 5c69ac0246d0: Pull complete [2024-03-14T20:21:10.713Z] ec43610c2a17: Pull complete [2024-03-14T20:21:10.970Z] 3a2ae6a8a46f: Pull complete [2024-03-14T20:21:11.229Z] 33b1e0a273af: Pull complete [2024-03-14T20:21:11.229Z] 5d3b04190fa2: Pull complete [2024-03-14T20:21:16.496Z] 2f39f015ded8: Pull complete [2024-03-14T20:21:16.496Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-03-14T20:21:16.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-14T20:21:16.496Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T20:21:16.723Z] prd-ubuntu20.04-docker-8c-8g-0 does not seem to be running inside a container [2024-03-14T20:21:16.752Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-03-14T20:21:21.829Z] $ docker top c03aed7f854a284069984eaa87711683750997460af93f012557dd30a89ec48d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-14T20:21:22.224Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-03-14T20:21:22.532Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-03-14T20:21:22.845Z] + ls /var/log/sa-host [2024-03-14T20:21:22.845Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-14T20:21:23.661Z] provisioning config files... [2024-03-14T20:21:23.672Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2218603662532362527tmp [Pipeline] { [Pipeline] echo [2024-03-14T20:21:23.734Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:21:24.052Z] ---> create-netrc.sh [Pipeline] } [2024-03-14T20:21:24.085Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:21:24.544Z] ---> python-tools-install.sh [Pipeline] echo [2024-03-14T20:21:24.582Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:21:24.893Z] ---> sudo-logs.sh [2024-03-14T20:21:24.893Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-03-14T20:21:24.977Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:21:25.291Z] ---> job-cost.sh [2024-03-14T20:21:25.291Z] lf-activate-venv: SKIPPING [2024-03-14T20:21:25.291Z] DEBUG: total: 0.10999999940395355 [2024-03-14T20:21:25.291Z] INFO: Retrieving Stack Cost... [2024-03-14T20:21:25.861Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-14T20:21:26.123Z] INFO: Archiving Costs [Pipeline] echo [2024-03-14T20:21:26.160Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T20:21:26.479Z] ---> logs-deploy.sh [2024-03-14T20:21:26.479Z] lf-activate-venv: SKIPPING [2024-03-14T20:21:26.479Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4775/1 [2024-03-14T20:21:26.479Z] INFO: archiving workspace using pattern(s): [2024-03-14T20:21:27.418Z] Archives upload complete. [2024-03-14T20:21:27.418Z] INFO: archiving logs to Nexus