Pull request #4664 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at d712b70d1b18e2b4f4c471c5ae40b4002467bb18 rather than 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 Obtained Jenkinsfile from d712b70d1b18e2b4f4c471c5ae40b4002467bb18 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-ssh11779864023548057546.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2949308071480149481.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4664/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-4664/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10460983755537418804.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-4664/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15646900397088812066.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh8491619742183838043.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-4664/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-4664/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17532460010028563558.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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], buildSnap:false] ========================================================= [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.20 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 on ‘prd-ubuntu20.04-docker-8c-8g-4488’ Running on prd-ubuntu20.04-docker-8c-8g-4490 in /w/workspace/edgexfoundry_edgex-go_PR-4664 [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 d712b70d1b18e2b4f4c471c5ae40b4002467bb18 into PR head commit 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 Merge succeeded, producing e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 Checking out Revision e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 (PR-4664) > 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/4664/head:refs/remotes/origin/PR-4664 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 # 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 d712b70d1b18e2b4f4c471c5ae40b4002467bb18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 # timeout=10 Commit message: "Merge commit 'd712b70d1b18e2b4f4c471c5ae40b4002467bb18' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-25T04:00:33.993Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-25T04:00:34.149Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-25T04:00:34.243Z] ========================================================= [2023-08-25T04:00:34.243Z] EdgeX Global Pipelines Version Info [2023-08-25T04:00:34.243Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:00:34.996Z] ------------------- [2023-08-25T04:00:34.996Z] stable info: [2023-08-25T04:00:34.996Z] ------------------- [2023-08-25T04:00:34.996Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-25T04:00:34.996Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T04:00:34.996Z] Message: update stable to v1.0.253 [2023-08-25T04:00:35.575Z] ------------------- [2023-08-25T04:00:35.575Z] experimental info: [2023-08-25T04:00:35.575Z] ------------------- [2023-08-25T04:00:35.575Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-25T04:00:35.575Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T04:00:35.575Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-25T04:00:35.860Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-08-25T04:00:35.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-08-25T04:00:35.988Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-25T04:00:36.032Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-25T04:00:36.070Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-25T04:00:36.211Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-25T04:00:36.250Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-25T04:00:36.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-08-25T04:00:36.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-08-25T04:00:36.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-08-25T04:00:36.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-25T04:00:36.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-25T04:00:36.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-25T04:00:36.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-25T04:00:36.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-25T04:00:36.610Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T04:00:36.655Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-25T04:00:36.702Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-25T04:00:36.747Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-08-25T04:00:36.793Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-08-25T04:00:36.839Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-25T04:00:36.955Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-25T04:00:36.992Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-25T04:00:37.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4664 [Pipeline] echo [2023-08-25T04:00:37.081Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4664 [Pipeline] echo [2023-08-25T04:00:37.126Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4664 [Pipeline] echo [2023-08-25T04:00:37.171Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] echo [2023-08-25T04:00:37.223Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e829152 [Pipeline] echo [2023-08-25T04:00:37.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T04:00:37.381Z] provisioning config files... [2023-08-25T04:00:37.395Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14014453862861142272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:00:37.739Z] ---> docker-login.sh [2023-08-25T04:00:37.739Z] nexus3.edgexfoundry.org:10001 [2023-08-25T04:00:38.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:00:38.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:00:38.261Z] Configure a credential helper to remove this warning. See [2023-08-25T04:00:38.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:00:38.261Z] [2023-08-25T04:00:38.261Z] Login Succeeded [2023-08-25T04:00:38.261Z] nexus3.edgexfoundry.org:10002 [2023-08-25T04:00:38.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:00:38.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:00:38.261Z] Configure a credential helper to remove this warning. See [2023-08-25T04:00:38.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:00:38.261Z] [2023-08-25T04:00:38.261Z] Login Succeeded [2023-08-25T04:00:38.261Z] nexus3.edgexfoundry.org:10003 [2023-08-25T04:00:38.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:00:38.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:00:38.521Z] Configure a credential helper to remove this warning. See [2023-08-25T04:00:38.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:00:38.521Z] [2023-08-25T04:00:38.521Z] Login Succeeded [2023-08-25T04:00:38.521Z] nexus3.edgexfoundry.org:10004 [2023-08-25T04:00:38.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:00:38.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:00:38.521Z] Configure a credential helper to remove this warning. See [2023-08-25T04:00:38.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:00:38.521Z] [2023-08-25T04:00:38.521Z] Login Succeeded [2023-08-25T04:00:38.521Z] docker.io [2023-08-25T04:00:38.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:00:38.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:00:38.779Z] Configure a credential helper to remove this warning. See [2023-08-25T04:00:38.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:00:38.779Z] [2023-08-25T04:00:38.779Z] Login Succeeded [2023-08-25T04:00:38.779Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T04:00:38.805Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T04:00:39.235Z] + 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 [2023-08-25T04:00:39.235Z] + dirname cmd/core-command/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo core-command,cmd/core-command/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/core-data/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo core-data,cmd/core-data/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/core-metadata/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-spire-agent/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-spire-config/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/security-spire-server/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/support-notifications/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-08-25T04:00:39.235Z] + dirname cmd/support-scheduler/Dockerfile [2023-08-25T04:00:39.235Z] + cut -d/ -f2 [2023-08-25T04:00:39.235Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-08-25T04:00:39.293Z] 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 [2023-08-25T04:00:39.786Z] + git rev-list -1 --merges e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2~1..e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] echo [2023-08-25T04:00:39.903Z] -----------> git rev-list -1 --merges e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2~1..e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [2023-08-25T04:00:39.903Z] e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [false] [Pipeline] sh [2023-08-25T04:00:40.213Z] + git log --format=format:%s -1 e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] echo [2023-08-25T04:00:40.253Z] ========================================================= [2023-08-25T04:00:40.253Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-25T04:00:40.253Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-25T04:00:40.692Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-25T04:00:40.692Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-25T04:00:40.692Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-25T04:00:40.692Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-25T04:00:40.692Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-25T04:00:40.692Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-25T04:00:40.692Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:00:41.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T04:00:41.166Z] [2023-08-25T04:00:41.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:00:41.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T04:00:41.547Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-25T04:00:41.547Z] b85a868b505f: Pulling fs layer [2023-08-25T04:00:41.547Z] e2be974225ed: Pulling fs layer [2023-08-25T04:00:41.547Z] 339a4e72a1f5: Pulling fs layer [2023-08-25T04:00:41.547Z] 988bab9f4d93: Pulling fs layer [2023-08-25T04:00:41.547Z] 1469e6f7b9e6: Pulling fs layer [2023-08-25T04:00:41.547Z] 988bab9f4d93: Waiting [2023-08-25T04:00:41.547Z] eaf3925da568: Pulling fs layer [2023-08-25T04:00:41.547Z] bab4dde63d76: Pulling fs layer [2023-08-25T04:00:41.547Z] bde34c3a00c8: Pulling fs layer [2023-08-25T04:00:41.547Z] eaf3925da568: Waiting [2023-08-25T04:00:41.547Z] 1469e6f7b9e6: Waiting [2023-08-25T04:00:41.547Z] bab4dde63d76: Waiting [2023-08-25T04:00:41.547Z] b352a97aabf1: Pulling fs layer [2023-08-25T04:00:41.547Z] 4872d77fe225: Pulling fs layer [2023-08-25T04:00:41.547Z] b352a97aabf1: Waiting [2023-08-25T04:00:41.547Z] 5851b861e8e6: Pulling fs layer [2023-08-25T04:00:41.547Z] bde34c3a00c8: Waiting [2023-08-25T04:00:41.547Z] 4872d77fe225: Waiting [2023-08-25T04:00:41.547Z] 5851b861e8e6: Waiting [2023-08-25T04:00:41.547Z] e2be974225ed: Download complete [2023-08-25T04:00:41.547Z] 988bab9f4d93: Verifying Checksum [2023-08-25T04:00:41.547Z] 988bab9f4d93: Download complete [2023-08-25T04:00:41.547Z] 339a4e72a1f5: Verifying Checksum [2023-08-25T04:00:41.547Z] 339a4e72a1f5: Download complete [2023-08-25T04:00:41.547Z] 1469e6f7b9e6: Verifying Checksum [2023-08-25T04:00:41.547Z] 1469e6f7b9e6: Download complete [2023-08-25T04:00:41.547Z] eaf3925da568: Verifying Checksum [2023-08-25T04:00:41.547Z] eaf3925da568: Download complete [2023-08-25T04:00:41.807Z] bde34c3a00c8: Verifying Checksum [2023-08-25T04:00:41.807Z] bde34c3a00c8: Download complete [2023-08-25T04:00:41.807Z] b352a97aabf1: Download complete [2023-08-25T04:00:41.807Z] 4872d77fe225: Verifying Checksum [2023-08-25T04:00:41.807Z] 4872d77fe225: Download complete [2023-08-25T04:00:41.807Z] 5851b861e8e6: Download complete [2023-08-25T04:00:41.807Z] b85a868b505f: Verifying Checksum [2023-08-25T04:00:41.807Z] b85a868b505f: Download complete [2023-08-25T04:00:42.066Z] bab4dde63d76: Download complete [2023-08-25T04:00:43.001Z] b85a868b505f: Pull complete [2023-08-25T04:00:43.260Z] e2be974225ed: Pull complete [2023-08-25T04:00:43.830Z] 339a4e72a1f5: Pull complete [2023-08-25T04:00:43.830Z] 988bab9f4d93: Pull complete [2023-08-25T04:00:44.089Z] 1469e6f7b9e6: Pull complete [2023-08-25T04:00:44.089Z] eaf3925da568: Pull complete [2023-08-25T04:00:45.994Z] bab4dde63d76: Pull complete [2023-08-25T04:00:45.994Z] bde34c3a00c8: Pull complete [2023-08-25T04:00:46.254Z] b352a97aabf1: Pull complete [2023-08-25T04:00:46.254Z] 4872d77fe225: Pull complete [2023-08-25T04:00:46.254Z] 5851b861e8e6: Pull complete [2023-08-25T04:00:46.254Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-25T04:00:46.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-25T04:00:46.254Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:00:46.498Z] prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container [2023-08-25T04:00:46.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-25T04:00:49.280Z] $ docker top 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 -eo pid,comm [2023-08-25T04:00:49.331Z] 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). [2023-08-25T04:00:49.331Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-25T04:00:49.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T04:00:49.444Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T04:00:49.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T04:00:49.551Z] $ docker exec 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent [2023-08-25T04:00:49.654Z] SSH_AUTH_SOCK=/tmp/ssh-NIek3gm4wKK9/agent.32 [2023-08-25T04:00:49.654Z] SSH_AGENT_PID=38 [2023-08-25T04:00:49.660Z] Running ssh-add (command line suppressed) [2023-08-25T04:00:49.769Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8029920572766965027.key (/w/workspace/edgex-go/1@tmp/private_key_8029920572766965027.key) [2023-08-25T04:00:49.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T04:00:50.116Z] + git tag --points-at HEAD [Pipeline] } [2023-08-25T04:00:50.146Z] $ docker exec --env ******** --env ******** 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent -k [2023-08-25T04:00:50.246Z] unset SSH_AUTH_SOCK; [2023-08-25T04:00:50.247Z] unset SSH_AGENT_PID; [2023-08-25T04:00:50.247Z] echo Agent pid 38 killed; [2023-08-25T04:00:50.253Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-25T04:00:50.328Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-25T04:00:50.328Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-25T04:00:50.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-25T04:00:50.440Z] $ docker exec 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent [2023-08-25T04:00:50.543Z] SSH_AUTH_SOCK=/tmp/ssh-h1ziTTe6vzCn/agent.70 [2023-08-25T04:00:50.543Z] SSH_AGENT_PID=76 [2023-08-25T04:00:50.547Z] Running ssh-add (command line suppressed) [2023-08-25T04:00:50.651Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11122719909604850688.key (/w/workspace/edgex-go/1@tmp/private_key_11122719909604850688.key) [2023-08-25T04:00:50.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-25T04:00:51.004Z] + git semver init [2023-08-25T04:00:51.263Z] 2023-08-25 04:00:51,173 [run_init] DEBUG init version:0.0.0 force:False [2023-08-25T04:00:51.263Z] 2023-08-25 04:00:51,173 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-08-25T04:00:51.263Z] 2023-08-25 04:00:51,174 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-08-25T04:00:51.263Z] 2023-08-25 04:00:51,174 [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) [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,832 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,832 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4664 with force:False [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,833 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4664 [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,837 [execute] INFO git cat-file --batch-check [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,838 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,844 [execute] INFO git cat-file --batch [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,845 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-25T04:00:56.470Z] 2023-08-25 04:00:55,851 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4664 [2023-08-25T04:00:56.470Z] 0.0.0 [Pipeline] } [2023-08-25T04:00:56.499Z] $ docker exec --env ******** --env ******** 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent -k [2023-08-25T04:00:56.593Z] unset SSH_AUTH_SOCK; [2023-08-25T04:00:56.594Z] unset SSH_AGENT_PID; [2023-08-25T04:00:56.594Z] echo Agent pid 76 killed; [2023-08-25T04:00:56.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-25T04:00:57.026Z] + git semver [Pipeline] } [2023-08-25T04:00:57.359Z] $ docker stop --time=1 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 [2023-08-25T04:00:58.667Z] $ docker rm -f --volumes 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T04:00:59.061Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-25T04:00:59.336Z] Stashed 1 file(s) [Pipeline] echo [2023-08-25T04:00:59.355Z] [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 [2023-08-25T04:01:00.163Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-25T04:01:00.198Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T04:01:00.380Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T04:01:00.432Z] ========================================================= [2023-08-25T04:01:00.432Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-25T04:01:00.432Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-25T04:01:00.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-25T04:01:00.777Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-25T04:01:00.777Z] 4db1b89c0bd1: Pulling fs layer [2023-08-25T04:01:00.777Z] 6911f1a30b25: Pulling fs layer [2023-08-25T04:01:00.777Z] e194b8c5c2a9: Pulling fs layer [2023-08-25T04:01:00.777Z] 6863d3e3a2b1: Pulling fs layer [2023-08-25T04:01:00.777Z] ec0bb842ea78: Pulling fs layer [2023-08-25T04:01:00.777Z] 40a00589a448: Pulling fs layer [2023-08-25T04:01:00.777Z] 6c08303d61cc: Pulling fs layer [2023-08-25T04:01:00.777Z] 798269fcf238: Pulling fs layer [2023-08-25T04:01:00.777Z] ec0bb842ea78: Waiting [2023-08-25T04:01:00.777Z] 6863d3e3a2b1: Waiting [2023-08-25T04:01:00.777Z] 40a00589a448: Waiting [2023-08-25T04:01:00.777Z] 6c08303d61cc: Waiting [2023-08-25T04:01:00.777Z] 798269fcf238: Waiting [2023-08-25T04:01:00.777Z] 6911f1a30b25: Download complete [2023-08-25T04:01:00.777Z] 6863d3e3a2b1: Verifying Checksum [2023-08-25T04:01:00.777Z] 6863d3e3a2b1: Download complete [2023-08-25T04:01:00.777Z] ec0bb842ea78: Download complete [2023-08-25T04:01:00.777Z] 4db1b89c0bd1: Verifying Checksum [2023-08-25T04:01:00.777Z] 4db1b89c0bd1: Download complete [2023-08-25T04:01:00.777Z] 40a00589a448: Verifying Checksum [2023-08-25T04:01:00.777Z] 40a00589a448: Download complete [2023-08-25T04:01:01.039Z] 4db1b89c0bd1: Pull complete [2023-08-25T04:01:01.039Z] 6911f1a30b25: Pull complete [2023-08-25T04:01:01.299Z] 798269fcf238: Verifying Checksum [2023-08-25T04:01:01.299Z] 798269fcf238: Download complete [2023-08-25T04:01:01.557Z] e194b8c5c2a9: Verifying Checksum [2023-08-25T04:01:01.557Z] e194b8c5c2a9: Download complete [2023-08-25T04:01:01.557Z] 6c08303d61cc: Verifying Checksum [2023-08-25T04:01:01.557Z] 6c08303d61cc: Download complete [2023-08-25T04:01:04.850Z] e194b8c5c2a9: Pull complete [2023-08-25T04:01:04.850Z] 6863d3e3a2b1: Pull complete [2023-08-25T04:01:04.850Z] ec0bb842ea78: Pull complete [2023-08-25T04:01:04.850Z] 40a00589a448: Pull complete [2023-08-25T04:01:07.380Z] 6c08303d61cc: Pull complete [2023-08-25T04:01:08.315Z] 798269fcf238: Pull complete [2023-08-25T04:01:08.315Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-25T04:01:08.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-25T04:01:08.315Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-25T04:01:08.685Z] + docker+ build -t ci-base-image-x86_64 -f - . [2023-08-25T04:01:08.686Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-25T04:01:08.686Z] WORKDIR /edgex [2023-08-25T04:01:08.686Z] COPY go.mod . [2023-08-25T04:01:08.686Z] RUN go mod download [2023-08-25T04:01:09.255Z] Sending build context to Docker daemon 170.8MB [2023-08-25T04:01:09.255Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-25T04:01:09.255Z] ---> ec979cd7f677 [2023-08-25T04:01:09.255Z] Step 2/4 : WORKDIR /edgex [2023-08-25T04:01:14.558Z] ---> Running in 00b5061811e5 [2023-08-25T04:01:14.558Z] Removing intermediate container 00b5061811e5 [2023-08-25T04:01:14.558Z] ---> 2bab3cac4a7e [2023-08-25T04:01:14.558Z] Step 3/4 : COPY go.mod . [2023-08-25T04:01:14.558Z] ---> 313346b93181 [2023-08-25T04:01:14.558Z] Step 4/4 : RUN go mod download [2023-08-25T04:01:14.558Z] ---> Running in 3aeaedd488fa [2023-08-25T04:01:14.666Z] Still waiting to schedule task [2023-08-25T04:01:14.666Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4489’ [2023-08-25T04:01:29.680Z] Removing intermediate container 3aeaedd488fa [2023-08-25T04:01:29.680Z] ---> 06c2f5271b15 [2023-08-25T04:01:29.680Z] Successfully built 06c2f5271b15 [2023-08-25T04:01:29.680Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:01:30.087Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T04:01:30.087Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:01:30.237Z] prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container [2023-08-25T04:01:30.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-25T04:01:30.666Z] $ docker top f4d7facd3606b0a4960f039349bc76497fc8d9700e649666b4199247df8e9e31 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T04:01:31.056Z] + go version [2023-08-25T04:01:31.056Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-25T04:01:31.087Z] $ docker stop --time=1 f4d7facd3606b0a4960f039349bc76497fc8d9700e649666b4199247df8e9e31 [2023-08-25T04:01:32.354Z] $ docker rm -f --volumes f4d7facd3606b0a4960f039349bc76497fc8d9700e649666b4199247df8e9e31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:01:33.234Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-25T04:01:33.234Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:01:33.422Z] prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container [2023-08-25T04:01:33.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-25T04:01:33.822Z] $ docker top ce4d4867e11640fee92be1def49554223e00e31c6336553a7cbb9621ab97a413 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-25T04:01:33.932Z] ========================================================= [2023-08-25T04:01:33.932Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-25T04:01:33.932Z] ========================================================= [Pipeline] sh [2023-08-25T04:01:34.226Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-25T04:01:34.577Z] + make test [2023-08-25T04:01:34.577Z] go test -race -coverprofile=coverage.out ./... [2023-08-25T04:01:41.139Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-25T04:01:53.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-25T04:01:53.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-25T04:01:53.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-25T04:01:53.587Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-25T04:01:53.587Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-25T04:01:53.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-25T04:01:53.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-25T04:01:53.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-25T04:01:53.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-25T04:01:54.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-25T04:01:54.373Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-25T04:01:54.373Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-25T04:01:54.373Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-25T04:01:54.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-25T04:01:55.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-25T04:01:55.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-25T04:01:55.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.058s coverage: 28.7% of statements [2023-08-25T04:01:56.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-25T04:01:56.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-25T04:01:56.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-25T04:01:56.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.075s coverage: 97.0% of statements [2023-08-25T04:01:56.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-25T04:01:56.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-25T04:01:57.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-25T04:01:57.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:01:57.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-25T04:01:57.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-25T04:01:57.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-25T04:01:59.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-25T04:01:59.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-25T04:01:59.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.091s coverage: 69.4% of statements [2023-08-25T04:01:59.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.074s coverage: 54.0% of statements [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-25T04:01:59.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-25T04:02:00.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.823s coverage: 93.4% of statements [2023-08-25T04:02:00.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.071s coverage: 3.8% of statements [2023-08-25T04:02:00.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.368s coverage: 97.6% of statements [2023-08-25T04:02:00.510Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements [2023-08-25T04:02:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-25T04:02:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-25T04:02:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.088s coverage: 0.9% of statements [2023-08-25T04:02:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 32.2% of statements [2023-08-25T04:02:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 42.9% of statements [2023-08-25T04:02:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 82.9% of statements [2023-08-25T04:02:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2023-08-25T04:02:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2023-08-25T04:02:02.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-25T04:02:03.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-25T04:02:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-25T04:02:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-25T04:02:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-25T04:02:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-25T04:02:04.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-25T04:02:04.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-25T04:02:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-25T04:02:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-25T04:02:06.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-25T04:02:07.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-25T04:02:07.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-25T04:02:08.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-25T04:02:08.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-25T04:02:08.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-25T04:02:10.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-25T04:02:10.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-25T04:02:10.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-25T04:02:11.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-25T04:02:11.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-25T04:02:11.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-25T04:02:11.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-25T04:02:12.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-25T04:02:12.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-25T04:02:12.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-25T04:02:12.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-25T04:02:14.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-25T04:02:14.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:02:14.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-25T04:02:14.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-25T04:02:14.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2023-08-25T04:02:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-25T04:02:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-25T04:02:16.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-25T04:02:16.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.363s coverage: 79.9% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 62.3% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 81.8% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.051s coverage: 86.0% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 63.1% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 38.4% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 95.7% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.8% of statements [2023-08-25T04:02:28.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.104s coverage: 98.9% of statements [2023-08-25T04:02:28.357Z] 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 [2023-08-25T04:02:28.357Z] running golangci-lint [2023-08-25T04:02:28.357Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-08-25T04:02:28.357Z] go version go1.20.6 linux/amd64 [2023-08-25T04:02:28.357Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-08-25T04:02:28.357Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-08-25T04:02:43.227Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 14.914249738s" [2023-08-25T04:02:43.227Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.40532ms" [2023-08-25T04:02:51.328Z] level=info msg="[linters_context/goanalysis] analyzers took 58.673224418s with top 10 stages: buildir: 34.7423999s, inspect: 1.529968358s, fact_deprecated: 1.403021061s, gosec: 1.365871363s, ctrlflow: 1.171546144s, printf: 1.125968846s, nilness: 924.473785ms, S1038: 898.16604ms, fact_purity: 882.760774ms, unused: 599.810802ms" [2023-08-25T04:02:51.328Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-08-25T04:02:51.328Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 200/200, autogenerated_exclude: 200/200, identifier_marker: 200/200, exclude: 200/200, nolint: 0/21, cgo: 200/200, filename_unadjuster: 200/200, path_prettifier: 200/200, skip_dirs: 200/200, exclude-rules: 21/200" [2023-08-25T04:02:51.328Z] level=info msg="[runner] processing took 17.894768ms with stages: nolint: 7.997508ms, identifier_marker: 6.154395ms, exclude-rules: 1.098173ms, autogenerated_exclude: 1.081944ms, path_prettifier: 1.052033ms, skip_dirs: 433.995µs, cgo: 53.31µs, filename_unadjuster: 16.91µs, max_same_issues: 1.05µs, severity-rules: 820ns, uniq_by_line: 700ns, max_from_linter: 700ns, exclude: 590ns, path_prefixer: 500ns, source_code: 410ns, skip_files: 380ns, sort_results: 370ns, path_shortener: 360ns, diff: 340ns, max_per_file_from_linter: 280ns" [2023-08-25T04:02:51.328Z] level=info msg="[runner] linters took 8.033414448s with stages: goanalysis_metalinter: 8.015417459s" [2023-08-25T04:02:51.328Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-08-25T04:02:51.328Z] level=info msg="Memory: 231 samples, avg is 199.3MB, max is 836.6MB" [2023-08-25T04:02:51.328Z] level=info msg="Execution took 22.993947835s" [2023-08-25T04:02:51.328Z] go vet ./... [2023-08-25T04:02:55.514Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T04:02:55.514Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T04:02:55.514Z] ./bin/test-attribution-txt.sh [2023-08-25T04:02:55.514Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-25T04:02:55.514Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-25T04:02:55.514Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-25T04:02:55.514Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-25T04:02:55.551Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-25T04:02:55.861Z] + ls -al . [2023-08-25T04:02:55.861Z] total 728 [2023-08-25T04:02:55.861Z] drwxrwxr-x 12 1001 1001 4096 Aug 25 04:01 . [2023-08-25T04:02:55.861Z] drwxr-xr-x 4 root root 4096 Aug 25 04:01 .. [2023-08-25T04:02:55.861Z] drwxrwxr-x 2 1001 1001 4096 Aug 25 04:00 .blubracket [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 16 Aug 25 04:00 .dockerignore [2023-08-25T04:02:55.861Z] drwxrwxr-x 8 1001 1001 4096 Aug 25 04:00 .git [2023-08-25T04:02:55.861Z] drwxrwxr-x 3 1001 1001 4096 Aug 25 04:00 .github [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 1173 Aug 25 04:00 .gitignore [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 42 Aug 25 04:00 .golangci.yml [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 87 Aug 25 04:00 .hadolint.yml [2023-08-25T04:02:55.861Z] drwxr-xr-x 3 1001 1001 4096 Aug 25 04:00 .semver [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 166 Aug 25 04:00 .sonarcloud.properties [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 1171 Aug 25 04:00 ADOPTERS.md [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 11152 Aug 25 04:00 Attribution.txt [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 93407 Aug 25 04:00 CHANGELOG.md [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 3804 Aug 25 04:00 CONTRIBUTING.md [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 677 Aug 25 04:00 GOVERNANCE.md [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 883 Aug 25 04:00 Jenkinsfile [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 10775 Aug 25 04:00 LICENSE [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 14764 Aug 25 04:00 Makefile [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 582 Aug 25 04:00 OWNERS.md [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 9923 Aug 25 04:00 README.md [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 789 Aug 25 04:00 SECURITY.md [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 5 Aug 25 04:00 VERSION [2023-08-25T04:02:55.861Z] drwxrwxr-x 2 1001 1001 4096 Aug 25 04:00 bin [2023-08-25T04:02:55.861Z] drwxrwxr-x 18 1001 1001 4096 Aug 25 04:00 cmd [2023-08-25T04:02:55.861Z] -rw-r--r-- 1 root root 447827 Aug 25 04:02 coverage.out [2023-08-25T04:02:55.861Z] drwxrwxr-x 2 1001 1001 4096 Aug 25 04:00 fuzz_test [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 3687 Aug 25 04:00 go.mod [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 33714 Aug 25 04:00 go.sum [2023-08-25T04:02:55.861Z] drwxrwxr-x 7 1001 1001 4096 Aug 25 04:00 internal [2023-08-25T04:02:55.861Z] drwxrwxr-x 3 1001 1001 4096 Aug 25 04:00 openapi [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 594 Aug 25 04:00 security.txt [2023-08-25T04:02:55.861Z] drwxrwxr-x 4 1001 1001 4096 Aug 25 04:00 snap [2023-08-25T04:02:55.861Z] -rw-rw-r-- 1 1001 1001 204 Aug 25 04:00 version.go [Pipeline] sh [2023-08-25T04:02:56.173Z] + '[' -e coverage.out ] [2023-08-25T04:02:56.173Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-25T04:02:56.293Z] Stashed 1 file(s) [Pipeline] sh [2023-08-25T04:02:56.585Z] + make build [2023-08-25T04:02:56.585Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-25T04:03:08.799Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-25T04:03:10.177Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-25T04:03:11.551Z] go build -tags " non_delayedstart" -ldflags "-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 [2023-08-25T04:03:12.118Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-25T04:03:18.705Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-25T04:03:20.081Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:03:21.985Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:03:22.919Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:03:23.855Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-25T04:03:24.790Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-25T04:03:26.166Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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] } [2023-08-25T04:03:27.122Z] $ docker stop --time=1 ce4d4867e11640fee92be1def49554223e00e31c6336553a7cbb9621ab97a413 [2023-08-25T04:03:32.672Z] $ docker rm -f --volumes ce4d4867e11640fee92be1def49554223e00e31c6336553a7cbb9621ab97a413 [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 [2023-08-25T04:03:33.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-25T04:03:33.883Z] [2023-08-25T04:03:33.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:03:34.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-25T04:03:34.282Z] latest: Pulling from edgex-devops/edgex-compose [2023-08-25T04:03:34.282Z] 91d30c5bc195: Pulling fs layer [2023-08-25T04:03:34.282Z] 2e9b0aa3be6d: Pulling fs layer [2023-08-25T04:03:34.282Z] 9c61dcf015f6: Pulling fs layer [2023-08-25T04:03:34.282Z] 4698f68db338: Pulling fs layer [2023-08-25T04:03:34.282Z] 2a2f49069b9e: Pulling fs layer [2023-08-25T04:03:34.282Z] e0025b399a48: Pulling fs layer [2023-08-25T04:03:34.282Z] 2a2f49069b9e: Waiting [2023-08-25T04:03:34.282Z] e0025b399a48: Waiting [2023-08-25T04:03:34.282Z] 4698f68db338: Waiting [2023-08-25T04:03:34.282Z] 91d30c5bc195: Verifying Checksum [2023-08-25T04:03:34.282Z] 91d30c5bc195: Download complete [2023-08-25T04:03:34.282Z] 4698f68db338: Verifying Checksum [2023-08-25T04:03:34.282Z] 4698f68db338: Download complete [2023-08-25T04:03:34.541Z] 2e9b0aa3be6d: Verifying Checksum [2023-08-25T04:03:34.541Z] 2e9b0aa3be6d: Download complete [2023-08-25T04:03:34.541Z] e0025b399a48: Verifying Checksum [2023-08-25T04:03:34.541Z] e0025b399a48: Download complete [2023-08-25T04:03:34.541Z] 91d30c5bc195: Pull complete [2023-08-25T04:03:34.541Z] 2a2f49069b9e: Verifying Checksum [2023-08-25T04:03:34.541Z] 2a2f49069b9e: Download complete [2023-08-25T04:03:34.800Z] 2e9b0aa3be6d: Pull complete [2023-08-25T04:03:35.059Z] 9c61dcf015f6: Download complete [2023-08-25T04:03:37.587Z] 9c61dcf015f6: Pull complete [2023-08-25T04:03:37.587Z] 4698f68db338: Pull complete [2023-08-25T04:03:38.151Z] 2a2f49069b9e: Pull complete [2023-08-25T04:03:38.151Z] e0025b399a48: Pull complete [2023-08-25T04:03:38.151Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-08-25T04:03:38.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-25T04:03:38.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:03:38.370Z] prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container [2023-08-25T04:03:38.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-08-25T04:03:41.630Z] $ docker top 300fd8dbcb2bff72ee7b26678c6356a55a1e33dfa59b89ddc70587e3f478e6f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T04:03:42.015Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-25T04:03:43.922Z] #1 [core-metadata internal] load build definition from Dockerfile [2023-08-25T04:03:43.922Z] #1 transferring dockerfile: [2023-08-25T04:03:44.180Z] #1 transferring dockerfile: 1.96kB done [2023-08-25T04:03:44.180Z] #1 DONE 0.0s [2023-08-25T04:03:44.180Z] [2023-08-25T04:03:44.180Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-25T04:03:44.180Z] #2 transferring dockerfile: 2.04kB done [2023-08-25T04:03:44.180Z] #2 DONE 0.0s [2023-08-25T04:03:44.180Z] [2023-08-25T04:03:44.180Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-25T04:03:44.180Z] #3 transferring dockerfile: 2.38kB done [2023-08-25T04:03:44.180Z] #3 DONE 0.0s [2023-08-25T04:03:44.180Z] [2023-08-25T04:03:44.180Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-25T04:03:44.180Z] #4 transferring dockerfile: 2.82kB done [2023-08-25T04:03:44.180Z] #4 DONE 0.0s [2023-08-25T04:03:44.180Z] [2023-08-25T04:03:44.180Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2023-08-25T04:03:44.180Z] #5 transferring dockerfile: 2.68kB done [2023-08-25T04:03:44.180Z] #5 DONE 0.0s [2023-08-25T04:03:44.180Z] [2023-08-25T04:03:44.180Z] #6 [core-command internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #6 transferring dockerfile: 1.82kB done [2023-08-25T04:03:44.439Z] #6 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #7 transferring dockerfile: 1.78kB done [2023-08-25T04:03:44.439Z] #7 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #8 transferring dockerfile: 2.39kB done [2023-08-25T04:03:44.439Z] #8 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #9 [support-scheduler internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #9 transferring dockerfile: 1.82kB done [2023-08-25T04:03:44.439Z] #9 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #10 [core-data internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #10 transferring dockerfile: 1.90kB done [2023-08-25T04:03:44.439Z] #10 DONE 0.1s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #11 transferring dockerfile: 2.12kB done [2023-08-25T04:03:44.439Z] #11 DONE 0.1s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #12 [security-spire-server internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #12 transferring dockerfile: 2.63kB done [2023-08-25T04:03:44.439Z] #12 DONE 0.1s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #13 [core-metadata internal] load .dockerignore [2023-08-25T04:03:44.439Z] #13 transferring context: 56B done [2023-08-25T04:03:44.439Z] #13 DONE 0.1s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #14 [support-notifications internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #14 transferring dockerfile: 1.84kB done [2023-08-25T04:03:44.439Z] #14 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #15 [security-spire-config internal] load build definition from Dockerfile [2023-08-25T04:03:44.439Z] #15 transferring dockerfile: 2.58kB done [2023-08-25T04:03:44.439Z] #15 DONE 0.1s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #16 [security-proxy-auth internal] load .dockerignore [2023-08-25T04:03:44.439Z] #16 transferring context: 56B done [2023-08-25T04:03:44.439Z] #16 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #17 [security-secretstore-setup internal] load .dockerignore [2023-08-25T04:03:44.439Z] #17 transferring context: 56B done [2023-08-25T04:03:44.439Z] #17 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #18 [security-bootstrapper internal] load .dockerignore [2023-08-25T04:03:44.439Z] #18 transferring context: 56B done [2023-08-25T04:03:44.439Z] #18 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #19 [security-spire-agent internal] load .dockerignore [2023-08-25T04:03:44.439Z] #19 transferring context: 56B done [2023-08-25T04:03:44.439Z] #19 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #20 [security-proxy-setup internal] load .dockerignore [2023-08-25T04:03:44.439Z] #20 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2023-08-25T04:03:44.439Z] #21 transferring context: 56B done [2023-08-25T04:03:44.439Z] #21 DONE 0.0s [2023-08-25T04:03:44.439Z] [2023-08-25T04:03:44.439Z] #22 [core-command internal] load .dockerignore [2023-08-25T04:03:44.699Z] #22 transferring context: 56B done [2023-08-25T04:03:44.699Z] #22 DONE 0.0s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #20 [security-proxy-setup internal] load .dockerignore [2023-08-25T04:03:44.699Z] #20 transferring context: 56B done [2023-08-25T04:03:44.699Z] #20 DONE 0.0s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #23 [support-scheduler internal] load .dockerignore [2023-08-25T04:03:44.699Z] #23 transferring context: 56B done [2023-08-25T04:03:44.699Z] #23 DONE 0.0s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #24 [core-data internal] load .dockerignore [2023-08-25T04:03:44.699Z] #24 transferring context: 56B done [2023-08-25T04:03:44.699Z] #24 DONE 0.0s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-25T04:03:44.699Z] #25 transferring context: 56B done [2023-08-25T04:03:44.699Z] #25 DONE 0.0s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #26 [security-spire-server internal] load .dockerignore [2023-08-25T04:03:44.699Z] #26 transferring context: 56B done [2023-08-25T04:03:44.699Z] #26 DONE 0.0s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #27 [support-notifications internal] load .dockerignore [2023-08-25T04:03:44.699Z] #27 transferring context: 56B done [2023-08-25T04:03:44.699Z] #27 DONE 0.0s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #28 [security-spire-config internal] load .dockerignore [2023-08-25T04:03:44.699Z] #28 transferring context: 56B done [2023-08-25T04:03:44.699Z] #28 DONE 0.1s [2023-08-25T04:03:44.699Z] [2023-08-25T04:03:44.699Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-25T04:03:44.958Z] #29 DONE 0.0s [2023-08-25T04:03:44.958Z] [2023-08-25T04:03:44.958Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:03:44.958Z] #30 ... [2023-08-25T04:03:44.958Z] [2023-08-25T04:03:44.958Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-25T04:03:44.958Z] #29 DONE 0.0s [2023-08-25T04:03:44.958Z] [2023-08-25T04:03:44.958Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:03:45.216Z] #30 DONE 0.6s [2023-08-25T04:03:45.216Z] [2023-08-25T04:03:45.216Z] #31 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:03:45.216Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-25T04:03:45.476Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.1s [2023-08-25T04:03:45.476Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:03:45.476Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-25T04:03:45.476Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-25T04:03:45.476Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s [2023-08-25T04:03:45.735Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done [2023-08-25T04:03:45.735Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-08-25T04:03:45.998Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-08-25T04:03:46.266Z] #31 DONE 1.2s [2023-08-25T04:03:46.266Z] [2023-08-25T04:03:46.266Z] #32 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-25T04:03:46.266Z] #32 DONE 1.2s [2023-08-25T04:03:46.266Z] [2023-08-25T04:03:46.266Z] #33 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-08-25T04:03:51.550Z] #33 ... [2023-08-25T04:03:51.550Z] [2023-08-25T04:03:51.550Z] #34 [security-spire-agent internal] load build context [2023-08-25T04:03:51.551Z] #34 transferring context: 199.57MB 6.0s [2023-08-25T04:03:51.551Z] #34 ... [2023-08-25T04:03:51.551Z] [2023-08-25T04:03:51.551Z] #35 [core-command internal] load build context [2023-08-25T04:03:51.551Z] #35 ... [2023-08-25T04:03:51.551Z] [2023-08-25T04:03:51.551Z] #34 [security-spire-agent internal] load build context [2023-08-25T04:03:54.876Z] #34 transferring context: 365.23MB 9.3s done [2023-08-25T04:03:55.136Z] #34 ... [2023-08-25T04:03:55.136Z] [2023-08-25T04:03:55.136Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:03:55.136Z] #36 transferring context: 365.23MB 9.5s done [2023-08-25T04:03:55.394Z] #36 ... [2023-08-25T04:03:55.394Z] [2023-08-25T04:03:55.394Z] #37 [security-spire-config internal] load build context [2023-08-25T04:03:55.394Z] #37 ... [2023-08-25T04:03:55.394Z] [2023-08-25T04:03:55.394Z] #38 [security-secretstore-setup internal] load build context [2023-08-25T04:03:55.394Z] #38 transferring context: 365.23MB 10.1s done [2023-08-25T04:03:55.652Z] #38 ... [2023-08-25T04:03:55.652Z] [2023-08-25T04:03:55.652Z] #39 [core-data internal] load build context [2023-08-25T04:03:55.652Z] #39 ... [2023-08-25T04:03:55.652Z] [2023-08-25T04:03:55.652Z] #40 [support-notifications internal] load build context [2023-08-25T04:03:55.652Z] #40 transferring context: 365.23MB 9.6s done [2023-08-25T04:03:55.652Z] #40 ... [2023-08-25T04:03:55.652Z] [2023-08-25T04:03:55.652Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:03:56.217Z] #41 transferring context: 365.23MB 10.5s done [2023-08-25T04:03:56.217Z] #41 ... [2023-08-25T04:03:56.217Z] [2023-08-25T04:03:56.217Z] #42 [security-spiffe-token-provider internal] load build context [2023-08-25T04:03:56.217Z] #42 transferring context: 365.23MB 8.7s done [2023-08-25T04:03:56.217Z] #42 ... [2023-08-25T04:03:56.217Z] [2023-08-25T04:03:56.217Z] #43 [security-proxy-setup internal] load build context [2023-08-25T04:03:56.217Z] #43 transferring context: 365.23MB 8.7s done [2023-08-25T04:03:56.217Z] #43 ... [2023-08-25T04:03:56.217Z] [2023-08-25T04:03:56.217Z] #44 [security-spire-server internal] load build context [2023-08-25T04:03:56.217Z] #44 transferring context: 365.23MB 8.3s done [2023-08-25T04:03:56.476Z] #44 ... [2023-08-25T04:03:56.476Z] [2023-08-25T04:03:56.476Z] #45 [core-metadata internal] load build context [2023-08-25T04:03:56.476Z] #45 transferring context: 365.23MB 8.9s done [2023-08-25T04:03:56.476Z] #45 ... [2023-08-25T04:03:56.476Z] [2023-08-25T04:03:56.476Z] #46 [support-scheduler internal] load build context [2023-08-25T04:03:56.476Z] #46 transferring context: 365.23MB 11.0s done [2023-08-25T04:03:56.733Z] #46 ... [2023-08-25T04:03:56.733Z] [2023-08-25T04:03:56.733Z] #47 [security-proxy-auth internal] load build context [2023-08-25T04:03:56.733Z] #47 transferring context: 365.23MB 9.9s done [2023-08-25T04:03:58.764Z] #47 ... [2023-08-25T04:03:58.764Z] [2023-08-25T04:03:58.764Z] #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-25T04:03:59.024Z] #48 ... [2023-08-25T04:03:59.024Z] [2023-08-25T04:03:59.024Z] #35 [core-command internal] load build context [2023-08-25T04:03:59.024Z] #35 transferring context: 365.23MB 9.5s done [2023-08-25T04:04:07.200Z] #35 ... [2023-08-25T04:04:07.200Z] [2023-08-25T04:04:07.200Z] #37 [security-spire-config internal] load build context [2023-08-25T04:04:07.200Z] #37 transferring context: 365.23MB 10.5s done [2023-08-25T04:04:07.200Z] #37 ... [2023-08-25T04:04:07.200Z] [2023-08-25T04:04:07.200Z] #39 [core-data internal] load build context [2023-08-25T04:04:07.200Z] #39 transferring context: 365.23MB 11.2s done [2023-08-25T04:04:25.287Z] #39 ... [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-25T04:04:25.287Z] #49 ... [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #43 [security-proxy-setup internal] load build context [2023-08-25T04:04:25.287Z] #43 DONE 37.5s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #44 [security-spire-server internal] load build context [2023-08-25T04:04:25.287Z] #44 DONE 37.6s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #42 [security-spiffe-token-provider internal] load build context [2023-08-25T04:04:25.287Z] #42 DONE 37.6s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-08-25T04:04:25.287Z] #33 DONE 36.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #45 [core-metadata internal] load build context [2023-08-25T04:04:25.287Z] #45 DONE 37.6s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:04:25.287Z] #50 ... [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #34 [security-spire-agent internal] load build context [2023-08-25T04:04:25.287Z] #34 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #35 [core-command internal] load build context [2023-08-25T04:04:25.287Z] #35 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:04:25.287Z] #36 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #40 [support-notifications internal] load build context [2023-08-25T04:04:25.287Z] #40 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #38 [security-secretstore-setup internal] load build context [2023-08-25T04:04:25.287Z] #38 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #47 [security-proxy-auth internal] load build context [2023-08-25T04:04:25.287Z] #47 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:04:25.287Z] #41 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #37 [security-spire-config internal] load build context [2023-08-25T04:04:25.287Z] #37 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #46 [support-scheduler internal] load build context [2023-08-25T04:04:25.287Z] #46 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #39 [core-data internal] load build context [2023-08-25T04:04:25.287Z] #39 DONE 37.7s [2023-08-25T04:04:25.287Z] [2023-08-25T04:04:25.287Z] #51 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:04:25.287Z] #51 1.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:25.287Z] #51 1.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:25.287Z] #51 1.597 OK: 265 MiB in 53 packages [2023-08-25T04:04:28.007Z] #51 ... [2023-08-25T04:04:28.007Z] [2023-08-25T04:04:28.007Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-25T04:04:28.007Z] #0 0.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:28.007Z] #0 1.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:28.007Z] #0 1.249 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:04:28.007Z] #0 1.249 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:04:28.007Z] #0 1.249 OK: 17818 distinct packages available [2023-08-25T04:04:28.007Z] #0 1.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:28.007Z] #0 1.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:28.007Z] #0 1.658 (1/9) Installing ca-certificates (20230506-r0) [2023-08-25T04:04:28.007Z] #0 1.678 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-25T04:04:28.007Z] #0 1.688 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-25T04:04:28.007Z] #0 1.777 (4/9) Installing libcurl (8.2.1-r0) [2023-08-25T04:04:28.007Z] #0 1.793 (5/9) Installing curl (8.2.1-r0) [2023-08-25T04:04:28.007Z] #0 1.803 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:28.007Z] #0 1.807 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-25T04:04:28.007Z] #0 1.812 (8/9) Installing libucontext (1.2-r0) [2023-08-25T04:04:28.007Z] #0 1.821 (9/9) Installing gcompat (1.1.0-r0) [2023-08-25T04:04:28.007Z] #0 1.825 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:28.007Z] #0 1.833 Executing ca-certificates-20230506-r0.trigger [2023-08-25T04:04:28.007Z] #0 1.908 OK: 10 MiB in 24 packages [2023-08-25T04:04:30.655Z] #52 ... [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:04:30.655Z] #50 7.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #50 ... [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #53 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-25T04:04:30.655Z] #0 0.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 2.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 2.409 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:30.655Z] #0 2.420 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:30.655Z] #0 2.428 OK: 7 MiB in 16 packages [2023-08-25T04:04:30.655Z] #53 DONE 7.8s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-25T04:04:30.655Z] #48 35.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #48 35.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #48 36.03 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:30.655Z] #48 36.05 (2/2) Installing su-exec (0.2-r2) [2023-08-25T04:04:30.655Z] #48 36.06 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:30.655Z] #48 36.07 OK: 7 MiB in 17 packages [2023-08-25T04:04:30.655Z] #48 DONE 42.6s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-25T04:04:30.655Z] #0 6.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 6.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 6.978 (1/4) Installing ca-certificates (20230506-r0) [2023-08-25T04:04:30.655Z] #0 6.990 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:30.655Z] #0 6.993 (3/4) Installing su-exec (0.2-r2) [2023-08-25T04:04:30.655Z] #0 6.996 (4/4) Installing yq (4.30.4-r4) [2023-08-25T04:04:30.655Z] #0 7.054 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:30.655Z] #0 7.060 Executing ca-certificates-20230506-r0.trigger [2023-08-25T04:04:30.655Z] #0 7.233 OK: 17 MiB in 19 packages [2023-08-25T04:04:30.655Z] #54 DONE 7.8s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-25T04:04:30.655Z] #0 3.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 4.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 4.679 (1/2) Installing ca-certificates (20230506-r0) [2023-08-25T04:04:30.655Z] #0 4.702 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:30.655Z] #0 4.776 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:30.655Z] #0 4.783 Executing ca-certificates-20230506-r0.trigger [2023-08-25T04:04:30.655Z] #0 4.884 OK: 8 MiB in 17 packages [2023-08-25T04:04:30.655Z] #55 DONE 7.9s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #56 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-25T04:04:30.655Z] #0 0.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.346 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:04:30.655Z] #0 1.346 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:04:30.655Z] #0 1.346 OK: 17823 distinct packages available [2023-08-25T04:04:30.655Z] #0 1.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.872 OK: 265 MiB in 53 packages [2023-08-25T04:04:30.655Z] #56 DONE 7.7s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-25T04:04:30.655Z] #52 DONE 7.9s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #57 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-25T04:04:30.655Z] #0 0.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.408 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:04:30.655Z] #0 1.408 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:04:30.655Z] #0 1.408 OK: 17818 distinct packages available [2023-08-25T04:04:30.655Z] #0 1.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.980 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:30.655Z] #0 1.982 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-25T04:04:30.655Z] #0 1.985 (3/5) Installing libucontext (1.2-r0) [2023-08-25T04:04:30.655Z] #0 1.988 (4/5) Installing gcompat (1.1.0-r0) [2023-08-25T04:04:30.655Z] #0 1.992 (5/5) Installing openssl (3.0.10-r0) [2023-08-25T04:04:30.655Z] #0 2.008 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:30.655Z] #0 2.016 OK: 8 MiB in 20 packages [2023-08-25T04:04:30.655Z] #57 DONE 7.9s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-25T04:04:30.655Z] #0 1.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #0 1.478 OK: 265 MiB in 53 packages [2023-08-25T04:04:30.655Z] #58 DONE 7.8s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #49 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-25T04:04:30.655Z] #49 0.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #49 0.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.655Z] #49 1.337 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:30.655Z] #49 1.342 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:30.655Z] #49 1.349 OK: 7 MiB in 16 packages [2023-08-25T04:04:30.655Z] #49 DONE 8.1s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #51 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:04:30.655Z] #51 DONE 7.8s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #59 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:04:30.655Z] #59 DONE 0.2s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #60 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:04:30.655Z] #60 DONE 0.2s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #61 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:04:30.655Z] #61 DONE 0.2s [2023-08-25T04:04:30.655Z] [2023-08-25T04:04:30.655Z] #62 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:04:30.919Z] #62 ... [2023-08-25T04:04:30.919Z] [2023-08-25T04:04:30.919Z] #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-25T04:04:30.919Z] #0 7.691 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.919Z] #0 7.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.919Z] #0 8.072 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:30.919Z] #0 8.076 (2/4) Installing openssl (3.0.10-r0) [2023-08-25T04:04:30.919Z] #0 8.085 (3/4) Installing su-exec (0.2-r2) [2023-08-25T04:04:30.919Z] #0 8.088 (4/4) Installing yq (4.30.4-r4) [2023-08-25T04:04:30.919Z] #0 8.156 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:30.919Z] #0 8.163 OK: 17 MiB in 19 packages [2023-08-25T04:04:30.919Z] #63 DONE 8.3s [2023-08-25T04:04:30.919Z] [2023-08-25T04:04:30.919Z] #64 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-08-25T04:04:30.919Z] #64 DONE 0.0s [2023-08-25T04:04:30.919Z] [2023-08-25T04:04:30.919Z] #65 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:04:30.919Z] #65 DONE 0.1s [2023-08-25T04:04:30.919Z] [2023-08-25T04:04:30.919Z] #50 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:04:30.919Z] #50 7.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:30.919Z] #50 8.035 OK: 265 MiB in 53 packages [2023-08-25T04:04:30.919Z] #50 DONE 8.4s [2023-08-25T04:04:31.180Z] [2023-08-25T04:04:31.180Z] #66 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-25T04:04:31.180Z] #0 7.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:31.180Z] #0 7.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:31.180Z] #0 8.034 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:04:31.180Z] #0 8.034 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:04:31.180Z] #0 8.034 OK: 17818 distinct packages available [2023-08-25T04:04:31.180Z] #0 8.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:31.180Z] #0 8.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:31.180Z] #0 8.422 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-25T04:04:31.180Z] #0 8.422 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-25T04:04:31.180Z] #0 8.425 (3/4) Installing libucontext (1.2-r0) [2023-08-25T04:04:31.180Z] #0 8.428 (4/4) Installing gcompat (1.1.0-r0) [2023-08-25T04:04:31.180Z] #0 8.433 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:04:31.180Z] #0 8.440 OK: 7 MiB in 19 packages [2023-08-25T04:04:31.180Z] #66 DONE 8.5s [2023-08-25T04:04:31.180Z] [2023-08-25T04:04:31.180Z] #67 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:04:32.119Z] #67 ... [2023-08-25T04:04:32.119Z] [2023-08-25T04:04:32.119Z] #68 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-25T04:04:32.119Z] #0 8.749 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:32.119Z] #0 8.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-25T04:04:32.119Z] #0 9.040 OK: 265 MiB in 53 packages [2023-08-25T04:04:32.119Z] #68 DONE 9.1s [2023-08-25T04:04:32.119Z] [2023-08-25T04:04:32.119Z] #69 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-25T04:04:32.119Z] #69 DONE 0.1s [2023-08-25T04:04:32.119Z] [2023-08-25T04:04:32.119Z] #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:04:32.380Z] #70 ... [2023-08-25T04:04:32.380Z] [2023-08-25T04:04:32.380Z] #71 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-25T04:04:32.380Z] #71 DONE 1.9s [2023-08-25T04:04:32.380Z] [2023-08-25T04:04:32.380Z] #72 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-25T04:04:32.380Z] #72 DONE 0.0s [2023-08-25T04:04:32.380Z] [2023-08-25T04:04:32.380Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:04:42.406Z] #73 ... [2023-08-25T04:04:42.406Z] [2023-08-25T04:04:42.406Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:04:48.006Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4492 in /w/workspace/edgexfoundry_edgex-go_PR-4664 [Pipeline] { [Pipeline] ws [2023-08-25T04:04:48.063Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-08-25T04:04:48.143Z] The recommended git tool is: git [2023-08-25T04:04:52.897Z] using credential edgex-jenkins-ssh [2023-08-25T04:04:52.916Z] Cloning the remote Git repository [2023-08-25T04:04:52.961Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-08-25T04:04:53.059Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-08-25T04:04:53.201Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-25T04:04:53.202Z] > git --version # timeout=10 [2023-08-25T04:04:53.223Z] > git --version # 'git version 2.25.1' [2023-08-25T04:04:53.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T04:04:53.360Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T04:05:04.357Z] #74 DONE 29.9s [2023-08-25T04:05:04.357Z] [2023-08-25T04:05:04.357Z] #67 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:04.357Z] #67 DONE 29.6s [2023-08-25T04:05:04.357Z] [2023-08-25T04:05:04.357Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:04.357Z] #73 DONE 29.9s [2023-08-25T04:05:04.357Z] [2023-08-25T04:05:04.357Z] #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:04.357Z] #70 DONE 28.7s [2023-08-25T04:05:04.357Z] [2023-08-25T04:05:04.357Z] #62 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:04.357Z] #62 DONE 30.0s [2023-08-25T04:05:04.357Z] [2023-08-25T04:05:04.357Z] #75 [support-notifications builder 6/7] COPY . . [2023-08-25T04:05:10.915Z] #75 ... [2023-08-25T04:05:10.915Z] [2023-08-25T04:05:10.915Z] #76 [security-spire-agent builder 6/9] COPY . . [2023-08-25T04:05:10.915Z] #76 ... [2023-08-25T04:05:10.915Z] [2023-08-25T04:05:10.915Z] #77 [core-command builder 6/7] COPY . . [2023-08-25T04:05:10.915Z] #77 ... [2023-08-25T04:05:10.915Z] [2023-08-25T04:05:10.915Z] #78 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-25T04:05:11.173Z] #78 ... [2023-08-25T04:05:11.173Z] [2023-08-25T04:05:11.173Z] #79 [security-secretstore-setup builder 6/7] COPY . . [2023-08-25T04:05:11.600Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-25T04:05:11.625Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-25T04:05:13.176Z] Merging remotes/origin/main commit d712b70d1b18e2b4f4c471c5ae40b4002467bb18 into PR head commit 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 [2023-08-25T04:05:13.783Z] Merge succeeded, producing a9c81751865e635501c2c891e401ad5ead12fa9c [2023-08-25T04:05:13.783Z] Checking out Revision a9c81751865e635501c2c891e401ad5ead12fa9c (PR-4664) [2023-08-25T04:05:12.412Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-25T04:05:12.451Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-25T04:05:12.452Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T04:05:12.469Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4664/head:refs/remotes/origin/PR-4664 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-25T04:05:13.194Z] > git config core.sparsecheckout # timeout=10 [2023-08-25T04:05:13.267Z] > git checkout -f 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 # timeout=10 [2023-08-25T04:05:13.479Z] > git remote # timeout=10 [2023-08-25T04:05:13.501Z] > git config --get remote.origin.url # timeout=10 [2023-08-25T04:05:13.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-25T04:05:13.530Z] > git merge d712b70d1b18e2b4f4c471c5ae40b4002467bb18 # timeout=10 [2023-08-25T04:05:13.772Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-25T04:05:13.791Z] > git config core.sparsecheckout # timeout=10 [2023-08-25T04:05:13.802Z] > git checkout -f a9c81751865e635501c2c891e401ad5ead12fa9c # timeout=10 [2023-08-25T04:05:17.377Z] Commit message: "Merge commit 'd712b70d1b18e2b4f4c471c5ae40b4002467bb18' into HEAD" [2023-08-25T04:05:17.377Z] First time build. Skipping changelog. [2023-08-25T04:05:17.429Z] > git --version # timeout=10 [2023-08-25T04:05:17.439Z] > git --version # 'git version 2.25.1' [2023-08-25T04:05:17.453Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-25T04:05:17.735Z] #79 DONE 16.3s [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #77 [core-command builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #77 DONE 16.3s [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #80 [core-data builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #80 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #81 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #82 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #82 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #83 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #83 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #84 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #84 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #85 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #86 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #87 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #87 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #88 [support-scheduler builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #88 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #89 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #90 [security-proxy-setup builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #90 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #91 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #91 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #92 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #92 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #93 [security-bootstrapper builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #93 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #94 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #75 [support-notifications builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #75 DONE 16.3s [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #95 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #95 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #96 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #96 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #97 [security-proxy-auth builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #97 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #76 [security-spire-agent builder 6/9] COPY . . [2023-08-25T04:05:17.735Z] #76 DONE 16.3s [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #78 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #78 DONE 16.4s [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #98 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #98 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #99 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #99 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #100 [core-metadata builder 6/7] COPY . . [2023-08-25T04:05:17.735Z] #100 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:05:17.735Z] #101 ... [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #102 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-25T04:05:17.735Z] #102 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #103 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-25T04:05:17.735Z] #103 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #104 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:17.735Z] #104 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #105 [security-spire-server builder 6/9] COPY . . [2023-08-25T04:05:17.735Z] #105 CACHED [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-25T04:05:17.735Z] #106 DONE 0.1s [2023-08-25T04:05:17.735Z] [2023-08-25T04:05:17.735Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-25T04:05:18.500Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-25T04:05:18.500Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T04:05:18.500Z] Dload Upload Total Spent Left Speed [2023-08-25T04:05:18.500Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86155 0 --:--:-- --:--:-- --:--:-- 86741 [Pipeline] sh [2023-08-25T04:05:19.114Z] #107 DONE 2.0s [2023-08-25T04:05:19.114Z] [2023-08-25T04:05:19.114Z] #108 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-25T04:05:19.180Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-25T04:05:19.518Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-25T04:05:19.518Z] + sudo tee /etc/docker/daemon.new [2023-08-25T04:05:19.518Z] { [2023-08-25T04:05:19.518Z] "registry-mirrors": [ [2023-08-25T04:05:19.518Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-25T04:05:19.518Z] ], [2023-08-25T04:05:19.518Z] "bip": "10.250.0.254/24", [2023-08-25T04:05:19.518Z] "hosts": [ [2023-08-25T04:05:19.518Z] "tcp://0.0.0.0:5555", [2023-08-25T04:05:19.518Z] "unix:///var/run/docker.sock" [2023-08-25T04:05:19.518Z] ], [2023-08-25T04:05:19.518Z] "mtu": 1458, [2023-08-25T04:05:19.518Z] "selinux-enabled": true, [2023-08-25T04:05:19.518Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-25T04:05:19.518Z] } [Pipeline] sh [2023-08-25T04:05:19.864Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-25T04:05:20.205Z] + sudo service docker restart [2023-08-25T04:05:21.037Z] #108 DONE 1.6s [2023-08-25T04:05:21.037Z] [2023-08-25T04:05:21.037Z] #109 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-25T04:05:21.037Z] #109 DONE 3.7s [2023-08-25T04:05:21.037Z] [2023-08-25T04:05:21.037Z] #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:05:21.037Z] #0 1.197 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-25T04:05:21.992Z] #110 ... [2023-08-25T04:05:21.992Z] [2023-08-25T04:05:21.992Z] #111 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-25T04:05:21.992Z] #111 DONE 1.2s [2023-08-25T04:05:21.992Z] [2023-08-25T04:05:21.992Z] #112 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:05:22.252Z] #112 ... [2023-08-25T04:05:22.252Z] [2023-08-25T04:05:22.252Z] #113 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-25T04:05:22.252Z] #113 CACHED [2023-08-25T04:05:22.252Z] [2023-08-25T04:05:22.252Z] #114 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-25T04:05:22.252Z] #114 CACHED [2023-08-25T04:05:22.252Z] [2023-08-25T04:05:22.252Z] #115 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-25T04:05:22.252Z] #115 CACHED [2023-08-25T04:05:22.252Z] [2023-08-25T04:05:22.252Z] #116 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-25T04:05:22.252Z] #116 CACHED [2023-08-25T04:05:22.252Z] [2023-08-25T04:05:22.252Z] #117 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:05:22.252Z] #117 CACHED [2023-08-25T04:05:22.252Z] [2023-08-25T04:05:22.252Z] #118 [security-spire-config builder 6/9] COPY . . [2023-08-25T04:05:22.252Z] #118 CACHED [2023-08-25T04:05:22.512Z] [2023-08-25T04:05:22.512Z] #112 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:05:22.512Z] #112 DONE 0.4s [2023-08-25T04:05:22.512Z] [2023-08-25T04:05:22.512Z] #119 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:05:22.512Z] #119 DONE 0.1s [2023-08-25T04:05:22.512Z] [2023-08-25T04:05:22.512Z] #120 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:05:22.512Z] #120 DONE 0.2s [2023-08-25T04:05:22.512Z] [2023-08-25T04:05:22.512Z] #121 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:05:22.772Z] #121 ... [2023-08-25T04:05:22.772Z] [2023-08-25T04:05:22.772Z] #122 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:05:22.772Z] #122 CACHED [2023-08-25T04:05:22.772Z] [2023-08-25T04:05:22.772Z] #123 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:05:22.772Z] #123 CACHED [2023-08-25T04:05:22.772Z] [2023-08-25T04:05:22.773Z] #124 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:05:22.773Z] #124 DONE 0.3s [2023-08-25T04:05:23.045Z] [2023-08-25T04:05:23.045Z] #125 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:05:25.743Z] #125 DONE 2.6s [2023-08-25T04:05:25.743Z] [2023-08-25T04:05:25.743Z] #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-25T04:05:25.743Z] #126 DONE 2.6s [2023-08-25T04:05:25.743Z] [2023-08-25T04:05:25.743Z] #121 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:05:25.743Z] #121 DONE 2.8s [2023-08-25T04:05:25.743Z] [2023-08-25T04:05:25.743Z] #127 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-25T04:05:26.694Z] #127 DONE 1.3s [2023-08-25T04:05:26.694Z] [2023-08-25T04:05:26.694Z] #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:05:26.694Z] #128 DONE 1.4s [2023-08-25T04:05:26.694Z] [2023-08-25T04:05:26.694Z] #129 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-25T04:05:26.694Z] #129 DONE 1.3s [2023-08-25T04:05:26.694Z] [2023-08-25T04:05:26.694Z] #130 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-25T04:05:26.960Z] #130 DONE 0.2s [2023-08-25T04:05:26.960Z] [2023-08-25T04:05:26.960Z] #131 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-25T04:05:26.960Z] #131 DONE 0.2s [2023-08-25T04:05:26.960Z] [2023-08-25T04:05:26.960Z] #132 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-25T04:05:26.960Z] #132 DONE 0.2s [2023-08-25T04:05:26.960Z] [2023-08-25T04:05:26.960Z] #133 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-25T04:05:26.960Z] #133 ... [2023-08-25T04:05:26.960Z] [2023-08-25T04:05:26.960Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-25T04:05:26.960Z] #0 0.970 go build -tags " non_delayedstart" -ldflags "-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 [2023-08-25T04:05:27.223Z] #134 ... [2023-08-25T04:05:27.223Z] [2023-08-25T04:05:27.223Z] #135 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-25T04:05:27.223Z] #135 DONE 0.2s [2023-08-25T04:05:27.223Z] [2023-08-25T04:05:27.223Z] #136 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-25T04:05:27.223Z] #0 1.577 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-25T04:05:27.481Z] #136 ... [2023-08-25T04:05:27.481Z] [2023-08-25T04:05:27.481Z] #137 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-25T04:05:27.481Z] #137 DONE 0.4s [2023-08-25T04:05:27.481Z] [2023-08-25T04:05:27.481Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-25T04:05:27.481Z] #0 0.484 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-25T04:05:27.481Z] #138 ... [2023-08-25T04:05:27.481Z] [2023-08-25T04:05:27.481Z] #133 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-25T04:05:27.481Z] #133 DONE 0.5s [2023-08-25T04:05:27.481Z] [2023-08-25T04:05:27.481Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-25T04:05:27.481Z] #0 0.857 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-25T04:05:27.746Z] #139 ... [2023-08-25T04:05:27.746Z] [2023-08-25T04:05:27.746Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-25T04:05:27.746Z] #0 1.327 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-25T04:05:27.746Z] #140 ... [2023-08-25T04:05:27.746Z] [2023-08-25T04:05:27.746Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:05:27.746Z] #0 0.917 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-25T04:05:28.046Z] #141 ... [2023-08-25T04:05:28.046Z] [2023-08-25T04:05:28.046Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:05:28.046Z] #101 0.708 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:05:28.046Z] #101 ... [2023-08-25T04:05:28.046Z] [2023-08-25T04:05:28.046Z] #142 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:05:28.046Z] #0 1.796 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:05:28.307Z] #142 ... [2023-08-25T04:05:28.307Z] [2023-08-25T04:05:28.307Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:05:28.307Z] #0 1.038 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-25T04:05:28.574Z] #143 ... [2023-08-25T04:05:28.574Z] [2023-08-25T04:05:28.574Z] #144 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-25T04:05:28.574Z] #144 DONE 1.3s [2023-08-25T04:05:28.574Z] [2023-08-25T04:05:28.574Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-25T04:05:28.574Z] #0 0.851 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:05:28.574Z] #145 ... [2023-08-25T04:05:28.574Z] [2023-08-25T04:05:28.574Z] #146 [security-spire-agent] exporting to image [2023-08-25T04:05:28.574Z] #146 exporting layers [2023-08-25T04:05:28.885Z] #146 exporting layers 1.4s done [2023-08-25T04:05:28.885Z] #146 writing image sha256:6c8a81809a7aa448710f2b5c7cbd1cfe951977a7db5bf795591721c9034b8cac [2023-08-25T04:05:28.885Z] #146 writing image sha256:6c8a81809a7aa448710f2b5c7cbd1cfe951977a7db5bf795591721c9034b8cac 0.1s done [2023-08-25T04:05:28.885Z] #146 naming to docker.io/library/security-spire-config 0.0s done [2023-08-25T04:05:29.936Z] #146 exporting layers 2.5s done [2023-08-25T04:05:30.201Z] #146 exporting layers 1.6s done [2023-08-25T04:05:30.201Z] #146 writing image sha256:548e5ade08fc4ae6d833700a2c2542acb3eec3f0594beaff06338dac17884ebc 0.0s done [2023-08-25T04:05:30.201Z] #146 naming to docker.io/library/security-spire-server done [2023-08-25T04:05:30.201Z] #146 writing image sha256:c2668b4d034f48b3e4b139a4cec095ca219cc9dbabb3085439f5f00bde30c25a done [2023-08-25T04:05:30.201Z] #146 naming to docker.io/library/security-spire-agent done [2023-08-25T04:05:30.201Z] #146 DONE 2.6s [2023-08-25T04:05:30.201Z] [2023-08-25T04:05:30.201Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T04:05:38.512Z] provisioning config files... [2023-08-25T04:05:38.538Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14760932711803908107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:05:38.920Z] ---> docker-login.sh [2023-08-25T04:05:38.920Z] nexus3.edgexfoundry.org:10001 [2023-08-25T04:05:39.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:05:39.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:05:39.466Z] Configure a credential helper to remove this warning. See [2023-08-25T04:05:39.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:05:39.466Z] [2023-08-25T04:05:39.466Z] Login Succeeded [2023-08-25T04:05:39.466Z] nexus3.edgexfoundry.org:10002 [2023-08-25T04:05:39.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:05:40.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:05:40.004Z] Configure a credential helper to remove this warning. See [2023-08-25T04:05:40.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:05:40.004Z] [2023-08-25T04:05:40.004Z] Login Succeeded [2023-08-25T04:05:40.004Z] nexus3.edgexfoundry.org:10003 [2023-08-25T04:05:40.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:05:40.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:05:40.278Z] Configure a credential helper to remove this warning. See [2023-08-25T04:05:40.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:05:40.278Z] [2023-08-25T04:05:40.278Z] Login Succeeded [2023-08-25T04:05:40.278Z] nexus3.edgexfoundry.org:10004 [2023-08-25T04:05:40.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:05:40.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:05:40.546Z] Configure a credential helper to remove this warning. See [2023-08-25T04:05:40.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:05:40.546Z] [2023-08-25T04:05:40.546Z] Login Succeeded [2023-08-25T04:05:40.546Z] docker.io [2023-08-25T04:05:40.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-25T04:05:41.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-25T04:05:41.079Z] Configure a credential helper to remove this warning. See [2023-08-25T04:05:41.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-25T04:05:41.079Z] [2023-08-25T04:05:41.079Z] Login Succeeded [2023-08-25T04:05:41.079Z] ---> docker-login.sh ends [Pipeline] } [2023-08-25T04:05:41.113Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-08-25T04:05:41.792Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-25T04:05:41.833Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T04:05:41.870Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-25T04:05:41.901Z] ========================================================= [2023-08-25T04:05:41.901Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-25T04:05:41.901Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-25T04:05:42.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-25T04:05:42.333Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-25T04:05:42.333Z] edb6bdbacee9: Pulling fs layer [2023-08-25T04:05:42.333Z] 5f9638ab2659: Pulling fs layer [2023-08-25T04:05:42.333Z] 8d51d6327a98: Pulling fs layer [2023-08-25T04:05:42.333Z] 8b374f2dd631: Pulling fs layer [2023-08-25T04:05:42.333Z] ec14aa9079de: Pulling fs layer [2023-08-25T04:05:42.333Z] 2f466654f4bb: Pulling fs layer [2023-08-25T04:05:42.333Z] 554e91adad29: Pulling fs layer [2023-08-25T04:05:42.333Z] 8b374f2dd631: Waiting [2023-08-25T04:05:42.333Z] ec14aa9079de: Waiting [2023-08-25T04:05:42.333Z] 554e91adad29: Waiting [2023-08-25T04:05:42.333Z] 2f466654f4bb: Waiting [2023-08-25T04:05:42.602Z] 5f9638ab2659: Verifying Checksum [2023-08-25T04:05:42.602Z] 5f9638ab2659: Download complete [2023-08-25T04:05:42.602Z] 8b374f2dd631: Verifying Checksum [2023-08-25T04:05:42.602Z] 8b374f2dd631: Download complete [2023-08-25T04:05:42.602Z] ec14aa9079de: Download complete [2023-08-25T04:05:42.602Z] edb6bdbacee9: Download complete [2023-08-25T04:05:43.574Z] edb6bdbacee9: Pull complete [2023-08-25T04:05:43.844Z] 554e91adad29: Verifying Checksum [2023-08-25T04:05:43.844Z] 554e91adad29: Download complete [2023-08-25T04:05:44.116Z] 5f9638ab2659: Pull complete [2023-08-25T04:05:45.079Z] 2f466654f4bb: Verifying Checksum [2023-08-25T04:05:45.079Z] 2f466654f4bb: Download complete [2023-08-25T04:05:45.079Z] 8d51d6327a98: Verifying Checksum [2023-08-25T04:05:45.079Z] 8d51d6327a98: Download complete [2023-08-25T04:05:57.406Z] 8d51d6327a98: Pull complete [2023-08-25T04:05:57.406Z] 8b374f2dd631: Pull complete [2023-08-25T04:05:57.406Z] ec14aa9079de: Pull complete [2023-08-25T04:06:02.894Z] 2f466654f4bb: Pull complete [2023-08-25T04:06:05.484Z] 554e91adad29: Pull complete [2023-08-25T04:06:05.484Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-25T04:06:05.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-25T04:06:05.484Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-25T04:06:05.866Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-25T04:06:05.866Z] WORKDIR /edgex [2023-08-25T04:06:05.866Z] COPY go.mod . [2023-08-25T04:06:05.866Z] RUN go mod download -t [2023-08-25T04:06:05.866Z] ci-base-image-arm64 -f - . [2023-08-25T04:06:06.453Z] Sending build context to Docker daemon 2.963MB [2023-08-25T04:06:06.453Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-25T04:06:06.453Z] ---> 1e15ea492957 [2023-08-25T04:06:06.453Z] Step 2/4 : WORKDIR /edgex [2023-08-25T04:06:08.393Z] ---> Running in 2328e4486e76 [2023-08-25T04:06:08.393Z] Removing intermediate container 2328e4486e76 [2023-08-25T04:06:08.393Z] ---> 8374aed34877 [2023-08-25T04:06:08.393Z] Step 3/4 : COPY go.mod . [2023-08-25T04:06:08.978Z] ---> 0894c0f9a354 [2023-08-25T04:06:08.978Z] Step 4/4 : RUN go mod download [2023-08-25T04:06:08.978Z] ---> Running in 39382257f554 [2023-08-25T04:06:38.265Z] #145 ... [2023-08-25T04:06:38.265Z] [2023-08-25T04:06:38.265Z] #142 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:06:38.265Z] #142 77.63 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:06:47.867Z] Removing intermediate container 39382257f554 [2023-08-25T04:06:47.867Z] ---> e39f37c0c2ec [2023-08-25T04:06:47.867Z] Successfully built e39f37c0c2ec [2023-08-25T04:06:47.867Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:06:48.260Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T04:06:48.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:06:48.650Z] prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container [2023-08-25T04:06:48.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-25T04:06:49.856Z] $ docker top 516f10d1c77d4d16766fad1ad0191bf2744d04853a43a0fc13ebfcfb973b9bb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T04:06:50.721Z] + go version [2023-08-25T04:06:50.722Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-25T04:06:50.757Z] $ docker stop --time=1 516f10d1c77d4d16766fad1ad0191bf2744d04853a43a0fc13ebfcfb973b9bb9 [2023-08-25T04:06:52.373Z] $ docker rm -f --volumes 516f10d1c77d4d16766fad1ad0191bf2744d04853a43a0fc13ebfcfb973b9bb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:06:53.192Z] #142 ... [2023-08-25T04:06:53.192Z] [2023-08-25T04:06:53.192Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-25T04:06:53.192Z] #140 DONE 94.0s [2023-08-25T04:06:53.192Z] [2023-08-25T04:06:53.192Z] #136 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-25T04:06:53.192Z] #136 DONE 94.0s [2023-08-25T04:06:53.192Z] [2023-08-25T04:06:53.192Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-25T04:06:53.192Z] #138 DONE 94.1s [2023-08-25T04:06:53.192Z] [2023-08-25T04:06:53.192Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-25T04:06:53.192Z] #145 DONE 94.1s [2023-08-25T04:06:53.192Z] [2023-08-25T04:06:53.193Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:06:53.193Z] #143 DONE 94.0s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #147 ... [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:06:53.193Z] #141 DONE 94.2s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-25T04:06:53.193Z] #139 DONE 94.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:06:53.193Z] #110 DONE 94.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-25T04:06:53.193Z] #134 DONE 94.4s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #142 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:06:53.193Z] #142 DONE 94.4s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #148 ... [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:06:53.193Z] #101 DONE 94.4s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #149 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #149 ... [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #147 DONE 0.7s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #150 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #150 DONE 0.7s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #151 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-25T04:06:53.193Z] #151 DONE 0.7s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #148 DONE 0.5s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #152 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-25T04:06:53.193Z] #152 ... [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #153 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #153 DONE 0.5s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #149 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #149 DONE 0.5s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #154 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #154 DONE 0.5s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #155 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #155 DONE 0.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #156 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-25T04:06:53.193Z] #156 ... [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #157 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #157 DONE 0.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #158 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #158 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #159 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #159 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #160 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #160 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #161 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #161 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #162 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #162 DONE 0.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #163 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #163 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #164 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #164 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #165 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #165 DONE 0.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #166 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:53.193Z] #166 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #167 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #167 CACHED [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #168 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #168 DONE 0.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #169 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-25T04:06:53.193Z] #169 ... [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #156 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-25T04:06:53.193Z] #156 DONE 0.3s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #170 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:53.193Z] #170 DONE 0.4s [2023-08-25T04:06:53.193Z] [2023-08-25T04:06:53.193Z] #171 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-08-25T04:06:53.224Z] + docker inspect -f . ci-base-image-arm64 [2023-08-25T04:06:53.224Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:06:53.476Z] prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container [2023-08-25T04:06:53.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-25T04:06:53.780Z] #171 ... [2023-08-25T04:06:53.780Z] [2023-08-25T04:06:53.780Z] #172 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-25T04:06:53.780Z] #172 DONE 1.6s [2023-08-25T04:06:53.780Z] [2023-08-25T04:06:53.780Z] #173 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-25T04:06:53.780Z] #173 DONE 1.6s [2023-08-25T04:06:54.042Z] [2023-08-25T04:06:54.043Z] #174 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.043Z] #174 ... [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #169 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-25T04:06:54.043Z] #169 DONE 1.7s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #175 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-25T04:06:54.043Z] #175 DONE 1.8s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #176 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-25T04:06:54.043Z] #176 DONE 1.8s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #177 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-25T04:06:54.043Z] #177 DONE 1.9s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #178 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-25T04:06:54.043Z] #178 DONE 1.9s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #179 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-25T04:06:54.043Z] #179 DONE 1.7s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #180 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-25T04:06:54.043Z] #180 DONE 1.8s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #152 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-25T04:06:54.043Z] #152 DONE 2.3s [2023-08-25T04:06:54.043Z] [2023-08-25T04:06:54.043Z] #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.302Z] #181 ... [2023-08-25T04:06:54.302Z] [2023-08-25T04:06:54.302Z] #171 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-08-25T04:06:54.302Z] #171 DONE 1.8s [2023-08-25T04:06:54.302Z] [2023-08-25T04:06:54.302Z] #182 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.302Z] #182 DONE 0.7s [2023-08-25T04:06:54.302Z] [2023-08-25T04:06:54.302Z] #183 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-08-25T04:06:54.565Z] #183 ... [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #174 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.565Z] #174 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #184 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.565Z] #184 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #185 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.565Z] #185 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #186 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.565Z] #186 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #187 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-25T04:06:54.565Z] #187 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #188 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.565Z] #188 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #189 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.565Z] #189 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:54.565Z] #181 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #190 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:06:54.565Z] #190 DONE 0.5s [2023-08-25T04:06:54.565Z] [2023-08-25T04:06:54.565Z] #146 [security-spiffe-token-provider] exporting to image [2023-08-25T04:06:54.565Z] #146 exporting layers 0.1s done [2023-08-25T04:06:54.658Z] $ docker top dba088d81496245a272f351e0b07d6998bac13c4e87b686be38804116863d4f5 -eo pid,comm [2023-08-25T04:06:54.822Z] #146 ... [2023-08-25T04:06:54.823Z] [2023-08-25T04:06:54.823Z] #183 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-08-25T04:06:54.823Z] #183 DONE 0.5s [2023-08-25T04:06:54.823Z] [2023-08-25T04:06:54.823Z] #191 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-25T04:06:54.823Z] #191 DONE 0.4s [2023-08-25T04:06:54.823Z] [2023-08-25T04:06:54.823Z] #146 [security-spiffe-token-provider] exporting to image [2023-08-25T04:06:54.823Z] #146 exporting layers 0.3s done [2023-08-25T04:06:54.823Z] #146 ... [2023-08-25T04:06:54.823Z] [2023-08-25T04:06:54.823Z] #192 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-08-25T04:06:54.823Z] #192 DONE 0.3s [2023-08-25T04:06:54.823Z] [2023-08-25T04:06:54.823Z] #193 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-25T04:06:54.823Z] #193 DONE 0.3s [2023-08-25T04:06:54.823Z] [2023-08-25T04:06:54.823Z] #194 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-25T04:06:54.823Z] #194 DONE 0.3s [2023-08-25T04:06:54.823Z] [2023-08-25T04:06:54.823Z] #146 [core-metadata] exporting to image [Pipeline] { [Pipeline] echo [2023-08-25T04:06:54.970Z] ========================================================= [2023-08-25T04:06:54.970Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-25T04:06:54.970Z] ========================================================= [Pipeline] sh [2023-08-25T04:06:55.294Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-25T04:06:55.395Z] #146 ... [2023-08-25T04:06:55.395Z] [2023-08-25T04:06:55.395Z] #195 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:06:55.395Z] #195 DONE 0.3s [2023-08-25T04:06:55.395Z] [2023-08-25T04:06:55.395Z] #196 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:06:55.395Z] #196 DONE 0.3s [2023-08-25T04:06:55.395Z] [2023-08-25T04:06:55.395Z] #146 [core-data] exporting to image [2023-08-25T04:06:55.395Z] #146 exporting layers 0.4s done [2023-08-25T04:06:55.395Z] #146 writing image sha256:9361a662e4a5fce2e4e46dd5e4c8988c7a2906c1a7f4d8acd9edc47dca7bf52c done [2023-08-25T04:06:55.395Z] #146 writing image sha256:feb07c8fc03ebb9e113684a68520109d4416e922803a1ec37d5ca53941b00a9b done [2023-08-25T04:06:55.395Z] #146 naming to docker.io/library/core-command done [2023-08-25T04:06:55.395Z] #146 naming to docker.io/library/core-data done [2023-08-25T04:06:55.395Z] #146 exporting layers 0.4s done [2023-08-25T04:06:55.395Z] #146 writing image sha256:fb19c524365600c18f23d1daa7ceef48e8f835401e5c780062315ff64d519610 0.0s done [2023-08-25T04:06:55.395Z] #146 naming to docker.io/library/support-scheduler done [2023-08-25T04:06:55.395Z] #146 ... [2023-08-25T04:06:55.395Z] [2023-08-25T04:06:55.395Z] #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-25T04:06:55.395Z] #197 DONE 0.5s [2023-08-25T04:06:55.395Z] [2023-08-25T04:06:55.395Z] #146 [support-scheduler] exporting to image [2023-08-25T04:06:55.395Z] #146 writing image sha256:a3848d24a564469524b0b2eb58e0f4d165ac650b6812d6a8dbc5a399951d4455 [2023-08-25T04:06:55.395Z] #146 writing image sha256:49c935caf31afd997d846c12bbcb2b74f04627a175d8a3e53794db9a4c51230f done [2023-08-25T04:06:55.395Z] #146 naming to docker.io/library/support-notifications [2023-08-25T04:06:55.655Z] #146 ... [2023-08-25T04:06:55.655Z] [2023-08-25T04:06:55.655Z] #198 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-25T04:06:55.655Z] #198 DONE 0.5s [2023-08-25T04:06:55.655Z] [2023-08-25T04:06:55.655Z] #199 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-25T04:06:55.655Z] #199 DONE 0.1s [2023-08-25T04:06:55.655Z] [2023-08-25T04:06:55.655Z] #200 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:06:55.655Z] #200 DONE 0.8s [2023-08-25T04:06:55.655Z] [2023-08-25T04:06:55.655Z] #146 [security-proxy-auth] exporting to image [2023-08-25T04:06:55.655Z] #146 writing image sha256:a3848d24a564469524b0b2eb58e0f4d165ac650b6812d6a8dbc5a399951d4455 0.0s done [2023-08-25T04:06:55.655Z] #146 naming to docker.io/library/support-notifications done [2023-08-25T04:06:55.655Z] #146 naming to docker.io/library/security-spiffe-token-provider done [2023-08-25T04:06:55.655Z] #146 writing image sha256:d241ecdce38b465e2bf37aa2f8e1368268b52685cf35c60f4381e55b7cd03a86 done [2023-08-25T04:06:55.655Z] #146 naming to docker.io/library/core-metadata [2023-08-25T04:06:55.655Z] #146 naming to docker.io/library/core-metadata done [2023-08-25T04:06:55.680Z] + make test [2023-08-25T04:06:55.680Z] go test -race -coverprofile=coverage.out ./... [2023-08-25T04:06:55.916Z] #146 ... [2023-08-25T04:06:55.916Z] [2023-08-25T04:06:55.916Z] #201 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-25T04:06:55.916Z] #201 DONE 0.4s [2023-08-25T04:06:55.916Z] [2023-08-25T04:06:55.916Z] #202 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-08-25T04:06:55.916Z] #202 DONE 0.3s [2023-08-25T04:06:55.916Z] [2023-08-25T04:06:55.916Z] #203 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:06:55.916Z] #203 DONE 1.1s [2023-08-25T04:06:55.916Z] [2023-08-25T04:06:55.916Z] #204 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:06:55.916Z] #204 DONE 1.1s [2023-08-25T04:06:55.916Z] [2023-08-25T04:06:55.916Z] #146 [core-common-config-bootstrapper] exporting to image [2023-08-25T04:06:55.916Z] #146 writing image sha256:5a4880f323ed9d2795786224d83117c050fc8fa3bfcc4bda555b6394630b0262 done [2023-08-25T04:06:55.916Z] #146 naming to docker.io/library/security-proxy-auth done [2023-08-25T04:06:56.175Z] #146 ... [2023-08-25T04:06:56.175Z] [2023-08-25T04:06:56.175Z] #205 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-25T04:06:56.175Z] #205 DONE 0.1s [2023-08-25T04:06:56.175Z] [2023-08-25T04:06:56.175Z] #206 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-08-25T04:06:56.175Z] #206 DONE 0.1s [2023-08-25T04:06:56.175Z] [2023-08-25T04:06:56.175Z] #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-25T04:06:56.175Z] #207 DONE 0.1s [2023-08-25T04:06:56.175Z] [2023-08-25T04:06:56.175Z] #146 [security-proxy-setup] exporting to image [2023-08-25T04:06:56.175Z] #146 ... [2023-08-25T04:06:56.175Z] [2023-08-25T04:06:56.175Z] #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-25T04:06:56.175Z] #208 DONE 0.1s [2023-08-25T04:06:56.175Z] [2023-08-25T04:06:56.175Z] #146 [core-common-config-bootstrapper] exporting to image [2023-08-25T04:06:56.175Z] #146 exporting layers 0.2s done [2023-08-25T04:06:56.175Z] #146 writing image sha256:5a1f8fa9dcdae6878ee4987430aa54d5f3637baff0f1265a891bf2a0c86a97b0 0.0s done [2023-08-25T04:06:56.175Z] #146 naming to docker.io/library/core-common-config-bootstrapper done [2023-08-25T04:06:56.433Z] #146 exporting layers 0.2s done [2023-08-25T04:06:56.433Z] #146 writing image sha256:e1dd89cb5c7a2a0b479740675d4dbcd1987991384aa10d70c0338bb0b81448e0 done [2023-08-25T04:06:56.433Z] #146 naming to docker.io/library/security-proxy-setup done [2023-08-25T04:06:56.433Z] #146 DONE 4.3s [2023-08-25T04:06:56.433Z] [2023-08-25T04:06:56.433Z] #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-25T04:06:56.691Z] #209 DONE 0.4s [2023-08-25T04:06:56.691Z] [2023-08-25T04:06:56.691Z] #210 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:06:56.691Z] #210 DONE 0.6s [2023-08-25T04:06:56.691Z] [2023-08-25T04:06:56.691Z] #146 [security-secretstore-setup] exporting to image [2023-08-25T04:06:57.059Z] #146 exporting layers 0.3s done [2023-08-25T04:06:57.059Z] #146 writing image sha256:db832e737d9668bebf6790b510d25743ebaa5a7894356c6ffebceed7cf4e920e done [2023-08-25T04:06:57.059Z] #146 naming to docker.io/library/security-bootstrapper done [2023-08-25T04:06:57.059Z] #146 writing image sha256:f510bf5c5c56014ebe2cc031a29cdcd75fc11e995f892cbe3dcf61747e9fbe4f done [2023-08-25T04:06:57.059Z] #146 naming to docker.io/library/security-secretstore-setup done [2023-08-25T04:06:57.059Z] #146 DONE 4.6s [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:06:57.059Z] time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-25T04:06:57.111Z] $ docker stop --time=1 300fd8dbcb2bff72ee7b26678c6356a55a1e33dfa59b89ddc70587e3f478e6f9 [2023-08-25T04:06:58.388Z] $ docker rm -f --volumes 300fd8dbcb2bff72ee7b26678c6356a55a1e33dfa59b89ddc70587e3f478e6f9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T04:06:58.852Z] + docker images [2023-08-25T04:06:58.852Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-25T04:06:58.852Z] security-bootstrapper latest db832e737d96 2 seconds ago 23MB [2023-08-25T04:06:58.852Z] security-secretstore-setup latest f510bf5c5c56 2 seconds ago 44.1MB [2023-08-25T04:06:58.852Z] security-proxy-setup latest e1dd89cb5c7a 3 seconds ago 29.2MB [2023-08-25T04:06:58.852Z] core-common-config-bootstrapper latest 5a1f8fa9dcda 3 seconds ago 18MB [2023-08-25T04:06:58.852Z] security-proxy-auth latest 5a4880f323ed 3 seconds ago 19.4MB [2023-08-25T04:06:58.852Z] core-data latest feb07c8fc03e 4 seconds ago 21.2MB [2023-08-25T04:06:58.852Z] support-scheduler latest fb19c5243656 4 seconds ago 33.7MB [2023-08-25T04:06:58.852Z] core-command latest 9361a662e4a5 4 seconds ago 21MB [2023-08-25T04:06:58.852Z] support-notifications latest 49c935caf31a 4 seconds ago 34.3MB [2023-08-25T04:06:58.852Z] core-metadata latest d241ecdce38b 4 seconds ago 21.6MB [2023-08-25T04:06:58.852Z] security-spiffe-token-provider latest a3848d24a564 4 seconds ago 33.5MB [2023-08-25T04:06:58.852Z] security-spire-agent latest c2668b4d034f About a minute ago 161MB [2023-08-25T04:06:58.852Z] security-spire-config latest 6c8a81809a7a About a minute ago 102MB [2023-08-25T04:06:58.852Z] security-spire-server latest 548e5ade08fc About a minute ago 103MB [2023-08-25T04:06:58.852Z] ci-base-image-x86_64 latest 06c2f5271b15 5 minutes ago 1.07GB [2023-08-25T04:06:58.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 6 weeks ago 696MB [2023-08-25T04:06:58.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB [2023-08-25T04:06:58.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 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] } [2023-08-25T04:07:34.535Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-25T04:09:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-25T04:09:51.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-25T04:09:51.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-25T04:09:51.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.256s coverage: 28.7% of statements [2023-08-25T04:09:59.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.291s coverage: 97.0% of statements [2023-08-25T04:10:04.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-25T04:10:04.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-25T04:10:04.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-25T04:10:08.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.387s coverage: 69.4% of statements [2023-08-25T04:10:09.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-25T04:10:09.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-25T04:10:09.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.302s coverage: 54.0% of statements [2023-08-25T04:10:15.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-25T04:10:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-25T04:10:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-25T04:10:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-25T04:10:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:10:21.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-25T04:10:21.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-25T04:10:40.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.750s coverage: 93.4% of statements [2023-08-25T04:10:40.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.525s coverage: 3.8% of statements [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-25T04:10:40.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.693s coverage: 97.6% of statements [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-25T04:10:40.490Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-25T04:10:40.761Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.259s coverage: 72.2% of statements [2023-08-25T04:10:50.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-25T04:10:50.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-25T04:10:50.854Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.401s coverage: 0.9% of statements [2023-08-25T04:10:50.854Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.272s coverage: 32.2% of statements [2023-08-25T04:10:54.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.310s coverage: 42.9% of statements [2023-08-25T04:10:54.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.269s coverage: 82.9% of statements [2023-08-25T04:10:54.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements [2023-08-25T04:10:54.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.268s coverage: 96.3% of statements [2023-08-25T04:10:58.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.223s coverage: 87.5% of statements [2023-08-25T04:10:59.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-25T04:11:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-25T04:11:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-25T04:11:00.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-25T04:11:02.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-25T04:11:02.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-25T04:11:02.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-25T04:11:02.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-25T04:11:10.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.208s coverage: 94.4% of statements [2023-08-25T04:11:10.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-25T04:11:10.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-25T04:11:10.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-25T04:11:10.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-25T04:11:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-25T04:11:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-25T04:11:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.976s coverage: 79.9% of statements [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.247s coverage: 92.9% of statements [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 64.4% of statements [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.213s coverage: 62.3% of statements [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.182s coverage: 20.0% of statements [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.194s coverage: 100.0% of statements [2023-08-25T04:11:24.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.448s coverage: 81.8% of statements [2023-08-25T04:11:25.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-25T04:11:25.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.489s coverage: 82.1% of statements [2023-08-25T04:11:26.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-25T04:11:26.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 86.0% of statements [2023-08-25T04:11:31.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-25T04:11:31.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-25T04:11:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.988s coverage: 63.1% of statements [2023-08-25T04:11:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.249s coverage: 100.0% of statements [2023-08-25T04:11:33.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 89.4% of statements [2023-08-25T04:11:33.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements [2023-08-25T04:11:33.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements [2023-08-25T04:11:34.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-25T04:11:34.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-25T04:11:34.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-25T04:11:34.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2023-08-25T04:11:42.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-25T04:11:42.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-25T04:11:42.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-25T04:11:42.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.992s coverage: 38.4% of statements [2023-08-25T04:11:42.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.254s coverage: 89.5% of statements [2023-08-25T04:11:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-25T04:11:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-25T04:11:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-25T04:11:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-25T04:11:46.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.227s coverage: 84.8% of statements [2023-08-25T04:11:53.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-25T04:11:53.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-25T04:11:53.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-25T04:11:53.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-25T04:12:00.108Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.283s coverage: 17.7% of statements [2023-08-25T04:12:00.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-25T04:12:00.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:12:00.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-25T04:12:00.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-25T04:12:00.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.605s coverage: 95.7% of statements [2023-08-25T04:12:04.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-25T04:12:04.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-25T04:12:04.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.8% of statements [2023-08-25T04:12:06.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-25T04:12:06.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-25T04:12:06.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.395s coverage: 98.9% of statements [2023-08-25T04:12:07.776Z] 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 [2023-08-25T04:12:07.776Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-25T04:12:07.776Z] go vet ./... [2023-08-25T04:14:44.446Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-25T04:14:44.446Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-25T04:14:44.446Z] ./bin/test-attribution-txt.sh [2023-08-25T04:14:44.446Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-25T04:14:44.446Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-25T04:14:44.446Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-25T04:14:44.446Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-25T04:14:44.484Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-25T04:14:44.820Z] + ls -al . [2023-08-25T04:14:44.820Z] total 724 [2023-08-25T04:14:44.820Z] drwxrwxr-x 11 1001 1001 4096 Aug 25 04:06 . [2023-08-25T04:14:44.820Z] drwxr-xr-x 4 root root 4096 Aug 25 04:06 .. [2023-08-25T04:14:44.820Z] drwxrwxr-x 2 1001 1001 4096 Aug 25 04:05 .blubracket [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 16 Aug 25 04:05 .dockerignore [2023-08-25T04:14:44.820Z] drwxrwxr-x 8 1001 1001 4096 Aug 25 04:05 .git [2023-08-25T04:14:44.820Z] drwxrwxr-x 3 1001 1001 4096 Aug 25 04:05 .github [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 1173 Aug 25 04:05 .gitignore [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 42 Aug 25 04:05 .golangci.yml [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 87 Aug 25 04:05 .hadolint.yml [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 166 Aug 25 04:05 .sonarcloud.properties [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 1171 Aug 25 04:05 ADOPTERS.md [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 11152 Aug 25 04:05 Attribution.txt [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 93407 Aug 25 04:05 CHANGELOG.md [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 3804 Aug 25 04:05 CONTRIBUTING.md [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 677 Aug 25 04:05 GOVERNANCE.md [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 883 Aug 25 04:05 Jenkinsfile [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 10775 Aug 25 04:05 LICENSE [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 14764 Aug 25 04:05 Makefile [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 582 Aug 25 04:05 OWNERS.md [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 9923 Aug 25 04:05 README.md [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 789 Aug 25 04:05 SECURITY.md [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 5 Aug 25 04:00 VERSION [2023-08-25T04:14:44.820Z] drwxrwxr-x 2 1001 1001 4096 Aug 25 04:05 bin [2023-08-25T04:14:44.820Z] drwxrwxr-x 18 1001 1001 4096 Aug 25 04:05 cmd [2023-08-25T04:14:44.820Z] -rw-r--r-- 1 root root 447827 Aug 25 04:12 coverage.out [2023-08-25T04:14:44.820Z] drwxrwxr-x 2 1001 1001 4096 Aug 25 04:05 fuzz_test [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 3687 Aug 25 04:05 go.mod [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 33714 Aug 25 04:05 go.sum [2023-08-25T04:14:44.820Z] drwxrwxr-x 7 1001 1001 4096 Aug 25 04:05 internal [2023-08-25T04:14:44.820Z] drwxrwxr-x 3 1001 1001 4096 Aug 25 04:05 openapi [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 594 Aug 25 04:05 security.txt [2023-08-25T04:14:44.820Z] drwxrwxr-x 4 1001 1001 4096 Aug 25 04:05 snap [2023-08-25T04:14:44.820Z] -rw-rw-r-- 1 1001 1001 204 Aug 25 04:05 version.go [Pipeline] sh [2023-08-25T04:14:45.155Z] + '[' -e coverage.out ] [2023-08-25T04:14:45.155Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-25T04:14:45.189Z] Warning: overwriting stash ‘coverage-report’ [2023-08-25T04:14:45.920Z] Stashed 1 file(s) [Pipeline] sh [2023-08-25T04:14:46.241Z] + make build [2023-08-25T04:14:46.241Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-25T04:16:23.212Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-25T04:16:24.620Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-25T04:16:31.259Z] go build -tags " non_delayedstart" -ldflags "-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 [2023-08-25T04:16:34.598Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-25T04:17:13.438Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-25T04:17:18.760Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:17:25.386Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:17:30.711Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:17:34.123Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-25T04:17:38.410Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-25T04:17:43.741Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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] } [2023-08-25T04:17:50.389Z] $ docker stop --time=1 dba088d81496245a272f351e0b07d6998bac13c4e87b686be38804116863d4f5 [2023-08-25T04:17:52.401Z] $ docker rm -f --volumes dba088d81496245a272f351e0b07d6998bac13c4e87b686be38804116863d4f5 [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 [2023-08-25T04:17:55.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-25T04:17:55.165Z] [2023-08-25T04:17:55.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:17:55.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-25T04:17:55.874Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-08-25T04:17:55.874Z] 547446be3368: Pulling fs layer [2023-08-25T04:17:55.874Z] d125d8839a47: Pulling fs layer [2023-08-25T04:17:55.874Z] 3e85d5ac6304: Pulling fs layer [2023-08-25T04:17:55.874Z] c3105a71a48b: Pulling fs layer [2023-08-25T04:17:55.874Z] 0f093f025ec4: Pulling fs layer [2023-08-25T04:17:55.874Z] c3106fc0e877: Pulling fs layer [2023-08-25T04:17:55.874Z] 0f093f025ec4: Waiting [2023-08-25T04:17:55.874Z] c3106fc0e877: Waiting [2023-08-25T04:17:55.874Z] c3105a71a48b: Waiting [2023-08-25T04:17:55.874Z] 547446be3368: Download complete [2023-08-25T04:17:55.874Z] c3105a71a48b: Verifying Checksum [2023-08-25T04:17:55.874Z] c3105a71a48b: Download complete [2023-08-25T04:17:56.455Z] d125d8839a47: Verifying Checksum [2023-08-25T04:17:56.455Z] d125d8839a47: Download complete [2023-08-25T04:17:56.455Z] c3106fc0e877: Verifying Checksum [2023-08-25T04:17:56.455Z] c3106fc0e877: Download complete [2023-08-25T04:17:56.455Z] 0f093f025ec4: Verifying Checksum [2023-08-25T04:17:56.455Z] 0f093f025ec4: Download complete [2023-08-25T04:17:56.724Z] 547446be3368: Pull complete [2023-08-25T04:17:57.680Z] d125d8839a47: Pull complete [2023-08-25T04:17:58.264Z] 3e85d5ac6304: Verifying Checksum [2023-08-25T04:17:58.264Z] 3e85d5ac6304: Download complete [2023-08-25T04:18:06.458Z] 3e85d5ac6304: Pull complete [2023-08-25T04:18:06.458Z] c3105a71a48b: Pull complete [2023-08-25T04:18:07.040Z] 0f093f025ec4: Pull complete [2023-08-25T04:18:07.307Z] c3106fc0e877: Pull complete [2023-08-25T04:18:07.307Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-08-25T04:18:07.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-25T04:18:07.307Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:18:07.607Z] prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container [2023-08-25T04:18:07.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-08-25T04:18:09.639Z] $ docker top fb14f5833602262d3739082831ca74dad16d7be8257bcbe115a81d6d9292f7b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T04:18:10.498Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-25T04:18:18.695Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-25T04:18:18.695Z] #1 transferring dockerfile: 2.82kB done [2023-08-25T04:18:18.695Z] #1 DONE 0.1s [2023-08-25T04:18:18.695Z] [2023-08-25T04:18:18.695Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-25T04:18:18.695Z] #2 transferring dockerfile: 1.78kB done [2023-08-25T04:18:18.695Z] #2 DONE 0.0s [2023-08-25T04:18:18.695Z] [2023-08-25T04:18:18.695Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-25T04:18:18.695Z] #3 transferring dockerfile: 2.04kB done [2023-08-25T04:18:18.695Z] #3 DONE 0.1s [2023-08-25T04:18:18.695Z] [2023-08-25T04:18:18.695Z] #4 [support-scheduler internal] load build definition from Dockerfile [2023-08-25T04:18:18.695Z] #4 transferring dockerfile: 1.82kB done [2023-08-25T04:18:18.695Z] #4 DONE 0.1s [2023-08-25T04:18:18.695Z] [2023-08-25T04:18:18.695Z] #5 [support-notifications internal] load build definition from Dockerfile [2023-08-25T04:18:18.695Z] #5 transferring dockerfile: 1.84kB done [2023-08-25T04:18:18.963Z] #5 DONE 0.1s [2023-08-25T04:18:18.963Z] [2023-08-25T04:18:18.963Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-25T04:18:18.963Z] #6 transferring dockerfile: 2.39kB 0.0s done [2023-08-25T04:18:18.963Z] #6 DONE 0.1s [2023-08-25T04:18:18.963Z] [2023-08-25T04:18:18.963Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2023-08-25T04:18:18.963Z] #7 transferring dockerfile: 2.68kB 0.0s done [2023-08-25T04:18:18.963Z] #7 DONE 0.0s [2023-08-25T04:18:18.963Z] [2023-08-25T04:18:18.963Z] #8 [core-command internal] load build definition from Dockerfile [2023-08-25T04:18:18.963Z] #8 transferring dockerfile: 1.82kB done [2023-08-25T04:18:18.963Z] #8 DONE 0.1s [2023-08-25T04:18:18.963Z] [2023-08-25T04:18:18.963Z] #9 [security-spire-server internal] load build definition from Dockerfile [2023-08-25T04:18:18.963Z] #9 transferring dockerfile: 2.63kB done [2023-08-25T04:18:18.963Z] #9 DONE 0.1s [2023-08-25T04:18:18.963Z] [2023-08-25T04:18:18.963Z] #10 [core-metadata internal] load build definition from Dockerfile [2023-08-25T04:18:19.230Z] #10 transferring dockerfile: 1.96kB done [2023-08-25T04:18:19.230Z] #10 DONE 0.1s [2023-08-25T04:18:19.230Z] [2023-08-25T04:18:19.230Z] #11 [security-spire-config internal] load build definition from Dockerfile [2023-08-25T04:18:19.230Z] #11 transferring dockerfile: 2.58kB done [2023-08-25T04:18:19.230Z] #11 DONE 0.1s [2023-08-25T04:18:19.230Z] [2023-08-25T04:18:19.230Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-25T04:18:19.230Z] #12 transferring dockerfile: 2.38kB 0.0s done [2023-08-25T04:18:19.230Z] #12 DONE 0.1s [2023-08-25T04:18:19.230Z] [2023-08-25T04:18:19.230Z] #13 [core-data internal] load build definition from Dockerfile [2023-08-25T04:18:19.516Z] #13 transferring dockerfile: 1.90kB 0.0s done [2023-08-25T04:18:19.516Z] #13 DONE 0.1s [2023-08-25T04:18:19.516Z] [2023-08-25T04:18:19.516Z] #14 [security-bootstrapper internal] load .dockerignore [2023-08-25T04:18:19.516Z] #14 transferring context: 32B [2023-08-25T04:18:19.516Z] #14 transferring context: 56B done [2023-08-25T04:18:19.516Z] #14 DONE 0.1s [2023-08-25T04:18:19.516Z] [2023-08-25T04:18:19.516Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-25T04:18:19.516Z] #15 transferring dockerfile: 2.12kB 0.0s done [2023-08-25T04:18:19.516Z] #15 DONE 0.1s [2023-08-25T04:18:20.098Z] [2023-08-25T04:18:20.098Z] #16 [security-spiffe-token-provider internal] load .dockerignore [2023-08-25T04:18:20.098Z] #16 transferring context: 56B done [2023-08-25T04:18:20.098Z] #16 DONE 0.0s [2023-08-25T04:18:20.098Z] [2023-08-25T04:18:20.098Z] #17 [security-proxy-auth internal] load .dockerignore [2023-08-25T04:18:20.098Z] #17 transferring context: 56B done [2023-08-25T04:18:20.098Z] #17 DONE 0.0s [2023-08-25T04:18:20.098Z] [2023-08-25T04:18:20.098Z] #18 [support-scheduler internal] load .dockerignore [2023-08-25T04:18:20.098Z] #18 transferring context: 56B done [2023-08-25T04:18:20.098Z] #18 DONE 0.0s [2023-08-25T04:18:20.098Z] [2023-08-25T04:18:20.098Z] #19 [support-notifications internal] load .dockerignore [2023-08-25T04:18:20.365Z] #19 transferring context: 56B done [2023-08-25T04:18:20.365Z] #19 DONE 0.0s [2023-08-25T04:18:20.365Z] [2023-08-25T04:18:20.365Z] #20 [security-proxy-setup internal] load .dockerignore [2023-08-25T04:18:20.365Z] #20 transferring context: 56B 0.0s done [2023-08-25T04:18:20.365Z] #20 DONE 0.1s [2023-08-25T04:18:20.365Z] [2023-08-25T04:18:20.365Z] #21 [security-spire-agent internal] load .dockerignore [2023-08-25T04:18:20.365Z] #21 transferring context: 56B done [2023-08-25T04:18:20.365Z] #21 DONE 0.1s [2023-08-25T04:18:20.365Z] [2023-08-25T04:18:20.365Z] #22 [security-spire-server internal] load .dockerignore [2023-08-25T04:18:20.636Z] #22 transferring context: 56B done [2023-08-25T04:18:20.636Z] #22 DONE 0.1s [2023-08-25T04:18:20.636Z] [2023-08-25T04:18:20.636Z] #23 [core-command internal] load .dockerignore [2023-08-25T04:18:20.636Z] #23 transferring context: 56B done [2023-08-25T04:18:20.636Z] #23 DONE 0.1s [2023-08-25T04:18:20.636Z] [2023-08-25T04:18:20.636Z] #24 [core-metadata internal] load .dockerignore [2023-08-25T04:18:20.636Z] #24 transferring context: 56B done [2023-08-25T04:18:20.636Z] #24 DONE 0.1s [2023-08-25T04:18:20.636Z] [2023-08-25T04:18:20.636Z] #25 [security-spire-config internal] load .dockerignore [2023-08-25T04:18:20.636Z] #25 transferring context: 56B 0.0s done [2023-08-25T04:18:20.636Z] #25 DONE 0.1s [2023-08-25T04:18:20.636Z] [2023-08-25T04:18:20.636Z] #26 [security-secretstore-setup internal] load .dockerignore [2023-08-25T04:18:20.906Z] #26 transferring context: 56B done [2023-08-25T04:18:20.906Z] #26 DONE 0.1s [2023-08-25T04:18:20.906Z] [2023-08-25T04:18:20.906Z] #27 [core-data internal] load .dockerignore [2023-08-25T04:18:20.906Z] #27 transferring context: 56B done [2023-08-25T04:18:20.906Z] #27 DONE 0.1s [2023-08-25T04:18:20.906Z] [2023-08-25T04:18:20.906Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-25T04:18:20.906Z] #28 transferring context: 56B done [2023-08-25T04:18:20.906Z] #28 DONE 0.0s [2023-08-25T04:18:20.906Z] [2023-08-25T04:18:20.906Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:20.906Z] #29 DONE 0.0s [2023-08-25T04:18:20.906Z] [2023-08-25T04:18:20.906Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:21.488Z] #30 DONE 0.5s [2023-08-25T04:18:21.488Z] [2023-08-25T04:18:21.488Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:21.488Z] #29 DONE 0.0s [2023-08-25T04:18:21.488Z] [2023-08-25T04:18:21.488Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:21.488Z] #30 DONE 0.5s [2023-08-25T04:18:21.488Z] [2023-08-25T04:18:21.488Z] #31 [security-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:21.488Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:21.488Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 974.85kB / 3.26MB 0.1s [2023-08-25T04:18:21.488Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:21.488Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:21.488Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:21.754Z] #31 ... [2023-08-25T04:18:21.754Z] [2023-08-25T04:18:21.754Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:21.754Z] #29 DONE 0.0s [2023-08-25T04:18:21.754Z] [2023-08-25T04:18:21.754Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:21.754Z] #30 DONE 0.5s [2023-08-25T04:18:21.754Z] [2023-08-25T04:18:21.754Z] #31 [security-proxy-auth stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:21.754Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:21.754Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.10MB / 3.26MB 0.2s [2023-08-25T04:18:21.754Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:21.754Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:21.754Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:21.754Z] #31 ... [2023-08-25T04:18:21.754Z] [2023-08-25T04:18:21.754Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:21.754Z] #29 DONE 0.0s [2023-08-25T04:18:21.754Z] [2023-08-25T04:18:21.754Z] #31 [support-scheduler stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:21.754Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:21.754Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:21.754Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:21.754Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:21.754Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:21.754Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-08-25T04:18:22.021Z] #31 ... [2023-08-25T04:18:22.021Z] [2023-08-25T04:18:22.021Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:22.021Z] #30 DONE 0.5s [2023-08-25T04:18:22.021Z] [2023-08-25T04:18:22.021Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:22.021Z] #29 DONE 0.0s [2023-08-25T04:18:22.021Z] [2023-08-25T04:18:22.021Z] #31 [support-notifications stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:22.021Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:22.021Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:22.021Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:22.021Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:22.021Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:22.021Z] #31 ... [2023-08-25T04:18:22.021Z] [2023-08-25T04:18:22.021Z] #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:22.021Z] #29 DONE 0.0s [2023-08-25T04:18:22.292Z] [2023-08-25T04:18:22.292Z] #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:22.292Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:22.292Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:22.292Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:22.292Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:22.292Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:22.292Z] #31 ... [2023-08-25T04:18:22.292Z] [2023-08-25T04:18:22.292Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:22.292Z] #29 DONE 0.0s [2023-08-25T04:18:22.292Z] [2023-08-25T04:18:22.292Z] #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:22.558Z] #31 ... [2023-08-25T04:18:22.558Z] [2023-08-25T04:18:22.558Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:22.558Z] #29 DONE 0.0s [2023-08-25T04:18:22.558Z] [2023-08-25T04:18:22.558Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:18:22.558Z] #32 DONE 0.0s [2023-08-25T04:18:22.558Z] [2023-08-25T04:18:22.558Z] #31 [core-command stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:22.558Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:22.558Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:22.558Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:22.558Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:22.558Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:22.558Z] #31 ... [2023-08-25T04:18:22.558Z] [2023-08-25T04:18:22.558Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:22.558Z] #30 DONE 0.9s [2023-08-25T04:18:22.558Z] [2023-08-25T04:18:22.558Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:22.558Z] #29 DONE 0.0s [2023-08-25T04:18:22.558Z] [2023-08-25T04:18:22.558Z] #31 [security-spire-server stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:22.558Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:22.558Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:22.558Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:22.558Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:22.558Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:22.824Z] #31 ... [2023-08-25T04:18:22.824Z] [2023-08-25T04:18:22.824Z] #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:22.824Z] #29 DONE 0.0s [2023-08-25T04:18:22.824Z] [2023-08-25T04:18:22.824Z] #31 [security-spire-server stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:23.091Z] #31 ... [2023-08-25T04:18:23.091Z] [2023-08-25T04:18:23.091Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:23.091Z] #29 DONE 0.0s [2023-08-25T04:18:23.091Z] [2023-08-25T04:18:23.091Z] #31 [core-metadata stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:23.091Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:23.091Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:23.091Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:23.091Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:23.091Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:23.091Z] #31 ... [2023-08-25T04:18:23.091Z] [2023-08-25T04:18:23.091Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:23.091Z] #30 DONE 1.3s [2023-08-25T04:18:23.091Z] [2023-08-25T04:18:23.091Z] #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:23.091Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:23.091Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:23.091Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:23.091Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:23.091Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:23.091Z] #31 ... [2023-08-25T04:18:23.091Z] [2023-08-25T04:18:23.091Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:23.091Z] #29 DONE 0.0s [2023-08-25T04:18:23.091Z] [2023-08-25T04:18:23.091Z] #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:23.356Z] #31 ... [2023-08-25T04:18:23.356Z] [2023-08-25T04:18:23.356Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:23.356Z] #30 DONE 1.4s [2023-08-25T04:18:23.356Z] [2023-08-25T04:18:23.356Z] #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:23.356Z] #31 ... [2023-08-25T04:18:23.356Z] [2023-08-25T04:18:23.356Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-25T04:18:23.356Z] #29 DONE 0.0s [2023-08-25T04:18:23.356Z] [2023-08-25T04:18:23.356Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-25T04:18:23.356Z] #30 DONE 1.4s [2023-08-25T04:18:23.356Z] [2023-08-25T04:18:23.356Z] #31 [core-data stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:23.356Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-25T04:18:23.356Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-08-25T04:18:23.356Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-25T04:18:23.356Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-25T04:18:23.356Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-25T04:18:23.939Z] #31 ... [2023-08-25T04:18:23.939Z] [2023-08-25T04:18:23.939Z] #33 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-25T04:18:23.939Z] #33 DONE 3.4s [2023-08-25T04:18:23.939Z] [2023-08-25T04:18:23.939Z] #31 [core-data stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:23.939Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.2s done [2023-08-25T04:18:24.915Z] #31 ... [2023-08-25T04:18:24.915Z] [2023-08-25T04:18:24.915Z] #34 [core-data builder 2/7] WORKDIR /edgex-go [2023-08-25T04:18:24.915Z] #34 DONE 1.6s [2023-08-25T04:18:24.915Z] [2023-08-25T04:18:24.915Z] #35 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:18:25.869Z] #35 ... [2023-08-25T04:18:25.869Z] [2023-08-25T04:18:25.869Z] #31 [core-command stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-25T04:18:25.869Z] #31 DONE 5.1s [2023-08-25T04:18:26.135Z] [2023-08-25T04:18:26.135Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:18:26.135Z] #36 transferring context: 32.15MB 4.5s [2023-08-25T04:18:26.715Z] #36 ... [2023-08-25T04:18:26.715Z] [2023-08-25T04:18:26.715Z] #37 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-25T04:18:32.070Z] #37 ... [2023-08-25T04:18:32.070Z] [2023-08-25T04:18:32.070Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:18:32.070Z] #38 transferring context: 8.22MB 9.9s [2023-08-25T04:18:32.070Z] #38 ... [2023-08-25T04:18:32.070Z] [2023-08-25T04:18:32.070Z] #39 [support-scheduler internal] load build context [2023-08-25T04:18:32.070Z] #39 ... [2023-08-25T04:18:32.070Z] [2023-08-25T04:18:32.070Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:18:32.070Z] #40 ... [2023-08-25T04:18:32.070Z] [2023-08-25T04:18:32.070Z] #41 [support-notifications internal] load build context [2023-08-25T04:18:32.070Z] #41 ... [2023-08-25T04:18:32.070Z] [2023-08-25T04:18:32.070Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:18:32.336Z] #40 ... [2023-08-25T04:18:32.336Z] [2023-08-25T04:18:32.336Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:18:32.336Z] #42 ... [2023-08-25T04:18:32.336Z] [2023-08-25T04:18:32.336Z] #43 [security-spire-server internal] load build context [2023-08-25T04:18:32.336Z] #43 ... [2023-08-25T04:18:32.336Z] [2023-08-25T04:18:32.336Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:18:32.607Z] #40 ... [2023-08-25T04:18:32.607Z] [2023-08-25T04:18:32.607Z] #44 [core-command internal] load build context [2023-08-25T04:18:32.873Z] #44 ... [2023-08-25T04:18:32.873Z] [2023-08-25T04:18:32.873Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:18:32.873Z] #32 ... [2023-08-25T04:18:32.873Z] [2023-08-25T04:18:32.873Z] #44 [core-command internal] load build context [2023-08-25T04:18:33.141Z] #44 ... [2023-08-25T04:18:33.141Z] [2023-08-25T04:18:33.141Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:18:33.141Z] #45 ... [2023-08-25T04:18:33.141Z] [2023-08-25T04:18:33.141Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:33.410Z] #46 ... [2023-08-25T04:18:33.410Z] [2023-08-25T04:18:33.410Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:33.410Z] #47 ... [2023-08-25T04:18:33.410Z] [2023-08-25T04:18:33.410Z] #48 [core-data internal] load build context [2023-08-25T04:18:33.677Z] #48 ... [2023-08-25T04:18:33.677Z] [2023-08-25T04:18:33.677Z] #49 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:18:33.677Z] #49 ... [2023-08-25T04:18:33.677Z] [2023-08-25T04:18:33.677Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:35.095Z] #47 ... [2023-08-25T04:18:35.095Z] [2023-08-25T04:18:35.095Z] #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-25T04:18:35.095Z] #0 8.891 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.095Z] #50 ... [2023-08-25T04:18:35.095Z] [2023-08-25T04:18:35.095Z] #51 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-25T04:18:35.095Z] #0 7.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.095Z] #0 9.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.095Z] #51 ... [2023-08-25T04:18:35.364Z] [2023-08-25T04:18:35.364Z] #52 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-25T04:18:35.364Z] #0 4.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.364Z] #0 5.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.364Z] #0 9.278 OK: 263 MiB in 53 packages [2023-08-25T04:18:35.364Z] #52 ... [2023-08-25T04:18:35.364Z] [2023-08-25T04:18:35.364Z] #53 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:18:35.364Z] #0 5.087 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.364Z] #0 6.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.364Z] #0 9.346 OK: 263 MiB in 53 packages [2023-08-25T04:18:35.364Z] #53 ... [2023-08-25T04:18:35.364Z] [2023-08-25T04:18:35.364Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:18:35.634Z] #36 ... [2023-08-25T04:18:35.634Z] [2023-08-25T04:18:35.634Z] #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-25T04:18:35.634Z] #50 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:35.634Z] #50 ... [2023-08-25T04:18:35.901Z] [2023-08-25T04:18:35.901Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:18:35.901Z] #53 DONE 11.6s [2023-08-25T04:18:35.901Z] [2023-08-25T04:18:35.901Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:18:36.170Z] #36 transferring context: 48.55MB 14.6s [2023-08-25T04:18:36.170Z] #36 ... [2023-08-25T04:18:36.170Z] [2023-08-25T04:18:36.170Z] #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-25T04:18:36.170Z] #0 9.659 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:36.170Z] #54 ... [2023-08-25T04:18:36.170Z] [2023-08-25T04:18:36.170Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:18:36.439Z] #36 ... [2023-08-25T04:18:36.439Z] [2023-08-25T04:18:36.439Z] #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-25T04:18:36.439Z] #55 ... [2023-08-25T04:18:36.439Z] [2023-08-25T04:18:36.439Z] #52 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-25T04:18:36.439Z] #52 DONE 11.6s [2023-08-25T04:18:36.439Z] [2023-08-25T04:18:36.439Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:18:37.019Z] #36 ... [2023-08-25T04:18:37.019Z] [2023-08-25T04:18:37.019Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-25T04:18:37.285Z] #56 ... [2023-08-25T04:18:37.285Z] [2023-08-25T04:18:37.285Z] #57 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-25T04:18:37.285Z] #57 ... [2023-08-25T04:18:37.285Z] [2023-08-25T04:18:37.285Z] #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-25T04:18:37.285Z] #58 ... [2023-08-25T04:18:37.285Z] [2023-08-25T04:18:37.285Z] #35 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-25T04:18:37.285Z] #35 5.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:37.285Z] #35 6.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:37.286Z] #35 9.851 OK: 263 MiB in 53 packages [2023-08-25T04:18:37.286Z] #35 DONE 12.5s [2023-08-25T04:18:37.286Z] [2023-08-25T04:18:37.286Z] #59 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-25T04:18:37.552Z] #59 ... [2023-08-25T04:18:37.552Z] [2023-08-25T04:18:37.552Z] #60 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-25T04:18:37.552Z] #60 ... [2023-08-25T04:18:37.552Z] [2023-08-25T04:18:37.552Z] #61 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-25T04:18:37.818Z] #61 ... [2023-08-25T04:18:37.818Z] [2023-08-25T04:18:37.818Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:39.221Z] #46 ... [2023-08-25T04:18:39.221Z] [2023-08-25T04:18:39.221Z] #41 [support-notifications internal] load build context [2023-08-25T04:18:39.221Z] #41 ... [2023-08-25T04:18:39.221Z] [2023-08-25T04:18:39.221Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:39.802Z] #46 ... [2023-08-25T04:18:39.802Z] [2023-08-25T04:18:39.802Z] #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-25T04:18:39.802Z] #50 13.04 OK: 263 MiB in 53 packages [2023-08-25T04:18:39.802Z] #50 DONE 14.7s [2023-08-25T04:18:39.802Z] [2023-08-25T04:18:39.802Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:41.736Z] #46 ... [2023-08-25T04:18:41.736Z] [2023-08-25T04:18:41.736Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:18:42.002Z] #38 transferring context: 13.08MB 20.1s [2023-08-25T04:18:42.002Z] #38 ... [2023-08-25T04:18:42.002Z] [2023-08-25T04:18:42.002Z] #39 [support-scheduler internal] load build context [2023-08-25T04:18:42.002Z] #39 ... [2023-08-25T04:18:42.002Z] [2023-08-25T04:18:42.002Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:18:42.002Z] #32 ... [2023-08-25T04:18:42.002Z] [2023-08-25T04:18:42.002Z] #39 [support-scheduler internal] load build context [2023-08-25T04:18:42.269Z] #39 ... [2023-08-25T04:18:42.269Z] [2023-08-25T04:18:42.269Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:18:42.534Z] #42 ... [2023-08-25T04:18:42.534Z] [2023-08-25T04:18:42.534Z] #39 [support-scheduler internal] load build context [2023-08-25T04:18:42.803Z] #39 ... [2023-08-25T04:18:42.803Z] [2023-08-25T04:18:42.803Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:18:42.803Z] #40 ... [2023-08-25T04:18:42.803Z] [2023-08-25T04:18:42.803Z] #43 [security-spire-server internal] load build context [2023-08-25T04:18:42.803Z] #43 ... [2023-08-25T04:18:42.803Z] [2023-08-25T04:18:42.803Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:18:43.409Z] #42 ... [2023-08-25T04:18:43.409Z] [2023-08-25T04:18:43.409Z] #44 [core-command internal] load build context [2023-08-25T04:18:43.409Z] #44 ... [2023-08-25T04:18:43.409Z] [2023-08-25T04:18:43.409Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:18:43.676Z] #45 ... [2023-08-25T04:18:43.676Z] [2023-08-25T04:18:43.676Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:18:43.676Z] #40 ... [2023-08-25T04:18:43.676Z] [2023-08-25T04:18:43.677Z] #48 [core-data internal] load build context [2023-08-25T04:18:43.942Z] #48 ... [2023-08-25T04:18:43.942Z] [2023-08-25T04:18:43.942Z] #49 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:18:43.942Z] #49 ... [2023-08-25T04:18:43.942Z] [2023-08-25T04:18:43.942Z] #48 [core-data internal] load build context [2023-08-25T04:18:43.942Z] #48 ... [2023-08-25T04:18:43.942Z] [2023-08-25T04:18:43.942Z] #51 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-25T04:18:43.942Z] #51 11.33 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:18:43.942Z] #51 11.33 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:18:43.942Z] #51 11.33 OK: 17694 distinct packages available [2023-08-25T04:18:43.942Z] #51 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:43.942Z] #51 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:43.942Z] #51 17.00 OK: 263 MiB in 53 packages [2023-08-25T04:18:43.942Z] #51 DONE 19.0s [2023-08-25T04:18:43.942Z] [2023-08-25T04:18:43.942Z] #48 [core-data internal] load build context [2023-08-25T04:18:45.343Z] #48 ... [2023-08-25T04:18:45.343Z] [2023-08-25T04:18:45.343Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:45.343Z] #47 ... [2023-08-25T04:18:45.343Z] [2023-08-25T04:18:45.343Z] #44 [core-command internal] load build context [2023-08-25T04:18:45.935Z] #44 ... [2023-08-25T04:18:45.935Z] [2023-08-25T04:18:45.935Z] #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-25T04:18:45.935Z] #55 10.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:45.935Z] #55 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:45.935Z] #55 17.27 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:45.935Z] #55 17.37 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:45.935Z] #55 17.49 OK: 8 MiB in 16 packages [2023-08-25T04:18:45.935Z] #55 DONE 19.5s [2023-08-25T04:18:45.935Z] [2023-08-25T04:18:45.935Z] #37 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-25T04:18:45.935Z] #37 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:45.935Z] #37 12.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:45.935Z] #37 16.69 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:45.935Z] #37 16.82 (2/2) Installing su-exec (0.2-r2) [2023-08-25T04:18:45.935Z] #37 16.82 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:45.935Z] #37 16.91 OK: 8 MiB in 17 packages [2023-08-25T04:18:45.935Z] #37 DONE 18.9s [2023-08-25T04:18:45.935Z] [2023-08-25T04:18:45.935Z] #44 [core-command internal] load build context [2023-08-25T04:18:47.365Z] #44 ... [2023-08-25T04:18:47.365Z] [2023-08-25T04:18:47.365Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:18:47.365Z] #36 transferring context: 66.18MB 25.5s [2023-08-25T04:18:47.365Z] #36 ... [2023-08-25T04:18:47.365Z] [2023-08-25T04:18:47.365Z] #44 [core-command internal] load build context [2023-08-25T04:18:47.365Z] #44 ... [2023-08-25T04:18:47.365Z] [2023-08-25T04:18:47.365Z] #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-25T04:18:47.365Z] #54 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:47.365Z] #54 15.93 (1/4) Installing ca-certificates (20230506-r0) [2023-08-25T04:18:47.365Z] #54 16.48 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:47.365Z] #54 16.56 (3/4) Installing su-exec (0.2-r2) [2023-08-25T04:18:47.365Z] #54 16.56 (4/4) Installing yq (4.30.4-r4) [2023-08-25T04:18:47.365Z] #54 17.35 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:47.365Z] #54 17.35 Executing ca-certificates-20230506-r0.trigger [2023-08-25T04:18:47.365Z] #54 19.30 OK: 17 MiB in 19 packages [2023-08-25T04:18:47.365Z] #54 DONE 21.1s [2023-08-25T04:18:47.633Z] [2023-08-25T04:18:47.633Z] #44 [core-command internal] load build context [2023-08-25T04:18:49.573Z] #44 ... [2023-08-25T04:18:49.573Z] [2023-08-25T04:18:49.573Z] #41 [support-notifications internal] load build context [2023-08-25T04:18:49.573Z] #41 ... [2023-08-25T04:18:49.573Z] [2023-08-25T04:18:49.573Z] #44 [core-command internal] load build context [2023-08-25T04:18:50.980Z] #44 ... [2023-08-25T04:18:50.980Z] [2023-08-25T04:18:50.980Z] #57 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-25T04:18:50.980Z] #57 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:50.980Z] #57 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:50.980Z] #57 22.16 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:50.980Z] #57 22.19 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:50.980Z] #57 22.29 OK: 8 MiB in 16 packages [2023-08-25T04:18:50.980Z] #57 DONE 24.1s [2023-08-25T04:18:50.980Z] [2023-08-25T04:18:50.980Z] #44 [core-command internal] load build context [2023-08-25T04:18:51.248Z] #44 ... [2023-08-25T04:18:51.248Z] [2023-08-25T04:18:51.248Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-25T04:18:51.248Z] #62 DONE 5.5s [2023-08-25T04:18:51.248Z] [2023-08-25T04:18:51.248Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-25T04:18:51.248Z] #56 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:51.248Z] #56 17.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:51.248Z] #56 21.93 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:18:51.248Z] #56 21.93 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:18:51.248Z] #56 21.93 OK: 17689 distinct packages available [2023-08-25T04:18:51.248Z] #56 22.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:51.518Z] #56 ... [2023-08-25T04:18:51.518Z] [2023-08-25T04:18:51.518Z] #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-25T04:18:51.793Z] #63 ... [2023-08-25T04:18:51.793Z] [2023-08-25T04:18:51.793Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:52.059Z] #46 ... [2023-08-25T04:18:52.059Z] [2023-08-25T04:18:52.059Z] #44 [core-command internal] load build context [2023-08-25T04:18:52.059Z] #44 ... [2023-08-25T04:18:52.059Z] [2023-08-25T04:18:52.059Z] #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-25T04:18:52.059Z] #63 DONE 0.7s [2023-08-25T04:18:52.059Z] [2023-08-25T04:18:52.059Z] #44 [core-command internal] load build context [2023-08-25T04:18:52.059Z] #44 ... [2023-08-25T04:18:52.059Z] [2023-08-25T04:18:52.059Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:18:52.328Z] #38 ... [2023-08-25T04:18:52.328Z] [2023-08-25T04:18:52.328Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:18:52.328Z] #32 ... [2023-08-25T04:18:52.328Z] [2023-08-25T04:18:52.328Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:52.598Z] #46 transferring context: 60.10MB 29.1s [2023-08-25T04:18:52.598Z] #46 ... [2023-08-25T04:18:52.598Z] [2023-08-25T04:18:52.598Z] #59 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-25T04:18:52.598Z] #59 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:52.598Z] #59 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:52.598Z] #59 22.84 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:52.598Z] #59 22.88 (2/4) Installing openssl (3.0.10-r0) [2023-08-25T04:18:52.598Z] #59 23.12 (3/4) Installing su-exec (0.2-r2) [2023-08-25T04:18:52.598Z] #59 23.16 (4/4) Installing yq (4.30.4-r4) [2023-08-25T04:18:52.598Z] #59 24.27 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:52.598Z] #59 24.27 OK: 17 MiB in 19 packages [2023-08-25T04:18:52.864Z] #59 ... [2023-08-25T04:18:52.864Z] [2023-08-25T04:18:52.864Z] #39 [support-scheduler internal] load build context [2023-08-25T04:18:52.864Z] #39 ... [2023-08-25T04:18:52.864Z] [2023-08-25T04:18:52.864Z] #59 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-25T04:18:52.864Z] #59 DONE 25.5s [2023-08-25T04:18:52.864Z] [2023-08-25T04:18:52.864Z] #39 [support-scheduler internal] load build context [2023-08-25T04:18:52.864Z] #39 ... [2023-08-25T04:18:52.864Z] [2023-08-25T04:18:52.864Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:53.132Z] #46 ... [2023-08-25T04:18:53.132Z] [2023-08-25T04:18:53.132Z] #43 [security-spire-server internal] load build context [2023-08-25T04:18:53.132Z] #43 ... [2023-08-25T04:18:53.132Z] [2023-08-25T04:18:53.132Z] #39 [support-scheduler internal] load build context [2023-08-25T04:18:53.403Z] #39 ... [2023-08-25T04:18:53.403Z] [2023-08-25T04:18:53.403Z] #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-25T04:18:53.669Z] #58 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:53.669Z] #58 19.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:53.669Z] #58 22.89 (1/2) Installing ca-certificates (20230506-r0) [2023-08-25T04:18:53.669Z] #58 23.58 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:53.669Z] #58 23.58 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:53.669Z] #58 23.68 Executing ca-certificates-20230506-r0.trigger [2023-08-25T04:18:53.669Z] #58 25.24 OK: 8 MiB in 17 packages [2023-08-25T04:18:53.669Z] #58 DONE 26.3s [2023-08-25T04:18:53.669Z] [2023-08-25T04:18:53.669Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:18:53.669Z] #42 ... [2023-08-25T04:18:53.669Z] [2023-08-25T04:18:53.669Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:18:53.669Z] #45 ... [2023-08-25T04:18:53.669Z] [2023-08-25T04:18:53.669Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:18:53.938Z] #42 ... [2023-08-25T04:18:53.938Z] [2023-08-25T04:18:53.938Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:18:53.938Z] #40 ... [2023-08-25T04:18:53.938Z] [2023-08-25T04:18:53.938Z] #64 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-08-25T04:18:53.938Z] #64 DONE 0.8s [2023-08-25T04:18:53.938Z] [2023-08-25T04:18:53.938Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:18:53.938Z] #40 ... [2023-08-25T04:18:53.938Z] [2023-08-25T04:18:53.938Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:18:53.938Z] #42 ... [2023-08-25T04:18:53.938Z] [2023-08-25T04:18:53.938Z] #49 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:18:54.206Z] #49 ... [2023-08-25T04:18:54.206Z] [2023-08-25T04:18:54.206Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:18:55.617Z] #42 ... [2023-08-25T04:18:55.617Z] [2023-08-25T04:18:55.617Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:55.617Z] #47 ... [2023-08-25T04:18:55.617Z] [2023-08-25T04:18:55.617Z] #48 [core-data internal] load build context [2023-08-25T04:18:55.885Z] #48 ... [2023-08-25T04:18:55.885Z] [2023-08-25T04:18:55.885Z] #60 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-25T04:18:55.885Z] #60 18.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #60 20.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #60 25.02 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:18:55.885Z] #60 25.02 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:18:55.885Z] #60 25.02 OK: 17689 distinct packages available [2023-08-25T04:18:55.885Z] #60 25.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #60 26.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #60 ... [2023-08-25T04:18:55.885Z] [2023-08-25T04:18:55.885Z] #61 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-25T04:18:55.885Z] #61 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #61 20.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #61 24.70 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-25T04:18:55.885Z] #61 24.70 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-25T04:18:55.885Z] #61 24.70 OK: 17689 distinct packages available [2023-08-25T04:18:55.885Z] #61 25.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #61 26.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:55.885Z] #61 ... [2023-08-25T04:18:55.885Z] [2023-08-25T04:18:55.885Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:56.471Z] #47 ... [2023-08-25T04:18:56.471Z] [2023-08-25T04:18:56.471Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-25T04:18:56.471Z] #56 25.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-25T04:18:56.471Z] #56 27.20 (1/9) Installing ca-certificates (20230506-r0) [2023-08-25T04:18:56.471Z] #56 27.29 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-25T04:18:56.471Z] #56 27.33 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-25T04:18:56.471Z] #56 27.36 (4/9) Installing libcurl (8.2.1-r0) [2023-08-25T04:18:56.471Z] #56 27.39 (5/9) Installing curl (8.2.1-r0) [2023-08-25T04:18:56.471Z] #56 27.42 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:56.471Z] #56 27.44 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-25T04:18:56.471Z] #56 27.44 (8/9) Installing libucontext (1.2-r0) [2023-08-25T04:18:56.471Z] #56 27.46 (9/9) Installing gcompat (1.1.0-r0) [2023-08-25T04:18:56.471Z] #56 27.47 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:56.471Z] #56 27.51 Executing ca-certificates-20230506-r0.trigger [2023-08-25T04:18:56.471Z] #56 28.06 OK: 11 MiB in 24 packages [2023-08-25T04:18:56.471Z] #56 DONE 29.2s [2023-08-25T04:18:56.471Z] [2023-08-25T04:18:56.471Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:57.428Z] #47 ... [2023-08-25T04:18:57.428Z] [2023-08-25T04:18:57.428Z] #61 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-25T04:18:57.428Z] #61 28.71 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:57.428Z] #61 28.73 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-25T04:18:57.428Z] #61 28.73 (3/5) Installing libucontext (1.2-r0) [2023-08-25T04:18:57.428Z] #61 28.74 (4/5) Installing gcompat (1.1.0-r0) [2023-08-25T04:18:57.428Z] #61 28.76 (5/5) Installing openssl (3.0.10-r0) [2023-08-25T04:18:57.428Z] #61 28.80 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:57.428Z] #61 28.87 OK: 9 MiB in 20 packages [2023-08-25T04:18:57.428Z] #61 DONE 29.8s [2023-08-25T04:18:57.428Z] [2023-08-25T04:18:57.428Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:57.428Z] #47 ... [2023-08-25T04:18:57.428Z] [2023-08-25T04:18:57.428Z] #60 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-25T04:18:57.428Z] #60 29.10 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-25T04:18:57.428Z] #60 29.17 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-25T04:18:57.428Z] #60 29.17 (3/4) Installing libucontext (1.2-r0) [2023-08-25T04:18:57.428Z] #60 29.17 (4/4) Installing gcompat (1.1.0-r0) [2023-08-25T04:18:57.428Z] #60 29.17 Executing busybox-1.35.0-r29.trigger [2023-08-25T04:18:57.428Z] #60 29.26 OK: 8 MiB in 19 packages [2023-08-25T04:18:57.428Z] #60 DONE 29.9s [2023-08-25T04:18:57.428Z] [2023-08-25T04:18:57.428Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:57.428Z] #47 ... [2023-08-25T04:18:57.428Z] [2023-08-25T04:18:57.428Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:18:57.428Z] #36 transferring context: 88.08MB 35.9s [2023-08-25T04:18:57.695Z] #36 ... [2023-08-25T04:18:57.695Z] [2023-08-25T04:18:57.695Z] #46 [core-metadata internal] load build context [2023-08-25T04:18:58.651Z] #46 ... [2023-08-25T04:18:58.651Z] [2023-08-25T04:18:58.651Z] #47 [security-spire-config internal] load build context [2023-08-25T04:18:59.608Z] #47 ... [2023-08-25T04:18:59.608Z] [2023-08-25T04:18:59.608Z] #41 [support-notifications internal] load build context [2023-08-25T04:18:59.608Z] #41 ... [2023-08-25T04:18:59.608Z] [2023-08-25T04:18:59.608Z] #47 [security-spire-config internal] load build context [2023-08-25T04:19:02.178Z] #47 ... [2023-08-25T04:19:02.178Z] [2023-08-25T04:19:02.178Z] #44 [core-command internal] load build context [2023-08-25T04:19:02.178Z] #44 ... [2023-08-25T04:19:02.178Z] [2023-08-25T04:19:02.178Z] #47 [security-spire-config internal] load build context [2023-08-25T04:19:02.443Z] #47 ... [2023-08-25T04:19:02.443Z] [2023-08-25T04:19:02.443Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:19:02.709Z] #32 ... [2023-08-25T04:19:02.709Z] [2023-08-25T04:19:02.709Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:02.709Z] #38 ... [2023-08-25T04:19:02.709Z] [2023-08-25T04:19:02.709Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:19:03.290Z] #32 transferring context: 88.14MB 40.0s [2023-08-25T04:19:03.290Z] #32 ... [2023-08-25T04:19:03.290Z] [2023-08-25T04:19:03.290Z] #43 [security-spire-server internal] load build context [2023-08-25T04:19:03.558Z] #43 ... [2023-08-25T04:19:03.558Z] [2023-08-25T04:19:03.558Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:19:03.558Z] #32 ... [2023-08-25T04:19:03.558Z] [2023-08-25T04:19:03.558Z] #39 [support-scheduler internal] load build context [2023-08-25T04:19:03.558Z] #39 ... [2023-08-25T04:19:03.558Z] [2023-08-25T04:19:03.558Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:19:03.824Z] #32 ... [2023-08-25T04:19:03.824Z] [2023-08-25T04:19:03.824Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:04.091Z] #45 ... [2023-08-25T04:19:04.091Z] [2023-08-25T04:19:04.091Z] #43 [security-spire-server internal] load build context [2023-08-25T04:19:04.091Z] #43 ... [2023-08-25T04:19:04.091Z] [2023-08-25T04:19:04.091Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:19:04.357Z] #40 ... [2023-08-25T04:19:04.357Z] [2023-08-25T04:19:04.357Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:04.357Z] #45 ... [2023-08-25T04:19:04.357Z] [2023-08-25T04:19:04.357Z] #49 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:19:04.622Z] #49 ... [2023-08-25T04:19:04.622Z] [2023-08-25T04:19:04.623Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:05.581Z] #45 ... [2023-08-25T04:19:05.581Z] [2023-08-25T04:19:05.581Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:19:05.581Z] #42 ... [2023-08-25T04:19:05.581Z] [2023-08-25T04:19:05.581Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:05.849Z] #45 ... [2023-08-25T04:19:05.849Z] [2023-08-25T04:19:05.849Z] #48 [core-data internal] load build context [2023-08-25T04:19:06.115Z] #48 ... [2023-08-25T04:19:06.115Z] [2023-08-25T04:19:06.115Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:08.053Z] #45 ... [2023-08-25T04:19:08.053Z] [2023-08-25T04:19:08.053Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:19:08.053Z] #36 transferring context: 140.04MB 46.2s [2023-08-25T04:19:08.053Z] #36 ... [2023-08-25T04:19:08.053Z] [2023-08-25T04:19:08.053Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:08.631Z] #45 ... [2023-08-25T04:19:08.631Z] [2023-08-25T04:19:08.631Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:08.631Z] #46 ... [2023-08-25T04:19:08.631Z] [2023-08-25T04:19:08.631Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:10.032Z] #45 ... [2023-08-25T04:19:10.032Z] [2023-08-25T04:19:10.032Z] #41 [support-notifications internal] load build context [2023-08-25T04:19:10.032Z] #41 ... [2023-08-25T04:19:10.032Z] [2023-08-25T04:19:10.032Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:12.610Z] #45 ... [2023-08-25T04:19:12.610Z] [2023-08-25T04:19:12.610Z] #44 [core-command internal] load build context [2023-08-25T04:19:12.610Z] #44 ... [2023-08-25T04:19:12.610Z] [2023-08-25T04:19:12.610Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:12.610Z] #46 ... [2023-08-25T04:19:12.610Z] [2023-08-25T04:19:12.610Z] #47 [security-spire-config internal] load build context [2023-08-25T04:19:12.881Z] #47 ... [2023-08-25T04:19:12.882Z] [2023-08-25T04:19:12.882Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:12.882Z] #45 ... [2023-08-25T04:19:12.882Z] [2023-08-25T04:19:12.882Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:12.882Z] #38 ... [2023-08-25T04:19:12.882Z] [2023-08-25T04:19:12.882Z] #47 [security-spire-config internal] load build context [2023-08-25T04:19:13.462Z] #47 transferring context: 121.92MB 49.9s [2023-08-25T04:19:13.727Z] #47 ... [2023-08-25T04:19:13.727Z] [2023-08-25T04:19:13.727Z] #39 [support-scheduler internal] load build context [2023-08-25T04:19:13.994Z] #39 ... [2023-08-25T04:19:13.994Z] [2023-08-25T04:19:13.994Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:13.994Z] #46 ... [2023-08-25T04:19:13.994Z] [2023-08-25T04:19:13.994Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:19:13.994Z] #32 ... [2023-08-25T04:19:13.994Z] [2023-08-25T04:19:13.994Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:14.258Z] #46 ... [2023-08-25T04:19:14.258Z] [2023-08-25T04:19:14.258Z] #43 [security-spire-server internal] load build context [2023-08-25T04:19:14.525Z] #43 ... [2023-08-25T04:19:14.525Z] [2023-08-25T04:19:14.525Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:19:14.525Z] #40 ... [2023-08-25T04:19:14.525Z] [2023-08-25T04:19:14.525Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:14.525Z] #46 ... [2023-08-25T04:19:14.525Z] [2023-08-25T04:19:14.525Z] #49 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:19:14.792Z] #49 ... [2023-08-25T04:19:14.792Z] [2023-08-25T04:19:14.792Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:15.747Z] #46 ... [2023-08-25T04:19:15.747Z] [2023-08-25T04:19:15.747Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:19:16.015Z] #42 ... [2023-08-25T04:19:16.015Z] [2023-08-25T04:19:16.015Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:16.015Z] #46 ... [2023-08-25T04:19:16.015Z] [2023-08-25T04:19:16.015Z] #48 [core-data internal] load build context [2023-08-25T04:19:16.284Z] #48 ... [2023-08-25T04:19:16.284Z] [2023-08-25T04:19:16.284Z] #44 [core-command internal] load build context [2023-08-25T04:19:16.284Z] #44 transferring context: 188.29MB 52.8s done [2023-08-25T04:19:16.284Z] #44 DONE 53.5s [2023-08-25T04:19:16.284Z] [2023-08-25T04:19:16.284Z] #48 [core-data internal] load build context [2023-08-25T04:19:16.284Z] #48 ... [2023-08-25T04:19:16.284Z] [2023-08-25T04:19:16.284Z] #46 [core-metadata internal] load build context [2023-08-25T04:19:16.284Z] #46 transferring context: 188.29MB 52.6s done [2023-08-25T04:19:16.284Z] #46 DONE 53.3s [2023-08-25T04:19:16.284Z] [2023-08-25T04:19:16.284Z] #48 [core-data internal] load build context [2023-08-25T04:19:18.215Z] #48 ... [2023-08-25T04:19:18.215Z] [2023-08-25T04:19:18.215Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:19:18.215Z] #36 transferring context: 188.29MB 56.0s done [2023-08-25T04:19:18.215Z] #36 ... [2023-08-25T04:19:18.215Z] [2023-08-25T04:19:18.215Z] #43 [security-spire-server internal] load build context [2023-08-25T04:19:18.796Z] #43 ... [2023-08-25T04:19:18.796Z] [2023-08-25T04:19:18.796Z] #36 [security-bootstrapper internal] load build context [2023-08-25T04:19:18.796Z] #36 DONE 57.4s [2023-08-25T04:19:18.796Z] [2023-08-25T04:19:18.796Z] #43 [security-spire-server internal] load build context [2023-08-25T04:19:18.796Z] #43 transferring context: 188.29MB 55.6s done [2023-08-25T04:19:19.060Z] #43 ... [2023-08-25T04:19:19.060Z] [2023-08-25T04:19:19.060Z] #39 [support-scheduler internal] load build context [2023-08-25T04:19:19.060Z] #39 transferring context: 188.29MB 56.1s done [2023-08-25T04:19:19.060Z] #39 DONE 57.3s [2023-08-25T04:19:19.060Z] [2023-08-25T04:19:19.060Z] #48 [core-data internal] load build context [2023-08-25T04:19:19.326Z] #48 ... [2023-08-25T04:19:19.326Z] [2023-08-25T04:19:19.326Z] #43 [security-spire-server internal] load build context [2023-08-25T04:19:19.326Z] #43 DONE 56.6s [2023-08-25T04:19:19.326Z] [2023-08-25T04:19:19.326Z] #48 [core-data internal] load build context [2023-08-25T04:19:19.591Z] #48 ... [2023-08-25T04:19:19.591Z] [2023-08-25T04:19:19.591Z] #41 [support-notifications internal] load build context [2023-08-25T04:19:19.591Z] #41 transferring context: 188.29MB 56.6s done [2023-08-25T04:19:19.591Z] #41 DONE 57.4s [2023-08-25T04:19:19.591Z] [2023-08-25T04:19:19.591Z] #65 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:19:19.591Z] #65 DONE 3.5s [2023-08-25T04:19:19.591Z] [2023-08-25T04:19:19.591Z] #48 [core-data internal] load build context [2023-08-25T04:19:20.169Z] #48 ... [2023-08-25T04:19:20.169Z] [2023-08-25T04:19:20.169Z] #49 [core-common-config-bootstrapper internal] load build context [2023-08-25T04:19:20.169Z] #49 transferring context: 188.29MB 55.9s done [2023-08-25T04:19:20.169Z] #49 DONE 56.6s [2023-08-25T04:19:20.169Z] [2023-08-25T04:19:20.169Z] #48 [core-data internal] load build context [2023-08-25T04:19:20.169Z] #48 ... [2023-08-25T04:19:20.169Z] [2023-08-25T04:19:20.169Z] #66 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:19:20.169Z] #66 DONE 1.3s [2023-08-25T04:19:20.169Z] [2023-08-25T04:19:20.169Z] #48 [core-data internal] load build context [2023-08-25T04:19:20.749Z] #48 ... [2023-08-25T04:19:20.749Z] [2023-08-25T04:19:20.749Z] #32 [security-spire-agent internal] load build context [2023-08-25T04:19:20.749Z] #32 transferring context: 188.29MB 56.9s done [2023-08-25T04:19:20.749Z] #32 DONE 58.0s [2023-08-25T04:19:20.749Z] [2023-08-25T04:19:20.749Z] #48 [core-data internal] load build context [2023-08-25T04:19:20.749Z] #48 ... [2023-08-25T04:19:20.749Z] [2023-08-25T04:19:20.749Z] #40 [security-proxy-auth internal] load build context [2023-08-25T04:19:20.749Z] #40 transferring context: 188.29MB 58.2s done [2023-08-25T04:19:20.749Z] #40 DONE 59.1s [2023-08-25T04:19:20.749Z] [2023-08-25T04:19:20.749Z] #48 [core-data internal] load build context [2023-08-25T04:19:21.332Z] #48 ... [2023-08-25T04:19:21.332Z] [2023-08-25T04:19:21.332Z] #67 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-25T04:19:21.332Z] #67 DONE 1.7s [2023-08-25T04:19:21.332Z] [2023-08-25T04:19:21.332Z] #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:19:21.332Z] #68 DONE 1.7s [2023-08-25T04:19:21.601Z] [2023-08-25T04:19:21.601Z] #48 [core-data internal] load build context [2023-08-25T04:19:23.007Z] #48 ... [2023-08-25T04:19:23.007Z] [2023-08-25T04:19:23.007Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:23.274Z] #38 ... [2023-08-25T04:19:23.274Z] [2023-08-25T04:19:23.274Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:23.274Z] #45 ... [2023-08-25T04:19:23.274Z] [2023-08-25T04:19:23.274Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:23.861Z] #38 ... [2023-08-25T04:19:23.861Z] [2023-08-25T04:19:23.861Z] #42 [security-proxy-setup internal] load build context [2023-08-25T04:19:23.861Z] #42 transferring context: 188.29MB 61.1s done [2023-08-25T04:19:23.861Z] #42 DONE 61.6s [2023-08-25T04:19:23.861Z] [2023-08-25T04:19:23.861Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:23.861Z] #38 ... [2023-08-25T04:19:23.861Z] [2023-08-25T04:19:23.861Z] #47 [security-spire-config internal] load build context [2023-08-25T04:19:24.125Z] #47 ... [2023-08-25T04:19:24.125Z] [2023-08-25T04:19:24.125Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:24.392Z] #38 ... [2023-08-25T04:19:24.392Z] [2023-08-25T04:19:24.392Z] #47 [security-spire-config internal] load build context [2023-08-25T04:19:24.392Z] #47 transferring context: 188.29MB 60.8s done [2023-08-25T04:19:24.392Z] #47 DONE 61.4s [2023-08-25T04:19:24.392Z] [2023-08-25T04:19:24.392Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:26.326Z] #38 ... [2023-08-25T04:19:26.326Z] [2023-08-25T04:19:26.326Z] #48 [core-data internal] load build context [2023-08-25T04:19:26.326Z] #48 transferring context: 188.29MB 62.8s done [2023-08-25T04:19:26.326Z] #48 DONE 63.0s [2023-08-25T04:19:26.326Z] [2023-08-25T04:19:26.326Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:27.727Z] #38 ... [2023-08-25T04:19:27.727Z] [2023-08-25T04:19:27.727Z] #45 [security-secretstore-setup internal] load build context [2023-08-25T04:19:27.727Z] #45 transferring context: 188.29MB 64.0s done [2023-08-25T04:19:27.727Z] #45 DONE 64.5s [2023-08-25T04:19:27.727Z] [2023-08-25T04:19:27.727Z] #38 [security-spiffe-token-provider internal] load build context [2023-08-25T04:19:29.759Z] #38 transferring context: 188.29MB 67.8s done [2023-08-25T04:19:29.759Z] #38 DONE 67.9s [2023-08-25T04:19:29.759Z] [2023-08-25T04:19:29.759Z] #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:19:29.759Z] #69 ... [2023-08-25T04:19:29.759Z] [2023-08-25T04:19:29.759Z] #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:19:29.759Z] #70 ... [2023-08-25T04:19:29.759Z] [2023-08-25T04:19:29.759Z] #71 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:19:30.055Z] #71 ... [2023-08-25T04:19:30.055Z] [2023-08-25T04:19:30.055Z] #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:19:30.331Z] #72 ... [2023-08-25T04:19:30.331Z] [2023-08-25T04:19:30.331Z] #73 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:19:30.331Z] #73 ... [2023-08-25T04:19:30.331Z] [2023-08-25T04:19:30.331Z] #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:19:30.331Z] #70 DONE 0.8s [2023-08-25T04:19:30.610Z] [2023-08-25T04:19:30.610Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #74 ... [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #69 DONE 49.6s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #71 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #71 DONE 51.4s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #72 DONE 49.7s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #73 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #73 DONE 50.7s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #75 [core-command builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #75 ... [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #74 DONE 40.7s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #76 ... [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #77 [security-spire-server builder 6/9] COPY . . [2023-08-25T04:20:17.554Z] #77 DONE 4.4s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #78 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #78 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #79 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #79 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #80 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #80 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #81 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #81 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #82 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #82 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #83 [core-data builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #83 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #84 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #84 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #85 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #86 [security-secretstore-setup builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #86 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #87 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #88 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #88 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #89 [core-metadata builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #89 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #75 [core-command builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #75 DONE 4.4s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #90 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #90 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #91 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #92 [security-proxy-setup builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #92 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #76 DONE 4.3s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #93 [support-notifications builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #93 DONE 4.4s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #94 [support-scheduler builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #94 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #95 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #95 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #96 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #97 [security-proxy-auth builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #97 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #98 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #98 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #99 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #99 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #100 [security-bootstrapper builder 6/7] COPY . . [2023-08-25T04:20:17.554Z] #100 DONE 4.4s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:20:17.554Z] #101 ... [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-25T04:20:17.554Z] #102 DONE 0.3s [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #103 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-25T04:20:17.554Z] #103 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #104 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-25T04:20:17.554Z] #104 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #105 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:17.554Z] #105 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.554Z] #106 [security-spire-agent builder 6/9] COPY . . [2023-08-25T04:20:17.554Z] #106 CACHED [2023-08-25T04:20:17.554Z] [2023-08-25T04:20:17.555Z] #107 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-25T04:20:21.795Z] #107 ... [2023-08-25T04:20:21.795Z] [2023-08-25T04:20:21.795Z] #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-25T04:20:21.795Z] #0 5.171 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-25T04:20:22.068Z] #108 ... [2023-08-25T04:20:22.068Z] [2023-08-25T04:20:22.069Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:20:22.069Z] #101 6.495 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-25T04:20:22.650Z] #101 ... [2023-08-25T04:20:22.650Z] [2023-08-25T04:20:22.650Z] #107 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-25T04:20:22.650Z] #107 DONE 7.0s [2023-08-25T04:20:22.918Z] [2023-08-25T04:20:22.918Z] #109 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-25T04:20:22.918Z] #109 DONE 7.0s [2023-08-25T04:20:22.918Z] [2023-08-25T04:20:22.918Z] #110 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-25T04:20:23.183Z] #110 DONE 0.3s [2023-08-25T04:20:23.183Z] [2023-08-25T04:20:23.184Z] #111 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-25T04:20:23.184Z] #111 DONE 0.4s [2023-08-25T04:20:23.184Z] [2023-08-25T04:20:23.184Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-25T04:20:23.184Z] #0 6.639 go build -tags " non_delayedstart" -ldflags "-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 [2023-08-25T04:20:23.768Z] #112 ... [2023-08-25T04:20:23.768Z] [2023-08-25T04:20:23.768Z] #113 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-25T04:20:23.768Z] #113 CACHED [2023-08-25T04:20:23.768Z] [2023-08-25T04:20:23.768Z] #114 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-25T04:20:23.768Z] #114 CACHED [2023-08-25T04:20:23.768Z] [2023-08-25T04:20:23.768Z] #115 [security-spire-config builder 6/9] COPY . . [2023-08-25T04:20:23.768Z] #115 CACHED [2023-08-25T04:20:23.768Z] [2023-08-25T04:20:23.768Z] #116 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-25T04:20:23.768Z] #116 CACHED [2023-08-25T04:20:23.768Z] [2023-08-25T04:20:23.768Z] #117 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-25T04:20:23.768Z] #117 CACHED [2023-08-25T04:20:23.768Z] [2023-08-25T04:20:23.768Z] #118 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-25T04:20:23.768Z] #118 CACHED [2023-08-25T04:20:23.768Z] [2023-08-25T04:20:23.768Z] #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:20:24.041Z] #119 DONE 0.4s [2023-08-25T04:20:24.041Z] [2023-08-25T04:20:24.041Z] #120 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:20:24.041Z] #120 DONE 0.4s [2023-08-25T04:20:24.041Z] [2023-08-25T04:20:24.041Z] #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-25T04:20:24.041Z] #0 5.645 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-25T04:20:24.622Z] #121 ... [2023-08-25T04:20:24.622Z] [2023-08-25T04:20:24.622Z] #122 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:20:24.888Z] #122 DONE 0.2s [2023-08-25T04:20:24.888Z] [2023-08-25T04:20:24.888Z] #123 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:20:24.888Z] #123 CACHED [2023-08-25T04:20:24.888Z] [2023-08-25T04:20:24.888Z] #124 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:20:24.888Z] #124 CACHED [2023-08-25T04:20:24.888Z] [2023-08-25T04:20:24.888Z] #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:20:25.467Z] #125 ... [2023-08-25T04:20:25.467Z] [2023-08-25T04:20:25.467Z] #126 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:20:25.467Z] #126 DONE 0.4s [2023-08-25T04:20:25.467Z] [2023-08-25T04:20:25.467Z] #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-25T04:20:25.467Z] #0 4.148 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-25T04:20:25.731Z] #127 ... [2023-08-25T04:20:25.731Z] [2023-08-25T04:20:25.731Z] #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-25T04:20:25.731Z] #0 6.937 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:20:25.731Z] #128 ... [2023-08-25T04:20:25.731Z] [2023-08-25T04:20:25.731Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:20:25.731Z] #0 6.537 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-25T04:20:25.997Z] #129 ... [2023-08-25T04:20:25.997Z] [2023-08-25T04:20:25.997Z] #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:20:25.997Z] #0 5.915 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:20:25.997Z] #130 ... [2023-08-25T04:20:25.997Z] [2023-08-25T04:20:25.997Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:20:25.997Z] #0 4.000 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:20:26.263Z] #131 ... [2023-08-25T04:20:26.263Z] [2023-08-25T04:20:26.263Z] #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:20:26.263Z] #125 DONE 1.4s [2023-08-25T04:20:26.263Z] [2023-08-25T04:20:26.263Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:20:26.263Z] #0 6.339 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-25T04:20:26.528Z] #132 ... [2023-08-25T04:20:26.528Z] [2023-08-25T04:20:26.528Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-25T04:20:26.528Z] #0 6.307 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-25T04:20:26.528Z] #133 ... [2023-08-25T04:20:26.528Z] [2023-08-25T04:20:26.528Z] #134 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-25T04:20:26.528Z] #134 DONE 0.4s [2023-08-25T04:20:26.528Z] [2023-08-25T04:20:26.528Z] #135 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:20:26.794Z] #135 ... [2023-08-25T04:20:26.794Z] [2023-08-25T04:20:26.794Z] #136 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-25T04:20:26.794Z] #136 DONE 1.5s [2023-08-25T04:20:26.794Z] [2023-08-25T04:20:26.794Z] #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:20:27.062Z] #137 ... [2023-08-25T04:20:27.062Z] [2023-08-25T04:20:27.062Z] #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-25T04:20:27.062Z] #138 DONE 0.3s [2023-08-25T04:20:27.327Z] [2023-08-25T04:20:27.327Z] #139 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-25T04:20:27.327Z] #139 DONE 0.3s [2023-08-25T04:20:27.327Z] [2023-08-25T04:20:27.327Z] #140 [security-spire-server] exporting to image [2023-08-25T04:20:27.592Z] #140 ... [2023-08-25T04:20:27.592Z] [2023-08-25T04:20:27.592Z] #135 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:20:27.592Z] #135 DONE 1.8s [2023-08-25T04:20:27.592Z] [2023-08-25T04:20:27.592Z] #140 [security-spire-server] exporting to image [2023-08-25T04:20:27.592Z] #140 exporting layers [2023-08-25T04:20:28.176Z] #140 ... [2023-08-25T04:20:28.176Z] [2023-08-25T04:20:28.176Z] #141 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-25T04:20:28.176Z] #141 DONE 0.6s [2023-08-25T04:20:28.176Z] [2023-08-25T04:20:28.176Z] #142 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-25T04:20:28.442Z] #142 DONE 0.3s [2023-08-25T04:20:28.442Z] [2023-08-25T04:20:28.442Z] #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-25T04:20:28.442Z] #143 ... [2023-08-25T04:20:28.442Z] [2023-08-25T04:20:28.442Z] #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-25T04:20:28.442Z] #137 DONE 1.8s [2023-08-25T04:20:28.707Z] [2023-08-25T04:20:28.707Z] #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-25T04:20:28.707Z] #144 DONE 0.4s [2023-08-25T04:20:28.707Z] [2023-08-25T04:20:28.707Z] #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-25T04:20:28.707Z] #143 DONE 0.4s [2023-08-25T04:20:28.707Z] [2023-08-25T04:20:28.707Z] #140 [security-spire-config] exporting to image [2023-08-25T04:20:29.287Z] #140 ... [2023-08-25T04:20:29.287Z] [2023-08-25T04:20:29.287Z] #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-25T04:20:29.287Z] #145 DONE 0.4s [2023-08-25T04:20:29.554Z] [2023-08-25T04:20:29.554Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-25T04:20:29.554Z] #146 DONE 0.4s [2023-08-25T04:20:29.554Z] [2023-08-25T04:20:29.554Z] #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-25T04:20:29.821Z] #108 ... [2023-08-25T04:20:29.821Z] [2023-08-25T04:20:29.821Z] #140 [security-spire-agent] exporting to image [2023-08-25T04:20:29.821Z] #140 exporting layers 2.6s done [2023-08-25T04:20:29.821Z] #140 writing image sha256:afb07093439c480dcf85ebf33e52833525b91dd28b337bd0535789f13bed9c49 [2023-08-25T04:20:30.087Z] #140 writing image sha256:afb07093439c480dcf85ebf33e52833525b91dd28b337bd0535789f13bed9c49 done [2023-08-25T04:20:30.087Z] #140 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-08-25T04:20:31.043Z] #140 exporting layers 2.2s done [2023-08-25T04:20:31.043Z] #140 writing image sha256:650893cb6eb0b37fd2877b9f45c90c6f18e03509b7b8a8542815b736e7a40800 [2023-08-25T04:20:31.043Z] #140 writing image sha256:650893cb6eb0b37fd2877b9f45c90c6f18e03509b7b8a8542815b736e7a40800 0.0s done [2023-08-25T04:20:31.043Z] #140 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-08-25T04:20:31.623Z] #140 exporting layers 1.9s done [2023-08-25T04:20:31.623Z] #140 writing image sha256:a05293c74722188b3e1ab1b35a1f32a9b4eecb50dec90baae1cc2dcd8bb17a3a 0.0s done [2023-08-25T04:20:31.623Z] #140 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2023-08-25T04:20:31.623Z] #140 DONE 4.2s [2023-08-25T04:20:31.623Z] [2023-08-25T04:20:31.623Z] #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-25T04:35:39.039Z] #127 ... [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:35:39.039Z] #130 917.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-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 [2023-08-25T04:35:39.039Z] #130 ... [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-25T04:35:39.039Z] #133 DONE 922.1s [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:35:39.039Z] #130 ... [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:35:39.039Z] #147 DONE 0.2s [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:35:39.039Z] #131 ... [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #148 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:35:39.039Z] #148 DONE 0.3s [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-25T04:35:39.039Z] #112 ... [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #149 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-25T04:35:39.039Z] #149 DONE 0.2s [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #150 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-25T04:35:39.039Z] #150 DONE 0.2s [2023-08-25T04:35:39.039Z] [2023-08-25T04:35:39.039Z] #151 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-25T04:35:39.306Z] #151 DONE 0.3s [2023-08-25T04:35:39.306Z] [2023-08-25T04:35:39.306Z] #152 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-25T04:35:39.306Z] #152 DONE 0.1s [2023-08-25T04:35:39.306Z] [2023-08-25T04:35:39.306Z] #153 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:35:44.643Z] #153 DONE 4.3s [2023-08-25T04:35:44.643Z] [2023-08-25T04:35:44.643Z] #140 [security-proxy-setup] exporting to image [2023-08-25T04:35:44.643Z] #140 exporting layers [2023-08-25T04:35:44.643Z] #140 ... [2023-08-25T04:35:44.643Z] [2023-08-25T04:35:44.643Z] #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-25T04:35:44.643Z] #127 DONE 929.1s [2023-08-25T04:35:44.910Z] [2023-08-25T04:35:44.910Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:35:45.177Z] #131 ... [2023-08-25T04:35:45.177Z] [2023-08-25T04:35:45.177Z] #140 [security-proxy-setup] exporting to image [2023-08-25T04:35:45.177Z] #140 exporting layers 1.4s done [2023-08-25T04:35:45.177Z] #140 writing image sha256:c44f6a6759c76c0c407d9be0d9a2f0231489d9a9b12b3fdb7be0479acc91d4b8 0.0s done [2023-08-25T04:35:45.177Z] #140 naming to docker.io/library/security-proxy-setup-arm64 [2023-08-25T04:35:45.177Z] #140 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2023-08-25T04:35:45.177Z] #140 DONE 5.7s [2023-08-25T04:35:45.177Z] [2023-08-25T04:35:45.177Z] #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-25T04:35:45.444Z] #154 DONE 0.2s [2023-08-25T04:35:45.444Z] [2023-08-25T04:35:45.444Z] #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-25T04:35:47.390Z] #155 DONE 2.1s [2023-08-25T04:35:47.390Z] [2023-08-25T04:35:47.390Z] #156 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:35:47.970Z] #156 DONE 0.3s [2023-08-25T04:35:47.970Z] [2023-08-25T04:35:47.970Z] #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:35:47.970Z] #157 DONE 0.2s [2023-08-25T04:35:47.970Z] [2023-08-25T04:35:47.970Z] #158 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-25T04:35:48.551Z] #158 DONE 0.3s [2023-08-25T04:35:48.551Z] [2023-08-25T04:35:48.551Z] #159 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-25T04:35:48.551Z] #159 DONE 0.1s [2023-08-25T04:35:48.551Z] [2023-08-25T04:35:48.551Z] #160 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-08-25T04:35:48.551Z] #160 DONE 0.1s [2023-08-25T04:35:48.551Z] [2023-08-25T04:35:48.551Z] #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:35:48.816Z] #130 ... [2023-08-25T04:35:48.816Z] [2023-08-25T04:35:48.816Z] #161 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-08-25T04:35:48.816Z] #161 DONE 0.1s [2023-08-25T04:35:48.816Z] [2023-08-25T04:35:48.816Z] #162 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-25T04:35:48.816Z] #162 DONE 0.1s [2023-08-25T04:35:48.816Z] [2023-08-25T04:35:48.816Z] #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-25T04:35:48.816Z] #121 ... [2023-08-25T04:35:48.816Z] [2023-08-25T04:35:48.816Z] #163 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-25T04:35:48.816Z] #163 DONE 0.1s [2023-08-25T04:35:49.081Z] [2023-08-25T04:35:49.081Z] #164 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-25T04:35:51.013Z] #164 DONE 1.9s [2023-08-25T04:35:51.013Z] [2023-08-25T04:35:51.013Z] #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-25T04:35:51.013Z] #108 ... [2023-08-25T04:35:51.013Z] [2023-08-25T04:35:51.013Z] #140 [security-bootstrapper] exporting to image [2023-08-25T04:35:51.013Z] #140 exporting layers [2023-08-25T04:35:51.970Z] #140 exporting layers 1.0s done [2023-08-25T04:35:51.970Z] #140 writing image sha256:67915c41aa37cf103e0b1cdff1438dde44a272bef58790134543377083bd6781 done [2023-08-25T04:35:51.970Z] #140 naming to docker.io/library/security-bootstrapper-arm64 done [2023-08-25T04:35:51.970Z] #140 DONE 6.7s [2023-08-25T04:35:51.970Z] [2023-08-25T04:35:51.970Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:35:56.204Z] #129 ... [2023-08-25T04:35:56.204Z] [2023-08-25T04:35:56.204Z] #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-25T04:35:56.204Z] #130 DONE 940.2s [2023-08-25T04:35:56.204Z] [2023-08-25T04:35:56.204Z] #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-25T04:35:56.204Z] #128 ... [2023-08-25T04:35:56.204Z] [2023-08-25T04:35:56.204Z] #165 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:35:56.493Z] #165 DONE 0.4s [2023-08-25T04:35:56.493Z] [2023-08-25T04:35:56.493Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-25T04:35:56.758Z] #112 ... [2023-08-25T04:35:56.758Z] [2023-08-25T04:35:56.758Z] #166 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:35:56.758Z] #166 DONE 0.3s [2023-08-25T04:35:56.758Z] [2023-08-25T04:35:56.758Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-25T04:35:57.027Z] #112 ... [2023-08-25T04:35:57.027Z] [2023-08-25T04:35:57.027Z] #167 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-08-25T04:35:57.293Z] #167 DONE 0.2s [2023-08-25T04:35:57.293Z] [2023-08-25T04:35:57.293Z] #168 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-08-25T04:35:57.293Z] #168 DONE 0.2s [2023-08-25T04:35:57.293Z] [2023-08-25T04:35:57.293Z] #169 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:35:57.562Z] #169 DONE 0.2s [2023-08-25T04:35:57.562Z] [2023-08-25T04:35:57.562Z] #170 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-25T04:35:57.827Z] #170 DONE 0.3s [2023-08-25T04:35:57.827Z] [2023-08-25T04:35:57.827Z] #171 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-25T04:35:58.105Z] #171 DONE 0.4s [2023-08-25T04:35:58.105Z] [2023-08-25T04:35:58.105Z] #172 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-25T04:35:58.370Z] #172 DONE 0.2s [2023-08-25T04:35:58.370Z] [2023-08-25T04:35:58.370Z] #173 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:36:00.305Z] #173 DONE 1.9s [2023-08-25T04:36:00.305Z] [2023-08-25T04:36:00.305Z] #140 [security-secretstore-setup] exporting to image [2023-08-25T04:36:00.305Z] #140 exporting layers [2023-08-25T04:36:01.262Z] #140 exporting layers 1.1s done [2023-08-25T04:36:01.262Z] #140 writing image sha256:d3d9bc3300d7a66de552da49e7123e2ff8f68fd8bd72ff9e1293dacd711fb733 done [2023-08-25T04:36:01.262Z] #140 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-08-25T04:36:01.262Z] #140 DONE 7.8s [2023-08-25T04:36:01.262Z] [2023-08-25T04:36:01.262Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:36:08.224Z] #129 ... [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-25T04:36:08.224Z] #128 DONE 951.5s [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:36:08.224Z] #131 ... [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #174 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:36:08.224Z] #174 DONE 0.3s [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:36:08.224Z] #132 ... [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #175 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:36:08.224Z] #175 DONE 0.1s [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-25T04:36:08.224Z] #176 DONE 0.2s [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #177 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:36:08.224Z] #177 DONE 0.1s [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-25T04:36:08.224Z] #178 DONE 0.1s [2023-08-25T04:36:08.224Z] [2023-08-25T04:36:08.224Z] #179 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:36:12.554Z] #179 DONE 3.5s [2023-08-25T04:36:12.554Z] [2023-08-25T04:36:12.554Z] #140 [security-proxy-auth] exporting to image [2023-08-25T04:36:12.554Z] #140 exporting layers [2023-08-25T04:36:12.554Z] #140 exporting layers 0.5s done [2023-08-25T04:36:12.554Z] #140 writing image sha256:92dd7998a171093327921824e191a092e1ebf22a584b56473b558ab0b8cf16dd done [2023-08-25T04:36:12.554Z] #140 naming to docker.io/library/security-proxy-auth-arm64 done [2023-08-25T04:36:12.554Z] #140 DONE 8.3s [2023-08-25T04:36:12.554Z] [2023-08-25T04:36:12.554Z] #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-25T04:36:25.518Z] #121 ... [2023-08-25T04:36:25.518Z] [2023-08-25T04:36:25.518Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-25T04:36:25.518Z] #112 DONE 966.3s [2023-08-25T04:36:25.518Z] [2023-08-25T04:36:25.518Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:36:25.784Z] #132 ... [2023-08-25T04:36:25.784Z] [2023-08-25T04:36:25.784Z] #180 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:36:26.051Z] #180 DONE 0.2s [2023-08-25T04:36:26.051Z] [2023-08-25T04:36:26.051Z] #181 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:36:26.051Z] #181 DONE 0.1s [2023-08-25T04:36:26.051Z] [2023-08-25T04:36:26.051Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:36:26.317Z] #132 ... [2023-08-25T04:36:26.317Z] [2023-08-25T04:36:26.317Z] #182 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-25T04:36:26.582Z] #182 DONE 0.3s [2023-08-25T04:36:26.582Z] [2023-08-25T04:36:26.582Z] #183 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:36:26.851Z] #183 DONE 0.2s [2023-08-25T04:36:26.851Z] [2023-08-25T04:36:26.851Z] #184 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-08-25T04:36:26.851Z] #184 DONE 0.2s [2023-08-25T04:36:26.851Z] [2023-08-25T04:36:26.851Z] #185 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-25T04:36:28.787Z] #185 DONE 1.9s [2023-08-25T04:36:28.787Z] [2023-08-25T04:36:28.787Z] #140 [core-common-config-bootstrapper] exporting to image [2023-08-25T04:36:28.787Z] #140 exporting layers [2023-08-25T04:36:29.367Z] #140 exporting layers 0.7s done [2023-08-25T04:36:29.367Z] #140 writing image sha256:da78385b57eab43e31b0365674c42e63e4b552fb08d6408359ca90be769bc610 done [2023-08-25T04:36:29.367Z] #140 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-08-25T04:36:29.367Z] #140 DONE 9.0s [2023-08-25T04:36:29.367Z] [2023-08-25T04:36:29.367Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:37:08.184Z] #101 ... [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-25T04:37:08.184Z] #108 DONE 1009.7s [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:37:08.184Z] #129 ... [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #186 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:37:08.184Z] #186 DONE 0.1s [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:37:08.184Z] #132 ... [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #187 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:37:08.184Z] #187 DONE 0.1s [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #188 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-25T04:37:08.184Z] #188 DONE 0.3s [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #189 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:37:08.184Z] #189 DONE 0.1s [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:37:08.184Z] #101 ... [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #140 [core-command] exporting to image [2023-08-25T04:37:08.184Z] #140 exporting layers [2023-08-25T04:37:08.184Z] #140 exporting layers 0.2s done [2023-08-25T04:37:08.184Z] #140 writing image sha256:dc602ba291c00bc61208b3455da84b2aa30b244e2c21bb1702d01fabd9e57282 done [2023-08-25T04:37:08.184Z] #140 naming to docker.io/library/core-command-arm64 done [2023-08-25T04:37:08.184Z] #140 DONE 9.2s [2023-08-25T04:37:08.184Z] [2023-08-25T04:37:08.184Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:37:18.230Z] #101 ... [2023-08-25T04:37:18.230Z] [2023-08-25T04:37:18.230Z] #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-25T04:37:18.230Z] #121 DONE 1022.8s [2023-08-25T04:37:18.495Z] [2023-08-25T04:37:18.495Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:37:19.084Z] #131 ... [2023-08-25T04:37:19.084Z] [2023-08-25T04:37:19.084Z] #190 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:37:19.084Z] #190 DONE 0.2s [2023-08-25T04:37:19.084Z] [2023-08-25T04:37:19.084Z] #191 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:37:19.349Z] #191 DONE 0.2s [2023-08-25T04:37:19.349Z] [2023-08-25T04:37:19.349Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:37:19.349Z] #131 ... [2023-08-25T04:37:19.349Z] [2023-08-25T04:37:19.349Z] #192 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-25T04:37:19.622Z] #192 DONE 0.4s [2023-08-25T04:37:19.622Z] [2023-08-25T04:37:19.622Z] #193 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:37:19.889Z] #193 DONE 0.1s [2023-08-25T04:37:19.889Z] [2023-08-25T04:37:19.889Z] #140 [core-data] exporting to image [2023-08-25T04:37:19.889Z] #140 exporting layers [2023-08-25T04:37:20.475Z] #140 exporting layers 0.4s done [2023-08-25T04:37:20.475Z] #140 writing image sha256:da9e512a431a690aa81cbe4dd3d3d843f9f92e5c62ffc2c64fa2b6848f0cf86d done [2023-08-25T04:37:20.475Z] #140 naming to docker.io/library/core-data-arm64 done [2023-08-25T04:37:20.475Z] #140 DONE 9.6s [2023-08-25T04:37:20.475Z] [2023-08-25T04:37:20.475Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:37:21.062Z] #131 ... [2023-08-25T04:37:21.062Z] [2023-08-25T04:37:21.062Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-25T04:37:21.062Z] #132 DONE 1025.4s [2023-08-25T04:37:21.062Z] [2023-08-25T04:37:21.062Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:37:21.328Z] #101 ... [2023-08-25T04:37:21.328Z] [2023-08-25T04:37:21.328Z] #194 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:37:21.594Z] #194 DONE 0.1s [2023-08-25T04:37:21.594Z] [2023-08-25T04:37:21.594Z] #195 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:37:21.594Z] #195 DONE 0.1s [2023-08-25T04:37:21.594Z] [2023-08-25T04:37:21.594Z] #196 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-25T04:37:21.860Z] #196 DONE 0.3s [2023-08-25T04:37:21.860Z] [2023-08-25T04:37:21.860Z] #197 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:37:22.125Z] #197 DONE 0.1s [2023-08-25T04:37:22.125Z] [2023-08-25T04:37:22.125Z] #198 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-25T04:37:22.125Z] #198 DONE 0.1s [2023-08-25T04:37:22.125Z] [2023-08-25T04:37:22.125Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:37:22.125Z] #131 ... [2023-08-25T04:37:22.125Z] [2023-08-25T04:37:22.125Z] #140 [core-metadata] exporting to image [2023-08-25T04:37:22.391Z] #140 exporting layers 0.2s done [2023-08-25T04:37:22.391Z] #140 writing image sha256:c2e722642bff569e1082409bbc218a3867a43f3685bc5df1805fa5b8381b2a58 done [2023-08-25T04:37:22.391Z] #140 naming to docker.io/library/core-metadata-arm64 [2023-08-25T04:37:22.391Z] #140 naming to docker.io/library/core-metadata-arm64 done [2023-08-25T04:37:22.391Z] #140 DONE 9.9s [2023-08-25T04:37:22.391Z] [2023-08-25T04:37:22.391Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:37:49.034Z] #129 ... [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-25T04:37:49.034Z] #131 DONE 1051.9s [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:37:49.034Z] #101 ... [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #199 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:37:49.034Z] #199 DONE 0.2s [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #200 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:37:49.034Z] #200 DONE 0.1s [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #201 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-25T04:37:49.034Z] #201 DONE 0.4s [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:37:49.034Z] #101 ... [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #202 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:37:49.034Z] #202 DONE 0.1s [2023-08-25T04:37:49.034Z] [2023-08-25T04:37:49.034Z] #140 [security-spiffe-token-provider] exporting to image [2023-08-25T04:37:49.034Z] #140 exporting layers [2023-08-25T04:37:49.298Z] #140 exporting layers 0.6s done [2023-08-25T04:37:49.298Z] #140 writing image sha256:5239573df5f8816131d13cf7bd56a6d4a6f3269c59277604682928aa67e7eb03 done [2023-08-25T04:37:49.298Z] #140 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-08-25T04:37:49.298Z] #140 DONE 10.5s [2023-08-25T04:37:49.298Z] [2023-08-25T04:37:49.298Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-25T04:38:15.931Z] #129 DONE 1078.4s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-25T04:38:15.931Z] #101 DONE 1078.6s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #203 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:38:15.931Z] #203 DONE 0.2s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #204 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-25T04:38:15.931Z] #204 DONE 0.2s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #205 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:38:15.931Z] #205 DONE 0.1s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-25T04:38:15.931Z] #206 DONE 0.1s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-25T04:38:15.931Z] #207 ... [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-25T04:38:15.931Z] #208 DONE 0.4s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-25T04:38:15.931Z] #207 DONE 0.4s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:38:15.931Z] #209 DONE 0.1s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #210 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-25T04:38:15.931Z] #210 DONE 0.1s [2023-08-25T04:38:15.931Z] [2023-08-25T04:38:15.931Z] #140 [support-scheduler] exporting to image [2023-08-25T04:38:15.931Z] #140 exporting layers [2023-08-25T04:38:15.931Z] #140 exporting layers 0.4s done [2023-08-25T04:38:15.931Z] #140 writing image sha256:7e4060dc45884c1ba99888d63b93f3193573c639818b626805b8edc224cd03a8 0.0s done [2023-08-25T04:38:15.931Z] #140 naming to docker.io/library/support-notifications-arm64 done [2023-08-25T04:38:15.931Z] #140 writing image sha256:e95369d63eafb768ca5c386473479b09bf801c81b57e71b490f6ef0ad59bd695 done [2023-08-25T04:38:15.931Z] #140 naming to docker.io/library/support-scheduler-arm64 done [2023-08-25T04:38:15.931Z] #140 DONE 11.0s [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-25T04:38:15.931Z] time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-25T04:38:15.952Z] $ docker stop --time=1 fb14f5833602262d3739082831ca74dad16d7be8257bcbe115a81d6d9292f7b2 [2023-08-25T04:38:17.601Z] $ docker rm -f --volumes fb14f5833602262d3739082831ca74dad16d7be8257bcbe115a81d6d9292f7b2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-25T04:38:18.134Z] + docker images [2023-08-25T04:38:18.134Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-25T04:38:18.134Z] support-notifications-arm64 latest 7e4060dc4588 2 seconds ago 33.7MB [2023-08-25T04:38:18.134Z] support-scheduler-arm64 latest e95369d63eaf 2 seconds ago 32.9MB [2023-08-25T04:38:18.134Z] security-spiffe-token-provider-arm64 latest 5239573df5f8 29 seconds ago 33.3MB [2023-08-25T04:38:18.134Z] core-metadata-arm64 latest c2e722642bff 56 seconds ago 21.2MB [2023-08-25T04:38:18.134Z] core-data-arm64 latest da9e512a431a 58 seconds ago 20.9MB [2023-08-25T04:38:18.134Z] core-command-arm64 latest dc602ba291c0 About a minute ago 20.8MB [2023-08-25T04:38:18.134Z] core-common-config-bootstrapper-arm64 latest da78385b57ea About a minute ago 18MB [2023-08-25T04:38:18.134Z] security-proxy-auth-arm64 latest 92dd7998a171 2 minutes ago 19.3MB [2023-08-25T04:38:18.134Z] security-secretstore-setup-arm64 latest d3d9bc3300d7 2 minutes ago 43MB [2023-08-25T04:38:18.134Z] security-bootstrapper-arm64 latest 67915c41aa37 2 minutes ago 22.6MB [2023-08-25T04:38:18.134Z] security-proxy-setup-arm64 latest c44f6a6759c7 2 minutes ago 28.8MB [2023-08-25T04:38:18.134Z] security-spire-agent-arm64 latest a05293c74722 17 minutes ago 152MB [2023-08-25T04:38:18.134Z] security-spire-config-arm64 latest 650893cb6eb0 17 minutes ago 96.1MB [2023-08-25T04:38:18.134Z] security-spire-server-arm64 latest afb07093439c 17 minutes ago 96.9MB [2023-08-25T04:38:18.134Z] ci-base-image-arm64 latest e39f37c0c2ec 31 minutes ago 1.05GB [2023-08-25T04:38:18.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 6 weeks ago 677MB [2023-08-25T04:38:18.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 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 [2023-08-25T04:38:18.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T04:38:18.917Z] [2023-08-25T04:38:18.917Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:38:19.319Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T04:38:19.585Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-25T04:38:19.586Z] 8998bd30e6a1: Pulling fs layer [2023-08-25T04:38:19.586Z] 04944245beec: Pulling fs layer [2023-08-25T04:38:19.586Z] 699f458cf7ca: Pulling fs layer [2023-08-25T04:38:19.586Z] 765212b225bb: Pulling fs layer [2023-08-25T04:38:19.586Z] f23df028b6ca: Pulling fs layer [2023-08-25T04:38:19.586Z] d65c8cfc05b1: Pulling fs layer [2023-08-25T04:38:19.586Z] 2437ff75d9bd: Pulling fs layer [2023-08-25T04:38:19.586Z] 765212b225bb: Waiting [2023-08-25T04:38:19.586Z] f23df028b6ca: Waiting [2023-08-25T04:38:19.586Z] d65c8cfc05b1: Waiting [2023-08-25T04:38:19.586Z] 2437ff75d9bd: Waiting [2023-08-25T04:38:19.586Z] 04944245beec: Verifying Checksum [2023-08-25T04:38:19.586Z] 04944245beec: Download complete [2023-08-25T04:38:19.586Z] 765212b225bb: Verifying Checksum [2023-08-25T04:38:19.586Z] 765212b225bb: Download complete [2023-08-25T04:38:19.586Z] f23df028b6ca: Verifying Checksum [2023-08-25T04:38:19.586Z] f23df028b6ca: Download complete [2023-08-25T04:38:19.586Z] d65c8cfc05b1: Download complete [2023-08-25T04:38:19.852Z] 699f458cf7ca: Verifying Checksum [2023-08-25T04:38:19.852Z] 699f458cf7ca: Download complete [2023-08-25T04:38:20.121Z] 8998bd30e6a1: Verifying Checksum [2023-08-25T04:38:20.121Z] 8998bd30e6a1: Download complete [2023-08-25T04:38:22.698Z] 2437ff75d9bd: Verifying Checksum [2023-08-25T04:38:22.698Z] 2437ff75d9bd: Download complete [2023-08-25T04:38:26.939Z] 8998bd30e6a1: Pull complete [2023-08-25T04:38:26.939Z] 04944245beec: Pull complete [2023-08-25T04:38:28.342Z] 699f458cf7ca: Pull complete [2023-08-25T04:38:28.608Z] 765212b225bb: Pull complete [2023-08-25T04:38:29.189Z] f23df028b6ca: Pull complete [2023-08-25T04:38:29.453Z] d65c8cfc05b1: Pull complete [2023-08-25T04:38:44.433Z] 2437ff75d9bd: Pull complete [2023-08-25T04:38:44.433Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-25T04:38:44.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-25T04:38:44.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:38:44.859Z] prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container [2023-08-25T04:38:44.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-25T04:38:47.561Z] $ docker top 0cd2fda873db6b3818aebf996b67e8674d0e474a653ea4e96d6531dc6f433c66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:38:48.206Z] ---> job-cost.sh [2023-08-25T04:38:48.471Z] lf-activate-venv: SKIPPING [2023-08-25T04:38:48.471Z] INFO: No Stack... [2023-08-25T04:38:48.737Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-25T04:38:49.689Z] INFO: Archiving Costs [Pipeline] sh [2023-08-25T04:38:50.342Z] + cut -d, -f6 [2023-08-25T04:38:50.342Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-08-25T04:38:50.393Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] [2023-08-25T04:38:50.401Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] did not exist. Created. [2023-08-25T04:38:50.401Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-25T04:38:50.811Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-25T04:38:51.016Z] Stashed 1 file(s) [Pipeline] } [2023-08-25T04:38:51.033Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-25T04:38:51.089Z] $ docker stop --time=1 0cd2fda873db6b3818aebf996b67e8674d0e474a653ea4e96d6531dc6f433c66 [2023-08-25T04:38:52.574Z] $ docker rm -f --volumes 0cd2fda873db6b3818aebf996b67e8674d0e474a653ea4e96d6531dc6f433c66 [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 [2023-08-25T04:38:53.538Z] provisioning config files... [2023-08-25T04:38:53.547Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8853868899842359300tmp [Pipeline] { [Pipeline] sh [2023-08-25T04:38:53.877Z] + set +x [2023-08-25T04:38:53.877Z] + bash -s -- [2023-08-25T04:38:53.877Z] + curl -s https://codecov.io/bash [2023-08-25T04:38:53.877Z] [2023-08-25T04:38:53.877Z] _____ _ [2023-08-25T04:38:53.877Z] / ____| | | [2023-08-25T04:38:53.877Z] | | ___ __| | ___ ___ _____ __ [2023-08-25T04:38:53.877Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-25T04:38:53.877Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-25T04:38:53.877Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-25T04:38:53.877Z] Bash-1.0.6 [2023-08-25T04:38:53.877Z] [2023-08-25T04:38:53.877Z] [2023-08-25T04:38:53.877Z] ==> git version 2.25.1 found [2023-08-25T04:38:53.877Z] ==> 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 [2023-08-25T04:38:53.877Z] Release-Date: 2020-01-08 [2023-08-25T04:38:53.877Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-25T04:38:53.877Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-25T04:38:53.877Z] ==> Jenkins CI detected. [2023-08-25T04:38:53.877Z] current dir:  /w/workspace/edgex-go/1 [2023-08-25T04:38:53.877Z] project root: . [2023-08-25T04:38:53.877Z] --> token set from env [2023-08-25T04:38:53.877Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-25T04:38:53.877Z] ==> Running gcov in . (disable via -X gcov) [2023-08-25T04:38:53.877Z] ==> Python coveragepy not found [2023-08-25T04:38:53.877Z] ==> Searching for coverage reports in: [2023-08-25T04:38:53.877Z] + . [2023-08-25T04:38:53.877Z] -> Found 1 reports [2023-08-25T04:38:53.877Z] ==> Detecting git/mercurial file structure [2023-08-25T04:38:54.137Z] ==> Reading reports [2023-08-25T04:38:54.137Z] + ./coverage.out bytes=447827 [2023-08-25T04:38:54.137Z] ==> Appending adjustments [2023-08-25T04:38:54.137Z] https://docs.codecov.io/docs/fixing-reports [2023-08-25T04:38:55.075Z] + Found adjustments [2023-08-25T04:38:55.075Z] ==> Gzipping contents [2023-08-25T04:38:55.075Z] 60K /tmp/codecov.AQJ2lz.gz [2023-08-25T04:38:55.075Z] ==> Uploading reports [2023-08-25T04:38:55.075Z] url: https://codecov.io [2023-08-25T04:38:55.075Z] query: branch=PR-4664&commit=e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4664%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4664&job=&cmd_args= [2023-08-25T04:38:55.075Z] -> Pinging Codecov [2023-08-25T04:38:55.075Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4664&commit=e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4664%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4664&job=&cmd_args= [2023-08-25T04:38:55.335Z] -> Uploading to [2023-08-25T04:38:55.335Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-25/00271124DB129430A58F1EEE437C3FCB/e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2/5af10edc-cb7c-438d-b63e-261c286dd03f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T043855Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b00a3043e4068a3e64146c437076272cd8081860e8720f594c159aa65970e6e2 [2023-08-25T04:38:55.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-25T04:38:55.335Z] Dload Upload Total Spent Left Speed [2023-08-25T04:38:55.597Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57400 0 0 100 57400 0 260k --:--:-- --:--:-- --:--:-- 260k [2023-08-25T04:38:55.597Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] } [2023-08-25T04:38:55.627Z] 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 [2023-08-25T04:38:56.989Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:38:57.317Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:38:58.202Z] ---> package-listing.sh [2023-08-25T04:38:58.202Z] ++ facter osfamily [2023-08-25T04:38:58.202Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-25T04:38:58.463Z] + OS_FAMILY=debian [2023-08-25T04:38:58.463Z] + workspace=/w/workspace/edgex-go/1 [2023-08-25T04:38:58.463Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-25T04:38:58.463Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-25T04:38:58.463Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-25T04:38:58.463Z] + PACKAGES=/tmp/packages_start.txt [2023-08-25T04:38:58.463Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-25T04:38:58.463Z] + PACKAGES=/tmp/packages_end.txt [2023-08-25T04:38:58.463Z] + case "${OS_FAMILY}" in [2023-08-25T04:38:58.463Z] + dpkg -l [2023-08-25T04:38:58.463Z] + grep '^ii' [2023-08-25T04:38:58.463Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-25T04:38:58.463Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-25T04:38:58.463Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-25T04:38:58.463Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-25T04:38:58.463Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-08-25T04:38:58.463Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-08-25T04:38:58.663Z] 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 [2023-08-25T04:38:58.956Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:38:59.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T04:38:59.580Z] [2023-08-25T04:38:59.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-25T04:38:59.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T04:39:00.212Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-25T04:39:00.212Z] 5eb5b503b376: Pulling fs layer [2023-08-25T04:39:00.212Z] 5c69ac0246d0: Pulling fs layer [2023-08-25T04:39:00.212Z] ec43610c2a17: Pulling fs layer [2023-08-25T04:39:00.212Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-25T04:39:00.212Z] 33b1e0a273af: Pulling fs layer [2023-08-25T04:39:00.212Z] 5d3b04190fa2: Pulling fs layer [2023-08-25T04:39:00.213Z] 2f39f015ded8: Pulling fs layer [2023-08-25T04:39:00.213Z] 3a2ae6a8a46f: Waiting [2023-08-25T04:39:00.213Z] 33b1e0a273af: Waiting [2023-08-25T04:39:00.213Z] 5d3b04190fa2: Waiting [2023-08-25T04:39:00.213Z] 2f39f015ded8: Waiting [2023-08-25T04:39:00.213Z] 5c69ac0246d0: Download complete [2023-08-25T04:39:00.213Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-25T04:39:00.213Z] 3a2ae6a8a46f: Download complete [2023-08-25T04:39:00.213Z] 33b1e0a273af: Verifying Checksum [2023-08-25T04:39:00.213Z] 33b1e0a273af: Download complete [2023-08-25T04:39:00.213Z] 5d3b04190fa2: Download complete [2023-08-25T04:39:00.213Z] ec43610c2a17: Verifying Checksum [2023-08-25T04:39:00.213Z] ec43610c2a17: Download complete [2023-08-25T04:39:00.472Z] 5eb5b503b376: Verifying Checksum [2023-08-25T04:39:00.472Z] 5eb5b503b376: Download complete [2023-08-25T04:39:01.037Z] 2f39f015ded8: Verifying Checksum [2023-08-25T04:39:01.037Z] 2f39f015ded8: Download complete [2023-08-25T04:39:01.973Z] 5eb5b503b376: Pull complete [2023-08-25T04:39:02.232Z] 5c69ac0246d0: Pull complete [2023-08-25T04:39:03.167Z] ec43610c2a17: Pull complete [2023-08-25T04:39:03.752Z] 3a2ae6a8a46f: Pull complete [2023-08-25T04:39:04.687Z] 33b1e0a273af: Pull complete [2023-08-25T04:39:05.254Z] 5d3b04190fa2: Pull complete [2023-08-25T04:39:15.321Z] 2f39f015ded8: Pull complete [2023-08-25T04:39:15.321Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-25T04:39:15.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-25T04:39:15.321Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-25T04:39:15.538Z] prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container [2023-08-25T04:39:15.553Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-25T04:39:22.851Z] $ docker top 9c23ef0093b298affeb1716849719d21e8a308693cd5d27ca440233dc0a0dce3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-25T04:39:23.275Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-25T04:39:23.588Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-25T04:39:23.901Z] + ls /var/log/sa-host [2023-08-25T04:39:23.901Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-25T04:39:24.125Z] provisioning config files... [2023-08-25T04:39:24.135Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17931281990525825478tmp [Pipeline] { [Pipeline] echo [2023-08-25T04:39:24.192Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:39:24.508Z] ---> create-netrc.sh [Pipeline] } [2023-08-25T04:39:24.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:39:24.942Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-25T04:39:24.980Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:39:25.295Z] ---> sudo-logs.sh [2023-08-25T04:39:25.295Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-25T04:39:25.373Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:39:25.687Z] ---> job-cost.sh [2023-08-25T04:39:25.687Z] lf-activate-venv: SKIPPING [2023-08-25T04:39:25.687Z] DEBUG: total: 0.10999999940395355 [2023-08-25T04:39:25.687Z] INFO: Retrieving Stack Cost... [2023-08-25T04:39:26.256Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-25T04:39:26.517Z] INFO: Archiving Costs [Pipeline] echo [2023-08-25T04:39:26.555Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-25T04:39:26.875Z] ---> logs-deploy.sh [2023-08-25T04:39:26.875Z] lf-activate-venv: SKIPPING [2023-08-25T04:39:26.875Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4664/1 [2023-08-25T04:39:26.875Z] INFO: archiving workspace using pattern(s): [2023-08-25T04:39:27.809Z] Archives upload complete. [2023-08-25T04:39:27.809Z] INFO: archiving logs to Nexus