Pull request #4645 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f611f6bb8388efb3bc54068293a76baca00360ff+01413ae1877f0c916545fb120e4f5d3889c994d8 (fe7fa83736d88e8e6ee463f9492eb1715cd0c77c) 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-ssh16662029260534202193.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-ssh10023512847822504645.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-4645/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-4645/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3957652391325975875.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-4645/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15027363096203397699.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-ssh7374977748834275033.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-4645/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-4645/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8534111400250943705.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4289 in /w/workspace/edgexfoundry_edgex-go_PR-4645 [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 Merging remotes/origin/main commit 01413ae1877f0c916545fb120e4f5d3889c994d8 into PR head commit f611f6bb8388efb3bc54068293a76baca00360ff Merge succeeded, producing f611f6bb8388efb3bc54068293a76baca00360ff Checking out Revision f611f6bb8388efb3bc54068293a76baca00360ff (PR-4645) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 > 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/4645/head:refs/remotes/origin/PR-4645 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # 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 01413ae1877f0c916545fb120e4f5d3889c994d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-22T19:26:35.902Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-22T19:26:36.064Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-22T19:26:36.159Z] ========================================================= [2023-08-22T19:26:36.159Z] EdgeX Global Pipelines Version Info [2023-08-22T19:26:36.159Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-22T19:26:36.911Z] ------------------- [2023-08-22T19:26:36.911Z] stable info: [2023-08-22T19:26:36.911Z] ------------------- [2023-08-22T19:26:36.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-22T19:26:36.911Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-22T19:26:36.911Z] Message: update stable to v1.0.253 [2023-08-22T19:26:37.483Z] ------------------- [2023-08-22T19:26:37.483Z] experimental info: [2023-08-22T19:26:37.483Z] ------------------- [2023-08-22T19:26:37.483Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-22T19:26:37.483Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-22T19:26:37.483Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-22T19:26:37.790Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-08-22T19:26:37.832Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-08-22T19:26:37.873Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-22T19:26:37.915Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-22T19:26:37.953Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-22T19:26:37.989Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-22T19:26:38.034Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-22T19:26:38.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-08-22T19:26:38.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-08-22T19:26:38.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-08-22T19:26:38.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-22T19:26:38.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-22T19:26:38.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-22T19:26:38.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-22T19:26:38.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-22T19:26:38.398Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-22T19:26:38.441Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-22T19:26:38.481Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-22T19:26:38.522Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-08-22T19:26:38.565Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-08-22T19:26:38.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-22T19:26:38.649Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-22T19:26:38.691Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-22T19:26:38.732Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4645 [Pipeline] echo [2023-08-22T19:26:38.769Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4645 [Pipeline] echo [2023-08-22T19:26:38.803Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4645 [Pipeline] echo [2023-08-22T19:26:38.841Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] echo [2023-08-22T19:26:38.883Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f611f6b [Pipeline] echo [2023-08-22T19:26:38.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T19:26:39.035Z] provisioning config files... [2023-08-22T19:26:39.048Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6745327073181451373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T19:26:39.388Z] ---> docker-login.sh [2023-08-22T19:26:39.388Z] nexus3.edgexfoundry.org:10001 [2023-08-22T19:26:39.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:26:39.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:26:39.648Z] Configure a credential helper to remove this warning. See [2023-08-22T19:26:39.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:26:39.648Z] [2023-08-22T19:26:39.648Z] Login Succeeded [2023-08-22T19:26:39.648Z] nexus3.edgexfoundry.org:10002 [2023-08-22T19:26:39.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:26:39.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:26:39.909Z] Configure a credential helper to remove this warning. See [2023-08-22T19:26:39.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:26:39.909Z] [2023-08-22T19:26:39.909Z] Login Succeeded [2023-08-22T19:26:39.909Z] nexus3.edgexfoundry.org:10003 [2023-08-22T19:26:39.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:26:39.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:26:39.909Z] Configure a credential helper to remove this warning. See [2023-08-22T19:26:39.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:26:39.909Z] [2023-08-22T19:26:39.909Z] Login Succeeded [2023-08-22T19:26:39.909Z] nexus3.edgexfoundry.org:10004 [2023-08-22T19:26:40.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:26:40.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:26:40.168Z] Configure a credential helper to remove this warning. See [2023-08-22T19:26:40.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:26:40.168Z] [2023-08-22T19:26:40.168Z] Login Succeeded [2023-08-22T19:26:40.168Z] docker.io [2023-08-22T19:26:40.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:26:45.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:26:45.440Z] Configure a credential helper to remove this warning. See [2023-08-22T19:26:45.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:26:45.440Z] [2023-08-22T19:26:45.440Z] Login Succeeded [2023-08-22T19:26:45.440Z] ---> docker-login.sh ends [Pipeline] } [2023-08-22T19:26:45.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-22T19:26:45.884Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/core-command/Dockerfile [2023-08-22T19:26:45.884Z] + cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo core-command,cmd/core-command/Dockerfile [2023-08-22T19:26:45.884Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-08-22T19:26:45.884Z] cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/core-data/Dockerfile [2023-08-22T19:26:45.884Z] + cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo core-data,cmd/core-data/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/core-metadata/Dockerfile [2023-08-22T19:26:45.884Z] + cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-08-22T19:26:45.884Z] + + dirname cmd/security-bootstrapper/Dockerfile [2023-08-22T19:26:45.884Z] cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-08-22T19:26:45.884Z] + + dirname cmd/security-proxy-auth/Dockerfile [2023-08-22T19:26:45.884Z] cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-08-22T19:26:45.884Z] + cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-08-22T19:26:45.884Z] + cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-08-22T19:26:45.884Z] + cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/security-spire-agent/Dockerfile [2023-08-22T19:26:45.884Z] + cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-08-22T19:26:45.884Z] + dirname+ cmd/security-spire-config/Dockerfile [2023-08-22T19:26:45.884Z] cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-08-22T19:26:45.884Z] + dirname cmd/security-spire-server/Dockerfile+ [2023-08-22T19:26:45.884Z] cut -d/ -f2 [2023-08-22T19:26:45.884Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-08-22T19:26:45.884Z] + + cut -d/ -f2 [2023-08-22T19:26:45.884Z] dirname cmd/support-notifications/Dockerfile [2023-08-22T19:26:45.884Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-08-22T19:26:45.884Z] + + cut -d/ -f2 [2023-08-22T19:26:45.884Z] dirname cmd/support-scheduler/Dockerfile [2023-08-22T19:26:45.884Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-08-22T19:26:45.946Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-22T19:26:46.445Z] + git rev-list -1 --merges f611f6bb8388efb3bc54068293a76baca00360ff~1..f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] echo [2023-08-22T19:26:46.476Z] -----------> git rev-list -1 --merges f611f6bb8388efb3bc54068293a76baca00360ff~1..f611f6bb8388efb3bc54068293a76baca00360ff f611f6bb8388efb3bc54068293a76baca00360ff [false] [Pipeline] sh [2023-08-22T19:26:46.787Z] + git log --format=format:%s -1 f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] echo [2023-08-22T19:26:46.820Z] ========================================================= [2023-08-22T19:26:46.820Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-22T19:26:46.820Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-22T19:26:47.323Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-22T19:26:47.323Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-22T19:26:47.323Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-22T19:26:47.323Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-22T19:26:47.323Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-22T19:26:47.323Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-22T19:26:47.323Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:26:47.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T19:26:47.755Z] [2023-08-22T19:26:47.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:26:48.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T19:26:48.141Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-22T19:26:48.141Z] b85a868b505f: Pulling fs layer [2023-08-22T19:26:48.141Z] e2be974225ed: Pulling fs layer [2023-08-22T19:26:48.141Z] 339a4e72a1f5: Pulling fs layer [2023-08-22T19:26:48.141Z] 988bab9f4d93: Pulling fs layer [2023-08-22T19:26:48.141Z] 1469e6f7b9e6: Pulling fs layer [2023-08-22T19:26:48.141Z] eaf3925da568: Pulling fs layer [2023-08-22T19:26:48.141Z] bab4dde63d76: Pulling fs layer [2023-08-22T19:26:48.141Z] bde34c3a00c8: Pulling fs layer [2023-08-22T19:26:48.141Z] b352a97aabf1: Pulling fs layer [2023-08-22T19:26:48.141Z] 4872d77fe225: Pulling fs layer [2023-08-22T19:26:48.141Z] 5851b861e8e6: Pulling fs layer [2023-08-22T19:26:48.141Z] 988bab9f4d93: Waiting [2023-08-22T19:26:48.141Z] bde34c3a00c8: Waiting [2023-08-22T19:26:48.141Z] b352a97aabf1: Waiting [2023-08-22T19:26:48.141Z] 4872d77fe225: Waiting [2023-08-22T19:26:48.141Z] eaf3925da568: Waiting [2023-08-22T19:26:48.141Z] 1469e6f7b9e6: Waiting [2023-08-22T19:26:48.141Z] 5851b861e8e6: Waiting [2023-08-22T19:26:48.141Z] bab4dde63d76: Waiting [2023-08-22T19:26:48.141Z] e2be974225ed: Download complete [2023-08-22T19:26:48.141Z] 988bab9f4d93: Download complete [2023-08-22T19:26:48.413Z] 1469e6f7b9e6: Verifying Checksum [2023-08-22T19:26:48.413Z] 1469e6f7b9e6: Download complete [2023-08-22T19:26:48.413Z] eaf3925da568: Download complete [2023-08-22T19:26:48.413Z] 339a4e72a1f5: Verifying Checksum [2023-08-22T19:26:48.413Z] 339a4e72a1f5: Download complete [2023-08-22T19:26:48.413Z] bde34c3a00c8: Download complete [2023-08-22T19:26:48.413Z] b352a97aabf1: Verifying Checksum [2023-08-22T19:26:48.413Z] b352a97aabf1: Download complete [2023-08-22T19:26:48.413Z] 4872d77fe225: Verifying Checksum [2023-08-22T19:26:48.413Z] 4872d77fe225: Download complete [2023-08-22T19:26:48.413Z] 5851b861e8e6: Verifying Checksum [2023-08-22T19:26:48.413Z] 5851b861e8e6: Download complete [2023-08-22T19:26:48.413Z] b85a868b505f: Verifying Checksum [2023-08-22T19:26:48.413Z] b85a868b505f: Download complete [2023-08-22T19:26:48.671Z] bab4dde63d76: Verifying Checksum [2023-08-22T19:26:48.671Z] bab4dde63d76: Download complete [2023-08-22T19:26:49.611Z] b85a868b505f: Pull complete [2023-08-22T19:26:49.871Z] e2be974225ed: Pull complete [2023-08-22T19:26:50.468Z] 339a4e72a1f5: Pull complete [2023-08-22T19:26:50.468Z] 988bab9f4d93: Pull complete [2023-08-22T19:26:50.727Z] 1469e6f7b9e6: Pull complete [2023-08-22T19:26:50.727Z] eaf3925da568: Pull complete [2023-08-22T19:26:52.641Z] bab4dde63d76: Pull complete [2023-08-22T19:26:52.641Z] bde34c3a00c8: Pull complete [2023-08-22T19:26:52.641Z] b352a97aabf1: Pull complete [2023-08-22T19:26:52.641Z] 4872d77fe225: Pull complete [2023-08-22T19:26:52.641Z] 5851b861e8e6: Pull complete [2023-08-22T19:26:52.641Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-22T19:26:52.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-22T19:26:52.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T19:26:52.874Z] prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container [2023-08-22T19:26:52.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-22T19:26:55.604Z] $ docker top 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 -eo pid,comm [2023-08-22T19:26:55.648Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-22T19:26:55.649Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-22T19:26:55.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-22T19:26:55.770Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-22T19:26:55.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-22T19:26:55.883Z] $ docker exec 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent [2023-08-22T19:26:55.982Z] SSH_AUTH_SOCK=/tmp/ssh-ornF66nzSiVl/agent.31 [2023-08-22T19:26:55.982Z] SSH_AGENT_PID=37 [2023-08-22T19:26:55.987Z] Running ssh-add (command line suppressed) [2023-08-22T19:26:56.085Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_206665494734465622.key (/w/workspace/edgex-go/1@tmp/private_key_206665494734465622.key) [2023-08-22T19:26:56.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-22T19:26:56.420Z] + git tag --points-at HEAD [Pipeline] } [2023-08-22T19:26:56.451Z] $ docker exec --env ******** --env ******** 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent -k [2023-08-22T19:26:56.544Z] unset SSH_AUTH_SOCK; [2023-08-22T19:26:56.544Z] unset SSH_AGENT_PID; [2023-08-22T19:26:56.544Z] echo Agent pid 37 killed; [2023-08-22T19:26:56.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-22T19:26:56.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-22T19:26:56.640Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-22T19:26:56.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-22T19:26:56.754Z] $ docker exec 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent [2023-08-22T19:26:56.852Z] SSH_AUTH_SOCK=/tmp/ssh-KOuajF7Ftn3k/agent.69 [2023-08-22T19:26:56.852Z] SSH_AGENT_PID=75 [2023-08-22T19:26:56.856Z] Running ssh-add (command line suppressed) [2023-08-22T19:26:56.951Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7268168858673869363.key (/w/workspace/edgex-go/1@tmp/private_key_7268168858673869363.key) [2023-08-22T19:26:56.962Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-22T19:26:57.286Z] + git semver init [2023-08-22T19:26:57.546Z] 2023-08-22 19:26:57,457 [run_init] DEBUG init version:0.0.0 force:False [2023-08-22T19:26:57.546Z] 2023-08-22 19:26:57,458 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-08-22T19:26:57.546Z] 2023-08-22 19:26:57,458 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-08-22T19:26:57.546Z] 2023-08-22 19:26:57,459 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,892 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,892 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4645 with force:False [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,892 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4645 [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,896 [execute] INFO git cat-file --batch-check [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,897 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,904 [execute] INFO git cat-file --batch [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,905 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-22T19:27:04.153Z] 2023-08-22 19:27:02,908 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4645 [2023-08-22T19:27:04.153Z] 0.0.0 [Pipeline] } [2023-08-22T19:27:04.181Z] $ docker exec --env ******** --env ******** 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 ssh-agent -k [2023-08-22T19:27:04.274Z] unset SSH_AUTH_SOCK; [2023-08-22T19:27:04.274Z] unset SSH_AGENT_PID; [2023-08-22T19:27:04.274Z] echo Agent pid 75 killed; [2023-08-22T19:27:04.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-22T19:27:04.693Z] + git semver [Pipeline] } [2023-08-22T19:27:04.977Z] $ docker stop --time=1 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 [2023-08-22T19:27:06.487Z] $ docker rm -f --volumes 8220d4a62b39983a26ec082ef647c8cb91ec0d38db2f85d99d476a518901d7d6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-22T19:27:06.870Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-22T19:27:07.107Z] Stashed 1 file(s) [Pipeline] echo [2023-08-22T19:27:07.253Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-22T19:27:08.130Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-22T19:27:08.166Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T19:27:08.201Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T19:27:08.237Z] ========================================================= [2023-08-22T19:27:08.237Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-22T19:27:08.237Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-22T19:27:08.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-22T19:27:08.576Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-22T19:27:08.576Z] 4db1b89c0bd1: Pulling fs layer [2023-08-22T19:27:08.576Z] 6911f1a30b25: Pulling fs layer [2023-08-22T19:27:08.576Z] e194b8c5c2a9: Pulling fs layer [2023-08-22T19:27:08.576Z] 6863d3e3a2b1: Pulling fs layer [2023-08-22T19:27:08.576Z] ec0bb842ea78: Pulling fs layer [2023-08-22T19:27:08.576Z] 40a00589a448: Pulling fs layer [2023-08-22T19:27:08.576Z] 6c08303d61cc: Pulling fs layer [2023-08-22T19:27:08.576Z] 798269fcf238: Pulling fs layer [2023-08-22T19:27:08.576Z] 40a00589a448: Waiting [2023-08-22T19:27:08.576Z] 6863d3e3a2b1: Waiting [2023-08-22T19:27:08.576Z] 6c08303d61cc: Waiting [2023-08-22T19:27:08.576Z] ec0bb842ea78: Waiting [2023-08-22T19:27:08.576Z] 798269fcf238: Waiting [2023-08-22T19:27:08.576Z] 6911f1a30b25: Verifying Checksum [2023-08-22T19:27:08.576Z] 6911f1a30b25: Download complete [2023-08-22T19:27:08.576Z] 6863d3e3a2b1: Verifying Checksum [2023-08-22T19:27:08.576Z] 6863d3e3a2b1: Download complete [2023-08-22T19:27:08.576Z] ec0bb842ea78: Download complete [2023-08-22T19:27:08.576Z] 4db1b89c0bd1: Verifying Checksum [2023-08-22T19:27:08.576Z] 4db1b89c0bd1: Download complete [2023-08-22T19:27:08.576Z] 40a00589a448: Verifying Checksum [2023-08-22T19:27:08.576Z] 40a00589a448: Download complete [2023-08-22T19:27:08.837Z] 4db1b89c0bd1: Pull complete [2023-08-22T19:27:08.838Z] 6911f1a30b25: Pull complete [2023-08-22T19:27:09.408Z] e194b8c5c2a9: Verifying Checksum [2023-08-22T19:27:09.408Z] e194b8c5c2a9: Download complete [2023-08-22T19:27:09.408Z] 798269fcf238: Verifying Checksum [2023-08-22T19:27:09.408Z] 798269fcf238: Download complete [2023-08-22T19:27:09.665Z] 6c08303d61cc: Verifying Checksum [2023-08-22T19:27:09.666Z] 6c08303d61cc: Download complete [2023-08-22T19:27:12.965Z] e194b8c5c2a9: Pull complete [2023-08-22T19:27:12.965Z] 6863d3e3a2b1: Pull complete [2023-08-22T19:27:12.965Z] ec0bb842ea78: Pull complete [2023-08-22T19:27:12.965Z] 40a00589a448: Pull complete [2023-08-22T19:27:14.864Z] 6c08303d61cc: Pull complete [2023-08-22T19:27:15.800Z] 798269fcf238: Pull complete [2023-08-22T19:27:15.800Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-22T19:27:15.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-22T19:27:15.800Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-22T19:27:16.150Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-22T19:27:16.151Z] WORKDIR /edgex [2023-08-22T19:27:16.151Z] COPY go.mod . [2023-08-22T19:27:16.151Z] RUN go mod download [2023-08-22T19:27:16.151Z] + docker build -t ci-base-image-x86_64 -f - . [2023-08-22T19:27:16.727Z] Sending build context to Docker daemon 170.8MB [2023-08-22T19:27:16.727Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-22T19:27:16.727Z] ---> ec979cd7f677 [2023-08-22T19:27:16.727Z] Step 2/4 : WORKDIR /edgex [2023-08-22T19:27:22.637Z] Still waiting to schedule task [2023-08-22T19:27:22.637Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-22T19:27:24.845Z] ---> Running in 7be944b6ffdb [2023-08-22T19:27:24.845Z] Removing intermediate container 7be944b6ffdb [2023-08-22T19:27:24.845Z] ---> 8b158faa7f7d [2023-08-22T19:27:24.845Z] Step 3/4 : COPY go.mod . [2023-08-22T19:27:24.845Z] ---> 7ad7392f4aeb [2023-08-22T19:27:24.845Z] Step 4/4 : RUN go mod download [2023-08-22T19:27:24.845Z] ---> Running in 558fc2a06507 [2023-08-22T19:27:46.779Z] Removing intermediate container 558fc2a06507 [2023-08-22T19:27:46.779Z] ---> e864e4117c2a [2023-08-22T19:27:46.779Z] Successfully built e864e4117c2a [2023-08-22T19:27:46.779Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:27:47.170Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-22T19:27:47.170Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T19:27:47.326Z] prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container [2023-08-22T19:27:47.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-22T19:27:47.810Z] $ docker top 3e7cc0135312fd86d42de34c4403b28f3621e92c47fa95c6275e296e52c5e3e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T19:27:48.190Z] + go version [2023-08-22T19:27:48.191Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-22T19:27:48.222Z] $ docker stop --time=1 3e7cc0135312fd86d42de34c4403b28f3621e92c47fa95c6275e296e52c5e3e0 [2023-08-22T19:27:49.489Z] $ docker rm -f --volumes 3e7cc0135312fd86d42de34c4403b28f3621e92c47fa95c6275e296e52c5e3e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:27:50.180Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-22T19:27:50.180Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T19:27:50.329Z] prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container [2023-08-22T19:27:50.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-22T19:27:50.672Z] $ docker top 49b56b2b665106dfb702c98060f2f9addb0954ed6d4467e4bc2fcf8d0ad99ad4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-22T19:27:50.780Z] ========================================================= [2023-08-22T19:27:50.780Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-22T19:27:50.780Z] ========================================================= [Pipeline] sh [2023-08-22T19:27:51.074Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-22T19:27:51.428Z] + make test [2023-08-22T19:27:51.428Z] go test -race -coverprofile=coverage.out ./... [2023-08-22T19:27:57.991Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-22T19:28:10.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-22T19:28:10.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-22T19:28:10.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-22T19:28:10.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-22T19:28:10.180Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-22T19:28:10.180Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-22T19:28:10.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-22T19:28:10.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-22T19:28:10.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-22T19:28:10.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-22T19:28:11.005Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-22T19:28:11.005Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-22T19:28:11.005Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-22T19:28:11.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-22T19:28:11.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-22T19:28:11.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-22T19:28:11.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements [2023-08-22T19:28:11.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.080s coverage: 97.0% of statements [2023-08-22T19:28:12.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-22T19:28:12.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-22T19:28:12.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-22T19:28:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-22T19:28:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-22T19:28:13.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-22T19:28:13.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-22T19:28:13.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:28:13.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-22T19:28:13.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-22T19:28:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-22T19:28:14.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-22T19:28:15.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.091s coverage: 71.5% of statements [2023-08-22T19:28:15.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-22T19:28:15.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-22T19:28:16.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.144s coverage: 93.4% of statements [2023-08-22T19:28:16.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.083s coverage: 3.8% of statements [2023-08-22T19:28:16.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.366s coverage: 97.6% of statements [2023-08-22T19:28:16.765Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements [2023-08-22T19:28:17.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-22T19:28:17.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-22T19:28:17.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.097s coverage: 0.9% of statements [2023-08-22T19:28:17.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.063s coverage: 32.2% of statements [2023-08-22T19:28:17.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 42.9% of statements [2023-08-22T19:28:17.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 82.9% of statements [2023-08-22T19:28:17.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2023-08-22T19:28:17.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2023-08-22T19:28:18.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2023-08-22T19:28:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-22T19:28:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-22T19:28:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-22T19:28:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-22T19:28:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-22T19:28:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-22T19:28:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-22T19:28:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-22T19:28:19.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-22T19:28:19.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-22T19:28:19.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-22T19:28:19.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-22T19:28:20.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-22T19:28:20.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-22T19:28:20.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-22T19:28:21.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-22T19:28:22.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-22T19:28:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-22T19:28:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-22T19:28:24.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-22T19:28:24.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-22T19:28:24.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-22T19:28:26.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-22T19:28:26.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-22T19:28:26.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-22T19:28:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-22T19:28:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-22T19:28:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-22T19:28:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-22T19:28:29.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-22T19:28:29.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-22T19:28:29.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-22T19:28:29.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-22T19:28:30.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2023-08-22T19:28:31.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-22T19:28:31.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:28:31.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-22T19:28:31.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-22T19:28:32.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-22T19:28:32.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-22T19:28:32.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-22T19:28:32.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.279s coverage: 79.9% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.067s coverage: 92.9% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 62.3% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 81.8% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 82.1% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.1% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 89.4% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.311s coverage: 38.4% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.110s coverage: 95.7% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.8% of statements [2023-08-22T19:28:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.082s coverage: 98.9% of statements [2023-08-22T19:28:42.644Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-08-22T19:28:42.644Z] running golangci-lint [2023-08-22T19:28:42.644Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-08-22T19:28:42.644Z] go version go1.20.6 linux/amd64 [2023-08-22T19:28:42.644Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-08-22T19:28:42.644Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-08-22T19:28:52.047Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4290 in /w/workspace/edgexfoundry_edgex-go_PR-4645 [Pipeline] { [Pipeline] ws [2023-08-22T19:28:52.102Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-08-22T19:28:52.178Z] The recommended git tool is: git [2023-08-22T19:28:56.892Z] using credential edgex-jenkins-ssh [2023-08-22T19:28:56.909Z] Cloning the remote Git repository [2023-08-22T19:28:56.951Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-08-22T19:28:57.036Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-08-22T19:28:57.507Z] level=info msg="[loader] Go packages loading at mode 575 (files|imports|name|types_sizes|deps|exports_file|compiled_files) took 13.613045537s" [2023-08-22T19:28:57.507Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.790561ms" [2023-08-22T19:28:57.174Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-22T19:28:57.175Z] > git --version # timeout=10 [2023-08-22T19:28:57.194Z] > git --version # 'git version 2.25.1' [2023-08-22T19:28:57.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-22T19:28:57.332Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-22T19:29:04.058Z] level=info msg="[linters_context/goanalysis] analyzers took 53.406301226s with top 10 stages: buildir: 29.389901126s, inspect: 1.571116814s, fact_deprecated: 1.344065362s, gosec: 1.185314324s, printf: 1.054443019s, ctrlflow: 1.03260892s, S1038: 874.794123ms, nilness: 731.663935ms, fact_purity: 633.952202ms, typedness: 483.226214ms" [2023-08-22T19:29:04.058Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-08-22T19:29:04.058Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 200/200, skip_files: 200/200, identifier_marker: 200/200, exclude: 200/200, nolint: 0/21, skip_dirs: 200/200, cgo: 200/200, path_prettifier: 200/200, autogenerated_exclude: 200/200, exclude-rules: 21/200" [2023-08-22T19:29:04.058Z] level=info msg="[runner] processing took 17.045868ms with stages: nolint: 6.376821ms, identifier_marker: 6.002349ms, autogenerated_exclude: 1.361251ms, exclude-rules: 1.324721ms, path_prettifier: 1.27185ms, skip_dirs: 643.925µs, cgo: 40.491µs, filename_unadjuster: 21.03µs, max_same_issues: 560ns, uniq_by_line: 500ns, skip_files: 370ns, exclude: 330ns, sort_results: 290ns, diff: 290ns, source_code: 270ns, severity-rules: 250ns, max_from_linter: 180ns, path_shortener: 140ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" [2023-08-22T19:29:04.058Z] level=info msg="[runner] linters took 6.760326923s with stages: goanalysis_metalinter: 6.743179633s" [2023-08-22T19:29:04.058Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-08-22T19:29:04.058Z] level=info msg="Memory: 206 samples, avg is 191.4MB, max is 852.0MB" [2023-08-22T19:29:04.058Z] level=info msg="Execution took 20.419607122s" [2023-08-22T19:29:04.058Z] go vet ./... [2023-08-22T19:29:07.335Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-22T19:29:07.335Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-22T19:29:07.594Z] ./bin/test-attribution-txt.sh [2023-08-22T19:29:07.594Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-22T19:29:07.594Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-22T19:29:07.594Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-22T19:29:07.594Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-22T19:29:07.635Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-22T19:29:07.952Z] + ls -al . [2023-08-22T19:29:07.952Z] total 728 [2023-08-22T19:29:07.952Z] drwxrwxr-x 12 1001 1001 4096 Aug 22 19:27 . [2023-08-22T19:29:07.952Z] drwxr-xr-x 4 root root 4096 Aug 22 19:27 .. [2023-08-22T19:29:07.952Z] drwxrwxr-x 2 1001 1001 4096 Aug 22 19:26 .blubracket [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 16 Aug 22 19:26 .dockerignore [2023-08-22T19:29:07.952Z] drwxrwxr-x 8 1001 1001 4096 Aug 22 19:27 .git [2023-08-22T19:29:07.952Z] drwxrwxr-x 3 1001 1001 4096 Aug 22 19:26 .github [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 1173 Aug 22 19:26 .gitignore [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 42 Aug 22 19:26 .golangci.yml [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 87 Aug 22 19:26 .hadolint.yml [2023-08-22T19:29:07.952Z] drwxr-xr-x 3 1001 1001 4096 Aug 22 19:27 .semver [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 166 Aug 22 19:26 .sonarcloud.properties [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 1171 Aug 22 19:26 ADOPTERS.md [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 11152 Aug 22 19:26 Attribution.txt [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 93407 Aug 22 19:26 CHANGELOG.md [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 3804 Aug 22 19:26 CONTRIBUTING.md [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 677 Aug 22 19:26 GOVERNANCE.md [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 883 Aug 22 19:26 Jenkinsfile [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 10775 Aug 22 19:26 LICENSE [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 14764 Aug 22 19:26 Makefile [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 582 Aug 22 19:26 OWNERS.md [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 9923 Aug 22 19:26 README.md [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 789 Aug 22 19:26 SECURITY.md [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 5 Aug 22 19:27 VERSION [2023-08-22T19:29:07.952Z] drwxrwxr-x 2 1001 1001 4096 Aug 22 19:26 bin [2023-08-22T19:29:07.952Z] drwxrwxr-x 18 1001 1001 4096 Aug 22 19:26 cmd [2023-08-22T19:29:07.952Z] -rw-r--r-- 1 root root 446998 Aug 22 19:28 coverage.out [2023-08-22T19:29:07.952Z] drwxrwxr-x 2 1001 1001 4096 Aug 22 19:26 fuzz_test [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 3687 Aug 22 19:26 go.mod [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 33714 Aug 22 19:26 go.sum [2023-08-22T19:29:07.952Z] drwxrwxr-x 7 1001 1001 4096 Aug 22 19:26 internal [2023-08-22T19:29:07.952Z] drwxrwxr-x 3 1001 1001 4096 Aug 22 19:26 openapi [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 594 Aug 22 19:26 security.txt [2023-08-22T19:29:07.952Z] drwxrwxr-x 4 1001 1001 4096 Aug 22 19:26 snap [2023-08-22T19:29:07.952Z] -rw-rw-r-- 1 1001 1001 204 Aug 22 19:26 version.go [Pipeline] sh [2023-08-22T19:29:08.259Z] + '[' -e coverage.out ] [2023-08-22T19:29:08.259Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-22T19:29:08.398Z] Stashed 1 file(s) [Pipeline] sh [2023-08-22T19:29:08.690Z] + make build [2023-08-22T19:29:08.690Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-22T19:29:13.328Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-22T19:29:13.352Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-22T19:29:14.177Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-22T19:29:14.214Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-22T19:29:14.215Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-22T19:29:14.230Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4645/head:refs/remotes/origin/PR-4645 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-22T19:29:14.761Z] Merging remotes/origin/main commit 01413ae1877f0c916545fb120e4f5d3889c994d8 into PR head commit f611f6bb8388efb3bc54068293a76baca00360ff [2023-08-22T19:29:15.166Z] Merge succeeded, producing f611f6bb8388efb3bc54068293a76baca00360ff [2023-08-22T19:29:15.166Z] Checking out Revision f611f6bb8388efb3bc54068293a76baca00360ff (PR-4645) [2023-08-22T19:29:15.674Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-08-22T19:29:15.724Z] > git --version # timeout=10 [2023-08-22T19:29:15.736Z] > git --version # 'git version 2.25.1' [2023-08-22T19:29:15.752Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2023-08-22T19:29:14.782Z] > git config core.sparsecheckout # timeout=10 [2023-08-22T19:29:14.855Z] > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # timeout=10 [2023-08-22T19:29:15.071Z] > git remote # timeout=10 [2023-08-22T19:29:15.089Z] > git config --get remote.origin.url # timeout=10 [2023-08-22T19:29:15.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-22T19:29:15.128Z] > git merge 01413ae1877f0c916545fb120e4f5d3889c994d8 # timeout=10 [2023-08-22T19:29:15.153Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-22T19:29:15.173Z] > git config core.sparsecheckout # timeout=10 [2023-08-22T19:29:15.192Z] > git checkout -f f611f6bb8388efb3bc54068293a76baca00360ff # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-22T19:29:16.961Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-22T19:29:16.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-22T19:29:16.961Z] Dload Upload Total Spent Left Speed [2023-08-22T19:29:16.961Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 63755 0 --:--:-- --:--:-- --:--:-- 64075 [Pipeline] sh [2023-08-22T19:29:17.581Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-22T19:29:17.924Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2023-08-22T19:29:17.924Z] /etc/docker/daemon.json [2023-08-22T19:29:17.924Z] { [2023-08-22T19:29:17.924Z] "registry-mirrors": [ [2023-08-22T19:29:17.924Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-22T19:29:17.924Z] ], [2023-08-22T19:29:17.924Z] "bip": "10.250.0.254/24", [2023-08-22T19:29:17.924Z] "hosts": [ [2023-08-22T19:29:17.924Z] "tcp://0.0.0.0:5555", [2023-08-22T19:29:17.924Z] "unix:///var/run/docker.sock" [2023-08-22T19:29:17.924Z] ], [2023-08-22T19:29:17.924Z] "mtu": 1458, [2023-08-22T19:29:17.924Z] "selinux-enabled": true, [2023-08-22T19:29:17.924Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-22T19:29:17.924Z] } [Pipeline] sh [2023-08-22T19:29:18.263Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-22T19:29:18.608Z] + sudo service docker restart [2023-08-22T19:29:20.884Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-22T19:29:21.450Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-22T19:29:22.383Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-08-22T19:29:23.315Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-22T19:29:29.864Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-22T19:29:30.427Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-22T19:29:31.798Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-08-22T19:29:33.172Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-08-22T19:29:33.737Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-22T19:29:34.671Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-22T19:29:36.041Z] 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] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T19:29:36.903Z] provisioning config files... [2023-08-22T19:29:36.926Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11622047667349251140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [2023-08-22T19:29:37.084Z] $ docker stop --time=1 49b56b2b665106dfb702c98060f2f9addb0954ed6d4467e4bc2fcf8d0ad99ad4 [2023-08-22T19:29:37.302Z] ---> docker-login.sh [2023-08-22T19:29:37.302Z] nexus3.edgexfoundry.org:10001 [2023-08-22T19:29:37.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:29:38.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:29:38.155Z] Configure a credential helper to remove this warning. See [2023-08-22T19:29:38.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:29:38.155Z] [2023-08-22T19:29:38.155Z] Login Succeeded [2023-08-22T19:29:38.155Z] nexus3.edgexfoundry.org:10002 [2023-08-22T19:29:38.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:29:38.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:29:38.424Z] Configure a credential helper to remove this warning. See [2023-08-22T19:29:38.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:29:38.424Z] [2023-08-22T19:29:38.424Z] Login Succeeded [2023-08-22T19:29:38.424Z] nexus3.edgexfoundry.org:10003 [2023-08-22T19:29:38.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:29:38.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:29:38.694Z] Configure a credential helper to remove this warning. See [2023-08-22T19:29:38.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:29:38.694Z] [2023-08-22T19:29:38.694Z] Login Succeeded [2023-08-22T19:29:38.694Z] nexus3.edgexfoundry.org:10004 [2023-08-22T19:29:38.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:29:38.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:29:38.963Z] Configure a credential helper to remove this warning. See [2023-08-22T19:29:38.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:29:38.963Z] [2023-08-22T19:29:38.963Z] Login Succeeded [2023-08-22T19:29:38.963Z] docker.io [2023-08-22T19:29:39.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-22T19:29:39.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-22T19:29:39.494Z] Configure a credential helper to remove this warning. See [2023-08-22T19:29:39.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-22T19:29:39.494Z] [2023-08-22T19:29:39.494Z] Login Succeeded [2023-08-22T19:29:39.494Z] ---> docker-login.sh ends [2023-08-22T19:29:42.367Z] $ docker rm -f --volumes 49b56b2b665106dfb702c98060f2f9addb0954ed6d4467e4bc2fcf8d0ad99ad4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-08-22T19:29:42.892Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:29:43.719Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-22T19:29:43.774Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T19:29:43.809Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-22T19:29:43.849Z] ========================================================= [2023-08-22T19:29:43.849Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-22T19:29:43.849Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-22T19:29:43.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-22T19:29:43.959Z] [2023-08-22T19:29:43.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:29:44.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-22T19:29:44.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-22T19:29:44.366Z] latest: Pulling from edgex-devops/edgex-compose [2023-08-22T19:29:44.366Z] 91d30c5bc195: Pulling fs layer [2023-08-22T19:29:44.366Z] 2e9b0aa3be6d: Pulling fs layer [2023-08-22T19:29:44.366Z] 9c61dcf015f6: Pulling fs layer [2023-08-22T19:29:44.366Z] 4698f68db338: Pulling fs layer [2023-08-22T19:29:44.366Z] 2a2f49069b9e: Pulling fs layer [2023-08-22T19:29:44.366Z] e0025b399a48: Pulling fs layer [2023-08-22T19:29:44.366Z] e0025b399a48: Waiting [2023-08-22T19:29:44.366Z] 4698f68db338: Waiting [2023-08-22T19:29:44.366Z] 2a2f49069b9e: Waiting [2023-08-22T19:29:44.628Z] 91d30c5bc195: Verifying Checksum [2023-08-22T19:29:44.628Z] 91d30c5bc195: Download complete [2023-08-22T19:29:44.628Z] 4698f68db338: Verifying Checksum [2023-08-22T19:29:44.628Z] 4698f68db338: Download complete [2023-08-22T19:29:44.628Z] 91d30c5bc195: Pull complete [2023-08-22T19:29:44.885Z] 2e9b0aa3be6d: Verifying Checksum [2023-08-22T19:29:44.885Z] 2e9b0aa3be6d: Download complete [2023-08-22T19:29:44.885Z] e0025b399a48: Download complete [2023-08-22T19:29:44.885Z] 2a2f49069b9e: Verifying Checksum [2023-08-22T19:29:44.885Z] 2a2f49069b9e: Download complete [2023-08-22T19:29:45.143Z] 2e9b0aa3be6d: Pull complete [2023-08-22T19:29:45.401Z] 9c61dcf015f6: Verifying Checksum [2023-08-22T19:29:45.401Z] 9c61dcf015f6: Download complete [2023-08-22T19:29:45.629Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-22T19:29:45.629Z] edb6bdbacee9: Pulling fs layer [2023-08-22T19:29:45.629Z] 5f9638ab2659: Pulling fs layer [2023-08-22T19:29:45.629Z] 8d51d6327a98: Pulling fs layer [2023-08-22T19:29:45.629Z] 8b374f2dd631: Pulling fs layer [2023-08-22T19:29:45.629Z] ec14aa9079de: Pulling fs layer [2023-08-22T19:29:45.629Z] 2f466654f4bb: Pulling fs layer [2023-08-22T19:29:45.629Z] 554e91adad29: Pulling fs layer [2023-08-22T19:29:45.629Z] ec14aa9079de: Waiting [2023-08-22T19:29:45.629Z] 2f466654f4bb: Waiting [2023-08-22T19:29:45.629Z] 554e91adad29: Waiting [2023-08-22T19:29:45.629Z] 8b374f2dd631: Waiting [2023-08-22T19:29:45.629Z] 5f9638ab2659: Verifying Checksum [2023-08-22T19:29:45.629Z] 5f9638ab2659: Download complete [2023-08-22T19:29:45.629Z] 8b374f2dd631: Verifying Checksum [2023-08-22T19:29:45.629Z] 8b374f2dd631: Download complete [2023-08-22T19:29:45.629Z] ec14aa9079de: Verifying Checksum [2023-08-22T19:29:45.629Z] ec14aa9079de: Download complete [2023-08-22T19:29:45.629Z] edb6bdbacee9: Verifying Checksum [2023-08-22T19:29:46.595Z] edb6bdbacee9: Pull complete [2023-08-22T19:29:46.866Z] 554e91adad29: Verifying Checksum [2023-08-22T19:29:46.866Z] 554e91adad29: Download complete [2023-08-22T19:29:47.134Z] 5f9638ab2659: Pull complete [2023-08-22T19:29:47.930Z] 9c61dcf015f6: Pull complete [2023-08-22T19:29:47.930Z] 4698f68db338: Pull complete [2023-08-22T19:29:48.107Z] 8d51d6327a98: Verifying Checksum [2023-08-22T19:29:48.107Z] 8d51d6327a98: Download complete [2023-08-22T19:29:48.107Z] 2f466654f4bb: Verifying Checksum [2023-08-22T19:29:48.107Z] 2f466654f4bb: Download complete [2023-08-22T19:29:48.188Z] 2a2f49069b9e: Pull complete [2023-08-22T19:29:48.188Z] e0025b399a48: Pull complete [2023-08-22T19:29:48.188Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-08-22T19:29:48.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-22T19:29:48.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T19:29:48.424Z] prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container [2023-08-22T19:29:48.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-08-22T19:29:51.295Z] $ docker top 32bdda58234817eee6fe91880a682487837df7504c796d2da12dad8ec0b75129 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T19:29:51.675Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-22T19:29:54.204Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #1 transferring dockerfile: 1.78kB done [2023-08-22T19:29:54.204Z] #1 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #2 transferring dockerfile: 2.39kB done [2023-08-22T19:29:54.204Z] #2 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #3 transferring dockerfile: 2.68kB done [2023-08-22T19:29:54.204Z] #3 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #4 transferring dockerfile: 2.04kB done [2023-08-22T19:29:54.204Z] #4 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #5 [core-metadata internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #5 transferring dockerfile: 1.96kB done [2023-08-22T19:29:54.204Z] #5 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #6 transferring dockerfile: 2.12kB done [2023-08-22T19:29:54.204Z] #6 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #7 transferring dockerfile: 2.82kB done [2023-08-22T19:29:54.204Z] #7 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #8 [security-spire-config internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #8 transferring dockerfile: 2.58kB done [2023-08-22T19:29:54.204Z] #8 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #9 [core-command internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #9 transferring dockerfile: 1.82kB done [2023-08-22T19:29:54.204Z] #9 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #10 [support-notifications internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #10 transferring dockerfile: 1.84kB done [2023-08-22T19:29:54.204Z] #10 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #11 [support-scheduler internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #11 transferring dockerfile: 1.82kB done [2023-08-22T19:29:54.204Z] #11 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #12 [core-data internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #12 transferring dockerfile: 1.90kB done [2023-08-22T19:29:54.204Z] #12 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #13 [security-spiffe-token-provider internal] load .dockerignore [2023-08-22T19:29:54.204Z] #13 transferring context: 56B done [2023-08-22T19:29:54.204Z] #13 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #14 transferring dockerfile: 2.38kB done [2023-08-22T19:29:54.204Z] #14 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #15 [security-spire-server internal] load build definition from Dockerfile [2023-08-22T19:29:54.204Z] #15 transferring dockerfile: 2.63kB done [2023-08-22T19:29:54.204Z] #15 DONE 0.1s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #16 [security-proxy-setup internal] load .dockerignore [2023-08-22T19:29:54.204Z] #16 transferring context: 56B done [2023-08-22T19:29:54.204Z] #16 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #17 [security-spire-agent internal] load .dockerignore [2023-08-22T19:29:54.204Z] #17 transferring context: 56B done [2023-08-22T19:29:54.204Z] #17 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #18 [security-proxy-auth internal] load .dockerignore [2023-08-22T19:29:54.204Z] #18 transferring context: 56B done [2023-08-22T19:29:54.204Z] #18 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #19 [core-metadata internal] load .dockerignore [2023-08-22T19:29:54.204Z] #19 transferring context: 56B done [2023-08-22T19:29:54.204Z] #19 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #20 [security-bootstrapper internal] load .dockerignore [2023-08-22T19:29:54.204Z] #20 transferring context: 56B done [2023-08-22T19:29:54.204Z] #20 DONE 0.0s [2023-08-22T19:29:54.204Z] [2023-08-22T19:29:54.204Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-22T19:29:54.463Z] #21 transferring context: 56B done [2023-08-22T19:29:54.463Z] #21 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #22 [security-spire-config internal] load .dockerignore [2023-08-22T19:29:54.463Z] #22 transferring context: 56B done [2023-08-22T19:29:54.463Z] #22 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #23 [core-command internal] load .dockerignore [2023-08-22T19:29:54.463Z] #23 transferring context: 56B done [2023-08-22T19:29:54.463Z] #23 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #24 [support-notifications internal] load .dockerignore [2023-08-22T19:29:54.463Z] #24 transferring context: 56B done [2023-08-22T19:29:54.463Z] #24 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #25 [support-scheduler internal] load .dockerignore [2023-08-22T19:29:54.463Z] #25 transferring context: 56B done [2023-08-22T19:29:54.463Z] #25 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #26 [core-data internal] load .dockerignore [2023-08-22T19:29:54.463Z] #26 transferring context: 56B done [2023-08-22T19:29:54.463Z] #26 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #27 [security-spire-server internal] load .dockerignore [2023-08-22T19:29:54.463Z] #27 transferring context: 56B done [2023-08-22T19:29:54.463Z] #27 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #28 [security-secretstore-setup internal] load .dockerignore [2023-08-22T19:29:54.463Z] #28 transferring context: 56B done [2023-08-22T19:29:54.463Z] #28 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-22T19:29:54.463Z] #29 DONE 0.0s [2023-08-22T19:29:54.463Z] [2023-08-22T19:29:54.463Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-22T19:29:54.723Z] #30 ... [2023-08-22T19:29:54.723Z] [2023-08-22T19:29:54.723Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-22T19:29:54.723Z] #29 DONE 0.0s [2023-08-22T19:29:54.723Z] [2023-08-22T19:29:54.723Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-22T19:29:54.981Z] #30 DONE 0.5s [2023-08-22T19:29:54.981Z] [2023-08-22T19:29:54.981Z] #31 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:29:54.981Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc done [2023-08-22T19:29:54.982Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-22T19:29:54.982Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-22T19:29:54.982Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.15MB / 3.38MB 0.1s [2023-08-22T19:29:54.982Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:29:55.238Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-08-22T19:29:55.238Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s done [2023-08-22T19:29:55.238Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-22T19:29:55.497Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-22T19:29:55.755Z] #31 DONE 1.0s [2023-08-22T19:29:55.755Z] [2023-08-22T19:29:55.755Z] #32 [core-command builder 1/9] FROM docker.io/library/ci-base-image-x86_64 [2023-08-22T19:29:56.015Z] #32 DONE 1.5s [2023-08-22T19:29:56.015Z] [2023-08-22T19:29:56.015Z] #33 [security-proxy-auth builder 2/9] WORKDIR /edgex-go [2023-08-22T19:30:00.539Z] 8d51d6327a98: Pull complete [2023-08-22T19:30:00.539Z] 8b374f2dd631: Pull complete [2023-08-22T19:30:00.539Z] ec14aa9079de: Pull complete [2023-08-22T19:30:02.629Z] #33 ... [2023-08-22T19:30:02.629Z] [2023-08-22T19:30:02.629Z] #34 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:30:02.629Z] #34 transferring context: 198.43MB 6.2s [2023-08-22T19:30:02.629Z] #34 ... [2023-08-22T19:30:02.629Z] [2023-08-22T19:30:02.629Z] #35 [security-proxy-setup internal] load build context [2023-08-22T19:30:02.629Z] #35 ... [2023-08-22T19:30:02.629Z] [2023-08-22T19:30:02.629Z] #34 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:30:05.176Z] #34 ... [2023-08-22T19:30:05.176Z] [2023-08-22T19:30:05.176Z] #36 [security-spire-server internal] load build context [2023-08-22T19:30:05.176Z] #36 transferring context: 365.19MB 9.3s done [2023-08-22T19:30:05.176Z] #36 ... [2023-08-22T19:30:05.176Z] [2023-08-22T19:30:05.176Z] #37 [core-metadata internal] load build context [2023-08-22T19:30:05.176Z] #37 ... [2023-08-22T19:30:05.176Z] [2023-08-22T19:30:05.176Z] #38 [security-proxy-auth internal] load build context [2023-08-22T19:30:05.176Z] #38 transferring context: 365.19MB 9.9s done [2023-08-22T19:30:05.176Z] #38 ... [2023-08-22T19:30:05.176Z] [2023-08-22T19:30:05.176Z] #39 [support-notifications internal] load build context [2023-08-22T19:30:05.176Z] #39 transferring context: 365.19MB 9.7s done [2023-08-22T19:30:05.176Z] #39 ... [2023-08-22T19:30:05.176Z] [2023-08-22T19:30:05.176Z] #40 [security-spire-config internal] load build context [2023-08-22T19:30:05.434Z] #40 ... [2023-08-22T19:30:05.434Z] [2023-08-22T19:30:05.434Z] #41 [security-secretstore-setup internal] load build context [2023-08-22T19:30:05.434Z] #41 transferring context: 365.19MB 9.8s done [2023-08-22T19:30:05.434Z] #41 ... [2023-08-22T19:30:05.434Z] [2023-08-22T19:30:05.434Z] #42 [security-spiffe-token-provider internal] load build context [2023-08-22T19:30:05.434Z] #42 ... [2023-08-22T19:30:05.434Z] [2023-08-22T19:30:05.434Z] #43 [core-command internal] load build context [2023-08-22T19:30:05.434Z] #43 transferring context: 365.19MB 8.4s done [2023-08-22T19:30:05.692Z] #43 ... [2023-08-22T19:30:05.692Z] [2023-08-22T19:30:05.692Z] #44 [support-scheduler internal] load build context [2023-08-22T19:30:05.692Z] #44 ... [2023-08-22T19:30:05.692Z] [2023-08-22T19:30:05.692Z] #45 [core-data internal] load build context [2023-08-22T19:30:05.692Z] #45 transferring context: 365.19MB 10.8s done [2023-08-22T19:30:05.951Z] #45 ... [2023-08-22T19:30:05.951Z] [2023-08-22T19:30:05.951Z] #46 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-22T19:30:05.951Z] #46 ... [2023-08-22T19:30:05.951Z] [2023-08-22T19:30:05.951Z] #47 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-22T19:30:05.951Z] #0 5.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:05.951Z] #0 5.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:05.951Z] #0 5.843 (1/4) Installing ca-certificates (20230506-r0) [2023-08-22T19:30:05.951Z] #0 5.942 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:05.951Z] #0 5.961 (3/4) Installing su-exec (0.2-r2) [2023-08-22T19:30:05.951Z] #0 5.961 (4/4) Installing yq (4.30.4-r4) [2023-08-22T19:30:05.951Z] #0 6.105 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:05.951Z] #0 6.112 Executing ca-certificates-20230506-r0.trigger [2023-08-22T19:30:05.951Z] #0 6.171 OK: 17 MiB in 19 packages [2023-08-22T19:30:06.371Z] #47 ... [2023-08-22T19:30:06.371Z] [2023-08-22T19:30:06.371Z] #48 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-22T19:30:06.629Z] #48 ... [2023-08-22T19:30:06.629Z] [2023-08-22T19:30:06.629Z] #49 [security-bootstrapper internal] load build context [2023-08-22T19:30:06.629Z] #49 transferring context: 365.19MB 10.7s done [2023-08-22T19:30:06.629Z] #49 ... [2023-08-22T19:30:06.629Z] [2023-08-22T19:30:06.629Z] #50 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-22T19:30:06.629Z] #50 ... [2023-08-22T19:30:06.629Z] [2023-08-22T19:30:06.629Z] #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:30:06.629Z] #51 ... [2023-08-22T19:30:06.629Z] [2023-08-22T19:30:06.629Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-22T19:30:06.887Z] #52 ... [2023-08-22T19:30:06.887Z] [2023-08-22T19:30:06.887Z] #53 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-22T19:30:06.887Z] #53 ... [2023-08-22T19:30:06.887Z] [2023-08-22T19:30:06.887Z] #54 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-22T19:30:07.144Z] #54 ... [2023-08-22T19:30:07.144Z] [2023-08-22T19:30:07.144Z] #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-22T19:30:07.144Z] #55 ... [2023-08-22T19:30:07.144Z] [2023-08-22T19:30:07.144Z] #56 [security-spire-agent internal] load build context [2023-08-22T19:30:07.144Z] #56 transferring context: 365.19MB 11.9s done [2023-08-22T19:30:07.210Z] 2f466654f4bb: Pull complete [2023-08-22T19:30:09.160Z] 554e91adad29: Pull complete [2023-08-22T19:30:09.160Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-22T19:30:09.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-22T19:30:09.161Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-22T19:30:09.554Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-22T19:30:09.554Z] WORKDIR /edgex [2023-08-22T19:30:09.554Z] COPY go.mod . [2023-08-22T19:30:09.554Z] RUN go mod download [2023-08-22T19:30:09.554Z] docker build -t ci-base-image-arm64 -f - . [2023-08-22T19:30:10.143Z] Sending build context to Docker daemon 2.95MB [2023-08-22T19:30:10.143Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-22T19:30:10.143Z] ---> 1e15ea492957 [2023-08-22T19:30:10.143Z] Step 2/4 : WORKDIR /edgex [2023-08-22T19:30:12.091Z] ---> Running in b0245f03d34b [2023-08-22T19:30:12.091Z] Removing intermediate container b0245f03d34b [2023-08-22T19:30:12.091Z] ---> 332b973c91f5 [2023-08-22T19:30:12.091Z] Step 3/4 : COPY go.mod . [2023-08-22T19:30:12.824Z] #56 ... [2023-08-22T19:30:12.824Z] [2023-08-22T19:30:12.824Z] #35 [security-proxy-setup internal] load build context [2023-08-22T19:30:12.824Z] #35 transferring context: 365.19MB 9.8s done [2023-08-22T19:30:13.505Z] ---> 1e9bca1b5431 [2023-08-22T19:30:13.505Z] Step 4/4 : RUN go mod download [2023-08-22T19:30:13.773Z] ---> Running in 71010882c59a [2023-08-22T19:30:16.113Z] #35 ... [2023-08-22T19:30:16.113Z] [2023-08-22T19:30:16.113Z] #34 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:30:16.113Z] #34 transferring context: 365.19MB 10.2s done [2023-08-22T19:30:16.113Z] #34 ... [2023-08-22T19:30:16.113Z] [2023-08-22T19:30:16.113Z] #37 [core-metadata internal] load build context [2023-08-22T19:30:16.113Z] #37 transferring context: 365.19MB 10.8s done [2023-08-22T19:30:16.113Z] #37 ... [2023-08-22T19:30:16.113Z] [2023-08-22T19:30:16.113Z] #44 [support-scheduler internal] load build context [2023-08-22T19:30:16.113Z] #44 transferring context: 365.19MB 11.7s done [2023-08-22T19:30:16.113Z] #44 ... [2023-08-22T19:30:16.113Z] [2023-08-22T19:30:16.113Z] #42 [security-spiffe-token-provider internal] load build context [2023-08-22T19:30:16.113Z] #42 transferring context: 365.19MB 11.8s done [2023-08-22T19:30:16.371Z] #42 ... [2023-08-22T19:30:16.371Z] [2023-08-22T19:30:16.371Z] #40 [security-spire-config internal] load build context [2023-08-22T19:30:16.371Z] #40 transferring context: 365.19MB 12.4s done [2023-08-22T19:30:38.314Z] #40 ... [2023-08-22T19:30:38.314Z] [2023-08-22T19:30:38.314Z] #43 [core-command internal] load build context [2023-08-22T19:30:38.314Z] #43 DONE 43.6s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #47 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-22T19:30:38.575Z] #47 DONE 42.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #36 [security-spire-server internal] load build context [2023-08-22T19:30:38.575Z] #36 DONE 43.7s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #39 [support-notifications internal] load build context [2023-08-22T19:30:38.575Z] #39 DONE 43.7s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #41 [security-secretstore-setup internal] load build context [2023-08-22T19:30:38.575Z] #41 DONE 43.7s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #35 [security-proxy-setup internal] load build context [2023-08-22T19:30:38.575Z] #35 DONE 43.7s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #38 [security-proxy-auth internal] load build context [2023-08-22T19:30:38.575Z] #38 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #33 [support-scheduler builder 2/9] WORKDIR /edgex-go [2023-08-22T19:30:38.575Z] #33 DONE 42.6s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:30:38.575Z] #57 ... [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #34 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:30:38.575Z] #34 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #45 [core-data internal] load build context [2023-08-22T19:30:38.575Z] #45 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #49 [security-bootstrapper internal] load build context [2023-08-22T19:30:38.575Z] #49 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #44 [support-scheduler internal] load build context [2023-08-22T19:30:38.575Z] #44 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #37 [core-metadata internal] load build context [2023-08-22T19:30:38.575Z] #37 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #40 [security-spire-config internal] load build context [2023-08-22T19:30:38.575Z] #40 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #56 [security-spire-agent internal] load build context [2023-08-22T19:30:38.575Z] #56 DONE 43.8s [2023-08-22T19:30:38.575Z] [2023-08-22T19:30:38.575Z] #42 [security-spiffe-token-provider internal] load build context [2023-08-22T19:30:38.575Z] #42 DONE 43.8s [2023-08-22T19:30:38.835Z] [2023-08-22T19:30:38.835Z] #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:30:38.835Z] #51 43.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:39.094Z] #51 43.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:39.372Z] #51 43.53 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:30:39.372Z] #51 43.53 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:30:39.372Z] #51 43.53 OK: 17818 distinct packages available [2023-08-22T19:30:39.372Z] #51 43.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:39.635Z] #51 43.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.119Z] #51 44.14 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:40.119Z] #51 44.14 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-22T19:30:40.119Z] #51 44.14 (3/4) Installing libucontext (1.2-r0) [2023-08-22T19:30:40.119Z] #51 44.15 (4/4) Installing gcompat (1.1.0-r0) [2023-08-22T19:30:40.119Z] #51 44.15 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:40.119Z] #51 44.16 OK: 7 MiB in 19 packages [2023-08-22T19:30:40.690Z] #51 ... [2023-08-22T19:30:40.690Z] [2023-08-22T19:30:40.690Z] #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-22T19:30:40.690Z] #55 43.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.690Z] #55 43.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.690Z] #55 43.56 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:40.690Z] #55 43.56 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:40.690Z] #55 43.56 OK: 7 MiB in 16 packages [2023-08-22T19:30:40.690Z] #55 DONE 44.9s [2023-08-22T19:30:40.690Z] [2023-08-22T19:30:40.690Z] #50 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-22T19:30:40.690Z] #50 43.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.690Z] #50 43.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.690Z] #50 43.54 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:40.690Z] #50 43.55 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:40.690Z] #50 43.55 OK: 7 MiB in 16 packages [2023-08-22T19:30:40.690Z] #50 DONE 45.0s [2023-08-22T19:30:40.690Z] [2023-08-22T19:30:40.690Z] #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:30:40.690Z] #57 1.832 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.690Z] #57 1.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.690Z] #57 2.163 OK: 265 MiB in 53 packages [2023-08-22T19:30:40.949Z] #57 ... [2023-08-22T19:30:40.949Z] [2023-08-22T19:30:40.949Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-22T19:30:40.949Z] #52 43.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.949Z] #52 43.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.949Z] #52 44.17 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:40.949Z] #52 44.19 (2/2) Installing su-exec (0.2-r2) [2023-08-22T19:30:40.949Z] #52 44.19 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:40.949Z] #52 44.19 OK: 7 MiB in 17 packages [2023-08-22T19:30:40.949Z] #52 DONE 45.2s [2023-08-22T19:30:40.949Z] [2023-08-22T19:30:40.949Z] #48 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-22T19:30:40.949Z] #48 43.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.949Z] #48 43.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:40.949Z] #48 43.87 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:40.949Z] #48 43.87 (2/4) Installing openssl (3.0.10-r0) [2023-08-22T19:30:40.949Z] #48 43.88 (3/4) Installing su-exec (0.2-r2) [2023-08-22T19:30:40.949Z] #48 43.89 (4/4) Installing yq (4.30.4-r4) [2023-08-22T19:30:40.949Z] #48 43.94 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:40.949Z] #48 43.95 OK: 17 MiB in 19 packages [2023-08-22T19:30:40.949Z] #48 DONE 45.2s [2023-08-22T19:30:40.949Z] [2023-08-22T19:30:40.949Z] #58 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-22T19:30:41.208Z] #58 ... [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #53 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-22T19:30:41.208Z] #53 43.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #53 43.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #53 44.02 (1/2) Installing ca-certificates (20230506-r0) [2023-08-22T19:30:41.208Z] #53 44.04 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:41.208Z] #53 44.05 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:41.208Z] #53 44.05 Executing ca-certificates-20230506-r0.trigger [2023-08-22T19:30:41.208Z] #53 44.14 OK: 8 MiB in 17 packages [2023-08-22T19:30:41.208Z] #53 DONE 45.4s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #54 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-22T19:30:41.208Z] #54 42.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #54 43.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #54 43.58 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:30:41.208Z] #54 43.58 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:30:41.208Z] #54 43.58 OK: 17818 distinct packages available [2023-08-22T19:30:41.208Z] #54 43.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #54 43.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #54 44.16 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:41.208Z] #54 44.16 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-22T19:30:41.208Z] #54 44.17 (3/5) Installing libucontext (1.2-r0) [2023-08-22T19:30:41.208Z] #54 44.17 (4/5) Installing gcompat (1.1.0-r0) [2023-08-22T19:30:41.208Z] #54 44.17 (5/5) Installing openssl (3.0.10-r0) [2023-08-22T19:30:41.208Z] #54 44.19 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:41.208Z] #54 44.19 OK: 8 MiB in 20 packages [2023-08-22T19:30:41.208Z] #54 DONE 45.4s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:30:41.208Z] #51 DONE 45.4s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #57 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:30:41.208Z] #57 DONE 2.7s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #59 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-22T19:30:41.208Z] #0 2.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 2.233 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 2.480 OK: 265 MiB in 53 packages [2023-08-22T19:30:41.208Z] #59 DONE 2.7s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-22T19:30:41.208Z] #0 1.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 1.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 2.054 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:30:41.208Z] #0 2.054 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:30:41.208Z] #0 2.054 OK: 17823 distinct packages available [2023-08-22T19:30:41.208Z] #0 2.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 2.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 2.503 OK: 265 MiB in 53 packages [2023-08-22T19:30:41.208Z] #60 DONE 2.7s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #61 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:30:41.208Z] #61 ... [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:30:41.208Z] #0 2.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 2.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.208Z] #0 2.622 OK: 265 MiB in 53 packages [2023-08-22T19:30:41.208Z] #62 DONE 2.8s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-08-22T19:30:41.208Z] #63 DONE 0.2s [2023-08-22T19:30:41.208Z] [2023-08-22T19:30:41.208Z] #64 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:30:41.208Z] #64 DONE 0.2s [2023-08-22T19:30:41.466Z] [2023-08-22T19:30:41.466Z] #65 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-22T19:30:41.466Z] #65 DONE 0.2s [2023-08-22T19:30:41.466Z] [2023-08-22T19:30:41.466Z] #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:30:41.466Z] #66 DONE 0.2s [2023-08-22T19:30:41.466Z] [2023-08-22T19:30:41.466Z] #61 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:30:41.466Z] #61 DONE 0.2s [2023-08-22T19:30:41.466Z] [2023-08-22T19:30:41.466Z] #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:30:41.466Z] #67 ... [2023-08-22T19:30:41.466Z] [2023-08-22T19:30:41.466Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-22T19:30:41.466Z] #0 2.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.466Z] #0 2.749 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.466Z] #0 2.968 OK: 265 MiB in 53 packages [2023-08-22T19:30:41.466Z] #68 DONE 3.1s [2023-08-22T19:30:41.466Z] [2023-08-22T19:30:41.466Z] #46 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-22T19:30:41.466Z] #46 43.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.466Z] #46 44.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.466Z] #46 44.88 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:30:41.466Z] #46 44.88 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:30:41.466Z] #46 44.88 OK: 17818 distinct packages available [2023-08-22T19:30:41.466Z] #46 44.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.466Z] #46 45.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-22T19:30:41.466Z] #46 45.32 (1/9) Installing ca-certificates (20230506-r0) [2023-08-22T19:30:41.466Z] #46 45.37 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-22T19:30:41.466Z] #46 45.53 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-22T19:30:41.466Z] #46 45.54 (4/9) Installing libcurl (8.2.1-r0) [2023-08-22T19:30:41.466Z] #46 45.55 (5/9) Installing curl (8.2.1-r0) [2023-08-22T19:30:41.466Z] #46 45.56 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-22T19:30:41.466Z] #46 45.56 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-22T19:30:41.466Z] #46 45.56 (8/9) Installing libucontext (1.2-r0) [2023-08-22T19:30:41.466Z] #46 45.56 (9/9) Installing gcompat (1.1.0-r0) [2023-08-22T19:30:41.466Z] #46 45.57 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:30:41.466Z] #46 45.57 Executing ca-certificates-20230506-r0.trigger [2023-08-22T19:30:41.466Z] #46 45.69 OK: 10 MiB in 24 packages [2023-08-22T19:30:41.466Z] #46 DONE 45.8s [2023-08-22T19:30:41.725Z] [2023-08-22T19:30:41.725Z] #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:30:41.725Z] #69 DONE 0.0s [2023-08-22T19:30:41.725Z] [2023-08-22T19:30:41.725Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:30:43.111Z] #70 ... [2023-08-22T19:30:43.111Z] [2023-08-22T19:30:43.111Z] #58 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-22T19:30:43.111Z] #58 DONE 2.2s [2023-08-22T19:30:43.111Z] [2023-08-22T19:30:43.111Z] #71 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-22T19:30:43.111Z] #71 DONE 0.0s [2023-08-22T19:30:43.369Z] [2023-08-22T19:30:43.369Z] #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:30:49.766Z] Removing intermediate container 71010882c59a [2023-08-22T19:30:49.766Z] ---> dec3075960db [2023-08-22T19:30:49.766Z] Successfully built dec3075960db [2023-08-22T19:30:49.766Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:30:50.171Z] + docker inspect -f . ci-base-image-arm64 [2023-08-22T19:30:50.171Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T19:30:50.451Z] prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container [2023-08-22T19:30:50.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-22T19:30:51.486Z] #72 ... [2023-08-22T19:30:51.486Z] [2023-08-22T19:30:51.486Z] #73 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:30:51.486Z] #73 ... [2023-08-22T19:30:51.486Z] [2023-08-22T19:30:51.486Z] #74 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:30:51.673Z] $ docker top 80640d2c34da534f481cb486ead0e1ccb3dcb8cb11254bd64fc68e81133fe309 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T19:30:52.558Z] + go version [2023-08-22T19:30:52.558Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-22T19:30:52.592Z] $ docker stop --time=1 80640d2c34da534f481cb486ead0e1ccb3dcb8cb11254bd64fc68e81133fe309 [2023-08-22T19:30:54.555Z] $ docker rm -f --volumes 80640d2c34da534f481cb486ead0e1ccb3dcb8cb11254bd64fc68e81133fe309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:30:55.419Z] + docker inspect -f . ci-base-image-arm64 [2023-08-22T19:30:55.419Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T19:30:55.674Z] prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container [2023-08-22T19:30:55.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-22T19:30:56.874Z] $ docker top 32b017efb2acad2141cf16e2dfaba1d6e400bc846e81f52fac410940ade0f53f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-22T19:30:57.123Z] ========================================================= [2023-08-22T19:30:57.123Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-22T19:30:57.123Z] ========================================================= [Pipeline] sh [2023-08-22T19:30:57.439Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-22T19:30:57.818Z] + make test [2023-08-22T19:30:57.818Z] go test -race -coverprofile=coverage.out ./... [2023-08-22T19:31:30.920Z] #74 ... [2023-08-22T19:31:30.920Z] [2023-08-22T19:31:30.920Z] #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:30.920Z] #67 DONE 44.5s [2023-08-22T19:31:30.920Z] [2023-08-22T19:31:30.920Z] #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:30.920Z] #72 DONE 44.6s [2023-08-22T19:31:30.920Z] [2023-08-22T19:31:30.920Z] #75 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-22T19:31:30.920Z] #75 ... [2023-08-22T19:31:30.920Z] [2023-08-22T19:31:30.920Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:30.920Z] #70 DONE 44.6s [2023-08-22T19:31:30.920Z] [2023-08-22T19:31:30.921Z] #76 [support-notifications builder 6/7] COPY . . [2023-08-22T19:31:30.921Z] #76 ... [2023-08-22T19:31:30.921Z] [2023-08-22T19:31:30.921Z] #74 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:30.921Z] #74 DONE 45.2s [2023-08-22T19:31:30.921Z] [2023-08-22T19:31:30.921Z] #77 [core-metadata builder 6/7] COPY . . [2023-08-22T19:31:30.921Z] #77 ... [2023-08-22T19:31:30.921Z] [2023-08-22T19:31:30.921Z] #73 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:30.921Z] #73 DONE 45.7s [2023-08-22T19:31:30.921Z] [2023-08-22T19:31:30.921Z] #78 [security-spire-agent builder 6/9] COPY . . [2023-08-22T19:31:36.190Z] #78 ... [2023-08-22T19:31:36.190Z] [2023-08-22T19:31:36.190Z] #79 [security-proxy-setup builder 6/7] COPY . . [2023-08-22T19:31:36.660Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-22T19:31:46.158Z] #79 ... [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #75 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #75 DONE 19.9s [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #80 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #81 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #82 [security-secretstore-setup builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #82 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #79 [security-proxy-setup builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #79 DONE 19.8s [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #76 [support-notifications builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #76 DONE 19.6s [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #83 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #84 [security-bootstrapper builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #84 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #85 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #78 [security-spire-agent builder 6/9] COPY . . [2023-08-22T19:31:46.159Z] #78 DONE 18.8s [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #86 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #86 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #87 [core-data builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #87 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #88 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #89 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #89 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #90 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #91 [support-scheduler builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #91 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #92 [core-command builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #92 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #93 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #93 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #94 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #94 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #95 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #95 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #96 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #96 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #97 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #97 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #77 [core-metadata builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #77 DONE 19.2s [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #98 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #98 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #99 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #99 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #100 [security-proxy-auth builder 6/7] COPY . . [2023-08-22T19:31:46.159Z] #100 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #101 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T19:31:46.159Z] #101 ... [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #102 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:46.159Z] #102 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #103 [security-spire-server builder 6/9] COPY . . [2023-08-22T19:31:46.159Z] #103 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #104 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-22T19:31:46.159Z] #104 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #105 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-22T19:31:46.159Z] #105 CACHED [2023-08-22T19:31:46.159Z] [2023-08-22T19:31:46.159Z] #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-22T19:31:46.159Z] #106 DONE 0.2s [2023-08-22T19:31:46.417Z] [2023-08-22T19:31:46.417Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:31:51.681Z] #107 ... [2023-08-22T19:31:51.681Z] [2023-08-22T19:31:51.681Z] #108 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:31:51.681Z] #108 DONE 5.1s [2023-08-22T19:31:51.681Z] [2023-08-22T19:31:51.681Z] #101 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T19:31:51.681Z] #101 5.114 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-22T19:31:51.681Z] #101 ... [2023-08-22T19:31:51.681Z] [2023-08-22T19:31:51.681Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:31:51.681Z] #107 DONE 5.2s [2023-08-22T19:31:51.681Z] [2023-08-22T19:31:51.681Z] #109 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-22T19:31:51.681Z] #109 DONE 0.2s [2023-08-22T19:31:51.681Z] [2023-08-22T19:31:51.681Z] #110 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-22T19:31:51.681Z] #110 DONE 0.2s [2023-08-22T19:31:51.681Z] [2023-08-22T19:31:51.681Z] #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-22T19:31:51.681Z] #0 2.778 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-22T19:31:51.938Z] #111 ... [2023-08-22T19:31:51.938Z] [2023-08-22T19:31:51.938Z] #112 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:31:51.938Z] #112 CACHED [2023-08-22T19:31:51.938Z] [2023-08-22T19:31:51.938Z] #113 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:31:51.938Z] #113 CACHED [2023-08-22T19:31:51.938Z] [2023-08-22T19:31:51.938Z] #114 [security-spire-config builder 6/9] COPY . . [2023-08-22T19:31:51.938Z] #114 CACHED [2023-08-22T19:31:51.938Z] [2023-08-22T19:31:51.938Z] #115 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-22T19:31:51.939Z] #115 CACHED [2023-08-22T19:31:51.939Z] [2023-08-22T19:31:51.939Z] #116 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-22T19:31:51.939Z] #116 CACHED [2023-08-22T19:31:51.939Z] [2023-08-22T19:31:51.939Z] #117 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-22T19:31:51.939Z] #117 CACHED [2023-08-22T19:31:51.939Z] [2023-08-22T19:31:51.939Z] #118 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:31:52.504Z] #118 DONE 0.3s [2023-08-22T19:31:52.504Z] [2023-08-22T19:31:52.504Z] #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:31:52.504Z] #119 DONE 0.3s [2023-08-22T19:31:52.504Z] [2023-08-22T19:31:52.504Z] #120 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:31:52.504Z] #120 DONE 0.2s [2023-08-22T19:31:52.504Z] [2023-08-22T19:31:52.504Z] #121 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:31:52.504Z] #121 CACHED [2023-08-22T19:31:52.504Z] [2023-08-22T19:31:52.504Z] #122 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:31:52.504Z] #122 CACHED [2023-08-22T19:31:52.504Z] [2023-08-22T19:31:52.504Z] #123 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:31:52.504Z] #123 DONE 0.1s [2023-08-22T19:31:52.504Z] [2023-08-22T19:31:52.504Z] #124 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:31:55.848Z] #124 DONE 3.2s [2023-08-22T19:31:55.848Z] [2023-08-22T19:31:55.848Z] #125 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-22T19:31:55.848Z] #125 DONE 3.2s [2023-08-22T19:31:55.848Z] [2023-08-22T19:31:55.848Z] #126 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:31:55.848Z] #126 DONE 3.3s [2023-08-22T19:31:55.848Z] [2023-08-22T19:31:55.848Z] #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:31:56.105Z] #127 ... [2023-08-22T19:31:56.105Z] [2023-08-22T19:31:56.105Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-22T19:31:56.105Z] #0 1.326 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-08-22T19:31:56.105Z] #128 ... [2023-08-22T19:31:56.105Z] [2023-08-22T19:31:56.105Z] #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-22T19:31:56.105Z] #0 1.956 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-22T19:31:56.362Z] #129 ... [2023-08-22T19:31:56.362Z] [2023-08-22T19:31:56.362Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T19:31:56.362Z] #0 2.043 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-22T19:31:56.362Z] #130 ... [2023-08-22T19:31:56.362Z] [2023-08-22T19:31:56.362Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-22T19:31:56.362Z] #0 2.075 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-08-22T19:31:56.619Z] #131 ... [2023-08-22T19:31:56.619Z] [2023-08-22T19:31:56.619Z] #132 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-22T19:31:56.619Z] #0 1.342 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-08-22T19:31:56.876Z] #132 ... [2023-08-22T19:31:56.876Z] [2023-08-22T19:31:56.876Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-22T19:31:56.876Z] #0 1.318 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-22T19:31:56.876Z] #133 ... [2023-08-22T19:31:56.876Z] [2023-08-22T19:31:56.876Z] #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-22T19:31:56.876Z] #0 1.343 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-22T19:31:57.134Z] #134 ... [2023-08-22T19:31:57.134Z] [2023-08-22T19:31:57.134Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-22T19:31:57.134Z] #0 2.624 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-22T19:31:57.134Z] #135 ... [2023-08-22T19:31:57.134Z] [2023-08-22T19:31:57.134Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-22T19:31:57.134Z] #0 0.978 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-22T19:31:57.391Z] #136 ... [2023-08-22T19:31:57.391Z] [2023-08-22T19:31:57.392Z] #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:32:01.603Z] #137 ... [2023-08-22T19:32:01.603Z] [2023-08-22T19:32:01.603Z] #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:32:01.603Z] #127 DONE 5.7s [2023-08-22T19:32:01.603Z] [2023-08-22T19:32:01.603Z] #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:32:01.603Z] #138 ... [2023-08-22T19:32:01.603Z] [2023-08-22T19:32:01.603Z] #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-22T19:32:04.125Z] #139 DONE 2.7s [2023-08-22T19:32:04.125Z] [2023-08-22T19:32:04.125Z] #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:32:04.125Z] #137 DONE 8.3s [2023-08-22T19:32:04.125Z] [2023-08-22T19:32:04.125Z] #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:32:04.125Z] #138 DONE 8.4s [2023-08-22T19:32:04.125Z] [2023-08-22T19:32:04.125Z] #140 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:32:06.755Z] #140 DONE 2.7s [2023-08-22T19:32:06.755Z] [2023-08-22T19:32:06.755Z] #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-22T19:32:07.013Z] #141 ... [2023-08-22T19:32:07.013Z] [2023-08-22T19:32:07.013Z] #142 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-22T19:32:07.013Z] #142 DONE 2.8s [2023-08-22T19:32:07.013Z] [2023-08-22T19:32:07.013Z] #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-22T19:32:07.013Z] #141 DONE 2.9s [2023-08-22T19:32:07.013Z] [2023-08-22T19:32:07.013Z] #143 [security-spire-config] exporting to image [2023-08-22T19:32:07.013Z] #143 exporting layers [2023-08-22T19:32:11.191Z] #143 ... [2023-08-22T19:32:11.191Z] [2023-08-22T19:32:11.191Z] #144 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-22T19:32:11.191Z] #144 DONE 3.8s [2023-08-22T19:32:11.191Z] [2023-08-22T19:32:11.191Z] #145 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-22T19:32:11.191Z] #145 DONE 3.9s [2023-08-22T19:32:11.191Z] [2023-08-22T19:32:11.191Z] #143 [security-spire-server] exporting to image [2023-08-22T19:32:12.129Z] #143 ... [2023-08-22T19:32:12.129Z] [2023-08-22T19:32:12.129Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-22T19:32:12.129Z] #146 DONE 1.3s [2023-08-22T19:32:12.129Z] [2023-08-22T19:32:12.129Z] #143 [security-spire-agent] exporting to image [2023-08-22T19:32:12.696Z] #143 exporting layers 5.4s done [2023-08-22T19:32:12.697Z] #143 writing image sha256:b25e40b426cfb293e5c78c5e1177eb6c32b4e6edfbba4e8064496757acc4192f 0.0s done [2023-08-22T19:32:12.697Z] #143 naming to docker.io/library/security-spire-config done [2023-08-22T19:32:12.697Z] #143 exporting layers 1.9s done [2023-08-22T19:32:12.697Z] #143 writing image sha256:db98672916f0d2557fbd1a49d5792103b6d66fa40c72a55b6bbd290bc60c23a8 0.1s done [2023-08-22T19:32:12.697Z] #143 naming to docker.io/library/security-spire-server done [2023-08-22T19:32:12.954Z] #143 exporting layers 0.8s done [2023-08-22T19:32:12.954Z] #143 writing image sha256:0c9519ef2651d345523ecf3f4032a2c5009c6dd226579f8fd78beade367e5ee7 0.0s done [2023-08-22T19:32:12.954Z] #143 naming to docker.io/library/security-spire-agent 0.0s done [2023-08-22T19:32:12.954Z] #143 DONE 5.8s [2023-08-22T19:32:12.954Z] [2023-08-22T19:32:12.954Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T19:32:59.690Z] #130 ... [2023-08-22T19:32:59.690Z] [2023-08-22T19:32:59.690Z] #132 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-22T19:32:59.690Z] #132 71.00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-08-22T19:33:31.768Z] #132 DONE 101.3s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-22T19:33:31.768Z] #128 DONE 101.3s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-22T19:33:31.768Z] #133 ... [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-22T19:33:31.768Z] #131 DONE 101.3s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-22T19:33:31.768Z] #111 DONE 101.4s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.768Z] #147 ... [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-22T19:33:31.768Z] #129 DONE 101.4s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T19:33:31.768Z] #130 DONE 101.5s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #101 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T19:33:31.768Z] #101 DONE 101.6s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #148 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.768Z] #148 ... [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-22T19:33:31.768Z] #133 DONE 101.6s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.768Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-22T19:33:31.768Z] #135 DONE 101.7s [2023-08-22T19:33:31.768Z] [2023-08-22T19:33:31.769Z] #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-22T19:33:31.769Z] #134 DONE 101.7s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-22T19:33:31.769Z] #136 DONE 101.7s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #149 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #148 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #148 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #150 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #150 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #147 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #151 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #151 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #152 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #152 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #153 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #153 DONE 0.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #149 DONE 0.4s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-22T19:33:31.769Z] #154 DONE 0.4s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #155 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #155 DONE 0.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #156 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #156 DONE 0.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #157 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #157 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #158 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #158 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #152 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #152 DONE 0.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #159 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #159 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #160 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #160 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #161 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #161 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #162 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #162 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #163 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #163 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #164 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #164 CACHED [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #165 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #165 DONE 0.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #166 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-22T19:33:31.769Z] #166 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #167 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #167 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #168 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-22T19:33:31.769Z] #168 DONE 1.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #169 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-22T19:33:31.769Z] #169 DONE 1.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #170 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #170 DONE 1.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #171 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-08-22T19:33:31.769Z] #171 DONE 1.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #166 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-22T19:33:31.769Z] #166 DONE 1.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #172 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-22T19:33:31.769Z] #172 DONE 1.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #173 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #173 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #174 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-22T19:33:31.769Z] #174 DONE 1.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #175 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-22T19:33:31.769Z] #175 DONE 1.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #176 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-22T19:33:31.769Z] #176 DONE 1.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #177 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #177 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #178 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-22T19:33:31.769Z] #178 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #179 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #179 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #180 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-22T19:33:31.769Z] #180 DONE 0.8s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #181 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #182 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-08-22T19:33:31.769Z] #182 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #173 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #173 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #183 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #183 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #184 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #184 DONE 0.6s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #185 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-22T19:33:31.769Z] #185 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #186 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #186 DONE 0.7s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #177 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #177 DONE 0.7s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #187 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-22T19:33:31.769Z] #187 DONE 2.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #188 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-22T19:33:31.769Z] #188 DONE 0.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #143 [support-scheduler] exporting to image [2023-08-22T19:33:31.769Z] #143 exporting layers 0.2s done [2023-08-22T19:33:31.769Z] #143 writing image sha256:8e1f07fee0a76bb61a15116e4cc83097197ee67b367f6b0177138e10fae0f190 [2023-08-22T19:33:31.769Z] #143 exporting layers 0.2s done [2023-08-22T19:33:31.769Z] #143 writing image sha256:8e1f07fee0a76bb61a15116e4cc83097197ee67b367f6b0177138e10fae0f190 done [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/core-data done [2023-08-22T19:33:31.769Z] #143 writing image sha256:9080cfeb1fa0fa023cda3acf6de80260385e367d1a5552ee0c3a557b7c1d4897 done [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/security-spiffe-token-provider [2023-08-22T19:33:31.769Z] #143 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #189 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #189 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #190 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:33:31.769Z] #190 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #191 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-08-22T19:33:31.769Z] #191 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #185 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-22T19:33:31.769Z] #185 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #143 [support-notifications] exporting to image [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/security-spiffe-token-provider 0.1s done [2023-08-22T19:33:31.769Z] #143 writing image sha256:3b79f9570e4d3a1c2aea2c84d9640f2e38f6f0ccedcbe7d195bd422ab88f1003 done [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/core-command done [2023-08-22T19:33:31.769Z] #143 writing image sha256:972546f181f7887287e4bbdd45b94df6a9fea66b837426b2cbdf71c289ce20ff done [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/support-scheduler [2023-08-22T19:33:31.769Z] #143 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-22T19:33:31.769Z] #192 DONE 0.4s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #193 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:33:31.769Z] #193 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #194 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-22T19:33:31.769Z] #194 DONE 0.5s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #143 [core-metadata] exporting to image [2023-08-22T19:33:31.769Z] #143 exporting layers 0.2s done [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/support-scheduler done [2023-08-22T19:33:31.769Z] #143 writing image sha256:10a14ed53c3ebd51d3fab82b98811d37969a6cd2a533d2b55f6a8b85cf37e8d3 0.0s done [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/support-notifications done [2023-08-22T19:33:31.769Z] #143 exporting layers 0.3s done [2023-08-22T19:33:31.769Z] #143 writing image sha256:03b25011d1111fd00abf8593556fe2c700f9d3b9970df50d84de5bcff1432d66 0.0s done [2023-08-22T19:33:31.769Z] #143 naming to docker.io/library/core-metadata done [2023-08-22T19:33:31.769Z] #143 DONE 6.8s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #195 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-22T19:33:31.769Z] #195 DONE 0.3s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #196 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-22T19:33:31.769Z] #196 DONE 0.2s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #197 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:33:31.769Z] #197 DONE 0.2s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #198 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-22T19:33:31.769Z] #198 ... [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #199 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-22T19:33:31.769Z] #199 DONE 0.4s [2023-08-22T19:33:31.769Z] [2023-08-22T19:33:31.769Z] #200 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-22T19:33:32.028Z] #200 DONE 0.3s [2023-08-22T19:33:32.028Z] [2023-08-22T19:33:32.028Z] #201 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T19:33:32.028Z] #201 DONE 1.0s [2023-08-22T19:33:32.028Z] [2023-08-22T19:33:32.028Z] #202 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T19:33:32.028Z] #202 DONE 1.0s [2023-08-22T19:33:32.028Z] [2023-08-22T19:33:32.028Z] #198 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-22T19:33:32.028Z] #198 DONE 0.6s [2023-08-22T19:33:32.028Z] [2023-08-22T19:33:32.028Z] #143 [security-proxy-auth] exporting to image [2023-08-22T19:33:32.028Z] #143 ... [2023-08-22T19:33:32.028Z] [2023-08-22T19:33:32.028Z] #203 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T19:33:32.028Z] #203 DONE 0.8s [2023-08-22T19:33:32.287Z] [2023-08-22T19:33:32.287Z] #204 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-22T19:33:32.287Z] #204 DONE 0.2s [2023-08-22T19:33:32.287Z] [2023-08-22T19:33:32.287Z] #143 [security-proxy-setup] exporting to image [2023-08-22T19:33:32.287Z] #143 ... [2023-08-22T19:33:32.287Z] [2023-08-22T19:33:32.287Z] #205 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-08-22T19:33:32.287Z] #205 DONE 0.2s [2023-08-22T19:33:32.287Z] [2023-08-22T19:33:32.287Z] #206 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-08-22T19:33:32.287Z] #206 DONE 0.0s [2023-08-22T19:33:32.546Z] [2023-08-22T19:33:32.546Z] #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-22T19:33:32.546Z] #207 DONE 0.0s [2023-08-22T19:33:32.546Z] [2023-08-22T19:33:32.546Z] #143 [security-proxy-auth] exporting to image [2023-08-22T19:33:32.546Z] #143 exporting layers 0.4s done [2023-08-22T19:33:32.546Z] #143 writing image sha256:e9489240bf724d06f24e84015567f36cb7fba882b640eafdb66e09d0ac6fb5b6 0.0s done [2023-08-22T19:33:32.546Z] #143 writing image sha256:f8aab9b975d44f09c6654c12ee8c8168a3561d22b6e9ab44e6a29fefc4423a9a done [2023-08-22T19:33:32.546Z] #143 naming to docker.io/library/security-proxy-auth done [2023-08-22T19:33:32.546Z] #143 naming to docker.io/library/core-common-config-bootstrapper done [2023-08-22T19:33:32.546Z] #143 writing image sha256:98310af7fede2ae577fc9c9606ba4424e7917c4e29847c87a5612cd75b9dc79b [2023-08-22T19:33:32.546Z] #143 writing image sha256:98310af7fede2ae577fc9c9606ba4424e7917c4e29847c87a5612cd75b9dc79b done [2023-08-22T19:33:32.546Z] #143 naming to docker.io/library/security-proxy-setup 0.0s done [2023-08-22T19:33:32.546Z] #143 DONE 7.4s [2023-08-22T19:33:32.546Z] [2023-08-22T19:33:32.546Z] #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-22T19:33:32.546Z] #208 DONE 0.1s [2023-08-22T19:33:32.546Z] [2023-08-22T19:33:32.546Z] #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-22T19:33:32.805Z] #209 ... [2023-08-22T19:33:32.805Z] [2023-08-22T19:33:32.805Z] #210 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T19:33:32.805Z] #210 DONE 0.7s [2023-08-22T19:33:32.805Z] [2023-08-22T19:33:32.805Z] #143 [security-secretstore-setup] exporting to image [2023-08-22T19:33:33.062Z] #143 ... [2023-08-22T19:33:33.062Z] [2023-08-22T19:33:33.062Z] #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-22T19:33:33.062Z] #209 DONE 0.4s [2023-08-22T19:33:33.062Z] [2023-08-22T19:33:33.062Z] #143 [security-bootstrapper] exporting to image [2023-08-22T19:33:33.062Z] #143 exporting layers 0.3s done [2023-08-22T19:33:33.062Z] #143 writing image sha256:c487d9268256e59c43b63446125ad789f215b2bac4a4a4d499ab96445e0a04ad 0.0s done [2023-08-22T19:33:33.062Z] #143 naming to docker.io/library/security-secretstore-setup [2023-08-22T19:33:33.062Z] #143 exporting layers 0.2s done [2023-08-22T19:33:33.062Z] #143 naming to docker.io/library/security-secretstore-setup done [2023-08-22T19:33:33.062Z] #143 writing image sha256:f9414fdf0eb855b70543e2198581892c7bacfc61472b19a399d55d2b68f1145e done [2023-08-22T19:33:33.062Z] #143 naming to docker.io/library/security-bootstrapper done [2023-08-22T19:33:33.062Z] #143 DONE 7.9s [2023-08-22T19:33:33.062Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.062Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.062Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.062Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.062Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.062Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.062Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.063Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.063Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.063Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.063Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.063Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.063Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T19:33:33.063Z] time="2023-08-22T19:29:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-22T19:33:33.103Z] $ docker stop --time=1 32bdda58234817eee6fe91880a682487837df7504c796d2da12dad8ec0b75129 [2023-08-22T19:33:34.324Z] $ docker rm -f --volumes 32bdda58234817eee6fe91880a682487837df7504c796d2da12dad8ec0b75129 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-22T19:33:34.724Z] + docker images [2023-08-22T19:33:34.724Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-22T19:33:34.724Z] security-secretstore-setup latest c487d9268256 2 seconds ago 44.1MB [2023-08-22T19:33:34.724Z] security-bootstrapper latest f9414fdf0eb8 2 seconds ago 23MB [2023-08-22T19:33:34.724Z] security-proxy-setup latest 98310af7fede 3 seconds ago 29.2MB [2023-08-22T19:33:34.724Z] security-proxy-auth latest f8aab9b975d4 3 seconds ago 19.4MB [2023-08-22T19:33:34.724Z] core-common-config-bootstrapper latest e9489240bf72 3 seconds ago 18.1MB [2023-08-22T19:33:34.724Z] core-metadata latest 03b25011d111 4 seconds ago 21.6MB [2023-08-22T19:33:34.724Z] support-notifications latest 10a14ed53c3e 4 seconds ago 34.3MB [2023-08-22T19:33:34.724Z] core-data latest 8e1f07fee0a7 4 seconds ago 21.2MB [2023-08-22T19:33:34.724Z] security-spiffe-token-provider latest 9080cfeb1fa0 4 seconds ago 33.5MB [2023-08-22T19:33:34.724Z] core-command latest 3b79f9570e4d 4 seconds ago 21MB [2023-08-22T19:33:34.724Z] support-scheduler latest 972546f181f7 4 seconds ago 33.7MB [2023-08-22T19:33:34.724Z] security-spire-agent latest 0c9519ef2651 About a minute ago 161MB [2023-08-22T19:33:34.724Z] security-spire-server latest db98672916f0 About a minute ago 103MB [2023-08-22T19:33:34.724Z] security-spire-config latest b25e40b426cf About a minute ago 102MB [2023-08-22T19:33:34.724Z] ci-base-image-x86_64 latest e864e4117c2a 5 minutes ago 1.07GB [2023-08-22T19:33:34.724Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 5 weeks ago 696MB [2023-08-22T19:33:34.724Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB [2023-08-22T19:33:34.724Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-22T19:33:43.307Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-22T19:33:43.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-22T19:33:43.578Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-22T19:33:43.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-22T19:33:53.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-22T19:33:53.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-22T19:33:53.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.333s coverage: 28.7% of statements [2023-08-22T19:34:00.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.291s coverage: 97.0% of statements [2023-08-22T19:34:05.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-22T19:34:05.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-22T19:34:05.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-22T19:34:08.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.372s coverage: 71.5% of statements [2023-08-22T19:34:10.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-22T19:34:10.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-22T19:34:10.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.302s coverage: 54.0% of statements [2023-08-22T19:34:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-22T19:34:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-22T19:34:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:34:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-22T19:34:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-22T19:34:22.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-22T19:34:22.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-22T19:34:40.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-22T19:34:40.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:34:40.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-22T19:34:40.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.897s coverage: 93.4% of statements [2023-08-22T19:34:40.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.454s coverage: 3.8% of statements [2023-08-22T19:34:41.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.596s coverage: 97.6% of statements [2023-08-22T19:34:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-22T19:34:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-22T19:34:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-22T19:34:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-22T19:34:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-22T19:34:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-22T19:34:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-22T19:34:41.702Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.216s coverage: 72.2% of statements [2023-08-22T19:34:51.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-22T19:34:51.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-22T19:34:51.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.412s coverage: 0.9% of statements [2023-08-22T19:34:51.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.264s coverage: 32.2% of statements [2023-08-22T19:34:55.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.291s coverage: 42.9% of statements [2023-08-22T19:34:55.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.272s coverage: 82.9% of statements [2023-08-22T19:34:55.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.236s coverage: 94.1% of statements [2023-08-22T19:34:55.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.271s coverage: 96.3% of statements [2023-08-22T19:34:59.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.219s coverage: 87.5% of statements [2023-08-22T19:35:01.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-22T19:35:01.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-22T19:35:01.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-22T19:35:01.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-22T19:35:04.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-22T19:35:04.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-22T19:35:04.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-22T19:35:04.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-22T19:35:11.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.215s coverage: 94.4% of statements [2023-08-22T19:35:11.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-22T19:35:11.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-22T19:35:11.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-22T19:35:11.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-22T19:35:17.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-22T19:35:17.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-22T19:35:19.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-22T19:35:24.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.029s coverage: 79.9% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 17.273s coverage: 92.9% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 64.4% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.219s coverage: 62.3% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.184s coverage: 20.0% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.194s coverage: 100.0% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.484s coverage: 81.8% of statements [2023-08-22T19:35:25.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.461s coverage: 82.1% of statements [2023-08-22T19:35:26.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-22T19:35:26.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 86.0% of statements [2023-08-22T19:35:31.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-22T19:35:31.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-22T19:35:31.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.983s coverage: 63.1% of statements [2023-08-22T19:35:31.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.243s coverage: 100.0% of statements [2023-08-22T19:35:33.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements [2023-08-22T19:35:33.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2023-08-22T19:35:33.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2023-08-22T19:35:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-22T19:35:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-22T19:35:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-22T19:35:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2023-08-22T19:35:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-22T19:35:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-22T19:35:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-22T19:35:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.982s coverage: 38.4% of statements [2023-08-22T19:35:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.254s coverage: 89.5% of statements [2023-08-22T19:35:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-22T19:35:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-22T19:35:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-22T19:35:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-22T19:35:46.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.209s coverage: 84.8% of statements [2023-08-22T19:35:52.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-22T19:35:52.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-22T19:35:52.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-22T19:35:52.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-22T19:35:59.422Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.291s coverage: 17.7% of statements [2023-08-22T19:35:59.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-22T19:35:59.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:35:59.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-22T19:35:59.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-22T19:36:00.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.596s coverage: 95.7% of statements [2023-08-22T19:36:04.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-22T19:36:04.247Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-22T19:36:04.247Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.304s coverage: 61.8% of statements [2023-08-22T19:36:06.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-22T19:36:06.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-22T19:36:06.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.375s coverage: 98.9% of statements [2023-08-22T19:36:07.714Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-08-22T19:36:07.714Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-22T19:36:07.714Z] go vet ./... [2023-08-22T19:38:44.380Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-22T19:38:44.380Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-22T19:38:44.380Z] ./bin/test-attribution-txt.sh [2023-08-22T19:38:44.380Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-22T19:38:44.380Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-22T19:38:44.380Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-22T19:38:44.380Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-22T19:38:44.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-22T19:38:44.759Z] + ls -al . [2023-08-22T19:38:44.759Z] total 724 [2023-08-22T19:38:44.759Z] drwxrwxr-x 11 1001 1001 4096 Aug 22 19:31 . [2023-08-22T19:38:44.759Z] drwxr-xr-x 4 root root 4096 Aug 22 19:30 .. [2023-08-22T19:38:44.759Z] drwxrwxr-x 2 1001 1001 4096 Aug 22 19:29 .blubracket [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 16 Aug 22 19:29 .dockerignore [2023-08-22T19:38:44.759Z] drwxrwxr-x 8 1001 1001 4096 Aug 22 19:29 .git [2023-08-22T19:38:44.759Z] drwxrwxr-x 3 1001 1001 4096 Aug 22 19:29 .github [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 1173 Aug 22 19:29 .gitignore [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 42 Aug 22 19:29 .golangci.yml [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 87 Aug 22 19:29 .hadolint.yml [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 166 Aug 22 19:29 .sonarcloud.properties [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 1171 Aug 22 19:29 ADOPTERS.md [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 11152 Aug 22 19:29 Attribution.txt [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 93407 Aug 22 19:29 CHANGELOG.md [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 3804 Aug 22 19:29 CONTRIBUTING.md [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 677 Aug 22 19:29 GOVERNANCE.md [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 883 Aug 22 19:29 Jenkinsfile [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 10775 Aug 22 19:29 LICENSE [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 14764 Aug 22 19:29 Makefile [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 582 Aug 22 19:29 OWNERS.md [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 9923 Aug 22 19:29 README.md [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 789 Aug 22 19:29 SECURITY.md [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 5 Aug 22 19:27 VERSION [2023-08-22T19:38:44.759Z] drwxrwxr-x 2 1001 1001 4096 Aug 22 19:29 bin [2023-08-22T19:38:44.759Z] drwxrwxr-x 18 1001 1001 4096 Aug 22 19:29 cmd [2023-08-22T19:38:44.759Z] -rw-r--r-- 1 root root 446998 Aug 22 19:36 coverage.out [2023-08-22T19:38:44.759Z] drwxrwxr-x 2 1001 1001 4096 Aug 22 19:29 fuzz_test [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 3687 Aug 22 19:29 go.mod [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 33714 Aug 22 19:29 go.sum [2023-08-22T19:38:44.759Z] drwxrwxr-x 7 1001 1001 4096 Aug 22 19:29 internal [2023-08-22T19:38:44.759Z] drwxrwxr-x 3 1001 1001 4096 Aug 22 19:29 openapi [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 594 Aug 22 19:29 security.txt [2023-08-22T19:38:44.759Z] drwxrwxr-x 4 1001 1001 4096 Aug 22 19:29 snap [2023-08-22T19:38:44.759Z] -rw-rw-r-- 1 1001 1001 204 Aug 22 19:29 version.go [Pipeline] sh [2023-08-22T19:38:45.464Z] + '[' -e coverage.out ] [2023-08-22T19:38:45.464Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-22T19:38:45.496Z] Warning: overwriting stash ‘coverage-report’ [2023-08-22T19:38:46.317Z] Stashed 1 file(s) [Pipeline] sh [2023-08-22T19:38:46.654Z] + make build [2023-08-22T19:38:46.931Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-22T19:40:23.601Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-22T19:40:26.931Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-22T19:40:32.265Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-08-22T19:40:36.514Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-22T19:41:15.365Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-22T19:41:20.694Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-22T19:41:27.328Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-08-22T19:41:32.663Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-08-22T19:41:36.909Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-22T19:41:41.164Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-22T19:41:47.812Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-08-22T19:41:53.153Z] $ docker stop --time=1 32b017efb2acad2141cf16e2dfaba1d6e400bc846e81f52fac410940ade0f53f [2023-08-22T19:41:55.085Z] $ docker rm -f --volumes 32b017efb2acad2141cf16e2dfaba1d6e400bc846e81f52fac410940ade0f53f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:41:57.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-22T19:41:57.813Z] [2023-08-22T19:41:57.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T19:41:58.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-22T19:41:58.478Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-08-22T19:41:58.478Z] 547446be3368: Pulling fs layer [2023-08-22T19:41:58.478Z] d125d8839a47: Pulling fs layer [2023-08-22T19:41:58.478Z] 3e85d5ac6304: Pulling fs layer [2023-08-22T19:41:58.478Z] c3105a71a48b: Pulling fs layer [2023-08-22T19:41:58.478Z] 0f093f025ec4: Pulling fs layer [2023-08-22T19:41:58.478Z] c3106fc0e877: Pulling fs layer [2023-08-22T19:41:58.478Z] c3105a71a48b: Waiting [2023-08-22T19:41:58.478Z] 0f093f025ec4: Waiting [2023-08-22T19:41:58.478Z] c3106fc0e877: Waiting [2023-08-22T19:41:58.478Z] 547446be3368: Verifying Checksum [2023-08-22T19:41:58.478Z] 547446be3368: Download complete [2023-08-22T19:41:58.478Z] c3105a71a48b: Verifying Checksum [2023-08-22T19:41:58.478Z] c3105a71a48b: Download complete [2023-08-22T19:41:58.747Z] d125d8839a47: Verifying Checksum [2023-08-22T19:41:58.747Z] d125d8839a47: Download complete [2023-08-22T19:41:59.014Z] c3106fc0e877: Verifying Checksum [2023-08-22T19:41:59.014Z] c3106fc0e877: Download complete [2023-08-22T19:41:59.014Z] 0f093f025ec4: Verifying Checksum [2023-08-22T19:41:59.014Z] 0f093f025ec4: Download complete [2023-08-22T19:41:59.282Z] 547446be3368: Pull complete [2023-08-22T19:42:00.242Z] d125d8839a47: Pull complete [2023-08-22T19:42:00.825Z] 3e85d5ac6304: Download complete [2023-08-22T19:42:09.027Z] 3e85d5ac6304: Pull complete [2023-08-22T19:42:09.027Z] c3105a71a48b: Pull complete [2023-08-22T19:42:09.989Z] 0f093f025ec4: Pull complete [2023-08-22T19:42:10.255Z] c3106fc0e877: Pull complete [2023-08-22T19:42:10.255Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-08-22T19:42:10.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-22T19:42:10.255Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T19:42:10.550Z] prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container [2023-08-22T19:42:10.608Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-08-22T19:42:12.690Z] $ docker top a259962d17d5d452e68093d1d88860fab117941088169c1d7c1c8ec2c396b5e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T19:42:13.559Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-22T19:42:21.766Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-22T19:42:21.766Z] #1 transferring dockerfile: 2.82kB done [2023-08-22T19:42:21.766Z] #1 DONE 0.1s [2023-08-22T19:42:22.035Z] [2023-08-22T19:42:22.035Z] #2 [core-command internal] load build definition from Dockerfile [2023-08-22T19:42:22.035Z] #2 transferring dockerfile: 1.82kB done [2023-08-22T19:42:22.035Z] #2 DONE 0.0s [2023-08-22T19:42:22.035Z] [2023-08-22T19:42:22.035Z] #3 [security-spire-server internal] load build definition from Dockerfile [2023-08-22T19:42:22.035Z] #3 transferring dockerfile: 2.63kB 0.0s done [2023-08-22T19:42:22.035Z] #3 DONE 0.1s [2023-08-22T19:42:22.035Z] [2023-08-22T19:42:22.035Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-22T19:42:22.304Z] #4 transferring dockerfile: 2.39kB 0.0s done [2023-08-22T19:42:22.304Z] #4 DONE 0.1s [2023-08-22T19:42:22.304Z] [2023-08-22T19:42:22.304Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-22T19:42:22.304Z] #5 transferring dockerfile: 2.04kB done [2023-08-22T19:42:22.304Z] #5 DONE 0.1s [2023-08-22T19:42:22.304Z] [2023-08-22T19:42:22.304Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-22T19:42:22.304Z] #6 transferring dockerfile: 2.38kB done [2023-08-22T19:42:22.304Z] #6 DONE 0.1s [2023-08-22T19:42:22.304Z] [2023-08-22T19:42:22.304Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-22T19:42:22.304Z] #7 transferring dockerfile: 1.78kB done [2023-08-22T19:42:22.304Z] #7 DONE 0.1s [2023-08-22T19:42:22.304Z] [2023-08-22T19:42:22.304Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2023-08-22T19:42:22.304Z] #8 transferring dockerfile: 2.68kB done [2023-08-22T19:42:22.304Z] #8 DONE 0.1s [2023-08-22T19:42:22.304Z] [2023-08-22T19:42:22.304Z] #9 [security-spire-config internal] load build definition from Dockerfile [2023-08-22T19:42:22.304Z] #9 transferring dockerfile: 2.58kB 0.0s done [2023-08-22T19:42:22.304Z] #9 DONE 0.1s [2023-08-22T19:42:22.304Z] [2023-08-22T19:42:22.304Z] #10 [core-data internal] load build definition from Dockerfile [2023-08-22T19:42:22.304Z] #10 transferring dockerfile: 1.90kB done [2023-08-22T19:42:22.572Z] #10 DONE 0.1s [2023-08-22T19:42:22.572Z] [2023-08-22T19:42:22.572Z] #11 [core-metadata internal] load build definition from Dockerfile [2023-08-22T19:42:22.572Z] #11 transferring dockerfile: 1.96kB done [2023-08-22T19:42:22.572Z] #11 DONE 0.1s [2023-08-22T19:42:22.572Z] [2023-08-22T19:42:22.572Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-22T19:42:22.572Z] #12 transferring dockerfile: 2.12kB done [2023-08-22T19:42:22.572Z] #12 DONE 0.1s [2023-08-22T19:42:22.572Z] [2023-08-22T19:42:22.572Z] #13 [support-notifications internal] load build definition from Dockerfile [2023-08-22T19:42:22.572Z] #13 transferring dockerfile: 1.84kB 0.0s done [2023-08-22T19:42:22.572Z] #13 DONE 0.1s [2023-08-22T19:42:22.837Z] [2023-08-22T19:42:22.837Z] #14 [support-scheduler internal] load build definition from Dockerfile [2023-08-22T19:42:22.837Z] #14 transferring dockerfile: 1.82kB done [2023-08-22T19:42:22.837Z] #14 DONE 0.1s [2023-08-22T19:42:22.837Z] [2023-08-22T19:42:22.837Z] #15 [security-bootstrapper internal] load .dockerignore [2023-08-22T19:42:22.837Z] #15 transferring context: 32B [2023-08-22T19:42:22.837Z] #15 transferring context: 56B 0.0s done [2023-08-22T19:42:22.837Z] #15 DONE 0.1s [2023-08-22T19:42:23.438Z] [2023-08-22T19:42:23.438Z] #16 [core-command internal] load .dockerignore [2023-08-22T19:42:23.438Z] #16 transferring context: 56B done [2023-08-22T19:42:23.438Z] #16 DONE 0.0s [2023-08-22T19:42:23.438Z] [2023-08-22T19:42:23.438Z] #17 [security-spire-server internal] load .dockerignore [2023-08-22T19:42:23.707Z] #17 transferring context: 56B done [2023-08-22T19:42:23.707Z] #17 DONE 0.0s [2023-08-22T19:42:23.707Z] [2023-08-22T19:42:23.707Z] #18 [security-proxy-setup internal] load .dockerignore [2023-08-22T19:42:23.707Z] #18 transferring context: 56B done [2023-08-22T19:42:23.707Z] #18 DONE 0.0s [2023-08-22T19:42:23.707Z] [2023-08-22T19:42:23.707Z] #19 [security-proxy-auth internal] load .dockerignore [2023-08-22T19:42:23.707Z] #19 transferring context: 56B done [2023-08-22T19:42:23.707Z] #19 DONE 0.1s [2023-08-22T19:42:23.707Z] [2023-08-22T19:42:23.707Z] #20 [security-secretstore-setup internal] load .dockerignore [2023-08-22T19:42:23.707Z] #20 transferring context: 56B done [2023-08-22T19:42:23.707Z] #20 DONE 0.1s [2023-08-22T19:42:23.707Z] [2023-08-22T19:42:23.707Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2023-08-22T19:42:23.707Z] #21 transferring context: 56B done [2023-08-22T19:42:23.707Z] #21 DONE 0.1s [2023-08-22T19:42:23.707Z] [2023-08-22T19:42:23.707Z] #22 [security-spire-agent internal] load .dockerignore [2023-08-22T19:42:23.707Z] #22 transferring context: 56B 0.0s done [2023-08-22T19:42:23.707Z] #22 DONE 0.1s [2023-08-22T19:42:23.707Z] [2023-08-22T19:42:23.707Z] #23 [security-spire-config internal] load .dockerignore [2023-08-22T19:42:23.975Z] #23 transferring context: 56B done [2023-08-22T19:42:23.975Z] #23 DONE 0.1s [2023-08-22T19:42:23.975Z] [2023-08-22T19:42:23.975Z] #24 [core-data internal] load .dockerignore [2023-08-22T19:42:23.975Z] #24 transferring context: 56B 0.0s done [2023-08-22T19:42:23.975Z] #24 DONE 0.1s [2023-08-22T19:42:23.975Z] [2023-08-22T19:42:23.975Z] #25 [core-metadata internal] load .dockerignore [2023-08-22T19:42:23.975Z] #25 transferring context: 56B done [2023-08-22T19:42:23.975Z] #25 DONE 0.1s [2023-08-22T19:42:23.975Z] [2023-08-22T19:42:23.975Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-22T19:42:23.975Z] #26 transferring context: 56B 0.0s done [2023-08-22T19:42:23.975Z] #26 DONE 0.1s [2023-08-22T19:42:23.975Z] [2023-08-22T19:42:23.975Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T19:42:24.248Z] #27 ... [2023-08-22T19:42:24.248Z] [2023-08-22T19:42:24.249Z] #28 [support-scheduler internal] load .dockerignore [2023-08-22T19:42:24.249Z] #28 transferring context: 56B done [2023-08-22T19:42:24.249Z] #28 DONE 0.1s [2023-08-22T19:42:24.249Z] [2023-08-22T19:42:24.249Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:24.249Z] #29 DONE 0.0s [2023-08-22T19:42:24.249Z] [2023-08-22T19:42:24.249Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T19:42:24.249Z] #27 transferring context: 56B done [2023-08-22T19:42:24.249Z] #27 ... [2023-08-22T19:42:24.249Z] [2023-08-22T19:42:24.249Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-22T19:42:24.249Z] #30 DONE 0.1s [2023-08-22T19:42:24.516Z] [2023-08-22T19:42:24.516Z] #31 [security-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:24.516Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:24.517Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s [2023-08-22T19:42:24.517Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:24.517Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:24.517Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:24.517Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s [2023-08-22T19:42:24.517Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-08-22T19:42:24.517Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:25.104Z] #31 ... [2023-08-22T19:42:25.104Z] [2023-08-22T19:42:25.104Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:25.104Z] #29 DONE 0.0s [2023-08-22T19:42:25.104Z] [2023-08-22T19:42:25.104Z] #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:25.104Z] #32 DONE 0.8s [2023-08-22T19:42:25.104Z] [2023-08-22T19:42:25.104Z] #31 [security-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:25.373Z] #31 ... [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:25.373Z] #29 DONE 0.0s [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:25.373Z] #32 DONE 1.4s [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #31 [core-command stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:25.373Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:25.373Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:25.373Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:25.373Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:25.373Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:25.373Z] #31 ... [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:25.373Z] #29 DONE 0.0s [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-22T19:42:25.373Z] #30 DONE 0.3s [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #32 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:25.373Z] #32 DONE 1.5s [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #33 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-08-22T19:42:25.373Z] #33 DONE 0.6s [2023-08-22T19:42:25.373Z] [2023-08-22T19:42:25.373Z] #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:25.373Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:25.373Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:25.373Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:25.373Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:25.373Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:25.644Z] #31 ... [2023-08-22T19:42:25.644Z] [2023-08-22T19:42:25.644Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:25.644Z] #29 DONE 0.0s [2023-08-22T19:42:25.910Z] [2023-08-22T19:42:25.910Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:25.910Z] #29 DONE 0.0s [2023-08-22T19:42:25.910Z] [2023-08-22T19:42:25.910Z] #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:25.910Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done [2023-08-22T19:42:25.910Z] #31 ... [2023-08-22T19:42:25.910Z] [2023-08-22T19:42:25.910Z] #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:25.910Z] #32 DONE 1.5s [2023-08-22T19:42:25.910Z] [2023-08-22T19:42:25.910Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:25.910Z] #29 DONE 0.0s [2023-08-22T19:42:25.910Z] [2023-08-22T19:42:25.910Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-08-22T19:42:25.910Z] #33 DONE 0.6s [2023-08-22T19:42:25.910Z] [2023-08-22T19:42:25.910Z] #31 [security-proxy-auth stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:25.910Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:25.910Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:25.910Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:25.910Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:25.910Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:25.910Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done [2023-08-22T19:42:26.177Z] #31 ... [2023-08-22T19:42:26.177Z] [2023-08-22T19:42:26.177Z] #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:26.177Z] #29 DONE 0.0s [2023-08-22T19:42:26.177Z] [2023-08-22T19:42:26.177Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-08-22T19:42:26.177Z] #30 DONE 0.9s [2023-08-22T19:42:26.177Z] [2023-08-22T19:42:26.177Z] #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:26.177Z] #32 DONE 1.5s [2023-08-22T19:42:26.177Z] [2023-08-22T19:42:26.177Z] #33 [security-spire-agent builder 2/7] WORKDIR /edgex-go [2023-08-22T19:42:26.177Z] #33 DONE 0.6s [2023-08-22T19:42:26.177Z] [2023-08-22T19:42:26.177Z] #31 [security-spire-agent stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:26.177Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:26.177Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:26.177Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:26.177Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:26.177Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:26.177Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done [2023-08-22T19:42:26.448Z] #31 ... [2023-08-22T19:42:26.448Z] [2023-08-22T19:42:26.448Z] #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:26.448Z] #29 DONE 0.0s [2023-08-22T19:42:26.448Z] [2023-08-22T19:42:26.448Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:26.448Z] #29 DONE 0.0s [2023-08-22T19:42:26.448Z] [2023-08-22T19:42:26.448Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:26.715Z] #34 ... [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #32 [security-spire-config builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:26.715Z] #32 DONE 1.5s [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #33 [security-spire-config builder 2/7] WORKDIR /edgex-go [2023-08-22T19:42:26.715Z] #33 DONE 0.6s [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:26.715Z] #34 ... [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:26.715Z] #32 DONE 1.5s [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #33 [core-data builder 2/7] WORKDIR /edgex-go [2023-08-22T19:42:26.715Z] #33 DONE 0.6s [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:26.715Z] #29 DONE 0.0s [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-08-22T19:42:26.715Z] #30 DONE 1.2s [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:26.715Z] #35 DONE 0.0s [2023-08-22T19:42:26.715Z] [2023-08-22T19:42:26.715Z] #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:26.715Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:26.716Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:26.716Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:26.716Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:26.716Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:26.716Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done [2023-08-22T19:42:26.987Z] #31 DONE 3.3s [2023-08-22T19:42:26.987Z] [2023-08-22T19:42:26.987Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:26.987Z] #29 DONE 0.0s [2023-08-22T19:42:26.987Z] [2023-08-22T19:42:26.987Z] #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:42:27.253Z] #36 ... [2023-08-22T19:42:27.253Z] [2023-08-22T19:42:27.253Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:27.253Z] #29 DONE 0.0s [2023-08-22T19:42:27.253Z] [2023-08-22T19:42:27.253Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:27.521Z] #34 ... [2023-08-22T19:42:27.521Z] [2023-08-22T19:42:27.521Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-22T19:42:27.521Z] #29 DONE 0.0s [2023-08-22T19:42:27.521Z] [2023-08-22T19:42:27.521Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:28.103Z] #34 ... [2023-08-22T19:42:28.103Z] [2023-08-22T19:42:28.103Z] #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:28.103Z] #32 DONE 1.6s [2023-08-22T19:42:28.103Z] [2023-08-22T19:42:28.103Z] #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-08-22T19:42:28.103Z] #33 DONE 0.7s [2023-08-22T19:42:28.103Z] [2023-08-22T19:42:28.103Z] #31 [core-common-config-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:28.103Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:28.103Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:28.103Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:28.103Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:28.103Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:28.103Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done [2023-08-22T19:42:28.103Z] #31 DONE 3.4s [2023-08-22T19:42:28.103Z] [2023-08-22T19:42:28.103Z] #37 [support-scheduler internal] load build context [2023-08-22T19:42:28.103Z] #37 DONE 0.0s [2023-08-22T19:42:28.103Z] [2023-08-22T19:42:28.103Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-08-22T19:42:28.103Z] #30 DONE 2.4s [2023-08-22T19:42:28.103Z] [2023-08-22T19:42:28.103Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:28.368Z] #34 ... [2023-08-22T19:42:28.368Z] [2023-08-22T19:42:28.368Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-22T19:42:28.368Z] #32 DONE 1.6s [2023-08-22T19:42:28.368Z] [2023-08-22T19:42:28.368Z] #33 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-08-22T19:42:28.368Z] #33 DONE 0.7s [2023-08-22T19:42:28.368Z] [2023-08-22T19:42:28.368Z] #31 [support-notifications stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-22T19:42:28.368Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-22T19:42:28.368Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-22T19:42:28.368Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-22T19:42:28.368Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-22T19:42:28.368Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-22T19:42:28.368Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.3s done [2023-08-22T19:42:28.368Z] #31 DONE 3.4s [2023-08-22T19:42:28.368Z] [2023-08-22T19:42:28.368Z] #38 [support-notifications internal] load build context [2023-08-22T19:42:28.368Z] #38 DONE 0.0s [2023-08-22T19:42:28.368Z] [2023-08-22T19:42:28.368Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:29.329Z] #34 transferring context: 7.79MB 2.8s [2023-08-22T19:42:34.665Z] #34 ... [2023-08-22T19:42:34.665Z] [2023-08-22T19:42:34.665Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:42:34.665Z] #39 transferring context: 49.31MB 9.4s [2023-08-22T19:42:34.665Z] #39 ... [2023-08-22T19:42:34.665Z] [2023-08-22T19:42:34.665Z] #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:42:34.665Z] #36 7.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:35.249Z] #36 ... [2023-08-22T19:42:35.249Z] [2023-08-22T19:42:35.249Z] #40 [core-command internal] load build context [2023-08-22T19:42:35.518Z] #40 ... [2023-08-22T19:42:35.518Z] [2023-08-22T19:42:35.518Z] #41 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:42:35.518Z] #0 6.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:35.518Z] #0 7.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:35.518Z] #41 ... [2023-08-22T19:42:35.518Z] [2023-08-22T19:42:35.518Z] #42 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:42:35.518Z] #0 5.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:35.518Z] #0 6.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:35.518Z] #0 10.14 OK: 263 MiB in 53 packages [2023-08-22T19:42:35.788Z] #42 ... [2023-08-22T19:42:35.788Z] [2023-08-22T19:42:35.788Z] #43 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-22T19:42:35.788Z] #0 6.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:35.788Z] #0 8.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:35.788Z] #43 ... [2023-08-22T19:42:35.788Z] [2023-08-22T19:42:35.788Z] #44 [security-spire-server internal] load build context [2023-08-22T19:42:36.062Z] #44 ... [2023-08-22T19:42:36.062Z] [2023-08-22T19:42:36.062Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:36.062Z] #45 ... [2023-08-22T19:42:36.062Z] [2023-08-22T19:42:36.062Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:42:36.062Z] #46 ... [2023-08-22T19:42:36.062Z] [2023-08-22T19:42:36.062Z] #47 [security-secretstore-setup internal] load build context [2023-08-22T19:42:36.329Z] #47 ... [2023-08-22T19:42:36.329Z] [2023-08-22T19:42:36.329Z] #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-22T19:42:36.329Z] #0 7.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:36.329Z] #0 9.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:36.329Z] #48 ... [2023-08-22T19:42:36.329Z] [2023-08-22T19:42:36.329Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:42:36.597Z] #49 ... [2023-08-22T19:42:36.597Z] [2023-08-22T19:42:36.597Z] #50 [security-spire-config internal] load build context [2023-08-22T19:42:36.597Z] #50 ... [2023-08-22T19:42:36.597Z] [2023-08-22T19:42:36.597Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:42:36.864Z] #49 ... [2023-08-22T19:42:36.864Z] [2023-08-22T19:42:36.864Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:36.864Z] #35 ... [2023-08-22T19:42:36.864Z] [2023-08-22T19:42:36.864Z] #51 [core-data internal] load build context [2023-08-22T19:42:37.134Z] #51 ... [2023-08-22T19:42:37.134Z] [2023-08-22T19:42:37.134Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:42:37.405Z] #49 ... [2023-08-22T19:42:37.405Z] [2023-08-22T19:42:37.405Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-22T19:42:37.405Z] #0 8.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:37.405Z] #52 ... [2023-08-22T19:42:37.405Z] [2023-08-22T19:42:37.405Z] #53 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-22T19:42:37.675Z] #53 ... [2023-08-22T19:42:37.675Z] [2023-08-22T19:42:37.675Z] #41 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:42:37.675Z] #41 10.38 OK: 263 MiB in 53 packages [2023-08-22T19:42:37.675Z] #41 DONE 12.3s [2023-08-22T19:42:37.675Z] [2023-08-22T19:42:37.675Z] #42 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-22T19:42:37.675Z] #42 DONE 12.7s [2023-08-22T19:42:37.675Z] [2023-08-22T19:42:37.675Z] #54 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-22T19:42:37.675Z] #54 ... [2023-08-22T19:42:37.675Z] [2023-08-22T19:42:37.675Z] #55 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-22T19:42:37.946Z] #55 ... [2023-08-22T19:42:37.946Z] [2023-08-22T19:42:37.946Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-22T19:42:37.946Z] #56 ... [2023-08-22T19:42:37.946Z] [2023-08-22T19:42:37.946Z] #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-22T19:42:38.214Z] #57 ... [2023-08-22T19:42:38.214Z] [2023-08-22T19:42:38.214Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-22T19:42:38.214Z] #58 ... [2023-08-22T19:42:38.214Z] [2023-08-22T19:42:38.214Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:38.484Z] #59 ... [2023-08-22T19:42:38.484Z] [2023-08-22T19:42:38.484Z] #37 [support-scheduler internal] load build context [2023-08-22T19:42:38.484Z] #37 ... [2023-08-22T19:42:38.484Z] [2023-08-22T19:42:38.484Z] #50 [security-spire-config internal] load build context [2023-08-22T19:42:38.751Z] #50 ... [2023-08-22T19:42:38.751Z] [2023-08-22T19:42:38.751Z] #38 [support-notifications internal] load build context [2023-08-22T19:42:38.751Z] #38 ... [2023-08-22T19:42:38.751Z] [2023-08-22T19:42:38.751Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-22T19:42:38.751Z] #60 ... [2023-08-22T19:42:38.751Z] [2023-08-22T19:42:38.751Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:39.334Z] #59 ... [2023-08-22T19:42:39.334Z] [2023-08-22T19:42:39.334Z] #43 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-22T19:42:39.334Z] #43 12.50 OK: 263 MiB in 53 packages [2023-08-22T19:42:39.334Z] #43 DONE 13.7s [2023-08-22T19:42:39.334Z] [2023-08-22T19:42:39.334Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:39.603Z] #59 transferring context: 2.87MB 9.3s [2023-08-22T19:42:40.567Z] #59 ... [2023-08-22T19:42:40.567Z] [2023-08-22T19:42:40.567Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-22T19:42:40.567Z] #61 ... [2023-08-22T19:42:40.567Z] [2023-08-22T19:42:40.567Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:43.146Z] #59 ... [2023-08-22T19:42:43.146Z] [2023-08-22T19:42:43.146Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-22T19:42:43.146Z] #52 10.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:43.146Z] #52 14.02 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:43.146Z] #52 14.07 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:43.146Z] #52 14.35 OK: 8 MiB in 16 packages [2023-08-22T19:42:43.146Z] #52 DONE 15.5s [2023-08-22T19:42:43.146Z] [2023-08-22T19:42:43.146Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:44.100Z] #59 ... [2023-08-22T19:42:44.100Z] [2023-08-22T19:42:44.100Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:44.100Z] #34 ... [2023-08-22T19:42:44.100Z] [2023-08-22T19:42:44.100Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:44.680Z] #59 transferring context: 9.43MB 14.5s [2023-08-22T19:42:44.947Z] #59 ... [2023-08-22T19:42:44.947Z] [2023-08-22T19:42:44.947Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:42:44.947Z] #39 ... [2023-08-22T19:42:44.947Z] [2023-08-22T19:42:44.947Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:45.529Z] #59 ... [2023-08-22T19:42:45.529Z] [2023-08-22T19:42:45.529Z] #40 [core-command internal] load build context [2023-08-22T19:42:45.529Z] #40 ... [2023-08-22T19:42:45.529Z] [2023-08-22T19:42:45.529Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:46.113Z] #59 ... [2023-08-22T19:42:46.113Z] [2023-08-22T19:42:46.113Z] #44 [security-spire-server internal] load build context [2023-08-22T19:42:46.113Z] #44 ... [2023-08-22T19:42:46.113Z] [2023-08-22T19:42:46.113Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:46.379Z] #59 ... [2023-08-22T19:42:46.379Z] [2023-08-22T19:42:46.379Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:42:46.379Z] #46 ... [2023-08-22T19:42:46.379Z] [2023-08-22T19:42:46.379Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:42:46.646Z] #39 ... [2023-08-22T19:42:46.646Z] [2023-08-22T19:42:46.646Z] #47 [security-secretstore-setup internal] load build context [2023-08-22T19:42:46.914Z] #47 ... [2023-08-22T19:42:46.914Z] [2023-08-22T19:42:46.914Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:46.914Z] #45 ... [2023-08-22T19:42:46.914Z] [2023-08-22T19:42:46.914Z] #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:42:46.914Z] #36 9.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:46.914Z] #36 12.96 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:42:46.914Z] #36 12.96 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:42:46.914Z] #36 12.96 OK: 17689 distinct packages available [2023-08-22T19:42:46.914Z] #36 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:46.914Z] #36 16.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:47.180Z] #36 ... [2023-08-22T19:42:47.180Z] [2023-08-22T19:42:47.180Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:47.180Z] #35 ... [2023-08-22T19:42:47.180Z] [2023-08-22T19:42:47.180Z] #51 [core-data internal] load build context [2023-08-22T19:42:47.447Z] #51 ... [2023-08-22T19:42:47.447Z] [2023-08-22T19:42:47.447Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:47.712Z] #35 ... [2023-08-22T19:42:47.712Z] [2023-08-22T19:42:47.712Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:42:47.712Z] #49 ... [2023-08-22T19:42:47.712Z] [2023-08-22T19:42:47.712Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:48.705Z] #35 ... [2023-08-22T19:42:48.705Z] [2023-08-22T19:42:48.705Z] #53 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-22T19:42:48.705Z] #53 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:48.705Z] #53 13.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:48.705Z] #53 19.54 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:48.705Z] #53 19.61 (2/2) Installing su-exec (0.2-r2) [2023-08-22T19:42:48.705Z] #53 19.62 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:48.705Z] #53 20.01 OK: 8 MiB in 17 packages [2023-08-22T19:42:48.705Z] #53 ... [2023-08-22T19:42:48.705Z] [2023-08-22T19:42:48.705Z] #37 [support-scheduler internal] load build context [2023-08-22T19:42:48.705Z] #37 ... [2023-08-22T19:42:48.705Z] [2023-08-22T19:42:48.705Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:48.705Z] #35 ... [2023-08-22T19:42:48.974Z] [2023-08-22T19:42:48.974Z] #50 [security-spire-config internal] load build context [2023-08-22T19:42:48.974Z] #50 ... [2023-08-22T19:42:48.974Z] [2023-08-22T19:42:48.974Z] #37 [support-scheduler internal] load build context [2023-08-22T19:42:48.974Z] #37 ... [2023-08-22T19:42:48.974Z] [2023-08-22T19:42:48.974Z] #53 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-22T19:42:48.974Z] #53 DONE 21.5s [2023-08-22T19:42:48.974Z] [2023-08-22T19:42:48.974Z] #37 [support-scheduler internal] load build context [2023-08-22T19:42:48.974Z] #37 ... [2023-08-22T19:42:48.974Z] [2023-08-22T19:42:48.974Z] #38 [support-notifications internal] load build context [2023-08-22T19:42:49.240Z] #38 ... [2023-08-22T19:42:49.240Z] [2023-08-22T19:42:49.240Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:49.821Z] #35 ... [2023-08-22T19:42:49.821Z] [2023-08-22T19:42:49.821Z] #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-22T19:42:49.821Z] #48 13.30 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:42:49.821Z] #48 13.30 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:42:49.821Z] #48 13.30 OK: 17694 distinct packages available [2023-08-22T19:42:49.821Z] #48 13.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:49.821Z] #48 16.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:49.821Z] #48 23.01 OK: 263 MiB in 53 packages [2023-08-22T19:42:49.821Z] #48 ... [2023-08-22T19:42:49.821Z] [2023-08-22T19:42:49.821Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:49.821Z] #35 transferring context: 39.34MB 22.8s [2023-08-22T19:42:50.780Z] #35 ... [2023-08-22T19:42:50.780Z] [2023-08-22T19:42:50.780Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-22T19:42:50.780Z] #61 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:50.780Z] #61 12.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:50.780Z] #61 19.46 (1/2) Installing ca-certificates (20230506-r0) [2023-08-22T19:42:50.780Z] #61 19.97 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:50.780Z] #61 19.97 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:50.780Z] #61 20.13 Executing ca-certificates-20230506-r0.trigger [2023-08-22T19:42:50.780Z] #61 ... [2023-08-22T19:42:50.780Z] [2023-08-22T19:42:50.780Z] #35 [core-metadata internal] load build context [2023-08-22T19:42:50.780Z] #35 ... [2023-08-22T19:42:50.780Z] [2023-08-22T19:42:50.780Z] #54 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-22T19:42:50.780Z] #54 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:50.780Z] #54 16.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:50.780Z] #54 22.96 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:50.780Z] #54 22.96 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:50.780Z] #54 22.96 OK: 8 MiB in 16 packages [2023-08-22T19:42:51.065Z] #54 ... [2023-08-22T19:42:51.065Z] [2023-08-22T19:42:51.065Z] #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-22T19:42:51.065Z] #48 DONE 24.7s [2023-08-22T19:42:51.065Z] [2023-08-22T19:42:51.065Z] #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:42:51.065Z] #36 23.84 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:51.065Z] #36 23.88 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-22T19:42:51.332Z] #36 24.07 (3/4) Installing libucontext (1.2-r0) [2023-08-22T19:42:51.332Z] #36 24.11 (4/4) Installing gcompat (1.1.0-r0) [2023-08-22T19:42:51.332Z] #36 24.23 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:51.914Z] #36 24.67 OK: 8 MiB in 19 packages [2023-08-22T19:42:51.914Z] #36 ... [2023-08-22T19:42:51.914Z] [2023-08-22T19:42:51.914Z] #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-22T19:42:51.914Z] #57 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:51.914Z] #57 16.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:51.914Z] #57 22.76 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:51.914Z] #57 22.85 (2/4) Installing openssl (3.0.10-r0) [2023-08-22T19:42:51.914Z] #57 22.94 (3/4) Installing su-exec (0.2-r2) [2023-08-22T19:42:51.914Z] #57 22.94 (4/4) Installing yq (4.30.4-r4) [2023-08-22T19:42:51.914Z] #57 ... [2023-08-22T19:42:51.914Z] [2023-08-22T19:42:51.914Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:42:52.182Z] #46 ... [2023-08-22T19:42:52.182Z] [2023-08-22T19:42:52.182Z] #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-22T19:42:52.182Z] #57 24.67 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:52.448Z] #57 24.95 OK: 17 MiB in 19 packages [2023-08-22T19:42:53.031Z] #57 ... [2023-08-22T19:42:53.031Z] [2023-08-22T19:42:53.031Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-22T19:42:53.031Z] #60 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:53.031Z] #60 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:53.031Z] #60 22.40 OK: 263 MiB in 53 packages [2023-08-22T19:42:53.031Z] #60 ... [2023-08-22T19:42:53.031Z] [2023-08-22T19:42:53.031Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:42:53.304Z] #46 ... [2023-08-22T19:42:53.304Z] [2023-08-22T19:42:53.304Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-22T19:42:53.304Z] #58 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:53.304Z] #58 18.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:53.304Z] #58 ... [2023-08-22T19:42:53.304Z] [2023-08-22T19:42:53.304Z] #38 [support-notifications internal] load build context [2023-08-22T19:42:53.570Z] #38 ... [2023-08-22T19:42:53.570Z] [2023-08-22T19:42:53.570Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-22T19:42:53.570Z] #56 16.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:53.570Z] #56 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:53.570Z] #56 25.91 (1/4) Installing ca-certificates (20230506-r0) [2023-08-22T19:42:53.838Z] #56 ... [2023-08-22T19:42:53.838Z] [2023-08-22T19:42:53.838Z] #38 [support-notifications internal] load build context [2023-08-22T19:42:54.427Z] #38 ... [2023-08-22T19:42:54.427Z] [2023-08-22T19:42:54.427Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:54.427Z] #34 ... [2023-08-22T19:42:54.427Z] [2023-08-22T19:42:54.427Z] #38 [support-notifications internal] load build context [2023-08-22T19:42:55.016Z] #38 transferring context: 33.88MB 23.7s [2023-08-22T19:42:55.599Z] #38 ... [2023-08-22T19:42:55.599Z] [2023-08-22T19:42:55.599Z] #55 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-22T19:42:55.599Z] #55 17.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:55.599Z] #55 21.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:55.599Z] #55 26.91 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:42:55.599Z] #55 26.91 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:42:55.599Z] #55 26.91 OK: 17689 distinct packages available [2023-08-22T19:42:55.599Z] #55 27.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:55.599Z] #55 ... [2023-08-22T19:42:55.599Z] [2023-08-22T19:42:55.599Z] #54 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-22T19:42:55.599Z] #54 DONE 28.1s [2023-08-22T19:42:55.599Z] [2023-08-22T19:42:55.599Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:55.864Z] #34 ... [2023-08-22T19:42:55.864Z] [2023-08-22T19:42:55.864Z] #40 [core-command internal] load build context [2023-08-22T19:42:55.864Z] #40 ... [2023-08-22T19:42:55.864Z] [2023-08-22T19:42:55.864Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:56.158Z] #34 ... [2023-08-22T19:42:56.158Z] [2023-08-22T19:42:56.158Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-22T19:42:56.158Z] #60 DONE 27.4s [2023-08-22T19:42:56.158Z] [2023-08-22T19:42:56.158Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:56.425Z] #34 ... [2023-08-22T19:42:56.425Z] [2023-08-22T19:42:56.425Z] #44 [security-spire-server internal] load build context [2023-08-22T19:42:56.425Z] #44 ... [2023-08-22T19:42:56.425Z] [2023-08-22T19:42:56.425Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:56.692Z] #59 ... [2023-08-22T19:42:56.692Z] [2023-08-22T19:42:56.692Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-22T19:42:56.692Z] #61 22.69 OK: 8 MiB in 17 packages [2023-08-22T19:42:56.692Z] #61 DONE 26.2s [2023-08-22T19:42:56.692Z] [2023-08-22T19:42:56.692Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:42:56.692Z] #59 ... [2023-08-22T19:42:56.692Z] [2023-08-22T19:42:56.692Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:56.960Z] #34 ... [2023-08-22T19:42:56.960Z] [2023-08-22T19:42:56.960Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:42:56.960Z] #39 ... [2023-08-22T19:42:56.960Z] [2023-08-22T19:42:56.960Z] #47 [security-secretstore-setup internal] load build context [2023-08-22T19:42:57.226Z] #47 ... [2023-08-22T19:42:57.226Z] [2023-08-22T19:42:57.226Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:57.226Z] #45 ... [2023-08-22T19:42:57.226Z] [2023-08-22T19:42:57.226Z] #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-22T19:42:57.226Z] #57 DONE 29.7s [2023-08-22T19:42:57.226Z] [2023-08-22T19:42:57.226Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:57.508Z] #34 ... [2023-08-22T19:42:57.508Z] [2023-08-22T19:42:57.508Z] #36 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-22T19:42:57.508Z] #36 DONE 30.4s [2023-08-22T19:42:57.508Z] [2023-08-22T19:42:57.508Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-22T19:42:57.508Z] #56 26.33 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:57.508Z] #56 26.33 (3/4) Installing su-exec (0.2-r2) [2023-08-22T19:42:57.508Z] #56 26.33 (4/4) Installing yq (4.30.4-r4) [2023-08-22T19:42:57.509Z] #56 26.78 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:57.509Z] #56 26.87 Executing ca-certificates-20230506-r0.trigger [2023-08-22T19:42:57.509Z] #56 27.61 OK: 17 MiB in 19 packages [2023-08-22T19:42:57.509Z] #56 DONE 29.9s [2023-08-22T19:42:57.509Z] [2023-08-22T19:42:57.509Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:57.509Z] #34 ... [2023-08-22T19:42:57.509Z] [2023-08-22T19:42:57.509Z] #51 [core-data internal] load build context [2023-08-22T19:42:57.509Z] #51 ... [2023-08-22T19:42:57.509Z] [2023-08-22T19:42:57.509Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:42:57.776Z] #34 ... [2023-08-22T19:42:57.776Z] [2023-08-22T19:42:57.776Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-22T19:42:57.776Z] #62 DONE 8.6s [2023-08-22T19:42:57.776Z] [2023-08-22T19:42:57.776Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:58.045Z] #45 ... [2023-08-22T19:42:58.045Z] [2023-08-22T19:42:58.045Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:42:58.045Z] #49 ... [2023-08-22T19:42:58.045Z] [2023-08-22T19:42:58.045Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:59.157Z] #45 ... [2023-08-22T19:42:59.157Z] [2023-08-22T19:42:59.157Z] #55 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-22T19:42:59.157Z] #55 28.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:59.157Z] #55 30.09 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:59.157Z] #55 30.10 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-22T19:42:59.157Z] #55 30.11 (3/5) Installing libucontext (1.2-r0) [2023-08-22T19:42:59.157Z] #55 30.13 (4/5) Installing gcompat (1.1.0-r0) [2023-08-22T19:42:59.157Z] #55 30.16 (5/5) Installing openssl (3.0.10-r0) [2023-08-22T19:42:59.157Z] #55 30.21 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:59.157Z] #55 30.32 OK: 9 MiB in 20 packages [2023-08-22T19:42:59.157Z] #55 DONE 31.3s [2023-08-22T19:42:59.157Z] [2023-08-22T19:42:59.157Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:59.157Z] #45 ... [2023-08-22T19:42:59.157Z] [2023-08-22T19:42:59.157Z] #50 [security-spire-config internal] load build context [2023-08-22T19:42:59.157Z] #50 ... [2023-08-22T19:42:59.157Z] [2023-08-22T19:42:59.157Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:59.157Z] #45 ... [2023-08-22T19:42:59.157Z] [2023-08-22T19:42:59.157Z] #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-08-22T19:42:59.157Z] #63 DONE 1.8s [2023-08-22T19:42:59.157Z] [2023-08-22T19:42:59.157Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:42:59.157Z] #45 ... [2023-08-22T19:42:59.157Z] [2023-08-22T19:42:59.157Z] #37 [support-scheduler internal] load build context [2023-08-22T19:42:59.431Z] #37 ... [2023-08-22T19:42:59.431Z] [2023-08-22T19:42:59.431Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-22T19:42:59.431Z] #58 26.21 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-22T19:42:59.431Z] #58 26.21 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-22T19:42:59.431Z] #58 26.21 OK: 17689 distinct packages available [2023-08-22T19:42:59.431Z] #58 26.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:59.431Z] #58 27.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-22T19:42:59.431Z] #58 29.90 (1/9) Installing ca-certificates (20230506-r0) [2023-08-22T19:42:59.431Z] #58 30.03 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-22T19:42:59.431Z] #58 30.07 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-22T19:42:59.431Z] #58 30.12 (4/9) Installing libcurl (8.2.1-r0) [2023-08-22T19:42:59.431Z] #58 30.18 (5/9) Installing curl (8.2.1-r0) [2023-08-22T19:42:59.431Z] #58 30.18 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-22T19:42:59.431Z] #58 30.18 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-22T19:42:59.431Z] #58 30.18 (8/9) Installing libucontext (1.2-r0) [2023-08-22T19:42:59.431Z] #58 30.19 (9/9) Installing gcompat (1.1.0-r0) [2023-08-22T19:42:59.431Z] #58 30.23 Executing busybox-1.35.0-r29.trigger [2023-08-22T19:42:59.431Z] #58 30.35 Executing ca-certificates-20230506-r0.trigger [2023-08-22T19:42:59.431Z] #58 30.97 OK: 11 MiB in 24 packages [2023-08-22T19:42:59.431Z] #58 DONE 31.7s [2023-08-22T19:42:59.431Z] [2023-08-22T19:42:59.431Z] #37 [support-scheduler internal] load build context [2023-08-22T19:42:59.431Z] #37 ... [2023-08-22T19:42:59.431Z] [2023-08-22T19:42:59.431Z] #50 [security-spire-config internal] load build context [2023-08-22T19:42:59.722Z] #50 ... [2023-08-22T19:42:59.722Z] [2023-08-22T19:42:59.722Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-22T19:42:59.722Z] #64 DONE 2.1s [2023-08-22T19:42:59.722Z] [2023-08-22T19:42:59.722Z] #50 [security-spire-config internal] load build context [2023-08-22T19:43:00.002Z] #50 transferring context: 58.05MB 33.2s [2023-08-22T19:43:01.057Z] #50 ... [2023-08-22T19:43:01.057Z] [2023-08-22T19:43:01.057Z] #35 [core-metadata internal] load build context [2023-08-22T19:43:01.057Z] #35 ... [2023-08-22T19:43:01.057Z] [2023-08-22T19:43:01.057Z] #50 [security-spire-config internal] load build context [2023-08-22T19:43:03.691Z] #50 ... [2023-08-22T19:43:03.691Z] [2023-08-22T19:43:03.691Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:43:03.691Z] #46 ... [2023-08-22T19:43:03.691Z] [2023-08-22T19:43:03.691Z] #50 [security-spire-config internal] load build context [2023-08-22T19:43:05.097Z] #50 transferring context: 87.61MB 38.3s [2023-08-22T19:43:05.681Z] #50 ... [2023-08-22T19:43:05.681Z] [2023-08-22T19:43:05.681Z] #38 [support-notifications internal] load build context [2023-08-22T19:43:05.681Z] #38 ... [2023-08-22T19:43:05.681Z] [2023-08-22T19:43:05.681Z] #50 [security-spire-config internal] load build context [2023-08-22T19:43:06.261Z] #50 ... [2023-08-22T19:43:06.261Z] [2023-08-22T19:43:06.261Z] #40 [core-command internal] load build context [2023-08-22T19:43:06.261Z] #40 ... [2023-08-22T19:43:06.261Z] [2023-08-22T19:43:06.261Z] #50 [security-spire-config internal] load build context [2023-08-22T19:43:06.841Z] #50 ... [2023-08-22T19:43:06.841Z] [2023-08-22T19:43:06.841Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:06.841Z] #44 ... [2023-08-22T19:43:06.841Z] [2023-08-22T19:43:06.841Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:43:06.841Z] #59 ... [2023-08-22T19:43:06.841Z] [2023-08-22T19:43:06.841Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:07.106Z] #44 ... [2023-08-22T19:43:07.107Z] [2023-08-22T19:43:07.107Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:43:07.107Z] #39 ... [2023-08-22T19:43:07.107Z] [2023-08-22T19:43:07.107Z] #47 [security-secretstore-setup internal] load build context [2023-08-22T19:43:07.372Z] #47 ... [2023-08-22T19:43:07.372Z] [2023-08-22T19:43:07.372Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:43:07.638Z] #39 ... [2023-08-22T19:43:07.638Z] [2023-08-22T19:43:07.638Z] #51 [core-data internal] load build context [2023-08-22T19:43:07.638Z] #51 ... [2023-08-22T19:43:07.638Z] [2023-08-22T19:43:07.638Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:43:07.902Z] #39 ... [2023-08-22T19:43:07.902Z] [2023-08-22T19:43:07.902Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:07.902Z] #34 ... [2023-08-22T19:43:07.902Z] [2023-08-22T19:43:07.902Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:08.166Z] #44 ... [2023-08-22T19:43:08.166Z] [2023-08-22T19:43:08.166Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:43:08.166Z] #49 ... [2023-08-22T19:43:08.166Z] [2023-08-22T19:43:08.166Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:09.568Z] #34 ... [2023-08-22T19:43:09.568Z] [2023-08-22T19:43:09.568Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:09.568Z] #45 ... [2023-08-22T19:43:09.568Z] [2023-08-22T19:43:09.568Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:09.568Z] #34 ... [2023-08-22T19:43:09.568Z] [2023-08-22T19:43:09.568Z] #37 [support-scheduler internal] load build context [2023-08-22T19:43:09.568Z] #37 ... [2023-08-22T19:43:09.568Z] [2023-08-22T19:43:09.568Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:10.168Z] #34 transferring context: 126.14MB 43.9s [2023-08-22T19:43:11.126Z] #34 ... [2023-08-22T19:43:11.126Z] [2023-08-22T19:43:11.126Z] #35 [core-metadata internal] load build context [2023-08-22T19:43:11.126Z] #35 ... [2023-08-22T19:43:11.126Z] [2023-08-22T19:43:11.126Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:13.699Z] #34 ... [2023-08-22T19:43:13.699Z] [2023-08-22T19:43:13.699Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:43:13.699Z] #46 ... [2023-08-22T19:43:13.699Z] [2023-08-22T19:43:13.699Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:15.634Z] #34 transferring context: 155.51MB 48.9s [2023-08-22T19:43:15.634Z] #34 ... [2023-08-22T19:43:15.634Z] [2023-08-22T19:43:15.634Z] #39 [security-bootstrapper internal] load build context [2023-08-22T19:43:15.634Z] #39 transferring context: 188.27MB 51.0s done [2023-08-22T19:43:15.634Z] #39 DONE 51.2s [2023-08-22T19:43:15.634Z] [2023-08-22T19:43:15.634Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:15.634Z] #34 ... [2023-08-22T19:43:15.634Z] [2023-08-22T19:43:15.634Z] #38 [support-notifications internal] load build context [2023-08-22T19:43:15.900Z] #38 ... [2023-08-22T19:43:15.900Z] [2023-08-22T19:43:15.900Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:16.484Z] #34 ... [2023-08-22T19:43:16.484Z] [2023-08-22T19:43:16.484Z] #40 [core-command internal] load build context [2023-08-22T19:43:16.484Z] #40 ... [2023-08-22T19:43:16.484Z] [2023-08-22T19:43:16.484Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:17.071Z] #34 ... [2023-08-22T19:43:17.071Z] [2023-08-22T19:43:17.071Z] #50 [security-spire-config internal] load build context [2023-08-22T19:43:17.071Z] #50 ... [2023-08-22T19:43:17.071Z] [2023-08-22T19:43:17.071Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:17.071Z] #34 ... [2023-08-22T19:43:17.071Z] [2023-08-22T19:43:17.071Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:43:17.340Z] #59 ... [2023-08-22T19:43:17.340Z] [2023-08-22T19:43:17.340Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:17.340Z] #34 ... [2023-08-22T19:43:17.340Z] [2023-08-22T19:43:17.340Z] #47 [security-secretstore-setup internal] load build context [2023-08-22T19:43:17.608Z] #47 ... [2023-08-22T19:43:17.608Z] [2023-08-22T19:43:17.608Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:17.873Z] #34 ... [2023-08-22T19:43:17.873Z] [2023-08-22T19:43:17.873Z] #51 [core-data internal] load build context [2023-08-22T19:43:18.146Z] #51 ... [2023-08-22T19:43:18.146Z] [2023-08-22T19:43:18.146Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:18.146Z] #34 ... [2023-08-22T19:43:18.146Z] [2023-08-22T19:43:18.146Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:18.429Z] #44 ... [2023-08-22T19:43:18.429Z] [2023-08-22T19:43:18.429Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:43:18.429Z] #49 ... [2023-08-22T19:43:18.429Z] [2023-08-22T19:43:18.429Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:18.696Z] #44 ... [2023-08-22T19:43:18.696Z] [2023-08-22T19:43:18.696Z] #65 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:43:18.696Z] #65 DONE 2.9s [2023-08-22T19:43:18.696Z] [2023-08-22T19:43:18.696Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:19.654Z] #44 ... [2023-08-22T19:43:19.654Z] [2023-08-22T19:43:19.654Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:19.654Z] #45 ... [2023-08-22T19:43:19.654Z] [2023-08-22T19:43:19.654Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:19.923Z] #44 ... [2023-08-22T19:43:19.923Z] [2023-08-22T19:43:19.923Z] #37 [support-scheduler internal] load build context [2023-08-22T19:43:19.923Z] #37 ... [2023-08-22T19:43:19.923Z] [2023-08-22T19:43:19.923Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:20.503Z] #45 ... [2023-08-22T19:43:20.503Z] [2023-08-22T19:43:20.503Z] #44 [security-spire-server internal] load build context [2023-08-22T19:43:20.503Z] #44 transferring context: 188.27MB 54.5s done [2023-08-22T19:43:20.503Z] #44 DONE 54.9s [2023-08-22T19:43:20.503Z] [2023-08-22T19:43:20.503Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:21.459Z] #45 ... [2023-08-22T19:43:21.459Z] [2023-08-22T19:43:21.459Z] #35 [core-metadata internal] load build context [2023-08-22T19:43:21.459Z] #35 ... [2023-08-22T19:43:21.459Z] [2023-08-22T19:43:21.459Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:22.863Z] #34 transferring context: 188.27MB 56.4s done [2023-08-22T19:43:22.863Z] #34 ... [2023-08-22T19:43:22.863Z] [2023-08-22T19:43:22.863Z] #66 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-22T19:43:22.863Z] #66 DONE 2.4s [2023-08-22T19:43:22.863Z] [2023-08-22T19:43:22.863Z] #67 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:43:23.132Z] #67 ... [2023-08-22T19:43:23.132Z] [2023-08-22T19:43:23.132Z] #34 [security-spire-agent internal] load build context [2023-08-22T19:43:23.132Z] #34 DONE 56.7s [2023-08-22T19:43:23.132Z] [2023-08-22T19:43:23.132Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:23.714Z] #45 ... [2023-08-22T19:43:23.715Z] [2023-08-22T19:43:23.715Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:43:23.715Z] #46 ... [2023-08-22T19:43:23.715Z] [2023-08-22T19:43:23.715Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:23.981Z] #45 ... [2023-08-22T19:43:23.981Z] [2023-08-22T19:43:23.981Z] #47 [security-secretstore-setup internal] load build context [2023-08-22T19:43:23.981Z] #47 transferring context: 188.27MB 57.9s done [2023-08-22T19:43:23.981Z] #47 DONE 58.1s [2023-08-22T19:43:23.981Z] [2023-08-22T19:43:23.981Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:24.953Z] #45 ... [2023-08-22T19:43:24.953Z] [2023-08-22T19:43:24.953Z] #46 [security-proxy-auth internal] load build context [2023-08-22T19:43:24.953Z] #46 transferring context: 188.27MB 58.7s done [2023-08-22T19:43:24.953Z] #46 DONE 59.1s [2023-08-22T19:43:24.953Z] [2023-08-22T19:43:24.953Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:25.219Z] #45 ... [2023-08-22T19:43:25.219Z] [2023-08-22T19:43:25.219Z] #35 [core-metadata internal] load build context [2023-08-22T19:43:25.219Z] #35 transferring context: 188.27MB 57.9s done [2023-08-22T19:43:25.219Z] #35 DONE 58.3s [2023-08-22T19:43:25.219Z] [2023-08-22T19:43:25.219Z] #50 [security-spire-config internal] load build context [2023-08-22T19:43:25.219Z] #50 transferring context: 188.27MB 58.0s done [2023-08-22T19:43:25.219Z] #50 DONE 58.6s [2023-08-22T19:43:25.219Z] [2023-08-22T19:43:25.219Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:25.488Z] #45 ... [2023-08-22T19:43:25.488Z] [2023-08-22T19:43:25.488Z] #38 [support-notifications internal] load build context [2023-08-22T19:43:25.488Z] #38 transferring context: 188.27MB 54.2s done [2023-08-22T19:43:25.488Z] #38 DONE 56.9s [2023-08-22T19:43:25.488Z] [2023-08-22T19:43:25.488Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:26.445Z] #45 ... [2023-08-22T19:43:26.445Z] [2023-08-22T19:43:26.445Z] #68 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:43:26.445Z] #68 DONE 1.1s [2023-08-22T19:43:26.445Z] [2023-08-22T19:43:26.445Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:26.715Z] #45 ... [2023-08-22T19:43:26.715Z] [2023-08-22T19:43:26.715Z] #51 [core-data internal] load build context [2023-08-22T19:43:26.715Z] #51 transferring context: 188.27MB 59.5s done [2023-08-22T19:43:26.715Z] #51 DONE 59.9s [2023-08-22T19:43:26.715Z] [2023-08-22T19:43:26.715Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:26.715Z] #45 ... [2023-08-22T19:43:26.715Z] [2023-08-22T19:43:26.715Z] #40 [core-command internal] load build context [2023-08-22T19:43:26.715Z] #40 ... [2023-08-22T19:43:26.715Z] [2023-08-22T19:43:26.715Z] #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:43:26.715Z] #69 DONE 1.2s [2023-08-22T19:43:26.715Z] [2023-08-22T19:43:26.715Z] #40 [core-command internal] load build context [2023-08-22T19:43:26.715Z] #40 ... [2023-08-22T19:43:26.715Z] [2023-08-22T19:43:26.715Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:27.300Z] #45 ... [2023-08-22T19:43:27.300Z] [2023-08-22T19:43:27.300Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:43:27.566Z] #59 ... [2023-08-22T19:43:27.566Z] [2023-08-22T19:43:27.566Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:28.525Z] #45 ... [2023-08-22T19:43:28.525Z] [2023-08-22T19:43:28.525Z] #70 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:43:28.525Z] #70 ... [2023-08-22T19:43:28.525Z] [2023-08-22T19:43:28.525Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:43:28.792Z] #49 ... [2023-08-22T19:43:28.792Z] [2023-08-22T19:43:28.792Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:29.764Z] #45 ... [2023-08-22T19:43:29.764Z] [2023-08-22T19:43:29.764Z] #40 [core-command internal] load build context [2023-08-22T19:43:29.764Z] #40 transferring context: 188.27MB 64.2s done [2023-08-22T19:43:29.764Z] #40 DONE 64.4s [2023-08-22T19:43:29.764Z] [2023-08-22T19:43:29.764Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:30.030Z] #45 ... [2023-08-22T19:43:30.030Z] [2023-08-22T19:43:30.030Z] #37 [support-scheduler internal] load build context [2023-08-22T19:43:30.297Z] #37 ... [2023-08-22T19:43:30.297Z] [2023-08-22T19:43:30.297Z] #45 [security-proxy-setup internal] load build context [2023-08-22T19:43:32.237Z] #45 transferring context: 188.27MB 66.6s done [2023-08-22T19:43:32.237Z] #45 DONE 66.8s [2023-08-22T19:43:32.237Z] [2023-08-22T19:43:32.237Z] #37 [support-scheduler internal] load build context [2023-08-22T19:43:32.502Z] #37 transferring context: 188.27MB 61.8s done [2023-08-22T19:43:32.502Z] #37 DONE 64.4s [2023-08-22T19:43:32.502Z] [2023-08-22T19:43:32.502Z] #59 [core-common-config-bootstrapper internal] load build context [2023-08-22T19:43:33.908Z] #59 transferring context: 188.27MB 63.6s done [2023-08-22T19:43:33.908Z] #59 DONE 65.7s [2023-08-22T19:43:33.908Z] [2023-08-22T19:43:33.908Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-22T19:43:34.868Z] #49 transferring context: 188.27MB 68.2s done [2023-08-22T19:43:34.868Z] #49 DONE 68.5s [2023-08-22T19:43:34.868Z] [2023-08-22T19:43:34.868Z] #71 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:43:35.833Z] #71 DONE 1.1s [2023-08-22T19:43:35.833Z] [2023-08-22T19:43:35.833Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:43:36.795Z] #72 ... [2023-08-22T19:43:36.795Z] [2023-08-22T19:43:36.795Z] #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:43:36.795Z] #73 ... [2023-08-22T19:43:36.795Z] [2023-08-22T19:43:36.795Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.635Z] #74 DONE 45.7s [2023-08-22T19:44:15.635Z] [2023-08-22T19:44:15.635Z] #70 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.635Z] #70 DONE 54.1s [2023-08-22T19:44:15.635Z] [2023-08-22T19:44:15.635Z] #75 [security-bootstrapper builder 6/7] COPY . . [2023-08-22T19:44:15.635Z] #75 ... [2023-08-22T19:44:15.635Z] [2023-08-22T19:44:15.635Z] #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.635Z] #73 DONE 46.2s [2023-08-22T19:44:15.635Z] [2023-08-22T19:44:15.635Z] #67 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.635Z] #67 DONE 49.8s [2023-08-22T19:44:15.635Z] [2023-08-22T19:44:15.635Z] #76 [security-spire-server builder 6/9] COPY . . [2023-08-22T19:44:15.635Z] #76 ... [2023-08-22T19:44:15.635Z] [2023-08-22T19:44:15.635Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.635Z] #72 DONE 39.3s [2023-08-22T19:44:15.635Z] [2023-08-22T19:44:15.635Z] #77 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #77 ... [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #76 [security-spire-server builder 6/9] COPY . . [2023-08-22T19:44:15.901Z] #76 DONE 3.3s [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:44:15.901Z] #78 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #79 [support-scheduler builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #79 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.901Z] #80 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #81 [support-notifications builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #81 DONE 3.4s [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.901Z] #82 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #83 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:44:15.901Z] #83 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #84 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #84 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #85 [core-metadata builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #85 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #86 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:44:15.901Z] #86 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #87 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.901Z] #87 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.901Z] #88 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #89 [core-data builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #89 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #90 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:44:15.901Z] #90 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #91 [security-proxy-auth builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #91 DONE 3.3s [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #92 [core-command builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #92 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #93 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:44:15.901Z] #93 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #94 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.901Z] #94 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #95 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:44:15.901Z] #95 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #96 [security-secretstore-setup builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #96 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #97 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.901Z] #97 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #98 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:15.901Z] #98 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #99 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-22T19:44:15.901Z] #99 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #100 [security-proxy-setup builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #100 CACHED [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #75 [security-bootstrapper builder 6/7] COPY . . [2023-08-22T19:44:15.901Z] #75 DONE 3.4s [2023-08-22T19:44:15.901Z] [2023-08-22T19:44:15.901Z] #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-22T19:44:16.169Z] #101 ... [2023-08-22T19:44:16.169Z] [2023-08-22T19:44:16.169Z] #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-22T19:44:16.169Z] #102 DONE 0.4s [2023-08-22T19:44:16.438Z] [2023-08-22T19:44:16.438Z] #103 [security-spire-agent builder 6/9] COPY . . [2023-08-22T19:44:16.438Z] #103 CACHED [2023-08-22T19:44:16.438Z] [2023-08-22T19:44:16.438Z] #104 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-22T19:44:16.438Z] #104 CACHED [2023-08-22T19:44:16.438Z] [2023-08-22T19:44:16.438Z] #105 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:16.438Z] #105 CACHED [2023-08-22T19:44:16.438Z] [2023-08-22T19:44:16.438Z] #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-22T19:44:16.438Z] #106 CACHED [2023-08-22T19:44:16.438Z] [2023-08-22T19:44:16.438Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:44:21.775Z] #107 ... [2023-08-22T19:44:21.775Z] [2023-08-22T19:44:21.775Z] #108 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-22T19:44:21.775Z] #0 5.439 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-22T19:44:22.042Z] #108 ... [2023-08-22T19:44:22.042Z] [2023-08-22T19:44:22.042Z] #109 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-22T19:44:22.042Z] #0 5.864 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-22T19:44:22.310Z] #109 ... [2023-08-22T19:44:22.310Z] [2023-08-22T19:44:22.310Z] #110 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-22T19:44:22.310Z] #0 6.193 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-22T19:44:22.905Z] #110 ... [2023-08-22T19:44:22.905Z] [2023-08-22T19:44:22.905Z] #111 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:44:22.905Z] #111 DONE 6.5s [2023-08-22T19:44:22.905Z] [2023-08-22T19:44:22.905Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-22T19:44:22.905Z] #0 4.410 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-08-22T19:44:22.906Z] #112 ... [2023-08-22T19:44:22.906Z] [2023-08-22T19:44:22.906Z] #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-22T19:44:22.906Z] #101 6.943 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-08-22T19:44:23.172Z] #101 ... [2023-08-22T19:44:23.172Z] [2023-08-22T19:44:23.172Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:44:23.172Z] #107 DONE 6.7s [2023-08-22T19:44:23.172Z] [2023-08-22T19:44:23.172Z] #113 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-22T19:44:23.442Z] #113 ... [2023-08-22T19:44:23.442Z] [2023-08-22T19:44:23.442Z] #114 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-22T19:44:23.442Z] #114 DONE 0.6s [2023-08-22T19:44:23.442Z] [2023-08-22T19:44:23.442Z] #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-22T19:44:23.442Z] #0 5.048 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-22T19:44:23.709Z] #115 ... [2023-08-22T19:44:23.709Z] [2023-08-22T19:44:23.709Z] #113 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-22T19:44:23.709Z] #113 DONE 0.6s [2023-08-22T19:44:23.709Z] [2023-08-22T19:44:23.709Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T19:44:23.709Z] #0 5.867 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-22T19:44:23.988Z] #116 ... [2023-08-22T19:44:23.988Z] [2023-08-22T19:44:23.988Z] #117 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:44:23.988Z] #117 ... [2023-08-22T19:44:23.988Z] [2023-08-22T19:44:23.988Z] #77 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-22T19:44:23.988Z] #77 DONE 9.1s [2023-08-22T19:44:24.256Z] [2023-08-22T19:44:24.256Z] #117 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:44:24.256Z] #117 DONE 0.2s [2023-08-22T19:44:24.256Z] [2023-08-22T19:44:24.256Z] #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-22T19:44:26.201Z] #118 ... [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T19:44:26.201Z] #0 6.765 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-22T19:44:26.201Z] #119 ... [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-22T19:44:26.201Z] #0 5.047 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-22T19:44:26.201Z] #120 ... [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #121 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:44:26.201Z] #121 CACHED [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #122 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-22T19:44:26.201Z] #122 CACHED [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #123 [security-spire-config builder 6/9] COPY . . [2023-08-22T19:44:26.201Z] #123 CACHED [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #124 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-22T19:44:26.201Z] #124 CACHED [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #125 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-22T19:44:26.201Z] #125 CACHED [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #126 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-22T19:44:26.201Z] #126 CACHED [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #127 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-22T19:44:26.201Z] #127 CACHED [2023-08-22T19:44:26.201Z] [2023-08-22T19:44:26.201Z] #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-22T19:44:26.201Z] #0 4.527 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-22T19:44:26.467Z] #128 ... [2023-08-22T19:44:26.468Z] [2023-08-22T19:44:26.468Z] #129 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:44:29.045Z] #129 DONE 2.2s [2023-08-22T19:44:29.045Z] [2023-08-22T19:44:29.045Z] #130 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:44:29.045Z] #130 DONE 2.2s [2023-08-22T19:44:29.045Z] [2023-08-22T19:44:29.045Z] #131 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:44:29.045Z] #131 CACHED [2023-08-22T19:44:29.045Z] [2023-08-22T19:44:29.045Z] #132 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:44:29.045Z] #132 DONE 0.3s [2023-08-22T19:44:29.045Z] [2023-08-22T19:44:29.045Z] #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:44:29.998Z] #133 ... [2023-08-22T19:44:29.998Z] [2023-08-22T19:44:29.998Z] #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-22T19:44:29.998Z] #134 DONE 1.6s [2023-08-22T19:44:30.263Z] [2023-08-22T19:44:30.263Z] #135 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:44:30.263Z] #135 DONE 1.6s [2023-08-22T19:44:30.263Z] [2023-08-22T19:44:30.263Z] #136 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:44:30.263Z] #136 ... [2023-08-22T19:44:30.263Z] [2023-08-22T19:44:30.263Z] #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:44:30.263Z] #133 DONE 1.4s [2023-08-22T19:44:30.263Z] [2023-08-22T19:44:30.263Z] #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:44:30.263Z] #137 DONE 0.4s [2023-08-22T19:44:30.263Z] [2023-08-22T19:44:30.263Z] #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-22T19:44:30.877Z] #138 ... [2023-08-22T19:44:30.877Z] [2023-08-22T19:44:30.877Z] #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:44:30.877Z] #139 DONE 0.3s [2023-08-22T19:44:30.877Z] [2023-08-22T19:44:30.877Z] #140 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-22T19:44:31.142Z] #140 DONE 0.3s [2023-08-22T19:44:31.142Z] [2023-08-22T19:44:31.142Z] #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-22T19:44:31.142Z] #138 DONE 0.5s [2023-08-22T19:44:31.142Z] [2023-08-22T19:44:31.142Z] #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-22T19:44:31.142Z] #141 DONE 0.2s [2023-08-22T19:44:31.142Z] [2023-08-22T19:44:31.142Z] #142 [security-spire-config] exporting to image [2023-08-22T19:44:31.142Z] #142 exporting layers [2023-08-22T19:44:31.407Z] #142 ... [2023-08-22T19:44:31.407Z] [2023-08-22T19:44:31.407Z] #143 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-22T19:44:31.407Z] #143 DONE 0.4s [2023-08-22T19:44:31.407Z] [2023-08-22T19:44:31.407Z] #142 [security-spire-server] exporting to image [2023-08-22T19:44:32.962Z] #142 ... [2023-08-22T19:44:32.962Z] [2023-08-22T19:44:32.962Z] #136 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-22T19:44:32.962Z] #136 DONE 2.8s [2023-08-22T19:44:32.962Z] [2023-08-22T19:44:32.962Z] #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-22T19:44:33.228Z] #144 DONE 0.3s [2023-08-22T19:44:33.228Z] [2023-08-22T19:44:33.228Z] #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-22T19:44:33.228Z] #118 4.298 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-08-22T19:44:33.502Z] #118 ... [2023-08-22T19:44:33.502Z] [2023-08-22T19:44:33.502Z] #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-22T19:44:33.502Z] #145 DONE 0.2s [2023-08-22T19:44:33.502Z] [2023-08-22T19:44:33.502Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-22T19:44:33.769Z] #146 DONE 0.4s [2023-08-22T19:44:33.769Z] [2023-08-22T19:44:33.769Z] #142 [security-spire-agent] exporting to image [2023-08-22T19:44:33.769Z] #142 exporting layers 2.7s done [2023-08-22T19:44:33.769Z] #142 writing image sha256:eefa9e0288c83669f2e70e53a89d45b840a8a3365fa5771b2bfa96a523338c39 0.1s done [2023-08-22T19:44:33.769Z] #142 naming to docker.io/library/security-spire-config-arm64 [2023-08-22T19:44:34.034Z] #142 exporting layers 2.6s done [2023-08-22T19:44:34.034Z] #142 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-08-22T19:44:34.034Z] #142 writing image sha256:38240c7486ff2f556c9f433361940bc1af1a04c3fb1ccd99da26d206350dd3d9 [2023-08-22T19:44:34.034Z] #142 writing image sha256:38240c7486ff2f556c9f433361940bc1af1a04c3fb1ccd99da26d206350dd3d9 0.0s done [2023-08-22T19:44:34.034Z] #142 naming to docker.io/library/security-spire-server-arm64 done [2023-08-22T19:44:36.243Z] #142 exporting layers 1.6s done [2023-08-22T19:44:36.243Z] #142 writing image sha256:6e543dbf184e0cdd803bc499e46bae1280a7c5c2d566872cb5006fa9d9336c21 done [2023-08-22T19:44:36.243Z] #142 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2023-08-22T19:44:36.243Z] #142 DONE 4.4s [2023-08-22T19:44:36.243Z] [2023-08-22T19:44:36.243Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T19:59:43.704Z] #27 ... [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-22T19:59:43.704Z] #101 915.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-08-22T19:59:43.704Z] #101 ... [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #110 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-22T19:59:43.704Z] #110 DONE 919.4s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #109 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-22T19:59:43.704Z] #109 ... [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:59:43.704Z] #147 DONE 0.3s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-22T19:59:43.704Z] #115 ... [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #148 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:59:43.704Z] #148 DONE 0.1s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #149 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-22T19:59:43.704Z] #149 DONE 0.2s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #150 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-22T19:59:43.704Z] #150 DONE 0.1s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #151 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-22T19:59:43.704Z] #151 DONE 0.3s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T19:59:43.704Z] #116 ... [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #152 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-22T19:59:43.704Z] #152 DONE 0.1s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #153 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T19:59:43.704Z] #153 DONE 2.0s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #142 [security-proxy-setup] exporting to image [2023-08-22T19:59:43.704Z] #142 exporting layers [2023-08-22T19:59:43.704Z] #142 exporting layers 1.0s done [2023-08-22T19:59:43.704Z] #142 writing image sha256:6191ac00d13b9e9fa7591eb67395cb661f28bdc71d812be22d27e64051757276 0.0s done [2023-08-22T19:59:43.704Z] #142 naming to docker.io/library/security-proxy-setup-arm64 done [2023-08-22T19:59:43.704Z] #142 DONE 5.4s [2023-08-22T19:59:43.704Z] [2023-08-22T19:59:43.704Z] #108 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-22T19:59:51.893Z] #108 ... [2023-08-22T19:59:51.893Z] [2023-08-22T19:59:51.893Z] #109 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-22T19:59:51.893Z] #109 DONE 934.5s [2023-08-22T19:59:51.893Z] [2023-08-22T19:59:51.893Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T19:59:51.893Z] #119 ... [2023-08-22T19:59:51.893Z] [2023-08-22T19:59:51.893Z] #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-22T19:59:51.893Z] #154 DONE 0.4s [2023-08-22T19:59:51.893Z] [2023-08-22T19:59:51.893Z] #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-22T19:59:53.830Z] #155 DONE 2.1s [2023-08-22T19:59:53.830Z] [2023-08-22T19:59:53.830Z] #156 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:59:53.830Z] #156 DONE 0.3s [2023-08-22T19:59:53.830Z] [2023-08-22T19:59:53.830Z] #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-22T19:59:53.830Z] #115 ... [2023-08-22T19:59:53.830Z] [2023-08-22T19:59:53.830Z] #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:59:54.095Z] #157 DONE 0.2s [2023-08-22T19:59:54.095Z] [2023-08-22T19:59:54.095Z] #158 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-22T19:59:54.382Z] #158 DONE 0.5s [2023-08-22T19:59:54.382Z] [2023-08-22T19:59:54.382Z] #101 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-08-22T19:59:54.382Z] #101 DONE 938.5s [2023-08-22T19:59:54.382Z] [2023-08-22T19:59:54.382Z] #159 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-22T19:59:54.650Z] #159 DONE 0.3s [2023-08-22T19:59:54.650Z] [2023-08-22T19:59:54.650Z] #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-22T19:59:54.932Z] #115 ... [2023-08-22T19:59:54.933Z] [2023-08-22T19:59:54.933Z] #160 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-08-22T19:59:55.198Z] #160 DONE 0.3s [2023-08-22T19:59:55.198Z] [2023-08-22T19:59:55.198Z] #161 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T19:59:55.198Z] #161 DONE 0.2s [2023-08-22T19:59:55.198Z] [2023-08-22T19:59:55.198Z] #162 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-08-22T19:59:55.474Z] #162 DONE 0.2s [2023-08-22T19:59:55.474Z] [2023-08-22T19:59:55.474Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-22T19:59:55.474Z] #112 ... [2023-08-22T19:59:55.474Z] [2023-08-22T19:59:55.474Z] #163 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-22T19:59:55.746Z] #163 DONE 0.3s [2023-08-22T19:59:55.746Z] [2023-08-22T19:59:55.746Z] #164 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-22T19:59:55.746Z] #164 DONE 0.3s [2023-08-22T19:59:55.746Z] [2023-08-22T19:59:55.746Z] #165 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-08-22T19:59:56.012Z] #165 ... [2023-08-22T19:59:56.012Z] [2023-08-22T19:59:56.012Z] #166 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-22T19:59:56.012Z] #166 DONE 0.2s [2023-08-22T19:59:56.012Z] [2023-08-22T19:59:56.012Z] #165 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-08-22T19:59:56.012Z] #165 DONE 0.2s [2023-08-22T19:59:56.012Z] [2023-08-22T19:59:56.012Z] #167 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-08-22T19:59:56.277Z] #167 DONE 0.4s [2023-08-22T19:59:56.277Z] [2023-08-22T19:59:56.277Z] #168 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-22T19:59:56.855Z] #168 DONE 0.3s [2023-08-22T19:59:56.855Z] [2023-08-22T19:59:56.855Z] #169 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-22T19:59:56.855Z] #169 DONE 0.3s [2023-08-22T19:59:56.855Z] [2023-08-22T19:59:56.855Z] #170 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-22T19:59:57.435Z] #170 ... [2023-08-22T19:59:57.435Z] [2023-08-22T19:59:57.435Z] #171 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-22T19:59:57.435Z] #171 DONE 0.4s [2023-08-22T19:59:57.435Z] [2023-08-22T19:59:57.435Z] #172 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-22T19:59:57.703Z] #172 DONE 0.3s [2023-08-22T19:59:57.703Z] [2023-08-22T19:59:57.703Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T19:59:57.703Z] #27 ... [2023-08-22T19:59:57.703Z] [2023-08-22T19:59:57.703Z] #173 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T19:59:59.107Z] #173 ... [2023-08-22T19:59:59.107Z] [2023-08-22T19:59:59.107Z] #170 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-22T19:59:59.107Z] #170 DONE 3.2s [2023-08-22T19:59:59.371Z] [2023-08-22T19:59:59.371Z] #142 [security-bootstrapper] exporting to image [2023-08-22T19:59:59.372Z] #142 exporting layers [2023-08-22T20:00:00.771Z] #142 ... [2023-08-22T20:00:00.771Z] [2023-08-22T20:00:00.771Z] #173 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T20:00:00.771Z] #173 DONE 2.9s [2023-08-22T20:00:00.771Z] [2023-08-22T20:00:00.771Z] #142 [security-secretstore-setup] exporting to image [2023-08-22T20:00:00.771Z] #142 writing image sha256:f152647316a549c60e8c374b76cbaf9bc61e2bebb3387a6085ac05b6646039cc 0.0s done [2023-08-22T20:00:00.771Z] #142 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2023-08-22T20:00:02.174Z] #142 exporting layers 1.2s done [2023-08-22T20:00:02.174Z] #142 writing image sha256:a6f04800e23f87d91593dcdd0f1665afb0709d9c756ffe60894164add60380ae 0.0s done [2023-08-22T20:00:02.174Z] #142 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-08-22T20:00:02.174Z] #142 DONE 7.4s [2023-08-22T20:00:02.174Z] [2023-08-22T20:00:02.174Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T20:00:04.744Z] #119 ... [2023-08-22T20:00:04.744Z] [2023-08-22T20:00:04.744Z] #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-22T20:00:04.744Z] #128 DONE 948.3s [2023-08-22T20:00:04.744Z] [2023-08-22T20:00:04.744Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-22T20:00:05.010Z] #112 ... [2023-08-22T20:00:05.010Z] [2023-08-22T20:00:05.010Z] #174 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:00:05.276Z] #174 DONE 0.2s [2023-08-22T20:00:05.276Z] [2023-08-22T20:00:05.276Z] #175 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:00:05.276Z] #175 DONE 0.2s [2023-08-22T20:00:05.276Z] [2023-08-22T20:00:05.276Z] #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-22T20:00:05.860Z] #176 DONE 0.3s [2023-08-22T20:00:05.860Z] [2023-08-22T20:00:05.860Z] #177 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:00:05.860Z] #177 DONE 0.1s [2023-08-22T20:00:05.860Z] [2023-08-22T20:00:05.860Z] #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-22T20:00:06.124Z] #178 DONE 0.1s [2023-08-22T20:00:06.124Z] [2023-08-22T20:00:06.124Z] #179 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T20:00:08.887Z] #179 DONE 1.9s [2023-08-22T20:00:08.887Z] [2023-08-22T20:00:08.887Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T20:00:08.887Z] #119 ... [2023-08-22T20:00:08.887Z] [2023-08-22T20:00:08.887Z] #142 [security-proxy-auth] exporting to image [2023-08-22T20:00:08.887Z] #142 exporting layers [2023-08-22T20:00:08.887Z] #142 exporting layers 0.6s done [2023-08-22T20:00:08.887Z] #142 writing image sha256:90c6d6e082498bb5ece132c06f70b70fef9f4d5e11e2cbf4f971befe7a352908 done [2023-08-22T20:00:08.887Z] #142 naming to docker.io/library/security-proxy-auth-arm64 done [2023-08-22T20:00:08.887Z] #142 DONE 8.0s [2023-08-22T20:00:08.887Z] [2023-08-22T20:00:08.887Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T20:00:23.864Z] #116 ... [2023-08-22T20:00:23.864Z] [2023-08-22T20:00:23.864Z] #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-22T20:00:23.864Z] #112 DONE 967.4s [2023-08-22T20:00:23.864Z] [2023-08-22T20:00:23.864Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T20:00:23.864Z] #119 ... [2023-08-22T20:00:23.864Z] [2023-08-22T20:00:23.864Z] #180 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:00:24.129Z] #180 DONE 0.2s [2023-08-22T20:00:24.129Z] [2023-08-22T20:00:24.129Z] #181 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:00:24.400Z] #181 DONE 0.2s [2023-08-22T20:00:24.400Z] [2023-08-22T20:00:24.400Z] #182 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-22T20:00:24.667Z] #182 DONE 0.2s [2023-08-22T20:00:24.667Z] [2023-08-22T20:00:24.667Z] #183 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:00:24.667Z] #183 DONE 0.1s [2023-08-22T20:00:24.667Z] [2023-08-22T20:00:24.667Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:00:24.667Z] #27 ... [2023-08-22T20:00:24.667Z] [2023-08-22T20:00:24.667Z] #184 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-08-22T20:00:24.667Z] #184 DONE 0.1s [2023-08-22T20:00:24.933Z] [2023-08-22T20:00:24.933Z] #185 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-22T20:00:26.874Z] #185 DONE 1.9s [2023-08-22T20:00:26.874Z] [2023-08-22T20:00:26.874Z] #142 [core-common-config-bootstrapper] exporting to image [2023-08-22T20:00:26.874Z] #142 exporting layers [2023-08-22T20:00:27.140Z] #142 exporting layers 0.6s done [2023-08-22T20:00:27.406Z] #142 writing image sha256:46cb917ed84773bd9288c56ba556c81c1a0100b3e771011401f09bc94b0a432b done [2023-08-22T20:00:27.406Z] #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-08-22T20:00:27.406Z] #142 DONE 8.6s [2023-08-22T20:00:27.406Z] [2023-08-22T20:00:27.406Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T20:01:14.197Z] #116 ... [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-22T20:01:14.197Z] #119 DONE 1014.2s [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:01:14.197Z] #27 ... [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #186 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:01:14.197Z] #186 DONE 0.1s [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:01:14.197Z] #27 ... [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #187 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:01:14.197Z] #187 DONE 0.1s [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #188 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-22T20:01:14.197Z] #188 DONE 0.2s [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T20:01:14.197Z] #116 ... [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #189 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:01:14.197Z] #189 DONE 0.1s [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #142 [core-command] exporting to image [2023-08-22T20:01:14.197Z] #142 exporting layers [2023-08-22T20:01:14.197Z] #142 exporting layers 0.3s done [2023-08-22T20:01:14.197Z] #142 writing image sha256:2566333e178917d074afeac85c36e2ff913746ab187a786a75c07e56ec453f21 [2023-08-22T20:01:14.197Z] #142 writing image sha256:2566333e178917d074afeac85c36e2ff913746ab187a786a75c07e56ec453f21 done [2023-08-22T20:01:14.197Z] #142 naming to docker.io/library/core-command-arm64 done [2023-08-22T20:01:14.197Z] #142 DONE 8.9s [2023-08-22T20:01:14.197Z] [2023-08-22T20:01:14.197Z] #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-22T20:01:18.438Z] #120 ... [2023-08-22T20:01:18.438Z] [2023-08-22T20:01:18.438Z] #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-22T20:01:18.438Z] #115 DONE 1021.8s [2023-08-22T20:01:18.438Z] [2023-08-22T20:01:18.438Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T20:01:18.438Z] #116 ... [2023-08-22T20:01:18.438Z] [2023-08-22T20:01:18.438Z] #190 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:01:18.438Z] #190 DONE 0.2s [2023-08-22T20:01:18.438Z] [2023-08-22T20:01:18.438Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T20:01:18.438Z] #116 ... [2023-08-22T20:01:18.438Z] [2023-08-22T20:01:18.438Z] #191 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:01:18.703Z] #191 DONE 0.2s [2023-08-22T20:01:18.703Z] [2023-08-22T20:01:18.703Z] #192 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-22T20:01:19.284Z] #192 ... [2023-08-22T20:01:19.284Z] [2023-08-22T20:01:19.284Z] #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-22T20:01:19.284Z] #120 DONE 1023.1s [2023-08-22T20:01:19.284Z] [2023-08-22T20:01:19.284Z] #192 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-22T20:01:19.284Z] #192 DONE 0.7s [2023-08-22T20:01:19.284Z] [2023-08-22T20:01:19.284Z] #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-22T20:01:19.551Z] #118 ... [2023-08-22T20:01:19.551Z] [2023-08-22T20:01:19.551Z] #193 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:01:19.551Z] #193 DONE 0.2s [2023-08-22T20:01:19.551Z] [2023-08-22T20:01:19.551Z] #142 [core-data] exporting to image [2023-08-22T20:01:19.551Z] #142 exporting layers [2023-08-22T20:01:20.132Z] #142 ... [2023-08-22T20:01:20.132Z] [2023-08-22T20:01:20.132Z] #194 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:01:20.132Z] #194 DONE 0.3s [2023-08-22T20:01:20.132Z] [2023-08-22T20:01:20.132Z] #142 [core-data] exporting to image [2023-08-22T20:01:20.132Z] #142 exporting layers 0.5s done [2023-08-22T20:01:20.132Z] #142 writing image sha256:d68965d53cae4182b70d17cc55330445ad6b26f5b32fda64953167cb334b9290 done [2023-08-22T20:01:20.132Z] #142 naming to docker.io/library/core-data-arm64 done [2023-08-22T20:01:20.132Z] #142 DONE 9.4s [2023-08-22T20:01:20.132Z] [2023-08-22T20:01:20.132Z] #195 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:01:20.397Z] #195 DONE 0.2s [2023-08-22T20:01:20.397Z] [2023-08-22T20:01:20.397Z] #196 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-22T20:01:20.662Z] #196 DONE 0.3s [2023-08-22T20:01:20.662Z] [2023-08-22T20:01:20.662Z] #197 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:01:20.662Z] #197 DONE 0.1s [2023-08-22T20:01:20.662Z] [2023-08-22T20:01:20.662Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:01:20.927Z] #27 ... [2023-08-22T20:01:20.927Z] [2023-08-22T20:01:20.927Z] #198 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-22T20:01:20.927Z] #198 DONE 0.1s [2023-08-22T20:01:20.927Z] [2023-08-22T20:01:20.927Z] #142 [core-metadata] exporting to image [2023-08-22T20:01:21.192Z] #142 exporting layers 0.3s done [2023-08-22T20:01:21.193Z] #142 writing image sha256:a460c0a790ed9fc8d4dee644505d225590d1833734f66bc154f6d57a47e7f443 [2023-08-22T20:01:21.193Z] #142 writing image sha256:a460c0a790ed9fc8d4dee644505d225590d1833734f66bc154f6d57a47e7f443 done [2023-08-22T20:01:21.193Z] #142 naming to docker.io/library/core-metadata-arm64 done [2023-08-22T20:01:21.193Z] #142 DONE 9.7s [2023-08-22T20:01:21.193Z] [2023-08-22T20:01:21.193Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:01:53.611Z] #27 ... [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #118 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-22T20:01:53.611Z] #118 DONE 1046.0s [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:01:53.611Z] #27 ... [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #199 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:01:53.611Z] #199 DONE 0.3s [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #200 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:01:53.611Z] #200 DONE 0.2s [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #201 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-22T20:01:53.611Z] #201 DONE 0.4s [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #202 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:01:53.611Z] #202 DONE 0.1s [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #142 [security-spiffe-token-provider] exporting to image [2023-08-22T20:01:53.611Z] #142 exporting layers [2023-08-22T20:01:53.611Z] #142 exporting layers 0.5s done [2023-08-22T20:01:53.611Z] #142 writing image sha256:1cb0a98ea3d83c7236f5b1b5b328f2c4bca232234933dd9de0a01547a5eab0e4 0.0s done [2023-08-22T20:01:53.611Z] #142 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-08-22T20:01:53.611Z] #142 DONE 10.3s [2023-08-22T20:01:53.611Z] [2023-08-22T20:01:53.611Z] #116 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-22T20:02:20.407Z] #116 DONE 1082.8s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #108 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-22T20:02:20.407Z] #108 DONE 1082.8s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:02:20.407Z] #27 ... [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #203 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:02:20.407Z] #203 DONE 0.3s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #204 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-22T20:02:20.407Z] #204 DONE 0.2s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #205 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:02:20.407Z] #205 DONE 0.1s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #206 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-22T20:02:20.407Z] #206 DONE 0.2s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #207 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-22T20:02:20.407Z] #207 DONE 0.3s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #208 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-22T20:02:20.407Z] #208 DONE 0.3s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:02:20.407Z] #209 DONE 0.1s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #210 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-22T20:02:20.407Z] #210 DONE 0.1s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #142 [support-notifications] exporting to image [2023-08-22T20:02:20.407Z] #142 exporting layers [2023-08-22T20:02:20.407Z] #142 exporting layers 0.3s done [2023-08-22T20:02:20.407Z] #142 writing image sha256:9f9d2b08dca5c6c1d25855d895323eeb75d218aff143b31cebd3daa021041d64 done [2023-08-22T20:02:20.407Z] #142 naming to docker.io/library/support-scheduler-arm64 done [2023-08-22T20:02:20.407Z] #142 writing image sha256:c7fb41a5795c5d9e7820baa77d0935e9512b177870b0b64ddf0b97a5759a4e95 done [2023-08-22T20:02:20.407Z] #142 naming to docker.io/library/support-notifications-arm64 done [2023-08-22T20:02:20.407Z] #142 DONE 10.7s [2023-08-22T20:02:20.407Z] [2023-08-22T20:02:20.407Z] #27 [support-notifications internal] load .dockerignore [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.407Z] time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-22T20:02:20.408Z] time="2023-08-22T19:42:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-22T20:02:20.427Z] $ docker stop --time=1 a259962d17d5d452e68093d1d88860fab117941088169c1d7c1c8ec2c396b5e9 [2023-08-22T20:02:22.059Z] $ docker rm -f --volumes a259962d17d5d452e68093d1d88860fab117941088169c1d7c1c8ec2c396b5e9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-22T20:02:22.588Z] + docker images [2023-08-22T20:02:22.588Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-22T20:02:22.588Z] support-notifications-arm64 latest c7fb41a5795c 3 seconds ago 33.7MB [2023-08-22T20:02:22.588Z] support-scheduler-arm64 latest 9f9d2b08dca5 3 seconds ago 32.9MB [2023-08-22T20:02:22.588Z] security-spiffe-token-provider-arm64 latest 1cb0a98ea3d8 31 seconds ago 33.3MB [2023-08-22T20:02:22.588Z] core-metadata-arm64 latest a460c0a790ed About a minute ago 21.2MB [2023-08-22T20:02:22.588Z] core-data-arm64 latest d68965d53cae About a minute ago 20.9MB [2023-08-22T20:02:22.588Z] core-command-arm64 latest 2566333e1789 About a minute ago 20.8MB [2023-08-22T20:02:22.588Z] core-common-config-bootstrapper-arm64 latest 46cb917ed847 About a minute ago 18MB [2023-08-22T20:02:22.588Z] security-proxy-auth-arm64 latest 90c6d6e08249 2 minutes ago 19.3MB [2023-08-22T20:02:22.588Z] security-secretstore-setup-arm64 latest a6f04800e23f 2 minutes ago 43MB [2023-08-22T20:02:22.588Z] security-bootstrapper-arm64 latest f152647316a5 2 minutes ago 22.6MB [2023-08-22T20:02:22.588Z] security-proxy-setup-arm64 latest 6191ac00d13b 2 minutes ago 28.8MB [2023-08-22T20:02:22.588Z] security-spire-agent-arm64 latest 6e543dbf184e 17 minutes ago 152MB [2023-08-22T20:02:22.588Z] security-spire-server-arm64 latest 38240c7486ff 17 minutes ago 96.9MB [2023-08-22T20:02:22.588Z] security-spire-config-arm64 latest eefa9e0288c8 17 minutes ago 96.1MB [2023-08-22T20:02:22.588Z] ci-base-image-arm64 latest dec3075960db 31 minutes ago 1.05GB [2023-08-22T20:02:22.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 5 weeks ago 677MB [2023-08-22T20:02:22.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T20:02:23.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-22T20:02:23.388Z] [2023-08-22T20:02:23.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T20:02:23.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-22T20:02:24.033Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-22T20:02:24.033Z] 8998bd30e6a1: Pulling fs layer [2023-08-22T20:02:24.033Z] 04944245beec: Pulling fs layer [2023-08-22T20:02:24.033Z] 699f458cf7ca: Pulling fs layer [2023-08-22T20:02:24.033Z] 765212b225bb: Pulling fs layer [2023-08-22T20:02:24.033Z] f23df028b6ca: Pulling fs layer [2023-08-22T20:02:24.033Z] d65c8cfc05b1: Pulling fs layer [2023-08-22T20:02:24.033Z] 2437ff75d9bd: Pulling fs layer [2023-08-22T20:02:24.033Z] 765212b225bb: Waiting [2023-08-22T20:02:24.033Z] f23df028b6ca: Waiting [2023-08-22T20:02:24.033Z] d65c8cfc05b1: Waiting [2023-08-22T20:02:24.033Z] 2437ff75d9bd: Waiting [2023-08-22T20:02:24.033Z] 04944245beec: Verifying Checksum [2023-08-22T20:02:24.033Z] 04944245beec: Download complete [2023-08-22T20:02:24.033Z] 765212b225bb: Verifying Checksum [2023-08-22T20:02:24.033Z] 765212b225bb: Download complete [2023-08-22T20:02:24.299Z] f23df028b6ca: Verifying Checksum [2023-08-22T20:02:24.299Z] f23df028b6ca: Download complete [2023-08-22T20:02:24.299Z] d65c8cfc05b1: Verifying Checksum [2023-08-22T20:02:24.299Z] d65c8cfc05b1: Download complete [2023-08-22T20:02:24.299Z] 699f458cf7ca: Verifying Checksum [2023-08-22T20:02:24.299Z] 699f458cf7ca: Download complete [2023-08-22T20:02:24.757Z] 8998bd30e6a1: Verifying Checksum [2023-08-22T20:02:24.757Z] 8998bd30e6a1: Download complete [2023-08-22T20:02:26.694Z] 2437ff75d9bd: Verifying Checksum [2023-08-22T20:02:26.694Z] 2437ff75d9bd: Download complete [2023-08-22T20:02:28.629Z] 8998bd30e6a1: Pull complete [2023-08-22T20:02:30.025Z] 04944245beec: Pull complete [2023-08-22T20:02:30.982Z] 699f458cf7ca: Pull complete [2023-08-22T20:02:31.247Z] 765212b225bb: Pull complete [2023-08-22T20:02:32.204Z] f23df028b6ca: Pull complete [2023-08-22T20:02:32.204Z] d65c8cfc05b1: Pull complete [2023-08-22T20:02:47.181Z] 2437ff75d9bd: Pull complete [2023-08-22T20:02:47.181Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-22T20:02:47.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-22T20:02:47.182Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T20:02:47.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container [2023-08-22T20:02:47.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-22T20:02:50.226Z] $ docker top 659414c7e3ca7b0cbcb3ef7d0900ac3267a70d49944b71d4ef5420f138b0f0cc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:02:51.183Z] ---> job-cost.sh [2023-08-22T20:02:51.183Z] lf-activate-venv: SKIPPING [2023-08-22T20:02:51.183Z] INFO: No Stack... [2023-08-22T20:02:51.759Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-22T20:02:52.709Z] INFO: Archiving Costs [Pipeline] sh [2023-08-22T20:02:53.356Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-08-22T20:02:53.356Z] + cut -d, -f6 [Pipeline] lock [2023-08-22T20:02:53.436Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] [2023-08-22T20:02:53.441Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] did not exist. Created. [2023-08-22T20:02:53.441Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-22T20:02:54.165Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-22T20:02:54.376Z] Stashed 1 file(s) [Pipeline] } [2023-08-22T20:02:54.396Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4645-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-22T20:02:54.451Z] $ docker stop --time=1 659414c7e3ca7b0cbcb3ef7d0900ac3267a70d49944b71d4ef5420f138b0f0cc [2023-08-22T20:02:55.959Z] $ docker rm -f --volumes 659414c7e3ca7b0cbcb3ef7d0900ac3267a70d49944b71d4ef5420f138b0f0cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-08-22T20:02:56.985Z] provisioning config files... [2023-08-22T20:02:56.993Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4112512433936593168tmp [Pipeline] { [Pipeline] sh [2023-08-22T20:02:57.329Z] + set +x [2023-08-22T20:02:57.329Z] + curl -s https://codecov.io/bash [2023-08-22T20:02:57.329Z] + bash -s -- [2023-08-22T20:02:57.587Z] [2023-08-22T20:02:57.588Z] _____ _ [2023-08-22T20:02:57.588Z] / ____| | | [2023-08-22T20:02:57.588Z] | | ___ __| | ___ ___ _____ __ [2023-08-22T20:02:57.588Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-22T20:02:57.588Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-22T20:02:57.588Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-22T20:02:57.588Z] Bash-1.0.6 [2023-08-22T20:02:57.588Z] [2023-08-22T20:02:57.588Z] [2023-08-22T20:02:57.588Z] ==> git version 2.25.1 found [2023-08-22T20:02:57.588Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-08-22T20:02:57.588Z] Release-Date: 2020-01-08 [2023-08-22T20:02:57.588Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-22T20:02:57.588Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-22T20:02:57.588Z] ==> Jenkins CI detected. [2023-08-22T20:02:57.588Z] current dir:  /w/workspace/edgex-go/1 [2023-08-22T20:02:57.588Z] project root: . [2023-08-22T20:02:57.588Z] --> token set from env [2023-08-22T20:02:57.588Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-22T20:02:57.588Z] ==> Running gcov in . (disable via -X gcov) [2023-08-22T20:02:57.588Z] ==> Python coveragepy not found [2023-08-22T20:02:57.588Z] ==> Searching for coverage reports in: [2023-08-22T20:02:57.588Z] + . [2023-08-22T20:02:57.588Z] -> Found 1 reports [2023-08-22T20:02:57.588Z] ==> Detecting git/mercurial file structure [2023-08-22T20:02:57.588Z] ==> Reading reports [2023-08-22T20:02:57.588Z] + ./coverage.out bytes=446998 [2023-08-22T20:02:57.588Z] ==> Appending adjustments [2023-08-22T20:02:57.588Z] https://docs.codecov.io/docs/fixing-reports [2023-08-22T20:02:58.962Z] + Found adjustments [2023-08-22T20:02:58.962Z] ==> Gzipping contents [2023-08-22T20:02:58.962Z] 56K /tmp/codecov.GYeU8G.gz [2023-08-22T20:02:58.962Z] ==> Uploading reports [2023-08-22T20:02:58.962Z] url: https://codecov.io [2023-08-22T20:02:58.962Z] query: branch=PR-4645&commit=f611f6bb8388efb3bc54068293a76baca00360ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4645%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4645&job=&cmd_args= [2023-08-22T20:02:58.962Z] -> Pinging Codecov [2023-08-22T20:02:58.962Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4645&commit=f611f6bb8388efb3bc54068293a76baca00360ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4645%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4645&job=&cmd_args= [2023-08-22T20:02:58.962Z] -> Uploading to [2023-08-22T20:02:58.962Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-22/00271124DB129430A58F1EEE437C3FCB/f611f6bb8388efb3bc54068293a76baca00360ff/da0ba829-1ccf-4589-bcab-d70bd11a4964.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230822%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230822T200258Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d986f04d7379fbd7dc7248efd365920164dce00f04951fe8d25d66fd985e8274 [2023-08-22T20:02:58.962Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-22T20:02:58.962Z] Dload Upload Total Spent Left Speed [2023-08-22T20:02:59.222Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57310 0 0 100 57310 0 257k --:--:-- --:--:-- --:--:-- 259k [2023-08-22T20:02:59.222Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f611f6bb8388efb3bc54068293a76baca00360ff [Pipeline] } [2023-08-22T20:02:59.247Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-08-22T20:03:00.499Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:03:00.813Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:03:01.696Z] ---> package-listing.sh [2023-08-22T20:03:01.697Z] ++ facter osfamily [2023-08-22T20:03:01.697Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-22T20:03:01.955Z] + OS_FAMILY=debian [2023-08-22T20:03:01.955Z] + workspace=/w/workspace/edgex-go/1 [2023-08-22T20:03:01.955Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-22T20:03:01.955Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-22T20:03:01.955Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-22T20:03:01.955Z] + PACKAGES=/tmp/packages_start.txt [2023-08-22T20:03:01.955Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-22T20:03:01.955Z] + PACKAGES=/tmp/packages_end.txt [2023-08-22T20:03:01.955Z] + case "${OS_FAMILY}" in [2023-08-22T20:03:01.955Z] + dpkg -l [2023-08-22T20:03:01.955Z] + grep '^ii' [2023-08-22T20:03:01.955Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-22T20:03:01.955Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-22T20:03:01.955Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-22T20:03:01.955Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-22T20:03:01.955Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-08-22T20:03:01.955Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-08-22T20:03:01.989Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-22T20:03:02.280Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T20:03:02.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-22T20:03:02.902Z] [2023-08-22T20:03:02.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-22T20:03:03.272Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-22T20:03:03.272Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-22T20:03:03.272Z] 5eb5b503b376: Pulling fs layer [2023-08-22T20:03:03.272Z] 5c69ac0246d0: Pulling fs layer [2023-08-22T20:03:03.272Z] ec43610c2a17: Pulling fs layer [2023-08-22T20:03:03.272Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-22T20:03:03.272Z] 33b1e0a273af: Pulling fs layer [2023-08-22T20:03:03.272Z] 5d3b04190fa2: Pulling fs layer [2023-08-22T20:03:03.272Z] 2f39f015ded8: Pulling fs layer [2023-08-22T20:03:03.272Z] 3a2ae6a8a46f: Waiting [2023-08-22T20:03:03.272Z] 33b1e0a273af: Waiting [2023-08-22T20:03:03.272Z] 5d3b04190fa2: Waiting [2023-08-22T20:03:03.272Z] 2f39f015ded8: Waiting [2023-08-22T20:03:03.272Z] 5c69ac0246d0: Download complete [2023-08-22T20:03:03.272Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-22T20:03:03.272Z] 3a2ae6a8a46f: Download complete [2023-08-22T20:03:03.272Z] 33b1e0a273af: Verifying Checksum [2023-08-22T20:03:03.272Z] 33b1e0a273af: Download complete [2023-08-22T20:03:03.272Z] 5d3b04190fa2: Download complete [2023-08-22T20:03:03.540Z] ec43610c2a17: Download complete [2023-08-22T20:03:03.540Z] 5eb5b503b376: Verifying Checksum [2023-08-22T20:03:03.540Z] 5eb5b503b376: Download complete [2023-08-22T20:03:04.106Z] 2f39f015ded8: Download complete [2023-08-22T20:03:04.670Z] 5eb5b503b376: Pull complete [2023-08-22T20:03:04.670Z] 5c69ac0246d0: Pull complete [2023-08-22T20:03:05.233Z] ec43610c2a17: Pull complete [2023-08-22T20:03:05.233Z] 3a2ae6a8a46f: Pull complete [2023-08-22T20:03:05.490Z] 33b1e0a273af: Pull complete [2023-08-22T20:03:05.490Z] 5d3b04190fa2: Pull complete [2023-08-22T20:03:09.678Z] 2f39f015ded8: Pull complete [2023-08-22T20:03:09.678Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-22T20:03:09.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-22T20:03:09.678Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-22T20:03:09.872Z] prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container [2023-08-22T20:03:09.894Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-22T20:03:13.696Z] $ docker top 22048588a1c91a81fb2158690795406f1116114706ade0a78484f2b854707dc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-22T20:03:14.079Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-22T20:03:14.385Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-22T20:03:14.689Z] + ls /var/log/sa-host [2023-08-22T20:03:14.689Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-22T20:03:14.920Z] provisioning config files... [2023-08-22T20:03:14.931Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16149662587889596031tmp [Pipeline] { [Pipeline] echo [2023-08-22T20:03:15.088Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:03:15.399Z] ---> create-netrc.sh [Pipeline] } [2023-08-22T20:03:15.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:03:15.826Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-22T20:03:15.859Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:03:16.167Z] ---> sudo-logs.sh [2023-08-22T20:03:16.168Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-22T20:03:16.248Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:03:16.557Z] ---> job-cost.sh [2023-08-22T20:03:16.557Z] lf-activate-venv: SKIPPING [2023-08-22T20:03:16.557Z] DEBUG: total: 0.10999999940395355 [2023-08-22T20:03:16.557Z] INFO: Retrieving Stack Cost... [2023-08-22T20:03:16.815Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-22T20:03:17.382Z] INFO: Archiving Costs [Pipeline] echo [2023-08-22T20:03:17.419Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-22T20:03:17.730Z] ---> logs-deploy.sh [2023-08-22T20:03:17.730Z] lf-activate-venv: SKIPPING [2023-08-22T20:03:17.730Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4645/1 [2023-08-22T20:03:17.730Z] INFO: archiving workspace using pattern(s): [2023-08-22T20:03:18.666Z] Archives upload complete. [2023-08-22T20:03:18.926Z] INFO: archiving logs to Nexus [2023-08-22T20:03:19.496Z] ---> uname -a: [2023-08-22T20:03:19.496Z] Linux prd-ubuntu20-04-docker-8c-8g-4289 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-08-22T20:03:19.496Z] [2023-08-22T20:03:19.496Z] [2023-08-22T20:03:19.496Z] ---> lscpu: [2023-08-22T20:03:19.496Z] Architecture: x86_64 [2023-08-22T20:03:19.496Z] CPU op-mode(s): 32-bit, 64-bit [2023-08-22T20:03:19.496Z] Byte Order: Little Endian [2023-08-22T20:03:19.496Z] Address sizes: 40 bits physical, 48 bits virtual [2023-08-22T20:03:19.496Z] CPU(s): 8 [2023-08-22T20:03:19.496Z] On-line CPU(s) list: 0-7 [2023-08-22T20:03:19.496Z] Thread(s) per core: 1 [2023-08-22T20:03:19.496Z] Core(s) per socket: 1 [2023-08-22T20:03:19.496Z] Socket(s): 8 [2023-08-22T20:03:19.496Z] NUMA node(s): 1 [2023-08-22T20:03:19.496Z] Vendor ID: AuthenticAMD [2023-08-22T20:03:19.496Z] CPU family: 23 [2023-08-22T20:03:19.496Z] Model: 49 [2023-08-22T20:03:19.496Z] Model name: AMD EPYC-Rome Processor [2023-08-22T20:03:19.496Z] Stepping: 0 [2023-08-22T20:03:19.496Z] CPU MHz: 2799.998 [2023-08-22T20:03:19.496Z] BogoMIPS: 5599.99 [2023-08-22T20:03:19.496Z] Virtualization: AMD-V [2023-08-22T20:03:19.496Z] Hypervisor vendor: KVM [2023-08-22T20:03:19.496Z] Virtualization type: full [2023-08-22T20:03:19.496Z] L1d cache: 256 KiB [2023-08-22T20:03:19.496Z] L1i cache: 256 KiB [2023-08-22T20:03:19.496Z] L2 cache: 4 MiB [2023-08-22T20:03:19.496Z] L3 cache: 128 MiB [2023-08-22T20:03:19.496Z] NUMA node0 CPU(s): 0-7 [2023-08-22T20:03:19.496Z] Vulnerability Itlb multihit: Not affected [2023-08-22T20:03:19.496Z] Vulnerability L1tf: Not affected [2023-08-22T20:03:19.496Z] Vulnerability Mds: Not affected [2023-08-22T20:03:19.496Z] Vulnerability Meltdown: Not affected [2023-08-22T20:03:19.496Z] Vulnerability Mmio stale data: Not affected [2023-08-22T20:03:19.496Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-08-22T20:03:19.496Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-08-22T20:03:19.496Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-08-22T20:03:19.496Z] Vulnerability Srbds: Not affected [2023-08-22T20:03:19.496Z] Vulnerability Tsx async abort: Not affected [2023-08-22T20:03:19.496Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-08-22T20:03:19.496Z] [2023-08-22T20:03:19.496Z] [2023-08-22T20:03:19.496Z] ---> nproc: [2023-08-22T20:03:19.496Z] 8 [2023-08-22T20:03:19.496Z] [2023-08-22T20:03:19.496Z] [2023-08-22T20:03:19.496Z] ---> df -h: [2023-08-22T20:03:19.496Z] Filesystem Size Used Avail Use% Mounted on [2023-08-22T20:03:19.496Z] overlay 155G 22G 133G 15% / [2023-08-22T20:03:19.496Z] tmpfs 64M 0 64M 0% /dev [2023-08-22T20:03:19.496Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-08-22T20:03:19.496Z] shm 64M 0 64M 0% /dev/shm [2023-08-22T20:03:19.496Z] /dev/vda1 155G 22G 133G 15% /facter-os [2023-08-22T20:03:19.496Z] [2023-08-22T20:03:19.496Z]