Pull request #4668 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 7bfebe8d09e2b9340326eaa527b0cdd522250f64 rather than 0db4f07685f6641d0cf5945bffc314834f55add3 Obtained Jenkinsfile from 7bfebe8d09e2b9340326eaa527b0cdd522250f64 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-ssh18146797823351641061.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-ssh12488148078203307765.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-4668/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-4668/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh819960052906322776.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-4668/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5042204463088289130.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-ssh15693589137924290605.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-4668/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-4668/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15326821192421231263.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 Running on prd-ubuntu20.04-docker-8c-8g-5095 in /w/workspace/edgexfoundry_edgex-go_PR-4668 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4668/head:refs/remotes/origin/PR-4668 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7bfebe8d09e2b9340326eaa527b0cdd522250f64 into PR head commit 0db4f07685f6641d0cf5945bffc314834f55add3 Merge succeeded, producing 3d4a8d3ab80d596f721284b587eda2e16295cdda Checking out Revision 3d4a8d3ab80d596f721284b587eda2e16295cdda (PR-4668) > git config core.sparsecheckout # timeout=10 > git checkout -f 0db4f07685f6641d0cf5945bffc314834f55add3 # 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 7bfebe8d09e2b9340326eaa527b0cdd522250f64 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d4a8d3ab80d596f721284b587eda2e16295cdda # timeout=10 Commit message: "Merge commit '7bfebe8d09e2b9340326eaa527b0cdd522250f64' 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-09-01T05:47:36.050Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-01T05:47:36.211Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-01T05:47:36.303Z] ========================================================= [2023-09-01T05:47:36.303Z] EdgeX Global Pipelines Version Info [2023-09-01T05:47:36.303Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-01T05:47:37.050Z] ------------------- [2023-09-01T05:47:37.050Z] stable info: [2023-09-01T05:47:37.050Z] ------------------- [2023-09-01T05:47:37.050Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-01T05:47:37.050Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-01T05:47:37.050Z] Message: update stable to v1.0.253 [2023-09-01T05:47:37.622Z] ------------------- [2023-09-01T05:47:37.622Z] experimental info: [2023-09-01T05:47:37.622Z] ------------------- [2023-09-01T05:47:37.622Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-01T05:47:37.622Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-01T05:47:37.622Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-01T05:47:37.911Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-01T05:47:37.953Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-01T05:47:37.995Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-01T05:47:38.033Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-01T05:47:38.075Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-01T05:47:38.114Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-09-01T05:47:38.157Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-01T05:47:38.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-01T05:47:38.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-01T05:47:38.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-01T05:47:38.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-01T05:47:38.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-01T05:47:38.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-01T05:47:38.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-01T05:47:38.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-01T05:47:38.531Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-01T05:47:38.572Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-01T05:47:38.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-01T05:47:38.656Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-01T05:47:38.696Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-01T05:47:38.734Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-01T05:47:38.772Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-01T05:47:38.814Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-01T05:47:38.857Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4668 [Pipeline] echo [2023-09-01T05:47:38.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4668 [Pipeline] echo [2023-09-01T05:47:38.939Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4668 [Pipeline] echo [2023-09-01T05:47:38.982Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] echo [2023-09-01T05:47:39.022Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d4a8d3 [Pipeline] echo [2023-09-01T05:47:39.060Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-01T05:47:39.172Z] provisioning config files... [2023-09-01T05:47:39.187Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2458462115455406220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-01T05:47:39.540Z] ---> docker-login.sh [2023-09-01T05:47:39.540Z] nexus3.edgexfoundry.org:10001 [2023-09-01T05:47:39.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:47:40.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:47:40.061Z] Configure a credential helper to remove this warning. See [2023-09-01T05:47:40.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:47:40.061Z] [2023-09-01T05:47:40.061Z] Login Succeeded [2023-09-01T05:47:40.061Z] nexus3.edgexfoundry.org:10002 [2023-09-01T05:47:40.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:47:40.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:47:40.061Z] Configure a credential helper to remove this warning. See [2023-09-01T05:47:40.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:47:40.061Z] [2023-09-01T05:47:40.061Z] Login Succeeded [2023-09-01T05:47:40.061Z] nexus3.edgexfoundry.org:10003 [2023-09-01T05:47:40.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:47:40.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:47:40.322Z] Configure a credential helper to remove this warning. See [2023-09-01T05:47:40.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:47:40.322Z] [2023-09-01T05:47:40.322Z] Login Succeeded [2023-09-01T05:47:40.322Z] nexus3.edgexfoundry.org:10004 [2023-09-01T05:47:40.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:47:40.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:47:40.322Z] Configure a credential helper to remove this warning. See [2023-09-01T05:47:40.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:47:40.322Z] [2023-09-01T05:47:40.322Z] Login Succeeded [2023-09-01T05:47:40.322Z] docker.io [2023-09-01T05:47:40.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:47:40.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:47:40.583Z] Configure a credential helper to remove this warning. See [2023-09-01T05:47:40.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:47:40.583Z] [2023-09-01T05:47:40.583Z] Login Succeeded [2023-09-01T05:47:40.583Z] ---> docker-login.sh ends [Pipeline] } [2023-09-01T05:47:40.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-01T05:47:41.021Z] + 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-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + dirname cmd/core-command/Dockerfile [2023-09-01T05:47:41.021Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/core-data/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/core-metadata/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-01T05:47:41.021Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/security-spire-config/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/security-spire-server/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/support-notifications/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-01T05:47:41.021Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-01T05:47:41.021Z] + cut -d/ -f2 [2023-09-01T05:47:41.021Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-01T05:47:41.090Z] 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-09-01T05:47:41.588Z] + git rev-list -1 --merges 3d4a8d3ab80d596f721284b587eda2e16295cdda~1..3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] echo [2023-09-01T05:47:41.623Z] -----------> git rev-list -1 --merges 3d4a8d3ab80d596f721284b587eda2e16295cdda~1..3d4a8d3ab80d596f721284b587eda2e16295cdda 3d4a8d3ab80d596f721284b587eda2e16295cdda [2023-09-01T05:47:41.623Z] 3d4a8d3ab80d596f721284b587eda2e16295cdda [false] [Pipeline] sh [2023-09-01T05:47:41.942Z] + git log --format=format:%s -1 3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] echo [2023-09-01T05:47:41.975Z] ========================================================= [2023-09-01T05:47:41.975Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-01T05:47:41.975Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-01T05:47:42.485Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-01T05:47:42.485Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-01T05:47:42.485Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-01T05:47:42.485Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-01T05:47:42.485Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-01T05:47:42.485Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-01T05:47:42.485Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T05:47:43.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-01T05:47:43.044Z] [2023-09-01T05:47:43.044Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T05:47:43.414Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-01T05:47:43.414Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-01T05:47:43.414Z] b85a868b505f: Pulling fs layer [2023-09-01T05:47:43.414Z] e2be974225ed: Pulling fs layer [2023-09-01T05:47:43.414Z] 339a4e72a1f5: Pulling fs layer [2023-09-01T05:47:43.414Z] 988bab9f4d93: Pulling fs layer [2023-09-01T05:47:43.414Z] 1469e6f7b9e6: Pulling fs layer [2023-09-01T05:47:43.414Z] eaf3925da568: Pulling fs layer [2023-09-01T05:47:43.414Z] bab4dde63d76: Pulling fs layer [2023-09-01T05:47:43.414Z] bde34c3a00c8: Pulling fs layer [2023-09-01T05:47:43.414Z] b352a97aabf1: Pulling fs layer [2023-09-01T05:47:43.414Z] 4872d77fe225: Pulling fs layer [2023-09-01T05:47:43.414Z] 5851b861e8e6: Pulling fs layer [2023-09-01T05:47:43.414Z] 988bab9f4d93: Waiting [2023-09-01T05:47:43.414Z] eaf3925da568: Waiting [2023-09-01T05:47:43.414Z] 1469e6f7b9e6: Waiting [2023-09-01T05:47:43.414Z] bab4dde63d76: Waiting [2023-09-01T05:47:43.414Z] bde34c3a00c8: Waiting [2023-09-01T05:47:43.414Z] 4872d77fe225: Waiting [2023-09-01T05:47:43.414Z] 5851b861e8e6: Waiting [2023-09-01T05:47:43.414Z] b352a97aabf1: Waiting [2023-09-01T05:47:43.414Z] e2be974225ed: Download complete [2023-09-01T05:47:43.414Z] 988bab9f4d93: Verifying Checksum [2023-09-01T05:47:43.414Z] 988bab9f4d93: Download complete [2023-09-01T05:47:43.674Z] 339a4e72a1f5: Verifying Checksum [2023-09-01T05:47:43.674Z] 339a4e72a1f5: Download complete [2023-09-01T05:47:43.674Z] 1469e6f7b9e6: Verifying Checksum [2023-09-01T05:47:43.674Z] 1469e6f7b9e6: Download complete [2023-09-01T05:47:43.674Z] eaf3925da568: Verifying Checksum [2023-09-01T05:47:43.674Z] bde34c3a00c8: Download complete [2023-09-01T05:47:43.674Z] b352a97aabf1: Download complete [2023-09-01T05:47:43.674Z] 4872d77fe225: Download complete [2023-09-01T05:47:43.674Z] 5851b861e8e6: Download complete [2023-09-01T05:47:43.674Z] b85a868b505f: Download complete [2023-09-01T05:47:43.932Z] bab4dde63d76: Verifying Checksum [2023-09-01T05:47:43.932Z] bab4dde63d76: Download complete [2023-09-01T05:47:44.868Z] b85a868b505f: Pull complete [2023-09-01T05:47:45.127Z] e2be974225ed: Pull complete [2023-09-01T05:47:45.387Z] 339a4e72a1f5: Pull complete [2023-09-01T05:47:45.387Z] 988bab9f4d93: Pull complete [2023-09-01T05:47:45.957Z] 1469e6f7b9e6: Pull complete [2023-09-01T05:47:45.957Z] eaf3925da568: Pull complete [2023-09-01T05:47:47.860Z] bab4dde63d76: Pull complete [2023-09-01T05:47:47.860Z] bde34c3a00c8: Pull complete [2023-09-01T05:47:47.860Z] b352a97aabf1: Pull complete [2023-09-01T05:47:47.860Z] 4872d77fe225: Pull complete [2023-09-01T05:47:47.860Z] 5851b861e8e6: Pull complete [2023-09-01T05:47:47.860Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-01T05:47:47.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-01T05:47:47.860Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T05:47:48.082Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-09-01T05:47:48.118Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-01T05:47:49.422Z] $ docker top b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 -eo pid,comm [2023-09-01T05:47:49.482Z] 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-09-01T05:47:49.482Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-01T05:47:49.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-01T05:47:49.599Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-01T05:47:49.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-01T05:47:49.711Z] $ docker exec b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent [2023-09-01T05:47:49.806Z] SSH_AUTH_SOCK=/tmp/ssh-VCes0eOqdww6/agent.31 [2023-09-01T05:47:49.806Z] SSH_AGENT_PID=37 [2023-09-01T05:47:49.813Z] Running ssh-add (command line suppressed) [2023-09-01T05:47:49.911Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2826353283646919173.key (/w/workspace/edgex-go/1@tmp/private_key_2826353283646919173.key) [2023-09-01T05:47:49.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-01T05:47:50.261Z] + git tag --points-at HEAD [Pipeline] } [2023-09-01T05:47:50.287Z] $ docker exec --env ******** --env ******** b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent -k [2023-09-01T05:47:50.377Z] unset SSH_AUTH_SOCK; [2023-09-01T05:47:50.378Z] unset SSH_AGENT_PID; [2023-09-01T05:47:50.378Z] echo Agent pid 37 killed; [2023-09-01T05:47:50.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-01T05:47:50.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-01T05:47:50.468Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-01T05:47:50.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-01T05:47:50.584Z] $ docker exec b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent [2023-09-01T05:47:50.693Z] SSH_AUTH_SOCK=/tmp/ssh-FCmM5d4INMfn/agent.69 [2023-09-01T05:47:50.693Z] SSH_AGENT_PID=75 [2023-09-01T05:47:50.698Z] Running ssh-add (command line suppressed) [2023-09-01T05:47:50.805Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_17071869938291415202.key (/w/workspace/edgex-go/1@tmp/private_key_17071869938291415202.key) [2023-09-01T05:47:50.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-01T05:47:51.152Z] + git semver init [2023-09-01T05:47:51.414Z] 2023-09-01 05:47:51,313 [run_init] DEBUG init version:0.0.0 force:False [2023-09-01T05:47:51.414Z] 2023-09-01 05:47:51,313 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-09-01T05:47:51.414Z] 2023-09-01 05:47:51,314 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-09-01T05:47:51.414Z] 2023-09-01 05:47:51,314 [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-09-01T05:47:55.608Z] 2023-09-01 05:47:55,248 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-09-01T05:47:55.608Z] 2023-09-01 05:47:55,249 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4668 with force:False [2023-09-01T05:47:55.608Z] 2023-09-01 05:47:55,249 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4668 [2023-09-01T05:47:55.608Z] 2023-09-01 05:47:55,253 [execute] INFO git cat-file --batch-check [2023-09-01T05:47:55.608Z] 2023-09-01 05:47:55,253 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-01T05:47:55.608Z] 2023-09-01 05:47:55,260 [execute] INFO git cat-file --batch [2023-09-01T05:47:55.608Z] 2023-09-01 05:47:55,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-01T05:47:55.608Z] 2023-09-01 05:47:55,266 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4668 [2023-09-01T05:47:55.608Z] 0.0.0 [Pipeline] } [2023-09-01T05:47:55.637Z] $ docker exec --env ******** --env ******** b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 ssh-agent -k [2023-09-01T05:47:55.734Z] unset SSH_AUTH_SOCK; [2023-09-01T05:47:55.735Z] unset SSH_AGENT_PID; [2023-09-01T05:47:55.735Z] echo Agent pid 75 killed; [2023-09-01T05:47:55.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-01T05:47:56.143Z] + git semver [Pipeline] } [2023-09-01T05:47:56.428Z] $ docker stop --time=1 b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 [2023-09-01T05:47:57.703Z] $ docker rm -f --volumes b84fd51f6a7d6e9f0faca6c05e9d5df75fa88ac1d9d200fcdf2f7ee5dc836e45 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-01T05:47:58.096Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-01T05:47:58.343Z] Stashed 1 file(s) [Pipeline] echo [2023-09-01T05:47:58.361Z] [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-09-01T05:47:59.154Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-01T05:47:59.191Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-01T05:47:59.223Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-01T05:47:59.249Z] ========================================================= [2023-09-01T05:47:59.249Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-09-01T05:47:59.249Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-01T05:47:59.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-01T05:47:59.592Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-01T05:47:59.592Z] 4db1b89c0bd1: Pulling fs layer [2023-09-01T05:47:59.592Z] 6911f1a30b25: Pulling fs layer [2023-09-01T05:47:59.592Z] e194b8c5c2a9: Pulling fs layer [2023-09-01T05:47:59.592Z] 6863d3e3a2b1: Pulling fs layer [2023-09-01T05:47:59.592Z] ec0bb842ea78: Pulling fs layer [2023-09-01T05:47:59.592Z] 40a00589a448: Pulling fs layer [2023-09-01T05:47:59.592Z] 6c08303d61cc: Pulling fs layer [2023-09-01T05:47:59.592Z] 798269fcf238: Pulling fs layer [2023-09-01T05:47:59.592Z] 40a00589a448: Waiting [2023-09-01T05:47:59.592Z] 6c08303d61cc: Waiting [2023-09-01T05:47:59.592Z] 798269fcf238: Waiting [2023-09-01T05:47:59.592Z] 6863d3e3a2b1: Waiting [2023-09-01T05:47:59.592Z] 6911f1a30b25: Download complete [2023-09-01T05:47:59.592Z] 6863d3e3a2b1: Verifying Checksum [2023-09-01T05:47:59.592Z] 6863d3e3a2b1: Download complete [2023-09-01T05:47:59.592Z] ec0bb842ea78: Verifying Checksum [2023-09-01T05:47:59.592Z] ec0bb842ea78: Download complete [2023-09-01T05:47:59.592Z] 4db1b89c0bd1: Verifying Checksum [2023-09-01T05:47:59.592Z] 4db1b89c0bd1: Download complete [2023-09-01T05:47:59.851Z] 40a00589a448: Verifying Checksum [2023-09-01T05:47:59.851Z] 40a00589a448: Download complete [2023-09-01T05:47:59.851Z] 4db1b89c0bd1: Pull complete [2023-09-01T05:47:59.851Z] 6911f1a30b25: Pull complete [2023-09-01T05:48:00.421Z] 798269fcf238: Verifying Checksum [2023-09-01T05:48:00.421Z] 798269fcf238: Download complete [2023-09-01T05:48:00.421Z] e194b8c5c2a9: Download complete [2023-09-01T05:48:00.421Z] 6c08303d61cc: Verifying Checksum [2023-09-01T05:48:00.421Z] 6c08303d61cc: Download complete [2023-09-01T05:48:03.699Z] e194b8c5c2a9: Pull complete [2023-09-01T05:48:03.699Z] 6863d3e3a2b1: Pull complete [2023-09-01T05:48:03.699Z] ec0bb842ea78: Pull complete [2023-09-01T05:48:03.699Z] 40a00589a448: Pull complete [2023-09-01T05:48:05.598Z] 6c08303d61cc: Pull complete [2023-09-01T05:48:07.777Z] 798269fcf238: Pull complete [2023-09-01T05:48:07.777Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-09-01T05:48:07.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-01T05:48:07.777Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-01T05:48:08.132Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-01T05:48:08.132Z] WORKDIR /edgex [2023-09-01T05:48:08.132Z] COPY go.mod . [2023-09-01T05:48:08.132Z] RUN go mod download [2023-09-01T05:48:08.132Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-01T05:48:08.710Z] Sending build context to Docker daemon 170.9MB [2023-09-01T05:48:08.710Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-01T05:48:08.710Z] ---> ec979cd7f677 [2023-09-01T05:48:08.710Z] Step 2/4 : WORKDIR /edgex [2023-09-01T05:48:11.336Z] ---> Running in 27b5d78885ad [2023-09-01T05:48:11.337Z] Removing intermediate container 27b5d78885ad [2023-09-01T05:48:11.337Z] ---> 8c1360f05aeb [2023-09-01T05:48:11.337Z] Step 3/4 : COPY go.mod . [2023-09-01T05:48:11.337Z] ---> 06ec7961f0a5 [2023-09-01T05:48:11.337Z] Step 4/4 : RUN go mod download [2023-09-01T05:48:11.337Z] ---> Running in d1d2d2c8f283 [2023-09-01T05:48:13.674Z] Still waiting to schedule task [2023-09-01T05:48:13.674Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-01T05:48:25.537Z] Removing intermediate container d1d2d2c8f283 [2023-09-01T05:48:25.538Z] ---> 68771cf0188e [2023-09-01T05:48:25.538Z] Successfully built 68771cf0188e [2023-09-01T05:48:25.538Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T05:48:25.913Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-01T05:48:25.913Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T05:48:26.059Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-09-01T05:48:26.092Z] $ 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-x86_64 cat [2023-09-01T05:48:26.448Z] $ docker top 9a4a374cacbc292490a19907e0da802f6e2bc6731b321c7bfdd1f80b55eef547 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-01T05:48:26.829Z] + go version [2023-09-01T05:48:26.829Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-09-01T05:48:26.863Z] $ docker stop --time=1 9a4a374cacbc292490a19907e0da802f6e2bc6731b321c7bfdd1f80b55eef547 [2023-09-01T05:48:28.097Z] $ docker rm -f --volumes 9a4a374cacbc292490a19907e0da802f6e2bc6731b321c7bfdd1f80b55eef547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T05:48:28.788Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-01T05:48:28.788Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T05:48:28.934Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-09-01T05:48:28.972Z] $ 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-x86_64 cat [2023-09-01T05:48:29.280Z] $ docker top 42ab4a5aac8d26b92333f1a402c68519baba3899b528e8507caf020282990c9b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-01T05:48:29.394Z] ========================================================= [2023-09-01T05:48:29.394Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-01T05:48:29.394Z] ========================================================= [Pipeline] sh [2023-09-01T05:48:29.687Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-01T05:48:30.049Z] + make test [2023-09-01T05:48:30.049Z] go test -race -coverprofile=coverage.out ./... [2023-09-01T05:48:38.160Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-01T05:48:50.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-01T05:48:50.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-01T05:48:50.871Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-01T05:48:51.128Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-01T05:48:51.128Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-01T05:48:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-01T05:48:52.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-01T05:48:52.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-01T05:48:52.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2023-09-01T05:48:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 97.0% of statements [2023-09-01T05:48:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-01T05:48:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-01T05:48:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-01T05:48:54.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-01T05:48:54.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-01T05:48:54.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-01T05:48:54.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-01T05:48:54.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:48:54.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-01T05:48:54.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-01T05:48:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-01T05:48:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-01T05:48:56.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.095s coverage: 71.5% of statements [2023-09-01T05:48:56.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.080s coverage: 53.4% of statements [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-01T05:48:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-01T05:48:57.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.783s coverage: 93.4% of statements [2023-09-01T05:48:57.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.059s coverage: 3.8% of statements [2023-09-01T05:48:57.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.346s coverage: 97.6% of statements [2023-09-01T05:48:57.693Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.041s coverage: 72.2% of statements [2023-09-01T05:48:58.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-01T05:48:58.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-01T05:48:58.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements [2023-09-01T05:48:58.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 32.2% of statements [2023-09-01T05:48:58.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 42.9% of statements [2023-09-01T05:48:58.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 82.9% of statements [2023-09-01T05:48:58.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2023-09-01T05:48:58.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2023-09-01T05:48:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-01T05:48:59.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-01T05:49:00.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-01T05:49:00.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-01T05:49:00.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-01T05:49:00.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-01T05:49:01.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-01T05:49:01.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-01T05:49:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-01T05:49:02.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-01T05:49:02.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-01T05:49:03.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-01T05:49:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-01T05:49:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-01T05:49:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-01T05:49:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-01T05:49:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-01T05:49:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-01T05:49:06.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-01T05:49:07.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-01T05:49:07.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-01T05:49:07.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-01T05:49:07.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-01T05:49:08.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-01T05:49:08.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-01T05:49:08.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-01T05:49:08.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-01T05:49:10.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-01T05:49:10.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:49:10.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-01T05:49:10.217Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-01T05:49:11.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-01T05:49:11.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-01T05:49:11.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements [2023-09-01T05:49:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-01T05:49:12.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.268s coverage: 79.9% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.068s coverage: 92.9% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.059s coverage: 62.3% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.8% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.104s coverage: 82.1% of statements [2023-09-01T05:49:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.053s coverage: 86.0% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.1% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 38.4% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.134s coverage: 95.7% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 61.8% of statements [2023-09-01T05:49:24.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements [2023-09-01T05:49:24.725Z] 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-09-01T05:49:24.725Z] running golangci-lint [2023-09-01T05:49:24.725Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-09-01T05:49:24.725Z] go version go1.20.6 linux/amd64 [2023-09-01T05:49:24.725Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-09-01T05:49:24.725Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-09-01T05:49:39.599Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|imports|exports_file|files|name|types_sizes) took 13.937685565s" [2023-09-01T05:49:39.599Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 29.188068ms" [2023-09-01T05:49:44.852Z] level=info msg="[linters_context/goanalysis] analyzers took 54.059591752s with top 10 stages: buildir: 28.506087819s, inspect: 1.624817388s, fact_deprecated: 1.196219061s, S1038: 1.027552729s, gosec: 1.02022256s, ctrlflow: 995.739221ms, printf: 895.753727ms, nilness: 751.338743ms, fact_purity: 721.519563ms, unused: 473.207492ms" [2023-09-01T05:49:44.852Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2023-09-01T05:49:44.852Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 202/202, filename_unadjuster: 202/202, identifier_marker: 202/202, exclude: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, exclude-rules: 21/202, nolint: 0/21" [2023-09-01T05:49:44.852Z] level=info msg="[runner] processing took 14.061053ms with stages: nolint: 6.582107ms, identifier_marker: 3.577609ms, path_prettifier: 1.336385ms, exclude-rules: 1.095192ms, autogenerated_exclude: 1.05716ms, skip_dirs: 347.318µs, cgo: 47.111µs, filename_unadjuster: 14.101µs, sort_results: 1.15µs, max_same_issues: 510ns, uniq_by_line: 490ns, source_code: 290ns, exclude: 280ns, skip_files: 270ns, diff: 260ns, severity-rules: 250ns, max_from_linter: 170ns, path_shortener: 150ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" [2023-09-01T05:49:44.852Z] level=info msg="[runner] linters took 6.710089711s with stages: goanalysis_metalinter: 6.695924726s" [2023-09-01T05:49:44.852Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-09-01T05:49:44.852Z] level=info msg="Memory: 208 samples, avg is 197.7MB, max is 935.1MB" [2023-09-01T05:49:44.852Z] level=info msg="Execution took 20.685749922s" [2023-09-01T05:49:44.852Z] go vet ./... [2023-09-01T05:49:45.643Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5096 in /w/workspace/edgexfoundry_edgex-go_PR-4668 [Pipeline] { [Pipeline] ws [2023-09-01T05:49:45.705Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-09-01T05:49:45.781Z] The recommended git tool is: git [2023-09-01T05:49:49.029Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-01T05:49:49.029Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-01T05:49:49.029Z] ./bin/test-attribution-txt.sh [2023-09-01T05:49:49.029Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-09-01T05:49:49.029Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-09-01T05:49:49.029Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-09-01T05:49:49.029Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-09-01T05:49:49.068Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-01T05:49:49.375Z] + ls -al . [2023-09-01T05:49:49.375Z] total 728 [2023-09-01T05:49:49.375Z] drwxrwxr-x 12 1001 1001 4096 Sep 1 05:48 . [2023-09-01T05:49:49.375Z] drwxr-xr-x 4 root root 4096 Sep 1 05:48 .. [2023-09-01T05:49:49.375Z] drwxrwxr-x 2 1001 1001 4096 Sep 1 05:47 .blubracket [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 16 Sep 1 05:47 .dockerignore [2023-09-01T05:49:49.375Z] drwxrwxr-x 8 1001 1001 4096 Sep 1 05:47 .git [2023-09-01T05:49:49.375Z] drwxrwxr-x 3 1001 1001 4096 Sep 1 05:47 .github [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 1173 Sep 1 05:47 .gitignore [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 42 Sep 1 05:47 .golangci.yml [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 100 Sep 1 05:47 .hadolint.yml [2023-09-01T05:49:49.375Z] drwxr-xr-x 3 1001 1001 4096 Sep 1 05:47 .semver [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 166 Sep 1 05:47 .sonarcloud.properties [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 1171 Sep 1 05:47 ADOPTERS.md [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 11152 Sep 1 05:47 Attribution.txt [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 93407 Sep 1 05:47 CHANGELOG.md [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 3804 Sep 1 05:47 CONTRIBUTING.md [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 677 Sep 1 05:47 GOVERNANCE.md [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 883 Sep 1 05:47 Jenkinsfile [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 10775 Sep 1 05:47 LICENSE [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 14764 Sep 1 05:47 Makefile [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 582 Sep 1 05:47 OWNERS.md [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 9923 Sep 1 05:47 README.md [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 789 Sep 1 05:47 SECURITY.md [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 5 Sep 1 05:47 VERSION [2023-09-01T05:49:49.375Z] drwxrwxr-x 2 1001 1001 4096 Sep 1 05:47 bin [2023-09-01T05:49:49.375Z] drwxrwxr-x 18 1001 1001 4096 Sep 1 05:47 cmd [2023-09-01T05:49:49.375Z] -rw-r--r-- 1 root root 449348 Sep 1 05:49 coverage.out [2023-09-01T05:49:49.375Z] drwxrwxr-x 2 1001 1001 4096 Sep 1 05:47 fuzz_test [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 3687 Sep 1 05:47 go.mod [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 33714 Sep 1 05:47 go.sum [2023-09-01T05:49:49.375Z] drwxrwxr-x 7 1001 1001 4096 Sep 1 05:47 internal [2023-09-01T05:49:49.375Z] drwxrwxr-x 3 1001 1001 4096 Sep 1 05:47 openapi [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 594 Sep 1 05:47 security.txt [2023-09-01T05:49:49.375Z] drwxrwxr-x 4 1001 1001 4096 Sep 1 05:47 snap [2023-09-01T05:49:49.375Z] -rw-rw-r-- 1 1001 1001 204 Sep 1 05:47 version.go [Pipeline] sh [2023-09-01T05:49:49.687Z] + '[' -e coverage.out ] [2023-09-01T05:49:49.687Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-01T05:49:49.807Z] Stashed 1 file(s) [Pipeline] sh [2023-09-01T05:49:50.110Z] + make build [2023-09-01T05:49:50.110Z] 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-09-01T05:49:50.664Z] using credential edgex-jenkins-ssh [2023-09-01T05:49:50.679Z] Cloning the remote Git repository [2023-09-01T05:49:50.724Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-01T05:49:50.810Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-09-01T05:49:50.956Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-01T05:49:50.957Z] > git --version # timeout=10 [2023-09-01T05:49:50.984Z] > git --version # 'git version 2.25.1' [2023-09-01T05:49:50.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-01T05:49:51.122Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-01T05:50:02.313Z] 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-09-01T05:50:02.880Z] 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-09-01T05:50:04.335Z] 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-09-01T05:50:04.901Z] 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-09-01T05:50:06.529Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-01T05:50:06.549Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-01T05:50:07.374Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-01T05:50:07.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-01T05:50:07.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-01T05:50:07.427Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4668/head:refs/remotes/origin/PR-4668 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-01T05:50:08.154Z] Merging remotes/origin/main commit 7bfebe8d09e2b9340326eaa527b0cdd522250f64 into PR head commit 0db4f07685f6641d0cf5945bffc314834f55add3 [2023-09-01T05:50:08.776Z] Merge succeeded, producing 1f26cbbb036269f73b5bbeb8ebcda54e79bd72bc [2023-09-01T05:50:08.777Z] Checking out Revision 1f26cbbb036269f73b5bbeb8ebcda54e79bd72bc (PR-4668) [2023-09-01T05:50:08.174Z] > git config core.sparsecheckout # timeout=10 [2023-09-01T05:50:08.260Z] > git checkout -f 0db4f07685f6641d0cf5945bffc314834f55add3 # timeout=10 [2023-09-01T05:50:08.471Z] > git remote # timeout=10 [2023-09-01T05:50:08.487Z] > git config --get remote.origin.url # timeout=10 [2023-09-01T05:50:08.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-01T05:50:08.526Z] > git merge 7bfebe8d09e2b9340326eaa527b0cdd522250f64 # timeout=10 [2023-09-01T05:50:08.764Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-01T05:50:08.785Z] > git config core.sparsecheckout # timeout=10 [2023-09-01T05:50:08.802Z] > git checkout -f 1f26cbbb036269f73b5bbeb8ebcda54e79bd72bc # timeout=10 [2023-09-01T05:50:12.216Z] 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-09-01T05:50:12.376Z] Commit message: "Merge commit '7bfebe8d09e2b9340326eaa527b0cdd522250f64' into HEAD" [2023-09-01T05:50:12.376Z] First time build. Skipping changelog. [2023-09-01T05:50:12.426Z] > git --version # timeout=10 [2023-09-01T05:50:12.436Z] > git --version # 'git version 2.25.1' [2023-09-01T05:50:12.452Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-01T05:50:12.476Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-01T05:50:13.620Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-01T05:50:13.620Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-01T05:50:13.620Z] Dload Upload Total Spent Left Speed [2023-09-01T05:50:13.620Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 107k 0 --:--:-- --:--:-- --:--:-- 108k [2023-09-01T05:50:15.521Z] 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-09-01T05:50:15.522Z] 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 [Pipeline] sh [2023-09-01T05:50:15.781Z] 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-09-01T05:50:15.971Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-01T05:50:16.311Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-01T05:50:16.311Z] + sudo tee /etc/docker/daemon.new [2023-09-01T05:50:16.311Z] { [2023-09-01T05:50:16.311Z] "registry-mirrors": [ [2023-09-01T05:50:16.311Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-01T05:50:16.311Z] ], [2023-09-01T05:50:16.311Z] "bip": "10.250.0.254/24", [2023-09-01T05:50:16.311Z] "hosts": [ [2023-09-01T05:50:16.311Z] "tcp://0.0.0.0:5555", [2023-09-01T05:50:16.311Z] "unix:///var/run/docker.sock" [2023-09-01T05:50:16.311Z] ], [2023-09-01T05:50:16.311Z] "mtu": 1458, [2023-09-01T05:50:16.311Z] "selinux-enabled": true, [2023-09-01T05:50:16.311Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-01T05:50:16.311Z] } [Pipeline] sh [2023-09-01T05:50:16.649Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-01T05:50:16.712Z] 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-09-01T05:50:16.988Z] + sudo service docker restart [2023-09-01T05:50:17.643Z] 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-09-01T05:50:19.044Z] $ docker stop --time=1 42ab4a5aac8d26b92333f1a402c68519baba3899b528e8507caf020282990c9b [2023-09-01T05:50:22.142Z] $ docker rm -f --volumes 42ab4a5aac8d26b92333f1a402c68519baba3899b528e8507caf020282990c9b [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-09-01T05:50:23.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-01T05:50:23.465Z] [2023-09-01T05:50:23.465Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T05:50:23.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-01T05:50:23.838Z] latest: Pulling from edgex-devops/edgex-compose [2023-09-01T05:50:23.838Z] 91d30c5bc195: Pulling fs layer [2023-09-01T05:50:23.838Z] 2e9b0aa3be6d: Pulling fs layer [2023-09-01T05:50:23.838Z] 9c61dcf015f6: Pulling fs layer [2023-09-01T05:50:23.838Z] 4698f68db338: Pulling fs layer [2023-09-01T05:50:23.838Z] 2a2f49069b9e: Pulling fs layer [2023-09-01T05:50:23.838Z] e0025b399a48: Pulling fs layer [2023-09-01T05:50:23.838Z] 4698f68db338: Waiting [2023-09-01T05:50:23.838Z] 2a2f49069b9e: Waiting [2023-09-01T05:50:23.838Z] e0025b399a48: Waiting [2023-09-01T05:50:23.838Z] 91d30c5bc195: Verifying Checksum [2023-09-01T05:50:23.838Z] 4698f68db338: Verifying Checksum [2023-09-01T05:50:23.839Z] 4698f68db338: Download complete [2023-09-01T05:50:24.096Z] 2e9b0aa3be6d: Verifying Checksum [2023-09-01T05:50:24.096Z] 2e9b0aa3be6d: Download complete [2023-09-01T05:50:24.096Z] 91d30c5bc195: Pull complete [2023-09-01T05:50:24.096Z] e0025b399a48: Verifying Checksum [2023-09-01T05:50:24.096Z] e0025b399a48: Download complete [2023-09-01T05:50:24.096Z] 2a2f49069b9e: Verifying Checksum [2023-09-01T05:50:24.096Z] 2a2f49069b9e: Download complete [2023-09-01T05:50:24.353Z] 2e9b0aa3be6d: Pull complete [2023-09-01T05:50:24.613Z] 9c61dcf015f6: Verifying Checksum [2023-09-01T05:50:24.613Z] 9c61dcf015f6: Download complete [2023-09-01T05:50:27.142Z] 9c61dcf015f6: Pull complete [2023-09-01T05:50:27.142Z] 4698f68db338: Pull complete [2023-09-01T05:50:27.401Z] 2a2f49069b9e: Pull complete [2023-09-01T05:50:27.401Z] e0025b399a48: Pull complete [2023-09-01T05:50:27.401Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-09-01T05:50:27.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-01T05:50:27.401Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T05:50:27.627Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-09-01T05:50:27.665Z] $ 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:latest cat [2023-09-01T05:50:30.074Z] $ docker top 595a9d420055270e3cbbdccd614df1374465ad1d24b11b708d61809d0ec5fee4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-01T05:50:30.459Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-01T05:50:32.361Z] #1 [security-spire-config internal] load build definition from Dockerfile [2023-09-01T05:50:32.361Z] #1 transferring dockerfile: 1.58kB done [2023-09-01T05:50:32.361Z] #1 DONE 0.0s [2023-09-01T05:50:32.620Z] [2023-09-01T05:50:32.620Z] #2 [security-spire-server internal] load build definition from Dockerfile [2023-09-01T05:50:32.620Z] #2 transferring dockerfile: 1.59kB done [2023-09-01T05:50:32.620Z] #2 DONE 0.0s [2023-09-01T05:50:32.620Z] [2023-09-01T05:50:32.620Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-01T05:50:32.620Z] #3 transferring dockerfile: 2.04kB done [2023-09-01T05:50:32.620Z] #3 DONE 0.0s [2023-09-01T05:50:32.620Z] [2023-09-01T05:50:32.620Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-01T05:50:32.620Z] #4 transferring dockerfile: 2.39kB done [2023-09-01T05:50:32.620Z] #4 DONE 0.0s [2023-09-01T05:50:32.620Z] [2023-09-01T05:50:32.620Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-01T05:50:32.620Z] #5 transferring dockerfile: 2.12kB done [2023-09-01T05:50:32.620Z] #5 DONE 0.0s [2023-09-01T05:50:32.620Z] [2023-09-01T05:50:32.620Z] #6 [core-metadata internal] load build definition from Dockerfile [2023-09-01T05:50:32.620Z] #6 transferring dockerfile: 1.96kB done [2023-09-01T05:50:32.620Z] #6 DONE 0.0s [2023-09-01T05:50:32.620Z] [2023-09-01T05:50:32.620Z] #7 [support-notifications internal] load build definition from Dockerfile [2023-09-01T05:50:32.620Z] #7 transferring dockerfile: 1.84kB done [2023-09-01T05:50:32.620Z] #7 DONE 0.0s [2023-09-01T05:50:32.620Z] [2023-09-01T05:50:32.620Z] #8 [core-command internal] load build definition from Dockerfile [2023-09-01T05:50:32.621Z] #8 transferring dockerfile: 1.82kB done [2023-09-01T05:50:32.621Z] #8 DONE 0.0s [2023-09-01T05:50:32.621Z] [2023-09-01T05:50:32.621Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-01T05:50:32.621Z] #9 transferring dockerfile: 2.38kB done [2023-09-01T05:50:32.621Z] #9 DONE 0.0s [2023-09-01T05:50:32.621Z] [2023-09-01T05:50:32.621Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2023-09-01T05:50:32.880Z] #10 transferring dockerfile: 1.70kB done [2023-09-01T05:50:32.880Z] #10 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #11 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-01T05:50:32.880Z] #11 transferring dockerfile: 1.78kB done [2023-09-01T05:50:32.880Z] #11 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #12 [support-scheduler internal] load build definition from Dockerfile [2023-09-01T05:50:32.880Z] #12 transferring dockerfile: 1.82kB done [2023-09-01T05:50:32.880Z] #12 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-01T05:50:32.880Z] #13 transferring dockerfile: 2.82kB done [2023-09-01T05:50:32.880Z] #13 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #14 [core-data internal] load build definition from Dockerfile [2023-09-01T05:50:32.880Z] #14 transferring dockerfile: 1.90kB done [2023-09-01T05:50:32.880Z] #14 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #15 [security-spire-config internal] load .dockerignore [2023-09-01T05:50:32.880Z] #15 transferring context: 56B done [2023-09-01T05:50:32.880Z] #15 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #16 [security-spire-server internal] load .dockerignore [2023-09-01T05:50:32.880Z] #16 transferring context: 56B done [2023-09-01T05:50:32.880Z] #16 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #17 [security-proxy-auth internal] load .dockerignore [2023-09-01T05:50:32.880Z] #17 transferring context: 56B done [2023-09-01T05:50:32.880Z] #17 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #18 [security-proxy-setup internal] load .dockerignore [2023-09-01T05:50:32.880Z] #18 transferring context: 56B done [2023-09-01T05:50:32.880Z] #18 DONE 0.0s [2023-09-01T05:50:32.880Z] [2023-09-01T05:50:32.880Z] #19 [core-metadata internal] load .dockerignore [2023-09-01T05:50:33.138Z] #19 transferring context: 56B done [2023-09-01T05:50:33.138Z] #19 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-01T05:50:33.138Z] #20 transferring context: 56B 0.0s done [2023-09-01T05:50:33.138Z] #20 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #21 [support-notifications internal] load .dockerignore [2023-09-01T05:50:33.138Z] #21 transferring context: 56B done [2023-09-01T05:50:33.138Z] #21 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #22 [core-command internal] load .dockerignore [2023-09-01T05:50:33.138Z] #22 transferring context: 56B done [2023-09-01T05:50:33.138Z] #22 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2023-09-01T05:50:33.138Z] #23 transferring context: 56B done [2023-09-01T05:50:33.138Z] #23 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #24 [security-secretstore-setup internal] load .dockerignore [2023-09-01T05:50:33.138Z] #24 transferring context: 56B done [2023-09-01T05:50:33.138Z] #24 DONE 0.1s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #25 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T05:50:33.138Z] #25 ... [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #26 [security-spire-agent internal] load .dockerignore [2023-09-01T05:50:33.138Z] #26 transferring context: 56B done [2023-09-01T05:50:33.138Z] #26 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #27 [support-scheduler internal] load .dockerignore [2023-09-01T05:50:33.138Z] #27 transferring context: 56B done [2023-09-01T05:50:33.138Z] #27 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #28 [security-bootstrapper internal] load .dockerignore [2023-09-01T05:50:33.138Z] #28 transferring context: 56B done [2023-09-01T05:50:33.138Z] #28 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #29 [core-data internal] load .dockerignore [2023-09-01T05:50:33.138Z] #29 transferring context: 56B done [2023-09-01T05:50:33.138Z] #29 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #25 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T05:50:33.138Z] #25 ... [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-01T05:50:33.138Z] #30 DONE 0.0s [2023-09-01T05:50:33.138Z] [2023-09-01T05:50:33.138Z] #25 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T05:50:33.398Z] #25 ... [2023-09-01T05:50:33.398Z] [2023-09-01T05:50:33.398Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-01T05:50:33.398Z] #30 DONE 0.0s [2023-09-01T05:50:33.398Z] [2023-09-01T05:50:33.398Z] #25 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T05:50:33.656Z] #25 ... [2023-09-01T05:50:33.656Z] [2023-09-01T05:50:33.656Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-01T05:50:33.656Z] #31 DONE 0.5s [2023-09-01T05:50:33.656Z] [2023-09-01T05:50:33.656Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-01T05:50:33.656Z] #32 DONE 0.3s [2023-09-01T05:50:33.656Z] [2023-09-01T05:50:33.656Z] #25 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T05:50:33.656Z] #25 DONE 0.6s [2023-09-01T05:50:33.656Z] [2023-09-01T05:50:33.656Z] #33 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T05:50:33.656Z] #33 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc done [2023-09-01T05:50:33.916Z] #33 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-01T05:50:33.916Z] #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0B / 3.38MB 0.1s [2023-09-01T05:50:33.916Z] #33 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-01T05:50:33.916Z] #33 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-01T05:50:34.176Z] #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.3s [2023-09-01T05:50:34.176Z] #33 ... [2023-09-01T05:50:34.176Z] [2023-09-01T05:50:34.176Z] #34 [security-spire-server internal] load build context [2023-09-01T05:50:34.176Z] #34 transferring context: 17.59kB 0.1s done [2023-09-01T05:50:34.176Z] #34 DONE 0.5s [2023-09-01T05:50:34.176Z] [2023-09-01T05:50:34.176Z] #35 [security-spire-config internal] load build context [2023-09-01T05:50:34.176Z] #35 transferring context: 15.84kB 0.1s done [2023-09-01T05:50:34.176Z] #35 DONE 0.5s [2023-09-01T05:50:34.176Z] [2023-09-01T05:50:34.176Z] #33 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T05:50:34.176Z] #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done [2023-09-01T05:50:34.176Z] #33 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-09-01T05:50:34.176Z] #33 ... [2023-09-01T05:50:34.176Z] [2023-09-01T05:50:34.176Z] #36 [security-spire-agent internal] load build context [2023-09-01T05:50:34.176Z] #36 transferring context: 17.12kB 0.1s done [2023-09-01T05:50:34.176Z] #36 DONE 0.5s [2023-09-01T05:50:34.176Z] [2023-09-01T05:50:34.176Z] #33 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T05:50:34.176Z] #33 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done [2023-09-01T05:50:34.756Z] #33 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done [2023-09-01T05:50:35.014Z] #33 DONE 1.4s [2023-09-01T05:50:35.014Z] [2023-09-01T05:50:35.014Z] #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-01T05:50:35.014Z] #37 DONE 1.3s [2023-09-01T05:50:35.014Z] [2023-09-01T05:50:35.014Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T05:50:35.014Z] #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2023-09-01T05:50:35.014Z] #38 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-01T05:50:35.014Z] #38 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-01T05:50:35.014Z] #38 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-01T05:50:35.014Z] #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-09-01T05:50:35.014Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-09-01T05:50:35.014Z] #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-01T05:50:35.014Z] #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.5s done [2023-09-01T05:50:35.014Z] #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-09-01T05:50:35.014Z] #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 4.19MB / 25.84MB 0.9s [2023-09-01T05:50:35.014Z] #38 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-09-01T05:50:35.014Z] #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10.49MB / 25.84MB 1.0s [2023-09-01T05:50:35.014Z] #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 19.92MB / 25.84MB 1.1s [Pipeline] withEnv [Pipeline] { [2023-09-01T05:50:35.271Z] #38 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.3s done [2023-09-01T05:50:35.271Z] #38 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [Pipeline] configFileProvider [2023-09-01T05:50:35.328Z] provisioning config files... [2023-09-01T05:50:35.356Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4046040553690290650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-01T05:50:35.738Z] ---> docker-login.sh [2023-09-01T05:50:35.738Z] nexus3.edgexfoundry.org:10001 [2023-09-01T05:50:36.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:50:36.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:50:36.280Z] Configure a credential helper to remove this warning. See [2023-09-01T05:50:36.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:50:36.280Z] [2023-09-01T05:50:36.280Z] Login Succeeded [2023-09-01T05:50:36.280Z] nexus3.edgexfoundry.org:10002 [2023-09-01T05:50:36.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:50:36.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:50:36.549Z] Configure a credential helper to remove this warning. See [2023-09-01T05:50:36.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:50:36.549Z] [2023-09-01T05:50:36.549Z] Login Succeeded [2023-09-01T05:50:36.549Z] nexus3.edgexfoundry.org:10003 [2023-09-01T05:50:36.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:50:37.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:50:37.090Z] Configure a credential helper to remove this warning. See [2023-09-01T05:50:37.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:50:37.090Z] [2023-09-01T05:50:37.090Z] Login Succeeded [2023-09-01T05:50:37.090Z] nexus3.edgexfoundry.org:10004 [2023-09-01T05:50:37.171Z] #38 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.9s done [2023-09-01T05:50:37.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:50:37.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:50:37.359Z] Configure a credential helper to remove this warning. See [2023-09-01T05:50:37.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:50:37.359Z] [2023-09-01T05:50:37.359Z] Login Succeeded [2023-09-01T05:50:37.359Z] docker.io [2023-09-01T05:50:37.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-01T05:50:37.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-01T05:50:37.896Z] Configure a credential helper to remove this warning. See [2023-09-01T05:50:37.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-01T05:50:37.896Z] [2023-09-01T05:50:37.896Z] Login Succeeded [2023-09-01T05:50:37.896Z] ---> docker-login.sh ends [Pipeline] } [2023-09-01T05:50:37.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-09-01T05:50:39.177Z] #38 ... [2023-09-01T05:50:39.178Z] [2023-09-01T05:50:39.178Z] #39 [core-data builder 2/7] WORKDIR /edgex-go [2023-09-01T05:50:39.178Z] #39 DONE 3.9s [2023-09-01T05:50:39.178Z] [2023-09-01T05:50:39.178Z] #40 [security-bootstrapper internal] load build context [2023-09-01T05:50:39.178Z] #40 transferring context: 182.99MB 5.2s [2023-09-01T05:50:39.178Z] #40 ... [2023-09-01T05:50:39.178Z] [2023-09-01T05:50:39.178Z] #41 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T05:50:39.435Z] #41 ... [2023-09-01T05:50:39.435Z] [2023-09-01T05:50:39.435Z] #42 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-01T05:50:39.435Z] #0 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:39.435Z] #0 1.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:39.435Z] #0 1.990 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:39.435Z] #0 1.990 (2/2) Installing su-exec (0.2-r2) [2023-09-01T05:50:39.435Z] #0 1.991 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:39.435Z] #0 2.001 OK: 7 MiB in 17 packages [2023-09-01T05:50:39.435Z] #42 DONE 4.4s [2023-09-01T05:50:39.435Z] [2023-09-01T05:50:39.435Z] #43 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-01T05:50:39.435Z] #0 1.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:39.435Z] #0 1.701 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:39.435Z] #0 1.934 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:39.435Z] #0 1.939 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:39.435Z] #0 1.952 OK: 7 MiB in 16 packages [2023-09-01T05:50:39.435Z] #43 DONE 4.4s [2023-09-01T05:50:39.435Z] [2023-09-01T05:50:39.435Z] #40 [security-bootstrapper internal] load build context [2023-09-01T05:50:39.693Z] #40 ... [2023-09-01T05:50:39.693Z] [2023-09-01T05:50:39.693Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-01T05:50:39.693Z] #44 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done [2023-09-01T05:50:39.693Z] #44 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-01T05:50:39.693Z] #44 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-09-01T05:50:39.693Z] #44 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-09-01T05:50:39.693Z] #44 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s done [2023-09-01T05:50:39.693Z] #44 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s done [2023-09-01T05:50:39.693Z] #44 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-01T05:50:39.693Z] #44 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.9s done [2023-09-01T05:50:39.693Z] #44 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.5s done [2023-09-01T05:50:39.693Z] #44 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2023-09-01T05:50:39.693Z] #44 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.4s done [2023-09-01T05:50:39.693Z] #44 DONE 5.9s [2023-09-01T05:50:39.693Z] [2023-09-01T05:50:39.693Z] #40 [security-bootstrapper internal] load build context [2023-09-01T05:50:39.693Z] #40 ... [2023-09-01T05:50:39.693Z] [2023-09-01T05:50:39.693Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T05:50:39.693Z] #38 DONE 6.2s [2023-09-01T05:50:39.693Z] [2023-09-01T05:50:39.693Z] #40 [security-bootstrapper internal] load build context [2023-09-01T05:50:39.766Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-01T05:50:39.806Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-01T05:50:39.837Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-01T05:50:39.871Z] ========================================================= [2023-09-01T05:50:39.871Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-09-01T05:50:39.871Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-01T05:50:40.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-01T05:50:40.239Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-01T05:50:40.239Z] edb6bdbacee9: Pulling fs layer [2023-09-01T05:50:40.239Z] 5f9638ab2659: Pulling fs layer [2023-09-01T05:50:40.239Z] 8d51d6327a98: Pulling fs layer [2023-09-01T05:50:40.239Z] 8b374f2dd631: Pulling fs layer [2023-09-01T05:50:40.239Z] ec14aa9079de: Pulling fs layer [2023-09-01T05:50:40.239Z] 2f466654f4bb: Pulling fs layer [2023-09-01T05:50:40.239Z] 554e91adad29: Pulling fs layer [2023-09-01T05:50:40.239Z] ec14aa9079de: Waiting [2023-09-01T05:50:40.239Z] 2f466654f4bb: Waiting [2023-09-01T05:50:40.239Z] 554e91adad29: Waiting [2023-09-01T05:50:40.239Z] 8b374f2dd631: Waiting [2023-09-01T05:50:40.512Z] 5f9638ab2659: Download complete [2023-09-01T05:50:40.512Z] 8b374f2dd631: Verifying Checksum [2023-09-01T05:50:40.512Z] 8b374f2dd631: Download complete [2023-09-01T05:50:40.512Z] ec14aa9079de: Verifying Checksum [2023-09-01T05:50:40.512Z] ec14aa9079de: Download complete [2023-09-01T05:50:40.512Z] edb6bdbacee9: Download complete [2023-09-01T05:50:41.486Z] edb6bdbacee9: Pull complete [2023-09-01T05:50:41.754Z] 554e91adad29: Verifying Checksum [2023-09-01T05:50:41.754Z] 554e91adad29: Download complete [2023-09-01T05:50:42.024Z] 5f9638ab2659: Pull complete [2023-09-01T05:50:42.994Z] 2f466654f4bb: Verifying Checksum [2023-09-01T05:50:42.994Z] 2f466654f4bb: Download complete [2023-09-01T05:50:42.994Z] 8d51d6327a98: Verifying Checksum [2023-09-01T05:50:42.994Z] 8d51d6327a98: Download complete [2023-09-01T05:50:43.876Z] #40 transferring context: 365.27MB 9.5s done [2023-09-01T05:50:43.876Z] #40 ... [2023-09-01T05:50:43.876Z] [2023-09-01T05:50:43.876Z] #45 [security-secretstore-setup internal] load build context [2023-09-01T05:50:43.876Z] #45 transferring context: 365.27MB 9.4s done [2023-09-01T05:50:43.876Z] #45 ... [2023-09-01T05:50:43.876Z] [2023-09-01T05:50:43.876Z] #46 [security-proxy-auth internal] load build context [2023-09-01T05:50:43.876Z] #46 transferring context: 365.27MB 9.5s done [2023-09-01T05:50:43.876Z] #46 ... [2023-09-01T05:50:43.876Z] [2023-09-01T05:50:43.876Z] #47 [security-spiffe-token-provider internal] load build context [2023-09-01T05:50:43.876Z] #47 transferring context: 365.27MB 9.6s done [2023-09-01T05:50:44.134Z] #47 ... [2023-09-01T05:50:44.134Z] [2023-09-01T05:50:44.134Z] #48 [core-metadata internal] load build context [2023-09-01T05:50:44.134Z] #48 transferring context: 365.27MB 8.6s done [2023-09-01T05:50:44.134Z] #48 DONE 10.4s [2023-09-01T05:50:44.134Z] [2023-09-01T05:50:44.134Z] #49 [core-data internal] load build context [2023-09-01T05:50:44.134Z] #49 transferring context: 365.27MB 9.6s done [2023-09-01T05:50:44.134Z] #49 ... [2023-09-01T05:50:44.134Z] [2023-09-01T05:50:44.134Z] #50 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-01T05:50:44.134Z] #0 4.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 4.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 4.705 (1/4) Installing ca-certificates (20230506-r0) [2023-09-01T05:50:44.134Z] #0 4.721 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:44.134Z] #0 4.726 (3/4) Installing su-exec (0.2-r2) [2023-09-01T05:50:44.134Z] #0 4.730 (4/4) Installing yq (4.30.4-r4) [2023-09-01T05:50:44.134Z] #0 4.938 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:44.134Z] #0 4.938 Executing ca-certificates-20230506-r0.trigger [2023-09-01T05:50:44.134Z] #0 5.046 OK: 17 MiB in 19 packages [2023-09-01T05:50:44.134Z] #50 DONE 9.0s [2023-09-01T05:50:44.134Z] [2023-09-01T05:50:44.134Z] #51 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-01T05:50:44.134Z] #0 4.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 4.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 4.737 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T05:50:44.134Z] #0 4.737 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T05:50:44.134Z] #0 4.737 OK: 17818 distinct packages available [2023-09-01T05:50:44.134Z] #0 4.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 4.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 5.135 (1/9) Installing ca-certificates (20230506-r0) [2023-09-01T05:50:44.134Z] #0 5.150 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-01T05:50:44.134Z] #0 5.164 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-01T05:50:44.134Z] #0 5.174 (4/9) Installing libcurl (8.2.1-r0) [2023-09-01T05:50:44.134Z] #0 5.183 (5/9) Installing curl (8.2.1-r0) [2023-09-01T05:50:44.134Z] #0 5.193 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:44.134Z] #0 5.194 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-01T05:50:44.134Z] #0 5.200 (8/9) Installing libucontext (1.2-r0) [2023-09-01T05:50:44.134Z] #0 5.204 (9/9) Installing gcompat (1.1.0-r0) [2023-09-01T05:50:44.134Z] #0 5.209 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:44.134Z] #0 5.212 Executing ca-certificates-20230506-r0.trigger [2023-09-01T05:50:44.134Z] #0 5.286 OK: 10 MiB in 24 packages [2023-09-01T05:50:44.134Z] #51 DONE 9.0s [2023-09-01T05:50:44.134Z] [2023-09-01T05:50:44.134Z] #52 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-01T05:50:44.134Z] #0 4.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 4.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 4.860 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T05:50:44.134Z] #0 4.860 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T05:50:44.134Z] #0 4.860 OK: 17818 distinct packages available [2023-09-01T05:50:44.134Z] #0 4.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 5.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.134Z] #0 5.223 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:44.134Z] #0 5.226 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-01T05:50:44.134Z] #0 5.233 (3/5) Installing libucontext (1.2-r0) [2023-09-01T05:50:44.134Z] #0 5.234 (4/5) Installing gcompat (1.1.0-r0) [2023-09-01T05:50:44.135Z] #0 5.241 (5/5) Installing openssl (3.0.10-r0) [2023-09-01T05:50:44.135Z] #0 5.252 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:44.135Z] #0 5.265 OK: 8 MiB in 20 packages [2023-09-01T05:50:44.135Z] #52 DONE 9.0s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-01T05:50:44.135Z] #0 5.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 5.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 5.745 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:44.135Z] #0 5.757 (2/4) Installing openssl (3.0.10-r0) [2023-09-01T05:50:44.135Z] #0 5.759 (3/4) Installing su-exec (0.2-r2) [2023-09-01T05:50:44.135Z] #0 5.762 (4/4) Installing yq (4.30.4-r4) [2023-09-01T05:50:44.135Z] #0 5.826 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:44.135Z] #0 5.840 OK: 17 MiB in 19 packages [2023-09-01T05:50:44.135Z] #53 DONE 9.0s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #54 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-01T05:50:44.135Z] #0 5.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 6.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 6.316 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:44.135Z] #0 6.424 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:44.135Z] #0 6.424 OK: 7 MiB in 16 packages [2023-09-01T05:50:44.135Z] #54 DONE 9.0s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-01T05:50:44.135Z] #0 5.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 5.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 6.115 (1/2) Installing ca-certificates (20230506-r0) [2023-09-01T05:50:44.135Z] #0 6.122 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:44.135Z] #0 6.126 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:44.135Z] #0 6.140 Executing ca-certificates-20230506-r0.trigger [2023-09-01T05:50:44.135Z] #0 6.209 OK: 8 MiB in 17 packages [2023-09-01T05:50:44.135Z] #55 DONE 9.0s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #40 [security-bootstrapper internal] load build context [2023-09-01T05:50:44.135Z] #40 DONE 10.5s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #45 [security-secretstore-setup internal] load build context [2023-09-01T05:50:44.135Z] #45 DONE 10.5s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-01T05:50:44.135Z] #0 5.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 5.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 6.034 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T05:50:44.135Z] #0 6.034 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T05:50:44.135Z] #0 6.034 OK: 17818 distinct packages available [2023-09-01T05:50:44.135Z] #0 6.089 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 6.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.135Z] #0 6.425 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-01T05:50:44.135Z] #0 6.425 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-01T05:50:44.135Z] #0 6.425 (3/4) Installing libucontext (1.2-r0) [2023-09-01T05:50:44.135Z] #0 6.425 (4/4) Installing gcompat (1.1.0-r0) [2023-09-01T05:50:44.135Z] #0 6.434 Executing busybox-1.35.0-r29.trigger [2023-09-01T05:50:44.135Z] #0 6.440 OK: 7 MiB in 19 packages [2023-09-01T05:50:44.135Z] #56 DONE 9.0s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #57 [support-notifications internal] load build context [2023-09-01T05:50:44.135Z] #57 transferring context: 365.27MB 9.9s done [2023-09-01T05:50:44.135Z] #57 DONE 10.6s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #46 [security-proxy-auth internal] load build context [2023-09-01T05:50:44.135Z] #46 DONE 10.5s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #58 [security-proxy-setup internal] load build context [2023-09-01T05:50:44.135Z] #58 transferring context: 365.27MB 9.5s done [2023-09-01T05:50:44.135Z] #58 DONE 10.5s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #47 [security-spiffe-token-provider internal] load build context [2023-09-01T05:50:44.135Z] #47 DONE 10.6s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #49 [core-data internal] load build context [2023-09-01T05:50:44.135Z] #49 DONE 10.6s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #59 [core-command internal] load build context [2023-09-01T05:50:44.135Z] #59 transferring context: 365.27MB 9.8s done [2023-09-01T05:50:44.135Z] #59 DONE 10.6s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #60 [core-common-config-bootstrapper internal] load build context [2023-09-01T05:50:44.135Z] #60 transferring context: 365.27MB 9.8s done [2023-09-01T05:50:44.135Z] #60 DONE 10.6s [2023-09-01T05:50:44.135Z] [2023-09-01T05:50:44.135Z] #61 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-01T05:50:44.392Z] #61 ... [2023-09-01T05:50:44.392Z] [2023-09-01T05:50:44.392Z] #62 [support-scheduler internal] load build context [2023-09-01T05:50:44.392Z] #62 transferring context: 365.27MB 10.5s done [2023-09-01T05:50:44.651Z] #62 DONE 11.0s [2023-09-01T05:50:44.651Z] [2023-09-01T05:50:44.651Z] #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-01T05:50:44.651Z] #63 DONE 0.5s [2023-09-01T05:50:44.651Z] [2023-09-01T05:50:44.651Z] #64 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-01T05:50:44.651Z] #64 DONE 0.6s [2023-09-01T05:50:44.651Z] [2023-09-01T05:50:44.651Z] #65 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-01T05:50:44.651Z] #65 DONE 0.6s [2023-09-01T05:50:44.651Z] [2023-09-01T05:50:44.651Z] #66 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-01T05:50:44.909Z] #66 DONE 0.1s [2023-09-01T05:50:44.909Z] [2023-09-01T05:50:44.909Z] #41 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T05:50:44.909Z] #41 5.707 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:44.909Z] #41 5.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.166Z] #41 ... [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #67 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-01T05:50:45.166Z] #67 DONE 0.4s [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #68 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-01T05:50:45.166Z] #68 DONE 0.3s [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #69 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-01T05:50:45.166Z] #69 DONE 5.7s [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #61 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-01T05:50:45.166Z] #61 DONE 0.9s [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #70 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-01T05:50:45.166Z] #70 DONE 0.1s [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #41 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T05:50:45.166Z] #41 6.030 OK: 265 MiB in 53 packages [2023-09-01T05:50:45.166Z] #41 ... [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #71 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-01T05:50:45.166Z] #71 DONE 0.1s [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #72 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-01T05:50:45.166Z] #72 DONE 0.1s [2023-09-01T05:50:45.166Z] [2023-09-01T05:50:45.166Z] #73 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-01T05:50:45.166Z] #73 DONE 0.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #41 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T05:50:45.424Z] #41 DONE 6.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #74 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-01T05:50:45.424Z] #74 DONE 0.1s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #75 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-01T05:50:45.424Z] #0 5.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.424Z] #0 5.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.424Z] #0 6.087 OK: 265 MiB in 53 packages [2023-09-01T05:50:45.424Z] #75 DONE 6.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #76 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-01T05:50:45.424Z] #76 DONE 0.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #77 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-01T05:50:45.424Z] #77 DONE 0.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:50:45.424Z] #78 ... [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #79 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-01T05:50:45.424Z] #79 DONE 0.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #80 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-01T05:50:45.424Z] #80 DONE 0.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #81 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:50:45.424Z] #81 DONE 0.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #82 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-01T05:50:45.424Z] #82 DONE 0.2s [2023-09-01T05:50:45.424Z] [2023-09-01T05:50:45.424Z] #83 [security-spire-server] exporting to image [2023-09-01T05:50:45.424Z] #83 exporting layers [2023-09-01T05:50:45.683Z] #83 ... [2023-09-01T05:50:45.683Z] [2023-09-01T05:50:45.683Z] #84 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T05:50:45.683Z] #0 5.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.683Z] #0 6.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.683Z] #0 6.326 OK: 265 MiB in 53 packages [2023-09-01T05:50:45.683Z] #84 DONE 6.5s [2023-09-01T05:50:45.683Z] [2023-09-01T05:50:45.683Z] #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:50:45.683Z] #78 DONE 0.2s [2023-09-01T05:50:45.683Z] [2023-09-01T05:50:45.683Z] #85 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-01T05:50:45.683Z] #85 DONE 0.3s [2023-09-01T05:50:45.941Z] [2023-09-01T05:50:45.941Z] #86 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-01T05:50:45.941Z] #86 DONE 0.2s [2023-09-01T05:50:45.941Z] [2023-09-01T05:50:45.941Z] #87 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-01T05:50:45.941Z] #0 5.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.941Z] #0 5.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.941Z] #0 6.105 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T05:50:45.941Z] #0 6.105 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T05:50:45.941Z] #0 6.105 OK: 17823 distinct packages available [2023-09-01T05:50:45.941Z] #0 6.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.941Z] #0 6.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-01T05:50:45.941Z] #0 6.533 OK: 265 MiB in 53 packages [2023-09-01T05:50:45.941Z] #87 DONE 6.6s [2023-09-01T05:50:45.941Z] [2023-09-01T05:50:45.941Z] #88 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:50:45.941Z] #88 DONE 0.2s [2023-09-01T05:50:45.941Z] [2023-09-01T05:50:45.941Z] #89 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-01T05:50:45.941Z] #89 DONE 0.1s [2023-09-01T05:50:45.941Z] [2023-09-01T05:50:45.941Z] #90 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:50:45.941Z] #90 ... [2023-09-01T05:50:45.941Z] [2023-09-01T05:50:45.941Z] #91 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-01T05:50:45.941Z] #91 DONE 0.1s [2023-09-01T05:50:45.941Z] [2023-09-01T05:50:45.941Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:50:45.941Z] #92 DONE 0.1s [2023-09-01T05:50:46.201Z] [2023-09-01T05:50:46.201Z] #83 [security-spire-agent] exporting to image [2023-09-01T05:50:46.201Z] #83 exporting layers 0.6s done [2023-09-01T05:50:46.201Z] #83 writing image sha256:93bb0d71676b33891f467c3253701136fcf20688dc5479df3b5ee49d1a05680d [2023-09-01T05:50:46.201Z] #83 writing image sha256:93bb0d71676b33891f467c3253701136fcf20688dc5479df3b5ee49d1a05680d done [2023-09-01T05:50:46.201Z] #83 naming to docker.io/library/security-spire-server done [2023-09-01T05:50:46.459Z] #83 exporting layers 0.6s done [2023-09-01T05:50:46.459Z] #83 exporting layers 0.6s done [2023-09-01T05:50:46.459Z] #83 writing image sha256:162894387f0a550969397a409cfa2ee8b79cd5dbf72cf3a96390f51e99925752 done [2023-09-01T05:50:46.459Z] #83 naming to docker.io/library/security-spire-config done [2023-09-01T05:50:46.459Z] #83 writing image sha256:9150352582fa646b49c4edac438a9c5b8a35f2a36f9a774d2b5554bc6cb607af done [2023-09-01T05:50:46.459Z] #83 naming to docker.io/library/security-spire-agent done [2023-09-01T05:50:46.459Z] #83 DONE 1.0s [2023-09-01T05:50:46.459Z] [2023-09-01T05:50:46.459Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:50:56.436Z] #93 ... [2023-09-01T05:50:56.436Z] [2023-09-01T05:50:56.436Z] #94 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:50:56.436Z] #94 ... [2023-09-01T05:50:56.436Z] [2023-09-01T05:50:56.436Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:50:56.695Z] #95 DONE 11.1s [2023-09-01T05:50:56.695Z] [2023-09-01T05:50:56.695Z] #94 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:50:56.695Z] #94 DONE 11.1s [2023-09-01T05:50:56.695Z] [2023-09-01T05:50:56.695Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:50:56.695Z] #93 DONE 10.7s [2023-09-01T05:50:56.695Z] [2023-09-01T05:50:56.695Z] #90 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:50:56.695Z] #90 DONE 10.9s [2023-09-01T05:50:56.695Z] [2023-09-01T05:50:56.695Z] #96 [support-notifications builder 6/7] COPY . . [2023-09-01T05:50:57.993Z] 8d51d6327a98: Pull complete [2023-09-01T05:50:57.993Z] 8b374f2dd631: Pull complete [2023-09-01T05:50:57.993Z] ec14aa9079de: Pull complete [2023-09-01T05:51:00.033Z] #96 DONE 3.0s [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #97 [security-secretstore-setup builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #97 DONE 3.0s [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #98 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:51:00.034Z] #98 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #99 [security-bootstrapper builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #99 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #100 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:51:00.034Z] #100 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #101 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:51:00.034Z] #101 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #102 [security-proxy-setup builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #102 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #103 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:51:00.034Z] #103 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #104 [support-scheduler builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #104 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #105 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:51:00.034Z] #105 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #106 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:51:00.034Z] #106 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #107 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #107 DONE 3.0s [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #108 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #108 DONE 3.0s [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #109 [core-command builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #109 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #110 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:51:00.034Z] #110 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #111 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:51:00.034Z] #111 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #112 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:51:00.034Z] #112 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:51:00.034Z] #113 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #114 [core-metadata builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #114 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #115 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:51:00.034Z] #115 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #116 [security-proxy-auth builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #116 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:51:00.034Z] #117 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T05:51:00.034Z] #118 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #119 [core-data builder 6/7] COPY . . [2023-09-01T05:51:00.034Z] #119 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #120 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-01T05:51:00.034Z] #120 CACHED [2023-09-01T05:51:00.034Z] [2023-09-01T05:51:00.034Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-01T05:51:00.965Z] #121 1.193 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-09-01T05:51:03.348Z] 2f466654f4bb: Pull complete [2023-09-01T05:51:08.692Z] 554e91adad29: Pull complete [2023-09-01T05:51:08.692Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-09-01T05:51:08.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-01T05:51:08.692Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-01T05:51:09.074Z] + docker build -t ci-base-image-arm64 -f - . [2023-09-01T05:51:09.074Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-01T05:51:09.074Z] WORKDIR /edgex [2023-09-01T05:51:09.074Z] COPY go.mod . [2023-09-01T05:51:09.074Z] RUN go mod download [2023-09-01T05:51:09.667Z] Sending build context to Docker daemon 2.974MB [2023-09-01T05:51:09.667Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-01T05:51:09.667Z] ---> 1e15ea492957 [2023-09-01T05:51:09.667Z] Step 2/4 : WORKDIR /edgex [2023-09-01T05:51:10.923Z] #121 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #122 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-01T05:51:10.923Z] #0 0.627 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-09-01T05:51:10.923Z] #122 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #123 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-01T05:51:10.923Z] #0 0.966 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-09-01T05:51:10.923Z] #123 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-01T05:51:10.923Z] #0 0.900 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-09-01T05:51:10.923Z] #124 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T05:51:10.923Z] #0 1.258 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-09-01T05:51:10.923Z] #125 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-01T05:51:10.923Z] #0 1.270 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-09-01T05:51:10.923Z] #126 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #127 [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-09-01T05:51:10.923Z] #0 0.479 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-09-01T05:51:10.923Z] #127 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T05:51:10.923Z] #0 0.854 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-09-01T05:51:10.923Z] #128 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #129 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-01T05:51:10.923Z] #0 0.486 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-09-01T05:51:10.923Z] #129 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T05:51:10.923Z] #0 0.769 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-09-01T05:51:10.923Z] #130 ... [2023-09-01T05:51:10.923Z] [2023-09-01T05:51:10.923Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-01T05:51:10.923Z] #0 0.838 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-09-01T05:51:11.079Z] ---> Running in 3c067dd30e45 [2023-09-01T05:51:11.346Z] Removing intermediate container 3c067dd30e45 [2023-09-01T05:51:11.346Z] ---> 31a335d5ed61 [2023-09-01T05:51:11.346Z] Step 3/4 : COPY go.mod . [2023-09-01T05:51:11.941Z] ---> 08b8f2e49bb6 [2023-09-01T05:51:11.941Z] Step 4/4 : RUN go mod download [2023-09-01T05:51:11.941Z] ---> Running in e268034e1d54 [2023-09-01T05:51:50.816Z] Removing intermediate container e268034e1d54 [2023-09-01T05:51:50.816Z] ---> f3f31bcf4783 [2023-09-01T05:51:50.816Z] Successfully built f3f31bcf4783 [2023-09-01T05:51:50.816Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T05:51:51.225Z] + docker inspect -f . ci-base-image-arm64 [2023-09-01T05:51:51.225Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T05:51:51.488Z] prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container [2023-09-01T05:51:51.555Z] $ 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-09-01T05:51:52.719Z] $ docker top 43b00b20ea74023c40322b2b8e6e68a1c9cd809934a1383e49039089e331422b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-01T05:51:53.570Z] + go version [2023-09-01T05:51:53.570Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-09-01T05:51:53.607Z] $ docker stop --time=1 43b00b20ea74023c40322b2b8e6e68a1c9cd809934a1383e49039089e331422b [2023-09-01T05:51:55.180Z] $ docker rm -f --volumes 43b00b20ea74023c40322b2b8e6e68a1c9cd809934a1383e49039089e331422b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T05:51:56.026Z] + docker inspect -f . ci-base-image-arm64 [2023-09-01T05:51:56.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T05:51:56.267Z] prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container [2023-09-01T05:51:56.327Z] $ 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-09-01T05:51:57.438Z] $ docker top b0835fd153c388e480d38cef6a66c2e17c9e3a093642c8a19f23e0aa807868cc -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-01T05:51:57.666Z] ========================================================= [2023-09-01T05:51:57.666Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-01T05:51:57.666Z] ========================================================= [Pipeline] sh [2023-09-01T05:51:57.979Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-01T05:51:58.366Z] + make test [2023-09-01T05:51:58.366Z] go test -race -coverprofile=coverage.out ./... [2023-09-01T05:52:07.137Z] #131 ... [2023-09-01T05:52:07.137Z] [2023-09-01T05:52:07.137Z] #127 [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-09-01T05:52:07.137Z] #127 66.42 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-09-01T05:52:34.006Z] #127 DONE 93.0s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #123 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-01T05:52:34.006Z] #123 DONE 92.9s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-01T05:52:34.006Z] #131 DONE 92.9s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #129 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-01T05:52:34.006Z] #129 DONE 93.0s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #122 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-01T05:52:34.006Z] #122 DONE 93.0s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #130 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T05:52:34.006Z] #130 DONE 93.0s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T05:52:34.006Z] #125 DONE 93.0s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T05:52:34.006Z] #128 DONE 93.0s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #132 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #132 ... [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-01T05:52:34.006Z] #124 DONE 93.2s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-01T05:52:34.006Z] #126 DONE 93.4s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-01T05:52:34.006Z] #121 DONE 93.4s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #133 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #133 ... [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #134 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #134 DONE 0.3s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #135 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #135 DONE 0.5s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #136 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-01T05:52:34.006Z] #136 DONE 0.5s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #133 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #133 DONE 0.4s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #132 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #132 DONE 0.6s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #137 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #137 DONE 0.6s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #138 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #138 ... [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #139 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #139 DONE 0.4s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #140 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #140 DONE 0.3s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #141 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #141 DONE 0.3s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #142 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #142 DONE 0.3s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #143 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #143 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #144 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #144 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #138 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #138 DONE 0.3s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #145 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #145 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #146 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #146 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #147 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #147 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #148 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #148 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #149 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #149 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #150 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:34.006Z] #150 CACHED [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #151 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.006Z] #151 DONE 0.3s [2023-09-01T05:52:34.006Z] [2023-09-01T05:52:34.006Z] #152 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-01T05:52:34.579Z] #152 ... [2023-09-01T05:52:34.579Z] [2023-09-01T05:52:34.579Z] #153 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:34.579Z] #153 DONE 0.8s [2023-09-01T05:52:34.579Z] [2023-09-01T05:52:34.579Z] #154 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-01T05:52:34.579Z] #154 DONE 0.8s [2023-09-01T05:52:34.579Z] [2023-09-01T05:52:34.579Z] #155 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-01T05:52:35.522Z] #155 ... [2023-09-01T05:52:35.522Z] [2023-09-01T05:52:35.522Z] #156 [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-09-01T05:52:35.522Z] #156 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #157 [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-09-01T05:52:35.782Z] #157 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #152 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-01T05:52:35.782Z] #152 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #158 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-01T05:52:35.782Z] #158 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #159 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-01T05:52:35.782Z] #159 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #160 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-01T05:52:35.782Z] #160 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-01T05:52:35.782Z] #161 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #162 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-01T05:52:35.782Z] #162 DONE 2.0s [2023-09-01T05:52:35.782Z] [2023-09-01T05:52:35.782Z] #163 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.349Z] #163 ... [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #164 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.349Z] #164 DONE 1.1s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #165 [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-09-01T05:52:36.349Z] #165 DONE 0.6s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #155 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-01T05:52:36.349Z] #155 DONE 1.8s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #166 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-01T05:52:36.349Z] #166 DONE 0.6s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #167 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.349Z] #167 DONE 0.6s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #168 [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-09-01T05:52:36.349Z] #168 DONE 0.6s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #169 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.349Z] #169 DONE 0.7s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #170 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.349Z] #170 DONE 0.6s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #171 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.349Z] #171 DONE 0.7s [2023-09-01T05:52:36.349Z] [2023-09-01T05:52:36.349Z] #83 [core-command] exporting to image [2023-09-01T05:52:36.349Z] #83 exporting layers 0.2s done [2023-09-01T05:52:36.607Z] #83 ... [2023-09-01T05:52:36.607Z] [2023-09-01T05:52:36.607Z] #163 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.607Z] #163 DONE 0.7s [2023-09-01T05:52:36.607Z] [2023-09-01T05:52:36.607Z] #172 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-01T05:52:36.607Z] #172 DONE 3.2s [2023-09-01T05:52:36.607Z] [2023-09-01T05:52:36.607Z] #83 [support-scheduler] exporting to image [2023-09-01T05:52:36.607Z] #83 ... [2023-09-01T05:52:36.607Z] [2023-09-01T05:52:36.607Z] #173 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-01T05:52:36.607Z] #173 DONE 0.3s [2023-09-01T05:52:36.607Z] [2023-09-01T05:52:36.607Z] #83 [support-scheduler] exporting to image [2023-09-01T05:52:36.607Z] #83 exporting layers 0.3s done [2023-09-01T05:52:36.607Z] #83 writing image sha256:89f38e45fdfda755c68ec57888d598dd20235be4ae650638197698412e120575 [2023-09-01T05:52:36.866Z] #83 ... [2023-09-01T05:52:36.866Z] [2023-09-01T05:52:36.866Z] #174 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-01T05:52:36.866Z] #174 DONE 0.7s [2023-09-01T05:52:36.866Z] [2023-09-01T05:52:36.866Z] #175 [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-09-01T05:52:36.866Z] #175 DONE 0.7s [2023-09-01T05:52:36.866Z] [2023-09-01T05:52:36.866Z] #176 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-01T05:52:36.866Z] #176 DONE 0.6s [2023-09-01T05:52:36.866Z] [2023-09-01T05:52:36.866Z] #83 [core-data] exporting to image [2023-09-01T05:52:36.866Z] #83 writing image sha256:89f38e45fdfda755c68ec57888d598dd20235be4ae650638197698412e120575 0.3s done [2023-09-01T05:52:36.866Z] #83 naming to docker.io/library/support-notifications done [2023-09-01T05:52:36.866Z] #83 writing image sha256:80818ab60ae448f251859aaaebf7a2d63fc706f88fdd64a0a8637270b861e789 done [2023-09-01T05:52:36.866Z] #83 naming to docker.io/library/core-data done [2023-09-01T05:52:37.123Z] #83 ... [2023-09-01T05:52:37.123Z] [2023-09-01T05:52:37.123Z] #177 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-01T05:52:37.123Z] #177 DONE 0.7s [2023-09-01T05:52:37.123Z] [2023-09-01T05:52:37.123Z] #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-01T05:52:37.123Z] #178 DONE 0.7s [2023-09-01T05:52:37.123Z] [2023-09-01T05:52:37.123Z] #83 [core-metadata] exporting to image [2023-09-01T05:52:37.123Z] #83 writing image sha256:658618dccd99785f3d96ea143fbadececd4b65a1afa6e2bc6e8742c81df4ea4a 0.0s done [2023-09-01T05:52:37.123Z] #83 naming to docker.io/library/core-command done [2023-09-01T05:52:37.123Z] #83 ... [2023-09-01T05:52:37.123Z] [2023-09-01T05:52:37.123Z] #179 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T05:52:37.123Z] #179 DONE 0.7s [2023-09-01T05:52:37.123Z] [2023-09-01T05:52:37.123Z] #83 [support-scheduler] exporting to image [2023-09-01T05:52:37.123Z] #83 exporting layers 0.2s done [2023-09-01T05:52:37.123Z] #83 writing image sha256:9076265265bf3f2eb432a237a0d7b99a608179c13f89ba371f90355631490c83 0.0s done [2023-09-01T05:52:37.123Z] #83 naming to docker.io/library/support-scheduler done [2023-09-01T05:52:37.282Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-01T05:52:37.381Z] #83 writing image sha256:6f60695f5bff1efee4fb727cc98e557c8ff33936142da464101a709fea8de7be [2023-09-01T05:52:37.734Z] #83 writing image sha256:6f60695f5bff1efee4fb727cc98e557c8ff33936142da464101a709fea8de7be 0.0s done [2023-09-01T05:52:37.734Z] #83 writing image sha256:8fe84d2f844812db8c042318b89b8f7dc11b5b29ea57a4c602888bcc961f6e67 done [2023-09-01T05:52:37.734Z] #83 naming to docker.io/library/security-spiffe-token-provider done [2023-09-01T05:52:37.734Z] #83 naming to docker.io/library/core-metadata done [2023-09-01T05:52:37.734Z] #83 DONE 2.4s [2023-09-01T05:52:37.734Z] [2023-09-01T05:52:37.734Z] #180 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-01T05:52:37.734Z] #180 DONE 0.6s [2023-09-01T05:52:37.734Z] [2023-09-01T05:52:37.734Z] #181 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-01T05:52:37.734Z] #181 DONE 0.5s [2023-09-01T05:52:37.734Z] [2023-09-01T05:52:37.734Z] #182 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-01T05:52:37.734Z] #182 DONE 0.4s [2023-09-01T05:52:37.734Z] [2023-09-01T05:52:37.734Z] #183 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-01T05:52:37.993Z] #183 ... [2023-09-01T05:52:37.993Z] [2023-09-01T05:52:37.993Z] #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T05:52:37.993Z] #184 DONE 1.0s [2023-09-01T05:52:37.993Z] [2023-09-01T05:52:37.993Z] #83 [core-common-config-bootstrapper] exporting to image [2023-09-01T05:52:38.253Z] #83 ... [2023-09-01T05:52:38.253Z] [2023-09-01T05:52:38.253Z] #185 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-01T05:52:38.253Z] #185 DONE 0.8s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #183 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-01T05:52:38.510Z] #183 DONE 0.7s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #83 [core-common-config-bootstrapper] exporting to image [2023-09-01T05:52:38.510Z] #83 exporting layers 0.7s done [2023-09-01T05:52:38.510Z] #83 writing image sha256:c5e7a0f938f5748f47b75e9fb790e6f2eccf91c75855134703b32695bf4c0d26 done [2023-09-01T05:52:38.510Z] #83 naming to docker.io/library/core-common-config-bootstrapper done [2023-09-01T05:52:38.510Z] #83 DONE 3.1s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #186 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-01T05:52:38.510Z] #186 DONE 0.1s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #187 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-01T05:52:38.510Z] #187 DONE 0.1s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #188 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T05:52:38.510Z] #188 DONE 1.3s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #189 [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-09-01T05:52:38.510Z] #189 DONE 0.1s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #190 [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-09-01T05:52:38.510Z] #190 DONE 0.1s [2023-09-01T05:52:38.510Z] [2023-09-01T05:52:38.510Z] #83 [security-proxy-auth] exporting to image [2023-09-01T05:52:38.767Z] #83 exporting layers 0.2s done [2023-09-01T05:52:38.767Z] #83 writing image sha256:b76abfc9178b486790cb1daf94bf664c6effb8c785f8042978155a3749d72975 done [2023-09-01T05:52:38.767Z] #83 naming to docker.io/library/security-proxy-auth 0.0s done [2023-09-01T05:52:38.767Z] #83 DONE 3.3s [2023-09-01T05:52:38.767Z] [2023-09-01T05:52:38.768Z] #191 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-01T05:52:38.768Z] #191 DONE 0.1s [2023-09-01T05:52:38.768Z] [2023-09-01T05:52:38.768Z] #192 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T05:52:38.768Z] #192 ... [2023-09-01T05:52:38.768Z] [2023-09-01T05:52:38.768Z] #193 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T05:52:38.768Z] #193 DONE 1.1s [2023-09-01T05:52:38.768Z] [2023-09-01T05:52:38.768Z] #194 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-01T05:52:38.768Z] #194 DONE 0.1s [2023-09-01T05:52:39.028Z] [2023-09-01T05:52:39.028Z] #83 [security-proxy-setup] exporting to image [2023-09-01T05:52:39.028Z] #83 exporting layers 0.2s done [2023-09-01T05:52:39.028Z] #83 writing image sha256:6a75ebd91bb32dd085911ef2546841c843af3067224cffa16d35e1fac321ef0e done [2023-09-01T05:52:39.028Z] #83 naming to docker.io/library/security-proxy-setup done [2023-09-01T05:52:39.028Z] #83 DONE 3.5s [2023-09-01T05:52:39.028Z] [2023-09-01T05:52:39.028Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-01T05:52:39.028Z] #195 ... [2023-09-01T05:52:39.028Z] [2023-09-01T05:52:39.028Z] #192 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T05:52:39.028Z] #192 DONE 0.6s [2023-09-01T05:52:39.286Z] [2023-09-01T05:52:39.286Z] #83 [security-secretstore-setup] exporting to image [2023-09-01T05:52:39.286Z] #83 exporting layers 0.2s done [2023-09-01T05:52:39.286Z] #83 writing image sha256:5303a05b742ffb3c3a7bceaacbea1b1050f0ea91828eb26895b5c9a06a673727 done [2023-09-01T05:52:39.286Z] #83 naming to docker.io/library/security-secretstore-setup done [2023-09-01T05:52:39.286Z] #83 DONE 3.7s [2023-09-01T05:52:39.286Z] [2023-09-01T05:52:39.286Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-01T05:52:39.286Z] #195 DONE 0.5s [2023-09-01T05:52:39.287Z] [2023-09-01T05:52:39.287Z] #83 [security-bootstrapper] exporting to image [2023-09-01T05:52:39.545Z] #83 exporting layers 0.2s done [2023-09-01T05:52:39.545Z] #83 writing image sha256:d0320f778715d9d238ca7a0db7db50261bb1b99f064a7a8304464ed20b0ada05 done [2023-09-01T05:52:39.545Z] #83 naming to docker.io/library/security-bootstrapper done [2023-09-01T05:52:39.545Z] #83 DONE 3.8s [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T05:52:39.545Z] time="2023-09-01T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-01T05:52:39.583Z] $ docker stop --time=1 595a9d420055270e3cbbdccd614df1374465ad1d24b11b708d61809d0ec5fee4 [2023-09-01T05:52:40.845Z] $ docker rm -f --volumes 595a9d420055270e3cbbdccd614df1374465ad1d24b11b708d61809d0ec5fee4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-01T05:52:41.236Z] + docker images [2023-09-01T05:52:41.236Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-01T05:52:41.236Z] security-bootstrapper latest d0320f778715 2 seconds ago 23MB [2023-09-01T05:52:41.236Z] security-proxy-auth latest b76abfc9178b 3 seconds ago 19.4MB [2023-09-01T05:52:41.236Z] security-secretstore-setup latest 5303a05b742f 3 seconds ago 44.1MB [2023-09-01T05:52:41.236Z] security-proxy-setup latest 6a75ebd91bb3 3 seconds ago 29.2MB [2023-09-01T05:52:41.236Z] core-common-config-bootstrapper latest c5e7a0f938f5 4 seconds ago 18MB [2023-09-01T05:52:41.236Z] core-metadata latest 6f60695f5bff 5 seconds ago 21.6MB [2023-09-01T05:52:41.236Z] core-command latest 658618dccd99 5 seconds ago 21MB [2023-09-01T05:52:41.236Z] support-notifications latest 89f38e45fdfd 5 seconds ago 34.3MB [2023-09-01T05:52:41.236Z] support-scheduler latest 9076265265bf 5 seconds ago 33.7MB [2023-09-01T05:52:41.236Z] security-spiffe-token-provider latest 8fe84d2f8448 5 seconds ago 33.5MB [2023-09-01T05:52:41.236Z] core-data latest 80818ab60ae4 5 seconds ago 21.2MB [2023-09-01T05:52:41.236Z] security-spire-server latest 93bb0d71676b About a minute ago 103MB [2023-09-01T05:52:41.236Z] security-spire-agent latest 9150352582fa About a minute ago 161MB [2023-09-01T05:52:41.236Z] security-spire-config latest 162894387f0a About a minute ago 102MB [2023-09-01T05:52:41.236Z] ci-base-image-x86_64 latest 68771cf0188e 4 minutes ago 1.07GB [2023-09-01T05:52:41.236Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 7 weeks ago 696MB [2023-09-01T05:52:41.236Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB [2023-09-01T05:52:41.236Z] 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-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-01T05:54:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-01T05:54:43.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-01T05:54:44.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-01T05:54:47.478Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-01T05:54:47.478Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-01T05:54:47.478Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-01T05:54:47.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-01T05:54:59.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-01T05:54:59.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-01T05:54:59.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.504s coverage: 28.7% of statements [2023-09-01T05:55:06.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.333s coverage: 97.0% of statements [2023-09-01T05:55:11.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-01T05:55:11.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-01T05:55:11.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-01T05:55:15.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.404s coverage: 71.5% of statements [2023-09-01T05:55:17.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-01T05:55:17.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-01T05:55:17.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.331s coverage: 53.4% of statements [2023-09-01T05:55:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-01T05:55:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-01T05:55:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:55:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-01T05:55:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-01T05:55:29.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-01T05:55:29.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-01T05:55:42.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.022s coverage: 93.4% of statements [2023-09-01T05:55:42.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.485s coverage: 3.8% of statements [2023-09-01T05:55:45.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-01T05:55:45.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:55:45.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-01T05:55:46.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.553s coverage: 97.6% of statements [2023-09-01T05:55:46.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-01T05:55:46.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-01T05:55:46.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-01T05:55:46.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-01T05:55:46.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-01T05:55:46.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-01T05:55:46.825Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-01T05:55:47.093Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.216s coverage: 72.2% of statements [2023-09-01T05:55:57.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-01T05:55:57.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-01T05:55:57.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.420s coverage: 0.9% of statements [2023-09-01T05:55:57.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.335s coverage: 32.2% of statements [2023-09-01T05:56:01.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.298s coverage: 42.9% of statements [2023-09-01T05:56:01.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.242s coverage: 82.9% of statements [2023-09-01T05:56:01.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.246s coverage: 94.1% of statements [2023-09-01T05:56:01.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.274s coverage: 96.3% of statements [2023-09-01T05:56:05.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.222s coverage: 87.5% of statements [2023-09-01T05:56:06.964Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-01T05:56:07.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-01T05:56:07.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-01T05:56:07.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-01T05:56:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-01T05:56:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-01T05:56:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-01T05:56:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-01T05:56:16.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.206s coverage: 94.4% of statements [2023-09-01T05:56:16.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-01T05:56:16.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-01T05:56:16.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-01T05:56:16.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-01T05:56:23.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-01T05:56:23.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-01T05:56:25.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-01T05:56:29.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.084s coverage: 79.9% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.299s coverage: 92.9% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.077s coverage: 64.4% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.220s coverage: 62.3% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.194s coverage: 20.0% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.170s coverage: 100.0% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.510s coverage: 81.8% of statements [2023-09-01T05:56:30.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.472s coverage: 82.1% of statements [2023-09-01T05:56:32.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-01T05:56:32.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 86.0% of statements [2023-09-01T05:56:36.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-01T05:56:36.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-01T05:56:37.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.971s coverage: 63.1% of statements [2023-09-01T05:56:37.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.258s coverage: 100.0% of statements [2023-09-01T05:56:38.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 89.4% of statements [2023-09-01T05:56:38.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2023-09-01T05:56:38.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2023-09-01T05:56:39.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-01T05:56:39.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-01T05:56:39.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-01T05:56:39.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2023-09-01T05:56:47.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-01T05:56:47.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-01T05:56:47.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-01T05:56:47.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.008s coverage: 38.4% of statements [2023-09-01T05:56:47.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements [2023-09-01T05:56:51.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-01T05:56:51.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-01T05:56:51.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-01T05:56:51.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-01T05:56:51.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements [2023-09-01T05:56:58.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-01T05:56:58.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-01T05:56:58.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-01T05:56:58.612Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-01T05:57:05.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.559s coverage: 17.7% of statements [2023-09-01T05:57:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-01T05:57:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:57:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-01T05:57:05.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-01T05:57:05.829Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.590s coverage: 95.7% of statements [2023-09-01T05:57:10.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-01T05:57:10.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-01T05:57:10.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.294s coverage: 61.8% of statements [2023-09-01T05:57:12.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-01T05:57:12.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-01T05:57:12.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.384s coverage: 98.9% of statements [2023-09-01T05:57:13.226Z] 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-09-01T05:57:13.226Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-01T05:57:13.226Z] go vet ./... [2023-09-01T05:59:49.883Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-01T05:59:49.883Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-01T05:59:49.883Z] ./bin/test-attribution-txt.sh [2023-09-01T05:59:49.884Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-09-01T05:59:49.884Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-09-01T05:59:49.884Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-09-01T05:59:49.884Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-09-01T05:59:49.922Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-01T05:59:50.255Z] + ls -al . [2023-09-01T05:59:50.255Z] total 724 [2023-09-01T05:59:50.255Z] drwxrwxr-x 11 1001 1001 4096 Sep 1 05:52 . [2023-09-01T05:59:50.255Z] drwxr-xr-x 4 root root 4096 Sep 1 05:51 .. [2023-09-01T05:59:50.255Z] drwxrwxr-x 2 1001 1001 4096 Sep 1 05:50 .blubracket [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 16 Sep 1 05:50 .dockerignore [2023-09-01T05:59:50.255Z] drwxrwxr-x 8 1001 1001 4096 Sep 1 05:50 .git [2023-09-01T05:59:50.255Z] drwxrwxr-x 3 1001 1001 4096 Sep 1 05:50 .github [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 1173 Sep 1 05:50 .gitignore [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 42 Sep 1 05:50 .golangci.yml [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 100 Sep 1 05:50 .hadolint.yml [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 166 Sep 1 05:50 .sonarcloud.properties [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 1171 Sep 1 05:50 ADOPTERS.md [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 11152 Sep 1 05:50 Attribution.txt [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 93407 Sep 1 05:50 CHANGELOG.md [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 3804 Sep 1 05:50 CONTRIBUTING.md [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 677 Sep 1 05:50 GOVERNANCE.md [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 883 Sep 1 05:50 Jenkinsfile [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 10775 Sep 1 05:50 LICENSE [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 14764 Sep 1 05:50 Makefile [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 582 Sep 1 05:50 OWNERS.md [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 9923 Sep 1 05:50 README.md [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 789 Sep 1 05:50 SECURITY.md [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 5 Sep 1 05:47 VERSION [2023-09-01T05:59:50.255Z] drwxrwxr-x 2 1001 1001 4096 Sep 1 05:50 bin [2023-09-01T05:59:50.255Z] drwxrwxr-x 18 1001 1001 4096 Sep 1 05:50 cmd [2023-09-01T05:59:50.255Z] -rw-r--r-- 1 root root 449348 Sep 1 05:57 coverage.out [2023-09-01T05:59:50.255Z] drwxrwxr-x 2 1001 1001 4096 Sep 1 05:50 fuzz_test [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 3687 Sep 1 05:50 go.mod [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 33714 Sep 1 05:50 go.sum [2023-09-01T05:59:50.255Z] drwxrwxr-x 7 1001 1001 4096 Sep 1 05:50 internal [2023-09-01T05:59:50.255Z] drwxrwxr-x 3 1001 1001 4096 Sep 1 05:50 openapi [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 594 Sep 1 05:50 security.txt [2023-09-01T05:59:50.255Z] drwxrwxr-x 4 1001 1001 4096 Sep 1 05:50 snap [2023-09-01T05:59:50.255Z] -rw-rw-r-- 1 1001 1001 204 Sep 1 05:50 version.go [Pipeline] sh [2023-09-01T05:59:50.667Z] + '[' -e coverage.out ] [2023-09-01T05:59:50.667Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-01T05:59:50.704Z] Warning: overwriting stash ‘coverage-report’ [2023-09-01T05:59:51.440Z] Stashed 1 file(s) [Pipeline] sh [2023-09-01T05:59:52.074Z] + make build [2023-09-01T05:59:52.075Z] 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-09-01T06:01:30.385Z] 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-09-01T06:01:31.784Z] 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-09-01T06:01:37.110Z] 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-09-01T06:01:41.347Z] 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-09-01T06:02:22.508Z] 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-09-01T06:02:26.746Z] 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-09-01T06:02:35.059Z] 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-09-01T06:02:40.389Z] 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-09-01T06:02:43.723Z] 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-09-01T06:02:47.967Z] 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-09-01T06:02:54.597Z] 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-09-01T06:02:59.950Z] $ docker stop --time=1 b0835fd153c388e480d38cef6a66c2e17c9e3a093642c8a19f23e0aa807868cc [2023-09-01T06:03:01.941Z] $ docker rm -f --volumes b0835fd153c388e480d38cef6a66c2e17c9e3a093642c8a19f23e0aa807868cc [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-09-01T06:03:04.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-01T06:03:04.614Z] [2023-09-01T06:03:04.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T06:03:05.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-01T06:03:05.273Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-09-01T06:03:05.273Z] 547446be3368: Pulling fs layer [2023-09-01T06:03:05.273Z] d125d8839a47: Pulling fs layer [2023-09-01T06:03:05.273Z] 3e85d5ac6304: Pulling fs layer [2023-09-01T06:03:05.273Z] c3105a71a48b: Pulling fs layer [2023-09-01T06:03:05.273Z] 0f093f025ec4: Pulling fs layer [2023-09-01T06:03:05.273Z] c3106fc0e877: Pulling fs layer [2023-09-01T06:03:05.273Z] 0f093f025ec4: Waiting [2023-09-01T06:03:05.273Z] c3105a71a48b: Waiting [2023-09-01T06:03:05.273Z] c3106fc0e877: Waiting [2023-09-01T06:03:05.541Z] 547446be3368: Verifying Checksum [2023-09-01T06:03:05.541Z] 547446be3368: Download complete [2023-09-01T06:03:05.541Z] c3105a71a48b: Verifying Checksum [2023-09-01T06:03:05.541Z] c3105a71a48b: Download complete [2023-09-01T06:03:05.808Z] d125d8839a47: Verifying Checksum [2023-09-01T06:03:05.808Z] d125d8839a47: Download complete [2023-09-01T06:03:05.808Z] c3106fc0e877: Verifying Checksum [2023-09-01T06:03:05.808Z] c3106fc0e877: Download complete [2023-09-01T06:03:06.075Z] 0f093f025ec4: Verifying Checksum [2023-09-01T06:03:06.075Z] 0f093f025ec4: Download complete [2023-09-01T06:03:06.075Z] 547446be3368: Pull complete [2023-09-01T06:03:07.030Z] d125d8839a47: Pull complete [2023-09-01T06:03:07.609Z] 3e85d5ac6304: Download complete [2023-09-01T06:03:15.803Z] 3e85d5ac6304: Pull complete [2023-09-01T06:03:15.803Z] c3105a71a48b: Pull complete [2023-09-01T06:03:16.767Z] 0f093f025ec4: Pull complete [2023-09-01T06:03:17.033Z] c3106fc0e877: Pull complete [2023-09-01T06:03:17.033Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-09-01T06:03:17.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-01T06:03:17.033Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T06:03:17.379Z] prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container [2023-09-01T06:03:17.441Z] $ 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-09-01T06:03:19.546Z] $ docker top 8540c3f6287f392a8ae3e2d797a56c810684e4d538684fd7bbae3690bcc0ff7f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-01T06:03:20.411Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-01T06:03:28.616Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-01T06:03:28.616Z] #1 transferring dockerfile: 2.39kB done [2023-09-01T06:03:28.616Z] #1 DONE 0.1s [2023-09-01T06:03:28.883Z] [2023-09-01T06:03:28.884Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2023-09-01T06:03:28.884Z] #2 transferring dockerfile: 1.70kB done [2023-09-01T06:03:28.884Z] #2 DONE 0.0s [2023-09-01T06:03:28.884Z] [2023-09-01T06:03:28.884Z] #3 [core-data internal] load build definition from Dockerfile [2023-09-01T06:03:28.884Z] #3 transferring dockerfile: 1.90kB done [2023-09-01T06:03:28.884Z] #3 DONE 0.1s [2023-09-01T06:03:28.884Z] [2023-09-01T06:03:28.884Z] #4 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-01T06:03:28.884Z] #4 transferring dockerfile: 2.38kB done [2023-09-01T06:03:28.884Z] #4 DONE 0.1s [2023-09-01T06:03:29.152Z] [2023-09-01T06:03:29.152Z] #5 [security-spire-server internal] load build definition from Dockerfile [2023-09-01T06:03:29.152Z] #5 transferring dockerfile: 1.59kB done [2023-09-01T06:03:29.152Z] #5 DONE 0.1s [2023-09-01T06:03:29.152Z] [2023-09-01T06:03:29.152Z] #6 [support-scheduler internal] load build definition from Dockerfile [2023-09-01T06:03:29.152Z] #6 transferring dockerfile: 1.82kB done [2023-09-01T06:03:29.152Z] #6 DONE 0.1s [2023-09-01T06:03:29.152Z] [2023-09-01T06:03:29.152Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-01T06:03:29.152Z] #7 transferring dockerfile: 1.78kB 0.0s done [2023-09-01T06:03:29.152Z] #7 DONE 0.1s [2023-09-01T06:03:29.152Z] [2023-09-01T06:03:29.152Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-01T06:03:29.419Z] #8 transferring dockerfile: 2.82kB 0.0s done [2023-09-01T06:03:29.419Z] #8 DONE 0.1s [2023-09-01T06:03:29.419Z] [2023-09-01T06:03:29.419Z] #9 [core-metadata internal] load build definition from Dockerfile [2023-09-01T06:03:29.419Z] #9 transferring dockerfile: 1.96kB 0.0s done [2023-09-01T06:03:29.419Z] #9 DONE 0.1s [2023-09-01T06:03:29.419Z] [2023-09-01T06:03:29.419Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-01T06:03:29.419Z] #10 transferring dockerfile: 2.12kB 0.0s done [2023-09-01T06:03:29.420Z] #10 DONE 0.1s [2023-09-01T06:03:29.420Z] [2023-09-01T06:03:29.420Z] #11 [core-command internal] load build definition from Dockerfile [2023-09-01T06:03:29.420Z] #11 transferring dockerfile: 1.82kB 0.0s done [2023-09-01T06:03:29.420Z] #11 DONE 0.1s [2023-09-01T06:03:29.420Z] [2023-09-01T06:03:29.420Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-01T06:03:29.687Z] #12 transferring dockerfile: 2.04kB done [2023-09-01T06:03:29.687Z] #12 DONE 0.1s [2023-09-01T06:03:29.687Z] [2023-09-01T06:03:29.687Z] #13 [support-notifications internal] load build definition from Dockerfile [2023-09-01T06:03:29.687Z] #13 transferring dockerfile: 1.84kB done [2023-09-01T06:03:29.687Z] #13 DONE 0.0s [2023-09-01T06:03:29.687Z] [2023-09-01T06:03:29.687Z] #14 [security-spire-config internal] load build definition from Dockerfile [2023-09-01T06:03:29.687Z] #14 transferring dockerfile: 1.58kB done [2023-09-01T06:03:29.687Z] #14 DONE 0.0s [2023-09-01T06:03:29.687Z] [2023-09-01T06:03:29.687Z] #15 [security-proxy-setup internal] load .dockerignore [2023-09-01T06:03:29.687Z] #15 transferring context: 56B done [2023-09-01T06:03:29.687Z] #15 DONE 0.1s [2023-09-01T06:03:30.271Z] [2023-09-01T06:03:30.271Z] #16 [security-spire-agent internal] load .dockerignore [2023-09-01T06:03:30.271Z] #16 transferring context: 56B done [2023-09-01T06:03:30.271Z] #16 DONE 0.0s [2023-09-01T06:03:30.540Z] [2023-09-01T06:03:30.540Z] #17 [core-data internal] load .dockerignore [2023-09-01T06:03:30.540Z] #17 transferring context: 56B done [2023-09-01T06:03:30.540Z] #17 DONE 0.0s [2023-09-01T06:03:30.540Z] [2023-09-01T06:03:30.540Z] #18 [security-secretstore-setup internal] load .dockerignore [2023-09-01T06:03:30.540Z] #18 transferring context: 56B done [2023-09-01T06:03:30.540Z] #18 DONE 0.0s [2023-09-01T06:03:30.540Z] [2023-09-01T06:03:30.540Z] #19 [security-spire-server internal] load .dockerignore [2023-09-01T06:03:30.540Z] #19 transferring context: 56B done [2023-09-01T06:03:30.540Z] #19 DONE 0.1s [2023-09-01T06:03:30.540Z] [2023-09-01T06:03:30.540Z] #20 [support-scheduler internal] load .dockerignore [2023-09-01T06:03:30.540Z] #20 transferring context: 56B done [2023-09-01T06:03:30.540Z] #20 DONE 0.0s [2023-09-01T06:03:30.807Z] [2023-09-01T06:03:30.807Z] #21 [security-bootstrapper internal] load .dockerignore [2023-09-01T06:03:30.807Z] #21 transferring context: 56B done [2023-09-01T06:03:30.807Z] #21 DONE 0.0s [2023-09-01T06:03:30.807Z] [2023-09-01T06:03:30.807Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2023-09-01T06:03:30.807Z] #22 transferring context: 56B done [2023-09-01T06:03:30.807Z] #22 DONE 0.1s [2023-09-01T06:03:30.807Z] [2023-09-01T06:03:30.807Z] #23 [core-metadata internal] load .dockerignore [2023-09-01T06:03:30.807Z] #23 transferring context: 56B done [2023-09-01T06:03:30.807Z] #23 DONE 0.1s [2023-09-01T06:03:30.807Z] [2023-09-01T06:03:30.807Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-01T06:03:30.807Z] #24 transferring context: 56B done [2023-09-01T06:03:30.807Z] #24 DONE 0.0s [2023-09-01T06:03:30.807Z] [2023-09-01T06:03:30.807Z] #25 [core-command internal] load .dockerignore [2023-09-01T06:03:30.807Z] #25 transferring context: 56B done [2023-09-01T06:03:30.807Z] #25 DONE 0.1s [2023-09-01T06:03:30.807Z] [2023-09-01T06:03:30.807Z] #26 [security-proxy-auth internal] load .dockerignore [2023-09-01T06:03:31.072Z] #26 transferring context: 56B done [2023-09-01T06:03:31.072Z] #26 DONE 0.1s [2023-09-01T06:03:31.072Z] [2023-09-01T06:03:31.072Z] #27 [support-notifications internal] load .dockerignore [2023-09-01T06:03:31.072Z] #27 transferring context: 56B 0.0s done [2023-09-01T06:03:31.072Z] #27 DONE 0.1s [2023-09-01T06:03:31.072Z] [2023-09-01T06:03:31.072Z] #28 [security-spire-config internal] load .dockerignore [2023-09-01T06:03:31.072Z] #28 transferring context: 56B done [2023-09-01T06:03:31.072Z] #28 DONE 0.0s [2023-09-01T06:03:31.072Z] [2023-09-01T06:03:31.072Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:31.072Z] #29 DONE 0.0s [2023-09-01T06:03:31.072Z] [2023-09-01T06:03:31.072Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T06:03:31.658Z] #30 DONE 0.6s [2023-09-01T06:03:31.658Z] [2023-09-01T06:03:31.658Z] #31 [security-proxy-setup stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:31.658Z] #31 DONE 0.0s [2023-09-01T06:03:31.658Z] [2023-09-01T06:03:31.658Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:03:31.658Z] #32 DONE 0.0s [2023-09-01T06:03:31.658Z] [2023-09-01T06:03:31.658Z] #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-01T06:03:31.926Z] #33 ... [2023-09-01T06:03:31.926Z] [2023-09-01T06:03:31.926Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:31.926Z] #29 DONE 0.0s [2023-09-01T06:03:31.926Z] [2023-09-01T06:03:31.926Z] #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-01T06:03:32.193Z] #33 ... [2023-09-01T06:03:32.193Z] [2023-09-01T06:03:32.193Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:32.193Z] #29 DONE 0.0s [2023-09-01T06:03:32.193Z] [2023-09-01T06:03:32.193Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T06:03:32.193Z] #30 DONE 0.6s [2023-09-01T06:03:32.193Z] [2023-09-01T06:03:32.193Z] #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-01T06:03:32.193Z] #33 ... [2023-09-01T06:03:32.193Z] [2023-09-01T06:03:32.193Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:32.193Z] #29 DONE 0.0s [2023-09-01T06:03:32.193Z] [2023-09-01T06:03:32.193Z] #31 [support-scheduler stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:32.193Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-01T06:03:32.193Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-01T06:03:32.193Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-01T06:03:32.193Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-09-01T06:03:32.193Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-01T06:03:32.193Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-09-01T06:03:32.461Z] #31 ... [2023-09-01T06:03:32.461Z] [2023-09-01T06:03:32.461Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:32.461Z] #29 DONE 0.0s [2023-09-01T06:03:32.461Z] [2023-09-01T06:03:32.461Z] #31 [support-scheduler stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:32.727Z] #31 ... [2023-09-01T06:03:32.727Z] [2023-09-01T06:03:32.727Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:32.727Z] #29 DONE 0.0s [2023-09-01T06:03:32.727Z] [2023-09-01T06:03:32.727Z] #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:32.727Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-01T06:03:32.727Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-01T06:03:32.727Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-01T06:03:32.727Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-09-01T06:03:32.727Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-01T06:03:32.727Z] #31 ... [2023-09-01T06:03:32.727Z] [2023-09-01T06:03:32.727Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:32.727Z] #29 DONE 0.0s [2023-09-01T06:03:32.727Z] [2023-09-01T06:03:32.727Z] #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:32.727Z] #31 ... [2023-09-01T06:03:32.727Z] [2023-09-01T06:03:32.727Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:32.727Z] #29 DONE 0.0s [2023-09-01T06:03:32.727Z] [2023-09-01T06:03:32.727Z] #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:32.993Z] #31 ... [2023-09-01T06:03:32.993Z] [2023-09-01T06:03:32.993Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T06:03:32.993Z] #30 DONE 1.0s [2023-09-01T06:03:32.993Z] [2023-09-01T06:03:32.993Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-01T06:03:32.993Z] #34 DONE 1.2s [2023-09-01T06:03:32.993Z] [2023-09-01T06:03:32.993Z] #31 [security-spire-server stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:32.993Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-01T06:03:32.993Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-01T06:03:32.993Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-01T06:03:32.993Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-09-01T06:03:32.993Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-01T06:03:32.993Z] #31 ... [2023-09-01T06:03:32.993Z] [2023-09-01T06:03:32.993Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:32.993Z] #29 DONE 0.0s [2023-09-01T06:03:32.993Z] [2023-09-01T06:03:32.993Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-01T06:03:32.993Z] #35 DONE 1.3s [2023-09-01T06:03:32.993Z] [2023-09-01T06:03:32.993Z] #31 [security-spire-agent stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:32.993Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-01T06:03:32.993Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-01T06:03:32.993Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-01T06:03:32.993Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-09-01T06:03:32.993Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-01T06:03:33.257Z] #31 ... [2023-09-01T06:03:33.257Z] [2023-09-01T06:03:33.257Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-01T06:03:33.257Z] #29 DONE 0.0s [2023-09-01T06:03:33.257Z] [2023-09-01T06:03:33.257Z] #31 [security-spire-agent stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:33.523Z] #31 ... [2023-09-01T06:03:33.523Z] [2023-09-01T06:03:33.523Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [2023-09-01T06:03:33.523Z] #30 DONE 1.4s [2023-09-01T06:03:33.523Z] [2023-09-01T06:03:33.523Z] #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:33.523Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-01T06:03:33.523Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-01T06:03:33.523Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-01T06:03:33.523Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-09-01T06:03:33.523Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-01T06:03:33.787Z] #31 ... [2023-09-01T06:03:33.787Z] [2023-09-01T06:03:33.787Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-01T06:03:33.787Z] #34 DONE 1.7s [2023-09-01T06:03:33.787Z] [2023-09-01T06:03:33.787Z] #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:33.787Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-01T06:03:34.051Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-01T06:03:34.051Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-01T06:03:34.051Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-01T06:03:34.051Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done [2023-09-01T06:03:34.051Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-01T06:03:34.051Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-01T06:03:34.316Z] #31 ... [2023-09-01T06:03:34.316Z] [2023-09-01T06:03:34.316Z] #36 [security-spire-agent internal] load build context [2023-09-01T06:03:34.316Z] #36 transferring context: 17.12kB 0.2s done [2023-09-01T06:03:34.316Z] #36 DONE 1.2s [2023-09-01T06:03:34.316Z] [2023-09-01T06:03:34.316Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:34.316Z] #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.5s done [2023-09-01T06:03:34.316Z] #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-01T06:03:34.316Z] #37 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-01T06:03:34.316Z] #37 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-01T06:03:34.316Z] #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2023-09-01T06:03:34.316Z] #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s [2023-09-01T06:03:34.316Z] #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s [2023-09-01T06:03:34.316Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.5s [2023-09-01T06:03:34.587Z] #37 ... [2023-09-01T06:03:34.587Z] [2023-09-01T06:03:34.587Z] #38 [security-spire-server internal] load build context [2023-09-01T06:03:34.587Z] #38 transferring context: 17.59kB 0.2s done [2023-09-01T06:03:34.587Z] #38 DONE 1.5s [2023-09-01T06:03:34.587Z] [2023-09-01T06:03:34.587Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:34.587Z] #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.6s done [2023-09-01T06:03:34.587Z] #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.8s done [2023-09-01T06:03:34.587Z] #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-01T06:03:34.855Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.48MB / 23.39MB 0.9s [2023-09-01T06:03:35.122Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 1.2s [2023-09-01T06:03:35.122Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 1.3s [2023-09-01T06:03:35.122Z] #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-09-01T06:03:35.704Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 1.7s [2023-09-01T06:03:35.704Z] #37 ... [2023-09-01T06:03:35.704Z] [2023-09-01T06:03:35.704Z] #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-01T06:03:35.704Z] #33 DONE 4.9s [2023-09-01T06:03:35.704Z] [2023-09-01T06:03:35.704Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:35.969Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 2.0s [2023-09-01T06:03:35.969Z] #37 ... [2023-09-01T06:03:35.969Z] [2023-09-01T06:03:35.969Z] #39 [security-spire-config internal] load build context [2023-09-01T06:03:35.969Z] #39 transferring context: 15.84kB 0.2s done [2023-09-01T06:03:35.969Z] #39 DONE 2.0s [2023-09-01T06:03:35.969Z] [2023-09-01T06:03:35.969Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:35.969Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.63MB / 23.39MB 2.2s [2023-09-01T06:03:36.234Z] #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2023-09-01T06:03:36.234Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.47MB / 23.39MB 2.4s [2023-09-01T06:03:36.501Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 2.6s [2023-09-01T06:03:37.091Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.50MB / 23.39MB 3.2s [2023-09-01T06:03:37.359Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.52MB / 23.39MB 3.3s [2023-09-01T06:03:37.359Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.36MB / 23.39MB 3.6s [2023-09-01T06:03:38.316Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.2s done [2023-09-01T06:03:38.585Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2023-09-01T06:03:39.992Z] #37 ... [2023-09-01T06:03:39.992Z] [2023-09-01T06:03:39.992Z] #40 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-09-01T06:03:39.992Z] #40 DONE 4.0s [2023-09-01T06:03:39.992Z] [2023-09-01T06:03:39.992Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:41.939Z] #37 ... [2023-09-01T06:03:41.939Z] [2023-09-01T06:03:41.939Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:03:41.939Z] #32 transferring context: 34.52MB 9.9s [2023-09-01T06:03:41.939Z] #32 ... [2023-09-01T06:03:41.939Z] [2023-09-01T06:03:41.939Z] #41 [core-data internal] load build context [2023-09-01T06:03:41.939Z] #41 ... [2023-09-01T06:03:41.939Z] [2023-09-01T06:03:41.939Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:03:42.212Z] #42 ... [2023-09-01T06:03:42.212Z] [2023-09-01T06:03:42.212Z] #43 [support-scheduler internal] load build context [2023-09-01T06:03:42.212Z] #43 ... [2023-09-01T06:03:42.212Z] [2023-09-01T06:03:42.212Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:03:42.797Z] #42 ... [2023-09-01T06:03:42.797Z] [2023-09-01T06:03:42.797Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:03:42.797Z] #44 ... [2023-09-01T06:03:42.797Z] [2023-09-01T06:03:42.797Z] #45 [security-bootstrapper internal] load build context [2023-09-01T06:03:42.797Z] #45 ... [2023-09-01T06:03:42.797Z] [2023-09-01T06:03:42.797Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:03:43.064Z] #44 ... [2023-09-01T06:03:43.064Z] [2023-09-01T06:03:43.064Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:03:43.064Z] #46 ... [2023-09-01T06:03:43.064Z] [2023-09-01T06:03:43.064Z] #47 [core-command internal] load build context [2023-09-01T06:03:43.329Z] #47 ... [2023-09-01T06:03:43.329Z] [2023-09-01T06:03:43.329Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-01T06:03:43.329Z] #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.4s done [2023-09-01T06:03:43.329Z] #48 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-01T06:03:43.329Z] #48 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-09-01T06:03:43.329Z] #48 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-09-01T06:03:43.329Z] #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2023-09-01T06:03:43.329Z] #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.7s done [2023-09-01T06:03:43.329Z] #48 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-01T06:03:43.329Z] #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 3.7s done [2023-09-01T06:03:43.329Z] #48 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.2s done [2023-09-01T06:03:43.329Z] #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-09-01T06:03:43.329Z] #48 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2023-09-01T06:03:43.329Z] #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.4s [2023-09-01T06:03:43.329Z] #48 ... [2023-09-01T06:03:43.329Z] [2023-09-01T06:03:43.329Z] #49 [core-metadata internal] load build context [2023-09-01T06:03:43.329Z] #49 ... [2023-09-01T06:03:43.329Z] [2023-09-01T06:03:43.330Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:03:43.594Z] #46 ... [2023-09-01T06:03:43.594Z] [2023-09-01T06:03:43.594Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:03:43.594Z] #50 ... [2023-09-01T06:03:43.594Z] [2023-09-01T06:03:43.594Z] #51 [support-notifications internal] load build context [2023-09-01T06:03:43.860Z] #51 ... [2023-09-01T06:03:43.860Z] [2023-09-01T06:03:43.860Z] #52 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-01T06:03:43.860Z] #0 4.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:43.860Z] #0 5.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:43.860Z] #0 6.291 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-01T06:03:43.860Z] #0 6.291 (2/4) Installing openssl (3.0.10-r0) [2023-09-01T06:03:43.860Z] #0 6.340 (3/4) Installing su-exec (0.2-r2) [2023-09-01T06:03:43.860Z] #0 6.340 (4/4) Installing yq (4.30.4-r4) [2023-09-01T06:03:43.860Z] #0 6.647 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:03:43.860Z] #0 6.729 OK: 17 MiB in 19 packages [2023-09-01T06:03:43.860Z] #52 DONE 8.1s [2023-09-01T06:03:43.860Z] [2023-09-01T06:03:43.860Z] #51 [support-notifications internal] load build context [2023-09-01T06:03:43.860Z] #51 ... [2023-09-01T06:03:43.860Z] [2023-09-01T06:03:43.860Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:03:45.792Z] #50 ... [2023-09-01T06:03:45.792Z] [2023-09-01T06:03:45.792Z] #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:03:45.792Z] #31 ... [2023-09-01T06:03:45.792Z] [2023-09-01T06:03:45.792Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:03:46.058Z] #50 ... [2023-09-01T06:03:46.058Z] [2023-09-01T06:03:46.058Z] #53 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-01T06:03:46.058Z] #0 8.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:46.058Z] #0 9.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:46.352Z] #53 ... [2023-09-01T06:03:46.352Z] [2023-09-01T06:03:46.352Z] #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-01T06:03:46.352Z] #54 ... [2023-09-01T06:03:46.352Z] [2023-09-01T06:03:46.352Z] #55 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-01T06:03:46.619Z] #55 ... [2023-09-01T06:03:46.619Z] [2023-09-01T06:03:46.619Z] #56 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-01T06:03:46.619Z] #56 DONE 2.4s [2023-09-01T06:03:46.619Z] [2023-09-01T06:03:46.619Z] #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-01T06:03:46.619Z] #57 ... [2023-09-01T06:03:46.619Z] [2023-09-01T06:03:46.619Z] #58 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-01T06:03:46.619Z] #58 ... [2023-09-01T06:03:46.619Z] [2023-09-01T06:03:46.619Z] #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-01T06:03:46.619Z] #0 8.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:46.619Z] #0 9.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:46.886Z] #59 ... [2023-09-01T06:03:46.886Z] [2023-09-01T06:03:46.886Z] #60 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-01T06:03:46.886Z] #0 9.465 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:46.886Z] #0 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:47.158Z] #60 ... [2023-09-01T06:03:47.158Z] [2023-09-01T06:03:47.158Z] #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-01T06:03:47.158Z] #61 ... [2023-09-01T06:03:47.158Z] [2023-09-01T06:03:47.158Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:03:48.567Z] #50 transferring context: 28.73MB 14.4s [2023-09-01T06:03:49.966Z] #50 ... [2023-09-01T06:03:49.966Z] [2023-09-01T06:03:49.966Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-01T06:03:49.966Z] #0 9.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:49.966Z] #62 ... [2023-09-01T06:03:49.966Z] [2023-09-01T06:03:49.966Z] #63 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T06:03:49.966Z] #63 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:49.966Z] #63 ... [2023-09-01T06:03:49.966Z] [2023-09-01T06:03:49.966Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-01T06:03:50.231Z] #64 ... [2023-09-01T06:03:50.231Z] [2023-09-01T06:03:50.231Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T06:03:50.231Z] #65 ... [2023-09-01T06:03:50.231Z] [2023-09-01T06:03:50.231Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:03:52.165Z] #50 ... [2023-09-01T06:03:52.165Z] [2023-09-01T06:03:52.165Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:03:52.165Z] #32 ... [2023-09-01T06:03:52.165Z] [2023-09-01T06:03:52.165Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T06:03:52.165Z] #65 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:52.165Z] #65 ... [2023-09-01T06:03:52.165Z] [2023-09-01T06:03:52.165Z] #41 [core-data internal] load build context [2023-09-01T06:03:52.431Z] #41 ... [2023-09-01T06:03:52.431Z] [2023-09-01T06:03:52.431Z] #43 [support-scheduler internal] load build context [2023-09-01T06:03:52.431Z] #43 ... [2023-09-01T06:03:52.431Z] [2023-09-01T06:03:52.431Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:52.431Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.8s [2023-09-01T06:03:52.431Z] #37 ... [2023-09-01T06:03:52.431Z] [2023-09-01T06:03:52.431Z] #41 [core-data internal] load build context [2023-09-01T06:03:53.009Z] #41 ... [2023-09-01T06:03:53.009Z] [2023-09-01T06:03:53.009Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:03:53.275Z] #44 ... [2023-09-01T06:03:53.275Z] [2023-09-01T06:03:53.275Z] #45 [security-bootstrapper internal] load build context [2023-09-01T06:03:53.275Z] #45 ... [2023-09-01T06:03:53.275Z] [2023-09-01T06:03:53.275Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:03:53.541Z] #42 transferring context: 31.89MB 21.2s [2023-09-01T06:03:53.541Z] #42 ... [2023-09-01T06:03:53.541Z] [2023-09-01T06:03:53.541Z] #47 [core-command internal] load build context [2023-09-01T06:03:53.541Z] #47 ... [2023-09-01T06:03:53.541Z] [2023-09-01T06:03:53.541Z] #49 [core-metadata internal] load build context [2023-09-01T06:03:53.541Z] #49 ... [2023-09-01T06:03:53.541Z] [2023-09-01T06:03:53.541Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:03:53.810Z] #46 ... [2023-09-01T06:03:53.810Z] [2023-09-01T06:03:53.810Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-01T06:03:53.810Z] #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 16.1s [2023-09-01T06:03:53.810Z] #48 ... [2023-09-01T06:03:53.810Z] [2023-09-01T06:03:53.810Z] #51 [support-notifications internal] load build context [2023-09-01T06:03:54.078Z] #51 ... [2023-09-01T06:03:54.078Z] [2023-09-01T06:03:54.078Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:57.413Z] #37 ... [2023-09-01T06:03:57.413Z] [2023-09-01T06:03:57.413Z] #60 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-01T06:03:57.413Z] #60 16.47 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-01T06:03:57.413Z] #60 16.55 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:03:57.413Z] #60 16.69 OK: 8 MiB in 16 packages [2023-09-01T06:03:57.413Z] #60 DONE 20.6s [2023-09-01T06:03:57.413Z] [2023-09-01T06:03:57.413Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:57.678Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.9s [2023-09-01T06:03:57.945Z] #37 ... [2023-09-01T06:03:57.945Z] [2023-09-01T06:03:57.945Z] #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-01T06:03:57.945Z] #57 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:57.945Z] #57 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:58.212Z] #57 ... [2023-09-01T06:03:58.212Z] [2023-09-01T06:03:58.212Z] #55 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-01T06:03:58.212Z] #55 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:58.212Z] #55 15.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:58.212Z] #55 ... [2023-09-01T06:03:58.212Z] [2023-09-01T06:03:58.212Z] #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-01T06:03:58.212Z] #54 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:58.212Z] #54 14.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:58.212Z] #54 ... [2023-09-01T06:03:58.212Z] [2023-09-01T06:03:58.212Z] #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-01T06:03:58.477Z] #61 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:58.477Z] #61 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:58.477Z] #61 ... [2023-09-01T06:03:58.477Z] [2023-09-01T06:03:58.477Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:58.477Z] #37 ... [2023-09-01T06:03:58.477Z] [2023-09-01T06:03:58.477Z] #53 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-01T06:03:58.477Z] #53 13.46 (1/4) Installing ca-certificates (20230506-r0) [2023-09-01T06:03:58.477Z] #53 14.01 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-01T06:03:58.477Z] #53 14.03 (3/4) Installing su-exec (0.2-r2) [2023-09-01T06:03:58.477Z] #53 14.06 (4/4) Installing yq (4.30.4-r4) [2023-09-01T06:03:58.477Z] #53 15.36 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:03:58.477Z] #53 15.46 Executing ca-certificates-20230506-r0.trigger [2023-09-01T06:03:58.477Z] #53 19.49 OK: 17 MiB in 19 packages [2023-09-01T06:03:58.477Z] #53 DONE 22.3s [2023-09-01T06:03:58.477Z] [2023-09-01T06:03:58.477Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:03:59.438Z] #37 ... [2023-09-01T06:03:59.438Z] [2023-09-01T06:03:59.438Z] #58 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-01T06:03:59.438Z] #58 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:59.438Z] #58 18.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:03:59.705Z] #58 ... [2023-09-01T06:03:59.705Z] [2023-09-01T06:03:59.705Z] #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-01T06:03:59.705Z] #57 23.31 (1/2) Installing ca-certificates (20230506-r0) [2023-09-01T06:04:00.290Z] #57 23.76 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-01T06:04:00.290Z] #57 23.84 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:04:00.557Z] #57 24.14 Executing ca-certificates-20230506-r0.trigger [2023-09-01T06:04:01.969Z] #57 ... [2023-09-01T06:04:01.969Z] [2023-09-01T06:04:01.969Z] #55 [core-command stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-01T06:04:01.969Z] #55 23.12 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-01T06:04:01.969Z] #55 23.19 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:04:01.969Z] #55 23.55 OK: 8 MiB in 16 packages [2023-09-01T06:04:01.969Z] #55 DONE 25.7s [2023-09-01T06:04:01.969Z] [2023-09-01T06:04:01.969Z] #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-01T06:04:01.969Z] #59 15.39 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T06:04:01.969Z] #59 15.39 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T06:04:01.969Z] #59 15.39 OK: 17689 distinct packages available [2023-09-01T06:04:01.969Z] #59 17.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:01.969Z] #59 21.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:01.969Z] #59 ... [2023-09-01T06:04:01.969Z] [2023-09-01T06:04:01.969Z] #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-01T06:04:01.969Z] #54 23.31 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-01T06:04:01.969Z] #54 23.40 (2/2) Installing su-exec (0.2-r2) [2023-09-01T06:04:01.969Z] #54 23.40 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:04:01.969Z] #54 23.66 OK: 8 MiB in 17 packages [2023-09-01T06:04:01.969Z] #54 DONE 25.5s [2023-09-01T06:04:01.969Z] [2023-09-01T06:04:01.969Z] #66 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-01T06:04:02.236Z] #66 ... [2023-09-01T06:04:02.236Z] [2023-09-01T06:04:02.236Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:02.236Z] #32 transferring context: 67.50MB 30.1s [2023-09-01T06:04:02.236Z] #32 ... [2023-09-01T06:04:02.236Z] [2023-09-01T06:04:02.236Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:04:02.501Z] #50 ... [2023-09-01T06:04:02.501Z] [2023-09-01T06:04:02.501Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:02.501Z] #32 ... [2023-09-01T06:04:02.501Z] [2023-09-01T06:04:02.501Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:02.776Z] #43 ... [2023-09-01T06:04:02.776Z] [2023-09-01T06:04:02.776Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:02.776Z] #32 ... [2023-09-01T06:04:02.776Z] [2023-09-01T06:04:02.776Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-01T06:04:02.776Z] #62 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:02.776Z] #62 20.99 OK: 263 MiB in 53 packages [2023-09-01T06:04:02.776Z] #62 DONE 23.1s [2023-09-01T06:04:02.776Z] [2023-09-01T06:04:02.776Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-01T06:04:02.776Z] #64 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:02.776Z] #64 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:03.059Z] #64 ... [2023-09-01T06:04:03.059Z] [2023-09-01T06:04:03.059Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:03.059Z] #43 ... [2023-09-01T06:04:03.059Z] [2023-09-01T06:04:03.059Z] #63 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T06:04:03.059Z] #63 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:03.059Z] #63 22.01 OK: 263 MiB in 53 packages [2023-09-01T06:04:03.059Z] #63 DONE 23.5s [2023-09-01T06:04:03.059Z] [2023-09-01T06:04:03.059Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:03.328Z] #43 ... [2023-09-01T06:04:03.328Z] [2023-09-01T06:04:03.328Z] #41 [core-data internal] load build context [2023-09-01T06:04:03.328Z] #41 ... [2023-09-01T06:04:03.328Z] [2023-09-01T06:04:03.328Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:04:03.595Z] #44 ... [2023-09-01T06:04:03.595Z] [2023-09-01T06:04:03.595Z] #45 [security-bootstrapper internal] load build context [2023-09-01T06:04:03.595Z] #45 ... [2023-09-01T06:04:03.595Z] [2023-09-01T06:04:03.595Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:04:03.879Z] #42 ... [2023-09-01T06:04:03.879Z] [2023-09-01T06:04:03.879Z] #47 [core-command internal] load build context [2023-09-01T06:04:03.879Z] #47 ... [2023-09-01T06:04:03.879Z] [2023-09-01T06:04:03.879Z] #49 [core-metadata internal] load build context [2023-09-01T06:04:03.879Z] #49 ... [2023-09-01T06:04:03.879Z] [2023-09-01T06:04:03.879Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:04.148Z] #46 ... [2023-09-01T06:04:04.148Z] [2023-09-01T06:04:04.148Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-01T06:04:04.148Z] #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 21.1s done [2023-09-01T06:04:04.148Z] #48 ... [2023-09-01T06:04:04.148Z] [2023-09-01T06:04:04.148Z] #51 [support-notifications internal] load build context [2023-09-01T06:04:04.413Z] #51 ... [2023-09-01T06:04:04.413Z] [2023-09-01T06:04:04.413Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:04.413Z] #46 ... [2023-09-01T06:04:04.413Z] [2023-09-01T06:04:04.413Z] #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-01T06:04:04.413Z] #57 26.64 OK: 8 MiB in 17 packages [2023-09-01T06:04:04.413Z] #57 DONE 28.2s [2023-09-01T06:04:04.413Z] [2023-09-01T06:04:04.413Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:05.816Z] #46 ... [2023-09-01T06:04:05.816Z] [2023-09-01T06:04:05.816Z] #65 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-01T06:04:05.816Z] #65 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:05.816Z] #65 24.66 OK: 263 MiB in 53 packages [2023-09-01T06:04:05.816Z] #65 DONE 26.7s [2023-09-01T06:04:05.816Z] [2023-09-01T06:04:05.816Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:08.386Z] #46 transferring context: 103.36MB 34.4s [2023-09-01T06:04:09.792Z] #46 ... [2023-09-01T06:04:09.792Z] [2023-09-01T06:04:09.792Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:04:09.792Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 30.3s done [2023-09-01T06:04:09.792Z] #37 ... [2023-09-01T06:04:09.792Z] [2023-09-01T06:04:09.792Z] #51 [support-notifications internal] load build context [2023-09-01T06:04:10.063Z] #51 ... [2023-09-01T06:04:10.063Z] [2023-09-01T06:04:10.063Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:10.334Z] #46 ... [2023-09-01T06:04:10.334Z] [2023-09-01T06:04:10.334Z] #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-01T06:04:10.334Z] #61 23.82 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T06:04:10.334Z] #61 23.82 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T06:04:10.334Z] #61 23.82 OK: 17689 distinct packages available [2023-09-01T06:04:10.334Z] #61 25.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:10.335Z] #61 27.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:10.335Z] #61 31.06 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-01T06:04:10.335Z] #61 31.06 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-01T06:04:10.335Z] #61 31.09 (3/4) Installing libucontext (1.2-r0) [2023-09-01T06:04:10.335Z] #61 31.09 (4/4) Installing gcompat (1.1.0-r0) [2023-09-01T06:04:10.335Z] #61 31.09 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:04:10.335Z] #61 31.13 OK: 8 MiB in 19 packages [2023-09-01T06:04:10.605Z] #61 ... [2023-09-01T06:04:10.605Z] [2023-09-01T06:04:10.605Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:10.878Z] #46 ... [2023-09-01T06:04:10.878Z] [2023-09-01T06:04:10.878Z] #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-01T06:04:10.878Z] #61 DONE 34.3s [2023-09-01T06:04:10.878Z] [2023-09-01T06:04:10.878Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:11.144Z] #46 ... [2023-09-01T06:04:11.144Z] [2023-09-01T06:04:11.144Z] #58 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-01T06:04:11.144Z] #58 26.16 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T06:04:11.144Z] #58 26.16 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T06:04:11.144Z] #58 26.16 OK: 17689 distinct packages available [2023-09-01T06:04:11.144Z] #58 27.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:11.144Z] #58 28.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:11.144Z] #58 31.71 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-01T06:04:11.144Z] #58 31.73 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-01T06:04:11.144Z] #58 31.79 (3/5) Installing libucontext (1.2-r0) [2023-09-01T06:04:11.144Z] #58 31.79 (4/5) Installing gcompat (1.1.0-r0) [2023-09-01T06:04:11.144Z] #58 31.79 (5/5) Installing openssl (3.0.10-r0) [2023-09-01T06:04:11.144Z] #58 31.85 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:04:11.144Z] #58 31.90 OK: 9 MiB in 20 packages [2023-09-01T06:04:11.144Z] #58 DONE 34.7s [2023-09-01T06:04:11.144Z] [2023-09-01T06:04:11.144Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:11.144Z] #46 ... [2023-09-01T06:04:11.144Z] [2023-09-01T06:04:11.144Z] #66 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-01T06:04:11.144Z] #66 DONE 9.4s [2023-09-01T06:04:11.144Z] [2023-09-01T06:04:11.144Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:11.725Z] #46 ... [2023-09-01T06:04:11.725Z] [2023-09-01T06:04:11.725Z] #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-01T06:04:11.725Z] #59 27.95 (1/9) Installing ca-certificates (20230506-r0) [2023-09-01T06:04:11.725Z] #59 28.22 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-01T06:04:11.725Z] #59 28.27 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-01T06:04:11.725Z] #59 28.27 (4/9) Installing libcurl (8.2.1-r0) [2023-09-01T06:04:11.725Z] #59 28.31 (5/9) Installing curl (8.2.1-r0) [2023-09-01T06:04:11.725Z] #59 28.33 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-01T06:04:11.725Z] #59 28.37 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-01T06:04:11.725Z] #59 28.37 (8/9) Installing libucontext (1.2-r0) [2023-09-01T06:04:11.725Z] #59 28.40 (9/9) Installing gcompat (1.1.0-r0) [2023-09-01T06:04:11.725Z] #59 28.40 Executing busybox-1.35.0-r29.trigger [2023-09-01T06:04:11.725Z] #59 28.49 Executing ca-certificates-20230506-r0.trigger [2023-09-01T06:04:11.725Z] #59 29.85 OK: 11 MiB in 24 packages [2023-09-01T06:04:11.725Z] #59 DONE 35.4s [2023-09-01T06:04:11.725Z] [2023-09-01T06:04:11.725Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:11.725Z] #46 ... [2023-09-01T06:04:11.725Z] [2023-09-01T06:04:11.725Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-01T06:04:11.725Z] #64 23.35 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-01T06:04:11.725Z] #64 23.39 v3.17.5-51-gb3a20beba03 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-01T06:04:11.725Z] #64 23.39 OK: 17694 distinct packages available [2023-09-01T06:04:11.725Z] #64 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:11.725Z] #64 26.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-01T06:04:11.725Z] #64 28.69 OK: 263 MiB in 53 packages [2023-09-01T06:04:11.725Z] #64 DONE 32.0s [2023-09-01T06:04:11.725Z] [2023-09-01T06:04:11.725Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:12.685Z] #46 ... [2023-09-01T06:04:12.685Z] [2023-09-01T06:04:12.685Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:04:12.685Z] #50 ... [2023-09-01T06:04:12.685Z] [2023-09-01T06:04:12.685Z] #51 [support-notifications internal] load build context [2023-09-01T06:04:12.685Z] #51 ... [2023-09-01T06:04:12.685Z] [2023-09-01T06:04:12.685Z] #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-01T06:04:12.685Z] #67 DONE 1.3s [2023-09-01T06:04:12.950Z] [2023-09-01T06:04:12.950Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:12.950Z] #46 ... [2023-09-01T06:04:12.950Z] [2023-09-01T06:04:12.950Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:12.950Z] #32 transferring context: 96.18MB 41.1s [2023-09-01T06:04:13.214Z] #32 ... [2023-09-01T06:04:13.214Z] [2023-09-01T06:04:13.214Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:13.214Z] #46 ... [2023-09-01T06:04:13.214Z] [2023-09-01T06:04:13.214Z] #68 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-01T06:04:13.214Z] #68 DONE 2.0s [2023-09-01T06:04:13.214Z] [2023-09-01T06:04:13.214Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:04:13.479Z] #37 ... [2023-09-01T06:04:13.479Z] [2023-09-01T06:04:13.479Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:13.479Z] #43 ... [2023-09-01T06:04:13.479Z] [2023-09-01T06:04:13.479Z] #41 [core-data internal] load build context [2023-09-01T06:04:13.743Z] #41 ... [2023-09-01T06:04:13.743Z] [2023-09-01T06:04:13.743Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:04:13.743Z] #44 ... [2023-09-01T06:04:13.743Z] [2023-09-01T06:04:13.743Z] #45 [security-bootstrapper internal] load build context [2023-09-01T06:04:14.007Z] #45 ... [2023-09-01T06:04:14.007Z] [2023-09-01T06:04:14.007Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:04:14.007Z] #42 ... [2023-09-01T06:04:14.007Z] [2023-09-01T06:04:14.007Z] #47 [core-command internal] load build context [2023-09-01T06:04:14.007Z] #47 ... [2023-09-01T06:04:14.007Z] [2023-09-01T06:04:14.007Z] #49 [core-metadata internal] load build context [2023-09-01T06:04:14.271Z] #49 ... [2023-09-01T06:04:14.271Z] [2023-09-01T06:04:14.271Z] #47 [core-command internal] load build context [2023-09-01T06:04:18.507Z] #47 ... [2023-09-01T06:04:18.507Z] [2023-09-01T06:04:18.507Z] #69 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-01T06:04:18.507Z] #69 DONE 3.2s [2023-09-01T06:04:18.507Z] [2023-09-01T06:04:18.507Z] #70 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-01T06:04:18.507Z] #70 DONE 3.2s [2023-09-01T06:04:18.507Z] [2023-09-01T06:04:18.507Z] #47 [core-command internal] load build context [2023-09-01T06:04:18.507Z] #47 ... [2023-09-01T06:04:18.507Z] [2023-09-01T06:04:18.507Z] #71 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-01T06:04:18.507Z] #71 DONE 3.0s [2023-09-01T06:04:18.507Z] [2023-09-01T06:04:18.507Z] #47 [core-command internal] load build context [2023-09-01T06:04:19.092Z] #47 transferring context: 92.37MB 45.3s [2023-09-01T06:04:19.360Z] #47 ... [2023-09-01T06:04:19.360Z] [2023-09-01T06:04:19.360Z] #72 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-01T06:04:19.360Z] #72 DONE 1.1s [2023-09-01T06:04:19.360Z] [2023-09-01T06:04:19.360Z] #47 [core-command internal] load build context [2023-09-01T06:04:19.625Z] #47 ... [2023-09-01T06:04:19.625Z] [2023-09-01T06:04:19.625Z] #73 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-01T06:04:19.625Z] #73 DONE 1.3s [2023-09-01T06:04:19.625Z] [2023-09-01T06:04:19.625Z] #47 [core-command internal] load build context [2023-09-01T06:04:19.625Z] #47 ... [2023-09-01T06:04:19.625Z] [2023-09-01T06:04:19.625Z] #74 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-01T06:04:19.625Z] #74 DONE 1.2s [2023-09-01T06:04:19.890Z] [2023-09-01T06:04:19.890Z] #49 [core-metadata internal] load build context [2023-09-01T06:04:20.155Z] #49 ... [2023-09-01T06:04:20.155Z] [2023-09-01T06:04:20.155Z] #47 [core-command internal] load build context [2023-09-01T06:04:20.418Z] #47 ... [2023-09-01T06:04:20.418Z] [2023-09-01T06:04:20.418Z] #75 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-01T06:04:20.418Z] #75 DONE 1.0s [2023-09-01T06:04:20.418Z] [2023-09-01T06:04:20.418Z] #47 [core-command internal] load build context [2023-09-01T06:04:20.684Z] #47 ... [2023-09-01T06:04:20.684Z] [2023-09-01T06:04:20.684Z] #76 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-01T06:04:20.684Z] #76 DONE 1.1s [2023-09-01T06:04:20.949Z] [2023-09-01T06:04:20.949Z] #77 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-01T06:04:20.949Z] #77 ... [2023-09-01T06:04:20.949Z] [2023-09-01T06:04:20.949Z] #78 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-01T06:04:20.949Z] #78 DONE 1.3s [2023-09-01T06:04:21.218Z] [2023-09-01T06:04:21.219Z] #46 [core-common-config-bootstrapper internal] load build context [2023-09-01T06:04:21.219Z] #46 transferring context: 188.36MB 46.7s done [2023-09-01T06:04:21.219Z] #46 DONE 48.1s [2023-09-01T06:04:21.219Z] [2023-09-01T06:04:21.219Z] #47 [core-command internal] load build context [2023-09-01T06:04:21.487Z] #47 ... [2023-09-01T06:04:21.487Z] [2023-09-01T06:04:21.487Z] #79 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-01T06:04:21.487Z] #79 DONE 1.2s [2023-09-01T06:04:21.487Z] [2023-09-01T06:04:21.487Z] #47 [core-command internal] load build context [2023-09-01T06:04:21.751Z] #47 ... [2023-09-01T06:04:21.751Z] [2023-09-01T06:04:21.751Z] #77 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-01T06:04:21.751Z] #77 DONE 0.8s [2023-09-01T06:04:21.751Z] [2023-09-01T06:04:21.751Z] #47 [core-command internal] load build context [2023-09-01T06:04:22.029Z] #47 ... [2023-09-01T06:04:22.029Z] [2023-09-01T06:04:22.029Z] #80 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-01T06:04:22.029Z] #80 DONE 1.1s [2023-09-01T06:04:22.029Z] [2023-09-01T06:04:22.029Z] #47 [core-command internal] load build context [2023-09-01T06:04:23.098Z] #47 ... [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #81 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-01T06:04:23.098Z] #81 DONE 1.2s [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #47 [core-command internal] load build context [2023-09-01T06:04:23.098Z] #47 ... [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:04:23.098Z] #50 ... [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #82 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-01T06:04:23.098Z] #82 DONE 1.2s [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:04:23.098Z] #50 ... [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #51 [support-notifications internal] load build context [2023-09-01T06:04:23.098Z] #51 ... [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:04:23.098Z] #50 ... [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #83 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:04:23.098Z] #83 DONE 1.6s [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:04:23.098Z] #50 ... [2023-09-01T06:04:23.098Z] [2023-09-01T06:04:23.098Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:23.372Z] #32 ... [2023-09-01T06:04:23.372Z] [2023-09-01T06:04:23.372Z] #84 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:04:23.372Z] #84 ... [2023-09-01T06:04:23.372Z] [2023-09-01T06:04:23.372Z] #85 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-01T06:04:23.372Z] #85 DONE 1.3s [2023-09-01T06:04:23.662Z] [2023-09-01T06:04:23.662Z] #47 [core-command internal] load build context [2023-09-01T06:04:23.662Z] #47 ... [2023-09-01T06:04:23.662Z] [2023-09-01T06:04:23.662Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:23.662Z] #43 ... [2023-09-01T06:04:23.662Z] [2023-09-01T06:04:23.662Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:04:23.962Z] #44 ... [2023-09-01T06:04:23.962Z] [2023-09-01T06:04:23.962Z] #86 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-01T06:04:23.962Z] #86 DONE 0.9s [2023-09-01T06:04:23.962Z] [2023-09-01T06:04:23.962Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:04:23.962Z] #44 ... [2023-09-01T06:04:23.962Z] [2023-09-01T06:04:23.962Z] #41 [core-data internal] load build context [2023-09-01T06:04:23.962Z] #41 ... [2023-09-01T06:04:23.962Z] [2023-09-01T06:04:23.962Z] #45 [security-bootstrapper internal] load build context [2023-09-01T06:04:23.962Z] #45 transferring context: 188.36MB 50.8s done [2023-09-01T06:04:24.243Z] #45 ... [2023-09-01T06:04:24.243Z] [2023-09-01T06:04:24.243Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:04:24.243Z] #42 ... [2023-09-01T06:04:24.243Z] [2023-09-01T06:04:24.243Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:24.551Z] #43 ... [2023-09-01T06:04:24.551Z] [2023-09-01T06:04:24.551Z] #45 [security-bootstrapper internal] load build context [2023-09-01T06:04:24.551Z] #45 DONE 51.7s [2023-09-01T06:04:24.551Z] [2023-09-01T06:04:24.551Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:24.551Z] #43 ... [2023-09-01T06:04:24.551Z] [2023-09-01T06:04:24.551Z] #87 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-01T06:04:24.551Z] #87 DONE 1.5s [2023-09-01T06:04:24.551Z] [2023-09-01T06:04:24.551Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:24.551Z] #43 ... [2023-09-01T06:04:24.551Z] [2023-09-01T06:04:24.551Z] #88 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-01T06:04:24.551Z] #88 DONE 1.2s [2023-09-01T06:04:24.853Z] [2023-09-01T06:04:24.853Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:25.906Z] #43 ... [2023-09-01T06:04:25.906Z] [2023-09-01T06:04:25.906Z] #49 [core-metadata internal] load build context [2023-09-01T06:04:25.906Z] #49 transferring context: 188.36MB 51.7s done [2023-09-01T06:04:25.906Z] #49 DONE 52.6s [2023-09-01T06:04:25.906Z] [2023-09-01T06:04:25.906Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:26.186Z] #43 ... [2023-09-01T06:04:26.186Z] [2023-09-01T06:04:26.186Z] #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:04:26.186Z] #89 DONE 1.2s [2023-09-01T06:04:26.186Z] [2023-09-01T06:04:26.186Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:28.830Z] #43 ... [2023-09-01T06:04:28.830Z] [2023-09-01T06:04:28.830Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-01T06:04:28.830Z] #44 transferring context: 188.36MB 55.2s done [2023-09-01T06:04:28.830Z] #44 DONE 55.9s [2023-09-01T06:04:28.830Z] [2023-09-01T06:04:28.830Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:29.096Z] #43 ... [2023-09-01T06:04:29.096Z] [2023-09-01T06:04:29.096Z] #50 [security-proxy-auth internal] load build context [2023-09-01T06:04:29.096Z] #50 transferring context: 188.36MB 54.4s done [2023-09-01T06:04:29.096Z] #50 DONE 55.4s [2023-09-01T06:04:29.096Z] [2023-09-01T06:04:29.096Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:29.682Z] #43 ... [2023-09-01T06:04:29.682Z] [2023-09-01T06:04:29.682Z] #51 [support-notifications internal] load build context [2023-09-01T06:04:29.682Z] #51 transferring context: 188.36MB 55.3s done [2023-09-01T06:04:29.682Z] #51 DONE 56.0s [2023-09-01T06:04:29.682Z] [2023-09-01T06:04:29.682Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:29.682Z] #43 ... [2023-09-01T06:04:29.682Z] [2023-09-01T06:04:29.950Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:04:29.950Z] #90 DONE 1.2s [2023-09-01T06:04:29.950Z] [2023-09-01T06:04:29.950Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:30.532Z] #43 ... [2023-09-01T06:04:30.532Z] [2023-09-01T06:04:30.532Z] #91 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:04:30.532Z] #91 DONE 0.8s [2023-09-01T06:04:30.532Z] [2023-09-01T06:04:30.532Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:31.134Z] #43 ... [2023-09-01T06:04:31.134Z] [2023-09-01T06:04:31.134Z] #92 [security-spire-config] exporting to image [2023-09-01T06:04:31.134Z] #92 exporting layers 6.2s done [2023-09-01T06:04:31.134Z] #92 writing image sha256:297bf018bae4cb58bc5c4b285d996ebcf93afec1d39cc88d51875caaaba1aeb8 0.0s done [2023-09-01T06:04:31.134Z] #92 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2023-09-01T06:04:31.134Z] #92 writing image sha256:903952f952f49ed7c5413a8db28c1ad546b8678a43903cbf46696b90bcf752d5 0.0s done [2023-09-01T06:04:31.134Z] #92 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-09-01T06:04:31.134Z] #92 writing image sha256:2a5b02c045913316f322574315359906635b4d5707a35b136f48258cd90ef13a 0.1s done [2023-09-01T06:04:31.134Z] #92 naming to docker.io/library/security-spire-config-arm64 0.1s done [2023-09-01T06:04:31.134Z] #92 DONE 6.8s [2023-09-01T06:04:31.134Z] [2023-09-01T06:04:31.134Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:33.700Z] #43 ... [2023-09-01T06:04:33.700Z] [2023-09-01T06:04:33.700Z] #41 [core-data internal] load build context [2023-09-01T06:04:33.700Z] #41 transferring context: 188.36MB 61.1s done [2023-09-01T06:04:33.700Z] #41 DONE 61.4s [2023-09-01T06:04:33.700Z] [2023-09-01T06:04:33.700Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:33.700Z] #43 ... [2023-09-01T06:04:33.700Z] [2023-09-01T06:04:33.700Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:33.700Z] #32 ... [2023-09-01T06:04:33.700Z] [2023-09-01T06:04:33.700Z] #43 [support-scheduler internal] load build context [2023-09-01T06:04:33.700Z] #43 transferring context: 188.36MB 61.2s done [2023-09-01T06:04:33.700Z] #43 DONE 61.6s [2023-09-01T06:04:33.700Z] [2023-09-01T06:04:33.700Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:33.700Z] #32 ... [2023-09-01T06:04:33.700Z] [2023-09-01T06:04:33.700Z] #47 [core-command internal] load build context [2023-09-01T06:04:33.967Z] #47 ... [2023-09-01T06:04:33.967Z] [2023-09-01T06:04:33.967Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:34.232Z] #32 ... [2023-09-01T06:04:34.232Z] [2023-09-01T06:04:34.232Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:04:34.496Z] #42 ... [2023-09-01T06:04:34.496Z] [2023-09-01T06:04:34.496Z] #32 [security-proxy-setup internal] load build context [2023-09-01T06:04:34.496Z] #32 transferring context: 188.36MB 62.6s done [2023-09-01T06:04:34.762Z] #32 DONE 62.8s [2023-09-01T06:04:34.762Z] [2023-09-01T06:04:34.762Z] #47 [core-command internal] load build context [2023-09-01T06:04:35.344Z] #47 transferring context: 188.36MB 61.6s done [2023-09-01T06:04:35.344Z] #47 DONE 62.3s [2023-09-01T06:04:35.344Z] [2023-09-01T06:04:35.344Z] #42 [security-secretstore-setup internal] load build context [2023-09-01T06:04:35.921Z] #42 transferring context: 188.36MB 63.7s done [2023-09-01T06:04:35.921Z] #42 DONE 63.8s [2023-09-01T06:04:35.921Z] [2023-09-01T06:04:35.921Z] #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:04:36.202Z] #93 ... [2023-09-01T06:04:36.202Z] [2023-09-01T06:04:36.202Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:04:36.468Z] #94 ... [2023-09-01T06:04:36.468Z] [2023-09-01T06:04:36.468Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #95 ... [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #93 DONE 47.6s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #94 DONE 51.8s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #96 [support-notifications builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #96 ... [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #84 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #84 DONE 54.9s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #95 DONE 48.4s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #97 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #97 ... [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #98 [security-bootstrapper builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #98 DONE 3.1s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #96 [support-notifications builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #96 DONE 3.1s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #99 [security-proxy-auth builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #99 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #100 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #100 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #101 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:05:23.251Z] #101 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #102 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #102 DONE 3.1s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #103 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #103 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #104 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:05:23.251Z] #104 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #105 [core-command builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #105 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #106 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:05:23.251Z] #106 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #107 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #107 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #108 [core-metadata builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #108 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #109 [security-secretstore-setup builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #109 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #110 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:05:23.251Z] #110 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #111 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #111 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #97 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #97 DONE 3.1s [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #112 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:05:23.251Z] #112 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #113 [support-scheduler builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #113 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #114 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #115 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #116 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:05:23.251Z] #116 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #117 [core-data builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #117 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #118 [security-proxy-setup builder 6/7] COPY . . [2023-09-01T06:05:23.251Z] #118 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #119 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-01T06:05:23.251Z] #119 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #120 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-01T06:05:23.251Z] #120 CACHED [2023-09-01T06:05:23.251Z] [2023-09-01T06:05:23.251Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-01T06:05:26.612Z] #121 ... [2023-09-01T06:05:26.612Z] [2023-09-01T06:05:26.612Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:05:26.612Z] #0 4.914 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-09-01T06:05:26.878Z] #122 ... [2023-09-01T06:05:26.878Z] [2023-09-01T06:05:26.878Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-01T06:05:26.878Z] #121 5.506 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-09-01T06:05:32.209Z] #121 ... [2023-09-01T06:05:32.209Z] [2023-09-01T06:05:32.209Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-01T06:05:32.209Z] #0 5.117 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-09-01T06:05:32.209Z] #123 ... [2023-09-01T06:05:32.209Z] [2023-09-01T06:05:32.209Z] #124 [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-09-01T06:05:32.209Z] #0 4.965 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-09-01T06:05:32.209Z] #124 ... [2023-09-01T06:05:32.209Z] [2023-09-01T06:05:32.209Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:05:32.209Z] #0 5.384 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-09-01T06:05:32.209Z] #125 ... [2023-09-01T06:05:32.209Z] [2023-09-01T06:05:32.209Z] #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-01T06:05:32.209Z] #0 4.241 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-09-01T06:05:32.209Z] #126 ... [2023-09-01T06:05:32.209Z] [2023-09-01T06:05:32.209Z] #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-01T06:05:32.209Z] #0 4.129 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-09-01T06:05:32.209Z] #127 ... [2023-09-01T06:05:32.209Z] [2023-09-01T06:05:32.209Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:05:32.209Z] #0 4.447 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-09-01T06:05:32.209Z] #128 ... [2023-09-01T06:05:32.209Z] [2023-09-01T06:05:32.209Z] #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-01T06:05:32.209Z] #0 4.752 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-09-01T06:05:32.475Z] #129 ... [2023-09-01T06:05:32.475Z] [2023-09-01T06:05:32.475Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-01T06:05:32.475Z] #0 4.821 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-09-01T06:05:32.475Z] #130 ... [2023-09-01T06:05:32.475Z] [2023-09-01T06:05:32.475Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-01T06:05:32.475Z] #0 4.989 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-09-01T06:20:55.095Z] #131 ... [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #124 [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-09-01T06:20:55.095Z] #124 920.0 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-09-01T06:20:55.095Z] #124 ... [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-01T06:20:55.095Z] #126 DONE 927.4s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:20:55.095Z] #125 ... [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:20:55.095Z] #132 DONE 0.2s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:20:55.095Z] #133 DONE 0.2s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-01T06:20:55.095Z] #129 ... [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #134 [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-09-01T06:20:55.095Z] #134 DONE 0.1s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-01T06:20:55.095Z] #135 DONE 0.1s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-01T06:20:55.095Z] #130 ... [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-01T06:20:55.095Z] #136 DONE 0.3s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:20:55.095Z] #122 ... [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-01T06:20:55.095Z] #137 DONE 0.2s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T06:20:55.095Z] #138 DONE 2.4s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:20:55.095Z] #125 ... [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #92 [security-proxy-setup] exporting to image [2023-09-01T06:20:55.095Z] #92 exporting layers [2023-09-01T06:20:55.095Z] #92 exporting layers 1.1s done [2023-09-01T06:20:55.095Z] #92 writing image sha256:a0b870aa7d03037ca2ca0366a306cbdbfc624a6d966b8c9d6e4d73f4182c35c1 0.0s done [2023-09-01T06:20:55.095Z] #92 naming to docker.io/library/security-proxy-setup-arm64 done [2023-09-01T06:20:55.095Z] #92 DONE 8.0s [2023-09-01T06:20:55.095Z] [2023-09-01T06:20:55.095Z] #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-01T06:21:05.180Z] #127 ... [2023-09-01T06:21:05.180Z] [2023-09-01T06:21:05.180Z] #124 [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-09-01T06:21:05.180Z] #124 DONE 942.6s [2023-09-01T06:21:05.180Z] [2023-09-01T06:21:05.180Z] #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-01T06:21:05.180Z] #127 ... [2023-09-01T06:21:05.180Z] [2023-09-01T06:21:05.180Z] #139 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:21:05.180Z] #139 DONE 0.3s [2023-09-01T06:21:05.180Z] [2023-09-01T06:21:05.180Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:21:05.180Z] #122 ... [2023-09-01T06:21:05.180Z] [2023-09-01T06:21:05.180Z] #140 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:21:05.180Z] #140 DONE 0.2s [2023-09-01T06:21:05.180Z] [2023-09-01T06:21:05.180Z] #141 [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-09-01T06:21:05.180Z] #141 DONE 0.2s [2023-09-01T06:21:05.180Z] [2023-09-01T06:21:05.180Z] #142 [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-09-01T06:21:05.447Z] #142 DONE 0.2s [2023-09-01T06:21:05.447Z] [2023-09-01T06:21:05.447Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:21:05.447Z] #37 ... [2023-09-01T06:21:05.447Z] [2023-09-01T06:21:05.447Z] #143 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-01T06:21:05.713Z] #143 DONE 0.3s [2023-09-01T06:21:05.713Z] [2023-09-01T06:21:05.713Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-01T06:21:05.713Z] #121 ... [2023-09-01T06:21:05.713Z] [2023-09-01T06:21:05.713Z] #144 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-01T06:21:05.980Z] #144 DONE 0.3s [2023-09-01T06:21:05.980Z] [2023-09-01T06:21:05.980Z] #145 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-01T06:21:06.246Z] #145 DONE 0.4s [2023-09-01T06:21:06.246Z] [2023-09-01T06:21:06.246Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-01T06:21:06.516Z] #123 ... [2023-09-01T06:21:06.516Z] [2023-09-01T06:21:06.516Z] #146 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-01T06:21:06.516Z] #146 DONE 0.2s [2023-09-01T06:21:06.516Z] [2023-09-01T06:21:06.516Z] #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T06:21:07.923Z] #147 ... [2023-09-01T06:21:07.923Z] [2023-09-01T06:21:07.923Z] #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-01T06:21:07.923Z] #127 DONE 946.5s [2023-09-01T06:21:07.923Z] [2023-09-01T06:21:07.923Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:21:08.922Z] #122 ... [2023-09-01T06:21:08.923Z] [2023-09-01T06:21:08.923Z] #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-01T06:21:09.193Z] #148 DONE 0.2s [2023-09-01T06:21:09.193Z] [2023-09-01T06:21:09.193Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:21:09.193Z] #37 ... [2023-09-01T06:21:09.193Z] [2023-09-01T06:21:09.193Z] #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-01T06:21:09.779Z] #149 ... [2023-09-01T06:21:09.779Z] [2023-09-01T06:21:09.779Z] #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T06:21:09.779Z] #147 DONE 3.1s [2023-09-01T06:21:09.779Z] [2023-09-01T06:21:09.779Z] #92 [security-secretstore-setup] exporting to image [2023-09-01T06:21:09.779Z] #92 exporting layers [2023-09-01T06:21:11.190Z] #92 exporting layers 1.6s done [2023-09-01T06:21:11.459Z] #92 writing image sha256:2b3d163bad67d3eb712ad4e7d7d047d71e793fbb26739058a37c6ba7d1a67dd7 done [2023-09-01T06:21:11.459Z] #92 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-09-01T06:21:11.459Z] #92 DONE 9.6s [2023-09-01T06:21:11.459Z] [2023-09-01T06:21:11.459Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-01T06:21:12.047Z] #131 ... [2023-09-01T06:21:12.047Z] [2023-09-01T06:21:12.047Z] #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-01T06:21:12.047Z] #149 DONE 2.8s [2023-09-01T06:21:12.047Z] [2023-09-01T06:21:12.047Z] #150 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:21:12.317Z] #150 DONE 0.4s [2023-09-01T06:21:12.317Z] [2023-09-01T06:21:12.317Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-01T06:21:12.317Z] #130 ... [2023-09-01T06:21:12.317Z] [2023-09-01T06:21:12.317Z] #151 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:21:12.584Z] #151 DONE 0.1s [2023-09-01T06:21:12.584Z] [2023-09-01T06:21:12.584Z] #152 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-01T06:21:12.584Z] #152 DONE 0.3s [2023-09-01T06:21:12.584Z] [2023-09-01T06:21:12.584Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:21:12.854Z] #125 ... [2023-09-01T06:21:12.854Z] [2023-09-01T06:21:12.854Z] #153 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-01T06:21:12.854Z] #153 DONE 0.2s [2023-09-01T06:21:12.854Z] [2023-09-01T06:21:12.854Z] #154 [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-09-01T06:21:13.127Z] #154 DONE 0.2s [2023-09-01T06:21:13.127Z] [2023-09-01T06:21:13.127Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:21:13.398Z] #125 ... [2023-09-01T06:21:13.398Z] [2023-09-01T06:21:13.398Z] #155 [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-09-01T06:21:13.398Z] #155 DONE 0.2s [2023-09-01T06:21:13.398Z] [2023-09-01T06:21:13.398Z] #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-01T06:21:13.668Z] #156 DONE 0.3s [2023-09-01T06:21:13.668Z] [2023-09-01T06:21:13.668Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:21:13.668Z] #125 ... [2023-09-01T06:21:13.668Z] [2023-09-01T06:21:13.668Z] #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-01T06:21:13.939Z] #157 DONE 0.2s [2023-09-01T06:21:13.939Z] [2023-09-01T06:21:13.939Z] #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-01T06:21:15.895Z] #158 DONE 2.1s [2023-09-01T06:21:15.895Z] [2023-09-01T06:21:15.895Z] #92 [security-bootstrapper] exporting to image [2023-09-01T06:21:16.860Z] #92 exporting layers 0.8s done [2023-09-01T06:21:16.860Z] #92 writing image sha256:87685925932c5cf477192b11413b265ab957a1032174013ecd424ef3b6a801e4 done [2023-09-01T06:21:16.860Z] #92 naming to docker.io/library/security-bootstrapper-arm64 done [2023-09-01T06:21:16.860Z] #92 DONE 10.5s [2023-09-01T06:21:16.860Z] [2023-09-01T06:21:16.860Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:21:25.088Z] #128 ... [2023-09-01T06:21:25.088Z] [2023-09-01T06:21:25.088Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-01T06:21:25.088Z] #130 DONE 963.3s [2023-09-01T06:21:25.088Z] [2023-09-01T06:21:25.088Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:21:25.361Z] #37 ... [2023-09-01T06:21:25.361Z] [2023-09-01T06:21:25.361Z] #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:21:25.361Z] #159 DONE 0.2s [2023-09-01T06:21:25.361Z] [2023-09-01T06:21:25.361Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:21:25.664Z] #125 ... [2023-09-01T06:21:25.664Z] [2023-09-01T06:21:25.664Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:21:25.664Z] #160 DONE 0.1s [2023-09-01T06:21:25.664Z] [2023-09-01T06:21:25.664Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-01T06:21:25.936Z] #161 DONE 0.3s [2023-09-01T06:21:25.936Z] [2023-09-01T06:21:25.936Z] #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-01T06:21:26.206Z] #162 DONE 0.1s [2023-09-01T06:21:26.206Z] [2023-09-01T06:21:26.206Z] #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-01T06:21:26.206Z] #163 DONE 0.1s [2023-09-01T06:21:26.206Z] [2023-09-01T06:21:26.206Z] #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T06:21:28.811Z] #164 DONE 2.1s [2023-09-01T06:21:28.811Z] [2023-09-01T06:21:28.811Z] #92 [security-proxy-auth] exporting to image [2023-09-01T06:21:28.811Z] #92 exporting layers [2023-09-01T06:21:29.079Z] #92 exporting layers 0.6s done [2023-09-01T06:21:29.079Z] #92 writing image sha256:e9ac0f6dd9d4fe629b568866ce9907e6457b8a848e06a4ec0d7c7b9a74bf284c done [2023-09-01T06:21:29.079Z] #92 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2023-09-01T06:21:29.079Z] #92 DONE 11.1s [2023-09-01T06:21:29.079Z] [2023-09-01T06:21:29.079Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:21:44.375Z] #128 ... [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-01T06:21:44.375Z] #131 DONE 981.0s [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:21:44.375Z] #122 ... [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:21:44.375Z] #165 DONE 0.3s [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-01T06:21:44.375Z] #129 ... [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:21:44.375Z] #166 DONE 0.2s [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-01T06:21:44.375Z] #123 ... [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-01T06:21:44.375Z] #167 DONE 0.3s [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #168 [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-09-01T06:21:44.375Z] #168 DONE 0.1s [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-01T06:21:44.375Z] #129 ... [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-01T06:21:44.375Z] #169 DONE 0.1s [2023-09-01T06:21:44.375Z] [2023-09-01T06:21:44.375Z] #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-01T06:21:46.331Z] #170 DONE 2.0s [2023-09-01T06:21:46.331Z] [2023-09-01T06:21:46.331Z] #92 [core-common-config-bootstrapper] exporting to image [2023-09-01T06:21:46.331Z] #92 exporting layers [2023-09-01T06:21:46.828Z] #92 exporting layers 0.6s done [2023-09-01T06:21:46.828Z] #92 writing image sha256:b85129d30854365fee11b25cd0f4781427e8988b398f19fa3f9bf3490034b0c4 done [2023-09-01T06:21:46.828Z] #92 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-09-01T06:21:46.828Z] #92 DONE 11.7s [2023-09-01T06:21:46.828Z] [2023-09-01T06:21:46.828Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:22:25.876Z] #122 ... [2023-09-01T06:22:25.876Z] [2023-09-01T06:22:25.876Z] #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-01T06:22:25.876Z] #129 DONE 1024.1s [2023-09-01T06:22:25.876Z] [2023-09-01T06:22:25.876Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:22:25.876Z] #122 ... [2023-09-01T06:22:25.876Z] [2023-09-01T06:22:25.876Z] #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:22:26.147Z] #171 DONE 0.4s [2023-09-01T06:22:26.147Z] [2023-09-01T06:22:26.147Z] #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:22:26.427Z] #172 DONE 0.2s [2023-09-01T06:22:26.427Z] [2023-09-01T06:22:26.427Z] #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-01T06:22:26.699Z] #173 DONE 0.4s [2023-09-01T06:22:26.699Z] [2023-09-01T06:22:26.699Z] #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-01T06:22:26.699Z] #31 ... [2023-09-01T06:22:26.699Z] [2023-09-01T06:22:26.699Z] #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-01T06:22:26.699Z] #174 DONE 0.1s [2023-09-01T06:22:26.970Z] [2023-09-01T06:22:26.970Z] #92 [core-command] exporting to image [2023-09-01T06:22:26.970Z] #92 exporting layers [2023-09-01T06:22:27.240Z] #92 exporting layers 0.4s done [2023-09-01T06:22:27.240Z] #92 writing image sha256:13388d84b2631561be44fc27ff97c03f001c67e6f52f68eed3f1d6842eb04f47 done [2023-09-01T06:22:27.240Z] #92 naming to docker.io/library/core-command-arm64 done [2023-09-01T06:22:27.240Z] #92 DONE 12.1s [2023-09-01T06:22:27.240Z] [2023-09-01T06:22:27.240Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-01T06:22:37.330Z] #122 DONE 1036.1s [2023-09-01T06:22:37.330Z] [2023-09-01T06:22:37.330Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:22:38.294Z] #125 ... [2023-09-01T06:22:38.294Z] [2023-09-01T06:22:38.294Z] #175 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:22:38.294Z] #175 DONE 0.2s [2023-09-01T06:22:38.294Z] [2023-09-01T06:22:38.294Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:22:38.294Z] #128 ... [2023-09-01T06:22:38.294Z] [2023-09-01T06:22:38.294Z] #176 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:22:38.597Z] #176 DONE 0.2s [2023-09-01T06:22:38.597Z] [2023-09-01T06:22:38.597Z] #177 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-01T06:22:38.873Z] #177 DONE 0.4s [2023-09-01T06:22:38.873Z] [2023-09-01T06:22:38.873Z] #178 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-01T06:22:39.140Z] #178 DONE 0.2s [2023-09-01T06:22:39.140Z] [2023-09-01T06:22:39.140Z] #92 [core-data] exporting to image [2023-09-01T06:22:39.140Z] #92 exporting layers [2023-09-01T06:22:39.405Z] #92 exporting layers 0.5s done [2023-09-01T06:22:39.405Z] #92 writing image sha256:b1846c082cb8720fdabe7dc24551fa194f4b4b8c0d6ce681a7fe31d9e749f107 0.0s done [2023-09-01T06:22:39.405Z] #92 naming to docker.io/library/core-data-arm64 0.0s done [2023-09-01T06:22:39.405Z] #92 DONE 12.6s [2023-09-01T06:22:39.405Z] [2023-09-01T06:22:39.405Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:22:40.816Z] #128 ... [2023-09-01T06:22:40.816Z] [2023-09-01T06:22:40.816Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-01T06:22:40.816Z] #125 DONE 1039.5s [2023-09-01T06:22:41.091Z] [2023-09-01T06:22:41.091Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:22:41.362Z] #37 ... [2023-09-01T06:22:41.362Z] [2023-09-01T06:22:41.362Z] #179 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:22:41.362Z] #179 DONE 0.2s [2023-09-01T06:22:41.362Z] [2023-09-01T06:22:41.362Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-01T06:22:41.639Z] #121 ... [2023-09-01T06:22:41.639Z] [2023-09-01T06:22:41.639Z] #180 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:22:41.907Z] #180 DONE 0.2s [2023-09-01T06:22:41.907Z] [2023-09-01T06:22:41.907Z] #181 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-01T06:22:42.173Z] #181 DONE 0.4s [2023-09-01T06:22:42.173Z] [2023-09-01T06:22:42.173Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:22:42.173Z] #128 ... [2023-09-01T06:22:42.173Z] [2023-09-01T06:22:42.173Z] #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-01T06:22:42.173Z] #182 DONE 0.1s [2023-09-01T06:22:42.439Z] [2023-09-01T06:22:42.439Z] #183 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-01T06:22:42.439Z] #183 DONE 0.1s [2023-09-01T06:22:42.439Z] [2023-09-01T06:22:42.439Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:22:42.705Z] #128 ... [2023-09-01T06:22:42.705Z] [2023-09-01T06:22:42.705Z] #92 [core-metadata] exporting to image [2023-09-01T06:22:42.970Z] #92 exporting layers 0.3s done [2023-09-01T06:22:42.970Z] #92 writing image sha256:d91f6061dc0ca7640a867c89375556acd2bbb0e67f385ed1e1152ef5c8a3b326 done [2023-09-01T06:22:42.970Z] #92 naming to docker.io/library/core-metadata-arm64 done [2023-09-01T06:22:42.970Z] #92 DONE 12.9s [2023-09-01T06:22:42.970Z] [2023-09-01T06:22:42.970Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-01T06:23:15.176Z] #37 ... [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-01T06:23:15.176Z] #121 DONE 1068.9s [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:23:15.176Z] #128 ... [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:23:15.176Z] #184 DONE 0.2s [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:23:15.176Z] #185 DONE 0.3s [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-01T06:23:15.176Z] #186 DONE 0.3s [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #187 [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-09-01T06:23:15.176Z] #187 DONE 0.1s [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #92 [security-spiffe-token-provider] exporting to image [2023-09-01T06:23:15.176Z] #92 exporting layers [2023-09-01T06:23:15.176Z] #92 exporting layers 0.5s done [2023-09-01T06:23:15.176Z] #92 writing image sha256:96600c579f3e5c6e5985b6b90ffdc97c721a3d44fb8200bbdcd87b6a7048f64d done [2023-09-01T06:23:15.176Z] #92 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-09-01T06:23:15.176Z] #92 DONE 13.4s [2023-09-01T06:23:15.176Z] [2023-09-01T06:23:15.176Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-01T06:23:41.871Z] #128 DONE 1100.4s [2023-09-01T06:23:41.871Z] [2023-09-01T06:23:41.871Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-01T06:23:41.871Z] #48 ... [2023-09-01T06:23:41.871Z] [2023-09-01T06:23:41.871Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-01T06:23:41.871Z] #123 DONE 1100.4s [2023-09-01T06:23:41.871Z] [2023-09-01T06:23:41.871Z] #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:23:42.140Z] #188 DONE 0.3s [2023-09-01T06:23:42.140Z] [2023-09-01T06:23:42.140Z] #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:23:42.408Z] #189 DONE 0.2s [2023-09-01T06:23:42.408Z] [2023-09-01T06:23:42.408Z] #190 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-01T06:23:42.408Z] #190 DONE 0.1s [2023-09-01T06:23:42.408Z] [2023-09-01T06:23:42.408Z] #191 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-01T06:23:42.675Z] #191 ... [2023-09-01T06:23:42.676Z] [2023-09-01T06:23:42.676Z] #192 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-01T06:23:42.676Z] #192 DONE 0.2s [2023-09-01T06:23:42.943Z] [2023-09-01T06:23:42.943Z] #191 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-01T06:23:42.943Z] #191 DONE 0.4s [2023-09-01T06:23:42.943Z] [2023-09-01T06:23:42.943Z] #193 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-01T06:23:42.943Z] #193 DONE 0.3s [2023-09-01T06:23:42.943Z] [2023-09-01T06:23:42.943Z] #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-01T06:23:43.212Z] #194 DONE 0.4s [2023-09-01T06:23:43.212Z] [2023-09-01T06:23:43.212Z] #92 [support-scheduler] exporting to image [2023-09-01T06:23:43.212Z] #92 exporting layers [2023-09-01T06:23:43.212Z] #92 ... [2023-09-01T06:23:43.212Z] [2023-09-01T06:23:43.212Z] #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-01T06:23:43.212Z] #195 DONE 0.2s [2023-09-01T06:23:43.212Z] [2023-09-01T06:23:43.212Z] #92 [support-notifications] exporting to image [2023-09-01T06:23:43.480Z] #92 exporting layers 0.4s done [2023-09-01T06:23:43.480Z] #92 writing image sha256:f5bf280a15393913afdd006c83f6c0e1ac13bd6bf2e395603b08dc2b83ba749c 0.0s done [2023-09-01T06:23:43.480Z] #92 naming to docker.io/library/support-scheduler-arm64 [2023-09-01T06:23:43.480Z] #92 exporting layers 0.3s done [2023-09-01T06:23:43.480Z] #92 naming to docker.io/library/support-scheduler-arm64 done [2023-09-01T06:23:43.480Z] #92 writing image sha256:f9560141e34f339de29986d7d0a8c7ba2ba519dd22503ebc38c4fa84142279e1 done [2023-09-01T06:23:43.480Z] #92 naming to docker.io/library/support-notifications-arm64 done [2023-09-01T06:23:43.480Z] #92 DONE 13.9s [2023-09-01T06:23:43.480Z] [2023-09-01T06:23:43.480Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-01T06:23:43.480Z] time="2023-09-01T06:03:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-01T06:23:43.515Z] $ docker stop --time=1 8540c3f6287f392a8ae3e2d797a56c810684e4d538684fd7bbae3690bcc0ff7f [2023-09-01T06:23:45.167Z] $ docker rm -f --volumes 8540c3f6287f392a8ae3e2d797a56c810684e4d538684fd7bbae3690bcc0ff7f [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-01T06:23:45.729Z] + docker images [2023-09-01T06:23:45.729Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-01T06:23:45.729Z] support-notifications-arm64 latest f9560141e34f 2 seconds ago 33.7MB [2023-09-01T06:23:45.729Z] support-scheduler-arm64 latest f5bf280a1539 3 seconds ago 33MB [2023-09-01T06:23:45.729Z] security-spiffe-token-provider-arm64 latest 96600c579f3e 34 seconds ago 33.3MB [2023-09-01T06:23:45.729Z] core-metadata-arm64 latest d91f6061dc0c About a minute ago 21.2MB [2023-09-01T06:23:45.729Z] core-data-arm64 latest b1846c082cb8 About a minute ago 21MB [2023-09-01T06:23:45.729Z] core-command-arm64 latest 13388d84b263 About a minute ago 20.8MB [2023-09-01T06:23:45.729Z] core-common-config-bootstrapper-arm64 latest b85129d30854 2 minutes ago 18MB [2023-09-01T06:23:45.729Z] security-proxy-auth-arm64 latest e9ac0f6dd9d4 2 minutes ago 19.3MB [2023-09-01T06:23:45.729Z] security-bootstrapper-arm64 latest 87685925932c 2 minutes ago 22.6MB [2023-09-01T06:23:45.729Z] security-secretstore-setup-arm64 latest 2b3d163bad67 2 minutes ago 43MB [2023-09-01T06:23:45.729Z] security-proxy-setup-arm64 latest a0b870aa7d03 2 minutes ago 28.8MB [2023-09-01T06:23:45.729Z] security-spire-server-arm64 latest 903952f952f4 19 minutes ago 97.1MB [2023-09-01T06:23:45.729Z] security-spire-config-arm64 latest 2a5b02c04591 19 minutes ago 96.2MB [2023-09-01T06:23:45.729Z] security-spire-agent-arm64 latest 297bf018bae4 19 minutes ago 153MB [2023-09-01T06:23:45.729Z] ci-base-image-arm64 latest f3f31bcf4783 32 minutes ago 1.05GB [2023-09-01T06:23:45.729Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 7 weeks ago 677MB [2023-09-01T06:23:45.729Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 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-09-01T06:23:46.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-01T06:23:46.567Z] [2023-09-01T06:23:46.567Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T06:23:46.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-01T06:23:47.230Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-01T06:23:47.230Z] 8998bd30e6a1: Pulling fs layer [2023-09-01T06:23:47.230Z] 04944245beec: Pulling fs layer [2023-09-01T06:23:47.230Z] 699f458cf7ca: Pulling fs layer [2023-09-01T06:23:47.230Z] 765212b225bb: Pulling fs layer [2023-09-01T06:23:47.230Z] f23df028b6ca: Pulling fs layer [2023-09-01T06:23:47.230Z] d65c8cfc05b1: Pulling fs layer [2023-09-01T06:23:47.230Z] 2437ff75d9bd: Pulling fs layer [2023-09-01T06:23:47.230Z] 765212b225bb: Waiting [2023-09-01T06:23:47.230Z] f23df028b6ca: Waiting [2023-09-01T06:23:47.230Z] d65c8cfc05b1: Waiting [2023-09-01T06:23:47.230Z] 2437ff75d9bd: Waiting [2023-09-01T06:23:47.230Z] 04944245beec: Verifying Checksum [2023-09-01T06:23:47.230Z] 04944245beec: Download complete [2023-09-01T06:23:47.230Z] 765212b225bb: Verifying Checksum [2023-09-01T06:23:47.230Z] 765212b225bb: Download complete [2023-09-01T06:23:47.230Z] f23df028b6ca: Verifying Checksum [2023-09-01T06:23:47.230Z] f23df028b6ca: Download complete [2023-09-01T06:23:47.230Z] d65c8cfc05b1: Verifying Checksum [2023-09-01T06:23:47.230Z] d65c8cfc05b1: Download complete [2023-09-01T06:23:47.498Z] 699f458cf7ca: Verifying Checksum [2023-09-01T06:23:47.498Z] 699f458cf7ca: Download complete [2023-09-01T06:23:47.764Z] 8998bd30e6a1: Verifying Checksum [2023-09-01T06:23:47.764Z] 8998bd30e6a1: Download complete [2023-09-01T06:23:50.336Z] 2437ff75d9bd: Verifying Checksum [2023-09-01T06:23:50.336Z] 2437ff75d9bd: Download complete [2023-09-01T06:23:51.740Z] 8998bd30e6a1: Pull complete [2023-09-01T06:23:56.040Z] 04944245beec: Pull complete [2023-09-01T06:23:57.057Z] 699f458cf7ca: Pull complete [2023-09-01T06:23:57.323Z] 765212b225bb: Pull complete [2023-09-01T06:23:57.907Z] f23df028b6ca: Pull complete [2023-09-01T06:23:58.174Z] d65c8cfc05b1: Pull complete [2023-09-01T06:24:13.155Z] 2437ff75d9bd: Pull complete [2023-09-01T06:24:13.155Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-01T06:24:13.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-01T06:24:13.155Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T06:24:13.480Z] prd-ubuntu20.04-docker-arm64-4c-16g-5096 does not seem to be running inside a container [2023-09-01T06:24:13.539Z] $ 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-09-01T06:24:16.640Z] $ docker top 2977ce8c2372db86a8439b1550df782c3b32949313ac22a8ed319483f4e412d6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:17.550Z] ---> job-cost.sh [2023-09-01T06:24:17.550Z] lf-activate-venv: SKIPPING [2023-09-01T06:24:17.550Z] INFO: No Stack... [2023-09-01T06:24:17.817Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-01T06:24:18.798Z] INFO: Archiving Costs [Pipeline] sh [2023-09-01T06:24:19.142Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-09-01T06:24:19.142Z] + cut -d, -f6 [Pipeline] lock [2023-09-01T06:24:19.463Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] [2023-09-01T06:24:19.468Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] did not exist. Created. [2023-09-01T06:24:19.468Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-01T06:24:20.208Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-01T06:24:20.432Z] Stashed 1 file(s) [Pipeline] } [2023-09-01T06:24:20.447Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4668-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-01T06:24:20.518Z] $ docker stop --time=1 2977ce8c2372db86a8439b1550df782c3b32949313ac22a8ed319483f4e412d6 [2023-09-01T06:24:23.096Z] $ docker rm -f --volumes 2977ce8c2372db86a8439b1550df782c3b32949313ac22a8ed319483f4e412d6 [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-09-01T06:24:24.146Z] provisioning config files... [2023-09-01T06:24:24.155Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config15447269766985284068tmp [Pipeline] { [Pipeline] sh [2023-09-01T06:24:24.502Z] + set +x [2023-09-01T06:24:24.502Z] + curl -s https://codecov.io/bash [2023-09-01T06:24:24.502Z] + bash -s -- [2023-09-01T06:24:24.763Z] [2023-09-01T06:24:24.763Z] _____ _ [2023-09-01T06:24:24.763Z] / ____| | | [2023-09-01T06:24:24.763Z] | | ___ __| | ___ ___ _____ __ [2023-09-01T06:24:24.763Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-01T06:24:24.763Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-01T06:24:24.763Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-01T06:24:24.763Z] Bash-1.0.6 [2023-09-01T06:24:24.763Z] [2023-09-01T06:24:24.763Z] [2023-09-01T06:24:24.763Z] ==> git version 2.25.1 found [2023-09-01T06:24:24.763Z] ==> 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-09-01T06:24:24.763Z] Release-Date: 2020-01-08 [2023-09-01T06:24:24.763Z] 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-09-01T06:24:24.763Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-01T06:24:24.763Z] ==> Jenkins CI detected. [2023-09-01T06:24:24.763Z] current dir:  /w/workspace/edgex-go/1 [2023-09-01T06:24:24.763Z] project root: . [2023-09-01T06:24:24.763Z] --> token set from env [2023-09-01T06:24:24.763Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-01T06:24:24.763Z] ==> Running gcov in . (disable via -X gcov) [2023-09-01T06:24:24.763Z] ==> Python coveragepy not found [2023-09-01T06:24:24.763Z] ==> Searching for coverage reports in: [2023-09-01T06:24:24.763Z] + . [2023-09-01T06:24:24.763Z] -> Found 1 reports [2023-09-01T06:24:24.763Z] ==> Detecting git/mercurial file structure [2023-09-01T06:24:24.763Z] ==> Reading reports [2023-09-01T06:24:24.763Z] + ./coverage.out bytes=449348 [2023-09-01T06:24:24.763Z] ==> Appending adjustments [2023-09-01T06:24:24.763Z] https://docs.codecov.io/docs/fixing-reports [2023-09-01T06:24:26.141Z] + Found adjustments [2023-09-01T06:24:26.141Z] ==> Gzipping contents [2023-09-01T06:24:26.141Z] 60K /tmp/codecov.OVI4Sp.gz [2023-09-01T06:24:26.141Z] ==> Uploading reports [2023-09-01T06:24:26.141Z] url: https://codecov.io [2023-09-01T06:24:26.141Z] query: branch=PR-4668&commit=3d4a8d3ab80d596f721284b587eda2e16295cdda&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4668%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4668&job=&cmd_args= [2023-09-01T06:24:26.141Z] -> Pinging Codecov [2023-09-01T06:24:26.141Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4668&commit=3d4a8d3ab80d596f721284b587eda2e16295cdda&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4668%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4668&job=&cmd_args= [2023-09-01T06:24:26.141Z] -> Uploading to [2023-09-01T06:24:26.141Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-01/00271124DB129430A58F1EEE437C3FCB/3d4a8d3ab80d596f721284b587eda2e16295cdda/48b7d3bc-4561-4906-837f-e4b109437bba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230901%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230901T062425Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7ece716100ab930cf66a4fa6204fa9a7e953ba86d5f4ea7dd27235d0c02d2dc1 [2023-09-01T06:24:26.141Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-01T06:24:26.141Z] Dload Upload Total Spent Left Speed [2023-09-01T06:24:26.401Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57677 0 0 100 57677 0 263k --:--:-- --:--:-- --:--:-- 263k [2023-09-01T06:24:26.401Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3d4a8d3ab80d596f721284b587eda2e16295cdda [Pipeline] } [2023-09-01T06:24:26.430Z] 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-09-01T06:24:27.838Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:28.167Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:29.062Z] ---> package-listing.sh [2023-09-01T06:24:29.062Z] ++ facter osfamily [2023-09-01T06:24:29.062Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-01T06:24:29.320Z] + OS_FAMILY=debian [2023-09-01T06:24:29.320Z] + workspace=/w/workspace/edgex-go/1 [2023-09-01T06:24:29.320Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-01T06:24:29.320Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-01T06:24:29.320Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-01T06:24:29.320Z] + PACKAGES=/tmp/packages_start.txt [2023-09-01T06:24:29.320Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-01T06:24:29.320Z] + PACKAGES=/tmp/packages_end.txt [2023-09-01T06:24:29.320Z] + case "${OS_FAMILY}" in [2023-09-01T06:24:29.320Z] + dpkg -l [2023-09-01T06:24:29.321Z] + grep '^ii' [2023-09-01T06:24:29.321Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-01T06:24:29.321Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-01T06:24:29.321Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-01T06:24:29.321Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-01T06:24:29.321Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-09-01T06:24:29.321Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-09-01T06:24:29.354Z] 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-09-01T06:24:29.664Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T06:24:30.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-01T06:24:30.041Z] [2023-09-01T06:24:30.041Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-01T06:24:30.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-01T06:24:30.415Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-01T06:24:30.415Z] 5eb5b503b376: Pulling fs layer [2023-09-01T06:24:30.415Z] 5c69ac0246d0: Pulling fs layer [2023-09-01T06:24:30.415Z] ec43610c2a17: Pulling fs layer [2023-09-01T06:24:30.416Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-01T06:24:30.416Z] 33b1e0a273af: Pulling fs layer [2023-09-01T06:24:30.416Z] 5d3b04190fa2: Pulling fs layer [2023-09-01T06:24:30.416Z] 3a2ae6a8a46f: Waiting [2023-09-01T06:24:30.416Z] 33b1e0a273af: Waiting [2023-09-01T06:24:30.416Z] 2f39f015ded8: Pulling fs layer [2023-09-01T06:24:30.416Z] 2f39f015ded8: Waiting [2023-09-01T06:24:30.416Z] 5d3b04190fa2: Waiting [2023-09-01T06:24:30.416Z] 5c69ac0246d0: Verifying Checksum [2023-09-01T06:24:30.416Z] 5c69ac0246d0: Download complete [2023-09-01T06:24:30.416Z] 3a2ae6a8a46f: Download complete [2023-09-01T06:24:30.416Z] 33b1e0a273af: Verifying Checksum [2023-09-01T06:24:30.416Z] 33b1e0a273af: Download complete [2023-09-01T06:24:30.416Z] 5d3b04190fa2: Download complete [2023-09-01T06:24:30.416Z] ec43610c2a17: Verifying Checksum [2023-09-01T06:24:30.416Z] ec43610c2a17: Download complete [2023-09-01T06:24:30.675Z] 5eb5b503b376: Verifying Checksum [2023-09-01T06:24:30.676Z] 5eb5b503b376: Download complete [2023-09-01T06:24:31.242Z] 2f39f015ded8: Verifying Checksum [2023-09-01T06:24:31.242Z] 2f39f015ded8: Download complete [2023-09-01T06:24:31.808Z] 5eb5b503b376: Pull complete [2023-09-01T06:24:32.067Z] 5c69ac0246d0: Pull complete [2023-09-01T06:24:32.327Z] ec43610c2a17: Pull complete [2023-09-01T06:24:32.587Z] 3a2ae6a8a46f: Pull complete [2023-09-01T06:24:32.845Z] 33b1e0a273af: Pull complete [2023-09-01T06:24:32.845Z] 5d3b04190fa2: Pull complete [2023-09-01T06:24:38.112Z] 2f39f015ded8: Pull complete [2023-09-01T06:24:38.112Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-01T06:24:38.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-01T06:24:38.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-01T06:24:38.328Z] prd-ubuntu20.04-docker-8c-8g-5095 does not seem to be running inside a container [2023-09-01T06:24:38.365Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-01T06:24:42.747Z] $ docker top 91d8e42c816c2cc7a22a66f359618f53c647536d0d500739c108cd9db45b3c6f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-01T06:24:43.119Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-01T06:24:43.427Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-01T06:24:43.738Z] + ls /var/log/sa-host [2023-09-01T06:24:43.738Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-01T06:24:43.950Z] provisioning config files... [2023-09-01T06:24:43.959Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13419248158266834137tmp [Pipeline] { [Pipeline] echo [2023-09-01T06:24:44.007Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:44.317Z] ---> create-netrc.sh [Pipeline] } [2023-09-01T06:24:44.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:44.724Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-01T06:24:44.757Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:45.065Z] ---> sudo-logs.sh [2023-09-01T06:24:45.065Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-01T06:24:45.149Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:45.457Z] ---> job-cost.sh [2023-09-01T06:24:45.457Z] lf-activate-venv: SKIPPING [2023-09-01T06:24:45.457Z] DEBUG: total: 0.10999999940395355 [2023-09-01T06:24:45.457Z] INFO: Retrieving Stack Cost... [2023-09-01T06:24:45.715Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-01T06:24:46.281Z] INFO: Archiving Costs [Pipeline] echo [2023-09-01T06:24:46.318Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-01T06:24:46.633Z] ---> logs-deploy.sh [2023-09-01T06:24:46.633Z] lf-activate-venv: SKIPPING [2023-09-01T06:24:46.633Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4668/1 [2023-09-01T06:24:46.633Z] INFO: archiving workspace using pattern(s): [2023-09-01T06:24:47.570Z] Archives upload complete. [2023-09-01T06:24:47.570Z] INFO: archiving logs to Nexus