Pull request #4587 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 26afcec262dbc21f52849c9f055366058478ade7+1fb6775d8804dda106fccace673c66bb187c3e57 (e37eac2a3068e585b7152090bb88c212078e44cd) 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-ssh4448755276394699625.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh18152563614580786686.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-4587/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-4587/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15529224280165982514.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-4587/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11166777888314501175.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh5327767463558981436.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-4587/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-4587/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17340945077837485028.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-17969 in /w/workspace/edgexfoundry_edgex-go_PR-4587 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4587/head:refs/remotes/origin/PR-4587 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1fb6775d8804dda106fccace673c66bb187c3e57 into PR head commit 26afcec262dbc21f52849c9f055366058478ade7 Merge succeeded, producing 26afcec262dbc21f52849c9f055366058478ade7 Checking out Revision 26afcec262dbc21f52849c9f055366058478ade7 (PR-4587) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.4 to 2.1.6" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-06-06T19:58:21.577Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-06-06T19:58:21.748Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-06-06T19:58:21.846Z] ========================================================= [2023-06-06T19:58:21.846Z] EdgeX Global Pipelines Version Info [2023-06-06T19:58:21.846Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # 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 1fb6775d8804dda106fccace673c66bb187c3e57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # timeout=10 [2023-06-06T19:58:22.591Z] ------------------- [2023-06-06T19:58:22.591Z] stable info: [2023-06-06T19:58:22.591Z] ------------------- [2023-06-06T19:58:22.592Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-06-06T19:58:22.592Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-06T19:58:22.592Z] Message: update stable to v1.0.250 [2023-06-06T19:58:23.165Z] ------------------- [2023-06-06T19:58:23.165Z] experimental info: [2023-06-06T19:58:23.165Z] ------------------- [2023-06-06T19:58:23.165Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-06-06T19:58:23.165Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-06T19:58:23.165Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-06-06T19:58:23.424Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-06-06T19:58:23.461Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-06-06T19:58:23.499Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-06-06T19:58:23.542Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-06-06T19:58:23.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-06-06T19:58:23.609Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-06-06T19:58:23.652Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-06-06T19:58:23.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-06-06T19:58:23.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-06-06T19:58:23.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-06-06T19:58:23.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-06-06T19:58:23.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-06-06T19:58:23.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-06-06T19:58:23.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-06-06T19:58:23.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-06-06T19:58:24.032Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-06-06T19:58:24.075Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-06-06T19:58:24.114Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-06-06T19:58:24.151Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-06-06T19:58:24.193Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-06-06T19:58:24.227Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-06-06T19:58:24.268Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-06-06T19:58:24.312Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-06-06T19:58:24.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4587 [Pipeline] echo [2023-06-06T19:58:24.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4587 [Pipeline] echo [2023-06-06T19:58:24.437Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4587 [Pipeline] echo [2023-06-06T19:58:24.478Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] echo [2023-06-06T19:58:24.515Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26afcec [Pipeline] echo [2023-06-06T19:58:24.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-06T19:58:24.667Z] provisioning config files... [2023-06-06T19:58:24.688Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10604833534916142238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-06T19:58:25.039Z] ---> docker-login.sh [2023-06-06T19:58:25.039Z] nexus3.edgexfoundry.org:10001 [2023-06-06T19:58:25.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T19:58:25.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T19:58:25.569Z] Configure a credential helper to remove this warning. See [2023-06-06T19:58:25.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T19:58:25.569Z] [2023-06-06T19:58:25.569Z] Login Succeeded [2023-06-06T19:58:25.569Z] nexus3.edgexfoundry.org:10002 [2023-06-06T19:58:25.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T19:58:25.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T19:58:25.569Z] Configure a credential helper to remove this warning. See [2023-06-06T19:58:25.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T19:58:25.569Z] [2023-06-06T19:58:25.569Z] Login Succeeded [2023-06-06T19:58:25.569Z] nexus3.edgexfoundry.org:10003 [2023-06-06T19:58:25.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T19:58:25.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T19:58:25.835Z] Configure a credential helper to remove this warning. See [2023-06-06T19:58:25.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T19:58:25.835Z] [2023-06-06T19:58:25.835Z] Login Succeeded [2023-06-06T19:58:25.835Z] nexus3.edgexfoundry.org:10004 [2023-06-06T19:58:25.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T19:58:25.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T19:58:25.835Z] Configure a credential helper to remove this warning. See [2023-06-06T19:58:25.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T19:58:25.835Z] [2023-06-06T19:58:25.835Z] Login Succeeded [2023-06-06T19:58:25.835Z] docker.io [2023-06-06T19:58:25.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T19:58:26.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T19:58:26.097Z] Configure a credential helper to remove this warning. See [2023-06-06T19:58:26.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T19:58:26.097Z] [2023-06-06T19:58:26.097Z] Login Succeeded [2023-06-06T19:58:26.097Z] ---> docker-login.sh ends [Pipeline] } [2023-06-06T19:58:26.128Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-06T19:58:26.543Z] + 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-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + dirname cmd/core-command/Dockerfile [2023-06-06T19:58:26.543Z] + echo core-command,cmd/core-command/Dockerfile [2023-06-06T19:58:26.543Z] + cut+ -d/ -f2 [2023-06-06T19:58:26.543Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-06-06T19:58:26.543Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/core-data/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo core-data,cmd/core-data/Dockerfile [2023-06-06T19:58:26.543Z] + + dirname cmd/core-metadata/Dockerfile [2023-06-06T19:58:26.543Z] cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/security-spire-agent/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/security-spire-config/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-06-06T19:58:26.543Z] + + cutdirname -d/ cmd/security-spire-server/Dockerfile -f2 [2023-06-06T19:58:26.543Z] [2023-06-06T19:58:26.543Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + dirname cmd/support-notifications/Dockerfile [2023-06-06T19:58:26.543Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-06-06T19:58:26.543Z] + dirname cmd/support-scheduler/Dockerfile [2023-06-06T19:58:26.543Z] + cut -d/ -f2 [2023-06-06T19:58:26.543Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-06-06T19:58:26.609Z] 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-06-06T19:58:27.100Z] + git rev-list -1 --merges 26afcec262dbc21f52849c9f055366058478ade7~1..26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] echo [2023-06-06T19:58:27.132Z] -----------> git rev-list -1 --merges 26afcec262dbc21f52849c9f055366058478ade7~1..26afcec262dbc21f52849c9f055366058478ade7 26afcec262dbc21f52849c9f055366058478ade7 [false] [Pipeline] sh [2023-06-06T19:58:27.441Z] + git log --format=format:%s -1 26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] echo [2023-06-06T19:58:27.477Z] ========================================================= [2023-06-06T19:58:27.477Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-06-06T19:58:27.477Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-06-06T19:58:27.999Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-06T19:58:27.999Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-06-06T19:58:27.999Z] + [ -e /tmp/ssh_known_hosts ] [2023-06-06T19:58:27.999Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-06-06T19:58:27.999Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-06-06T19:58:27.999Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-06-06T19:58:27.999Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T19:58:28.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-06T19:58:28.492Z] [2023-06-06T19:58:28.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T19:58:28.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-06T19:58:28.869Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-06-06T19:58:28.869Z] b85a868b505f: Pulling fs layer [2023-06-06T19:58:28.870Z] e2be974225ed: Pulling fs layer [2023-06-06T19:58:28.870Z] 339a4e72a1f5: Pulling fs layer [2023-06-06T19:58:28.870Z] 988bab9f4d93: Pulling fs layer [2023-06-06T19:58:28.870Z] 1469e6f7b9e6: Pulling fs layer [2023-06-06T19:58:28.870Z] eaf3925da568: Pulling fs layer [2023-06-06T19:58:28.870Z] bab4dde63d76: Pulling fs layer [2023-06-06T19:58:28.870Z] bde34c3a00c8: Pulling fs layer [2023-06-06T19:58:28.870Z] b352a97aabf1: Pulling fs layer [2023-06-06T19:58:28.870Z] 4872d77fe225: Pulling fs layer [2023-06-06T19:58:28.870Z] 5851b861e8e6: Pulling fs layer [2023-06-06T19:58:28.870Z] bab4dde63d76: Waiting [2023-06-06T19:58:28.870Z] 988bab9f4d93: Waiting [2023-06-06T19:58:28.870Z] bde34c3a00c8: Waiting [2023-06-06T19:58:28.870Z] 1469e6f7b9e6: Waiting [2023-06-06T19:58:28.870Z] b352a97aabf1: Waiting [2023-06-06T19:58:28.870Z] eaf3925da568: Waiting [2023-06-06T19:58:28.870Z] 4872d77fe225: Waiting [2023-06-06T19:58:28.870Z] 5851b861e8e6: Waiting [2023-06-06T19:58:28.870Z] e2be974225ed: Verifying Checksum [2023-06-06T19:58:28.870Z] e2be974225ed: Download complete [2023-06-06T19:58:28.870Z] 988bab9f4d93: Download complete [2023-06-06T19:58:28.870Z] 1469e6f7b9e6: Verifying Checksum [2023-06-06T19:58:28.870Z] 1469e6f7b9e6: Download complete [2023-06-06T19:58:29.129Z] 339a4e72a1f5: Verifying Checksum [2023-06-06T19:58:29.129Z] 339a4e72a1f5: Download complete [2023-06-06T19:58:29.129Z] eaf3925da568: Download complete [2023-06-06T19:58:29.129Z] bde34c3a00c8: Download complete [2023-06-06T19:58:29.129Z] b352a97aabf1: Download complete [2023-06-06T19:58:29.129Z] 4872d77fe225: Verifying Checksum [2023-06-06T19:58:29.129Z] 4872d77fe225: Download complete [2023-06-06T19:58:29.129Z] 5851b861e8e6: Download complete [2023-06-06T19:58:29.129Z] b85a868b505f: Verifying Checksum [2023-06-06T19:58:29.129Z] b85a868b505f: Download complete [2023-06-06T19:58:29.388Z] bab4dde63d76: Verifying Checksum [2023-06-06T19:58:29.388Z] bab4dde63d76: Download complete [2023-06-06T19:58:30.325Z] b85a868b505f: Pull complete [2023-06-06T19:58:30.325Z] e2be974225ed: Pull complete [2023-06-06T19:58:30.894Z] 339a4e72a1f5: Pull complete [2023-06-06T19:58:30.894Z] 988bab9f4d93: Pull complete [2023-06-06T19:58:31.152Z] 1469e6f7b9e6: Pull complete [2023-06-06T19:58:31.152Z] eaf3925da568: Pull complete [2023-06-06T19:58:33.054Z] bab4dde63d76: Pull complete [2023-06-06T19:58:33.054Z] bde34c3a00c8: Pull complete [2023-06-06T19:58:33.313Z] b352a97aabf1: Pull complete [2023-06-06T19:58:33.313Z] 4872d77fe225: Pull complete [2023-06-06T19:58:33.313Z] 5851b861e8e6: Pull complete [2023-06-06T19:58:33.313Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-06-06T19:58:33.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-06T19:58:33.572Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T19:58:33.806Z] prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container [2023-06-06T19:58:33.839Z] $ 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-06-06T19:58:35.417Z] $ docker top 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 -eo pid,comm [2023-06-06T19:58:35.474Z] 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-06-06T19:58:35.474Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-06T19:58:35.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-06T19:58:35.604Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-06T19:58:35.718Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-06T19:58:35.723Z] $ docker exec 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent [2023-06-06T19:58:35.830Z] SSH_AUTH_SOCK=/tmp/ssh-FUgcvuKcUEbf/agent.32 [2023-06-06T19:58:35.830Z] SSH_AGENT_PID=38 [2023-06-06T19:58:35.837Z] Running ssh-add (command line suppressed) [2023-06-06T19:58:35.933Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_556404212160958899.key (/w/workspace/edgex-go/1@tmp/private_key_556404212160958899.key) [2023-06-06T19:58:35.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-06T19:58:36.270Z] + git tag --points-at HEAD [Pipeline] } [2023-06-06T19:58:36.299Z] $ docker exec --env ******** --env ******** 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent -k [2023-06-06T19:58:36.395Z] unset SSH_AUTH_SOCK; [2023-06-06T19:58:36.395Z] unset SSH_AGENT_PID; [2023-06-06T19:58:36.396Z] echo Agent pid 38 killed; [2023-06-06T19:58:36.405Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-06-06T19:58:36.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-06T19:58:36.495Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-06T19:58:36.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-06T19:58:36.625Z] $ docker exec 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent [2023-06-06T19:58:36.728Z] SSH_AUTH_SOCK=/tmp/ssh-draQZ5dZ2pTg/agent.70 [2023-06-06T19:58:36.728Z] SSH_AGENT_PID=76 [2023-06-06T19:58:36.733Z] Running ssh-add (command line suppressed) [2023-06-06T19:58:36.828Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4238299168751574990.key (/w/workspace/edgex-go/1@tmp/private_key_4238299168751574990.key) [2023-06-06T19:58:36.844Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-06T19:58:37.180Z] + git semver init [2023-06-06T19:58:37.440Z] 2023-06-06 19:58:37,352 [run_init] DEBUG init version:0.0.0 force:False [2023-06-06T19:58:37.440Z] 2023-06-06 19:58:37,353 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-06-06T19:58:37.440Z] 2023-06-06 19:58:37,353 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-06-06T19:58:37.440Z] 2023-06-06 19:58:37,354 [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-06-06T19:58:41.637Z] 2023-06-06 19:58:41,556 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-06-06T19:58:41.637Z] 2023-06-06 19:58:41,557 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4587 with force:False [2023-06-06T19:58:41.637Z] 2023-06-06 19:58:41,557 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4587 [2023-06-06T19:58:41.637Z] 2023-06-06 19:58:41,561 [execute] INFO git cat-file --batch-check [2023-06-06T19:58:41.637Z] 2023-06-06 19:58:41,561 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-06-06T19:58:41.637Z] 2023-06-06 19:58:41,568 [execute] INFO git cat-file --batch [2023-06-06T19:58:41.637Z] 2023-06-06 19:58:41,568 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-06-06T19:58:41.637Z] 2023-06-06 19:58:41,574 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4587 [2023-06-06T19:58:41.637Z] 0.0.0 [Pipeline] } [2023-06-06T19:58:41.666Z] $ docker exec --env ******** --env ******** 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 ssh-agent -k [2023-06-06T19:58:41.775Z] unset SSH_AUTH_SOCK; [2023-06-06T19:58:41.775Z] unset SSH_AGENT_PID; [2023-06-06T19:58:41.775Z] echo Agent pid 76 killed; [2023-06-06T19:58:41.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-06T19:58:42.219Z] + git semver [Pipeline] } [2023-06-06T19:58:42.504Z] $ docker stop --time=1 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 [2023-06-06T19:58:43.791Z] $ docker rm -f --volumes 593c026a590c552f4d5a336873c21226146e50b07b06d2315c49d1d60ef95989 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-06T19:58:44.198Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-06-06T19:58:44.459Z] Stashed 1 file(s) [Pipeline] echo [2023-06-06T19:58:44.476Z] [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-06-06T19:58:45.262Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-06-06T19:58:45.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-06T19:58:45.338Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-06T19:58:45.371Z] ========================================================= [2023-06-06T19:58:45.371Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-06-06T19:58:45.371Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-06-06T19:58:45.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-06T19:58:45.704Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-06-06T19:58:45.704Z] f56be85fc22e: Pulling fs layer [2023-06-06T19:58:45.704Z] 85791d961cd3: Pulling fs layer [2023-06-06T19:58:45.704Z] d694b5ae8c79: Pulling fs layer [2023-06-06T19:58:45.704Z] 9f32a84ed3da: Pulling fs layer [2023-06-06T19:58:45.704Z] 9f32a84ed3da: Waiting [2023-06-06T19:58:45.704Z] 4d19c01a9841: Pulling fs layer [2023-06-06T19:58:45.704Z] 9325e15d5711: Pulling fs layer [2023-06-06T19:58:45.704Z] 556b6ee489ea: Pulling fs layer [2023-06-06T19:58:45.704Z] c5a4b2cf53e6: Pulling fs layer [2023-06-06T19:58:45.704Z] 4d19c01a9841: Waiting [2023-06-06T19:58:45.704Z] 9325e15d5711: Waiting [2023-06-06T19:58:45.704Z] c5a4b2cf53e6: Waiting [2023-06-06T19:58:45.704Z] 556b6ee489ea: Waiting [2023-06-06T19:58:45.704Z] 85791d961cd3: Verifying Checksum [2023-06-06T19:58:45.704Z] 85791d961cd3: Download complete [2023-06-06T19:58:45.704Z] 9f32a84ed3da: Verifying Checksum [2023-06-06T19:58:45.704Z] 9f32a84ed3da: Download complete [2023-06-06T19:58:45.704Z] 4d19c01a9841: Download complete [2023-06-06T19:58:45.704Z] f56be85fc22e: Verifying Checksum [2023-06-06T19:58:45.704Z] f56be85fc22e: Download complete [2023-06-06T19:58:45.704Z] 9325e15d5711: Verifying Checksum [2023-06-06T19:58:45.704Z] 9325e15d5711: Download complete [2023-06-06T19:58:45.965Z] f56be85fc22e: Pull complete [2023-06-06T19:58:45.965Z] 85791d961cd3: Pull complete [2023-06-06T19:58:46.224Z] c5a4b2cf53e6: Verifying Checksum [2023-06-06T19:58:46.224Z] c5a4b2cf53e6: Download complete [2023-06-06T19:58:46.481Z] d694b5ae8c79: Download complete [2023-06-06T19:58:46.481Z] 556b6ee489ea: Verifying Checksum [2023-06-06T19:58:46.481Z] 556b6ee489ea: Download complete [2023-06-06T19:58:49.763Z] d694b5ae8c79: Pull complete [2023-06-06T19:58:49.763Z] 9f32a84ed3da: Pull complete [2023-06-06T19:58:49.763Z] 4d19c01a9841: Pull complete [2023-06-06T19:58:49.763Z] 9325e15d5711: Pull complete [2023-06-06T19:58:52.289Z] 556b6ee489ea: Pull complete [2023-06-06T19:58:53.223Z] c5a4b2cf53e6: Pull complete [2023-06-06T19:58:53.223Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-06-06T19:58:53.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-06T19:58:53.223Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-06-06T19:58:53.580Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-06T19:58:53.580Z] WORKDIR /edgex [2023-06-06T19:58:53.580Z] COPY go.mod . [2023-06-06T19:58:53.580Z] RUN go mod download build [2023-06-06T19:58:53.580Z] -t ci-base-image-x86_64 -f - . [2023-06-06T19:58:54.148Z] Sending build context to Docker daemon 170.8MB [2023-06-06T19:58:54.148Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-06T19:58:54.148Z] ---> c4be618373d6 [2023-06-06T19:58:54.148Z] Step 2/4 : WORKDIR /edgex [2023-06-06T19:58:57.442Z] ---> Running in d3684020d7e8 [2023-06-06T19:58:57.442Z] Removing intermediate container d3684020d7e8 [2023-06-06T19:58:57.442Z] ---> cf17e5577edb [2023-06-06T19:58:57.442Z] Step 3/4 : COPY go.mod . [2023-06-06T19:58:57.442Z] ---> e8717758af09 [2023-06-06T19:58:57.442Z] Step 4/4 : RUN go mod download [2023-06-06T19:58:57.442Z] ---> Running in 19061d0839ec [2023-06-06T19:58:59.792Z] Still waiting to schedule task [2023-06-06T19:58:59.792Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-06-06T19:59:09.643Z] Removing intermediate container 19061d0839ec [2023-06-06T19:59:09.643Z] ---> 6c1a661f601d [2023-06-06T19:59:09.643Z] Successfully built 6c1a661f601d [2023-06-06T19:59:09.643Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T19:59:10.026Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-06T19:59:10.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T19:59:10.167Z] prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container [2023-06-06T19:59:10.197Z] $ 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-06-06T19:59:10.554Z] $ docker top f2a4b3db472fdf800dca615fb944a6d27ed7489755afbd1cc17a344aae69ade7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-06T19:59:10.932Z] + go version [2023-06-06T19:59:10.932Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-06-06T19:59:10.961Z] $ docker stop --time=1 f2a4b3db472fdf800dca615fb944a6d27ed7489755afbd1cc17a344aae69ade7 [2023-06-06T19:59:12.247Z] $ docker rm -f --volumes f2a4b3db472fdf800dca615fb944a6d27ed7489755afbd1cc17a344aae69ade7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T19:59:12.915Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-06T19:59:12.916Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T19:59:13.064Z] prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container [2023-06-06T19:59:13.092Z] $ 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-06-06T19:59:13.418Z] $ docker top 4739c99724b2971d9c1843c5cffc2fe10fa971915365cb65bf09935d44b0577e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-06-06T19:59:13.527Z] ========================================================= [2023-06-06T19:59:13.527Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-06-06T19:59:13.527Z] ========================================================= [Pipeline] sh [2023-06-06T19:59:13.814Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-06-06T19:59:14.168Z] + make test [2023-06-06T19:59:14.168Z] go test -race -coverprofile=coverage.out ./... [2023-06-06T19:59:20.729Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-06-06T19:59:35.598Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-06-06T19:59:35.856Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-06-06T19:59:35.856Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-06-06T19:59:35.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-06-06T19:59:36.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-06-06T19:59:36.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-06-06T19:59:36.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.054s coverage: 28.7% of statements [2023-06-06T19:59:37.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 98.5% of statements [2023-06-06T19:59:37.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-06-06T19:59:37.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-06-06T19:59:37.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-06-06T19:59:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-06-06T19:59:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-06-06T19:59:38.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-06-06T19:59:38.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-06-06T19:59:38.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-06-06T19:59:38.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-06-06T19:59:38.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-06-06T19:59:40.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-06-06T19:59:40.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-06-06T19:59:40.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.088s coverage: 71.5% of statements [2023-06-06T19:59:40.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements [2023-06-06T19:59:41.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.127s coverage: 88.5% of statements [2023-06-06T19:59:41.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.067s coverage: 3.8% of statements [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-06-06T19:59:42.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-06-06T19:59:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.378s coverage: 95.6% of statements [2023-06-06T19:59:42.644Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements [2023-06-06T19:59:43.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-06-06T19:59:43.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-06-06T19:59:43.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-06-06T19:59:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 65.9% of statements [2023-06-06T19:59:43.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-06-06T19:59:43.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-06-06T19:59:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements [2023-06-06T19:59:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.047s coverage: 29.0% of statements [2023-06-06T19:59:44.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 42.9% of statements [2023-06-06T19:59:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-06-06T19:59:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-06-06T19:59:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-06-06T19:59:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-06-06T19:59:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 82.9% of statements [2023-06-06T19:59:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2023-06-06T19:59:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2023-06-06T19:59:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2023-06-06T19:59:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-06-06T19:59:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-06-06T19:59:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-06-06T19:59:45.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-06-06T19:59:46.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-06-06T19:59:46.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-06-06T19:59:46.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-06-06T19:59:46.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-06-06T19:59:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-06-06T19:59:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-06-06T19:59:47.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-06-06T19:59:48.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-06-06T19:59:49.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-06-06T19:59:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-06-06T19:59:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-06-06T19:59:51.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-06-06T19:59:51.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-06-06T19:59:51.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-06-06T19:59:52.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-06-06T19:59:52.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-06-06T19:59:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-06-06T19:59:54.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-06-06T19:59:54.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-06-06T19:59:54.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-06-06T19:59:54.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-06-06T19:59:55.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-06-06T19:59:55.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-06-06T19:59:55.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-06-06T19:59:55.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-06-06T19:59:56.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-06-06T19:59:56.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-06-06T19:59:56.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-06-06T19:59:56.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-06-06T19:59:56.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2023-06-06T19:59:57.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-06-06T19:59:57.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-06-06T19:59:57.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-06-06T19:59:57.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.289s coverage: 79.9% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 62.3% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 81.8% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 82.1% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.048s coverage: 86.0% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 63.1% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 38.4% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 92.3% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 61.5% of statements [2023-06-06T20:00:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2023-06-06T20:00:10.098Z] 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-06-06T20:00:10.098Z] running golangci-lint [2023-06-06T20:00:10.098Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-06-06T20:00:10.098Z] go version go1.20.2 linux/amd64 [2023-06-06T20:00:10.098Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-06-06T20:00:10.098Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-06-06T20:00:24.971Z] level=info msg="[loader] Go packages loading at mode 575 (name|deps|files|imports|types_sizes|compiled_files|exports_file) took 13.84675023s" [2023-06-06T20:00:24.971Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 43.93736ms" [2023-06-06T20:00:25.549Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17970 in /w/workspace/edgexfoundry_edgex-go_PR-4587 [Pipeline] { [Pipeline] ws [2023-06-06T20:00:25.606Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-06-06T20:00:25.690Z] The recommended git tool is: git [2023-06-06T20:00:30.230Z] level=info msg="[linters_context/goanalysis] analyzers took 47.708429068s with top 10 stages: buildir: 26.909200786s, fact_deprecated: 1.887713731s, inspect: 1.687542462s, printf: 1.200219894s, ctrlflow: 1.103713901s, gosec: 1.089242306s, fact_purity: 745.872951ms, S1038: 716.275033ms, nilness: 687.00439ms, unused: 437.683761ms" [2023-06-06T20:00:30.230Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-06-06T20:00:30.230Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, skip_dirs: 203/203, identifier_marker: 203/203, filename_unadjuster: 203/203, path_prettifier: 203/203, autogenerated_exclude: 203/203, cgo: 203/203, skip_files: 203/203" [2023-06-06T20:00:30.230Z] level=info msg="[runner] processing took 20.763514ms with stages: nolint: 8.351108ms, identifier_marker: 7.33586ms, autogenerated_exclude: 1.631266ms, path_prettifier: 1.447997ms, exclude-rules: 1.239238ms, skip_dirs: 689.512µs, cgo: 41.742µs, filename_unadjuster: 20.221µs, severity-rules: 1.28µs, max_same_issues: 800ns, max_from_linter: 720ns, uniq_by_line: 710ns, exclude: 560ns, skip_files: 540ns, sort_results: 430ns, source_code: 420ns, diff: 400ns, path_prefixer: 300ns, max_per_file_from_linter: 260ns, path_shortener: 150ns" [2023-06-06T20:00:30.230Z] level=info msg="[runner] linters took 6.637685079s with stages: goanalysis_metalinter: 6.616804488s" [2023-06-06T20:00:30.230Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-06-06T20:00:30.230Z] level=info msg="Memory: 207 samples, avg is 178.2MB, max is 753.6MB" [2023-06-06T20:00:30.230Z] level=info msg="Execution took 20.538009986s" [2023-06-06T20:00:30.230Z] go vet ./... [2023-06-06T20:00:30.424Z] using credential edgex-jenkins-ssh [2023-06-06T20:00:30.440Z] Cloning the remote Git repository [2023-06-06T20:00:30.480Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-06-06T20:00:30.570Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-06-06T20:00:30.701Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-06-06T20:00:30.702Z] > git --version # timeout=10 [2023-06-06T20:00:30.741Z] > git --version # 'git version 2.25.1' [2023-06-06T20:00:30.744Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-06-06T20:00:30.882Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-06T20:00:34.414Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-06T20:00:34.414Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-06T20:00:34.414Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-06T20:00:34.457Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-06-06T20:00:34.761Z] + ls -al . [2023-06-06T20:00:34.761Z] total 720 [2023-06-06T20:00:34.761Z] drwxrwxr-x 11 1001 1001 4096 Jun 6 19:59 . [2023-06-06T20:00:34.761Z] drwxr-xr-x 4 root root 4096 Jun 6 19:59 .. [2023-06-06T20:00:34.761Z] drwxrwxr-x 2 1001 1001 4096 Jun 6 19:58 .blubracket [2023-06-06T20:00:34.761Z] -rw-rw-r-- 1 1001 1001 16 Jun 6 19:58 .dockerignore [2023-06-06T20:00:34.761Z] drwxrwxr-x 8 1001 1001 4096 Jun 6 19:58 .git [2023-06-06T20:00:34.761Z] drwxrwxr-x 3 1001 1001 4096 Jun 6 19:58 .github [2023-06-06T20:00:34.761Z] -rw-rw-r-- 1 1001 1001 1133 Jun 6 19:58 .gitignore [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 42 Jun 6 19:58 .golangci.yml [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 87 Jun 6 19:58 .hadolint.yml [2023-06-06T20:00:34.762Z] drwxr-xr-x 3 1001 1001 4096 Jun 6 19:58 .semver [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 166 Jun 6 19:58 .sonarcloud.properties [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 1171 Jun 6 19:58 ADOPTERS.md [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 10835 Jun 6 19:58 Attribution.txt [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 93407 Jun 6 19:58 CHANGELOG.md [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 3804 Jun 6 19:58 CONTRIBUTING.md [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 677 Jun 6 19:58 GOVERNANCE.md [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 883 Jun 6 19:58 Jenkinsfile [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 10775 Jun 6 19:58 LICENSE [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 14368 Jun 6 19:58 Makefile [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 582 Jun 6 19:58 OWNERS.md [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 9923 Jun 6 19:58 README.md [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 789 Jun 6 19:58 SECURITY.md [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 5 Jun 6 19:58 VERSION [2023-06-06T20:00:34.762Z] drwxrwxr-x 2 1001 1001 4096 Jun 6 19:58 bin [2023-06-06T20:00:34.762Z] drwxrwxr-x 18 1001 1001 4096 Jun 6 19:58 cmd [2023-06-06T20:00:34.762Z] -rw-r--r-- 1 root root 447731 Jun 6 20:00 coverage.out [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 3159 Jun 6 19:58 go.mod [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 30958 Jun 6 19:58 go.sum [2023-06-06T20:00:34.762Z] drwxrwxr-x 7 1001 1001 4096 Jun 6 19:58 internal [2023-06-06T20:00:34.762Z] drwxrwxr-x 3 1001 1001 4096 Jun 6 19:58 openapi [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 594 Jun 6 19:58 security.txt [2023-06-06T20:00:34.762Z] drwxrwxr-x 4 1001 1001 4096 Jun 6 19:58 snap [2023-06-06T20:00:34.762Z] -rw-rw-r-- 1 1001 1001 204 Jun 6 19:58 version.go [Pipeline] sh [2023-06-06T20:00:35.068Z] + '[' -e coverage.out ] [2023-06-06T20:00:35.068Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-06-06T20:00:35.191Z] Stashed 1 file(s) [Pipeline] sh [2023-06-06T20:00:35.485Z] + make build [2023-06-06T20:00:35.486Z] 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-06-06T20:00:47.689Z] 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-06-06T20:00:46.212Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-06-06T20:00:46.240Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-06T20:00:47.052Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-06-06T20:00:47.096Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-06-06T20:00:47.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-06-06T20:00:47.116Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4587/head:refs/remotes/origin/PR-4587 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-06-06T20:00:47.949Z] 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-06-06T20:00:48.489Z] Merging remotes/origin/main commit 1fb6775d8804dda106fccace673c66bb187c3e57 into PR head commit 26afcec262dbc21f52849c9f055366058478ade7 [2023-06-06T20:00:48.894Z] Merge succeeded, producing 26afcec262dbc21f52849c9f055366058478ade7 [2023-06-06T20:00:48.895Z] Checking out Revision 26afcec262dbc21f52849c9f055366058478ade7 (PR-4587) [2023-06-06T20:00:49.325Z] 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-06-06T20:00:49.502Z] Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.4 to 2.1.6" [2023-06-06T20:00:49.549Z] > git --version # timeout=10 [2023-06-06T20:00:49.561Z] > git --version # 'git version 2.25.1' [2023-06-06T20:00:49.575Z] fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-06T20:00:48.509Z] > git config core.sparsecheckout # timeout=10 [2023-06-06T20:00:48.573Z] > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # timeout=10 [2023-06-06T20:00:48.798Z] > git remote # timeout=10 [2023-06-06T20:00:48.822Z] > git config --get remote.origin.url # timeout=10 [2023-06-06T20:00:48.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-06-06T20:00:48.854Z] > git merge 1fb6775d8804dda106fccace673c66bb187c3e57 # timeout=10 [2023-06-06T20:00:48.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-06-06T20:00:48.902Z] > git config core.sparsecheckout # timeout=10 [2023-06-06T20:00:48.919Z] > git checkout -f 26afcec262dbc21f52849c9f055366058478ade7 # timeout=10 [2023-06-06T20:00:49.893Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-06T20:00:50.712Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-06-06T20:00:54.062Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-06-06T20:00:54.062Z] Dload Upload Total Spent Left Speed [2023-06-06T20:00:54.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77750 [Pipeline] sh [2023-06-06T20:00:54.682Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-06-06T20:00:55.028Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-06-06T20:00:55.028Z] + sudo tee /etc/docker/daemon.new [2023-06-06T20:00:56.440Z] { [2023-06-06T20:00:56.440Z] "registry-mirrors": [ [2023-06-06T20:00:56.440Z] "https://nexus3.edgexfoundry.org:10001" [2023-06-06T20:00:56.440Z] ], [2023-06-06T20:00:56.440Z] "bip": "10.250.0.254/24", [2023-06-06T20:00:56.440Z] "hosts": [ [2023-06-06T20:00:56.440Z] "tcp://0.0.0.0:5555", [2023-06-06T20:00:56.440Z] "unix:///var/run/docker.sock" [2023-06-06T20:00:56.440Z] ], [2023-06-06T20:00:56.440Z] "mtu": 1458, [2023-06-06T20:00:56.440Z] "selinux-enabled": true, [2023-06-06T20:00:56.440Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-06-06T20:00:56.440Z] } [2023-06-06T20:00:56.452Z] 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 [Pipeline] sh [2023-06-06T20:00:56.795Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-06-06T20:00:57.132Z] + sudo service docker restart [2023-06-06T20:00:57.827Z] 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-06-06T20:00:59.205Z] 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-06-06T20:01:00.145Z] 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-06-06T20:01:00.714Z] 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-06-06T20:01:01.649Z] 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-06-06T20:01:02.582Z] 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-06-06T20:01:03.977Z] $ docker stop --time=1 4739c99724b2971d9c1843c5cffc2fe10fa971915365cb65bf09935d44b0577e [2023-06-06T20:01:07.267Z] $ docker rm -f --volumes 4739c99724b2971d9c1843c5cffc2fe10fa971915365cb65bf09935d44b0577e [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-06-06T20:01:08.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-06-06T20:01:08.670Z] [2023-06-06T20:01:08.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T20:01:09.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-06-06T20:01:09.038Z] latest: Pulling from edgex-devops/edgex-compose [2023-06-06T20:01:09.038Z] 91d30c5bc195: Pulling fs layer [2023-06-06T20:01:09.038Z] 2e9b0aa3be6d: Pulling fs layer [2023-06-06T20:01:09.038Z] 9c61dcf015f6: Pulling fs layer [2023-06-06T20:01:09.038Z] 4698f68db338: Pulling fs layer [2023-06-06T20:01:09.038Z] 2a2f49069b9e: Pulling fs layer [2023-06-06T20:01:09.038Z] e0025b399a48: Pulling fs layer [2023-06-06T20:01:09.038Z] 2a2f49069b9e: Waiting [2023-06-06T20:01:09.038Z] 4698f68db338: Waiting [2023-06-06T20:01:09.038Z] e0025b399a48: Waiting [2023-06-06T20:01:09.038Z] 91d30c5bc195: Verifying Checksum [2023-06-06T20:01:09.038Z] 91d30c5bc195: Download complete [2023-06-06T20:01:09.038Z] 4698f68db338: Download complete [2023-06-06T20:01:09.299Z] 2e9b0aa3be6d: Verifying Checksum [2023-06-06T20:01:09.299Z] 2e9b0aa3be6d: Download complete [2023-06-06T20:01:09.299Z] e0025b399a48: Download complete [2023-06-06T20:01:09.299Z] 91d30c5bc195: Pull complete [2023-06-06T20:01:09.299Z] 2a2f49069b9e: Verifying Checksum [2023-06-06T20:01:09.299Z] 2a2f49069b9e: Download complete [2023-06-06T20:01:09.557Z] 2e9b0aa3be6d: Pull complete [2023-06-06T20:01:09.819Z] 9c61dcf015f6: Verifying Checksum [2023-06-06T20:01:09.819Z] 9c61dcf015f6: Download complete [2023-06-06T20:01:12.347Z] 9c61dcf015f6: Pull complete [2023-06-06T20:01:12.347Z] 4698f68db338: Pull complete [2023-06-06T20:01:12.917Z] 2a2f49069b9e: Pull complete [2023-06-06T20:01:12.917Z] e0025b399a48: Pull complete [2023-06-06T20:01:12.917Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-06-06T20:01:12.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-06-06T20:01:12.917Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T20:01:13.139Z] prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container [2023-06-06T20:01:13.168Z] $ 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-06-06T20:01:16.077Z] $ docker top 6db9a85a05da42657bbc49f6919064f370eccd3fb1b1f36f757c7c9b7b82750e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-06-06T20:01:16.264Z] provisioning config files... [2023-06-06T20:01:16.288Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18332017222099429748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:01:16.487Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-06-06T20:01:16.671Z] ---> docker-login.sh [2023-06-06T20:01:16.671Z] nexus3.edgexfoundry.org:10001 [2023-06-06T20:01:16.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T20:01:17.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T20:01:17.207Z] Configure a credential helper to remove this warning. See [2023-06-06T20:01:17.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T20:01:17.207Z] [2023-06-06T20:01:17.207Z] Login Succeeded [2023-06-06T20:01:17.207Z] nexus3.edgexfoundry.org:10002 [2023-06-06T20:01:17.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T20:01:17.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T20:01:17.476Z] Configure a credential helper to remove this warning. See [2023-06-06T20:01:17.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T20:01:17.476Z] [2023-06-06T20:01:17.476Z] Login Succeeded [2023-06-06T20:01:17.476Z] nexus3.edgexfoundry.org:10003 [2023-06-06T20:01:17.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T20:01:18.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T20:01:18.013Z] Configure a credential helper to remove this warning. See [2023-06-06T20:01:18.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T20:01:18.013Z] [2023-06-06T20:01:18.013Z] Login Succeeded [2023-06-06T20:01:18.013Z] nexus3.edgexfoundry.org:10004 [2023-06-06T20:01:18.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T20:01:18.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T20:01:18.286Z] Configure a credential helper to remove this warning. See [2023-06-06T20:01:18.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T20:01:18.286Z] [2023-06-06T20:01:18.286Z] Login Succeeded [2023-06-06T20:01:18.286Z] docker.io [2023-06-06T20:01:18.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-06T20:01:18.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-06-06T20:01:18.822Z] Configure a credential helper to remove this warning. See [2023-06-06T20:01:18.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-06T20:01:18.822Z] [2023-06-06T20:01:18.822Z] Login Succeeded [2023-06-06T20:01:18.822Z] ---> docker-login.sh ends [Pipeline] } [2023-06-06T20:01:18.851Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-06-06T20:01:19.024Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #1 transferring dockerfile: 2.38kB done [2023-06-06T20:01:19.024Z] #1 DONE 0.0s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #2 transferring dockerfile: 2.68kB done [2023-06-06T20:01:19.024Z] #2 DONE 0.0s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #3 [security-spire-config internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #3 transferring dockerfile: 2.58kB done [2023-06-06T20:01:19.024Z] #3 DONE 0.0s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #4 [support-scheduler internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #4 transferring dockerfile: 1.82kB done [2023-06-06T20:01:19.024Z] #4 DONE 0.0s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #5 [core-command internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #5 DONE 0.0s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #6 [security-spire-server internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #6 transferring dockerfile: 2.63kB done [2023-06-06T20:01:19.024Z] #6 DONE 0.1s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #7 transferring dockerfile: 2.04kB done [2023-06-06T20:01:19.024Z] #7 DONE 0.1s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #8 transferring dockerfile: 2.82kB done [2023-06-06T20:01:19.024Z] #8 DONE 0.1s [2023-06-06T20:01:19.024Z] [2023-06-06T20:01:19.024Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-06-06T20:01:19.024Z] #9 transferring dockerfile: 2.12kB done [2023-06-06T20:01:19.025Z] #9 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #5 [core-command internal] load build definition from Dockerfile [2023-06-06T20:01:19.025Z] #5 transferring dockerfile: 1.82kB done [2023-06-06T20:01:19.025Z] #5 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #10 [security-secretstore-setup internal] load .dockerignore [2023-06-06T20:01:19.025Z] #10 transferring context: 56B done [2023-06-06T20:01:19.025Z] #10 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2023-06-06T20:01:19.025Z] #11 transferring dockerfile: 2.06kB done [2023-06-06T20:01:19.025Z] #11 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #12 [support-notifications internal] load build definition from Dockerfile [2023-06-06T20:01:19.025Z] #12 transferring dockerfile: 1.84kB done [2023-06-06T20:01:19.025Z] #12 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #13 [core-data internal] load build definition from Dockerfile [2023-06-06T20:01:19.025Z] #13 transferring dockerfile: 1.90kB done [2023-06-06T20:01:19.025Z] #13 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-06-06T20:01:19.025Z] #14 transferring dockerfile: 1.78kB done [2023-06-06T20:01:19.025Z] #14 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #15 [core-metadata internal] load build definition from Dockerfile [2023-06-06T20:01:19.025Z] #15 transferring dockerfile: 1.96kB done [2023-06-06T20:01:19.025Z] #15 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #16 [security-spire-agent internal] load .dockerignore [2023-06-06T20:01:19.025Z] #16 transferring context: 56B done [2023-06-06T20:01:19.025Z] #16 DONE 0.0s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #17 [security-spire-config internal] load .dockerignore [2023-06-06T20:01:19.025Z] #17 transferring context: 56B done [2023-06-06T20:01:19.025Z] #17 DONE 0.0s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #18 [support-scheduler internal] load .dockerignore [2023-06-06T20:01:19.025Z] #18 transferring context: 56B done [2023-06-06T20:01:19.025Z] #18 DONE 0.0s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #19 [core-command internal] load .dockerignore [2023-06-06T20:01:19.025Z] #19 ... [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #20 [security-proxy-auth internal] load .dockerignore [2023-06-06T20:01:19.025Z] #20 transferring context: 56B done [2023-06-06T20:01:19.025Z] #20 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #21 [security-bootstrapper internal] load .dockerignore [2023-06-06T20:01:19.025Z] #21 transferring context: 56B done [2023-06-06T20:01:19.025Z] #21 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #22 [security-spire-server internal] load .dockerignore [2023-06-06T20:01:19.025Z] #22 transferring context: 56B done [2023-06-06T20:01:19.025Z] #22 DONE 0.1s [2023-06-06T20:01:19.025Z] [2023-06-06T20:01:19.025Z] #19 [core-command internal] load .dockerignore [2023-06-06T20:01:19.025Z] #19 transferring context: 56B done [Pipeline] sh [2023-06-06T20:01:19.282Z] #19 DONE 0.1s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2023-06-06T20:01:19.282Z] #23 transferring context: 56B done [2023-06-06T20:01:19.282Z] #23 DONE 0.1s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #24 [support-notifications internal] load .dockerignore [2023-06-06T20:01:19.282Z] #24 transferring context: 56B done [2023-06-06T20:01:19.282Z] #24 DONE 0.1s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #25 [core-data internal] load .dockerignore [2023-06-06T20:01:19.282Z] #25 transferring context: 56B done [2023-06-06T20:01:19.282Z] #25 DONE 0.1s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #26 [core-metadata internal] load .dockerignore [2023-06-06T20:01:19.282Z] #26 transferring context: 56B done [2023-06-06T20:01:19.282Z] #26 DONE 0.1s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2023-06-06T20:01:19.282Z] #27 transferring context: 56B done [2023-06-06T20:01:19.282Z] #27 DONE 0.1s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #28 [security-proxy-setup internal] load .dockerignore [2023-06-06T20:01:19.282Z] #28 transferring context: 56B done [2023-06-06T20:01:19.282Z] #28 DONE 0.1s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-06-06T20:01:19.282Z] #29 DONE 0.0s [2023-06-06T20:01:19.282Z] [2023-06-06T20:01:19.282Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-06-06T20:01:19.512Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2023-06-06T20:01:19.540Z] #30 ... [2023-06-06T20:01:19.540Z] [2023-06-06T20:01:19.540Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-06-06T20:01:19.540Z] #29 DONE 0.0s [2023-06-06T20:01:19.540Z] [2023-06-06T20:01:19.540Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [Pipeline] echo [2023-06-06T20:01:19.551Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-06T20:01:19.603Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-06T20:01:19.636Z] ========================================================= [2023-06-06T20:01:19.636Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-06-06T20:01:19.636Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-06-06T20:01:19.797Z] #30 DONE 0.7s [2023-06-06T20:01:19.797Z] [2023-06-06T20:01:19.797Z] #31 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:01:19.797Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:01:19.797Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:01:19.797Z] #31 sha256:b6ca290b6b4cdcca5b3db3ffa338ee0285c11744b4a6abaa9627746ee3291d8d 528B / 528B done [2023-06-06T20:01:19.797Z] #31 sha256:9ed4aefc74f6792b5a804d1d146fe4b4a2299147b0f50eaf2b08435d7b38c27e 1.47kB / 1.47kB done [2023-06-06T20:01:20.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-06T20:01:20.003Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-06-06T20:01:20.003Z] c41833b44d91: Pulling fs layer [2023-06-06T20:01:20.003Z] ed15518f5707: Pulling fs layer [2023-06-06T20:01:20.003Z] feae8fd75edb: Pulling fs layer [2023-06-06T20:01:20.003Z] 242c74f7c9fa: Pulling fs layer [2023-06-06T20:01:20.003Z] 3cdef696dda3: Pulling fs layer [2023-06-06T20:01:20.003Z] 2ced38df9373: Pulling fs layer [2023-06-06T20:01:20.003Z] 58f1dce35555: Pulling fs layer [2023-06-06T20:01:20.003Z] 3cdef696dda3: Waiting [2023-06-06T20:01:20.003Z] 2ced38df9373: Waiting [2023-06-06T20:01:20.003Z] 58f1dce35555: Waiting [2023-06-06T20:01:20.003Z] 242c74f7c9fa: Waiting [2023-06-06T20:01:20.054Z] #31 DONE 0.4s [2023-06-06T20:01:20.054Z] [2023-06-06T20:01:20.054Z] #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-06-06T20:01:20.271Z] ed15518f5707: Verifying Checksum [2023-06-06T20:01:20.271Z] ed15518f5707: Download complete [2023-06-06T20:01:20.271Z] 242c74f7c9fa: Verifying Checksum [2023-06-06T20:01:20.271Z] 242c74f7c9fa: Download complete [2023-06-06T20:01:20.271Z] 3cdef696dda3: Verifying Checksum [2023-06-06T20:01:20.271Z] 3cdef696dda3: Download complete [2023-06-06T20:01:20.271Z] c41833b44d91: Verifying Checksum [2023-06-06T20:01:20.990Z] #32 DONE 1.1s [2023-06-06T20:01:20.990Z] [2023-06-06T20:01:20.990Z] #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2023-06-06T20:01:21.340Z] c41833b44d91: Pull complete [2023-06-06T20:01:21.610Z] 58f1dce35555: Verifying Checksum [2023-06-06T20:01:21.610Z] 58f1dce35555: Download complete [2023-06-06T20:01:21.879Z] ed15518f5707: Pull complete [2023-06-06T20:01:22.853Z] feae8fd75edb: Verifying Checksum [2023-06-06T20:01:22.853Z] feae8fd75edb: Download complete [2023-06-06T20:01:22.853Z] 2ced38df9373: Verifying Checksum [2023-06-06T20:01:22.853Z] 2ced38df9373: Download complete [2023-06-06T20:01:23.525Z] #33 DONE 3.0s [2023-06-06T20:01:23.525Z] [2023-06-06T20:01:23.525Z] #34 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:01:26.823Z] #34 3.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:26.823Z] #34 3.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:27.087Z] #34 3.397 OK: 265 MiB in 53 packages [2023-06-06T20:01:28.999Z] #34 ... [2023-06-06T20:01:28.999Z] [2023-06-06T20:01:28.999Z] #35 [security-spire-config internal] load build context [2023-06-06T20:01:28.999Z] #35 transferring context: 334.61MB 8.7s [2023-06-06T20:01:28.999Z] #35 transferring context: 352.07MB 9.0s done [2023-06-06T20:01:29.260Z] #35 ... [2023-06-06T20:01:29.260Z] [2023-06-06T20:01:29.260Z] #36 [security-proxy-auth internal] load build context [2023-06-06T20:01:29.518Z] #36 ... [2023-06-06T20:01:29.518Z] [2023-06-06T20:01:29.518Z] #37 [support-notifications internal] load build context [2023-06-06T20:01:29.518Z] #37 ... [2023-06-06T20:01:29.518Z] [2023-06-06T20:01:29.518Z] #36 [security-proxy-auth internal] load build context [2023-06-06T20:01:29.780Z] #36 ... [2023-06-06T20:01:29.780Z] [2023-06-06T20:01:29.780Z] #38 [security-bootstrapper internal] load build context [2023-06-06T20:01:29.780Z] #38 transferring context: 352.07MB 9.7s done [2023-06-06T20:01:30.040Z] #38 ... [2023-06-06T20:01:30.040Z] [2023-06-06T20:01:30.040Z] #39 [security-spiffe-token-provider internal] load build context [2023-06-06T20:01:30.040Z] #39 transferring context: 352.07MB 8.8s done [2023-06-06T20:01:30.040Z] #39 ... [2023-06-06T20:01:30.040Z] [2023-06-06T20:01:30.040Z] #40 [security-proxy-setup internal] load build context [2023-06-06T20:01:30.040Z] #40 ... [2023-06-06T20:01:30.040Z] [2023-06-06T20:01:30.040Z] #41 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-06-06T20:01:30.040Z] #0 3.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.040Z] #0 3.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.040Z] #0 4.223 (1/3) Installing ca-certificates (20230506-r0) [2023-06-06T20:01:30.040Z] #0 4.237 (2/3) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:30.040Z] #0 4.245 (3/3) Installing su-exec (0.2-r2) [2023-06-06T20:01:30.040Z] #0 4.247 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:30.040Z] #0 4.254 Executing ca-certificates-20230506-r0.trigger [2023-06-06T20:01:30.040Z] #0 4.324 OK: 8 MiB in 18 packages [2023-06-06T20:01:30.300Z] #41 ... [2023-06-06T20:01:30.300Z] [2023-06-06T20:01:30.300Z] #42 [core-command internal] load build context [2023-06-06T20:01:30.300Z] #42 transferring context: 352.07MB 10.1s done [2023-06-06T20:01:30.300Z] #42 ... [2023-06-06T20:01:30.300Z] [2023-06-06T20:01:30.300Z] #43 [security-secretstore-setup internal] load build context [2023-06-06T20:01:30.300Z] #43 ... [2023-06-06T20:01:30.300Z] [2023-06-06T20:01:30.300Z] #44 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-06-06T20:01:30.300Z] #0 3.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.300Z] #0 3.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.300Z] #0 4.206 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:01:30.300Z] #0 4.206 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:01:30.300Z] #0 4.206 OK: 17823 distinct packages available [2023-06-06T20:01:30.300Z] #0 4.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.300Z] #0 4.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.300Z] #0 4.581 (1/4) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:30.300Z] #0 4.590 (2/4) Installing musl-obstack (1.2.3-r0) [2023-06-06T20:01:30.300Z] #0 4.592 (3/4) Installing libucontext (1.2-r0) [2023-06-06T20:01:30.300Z] #0 4.596 (4/4) Installing gcompat (1.1.0-r0) [2023-06-06T20:01:30.300Z] #0 4.603 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:30.300Z] #0 4.610 OK: 7 MiB in 19 packages [2023-06-06T20:01:30.817Z] #44 ... [2023-06-06T20:01:30.817Z] [2023-06-06T20:01:30.817Z] #45 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-06-06T20:01:30.817Z] #0 3.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.817Z] #0 3.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:30.817Z] #0 3.822 (1/4) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.9-r1) [2023-06-06T20:01:30.817Z] #0 3.864 (2/4) Upgrading libssl3 (3.0.8-r3 -> 3.0.9-r1) [2023-06-06T20:01:30.817Z] #0 3.877 (3/4) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:30.817Z] #0 3.880 (4/4) Installing openssl (3.0.9-r1) [2023-06-06T20:01:30.817Z] #0 3.896 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:30.817Z] #0 3.900 OK: 8 MiB in 17 packages [2023-06-06T20:01:31.078Z] #45 ... [2023-06-06T20:01:31.078Z] [2023-06-06T20:01:31.078Z] #46 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-06-06T20:01:31.078Z] #0 2.140 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.078Z] #0 4.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.078Z] #0 4.983 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:01:31.078Z] #0 4.983 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:01:31.078Z] #0 4.983 OK: 17823 distinct packages available [2023-06-06T20:01:31.078Z] #0 5.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.078Z] #0 5.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.079Z] #0 5.463 (1/7) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.9-r1) [2023-06-06T20:01:31.079Z] #0 5.508 (2/7) Upgrading libssl3 (3.0.8-r3 -> 3.0.9-r1) [2023-06-06T20:01:31.079Z] #0 5.534 (3/7) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:31.079Z] #0 5.541 (4/7) Installing musl-obstack (1.2.3-r0) [2023-06-06T20:01:31.079Z] #0 5.546 (5/7) Installing libucontext (1.2-r0) [2023-06-06T20:01:31.079Z] #0 5.552 (6/7) Installing gcompat (1.1.0-r0) [2023-06-06T20:01:31.079Z] #0 5.562 (7/7) Installing openssl (3.0.9-r1) [2023-06-06T20:01:31.079Z] #0 5.575 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:31.079Z] #0 5.616 OK: 8 MiB in 20 packages [2023-06-06T20:01:31.079Z] #46 ... [2023-06-06T20:01:31.079Z] [2023-06-06T20:01:31.079Z] #47 [security-spire-server internal] load build context [2023-06-06T20:01:31.079Z] #47 ... [2023-06-06T20:01:31.079Z] [2023-06-06T20:01:31.079Z] #48 [core-metadata internal] load build context [2023-06-06T20:01:31.079Z] #48 transferring context: 352.07MB 9.7s done [2023-06-06T20:01:31.079Z] #48 ... [2023-06-06T20:01:31.079Z] [2023-06-06T20:01:31.079Z] #49 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-06-06T20:01:31.079Z] #0 5.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.079Z] #0 5.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.079Z] #0 5.732 (1/1) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:31.079Z] #0 5.738 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:31.079Z] #0 5.746 OK: 7 MiB in 16 packages [2023-06-06T20:01:31.337Z] #49 ... [2023-06-06T20:01:31.337Z] [2023-06-06T20:01:31.337Z] #50 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:01:31.337Z] #50 transferring context: 352.07MB 11.5s done [2023-06-06T20:01:31.337Z] #50 ... [2023-06-06T20:01:31.337Z] [2023-06-06T20:01:31.337Z] #51 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-06-06T20:01:31.337Z] #0 4.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.337Z] #0 4.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.337Z] #0 4.480 (1/2) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:31.337Z] #0 4.481 (2/2) Installing su-exec (0.2-r2) [2023-06-06T20:01:31.337Z] #0 4.484 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:31.337Z] #0 4.493 OK: 7 MiB in 17 packages [2023-06-06T20:01:31.596Z] #51 ... [2023-06-06T20:01:31.596Z] [2023-06-06T20:01:31.596Z] #52 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-06-06T20:01:31.596Z] #0 5.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.596Z] #0 5.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:31.596Z] #0 5.875 (1/1) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:31.596Z] #0 5.886 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:31.596Z] #0 5.892 OK: 7 MiB in 16 packages [2023-06-06T20:01:31.596Z] #52 ... [2023-06-06T20:01:31.596Z] [2023-06-06T20:01:31.596Z] #53 [security-spire-agent internal] load build context [2023-06-06T20:01:31.596Z] #53 transferring context: 352.07MB 10.3s done [2023-06-06T20:01:31.879Z] #53 ... [2023-06-06T20:01:31.879Z] [2023-06-06T20:01:31.879Z] #54 [core-data internal] load build context [2023-06-06T20:01:31.879Z] #54 transferring context: 352.07MB 11.7s done [2023-06-06T20:01:32.139Z] #54 ... [2023-06-06T20:01:32.139Z] [2023-06-06T20:01:32.139Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-06T20:01:32.139Z] #0 6.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:32.139Z] #0 7.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:32.139Z] #0 7.245 (1/2) Installing ca-certificates (20230506-r0) [2023-06-06T20:01:32.139Z] #0 7.266 (2/2) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:32.139Z] #0 7.266 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:32.139Z] #0 7.266 Executing ca-certificates-20230506-r0.trigger [2023-06-06T20:01:32.139Z] #0 7.331 OK: 8 MiB in 17 packages [2023-06-06T20:01:32.139Z] #55 ... [2023-06-06T20:01:32.139Z] [2023-06-06T20:01:32.139Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-06-06T20:01:32.139Z] #0 2.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:32.139Z] #0 5.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:32.139Z] #0 5.303 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:01:32.139Z] #0 5.303 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:01:32.139Z] #0 5.303 OK: 17823 distinct packages available [2023-06-06T20:01:32.139Z] #0 5.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:32.139Z] #0 5.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:32.139Z] #0 5.704 (1/9) Installing ca-certificates (20230506-r0) [2023-06-06T20:01:32.139Z] #0 5.718 (2/9) Installing brotli-libs (1.0.9-r9) [2023-06-06T20:01:32.139Z] #0 5.731 (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-06-06T20:01:32.139Z] #0 5.737 (4/9) Installing libcurl (8.1.2-r0) [2023-06-06T20:01:32.139Z] #0 5.746 (5/9) Installing curl (8.1.2-r0) [2023-06-06T20:01:32.139Z] #0 5.756 (6/9) Installing dumb-init (1.2.5-r2) [2023-06-06T20:01:32.139Z] #0 5.766 (7/9) Installing musl-obstack (1.2.3-r0) [2023-06-06T20:01:32.139Z] #0 5.771 (8/9) Installing libucontext (1.2-r0) [2023-06-06T20:01:32.139Z] #0 5.775 (9/9) Installing gcompat (1.1.0-r0) [2023-06-06T20:01:32.139Z] #0 5.778 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:01:32.139Z] #0 5.795 Executing ca-certificates-20230506-r0.trigger [2023-06-06T20:01:32.139Z] #0 5.869 OK: 10 MiB in 24 packages [2023-06-06T20:01:32.139Z] #56 ... [2023-06-06T20:01:32.139Z] [2023-06-06T20:01:32.139Z] #57 [support-scheduler internal] load build context [2023-06-06T20:01:32.399Z] #57 transferring context: 352.07MB 12.5s done [2023-06-06T20:01:33.778Z] #57 ... [2023-06-06T20:01:33.778Z] [2023-06-06T20:01:33.778Z] #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:01:33.778Z] #58 ... [2023-06-06T20:01:33.778Z] [2023-06-06T20:01:33.778Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-06-06T20:01:33.778Z] #59 ... [2023-06-06T20:01:33.778Z] [2023-06-06T20:01:33.778Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-06-06T20:01:33.778Z] #0 2.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:33.778Z] #0 2.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:33.778Z] #0 2.984 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:01:33.778Z] #0 2.984 v3.17.3-238-g7979b5b2f23 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:01:33.778Z] #0 2.984 OK: 17830 distinct packages available [2023-06-06T20:01:33.778Z] #0 3.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:33.778Z] #0 3.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:33.778Z] #0 3.316 OK: 265 MiB in 53 packages [2023-06-06T20:01:34.039Z] #60 ... [2023-06-06T20:01:34.039Z] [2023-06-06T20:01:34.039Z] #61 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-06-06T20:01:34.039Z] #61 ... [2023-06-06T20:01:34.039Z] [2023-06-06T20:01:34.039Z] #43 [security-secretstore-setup internal] load build context [2023-06-06T20:01:34.039Z] #43 transferring context: 352.07MB 12.4s done [2023-06-06T20:01:35.176Z] feae8fd75edb: Pull complete [2023-06-06T20:01:35.176Z] 242c74f7c9fa: Pull complete [2023-06-06T20:01:35.176Z] 3cdef696dda3: Pull complete [2023-06-06T20:01:40.534Z] 2ced38df9373: Pull complete [2023-06-06T20:01:40.697Z] #43 ... [2023-06-06T20:01:40.697Z] [2023-06-06T20:01:40.697Z] #37 [support-notifications internal] load build context [2023-06-06T20:01:40.697Z] #37 transferring context: 352.07MB 10.4s done [2023-06-06T20:01:40.697Z] #37 ... [2023-06-06T20:01:40.697Z] [2023-06-06T20:01:40.697Z] #36 [security-proxy-auth internal] load build context [2023-06-06T20:01:40.697Z] #36 transferring context: 352.07MB 11.4s done [2023-06-06T20:01:40.697Z] #36 ... [2023-06-06T20:01:40.697Z] [2023-06-06T20:01:40.697Z] #40 [security-proxy-setup internal] load build context [2023-06-06T20:01:40.697Z] #40 transferring context: 352.07MB 11.5s done [2023-06-06T20:01:41.265Z] #40 ... [2023-06-06T20:01:41.265Z] [2023-06-06T20:01:41.265Z] #47 [security-spire-server internal] load build context [2023-06-06T20:01:41.265Z] #47 transferring context: 352.07MB 11.2s done [2023-06-06T20:01:43.118Z] 58f1dce35555: Pull complete [2023-06-06T20:01:43.118Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-06-06T20:01:43.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-06T20:01:43.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-06-06T20:01:43.519Z] + docker build -t ci-base-image-arm64 -f - . [2023-06-06T20:01:43.520Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-06T20:01:43.520Z] WORKDIR /edgex [2023-06-06T20:01:43.520Z] COPY go.mod . [2023-06-06T20:01:43.520Z] RUN go mod download [2023-06-06T20:01:44.106Z] Sending build context to Docker daemon 2.947MB [2023-06-06T20:01:44.106Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-06T20:01:44.106Z] ---> fadd8f120f05 [2023-06-06T20:01:44.106Z] Step 2/4 : WORKDIR /edgex [2023-06-06T20:01:45.453Z] #47 ... [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #39 [security-spiffe-token-provider internal] load build context [2023-06-06T20:01:45.453Z] #39 DONE 25.4s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #45 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-06-06T20:01:45.453Z] #45 DONE 25.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #51 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-06-06T20:01:45.453Z] #51 DONE 25.2s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #52 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-06-06T20:01:45.453Z] #52 DONE 25.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #49 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-06-06T20:01:45.453Z] #49 DONE 25.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-06-06T20:01:45.453Z] #62 ... [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-06T20:01:45.453Z] #55 DONE 25.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #46 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-06-06T20:01:45.453Z] #46 DONE 25.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-06-06T20:01:45.453Z] #56 DONE 25.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #34 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:01:45.453Z] #34 DONE 21.7s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-06-06T20:01:45.453Z] #60 DONE 21.7s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #44 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-06-06T20:01:45.453Z] #44 DONE 25.2s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #35 [security-spire-config internal] load build context [2023-06-06T20:01:45.453Z] #35 DONE 25.5s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #38 [security-bootstrapper internal] load build context [2023-06-06T20:01:45.453Z] #38 DONE 25.5s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #48 [core-metadata internal] load build context [2023-06-06T20:01:45.453Z] #48 DONE 25.5s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #42 [core-command internal] load build context [2023-06-06T20:01:45.453Z] #42 DONE 25.5s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #53 [security-spire-agent internal] load build context [2023-06-06T20:01:45.453Z] #53 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #41 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-06-06T20:01:45.453Z] #41 DONE 25.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #37 [support-notifications internal] load build context [2023-06-06T20:01:45.453Z] #37 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #47 [security-spire-server internal] load build context [2023-06-06T20:01:45.453Z] #47 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #36 [security-proxy-auth internal] load build context [2023-06-06T20:01:45.453Z] #36 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #50 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:01:45.453Z] #50 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #40 [security-proxy-setup internal] load build context [2023-06-06T20:01:45.453Z] #40 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #54 [core-data internal] load build context [2023-06-06T20:01:45.453Z] #54 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #57 [support-scheduler internal] load build context [2023-06-06T20:01:45.453Z] #57 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #63 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-06-06T20:01:45.453Z] #63 DONE 0.3s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #43 [security-secretstore-setup internal] load build context [2023-06-06T20:01:45.453Z] #43 DONE 25.6s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #64 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:01:45.453Z] #64 DONE 0.1s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #65 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:01:45.453Z] #65 DONE 0.2s [2023-06-06T20:01:45.453Z] [2023-06-06T20:01:45.453Z] #66 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:01:46.054Z] ---> Running in 88639d4c4711 [2023-06-06T20:01:46.320Z] Removing intermediate container 88639d4c4711 [2023-06-06T20:01:46.320Z] ---> 7fde1ea6c10d [2023-06-06T20:01:46.320Z] Step 3/4 : COPY go.mod . [2023-06-06T20:01:46.826Z] #66 ... [2023-06-06T20:01:46.826Z] [2023-06-06T20:01:46.826Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-06-06T20:01:46.826Z] #59 22.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:46.826Z] #59 22.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:46.826Z] #59 23.08 OK: 265 MiB in 53 packages [2023-06-06T20:01:46.826Z] #59 DONE 23.2s [2023-06-06T20:01:46.826Z] [2023-06-06T20:01:46.826Z] #67 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:01:46.826Z] #67 DONE 0.1s [2023-06-06T20:01:46.826Z] [2023-06-06T20:01:46.826Z] #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:01:46.826Z] #68 DONE 0.1s [2023-06-06T20:01:46.826Z] [2023-06-06T20:01:46.826Z] #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:01:46.826Z] #58 22.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:46.826Z] #58 22.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:46.826Z] #58 23.21 OK: 265 MiB in 53 packages [2023-06-06T20:01:46.826Z] #58 DONE 23.3s [2023-06-06T20:01:46.826Z] [2023-06-06T20:01:46.826Z] #61 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-06-06T20:01:46.826Z] #61 22.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:46.826Z] #61 22.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-06-06T20:01:46.826Z] #61 23.18 OK: 265 MiB in 53 packages [2023-06-06T20:01:46.826Z] #61 DONE 23.3s [2023-06-06T20:01:46.826Z] [2023-06-06T20:01:46.826Z] #69 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-06-06T20:01:46.826Z] #69 DONE 0.0s [2023-06-06T20:01:46.826Z] [2023-06-06T20:01:46.826Z] #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:01:46.906Z] ---> 46afdf3cc1d5 [2023-06-06T20:01:46.906Z] Step 4/4 : RUN go mod download [2023-06-06T20:01:46.906Z] ---> Running in 22133f990d70 [2023-06-06T20:01:47.394Z] #70 ... [2023-06-06T20:01:47.394Z] [2023-06-06T20:01:47.394Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-06-06T20:01:47.394Z] #62 DONE 2.2s [2023-06-06T20:01:47.394Z] [2023-06-06T20:01:47.394Z] #71 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-06-06T20:01:47.394Z] #71 DONE 0.0s [2023-06-06T20:01:47.394Z] [2023-06-06T20:01:47.394Z] #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:01:55.510Z] #72 ... [2023-06-06T20:01:55.510Z] [2023-06-06T20:01:55.510Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:01:55.510Z] #73 ... [2023-06-06T20:01:55.510Z] [2023-06-06T20:01:55.510Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:13.607Z] Removing intermediate container 22133f990d70 [2023-06-06T20:02:13.607Z] ---> a36c8cd9fddc [2023-06-06T20:02:13.873Z] Successfully built a36c8cd9fddc [2023-06-06T20:02:13.873Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T20:02:14.273Z] + docker inspect -f . ci-base-image-arm64 [2023-06-06T20:02:14.273Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T20:02:14.552Z] prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container [2023-06-06T20:02:14.615Z] $ 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-06-06T20:02:15.777Z] $ docker top 8dfbac1626157507a5431100d6cb56b1aa4fbc5d3147db287b53506e1631cd6b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-06T20:02:16.645Z] + go version [2023-06-06T20:02:16.645Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-06-06T20:02:16.679Z] $ docker stop --time=1 8dfbac1626157507a5431100d6cb56b1aa4fbc5d3147db287b53506e1631cd6b [2023-06-06T20:02:17.430Z] #74 DONE 29.7s [2023-06-06T20:02:17.430Z] [2023-06-06T20:02:17.430Z] #66 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:17.430Z] #66 DONE 31.0s [2023-06-06T20:02:17.430Z] [2023-06-06T20:02:17.430Z] #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:17.430Z] #70 DONE 29.6s [2023-06-06T20:02:17.430Z] [2023-06-06T20:02:17.430Z] #72 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:17.430Z] #72 DONE 29.7s [2023-06-06T20:02:17.430Z] [2023-06-06T20:02:17.430Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:17.430Z] #73 DONE 31.1s [2023-06-06T20:02:17.430Z] [2023-06-06T20:02:17.430Z] #75 [security-spiffe-token-provider builder 6/7] COPY . . [2023-06-06T20:02:18.258Z] $ docker rm -f --volumes 8dfbac1626157507a5431100d6cb56b1aa4fbc5d3147db287b53506e1631cd6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T20:02:19.119Z] + docker inspect -f . ci-base-image-arm64 [2023-06-06T20:02:19.119Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T20:02:19.365Z] prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container [2023-06-06T20:02:19.425Z] $ 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-06-06T20:02:20.528Z] $ docker top 08c89d1f1707260658d4b8459ed31491d0eb967fc0191672039084942d614a1c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-06-06T20:02:20.760Z] ========================================================= [2023-06-06T20:02:20.760Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-06-06T20:02:20.760Z] ========================================================= [Pipeline] sh [2023-06-06T20:02:21.077Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-06-06T20:02:21.471Z] + make test [2023-06-06T20:02:21.471Z] go test -race -coverprofile=coverage.out ./... [2023-06-06T20:02:22.715Z] #75 ... [2023-06-06T20:02:22.715Z] [2023-06-06T20:02:22.715Z] #76 [support-notifications builder 6/7] COPY . . [2023-06-06T20:02:26.911Z] #76 ... [2023-06-06T20:02:26.911Z] [2023-06-06T20:02:26.911Z] #77 [core-metadata builder 6/7] COPY . . [2023-06-06T20:02:26.911Z] #77 ... [2023-06-06T20:02:26.911Z] [2023-06-06T20:02:26.911Z] #78 [security-spire-agent builder 6/9] COPY . . [2023-06-06T20:02:26.911Z] #78 ... [2023-06-06T20:02:26.911Z] [2023-06-06T20:02:26.911Z] #79 [security-proxy-setup builder 6/7] COPY . . [2023-06-06T20:02:27.848Z] #79 DONE 11.2s [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #80 [security-bootstrapper builder 6/7] COPY . . [2023-06-06T20:02:27.848Z] #80 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:27.848Z] #81 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:02:27.848Z] #82 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #75 [security-spiffe-token-provider builder 6/7] COPY . . [2023-06-06T20:02:27.848Z] #75 DONE 11.2s [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #78 [security-spire-agent builder 6/9] COPY . . [2023-06-06T20:02:27.848Z] #78 DONE 11.2s [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #77 [core-metadata builder 6/7] COPY . . [2023-06-06T20:02:27.848Z] #77 DONE 11.3s [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #83 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:02:27.848Z] #83 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #84 [core-data builder 6/7] COPY . . [2023-06-06T20:02:27.848Z] #84 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:27.848Z] #85 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #86 [security-secretstore-setup builder 6/7] COPY . . [2023-06-06T20:02:27.848Z] #86 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #87 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:27.848Z] #87 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #88 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:02:27.848Z] #88 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #89 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-06-06T20:02:27.848Z] #89 ... [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:02:27.848Z] #90 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.848Z] #91 [support-scheduler builder 6/7] COPY . . [2023-06-06T20:02:27.848Z] #91 CACHED [2023-06-06T20:02:27.848Z] [2023-06-06T20:02:27.849Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:27.849Z] #92 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #93 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:27.849Z] #93 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #94 [core-command builder 6/7] COPY . . [2023-06-06T20:02:27.849Z] #94 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #95 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:02:27.849Z] #95 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #96 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-06-06T20:02:27.849Z] #96 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #97 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:27.849Z] #97 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #98 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:02:27.849Z] #98 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #99 [security-proxy-auth builder 6/7] COPY . . [2023-06-06T20:02:27.849Z] #99 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #100 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:27.849Z] #100 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #101 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:02:27.849Z] #101 CACHED [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #76 [support-notifications builder 6/7] COPY . . [2023-06-06T20:02:27.849Z] #76 DONE 11.3s [2023-06-06T20:02:27.849Z] [2023-06-06T20:02:27.849Z] #102 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-06-06T20:02:27.849Z] #102 DONE 0.1s [2023-06-06T20:02:28.106Z] [2023-06-06T20:02:28.106Z] #103 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-06-06T20:02:28.106Z] #103 CACHED [2023-06-06T20:02:28.106Z] [2023-06-06T20:02:28.106Z] #104 [security-spire-server builder 6/9] COPY . . [2023-06-06T20:02:28.106Z] #104 CACHED [2023-06-06T20:02:28.106Z] [2023-06-06T20:02:28.106Z] #105 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:28.106Z] #105 CACHED [2023-06-06T20:02:28.106Z] [2023-06-06T20:02:28.106Z] #106 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-06-06T20:02:28.106Z] #106 CACHED [2023-06-06T20:02:28.106Z] [2023-06-06T20:02:28.106Z] #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-06-06T20:02:30.010Z] #107 DONE 1.9s [2023-06-06T20:02:30.010Z] [2023-06-06T20:02:30.010Z] #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-06-06T20:02:30.010Z] #108 DONE 1.9s [2023-06-06T20:02:30.010Z] [2023-06-06T20:02:30.010Z] #109 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-06-06T20:02:30.268Z] #109 DONE 0.4s [2023-06-06T20:02:30.268Z] [2023-06-06T20:02:30.268Z] #110 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-06-06T20:02:30.268Z] #110 DONE 0.4s [2023-06-06T20:02:30.268Z] [2023-06-06T20:02:30.268Z] #111 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:02:30.268Z] #0 0.751 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-06-06T20:02:31.288Z] #111 ... [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #112 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-06-06T20:02:31.288Z] #112 CACHED [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #113 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-06-06T20:02:31.288Z] #113 CACHED [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #114 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:02:31.288Z] #114 CACHED [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #115 [security-spire-config builder 6/9] COPY . . [2023-06-06T20:02:31.288Z] #115 CACHED [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #116 [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-06-06T20:02:31.288Z] #116 CACHED [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #117 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-06-06T20:02:31.288Z] #117 CACHED [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #118 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:02:31.288Z] #118 ... [2023-06-06T20:02:31.288Z] [2023-06-06T20:02:31.288Z] #119 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:02:31.288Z] #119 DONE 0.4s [2023-06-06T20:02:31.577Z] [2023-06-06T20:02:31.577Z] #120 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:02:31.577Z] #120 ... [2023-06-06T20:02:31.577Z] [2023-06-06T20:02:31.577Z] #118 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:02:31.577Z] #118 DONE 0.6s [2023-06-06T20:02:31.837Z] [2023-06-06T20:02:31.837Z] #121 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:02:31.837Z] #121 CACHED [2023-06-06T20:02:31.837Z] [2023-06-06T20:02:31.837Z] #122 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:02:31.837Z] #122 CACHED [2023-06-06T20:02:31.837Z] [2023-06-06T20:02:31.837Z] #120 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:02:31.837Z] #120 DONE 0.4s [2023-06-06T20:02:31.837Z] [2023-06-06T20:02:31.837Z] #123 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-06-06T20:02:34.400Z] #123 DONE 2.4s [2023-06-06T20:02:34.400Z] [2023-06-06T20:02:34.400Z] #124 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:02:34.400Z] #124 DONE 2.5s [2023-06-06T20:02:34.400Z] [2023-06-06T20:02:34.400Z] #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:02:34.400Z] #125 DONE 2.4s [2023-06-06T20:02:34.400Z] [2023-06-06T20:02:34.400Z] #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-06-06T20:02:35.774Z] #126 ... [2023-06-06T20:02:35.774Z] [2023-06-06T20:02:35.774Z] #127 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:02:35.774Z] #127 DONE 1.7s [2023-06-06T20:02:36.035Z] [2023-06-06T20:02:36.035Z] #128 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:02:36.035Z] #128 DONE 1.7s [2023-06-06T20:02:36.035Z] [2023-06-06T20:02:36.035Z] #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-06-06T20:02:36.035Z] #126 DONE 1.7s [2023-06-06T20:02:36.035Z] [2023-06-06T20:02:36.035Z] #129 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-06-06T20:02:36.035Z] #129 DONE 0.1s [2023-06-06T20:02:36.035Z] [2023-06-06T20:02:36.035Z] #130 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-06-06T20:02:36.035Z] #130 DONE 0.1s [2023-06-06T20:02:36.035Z] [2023-06-06T20:02:36.035Z] #131 [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-06-06T20:02:36.035Z] #131 ... [2023-06-06T20:02:36.035Z] [2023-06-06T20:02:36.035Z] #132 [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-06-06T20:02:36.035Z] #132 DONE 0.1s [2023-06-06T20:02:36.293Z] [2023-06-06T20:02:36.293Z] #133 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-06-06T20:02:36.293Z] #133 DONE 0.2s [2023-06-06T20:02:36.293Z] [2023-06-06T20:02:36.293Z] #134 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-06-06T20:02:36.293Z] #134 DONE 0.2s [2023-06-06T20:02:36.293Z] [2023-06-06T20:02:36.293Z] #131 [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-06-06T20:02:36.293Z] #131 DONE 0.2s [2023-06-06T20:02:36.293Z] [2023-06-06T20:02:36.293Z] #135 [security-spire-server] exporting to image [2023-06-06T20:02:36.293Z] #135 exporting layers [2023-06-06T20:02:36.293Z] #135 ... [2023-06-06T20:02:36.293Z] [2023-06-06T20:02:36.293Z] #136 [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-06-06T20:02:36.293Z] #136 DONE 0.2s [2023-06-06T20:02:36.293Z] [2023-06-06T20:02:36.293Z] #137 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-06-06T20:02:36.293Z] #137 DONE 0.2s [2023-06-06T20:02:36.293Z] [2023-06-06T20:02:36.293Z] #135 [security-spire-agent] exporting to image [2023-06-06T20:02:36.860Z] #135 exporting layers 0.8s done [2023-06-06T20:02:36.860Z] #135 writing image sha256:9d62a45227b2a81cf78ebe1b1593f1865dbeea07da00f2b67bd5557aebca768f done [2023-06-06T20:02:36.860Z] #135 naming to docker.io/library/security-spire-server done [2023-06-06T20:02:37.426Z] #135 exporting layers 0.9s done [2023-06-06T20:02:37.426Z] #135 writing image sha256:b01d4db8841c4f56d302fe22d9bd3b8125d9c3b994b9089b1b93d496f278d29c 0.0s done [2023-06-06T20:02:37.426Z] #135 naming to docker.io/library/security-spire-config done [2023-06-06T20:02:37.426Z] #135 writing image sha256:120434b705220aaff82956cc5e8efa3cedff4daf2a2d4f43e1a8ac77b1ef7eba done [2023-06-06T20:02:37.426Z] #135 naming to docker.io/library/security-spire-agent done [2023-06-06T20:02:37.426Z] #135 DONE 1.1s [2023-06-06T20:02:37.426Z] [2023-06-06T20:02:37.426Z] #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-06-06T20:02:37.426Z] #0 0.951 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-06-06T20:02:37.685Z] #138 ... [2023-06-06T20:02:37.685Z] [2023-06-06T20:02:37.685Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-06-06T20:02:37.685Z] #0 0.332 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-06-06T20:02:37.943Z] #139 ... [2023-06-06T20:02:37.943Z] [2023-06-06T20:02:37.943Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-06-06T20:02:37.943Z] #0 0.779 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-06-06T20:02:37.943Z] #140 ... [2023-06-06T20:02:37.943Z] [2023-06-06T20:02:37.943Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-06-06T20:02:37.943Z] #0 1.360 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-06-06T20:02:38.202Z] #141 ... [2023-06-06T20:02:38.202Z] [2023-06-06T20:02:38.202Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-06-06T20:02:38.202Z] #0 0.779 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-06-06T20:02:38.202Z] #142 ... [2023-06-06T20:02:38.202Z] [2023-06-06T20:02:38.202Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:02:38.202Z] #0 0.851 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-06-06T20:02:38.460Z] #143 ... [2023-06-06T20:02:38.460Z] [2023-06-06T20:02:38.460Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-06-06T20:02:38.460Z] #0 1.116 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-06-06T20:02:38.718Z] #144 ... [2023-06-06T20:02:38.718Z] [2023-06-06T20:02:38.718Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-06-06T20:02:38.718Z] #0 1.048 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-06-06T20:02:38.718Z] #145 ... [2023-06-06T20:02:38.718Z] [2023-06-06T20:02:38.718Z] #146 [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-06-06T20:02:38.718Z] #0 0.702 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-06-06T20:02:38.977Z] #146 ... [2023-06-06T20:02:38.977Z] [2023-06-06T20:02:38.977Z] #89 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-06-06T20:02:38.977Z] #89 0.994 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-06-06T20:03:00.397Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-06-06T20:03:46.689Z] #89 ... [2023-06-06T20:03:46.689Z] [2023-06-06T20:03:46.689Z] #146 [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-06-06T20:03:46.689Z] #146 68.51 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-06-06T20:03:54.830Z] #146 ... [2023-06-06T20:03:54.831Z] [2023-06-06T20:03:54.831Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:03:54.831Z] #143 DONE 87.0s [2023-06-06T20:03:54.831Z] [2023-06-06T20:03:54.831Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-06-06T20:03:54.831Z] #141 DONE 87.0s [2023-06-06T20:03:54.831Z] [2023-06-06T20:03:54.831Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-06-06T20:03:54.831Z] #145 DONE 87.0s [2023-06-06T20:03:54.831Z] [2023-06-06T20:03:54.831Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-06-06T20:03:54.831Z] #140 DONE 87.1s [2023-06-06T20:03:54.831Z] [2023-06-06T20:03:54.831Z] #146 [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-06-06T20:03:54.831Z] #146 DONE 87.1s [2023-06-06T20:03:54.831Z] [2023-06-06T20:03:54.831Z] #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:55.089Z] #147 ... [2023-06-06T20:03:55.089Z] [2023-06-06T20:03:55.089Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-06-06T20:03:55.089Z] #144 DONE 87.3s [2023-06-06T20:03:55.089Z] [2023-06-06T20:03:55.089Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-06-06T20:03:55.089Z] #142 DONE 87.4s [2023-06-06T20:03:55.089Z] [2023-06-06T20:03:55.089Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-06-06T20:03:55.089Z] #139 DONE 87.4s [2023-06-06T20:03:55.089Z] [2023-06-06T20:03:55.089Z] #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-06-06T20:03:55.089Z] #138 DONE 87.3s [2023-06-06T20:03:55.089Z] [2023-06-06T20:03:55.089Z] #111 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:03:55.089Z] #111 DONE 87.3s [2023-06-06T20:03:55.356Z] [2023-06-06T20:03:55.356Z] #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-06-06T20:03:55.356Z] #148 ... [2023-06-06T20:03:55.356Z] [2023-06-06T20:03:55.356Z] #89 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-06-06T20:03:55.356Z] #89 DONE 87.6s [2023-06-06T20:03:55.617Z] [2023-06-06T20:03:55.617Z] #149 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:55.617Z] #149 DONE 0.7s [2023-06-06T20:03:55.617Z] [2023-06-06T20:03:55.617Z] #150 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:55.876Z] #150 ... [2023-06-06T20:03:55.876Z] [2023-06-06T20:03:55.876Z] #151 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:55.876Z] #151 DONE 0.6s [2023-06-06T20:03:55.876Z] [2023-06-06T20:03:55.876Z] #152 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:55.876Z] #152 DONE 0.9s [2023-06-06T20:03:55.876Z] [2023-06-06T20:03:55.876Z] #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-06-06T20:03:55.876Z] #148 DONE 0.6s [2023-06-06T20:03:55.876Z] [2023-06-06T20:03:55.876Z] #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:55.876Z] #147 DONE 1.0s [2023-06-06T20:03:55.876Z] [2023-06-06T20:03:55.876Z] #153 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-06-06T20:03:56.136Z] #153 ... [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #154 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:56.136Z] #154 DONE 0.6s [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #155 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:56.136Z] #155 DONE 0.5s [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #150 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.136Z] #150 DONE 0.4s [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #156 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:56.136Z] #156 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #157 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.136Z] #157 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #158 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:56.136Z] #158 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #159 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.136Z] #159 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #160 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:56.136Z] #160 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #161 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.136Z] #161 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #162 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:56.136Z] #162 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #163 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.136Z] #163 CACHED [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #164 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.136Z] #164 DONE 0.3s [2023-06-06T20:03:56.136Z] [2023-06-06T20:03:56.136Z] #165 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-06-06T20:03:56.396Z] #165 ... [2023-06-06T20:03:56.396Z] [2023-06-06T20:03:56.396Z] #166 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.396Z] #166 DONE 0.4s [2023-06-06T20:03:56.396Z] [2023-06-06T20:03:56.396Z] #167 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:56.396Z] #167 DONE 0.4s [2023-06-06T20:03:56.396Z] [2023-06-06T20:03:56.396Z] #168 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-06-06T20:03:57.685Z] #168 ... [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #169 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:57.685Z] #169 DONE 1.2s [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #170 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:57.685Z] #170 DONE 1.2s [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #171 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-06-06T20:03:57.685Z] #171 DONE 1.2s [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #172 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-06-06T20:03:57.685Z] #172 DONE 1.2s [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #173 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-06-06T20:03:57.685Z] #173 DONE 1.3s [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #174 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-06-06T20:03:57.685Z] #174 DONE 1.3s [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #165 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-06-06T20:03:57.685Z] #165 DONE 1.3s [2023-06-06T20:03:57.685Z] [2023-06-06T20:03:57.685Z] #175 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:58.351Z] #175 ... [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #153 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-06-06T20:03:58.351Z] #153 DONE 2.4s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #168 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-06-06T20:03:58.351Z] #168 DONE 2.0s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #176 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-06-06T20:03:58.351Z] #176 DONE 1.1s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #177 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-06-06T20:03:58.351Z] #177 DONE 1.7s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #178 [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-06-06T20:03:58.351Z] #178 DONE 2.0s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #179 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:58.351Z] #179 DONE 1.2s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #180 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-06-06T20:03:58.351Z] #180 DONE 1.2s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #181 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:58.351Z] #181 DONE 1.2s [2023-06-06T20:03:58.351Z] [2023-06-06T20:03:58.351Z] #182 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:58.611Z] #182 ... [2023-06-06T20:03:58.611Z] [2023-06-06T20:03:58.611Z] #183 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:58.611Z] #183 DONE 1.2s [2023-06-06T20:03:58.611Z] [2023-06-06T20:03:58.611Z] #184 [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-06-06T20:03:58.611Z] #184 DONE 1.2s [2023-06-06T20:03:58.611Z] [2023-06-06T20:03:58.611Z] #175 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:58.611Z] #175 DONE 1.2s [2023-06-06T20:03:58.611Z] [2023-06-06T20:03:58.611Z] #135 [support-scheduler] exporting to image [2023-06-06T20:03:58.611Z] #135 exporting layers 0.3s done [2023-06-06T20:03:58.869Z] #135 ... [2023-06-06T20:03:58.869Z] [2023-06-06T20:03:58.869Z] #185 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:03:58.869Z] #185 DONE 0.7s [2023-06-06T20:03:58.869Z] [2023-06-06T20:03:58.870Z] #186 [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-06-06T20:03:58.870Z] #186 DONE 0.7s [2023-06-06T20:03:58.870Z] [2023-06-06T20:03:58.870Z] #135 [support-scheduler] exporting to image [2023-06-06T20:03:58.870Z] #135 exporting layers 0.5s done [2023-06-06T20:03:59.129Z] #135 ... [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #187 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:59.129Z] #187 DONE 0.7s [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #188 [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-06-06T20:03:59.129Z] #188 DONE 0.8s [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #189 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-06-06T20:03:59.129Z] #189 DONE 0.7s [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #190 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-06-06T20:03:59.129Z] #190 DONE 0.6s [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #182 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:59.129Z] #182 DONE 0.7s [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #135 [security-spiffe-token-provider] exporting to image [2023-06-06T20:03:59.129Z] #135 ... [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #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-06-06T20:03:59.129Z] #191 DONE 0.7s [2023-06-06T20:03:59.129Z] [2023-06-06T20:03:59.129Z] #135 [core-data] exporting to image [2023-06-06T20:03:59.577Z] #135 ... [2023-06-06T20:03:59.577Z] [2023-06-06T20:03:59.577Z] #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-06-06T20:03:59.577Z] #192 DONE 0.7s [2023-06-06T20:03:59.577Z] [2023-06-06T20:03:59.577Z] #193 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:03:59.577Z] #193 DONE 0.3s [2023-06-06T20:03:59.577Z] [2023-06-06T20:03:59.577Z] #194 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:03:59.577Z] #194 DONE 0.3s [2023-06-06T20:03:59.577Z] [2023-06-06T20:03:59.577Z] #135 [core-metadata] exporting to image [2023-06-06T20:03:59.577Z] #135 exporting layers 0.3s done [2023-06-06T20:03:59.577Z] #135 ... [2023-06-06T20:03:59.577Z] [2023-06-06T20:03:59.577Z] #195 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-06-06T20:03:59.577Z] #195 DONE 0.3s [2023-06-06T20:03:59.577Z] [2023-06-06T20:03:59.577Z] #135 [support-scheduler] exporting to image [2023-06-06T20:03:59.577Z] #135 exporting layers 0.2s done [2023-06-06T20:03:59.577Z] #135 writing image sha256:53d407943f9a33ec572c2d133a4e963341c57c4702d621902dcf11cd4e67a50a 0.0s done [2023-06-06T20:03:59.577Z] #135 writing image sha256:6b8f80651aca85b3fe413d7f96b600f0cef7c3a32ac7e9345caf2d82a9f52b5b 0.0s done [2023-06-06T20:03:59.577Z] #135 naming to docker.io/library/core-command done [2023-06-06T20:03:59.577Z] #135 naming to docker.io/library/support-scheduler done [2023-06-06T20:04:00.152Z] #135 ... [2023-06-06T20:04:00.152Z] [2023-06-06T20:04:00.152Z] #196 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:04:00.152Z] #196 DONE 1.0s [2023-06-06T20:04:00.152Z] [2023-06-06T20:04:00.152Z] #135 [security-spiffe-token-provider] exporting to image [2023-06-06T20:04:00.153Z] #135 writing image sha256:ba0fcd216fb51fc6c8b17aee7f84a76ac68d8770d2ef98fbec754adfb0b555f9 [2023-06-06T20:04:00.153Z] #135 writing image sha256:11b3d4163e7ec021f071f2dbe8cc222d58543daff8cf96507c26522a53b873ea 0.0s done [2023-06-06T20:04:00.153Z] #135 writing image sha256:37940c83c69371d7ed275027eed9e762e2435aef5df3030a708340419e78fc69 [2023-06-06T20:04:00.153Z] #135 writing image sha256:eb9cadce10cd6efacd0e3cfe21d556614739b78fdb856e23d7b7e4c6ea97754d 0.0s done [2023-06-06T20:04:00.153Z] #135 naming to docker.io/library/security-spiffe-token-provider done [2023-06-06T20:04:00.153Z] #135 naming to docker.io/library/support-notifications [2023-06-06T20:04:00.153Z] #135 ... [2023-06-06T20:04:00.153Z] [2023-06-06T20:04:00.153Z] #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-06-06T20:04:00.153Z] #197 DONE 0.9s [2023-06-06T20:04:00.153Z] [2023-06-06T20:04:00.153Z] #198 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-06-06T20:04:00.153Z] #198 DONE 0.9s [2023-06-06T20:04:00.153Z] [2023-06-06T20:04:00.153Z] #135 [core-data] exporting to image [2023-06-06T20:04:00.153Z] #135 writing image sha256:ba0fcd216fb51fc6c8b17aee7f84a76ac68d8770d2ef98fbec754adfb0b555f9 0.1s done [2023-06-06T20:04:00.153Z] #135 writing image sha256:37940c83c69371d7ed275027eed9e762e2435aef5df3030a708340419e78fc69 0.1s done [2023-06-06T20:04:00.153Z] #135 naming to docker.io/library/support-notifications 0.1s done [2023-06-06T20:04:00.153Z] #135 naming to docker.io/library/core-metadata done [2023-06-06T20:04:00.153Z] #135 naming to docker.io/library/core-data done [2023-06-06T20:04:00.411Z] #135 ... [2023-06-06T20:04:00.411Z] [2023-06-06T20:04:00.411Z] #199 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:04:00.411Z] #199 DONE 1.2s [2023-06-06T20:04:00.411Z] [2023-06-06T20:04:00.411Z] #135 [core-common-config-bootstrapper] exporting to image [2023-06-06T20:04:00.669Z] #135 writing image sha256:e558e2beedf8b827a73e3d7b9ca38c9891ddec88185af4ce17d5a99bba9b92a9 [2023-06-06T20:04:00.669Z] #135 writing image sha256:e558e2beedf8b827a73e3d7b9ca38c9891ddec88185af4ce17d5a99bba9b92a9 0.3s done [2023-06-06T20:04:00.669Z] #135 naming to docker.io/library/security-proxy-auth [2023-06-06T20:04:00.927Z] #135 ... [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #200 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-06-06T20:04:00.927Z] #200 DONE 0.6s [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #201 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:04:00.927Z] #201 DONE 1.4s [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #202 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-06-06T20:04:00.927Z] #202 DONE 0.1s [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #203 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-06-06T20:04:00.927Z] #203 DONE 0.6s [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #135 [core-common-config-bootstrapper] exporting to image [2023-06-06T20:04:00.927Z] #135 naming to docker.io/library/security-proxy-auth done [2023-06-06T20:04:00.927Z] #135 writing image sha256:711a3f57b2b2753ff1de3559b907d2d2a5ff68559ad8a6bde12723450278fc6c done [2023-06-06T20:04:00.927Z] #135 naming to docker.io/library/core-common-config-bootstrapper done [2023-06-06T20:04:00.927Z] #135 ... [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #204 [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-06-06T20:04:00.927Z] #204 DONE 0.1s [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #205 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-06-06T20:04:00.927Z] #205 DONE 0.1s [2023-06-06T20:04:00.927Z] [2023-06-06T20:04:00.927Z] #206 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-06-06T20:04:00.927Z] #206 DONE 0.1s [2023-06-06T20:04:01.187Z] [2023-06-06T20:04:01.187Z] #135 [security-proxy-setup] exporting to image [2023-06-06T20:04:01.187Z] #135 exporting layers 0.2s done [2023-06-06T20:04:01.187Z] #135 writing image sha256:154186de8ae4302b0bc30b88aa34d0eea79f3ff5e77b727ad8e267bedd6976f6 done [2023-06-06T20:04:01.187Z] #135 naming to docker.io/library/security-proxy-setup done [2023-06-06T20:04:01.187Z] #135 DONE 3.7s [2023-06-06T20:04:01.187Z] [2023-06-06T20:04:01.187Z] #207 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-06-06T20:04:01.187Z] #207 DONE 0.1s [2023-06-06T20:04:01.187Z] [2023-06-06T20:04:01.187Z] #208 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-06-06T20:04:01.754Z] #208 ... [2023-06-06T20:04:01.754Z] [2023-06-06T20:04:01.754Z] #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:04:01.754Z] #209 DONE 0.6s [2023-06-06T20:04:01.754Z] [2023-06-06T20:04:01.754Z] #208 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-06-06T20:04:01.754Z] #208 DONE 0.7s [2023-06-06T20:04:01.754Z] [2023-06-06T20:04:01.754Z] #135 [security-secretstore-setup] exporting to image [2023-06-06T20:04:01.754Z] #135 exporting layers 0.2s done [2023-06-06T20:04:01.754Z] #135 writing image sha256:d6af272ab5c7adb58135e32b52798ff1fc6a956dde0b4dbcfba4852b8f9322cb done [2023-06-06T20:04:01.754Z] #135 naming to docker.io/library/security-secretstore-setup done [2023-06-06T20:04:01.754Z] #135 DONE 3.9s [2023-06-06T20:04:01.754Z] [2023-06-06T20:04:01.754Z] #135 [security-bootstrapper] exporting to image [2023-06-06T20:04:02.018Z] #135 exporting layers 0.2s done [2023-06-06T20:04:02.018Z] #135 writing image sha256:c70ae8dc190d337756e3928ceac032718d718f69f0bee71418e2b7bb2441c346 done [2023-06-06T20:04:02.018Z] #135 naming to docker.io/library/security-bootstrapper done [2023-06-06T20:04:02.018Z] #135 DONE 4.1s [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:04:02.018Z] time="2023-06-06T20:01:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-06-06T20:04:02.054Z] $ docker stop --time=1 6db9a85a05da42657bbc49f6919064f370eccd3fb1b1f36f757c7c9b7b82750e [2023-06-06T20:04:06.109Z] $ docker rm -f --volumes 6db9a85a05da42657bbc49f6919064f370eccd3fb1b1f36f757c7c9b7b82750e [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-06T20:04:06.510Z] + docker images [2023-06-06T20:04:06.510Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-06-06T20:04:06.510Z] security-secretstore-setup latest d6af272ab5c7 5 seconds ago 32.8MB [2023-06-06T20:04:06.510Z] security-bootstrapper latest c70ae8dc190d 5 seconds ago 22.2MB [2023-06-06T20:04:06.510Z] security-proxy-setup latest 154186de8ae4 6 seconds ago 23.5MB [2023-06-06T20:04:06.510Z] core-common-config-bootstrapper latest 711a3f57b2b2 6 seconds ago 17.2MB [2023-06-06T20:04:06.510Z] core-metadata latest ba0fcd216fb5 7 seconds ago 20.4MB [2023-06-06T20:04:06.510Z] security-proxy-auth latest e558e2beedf8 7 seconds ago 18.3MB [2023-06-06T20:04:06.510Z] core-command latest 53d407943f9a 8 seconds ago 19.9MB [2023-06-06T20:04:06.510Z] support-notifications latest 11b3d4163e7e 8 seconds ago 32.4MB [2023-06-06T20:04:06.510Z] core-data latest 37940c83c693 8 seconds ago 20MB [2023-06-06T20:04:06.510Z] security-spiffe-token-provider latest eb9cadce10cd 8 seconds ago 32.8MB [2023-06-06T20:04:06.510Z] support-scheduler latest 6b8f80651aca 8 seconds ago 31.8MB [2023-06-06T20:04:06.510Z] security-spire-agent latest 120434b70522 About a minute ago 166MB [2023-06-06T20:04:06.510Z] security-spire-config latest b01d4db8841c About a minute ago 102MB [2023-06-06T20:04:06.510Z] security-spire-server latest 9d62a45227b2 About a minute ago 107MB [2023-06-06T20:04:06.510Z] ci-base-image-x86_64 latest 6c1a661f601d 4 minutes ago 918MB [2023-06-06T20:04:06.510Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 5 days ago 334MB [2023-06-06T20:04:06.510Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 6 weeks ago 700MB [2023-06-06T20:04:06.510Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 11 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-06-06T20:04:37.050Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-06-06T20:04:37.050Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-06-06T20:04:39.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-06-06T20:04:39.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-06-06T20:04:39.903Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-06-06T20:04:44.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-06-06T20:04:44.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-06-06T20:04:44.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-06-06T20:04:44.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-06-06T20:04:44.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-06-06T20:04:45.401Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-06-06T20:04:45.401Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-06-06T20:04:45.401Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-06-06T20:04:45.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-06-06T20:04:57.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-06-06T20:04:57.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-06-06T20:04:57.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.252s coverage: 28.7% of statements [2023-06-06T20:05:07.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.416s coverage: 98.5% of statements [2023-06-06T20:05:13.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-06-06T20:05:13.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-06-06T20:05:13.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-06-06T20:05:16.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.504s coverage: 71.5% of statements [2023-06-06T20:05:18.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-06-06T20:05:18.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-06-06T20:05:18.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.302s coverage: 54.0% of statements [2023-06-06T20:05:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-06-06T20:05:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-06-06T20:05:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-06-06T20:05:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-06-06T20:05:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-06-06T20:05:31.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-06-06T20:05:31.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-06-06T20:05:37.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.933s coverage: 88.5% of statements [2023-06-06T20:05:37.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.946s coverage: 3.8% of statements [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-06-06T20:05:48.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.464s coverage: 95.6% of statements [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-06-06T20:05:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-06-06T20:05:48.320Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.196s coverage: 72.2% of statements [2023-06-06T20:05:53.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-06-06T20:05:53.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-06-06T20:05:53.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-06-06T20:05:53.653Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements [2023-06-06T20:06:03.709Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-06-06T20:06:03.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-06-06T20:06:03.709Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.417s coverage: 0.9% of statements [2023-06-06T20:06:03.709Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.235s coverage: 29.0% of statements [2023-06-06T20:06:06.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.270s coverage: 42.9% of statements [2023-06-06T20:06:07.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.260s coverage: 82.9% of statements [2023-06-06T20:06:07.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.223s coverage: 94.1% of statements [2023-06-06T20:06:07.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.270s coverage: 96.3% of statements [2023-06-06T20:06:10.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements [2023-06-06T20:06:12.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-06-06T20:06:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-06-06T20:06:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-06-06T20:06:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-06-06T20:06:15.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-06-06T20:06:15.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-06-06T20:06:15.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-06-06T20:06:15.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-06-06T20:06:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.207s coverage: 94.4% of statements [2023-06-06T20:06:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-06-06T20:06:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-06-06T20:06:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-06-06T20:06:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-06-06T20:06:26.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-06-06T20:06:26.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-06-06T20:06:28.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-06-06T20:06:36.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.932s coverage: 79.9% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.252s coverage: 92.9% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 64.4% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.204s coverage: 62.3% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.196s coverage: 87.2% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.161s coverage: 20.0% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.172s coverage: 100.0% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.460s coverage: 81.8% of statements [2023-06-06T20:06:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.461s coverage: 82.1% of statements [2023-06-06T20:06:37.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-06-06T20:06:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 86.0% of statements [2023-06-06T20:06:42.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-06-06T20:06:42.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-06-06T20:06:42.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.971s coverage: 63.1% of statements [2023-06-06T20:06:42.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.236s coverage: 100.0% of statements [2023-06-06T20:06:44.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 89.4% of statements [2023-06-06T20:06:44.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.109s coverage: 100.0% of statements [2023-06-06T20:06:44.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2023-06-06T20:06:44.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-06-06T20:06:44.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-06-06T20:06:44.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-06-06T20:06:45.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.173s coverage: 100.0% of statements [2023-06-06T20:06:53.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-06-06T20:06:53.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-06-06T20:06:53.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-06-06T20:06:53.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.986s coverage: 38.4% of statements [2023-06-06T20:06:53.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.256s coverage: 89.5% of statements [2023-06-06T20:06:57.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-06-06T20:06:57.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-06-06T20:06:57.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-06-06T20:06:57.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-06-06T20:06:57.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.206s coverage: 84.8% of statements [2023-06-06T20:07:04.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-06-06T20:07:04.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-06-06T20:07:04.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-06-06T20:07:04.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-06-06T20:07:11.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.278s coverage: 17.7% of statements [2023-06-06T20:07:11.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-06-06T20:07:11.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-06-06T20:07:11.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-06-06T20:07:11.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-06-06T20:07:11.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.542s coverage: 92.3% of statements [2023-06-06T20:07:15.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-06-06T20:07:15.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-06-06T20:07:15.296Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.5% of statements [2023-06-06T20:07:16.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-06-06T20:07:16.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-06-06T20:07:16.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.370s coverage: 97.7% of statements [2023-06-06T20:07:17.654Z] 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-06-06T20:07:17.654Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-06-06T20:07:17.654Z] go vet ./... [2023-06-06T20:09:54.310Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-06T20:09:54.310Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-06-06T20:09:54.310Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-06-06T20:09:54.353Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-06-06T20:09:54.700Z] + ls -al . [2023-06-06T20:09:54.700Z] total 716 [2023-06-06T20:09:54.700Z] drwxrwxr-x 10 1001 1001 4096 Jun 6 20:02 . [2023-06-06T20:09:54.700Z] drwxr-xr-x 4 root root 4096 Jun 6 20:02 .. [2023-06-06T20:09:54.700Z] drwxrwxr-x 2 1001 1001 4096 Jun 6 20:00 .blubracket [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 16 Jun 6 20:00 .dockerignore [2023-06-06T20:09:54.700Z] drwxrwxr-x 8 1001 1001 4096 Jun 6 20:00 .git [2023-06-06T20:09:54.700Z] drwxrwxr-x 3 1001 1001 4096 Jun 6 20:00 .github [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 1133 Jun 6 20:00 .gitignore [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 42 Jun 6 20:00 .golangci.yml [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 87 Jun 6 20:00 .hadolint.yml [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 166 Jun 6 20:00 .sonarcloud.properties [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 1171 Jun 6 20:00 ADOPTERS.md [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 10835 Jun 6 20:00 Attribution.txt [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 93407 Jun 6 20:00 CHANGELOG.md [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 3804 Jun 6 20:00 CONTRIBUTING.md [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 677 Jun 6 20:00 GOVERNANCE.md [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 883 Jun 6 20:00 Jenkinsfile [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 10775 Jun 6 20:00 LICENSE [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 14368 Jun 6 20:00 Makefile [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 582 Jun 6 20:00 OWNERS.md [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 9923 Jun 6 20:00 README.md [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 789 Jun 6 20:00 SECURITY.md [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 5 Jun 6 19:58 VERSION [2023-06-06T20:09:54.700Z] drwxrwxr-x 2 1001 1001 4096 Jun 6 20:00 bin [2023-06-06T20:09:54.700Z] drwxrwxr-x 18 1001 1001 4096 Jun 6 20:00 cmd [2023-06-06T20:09:54.700Z] -rw-r--r-- 1 root root 447731 Jun 6 20:07 coverage.out [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 3159 Jun 6 20:00 go.mod [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 30958 Jun 6 20:00 go.sum [2023-06-06T20:09:54.700Z] drwxrwxr-x 7 1001 1001 4096 Jun 6 20:00 internal [2023-06-06T20:09:54.700Z] drwxrwxr-x 3 1001 1001 4096 Jun 6 20:00 openapi [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 594 Jun 6 20:00 security.txt [2023-06-06T20:09:54.700Z] drwxrwxr-x 4 1001 1001 4096 Jun 6 20:00 snap [2023-06-06T20:09:54.700Z] -rw-rw-r-- 1 1001 1001 204 Jun 6 20:00 version.go [Pipeline] sh [2023-06-06T20:09:55.033Z] + '[' -e coverage.out ] [2023-06-06T20:09:55.033Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-06-06T20:09:55.075Z] Warning: overwriting stash ‘coverage-report’ [2023-06-06T20:09:55.802Z] Stashed 1 file(s) [Pipeline] sh [2023-06-06T20:09:56.440Z] + make build [2023-06-06T20:09:56.440Z] 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-06-06T20:11:18.042Z] 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-06-06T20:11:21.380Z] 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-06-06T20:11:26.713Z] 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-06-06T20:11:30.046Z] 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-06-06T20:12:16.880Z] 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-06-06T20:12:16.880Z] 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-06-06T20:12:22.227Z] 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-06-06T20:12:27.655Z] 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-06-06T20:12:31.024Z] 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-06-06T20:12:34.352Z] 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-06-06T20:12:39.680Z] 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-06-06T20:12:46.329Z] $ docker stop --time=1 08c89d1f1707260658d4b8459ed31491d0eb967fc0191672039084942d614a1c [2023-06-06T20:12:48.309Z] $ docker rm -f --volumes 08c89d1f1707260658d4b8459ed31491d0eb967fc0191672039084942d614a1c [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-06-06T20:12:50.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-06-06T20:12:50.903Z] [2023-06-06T20:12:50.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T20:12:51.296Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-06-06T20:12:51.567Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-06-06T20:12:51.567Z] 547446be3368: Pulling fs layer [2023-06-06T20:12:51.567Z] d125d8839a47: Pulling fs layer [2023-06-06T20:12:51.567Z] 3e85d5ac6304: Pulling fs layer [2023-06-06T20:12:51.567Z] c3105a71a48b: Pulling fs layer [2023-06-06T20:12:51.567Z] 0f093f025ec4: Pulling fs layer [2023-06-06T20:12:51.567Z] c3106fc0e877: Pulling fs layer [2023-06-06T20:12:51.567Z] c3105a71a48b: Waiting [2023-06-06T20:12:51.567Z] 0f093f025ec4: Waiting [2023-06-06T20:12:51.567Z] c3106fc0e877: Waiting [2023-06-06T20:12:51.567Z] 547446be3368: Verifying Checksum [2023-06-06T20:12:51.567Z] 547446be3368: Download complete [2023-06-06T20:12:51.567Z] c3105a71a48b: Verifying Checksum [2023-06-06T20:12:51.567Z] c3105a71a48b: Download complete [2023-06-06T20:12:51.836Z] d125d8839a47: Verifying Checksum [2023-06-06T20:12:51.836Z] d125d8839a47: Download complete [2023-06-06T20:12:52.102Z] c3106fc0e877: Verifying Checksum [2023-06-06T20:12:52.102Z] c3106fc0e877: Download complete [2023-06-06T20:12:52.102Z] 0f093f025ec4: Verifying Checksum [2023-06-06T20:12:52.102Z] 0f093f025ec4: Download complete [2023-06-06T20:12:52.369Z] 547446be3368: Pull complete [2023-06-06T20:12:53.327Z] d125d8839a47: Pull complete [2023-06-06T20:12:53.909Z] 3e85d5ac6304: Verifying Checksum [2023-06-06T20:12:53.909Z] 3e85d5ac6304: Download complete [2023-06-06T20:13:02.099Z] 3e85d5ac6304: Pull complete [2023-06-06T20:13:02.099Z] c3105a71a48b: Pull complete [2023-06-06T20:13:02.681Z] 0f093f025ec4: Pull complete [2023-06-06T20:13:02.947Z] c3106fc0e877: Pull complete [2023-06-06T20:13:02.947Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-06-06T20:13:02.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-06-06T20:13:02.947Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T20:13:03.261Z] prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container [2023-06-06T20:13:03.324Z] $ 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-06-06T20:13:05.352Z] $ docker top 48ec4aa237308f10ed8fd7b81a22e5017ef8e05c1a7bbdf5a9c9e4d23011a98a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-06T20:13:05.896Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-06-06T20:13:14.099Z] #1 [core-data internal] load build definition from Dockerfile [2023-06-06T20:13:14.099Z] #1 transferring dockerfile: 1.90kB done [2023-06-06T20:13:14.099Z] #1 DONE 0.1s [2023-06-06T20:13:14.682Z] [2023-06-06T20:13:14.682Z] #2 [support-scheduler internal] load build definition from Dockerfile [2023-06-06T20:13:14.682Z] #2 transferring dockerfile: 1.82kB done [2023-06-06T20:13:14.682Z] #2 DONE 0.1s [2023-06-06T20:13:14.682Z] [2023-06-06T20:13:14.682Z] #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-06-06T20:13:14.682Z] #3 transferring dockerfile: 2.12kB 0.0s done [2023-06-06T20:13:14.682Z] #3 DONE 0.1s [2023-06-06T20:13:14.682Z] [2023-06-06T20:13:14.682Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2023-06-06T20:13:14.949Z] #4 transferring dockerfile: 2.68kB 0.0s done [2023-06-06T20:13:14.949Z] #4 DONE 0.1s [2023-06-06T20:13:14.949Z] [2023-06-06T20:13:14.949Z] #5 [security-spire-server internal] load build definition from Dockerfile [2023-06-06T20:13:14.949Z] #5 transferring dockerfile: 2.63kB done [2023-06-06T20:13:14.949Z] #5 DONE 0.1s [2023-06-06T20:13:14.949Z] [2023-06-06T20:13:14.949Z] #6 [support-notifications internal] load build definition from Dockerfile [2023-06-06T20:13:14.949Z] #6 transferring dockerfile: 1.84kB done [2023-06-06T20:13:14.949Z] #6 DONE 0.1s [2023-06-06T20:13:14.949Z] [2023-06-06T20:13:14.949Z] #7 [security-spire-config internal] load build definition from Dockerfile [2023-06-06T20:13:14.949Z] #7 transferring dockerfile: 2.58kB done [2023-06-06T20:13:14.949Z] #7 DONE 0.0s [2023-06-06T20:13:14.949Z] [2023-06-06T20:13:14.949Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2023-06-06T20:13:14.949Z] #8 transferring dockerfile: 2.06kB done [2023-06-06T20:13:14.949Z] #8 DONE 0.1s [2023-06-06T20:13:14.949Z] [2023-06-06T20:13:14.949Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2023-06-06T20:13:15.215Z] #9 transferring dockerfile: 2.82kB done [2023-06-06T20:13:15.215Z] #9 DONE 0.1s [2023-06-06T20:13:15.215Z] [2023-06-06T20:13:15.215Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-06-06T20:13:15.215Z] #10 transferring dockerfile: 1.78kB done [2023-06-06T20:13:15.215Z] #10 DONE 0.1s [2023-06-06T20:13:15.215Z] [2023-06-06T20:13:15.215Z] #11 [core-metadata internal] load build definition from Dockerfile [2023-06-06T20:13:15.215Z] #11 transferring dockerfile: 1.96kB 0.0s done [2023-06-06T20:13:15.215Z] #11 DONE 0.1s [2023-06-06T20:13:15.215Z] [2023-06-06T20:13:15.215Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2023-06-06T20:13:15.215Z] #12 transferring dockerfile: 2.04kB done [2023-06-06T20:13:15.215Z] #12 DONE 0.1s [2023-06-06T20:13:15.215Z] [2023-06-06T20:13:15.215Z] #13 [core-command internal] load build definition from Dockerfile [2023-06-06T20:13:15.483Z] #13 transferring dockerfile: 1.82kB 0.0s done [2023-06-06T20:13:15.483Z] #13 DONE 0.1s [2023-06-06T20:13:15.483Z] [2023-06-06T20:13:15.483Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2023-06-06T20:13:15.483Z] #14 transferring dockerfile: 2.38kB 0.0s done [2023-06-06T20:13:15.483Z] #14 DONE 0.1s [2023-06-06T20:13:15.483Z] [2023-06-06T20:13:15.483Z] #15 [core-data internal] load .dockerignore [2023-06-06T20:13:15.483Z] #15 transferring context: 56B done [2023-06-06T20:13:15.483Z] #15 DONE 0.0s [2023-06-06T20:13:16.069Z] [2023-06-06T20:13:16.069Z] #16 [support-scheduler internal] load .dockerignore [2023-06-06T20:13:16.069Z] #16 transferring context: 56B done [2023-06-06T20:13:16.069Z] #16 DONE 0.0s [2023-06-06T20:13:16.345Z] [2023-06-06T20:13:16.345Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2023-06-06T20:13:16.345Z] #17 transferring context: 56B done [2023-06-06T20:13:16.345Z] #17 DONE 0.0s [2023-06-06T20:13:16.345Z] [2023-06-06T20:13:16.345Z] #18 [security-spire-agent internal] load .dockerignore [2023-06-06T20:13:16.345Z] #18 transferring context: 56B done [2023-06-06T20:13:16.345Z] #18 DONE 0.1s [2023-06-06T20:13:16.345Z] [2023-06-06T20:13:16.345Z] #19 [security-spire-server internal] load .dockerignore [2023-06-06T20:13:16.345Z] #19 transferring context: 56B 0.0s done [2023-06-06T20:13:16.345Z] #19 DONE 0.1s [2023-06-06T20:13:16.345Z] [2023-06-06T20:13:16.345Z] #20 [support-notifications internal] load .dockerignore [2023-06-06T20:13:16.345Z] #20 transferring context: 56B done [2023-06-06T20:13:16.345Z] #20 DONE 0.1s [2023-06-06T20:13:16.345Z] [2023-06-06T20:13:16.345Z] #21 [security-spire-config internal] load .dockerignore [2023-06-06T20:13:16.345Z] #21 transferring context: 56B done [2023-06-06T20:13:16.345Z] #21 DONE 0.1s [2023-06-06T20:13:16.345Z] [2023-06-06T20:13:16.345Z] #22 [security-proxy-setup internal] load .dockerignore [2023-06-06T20:13:16.345Z] #22 transferring context: 56B 0.0s done [2023-06-06T20:13:16.613Z] #22 DONE 0.0s [2023-06-06T20:13:16.613Z] [2023-06-06T20:13:16.613Z] #23 [security-bootstrapper internal] load .dockerignore [2023-06-06T20:13:16.613Z] #23 transferring context: 56B done [2023-06-06T20:13:16.613Z] #23 DONE 0.0s [2023-06-06T20:13:16.613Z] [2023-06-06T20:13:16.613Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2023-06-06T20:13:16.613Z] #24 transferring context: 56B done [2023-06-06T20:13:16.613Z] #24 DONE 0.1s [2023-06-06T20:13:16.613Z] [2023-06-06T20:13:16.613Z] #25 [core-metadata internal] load .dockerignore [2023-06-06T20:13:16.613Z] #25 transferring context: 56B done [2023-06-06T20:13:16.877Z] #25 DONE 0.1s [2023-06-06T20:13:16.877Z] [2023-06-06T20:13:16.877Z] #26 [security-proxy-auth internal] load .dockerignore [2023-06-06T20:13:16.877Z] #26 transferring context: 56B done [2023-06-06T20:13:16.877Z] #26 DONE 0.1s [2023-06-06T20:13:16.877Z] [2023-06-06T20:13:16.877Z] #27 [core-command internal] load .dockerignore [2023-06-06T20:13:16.877Z] #27 transferring context: 56B done [2023-06-06T20:13:16.877Z] #27 DONE 0.1s [2023-06-06T20:13:16.877Z] [2023-06-06T20:13:16.877Z] #28 [security-secretstore-setup internal] load .dockerignore [2023-06-06T20:13:16.877Z] #28 transferring context: 56B done [2023-06-06T20:13:16.877Z] #28 DONE 0.1s [2023-06-06T20:13:16.877Z] [2023-06-06T20:13:16.877Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:16.877Z] #29 DONE 0.0s [2023-06-06T20:13:16.877Z] [2023-06-06T20:13:16.877Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-06-06T20:13:17.459Z] #30 DONE 0.5s [2023-06-06T20:13:17.459Z] [2023-06-06T20:13:17.459Z] #31 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:17.459Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:17.459Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:17.459Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:17.459Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:17.459Z] #31 DONE 0.2s [2023-06-06T20:13:17.459Z] [2023-06-06T20:13:17.459Z] #32 [core-data internal] load build context [2023-06-06T20:13:17.726Z] #32 ... [2023-06-06T20:13:17.726Z] [2023-06-06T20:13:17.726Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:17.726Z] #29 DONE 0.0s [2023-06-06T20:13:17.726Z] [2023-06-06T20:13:17.726Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-06-06T20:13:17.726Z] #30 DONE 0.5s [2023-06-06T20:13:17.726Z] [2023-06-06T20:13:17.726Z] #32 [core-data internal] load build context [2023-06-06T20:13:17.726Z] #32 ... [2023-06-06T20:13:17.726Z] [2023-06-06T20:13:17.726Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:17.726Z] #29 DONE 0.0s [2023-06-06T20:13:17.726Z] [2023-06-06T20:13:17.726Z] #31 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:17.726Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:17.726Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:17.727Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:17.727Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:17.727Z] #31 DONE 0.3s [2023-06-06T20:13:17.727Z] [2023-06-06T20:13:17.727Z] #32 [core-data internal] load build context [2023-06-06T20:13:17.994Z] #32 ... [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:17.994Z] #29 DONE 0.0s [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #31 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:17.994Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:17.994Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:17.994Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:17.994Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:17.994Z] #31 DONE 0.3s [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #32 [core-data internal] load build context [2023-06-06T20:13:17.994Z] #32 ... [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:17.994Z] #29 DONE 0.1s [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:17.994Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:17.994Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:17.994Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:17.994Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:17.994Z] #31 DONE 0.4s [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #32 [core-data internal] load build context [2023-06-06T20:13:17.994Z] #32 ... [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-06-06T20:13:17.994Z] #30 DONE 0.5s [2023-06-06T20:13:17.994Z] [2023-06-06T20:13:17.994Z] #32 [core-data internal] load build context [2023-06-06T20:13:18.267Z] #32 ... [2023-06-06T20:13:18.267Z] [2023-06-06T20:13:18.267Z] #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:18.267Z] #29 DONE 0.1s [2023-06-06T20:13:18.267Z] [2023-06-06T20:13:18.267Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 [2023-06-06T20:13:18.267Z] #30 DONE 0.6s [2023-06-06T20:13:18.267Z] [2023-06-06T20:13:18.267Z] #31 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:18.267Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:18.267Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:18.267Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:18.267Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:18.267Z] #31 DONE 0.4s [2023-06-06T20:13:18.267Z] [2023-06-06T20:13:18.267Z] #32 [core-data internal] load build context [2023-06-06T20:13:18.267Z] #32 ... [2023-06-06T20:13:18.267Z] [2023-06-06T20:13:18.267Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:18.267Z] #29 DONE 0.1s [2023-06-06T20:13:18.267Z] [2023-06-06T20:13:18.267Z] #32 [core-data internal] load build context [2023-06-06T20:13:18.535Z] #32 ... [2023-06-06T20:13:18.535Z] [2023-06-06T20:13:18.535Z] #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:18.535Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:18.535Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:18.535Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:18.535Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:18.535Z] #31 DONE 0.4s [2023-06-06T20:13:18.535Z] [2023-06-06T20:13:18.535Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:18.535Z] #29 DONE 0.1s [2023-06-06T20:13:18.535Z] [2023-06-06T20:13:18.535Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-06-06T20:13:18.535Z] #30 DONE 0.8s [2023-06-06T20:13:18.535Z] [2023-06-06T20:13:18.535Z] #32 [core-data internal] load build context [2023-06-06T20:13:18.535Z] #32 ... [2023-06-06T20:13:18.535Z] [2023-06-06T20:13:18.535Z] #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:18.535Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:18.535Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:18.535Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:18.535Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:18.535Z] #31 DONE 0.4s [2023-06-06T20:13:18.535Z] [2023-06-06T20:13:18.535Z] #32 [core-data internal] load build context [2023-06-06T20:13:18.804Z] #32 ... [2023-06-06T20:13:18.804Z] [2023-06-06T20:13:18.804Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:18.804Z] #29 DONE 0.1s [2023-06-06T20:13:18.804Z] [2023-06-06T20:13:18.804Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:18.804Z] #29 DONE 0.1s [2023-06-06T20:13:18.804Z] [2023-06-06T20:13:18.804Z] #32 [core-data internal] load build context [2023-06-06T20:13:18.804Z] #32 ... [2023-06-06T20:13:18.804Z] [2023-06-06T20:13:18.804Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:18.804Z] #29 DONE 0.1s [2023-06-06T20:13:18.804Z] [2023-06-06T20:13:18.804Z] #32 [core-data internal] load build context [2023-06-06T20:13:19.078Z] #32 ... [2023-06-06T20:13:19.078Z] [2023-06-06T20:13:19.078Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-06-06T20:13:19.078Z] #29 DONE 0.1s [2023-06-06T20:13:19.078Z] [2023-06-06T20:13:19.078Z] #32 [core-data internal] load build context [2023-06-06T20:13:19.346Z] #32 ... [2023-06-06T20:13:19.346Z] [2023-06-06T20:13:19.346Z] #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:19.346Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:19.346Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:19.346Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:19.346Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:19.346Z] #31 DONE 0.5s [2023-06-06T20:13:19.346Z] [2023-06-06T20:13:19.346Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 [2023-06-06T20:13:19.346Z] #30 DONE 1.6s [2023-06-06T20:13:19.346Z] [2023-06-06T20:13:19.346Z] #32 [core-data internal] load build context [2023-06-06T20:13:19.612Z] #32 ... [2023-06-06T20:13:19.612Z] [2023-06-06T20:13:19.612Z] #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-06-06T20:13:19.612Z] #31 resolve docker.io/library/alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 0.0s done [2023-06-06T20:13:19.612Z] #31 sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 1.64kB / 1.64kB done [2023-06-06T20:13:19.612Z] #31 sha256:b5a5b7ce4eabc8414bf367761a28f4e8b16952ce5de537c15ed917b71b245f11 528B / 528B done [2023-06-06T20:13:19.612Z] #31 sha256:51e60588ff2cd9f45792b23de89bfface0a7fbd711d17c5f5ce900a4f6b16260 1.49kB / 1.49kB done [2023-06-06T20:13:19.612Z] #31 DONE 0.5s [2023-06-06T20:13:19.612Z] [2023-06-06T20:13:19.612Z] #32 [core-data internal] load build context [2023-06-06T20:13:19.877Z] #32 ... [2023-06-06T20:13:19.877Z] [2023-06-06T20:13:19.877Z] #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-06-06T20:13:19.877Z] #33 DONE 3.2s [2023-06-06T20:13:19.877Z] [2023-06-06T20:13:19.877Z] #32 [core-data internal] load build context [2023-06-06T20:13:21.288Z] #32 transferring context: 27.49MB 3.8s [2023-06-06T20:13:23.227Z] #32 ... [2023-06-06T20:13:23.227Z] [2023-06-06T20:13:23.227Z] #34 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-06-06T20:13:23.227Z] #34 DONE 2.7s [2023-06-06T20:13:23.227Z] [2023-06-06T20:13:23.227Z] #32 [core-data internal] load build context [2023-06-06T20:13:26.584Z] #32 transferring context: 37.56MB 9.0s [2023-06-06T20:13:27.556Z] #32 ... [2023-06-06T20:13:27.556Z] [2023-06-06T20:13:27.556Z] #35 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-06-06T20:13:27.556Z] #0 4.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:27.556Z] #0 5.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:27.556Z] #0 8.912 (1/1) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:27.556Z] #0 8.912 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:27.556Z] #0 8.912 OK: 8 MiB in 16 packages [2023-06-06T20:13:27.821Z] #35 ... [2023-06-06T20:13:27.821Z] [2023-06-06T20:13:27.821Z] #36 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-06-06T20:13:27.821Z] #0 5.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:27.821Z] #0 6.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:27.821Z] #36 10.09 (1/1) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:27.821Z] #36 10.09 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:27.821Z] #36 ... [2023-06-06T20:13:27.821Z] [2023-06-06T20:13:27.821Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:27.821Z] #37 ... [2023-06-06T20:13:27.821Z] [2023-06-06T20:13:27.821Z] #38 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-06-06T20:13:27.821Z] #0 6.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:27.821Z] #0 8.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:28.088Z] #38 ... [2023-06-06T20:13:28.088Z] [2023-06-06T20:13:28.088Z] #39 [support-scheduler internal] load build context [2023-06-06T20:13:28.088Z] #39 ... [2023-06-06T20:13:28.088Z] [2023-06-06T20:13:28.088Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:28.354Z] #40 ... [2023-06-06T20:13:28.354Z] [2023-06-06T20:13:28.354Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:13:28.354Z] #41 ... [2023-06-06T20:13:28.354Z] [2023-06-06T20:13:28.354Z] #42 [support-notifications internal] load build context [2023-06-06T20:13:28.354Z] #42 ... [2023-06-06T20:13:28.354Z] [2023-06-06T20:13:28.354Z] #43 [security-spire-config internal] load build context [2023-06-06T20:13:28.619Z] #43 ... [2023-06-06T20:13:28.619Z] [2023-06-06T20:13:28.619Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:13:28.619Z] #44 ... [2023-06-06T20:13:28.619Z] [2023-06-06T20:13:28.619Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:28.886Z] #45 ... [2023-06-06T20:13:28.886Z] [2023-06-06T20:13:28.886Z] #35 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-06-06T20:13:28.886Z] #35 DONE 11.2s [2023-06-06T20:13:28.886Z] [2023-06-06T20:13:28.886Z] #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-06T20:13:28.886Z] #0 5.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:28.886Z] #0 7.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:28.886Z] #46 ... [2023-06-06T20:13:28.886Z] [2023-06-06T20:13:28.886Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-06-06T20:13:28.886Z] #0 7.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:29.151Z] #47 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:29.151Z] #47 ... [2023-06-06T20:13:29.151Z] [2023-06-06T20:13:29.151Z] #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-06-06T20:13:29.151Z] #48 ... [2023-06-06T20:13:29.151Z] [2023-06-06T20:13:29.151Z] #49 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-06-06T20:13:29.151Z] #49 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:29.151Z] #49 ... [2023-06-06T20:13:29.151Z] [2023-06-06T20:13:29.151Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:29.416Z] #45 ... [2023-06-06T20:13:29.416Z] [2023-06-06T20:13:29.416Z] #50 [core-command internal] load build context [2023-06-06T20:13:29.684Z] #50 ... [2023-06-06T20:13:29.684Z] [2023-06-06T20:13:29.684Z] #51 [core-metadata internal] load build context [2023-06-06T20:13:29.684Z] #51 ... [2023-06-06T20:13:29.684Z] [2023-06-06T20:13:29.684Z] #36 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-06-06T20:13:29.684Z] #36 10.18 OK: 8 MiB in 16 packages [2023-06-06T20:13:29.684Z] #36 DONE 12.1s [2023-06-06T20:13:29.684Z] [2023-06-06T20:13:29.684Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:13:29.948Z] #52 ... [2023-06-06T20:13:29.948Z] [2023-06-06T20:13:29.948Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:13:29.948Z] #53 ... [2023-06-06T20:13:29.948Z] [2023-06-06T20:13:29.948Z] #54 [security-proxy-auth internal] load build context [2023-06-06T20:13:30.214Z] #54 ... [2023-06-06T20:13:30.214Z] [2023-06-06T20:13:30.214Z] #50 [core-command internal] load build context [2023-06-06T20:13:30.794Z] #50 ... [2023-06-06T20:13:30.794Z] [2023-06-06T20:13:30.794Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-06-06T20:13:31.063Z] #55 ... [2023-06-06T20:13:31.063Z] [2023-06-06T20:13:31.063Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-06-06T20:13:31.063Z] #56 ... [2023-06-06T20:13:31.063Z] [2023-06-06T20:13:31.063Z] #54 [security-proxy-auth internal] load build context [2023-06-06T20:13:32.481Z] #54 transferring context: 9.91MB 12.3s [2023-06-06T20:13:33.120Z] #54 ... [2023-06-06T20:13:33.120Z] [2023-06-06T20:13:33.120Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-06-06T20:13:33.120Z] #57 ... [2023-06-06T20:13:33.120Z] [2023-06-06T20:13:33.120Z] #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-06-06T20:13:33.120Z] #46 11.68 (1/2) Installing ca-certificates (20230506-r0) [2023-06-06T20:13:33.120Z] #46 11.90 (2/2) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:33.120Z] #46 11.90 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:33.120Z] #46 12.06 Executing ca-certificates-20230506-r0.trigger [2023-06-06T20:13:33.120Z] #46 13.38 OK: 8 MiB in 17 packages [2023-06-06T20:13:33.120Z] #46 DONE 14.8s [2023-06-06T20:13:33.120Z] [2023-06-06T20:13:33.120Z] #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:13:33.120Z] #58 ... [2023-06-06T20:13:33.120Z] [2023-06-06T20:13:33.120Z] #59 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:13:33.386Z] #59 ... [2023-06-06T20:13:33.386Z] [2023-06-06T20:13:33.386Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-06-06T20:13:33.386Z] #0 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:33.386Z] #60 ... [2023-06-06T20:13:33.386Z] [2023-06-06T20:13:33.386Z] #61 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-06-06T20:13:33.651Z] #61 ... [2023-06-06T20:13:33.651Z] [2023-06-06T20:13:33.651Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-06-06T20:13:33.651Z] #56 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:37.893Z] #56 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:37.893Z] #56 ... [2023-06-06T20:13:37.893Z] [2023-06-06T20:13:37.893Z] #32 [core-data internal] load build context [2023-06-06T20:13:37.893Z] #32 transferring context: 60.09MB 20.2s [2023-06-06T20:13:37.893Z] #32 ... [2023-06-06T20:13:37.893Z] [2023-06-06T20:13:37.893Z] #50 [core-command internal] load build context [2023-06-06T20:13:37.893Z] #50 ... [2023-06-06T20:13:37.893Z] [2023-06-06T20:13:37.893Z] #32 [core-data internal] load build context [2023-06-06T20:13:38.159Z] #32 ... [2023-06-06T20:13:38.159Z] [2023-06-06T20:13:38.160Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:38.160Z] #37 ... [2023-06-06T20:13:38.160Z] [2023-06-06T20:13:38.160Z] #39 [support-scheduler internal] load build context [2023-06-06T20:13:38.425Z] #39 ... [2023-06-06T20:13:38.425Z] [2023-06-06T20:13:38.425Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:38.425Z] #40 ... [2023-06-06T20:13:38.425Z] [2023-06-06T20:13:38.425Z] #39 [support-scheduler internal] load build context [2023-06-06T20:13:38.425Z] #39 ... [2023-06-06T20:13:38.425Z] [2023-06-06T20:13:38.425Z] #49 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-06-06T20:13:38.426Z] #49 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:38.426Z] #49 17.24 (1/2) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:38.426Z] #49 17.31 (2/2) Installing openssl (3.0.8-r4) [2023-06-06T20:13:38.426Z] #49 17.57 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:38.426Z] #49 17.90 OK: 8 MiB in 17 packages [2023-06-06T20:13:38.426Z] #49 DONE 19.7s [2023-06-06T20:13:38.426Z] [2023-06-06T20:13:38.426Z] #42 [support-notifications internal] load build context [2023-06-06T20:13:38.695Z] #42 ... [2023-06-06T20:13:38.695Z] [2023-06-06T20:13:38.695Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:13:38.695Z] #41 ... [2023-06-06T20:13:38.695Z] [2023-06-06T20:13:38.695Z] #43 [security-spire-config internal] load build context [2023-06-06T20:13:38.960Z] #43 ... [2023-06-06T20:13:38.960Z] [2023-06-06T20:13:38.960Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:13:38.960Z] #44 ... [2023-06-06T20:13:38.960Z] [2023-06-06T20:13:38.960Z] #43 [security-spire-config internal] load build context [2023-06-06T20:13:39.544Z] #43 ... [2023-06-06T20:13:39.544Z] [2023-06-06T20:13:39.544Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:39.808Z] #45 ... [2023-06-06T20:13:39.808Z] [2023-06-06T20:13:39.808Z] #62 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-06-06T20:13:39.808Z] #62 DONE 1.1s [2023-06-06T20:13:39.808Z] [2023-06-06T20:13:39.808Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:39.808Z] #45 ... [2023-06-06T20:13:39.808Z] [2023-06-06T20:13:39.808Z] #43 [security-spire-config internal] load build context [2023-06-06T20:13:40.074Z] #43 ... [2023-06-06T20:13:40.074Z] [2023-06-06T20:13:40.074Z] #51 [core-metadata internal] load build context [2023-06-06T20:13:40.074Z] #51 ... [2023-06-06T20:13:40.074Z] [2023-06-06T20:13:40.074Z] #43 [security-spire-config internal] load build context [2023-06-06T20:13:40.341Z] #43 ... [2023-06-06T20:13:40.341Z] [2023-06-06T20:13:40.341Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:13:40.341Z] #52 ... [2023-06-06T20:13:40.341Z] [2023-06-06T20:13:40.341Z] #38 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-06-06T20:13:40.341Z] #38 12.29 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:13:40.341Z] #38 12.29 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:13:40.341Z] #38 12.29 OK: 17694 distinct packages available [2023-06-06T20:13:40.341Z] #38 12.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:40.341Z] #38 14.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:40.341Z] #38 22.27 (1/5) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:40.341Z] #38 22.30 (2/5) Installing musl-obstack (1.2.3-r0) [2023-06-06T20:13:40.341Z] #38 22.32 (3/5) Installing libucontext (1.2-r0) [2023-06-06T20:13:40.341Z] #38 22.33 (4/5) Installing gcompat (1.1.0-r0) [2023-06-06T20:13:40.341Z] #38 22.36 (5/5) Installing openssl (3.0.8-r4) [2023-06-06T20:13:40.341Z] #38 22.47 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:40.606Z] #38 ... [2023-06-06T20:13:40.606Z] [2023-06-06T20:13:40.606Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:13:40.606Z] #53 ... [2023-06-06T20:13:40.606Z] [2023-06-06T20:13:40.606Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:13:41.187Z] #52 ... [2023-06-06T20:13:41.187Z] [2023-06-06T20:13:41.187Z] #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-06-06T20:13:41.187Z] #48 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:41.187Z] #48 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:41.187Z] #48 21.84 (1/2) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:41.187Z] #48 21.84 (2/2) Installing su-exec (0.2-r2) [2023-06-06T20:13:41.187Z] #48 21.93 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:41.187Z] #48 21.99 OK: 8 MiB in 17 packages [2023-06-06T20:13:41.187Z] #48 ... [2023-06-06T20:13:41.187Z] [2023-06-06T20:13:41.187Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:13:43.132Z] #52 ... [2023-06-06T20:13:43.132Z] [2023-06-06T20:13:43.132Z] #38 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-06-06T20:13:43.132Z] #38 22.87 OK: 9 MiB in 20 packages [2023-06-06T20:13:43.132Z] #38 DONE 25.1s [2023-06-06T20:13:43.132Z] [2023-06-06T20:13:43.132Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:13:43.132Z] #52 ... [2023-06-06T20:13:43.132Z] [2023-06-06T20:13:43.132Z] #54 [security-proxy-auth internal] load build context [2023-06-06T20:13:43.399Z] #54 ... [2023-06-06T20:13:43.399Z] [2023-06-06T20:13:43.399Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-06-06T20:13:43.399Z] #55 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:43.399Z] #55 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:43.399Z] #55 ... [2023-06-06T20:13:43.399Z] [2023-06-06T20:13:43.399Z] #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-06-06T20:13:43.399Z] #48 DONE 24.5s [2023-06-06T20:13:43.399Z] [2023-06-06T20:13:43.399Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-06-06T20:13:43.399Z] #47 14.65 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:13:43.399Z] #47 14.65 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:13:43.399Z] #47 14.65 OK: 17694 distinct packages available [2023-06-06T20:13:43.399Z] #47 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:43.399Z] #47 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:43.399Z] #47 ... [2023-06-06T20:13:43.399Z] [2023-06-06T20:13:43.399Z] #59 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:13:43.399Z] #59 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:43.399Z] #59 13.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:43.666Z] #59 ... [2023-06-06T20:13:43.666Z] [2023-06-06T20:13:43.666Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:43.666Z] #37 transferring context: 56.06MB 25.4s [2023-06-06T20:13:43.666Z] #37 ... [2023-06-06T20:13:43.666Z] [2023-06-06T20:13:43.666Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:13:45.068Z] #52 ... [2023-06-06T20:13:45.068Z] [2023-06-06T20:13:45.068Z] #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:13:45.068Z] #58 11.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:45.068Z] #58 15.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:45.068Z] #58 ... [2023-06-06T20:13:45.068Z] [2023-06-06T20:13:45.068Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:45.068Z] #37 ... [2023-06-06T20:13:45.068Z] [2023-06-06T20:13:45.068Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-06-06T20:13:45.068Z] #57 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:45.068Z] #57 16.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:45.333Z] #57 ... [2023-06-06T20:13:45.333Z] [2023-06-06T20:13:45.333Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:45.333Z] #37 ... [2023-06-06T20:13:45.333Z] [2023-06-06T20:13:45.333Z] #61 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-06-06T20:13:45.333Z] #61 12.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:45.333Z] #61 16.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:45.598Z] #61 ... [2023-06-06T20:13:45.598Z] [2023-06-06T20:13:45.598Z] #43 [security-spire-config internal] load build context [2023-06-06T20:13:45.598Z] #43 ... [2023-06-06T20:13:45.598Z] [2023-06-06T20:13:45.598Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:45.864Z] #37 ... [2023-06-06T20:13:45.864Z] [2023-06-06T20:13:45.864Z] #59 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:13:45.864Z] #59 21.40 OK: 263 MiB in 53 packages [2023-06-06T20:13:45.864Z] #59 DONE 23.6s [2023-06-06T20:13:45.864Z] [2023-06-06T20:13:45.864Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:46.844Z] #37 ... [2023-06-06T20:13:46.844Z] [2023-06-06T20:13:46.844Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-06-06T20:13:46.844Z] #47 25.53 (1/4) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:46.844Z] #47 25.63 (2/4) Installing musl-obstack (1.2.3-r0) [2023-06-06T20:13:46.844Z] #47 25.67 (3/4) Installing libucontext (1.2-r0) [2023-06-06T20:13:46.844Z] #47 25.67 (4/4) Installing gcompat (1.1.0-r0) [2023-06-06T20:13:46.844Z] #47 25.77 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:46.844Z] #47 25.90 OK: 8 MiB in 19 packages [2023-06-06T20:13:46.844Z] #47 DONE 27.9s [2023-06-06T20:13:46.844Z] [2023-06-06T20:13:46.844Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:46.844Z] #40 ... [2023-06-06T20:13:46.844Z] [2023-06-06T20:13:46.844Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-06-06T20:13:46.844Z] #60 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:46.844Z] #60 21.01 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:13:46.844Z] #60 21.01 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:13:46.844Z] #60 21.01 OK: 17699 distinct packages available [2023-06-06T20:13:46.844Z] #60 22.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:46.844Z] #60 ... [2023-06-06T20:13:46.844Z] [2023-06-06T20:13:46.844Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:47.435Z] #40 ... [2023-06-06T20:13:47.435Z] [2023-06-06T20:13:47.435Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-06-06T20:13:47.435Z] #57 22.83 OK: 263 MiB in 53 packages [2023-06-06T20:13:47.435Z] #57 DONE 24.3s [2023-06-06T20:13:47.435Z] [2023-06-06T20:13:47.435Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:47.701Z] #40 ... [2023-06-06T20:13:47.701Z] [2023-06-06T20:13:47.701Z] #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-06-06T20:13:47.701Z] #58 22.82 OK: 263 MiB in 53 packages [2023-06-06T20:13:47.701Z] #58 DONE 24.8s [2023-06-06T20:13:47.701Z] [2023-06-06T20:13:47.701Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:47.965Z] #40 ... [2023-06-06T20:13:47.965Z] [2023-06-06T20:13:47.966Z] #50 [core-command internal] load build context [2023-06-06T20:13:48.231Z] #50 ... [2023-06-06T20:13:48.231Z] [2023-06-06T20:13:48.232Z] #61 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-06-06T20:13:48.232Z] #61 22.84 OK: 263 MiB in 53 packages [2023-06-06T20:13:48.232Z] #61 DONE 25.1s [2023-06-06T20:13:48.232Z] [2023-06-06T20:13:48.232Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:48.232Z] #40 ... [2023-06-06T20:13:48.232Z] [2023-06-06T20:13:48.232Z] #32 [core-data internal] load build context [2023-06-06T20:13:48.232Z] #32 transferring context: 84.52MB 30.8s [2023-06-06T20:13:48.232Z] #32 ... [2023-06-06T20:13:48.232Z] [2023-06-06T20:13:48.232Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-06-06T20:13:48.232Z] #55 23.11 (1/3) Installing ca-certificates (20230506-r0) [2023-06-06T20:13:48.232Z] #55 23.85 (2/3) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:48.232Z] #55 23.93 (3/3) Installing su-exec (0.2-r2) [2023-06-06T20:13:48.232Z] #55 23.93 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:48.232Z] #55 24.13 Executing ca-certificates-20230506-r0.trigger [2023-06-06T20:13:48.232Z] #55 26.22 OK: 8 MiB in 18 packages [2023-06-06T20:13:48.232Z] #55 DONE 27.6s [2023-06-06T20:13:48.232Z] [2023-06-06T20:13:48.232Z] #50 [core-command internal] load build context [2023-06-06T20:13:48.811Z] #50 ... [2023-06-06T20:13:48.811Z] [2023-06-06T20:13:48.811Z] #39 [support-scheduler internal] load build context [2023-06-06T20:13:48.811Z] #39 ... [2023-06-06T20:13:48.811Z] [2023-06-06T20:13:48.811Z] #50 [core-command internal] load build context [2023-06-06T20:13:48.811Z] #50 ... [2023-06-06T20:13:48.811Z] [2023-06-06T20:13:48.811Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:13:49.076Z] #41 ... [2023-06-06T20:13:49.076Z] [2023-06-06T20:13:49.076Z] #42 [support-notifications internal] load build context [2023-06-06T20:13:49.076Z] #42 ... [2023-06-06T20:13:49.076Z] [2023-06-06T20:13:49.076Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:13:49.343Z] #44 ... [2023-06-06T20:13:49.343Z] [2023-06-06T20:13:49.343Z] #42 [support-notifications internal] load build context [2023-06-06T20:13:49.932Z] #42 ... [2023-06-06T20:13:49.932Z] [2023-06-06T20:13:49.932Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-06-06T20:13:49.932Z] #60 24.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:49.932Z] #60 26.05 OK: 263 MiB in 53 packages [2023-06-06T20:13:49.932Z] #60 DONE 26.8s [2023-06-06T20:13:49.932Z] [2023-06-06T20:13:49.932Z] #42 [support-notifications internal] load build context [2023-06-06T20:13:49.932Z] #42 ... [2023-06-06T20:13:49.932Z] [2023-06-06T20:13:49.932Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:49.932Z] #45 ... [2023-06-06T20:13:49.932Z] [2023-06-06T20:13:49.932Z] #42 [support-notifications internal] load build context [2023-06-06T20:13:50.198Z] #42 ... [2023-06-06T20:13:50.198Z] [2023-06-06T20:13:50.198Z] #51 [core-metadata internal] load build context [2023-06-06T20:13:50.198Z] #51 ... [2023-06-06T20:13:50.198Z] [2023-06-06T20:13:50.198Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-06-06T20:13:50.198Z] #63 DONE 6.8s [2023-06-06T20:13:50.198Z] [2023-06-06T20:13:50.198Z] #51 [core-metadata internal] load build context [2023-06-06T20:13:50.198Z] #51 ... [2023-06-06T20:13:50.198Z] [2023-06-06T20:13:50.198Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-06-06T20:13:50.782Z] #64 ... [2023-06-06T20:13:50.782Z] [2023-06-06T20:13:50.782Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:13:50.782Z] #53 ... [2023-06-06T20:13:50.782Z] [2023-06-06T20:13:50.782Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:50.782Z] #45 ... [2023-06-06T20:13:50.782Z] [2023-06-06T20:13:50.782Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-06-06T20:13:50.782Z] #56 23.49 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-06-06T20:13:50.782Z] #56 23.49 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-06-06T20:13:50.782Z] #56 23.49 OK: 17694 distinct packages available [2023-06-06T20:13:50.782Z] #56 24.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:50.782Z] #56 26.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-06-06T20:13:50.782Z] #56 28.01 (1/9) Installing ca-certificates (20230506-r0) [2023-06-06T20:13:50.782Z] #56 28.25 (2/9) Installing brotli-libs (1.0.9-r9) [2023-06-06T20:13:50.782Z] #56 28.28 (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-06-06T20:13:50.782Z] #56 28.33 (4/9) Installing libcurl (8.1.1-r1) [2023-06-06T20:13:50.782Z] #56 28.34 (5/9) Installing curl (8.1.1-r1) [2023-06-06T20:13:50.782Z] #56 28.38 (6/9) Installing dumb-init (1.2.5-r2) [2023-06-06T20:13:50.782Z] #56 28.39 (7/9) Installing musl-obstack (1.2.3-r0) [2023-06-06T20:13:50.782Z] #56 28.48 (8/9) Installing libucontext (1.2-r0) [2023-06-06T20:13:50.782Z] #56 28.52 (9/9) Installing gcompat (1.1.0-r0) [2023-06-06T20:13:50.782Z] #56 28.58 Executing busybox-1.35.0-r29.trigger [2023-06-06T20:13:50.782Z] #56 28.69 Executing ca-certificates-20230506-r0.trigger [2023-06-06T20:13:50.782Z] #56 29.14 OK: 11 MiB in 24 packages [2023-06-06T20:13:50.782Z] #56 DONE 29.9s [2023-06-06T20:13:50.782Z] [2023-06-06T20:13:50.782Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:51.363Z] #45 ... [2023-06-06T20:13:51.363Z] [2023-06-06T20:13:51.363Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-06-06T20:13:51.363Z] #64 DONE 1.1s [2023-06-06T20:13:51.363Z] [2023-06-06T20:13:51.364Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:53.306Z] #45 ... [2023-06-06T20:13:53.306Z] [2023-06-06T20:13:53.306Z] #54 [security-proxy-auth internal] load build context [2023-06-06T20:13:53.571Z] #54 ... [2023-06-06T20:13:53.571Z] [2023-06-06T20:13:53.571Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:54.149Z] #45 transferring context: 60.98MB 34.2s [2023-06-06T20:13:55.108Z] #45 ... [2023-06-06T20:13:55.108Z] [2023-06-06T20:13:55.108Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:13:55.373Z] #52 ... [2023-06-06T20:13:55.373Z] [2023-06-06T20:13:55.373Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:55.950Z] #45 ... [2023-06-06T20:13:55.950Z] [2023-06-06T20:13:55.950Z] #43 [security-spire-config internal] load build context [2023-06-06T20:13:55.950Z] #43 ... [2023-06-06T20:13:55.950Z] [2023-06-06T20:13:55.950Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:57.351Z] #45 ... [2023-06-06T20:13:57.351Z] [2023-06-06T20:13:57.351Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:13:57.351Z] #37 ... [2023-06-06T20:13:57.351Z] [2023-06-06T20:13:57.351Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:58.313Z] #45 ... [2023-06-06T20:13:58.313Z] [2023-06-06T20:13:58.313Z] #40 [security-spire-server internal] load build context [2023-06-06T20:13:58.313Z] #40 ... [2023-06-06T20:13:58.313Z] [2023-06-06T20:13:58.313Z] #32 [core-data internal] load build context [2023-06-06T20:13:58.313Z] #32 transferring context: 133.66MB 40.9s [2023-06-06T20:13:58.580Z] #32 ... [2023-06-06T20:13:58.580Z] [2023-06-06T20:13:58.580Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:13:58.847Z] #45 ... [2023-06-06T20:13:58.847Z] [2023-06-06T20:13:58.847Z] #39 [support-scheduler internal] load build context [2023-06-06T20:13:58.847Z] #39 ... [2023-06-06T20:13:58.847Z] [2023-06-06T20:13:58.847Z] #32 [core-data internal] load build context [2023-06-06T20:13:59.113Z] #32 ... [2023-06-06T20:13:59.113Z] [2023-06-06T20:13:59.113Z] #50 [core-command internal] load build context [2023-06-06T20:13:59.113Z] #50 ... [2023-06-06T20:13:59.113Z] [2023-06-06T20:13:59.113Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:13:59.378Z] #41 ... [2023-06-06T20:13:59.378Z] [2023-06-06T20:13:59.378Z] #50 [core-command internal] load build context [2023-06-06T20:13:59.378Z] #50 ... [2023-06-06T20:13:59.378Z] [2023-06-06T20:13:59.378Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:13:59.645Z] #44 ... [2023-06-06T20:13:59.645Z] [2023-06-06T20:13:59.645Z] #50 [core-command internal] load build context [2023-06-06T20:14:00.236Z] #50 ... [2023-06-06T20:14:00.236Z] [2023-06-06T20:14:00.236Z] #42 [support-notifications internal] load build context [2023-06-06T20:14:00.501Z] #42 ... [2023-06-06T20:14:00.501Z] [2023-06-06T20:14:00.501Z] #51 [core-metadata internal] load build context [2023-06-06T20:14:00.501Z] #51 ... [2023-06-06T20:14:00.501Z] [2023-06-06T20:14:00.501Z] #50 [core-command internal] load build context [2023-06-06T20:14:00.766Z] #50 ... [2023-06-06T20:14:00.766Z] [2023-06-06T20:14:00.766Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:14:01.029Z] #53 ... [2023-06-06T20:14:01.029Z] [2023-06-06T20:14:01.029Z] #50 [core-command internal] load build context [2023-06-06T20:14:03.599Z] #50 ... [2023-06-06T20:14:03.599Z] [2023-06-06T20:14:03.599Z] #54 [security-proxy-auth internal] load build context [2023-06-06T20:14:03.865Z] #54 ... [2023-06-06T20:14:03.865Z] [2023-06-06T20:14:03.865Z] #50 [core-command internal] load build context [2023-06-06T20:14:04.128Z] #50 transferring context: 104.31MB 43.7s [2023-06-06T20:14:05.529Z] #50 ... [2023-06-06T20:14:05.529Z] [2023-06-06T20:14:05.529Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:14:05.529Z] #52 ... [2023-06-06T20:14:05.529Z] [2023-06-06T20:14:05.529Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:14:06.111Z] #53 ... [2023-06-06T20:14:06.111Z] [2023-06-06T20:14:06.111Z] #43 [security-spire-config internal] load build context [2023-06-06T20:14:06.111Z] #43 ... [2023-06-06T20:14:06.111Z] [2023-06-06T20:14:06.111Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:14:06.377Z] #53 ... [2023-06-06T20:14:06.377Z] [2023-06-06T20:14:06.377Z] #32 [core-data internal] load build context [2023-06-06T20:14:06.377Z] #32 transferring context: 175.25MB 48.7s done [2023-06-06T20:14:06.377Z] #32 DONE 48.8s [2023-06-06T20:14:06.377Z] [2023-06-06T20:14:06.377Z] #65 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:14:07.331Z] #65 ... [2023-06-06T20:14:07.331Z] [2023-06-06T20:14:07.331Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:14:07.601Z] #37 ... [2023-06-06T20:14:07.601Z] [2023-06-06T20:14:07.601Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:14:08.559Z] #53 ... [2023-06-06T20:14:08.559Z] [2023-06-06T20:14:08.559Z] #40 [security-spire-server internal] load build context [2023-06-06T20:14:08.559Z] #40 ... [2023-06-06T20:14:08.559Z] [2023-06-06T20:14:08.559Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:14:09.139Z] #53 ... [2023-06-06T20:14:09.139Z] [2023-06-06T20:14:09.139Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:14:09.139Z] #45 ... [2023-06-06T20:14:09.139Z] [2023-06-06T20:14:09.139Z] #65 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:14:09.139Z] #65 DONE 2.7s [2023-06-06T20:14:09.139Z] [2023-06-06T20:14:09.139Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:14:09.139Z] #45 ... [2023-06-06T20:14:09.139Z] [2023-06-06T20:14:09.139Z] #39 [support-scheduler internal] load build context [2023-06-06T20:14:09.139Z] #39 ... [2023-06-06T20:14:09.139Z] [2023-06-06T20:14:09.139Z] #37 [core-common-config-bootstrapper internal] load build context [2023-06-06T20:14:09.139Z] #37 transferring context: 175.25MB 51.0s done [2023-06-06T20:14:09.139Z] #37 DONE 51.4s [2023-06-06T20:14:09.139Z] [2023-06-06T20:14:09.139Z] #39 [support-scheduler internal] load build context [2023-06-06T20:14:09.139Z] #39 ... [2023-06-06T20:14:09.139Z] [2023-06-06T20:14:09.139Z] #50 [core-command internal] load build context [2023-06-06T20:14:09.407Z] #50 ... [2023-06-06T20:14:09.407Z] [2023-06-06T20:14:09.407Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:09.672Z] #41 ... [2023-06-06T20:14:09.672Z] [2023-06-06T20:14:09.672Z] #50 [core-command internal] load build context [2023-06-06T20:14:09.672Z] #50 ... [2023-06-06T20:14:09.672Z] [2023-06-06T20:14:09.672Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:14:09.672Z] #44 ... [2023-06-06T20:14:09.672Z] [2023-06-06T20:14:09.672Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:10.636Z] #41 ... [2023-06-06T20:14:10.636Z] [2023-06-06T20:14:10.636Z] #51 [core-metadata internal] load build context [2023-06-06T20:14:10.636Z] #51 ... [2023-06-06T20:14:10.636Z] [2023-06-06T20:14:10.636Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:10.904Z] #41 ... [2023-06-06T20:14:10.904Z] [2023-06-06T20:14:10.904Z] #42 [support-notifications internal] load build context [2023-06-06T20:14:10.904Z] #42 ... [2023-06-06T20:14:10.904Z] [2023-06-06T20:14:10.904Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:11.172Z] #41 ... [2023-06-06T20:14:11.172Z] [2023-06-06T20:14:11.172Z] #39 [support-scheduler internal] load build context [2023-06-06T20:14:11.172Z] #39 transferring context: 175.25MB 53.2s done [2023-06-06T20:14:11.172Z] #39 DONE 53.5s [2023-06-06T20:14:11.172Z] [2023-06-06T20:14:11.172Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:11.763Z] #41 ... [2023-06-06T20:14:11.763Z] [2023-06-06T20:14:11.763Z] #43 [security-spire-config internal] load build context [2023-06-06T20:14:11.763Z] #43 transferring context: 175.25MB 52.6s done [2023-06-06T20:14:11.763Z] #43 DONE 53.3s [2023-06-06T20:14:11.763Z] [2023-06-06T20:14:11.763Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:13.174Z] #41 ... [2023-06-06T20:14:13.174Z] [2023-06-06T20:14:13.174Z] #66 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-06-06T20:14:13.174Z] #66 DONE 0.9s [2023-06-06T20:14:13.174Z] [2023-06-06T20:14:13.174Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:13.440Z] #41 ... [2023-06-06T20:14:13.440Z] [2023-06-06T20:14:13.440Z] #45 [security-bootstrapper internal] load build context [2023-06-06T20:14:13.440Z] #45 transferring context: 175.25MB 53.6s done [2023-06-06T20:14:13.440Z] #45 DONE 54.9s [2023-06-06T20:14:13.440Z] [2023-06-06T20:14:13.440Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:13.707Z] #41 ... [2023-06-06T20:14:13.707Z] [2023-06-06T20:14:13.707Z] #54 [security-proxy-auth internal] load build context [2023-06-06T20:14:13.999Z] #54 ... [2023-06-06T20:14:13.999Z] [2023-06-06T20:14:13.999Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:14.267Z] #41 ... [2023-06-06T20:14:14.267Z] [2023-06-06T20:14:14.267Z] #54 [security-proxy-auth internal] load build context [2023-06-06T20:14:14.267Z] #54 transferring context: 175.25MB 53.9s done [2023-06-06T20:14:14.267Z] #54 DONE 54.6s [2023-06-06T20:14:14.267Z] [2023-06-06T20:14:14.267Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:14.536Z] #41 ... [2023-06-06T20:14:14.536Z] [2023-06-06T20:14:14.536Z] #67 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:14:14.536Z] #67 DONE 1.1s [2023-06-06T20:14:14.536Z] [2023-06-06T20:14:14.536Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:15.495Z] #41 ... [2023-06-06T20:14:15.495Z] [2023-06-06T20:14:15.495Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:14:15.761Z] #52 ... [2023-06-06T20:14:15.761Z] [2023-06-06T20:14:15.761Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:14:15.761Z] #44 ... [2023-06-06T20:14:15.761Z] [2023-06-06T20:14:15.761Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:16.026Z] #41 ... [2023-06-06T20:14:16.026Z] [2023-06-06T20:14:16.026Z] #53 [security-secretstore-setup internal] load build context [2023-06-06T20:14:16.026Z] #53 transferring context: 175.25MB 55.2s done [2023-06-06T20:14:16.026Z] #53 DONE 56.4s [2023-06-06T20:14:16.026Z] [2023-06-06T20:14:16.026Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:16.983Z] #41 ... [2023-06-06T20:14:16.983Z] [2023-06-06T20:14:16.983Z] #40 [security-spire-server internal] load build context [2023-06-06T20:14:16.983Z] #40 transferring context: 175.25MB 58.4s done [2023-06-06T20:14:16.983Z] #40 DONE 58.9s [2023-06-06T20:14:16.983Z] [2023-06-06T20:14:16.983Z] #41 [security-spire-agent internal] load build context [2023-06-06T20:14:17.248Z] #41 transferring context: 175.25MB 59.2s done [2023-06-06T20:14:17.515Z] #41 DONE 59.5s [2023-06-06T20:14:17.515Z] [2023-06-06T20:14:17.515Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:14:18.096Z] #52 ... [2023-06-06T20:14:18.096Z] [2023-06-06T20:14:18.096Z] #50 [core-command internal] load build context [2023-06-06T20:14:18.096Z] #50 transferring context: 175.25MB 57.3s done [2023-06-06T20:14:18.096Z] #50 DONE 58.4s [2023-06-06T20:14:18.096Z] [2023-06-06T20:14:18.096Z] #52 [security-spiffe-token-provider internal] load build context [2023-06-06T20:14:19.087Z] #52 transferring context: 175.25MB 57.8s done [2023-06-06T20:14:19.087Z] #52 DONE 59.5s [2023-06-06T20:14:19.087Z] [2023-06-06T20:14:19.087Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:14:19.354Z] #68 ... [2023-06-06T20:14:19.354Z] [2023-06-06T20:14:19.354Z] #69 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:14:19.354Z] #69 ... [2023-06-06T20:14:19.354Z] [2023-06-06T20:14:19.354Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:14:20.316Z] #44 ... [2023-06-06T20:14:20.316Z] [2023-06-06T20:14:20.316Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:14:20.316Z] #68 DONE 0.9s [2023-06-06T20:14:20.316Z] [2023-06-06T20:14:20.316Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:14:20.901Z] #44 ... [2023-06-06T20:14:20.901Z] [2023-06-06T20:14:20.901Z] #51 [core-metadata internal] load build context [2023-06-06T20:14:20.901Z] #51 ... [2023-06-06T20:14:20.901Z] [2023-06-06T20:14:20.901Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:14:21.167Z] #44 ... [2023-06-06T20:14:21.167Z] [2023-06-06T20:14:21.167Z] #42 [support-notifications internal] load build context [2023-06-06T20:14:21.167Z] #42 ... [2023-06-06T20:14:21.167Z] [2023-06-06T20:14:21.167Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:14:21.748Z] #44 ... [2023-06-06T20:14:21.748Z] [2023-06-06T20:14:21.748Z] #51 [core-metadata internal] load build context [2023-06-06T20:14:21.748Z] #51 transferring context: 175.25MB 61.1s done [2023-06-06T20:14:21.748Z] #51 DONE 62.1s [2023-06-06T20:14:21.748Z] [2023-06-06T20:14:21.748Z] #44 [security-proxy-setup internal] load build context [2023-06-06T20:14:21.748Z] #44 transferring context: 175.25MB 61.9s done [2023-06-06T20:14:21.748Z] #44 DONE 63.2s [2023-06-06T20:14:21.748Z] [2023-06-06T20:14:21.748Z] #42 [support-notifications internal] load build context [2023-06-06T20:14:22.014Z] #42 transferring context: 175.25MB 63.5s done [2023-06-06T20:14:22.014Z] #42 DONE 63.7s [2023-06-06T20:14:22.014Z] [2023-06-06T20:14:22.014Z] #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:14:22.281Z] #70 DONE 0.4s [2023-06-06T20:14:22.281Z] [2023-06-06T20:14:22.281Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:14:22.867Z] #71 ... [2023-06-06T20:14:22.867Z] [2023-06-06T20:14:22.867Z] #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:14:23.133Z] #72 ... [2023-06-06T20:14:23.133Z] [2023-06-06T20:14:23.133Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:14:24.536Z] #73 ... [2023-06-06T20:14:24.536Z] [2023-06-06T20:14:24.536Z] #74 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:11.668Z] #74 ... [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #69 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:11.668Z] #69 DONE 59.6s [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #75 [core-data builder 6/7] COPY . . [2023-06-06T20:15:11.668Z] #75 ... [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #74 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:11.668Z] #74 DONE 54.2s [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:11.668Z] #72 DONE 56.0s [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:11.668Z] #71 DONE 48.8s [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-06-06T20:15:11.668Z] #76 ... [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:11.668Z] #73 DONE 46.7s [2023-06-06T20:15:11.668Z] [2023-06-06T20:15:11.668Z] #77 [support-notifications builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #77 ... [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #78 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:15:13.078Z] #78 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.078Z] #79 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #80 [core-command builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #80 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #81 [security-proxy-auth builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #81 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #82 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.078Z] #82 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #83 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:15:13.078Z] #83 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:15:13.078Z] #84 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #85 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.078Z] #85 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #86 [core-metadata builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #86 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #76 DONE 3.9s [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #87 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #87 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #88 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:15:13.078Z] #88 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #89 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.078Z] #89 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:15:13.078Z] #90 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #91 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.078Z] #91 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #92 [support-scheduler builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #92 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #75 [core-data builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #75 DONE 4.0s [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.078Z] #93 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #94 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:15:13.078Z] #94 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #95 [security-secretstore-setup builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #95 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #96 [security-bootstrapper builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #96 DONE 4.0s [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #97 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-06-06T20:15:13.078Z] #97 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #98 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.078Z] #98 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #99 [security-proxy-setup builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #99 CACHED [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #77 [support-notifications builder 6/7] COPY . . [2023-06-06T20:15:13.078Z] #77 DONE 3.7s [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #100 [security-spire-config builder 6/9] COPY . . [2023-06-06T20:15:13.078Z] #100 DONE 4.1s [2023-06-06T20:15:13.078Z] [2023-06-06T20:15:13.078Z] #101 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-06-06T20:15:13.346Z] #101 DONE 0.5s [2023-06-06T20:15:13.346Z] [2023-06-06T20:15:13.346Z] #102 [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-06-06T20:15:13.614Z] #102 ... [2023-06-06T20:15:13.614Z] [2023-06-06T20:15:13.614Z] #103 [security-spire-server builder 6/9] COPY . . [2023-06-06T20:15:13.614Z] #103 CACHED [2023-06-06T20:15:13.614Z] [2023-06-06T20:15:13.614Z] #104 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-06-06T20:15:13.614Z] #104 CACHED [2023-06-06T20:15:13.614Z] [2023-06-06T20:15:13.614Z] #105 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-06-06T20:15:13.614Z] #105 CACHED [2023-06-06T20:15:13.614Z] [2023-06-06T20:15:13.614Z] #106 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:13.614Z] #106 CACHED [2023-06-06T20:15:13.614Z] [2023-06-06T20:15:13.614Z] #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-06-06T20:15:18.961Z] #107 ... [2023-06-06T20:15:18.961Z] [2023-06-06T20:15:18.961Z] #108 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-06-06T20:15:18.961Z] #0 5.708 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-06-06T20:15:18.961Z] #108 ... [2023-06-06T20:15:18.961Z] [2023-06-06T20:15:18.961Z] #109 [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-06-06T20:15:18.961Z] #0 6.047 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-06-06T20:15:19.567Z] #109 ... [2023-06-06T20:15:19.567Z] [2023-06-06T20:15:19.567Z] #102 [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-06-06T20:15:19.567Z] #102 DONE 6.2s [2023-06-06T20:15:19.567Z] [2023-06-06T20:15:19.567Z] #110 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-06-06T20:15:19.832Z] #110 DONE 0.4s [2023-06-06T20:15:19.832Z] [2023-06-06T20:15:19.832Z] #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-06-06T20:15:19.832Z] #107 DONE 6.4s [2023-06-06T20:15:19.832Z] [2023-06-06T20:15:19.832Z] #111 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-06-06T20:15:20.097Z] #111 DONE 0.3s [2023-06-06T20:15:20.097Z] [2023-06-06T20:15:20.097Z] #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-06-06T20:15:20.097Z] #0 6.828 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-06-06T20:15:21.498Z] #112 ... [2023-06-06T20:15:21.498Z] [2023-06-06T20:15:21.498Z] #113 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:15:21.498Z] #113 DONE 0.3s [2023-06-06T20:15:21.498Z] [2023-06-06T20:15:21.498Z] #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-06-06T20:15:21.498Z] #0 6.779 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-06-06T20:15:21.498Z] #114 ... [2023-06-06T20:15:21.498Z] [2023-06-06T20:15:21.498Z] #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:15:21.763Z] #115 DONE 0.4s [2023-06-06T20:15:21.763Z] [2023-06-06T20:15:21.763Z] #116 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:15:22.028Z] #116 DONE 0.3s [2023-06-06T20:15:22.028Z] [2023-06-06T20:15:22.028Z] #117 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:15:22.317Z] #117 DONE 0.1s [2023-06-06T20:15:22.317Z] [2023-06-06T20:15:22.317Z] #118 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:15:22.582Z] #118 ... [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #119 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-06-06T20:15:22.583Z] #119 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #120 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-06-06T20:15:22.583Z] #120 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #121 [security-spire-agent builder 6/9] COPY . . [2023-06-06T20:15:22.583Z] #121 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #122 [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-06-06T20:15:22.583Z] #122 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #123 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:15:22.583Z] #123 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:15:22.583Z] #124 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #125 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-06-06T20:15:22.583Z] #125 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #126 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-06-06T20:15:22.583Z] #126 CACHED [2023-06-06T20:15:22.583Z] [2023-06-06T20:15:22.583Z] #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:15:22.848Z] #127 ... [2023-06-06T20:15:22.848Z] [2023-06-06T20:15:22.848Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:15:22.848Z] #0 6.597 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-06-06T20:15:23.111Z] #128 ... [2023-06-06T20:15:23.111Z] [2023-06-06T20:15:23.111Z] #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-06-06T20:15:23.111Z] #0 6.053 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-06-06T20:15:23.376Z] #129 ... [2023-06-06T20:15:23.376Z] [2023-06-06T20:15:23.376Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-06-06T20:15:23.376Z] #0 6.072 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-06-06T20:15:23.376Z] #130 ... [2023-06-06T20:15:23.376Z] [2023-06-06T20:15:23.376Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-06-06T20:15:23.376Z] #0 5.269 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-06-06T20:15:23.641Z] #131 ... [2023-06-06T20:15:23.641Z] [2023-06-06T20:15:23.641Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-06-06T20:15:23.641Z] #0 4.180 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-06-06T20:15:23.641Z] #132 ... [2023-06-06T20:15:23.641Z] [2023-06-06T20:15:23.641Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-06-06T20:15:23.641Z] #0 6.411 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-06-06T20:15:23.946Z] #133 ... [2023-06-06T20:15:23.946Z] [2023-06-06T20:15:23.946Z] #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:15:23.946Z] #127 DONE 1.2s [2023-06-06T20:15:23.946Z] [2023-06-06T20:15:23.946Z] #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-06-06T20:15:23.946Z] #134 DONE 1.4s [2023-06-06T20:15:23.946Z] [2023-06-06T20:15:23.946Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:15:23.946Z] #0 5.656 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-06-06T20:15:23.946Z] #135 ... [2023-06-06T20:15:23.946Z] [2023-06-06T20:15:23.946Z] #118 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:15:23.946Z] #118 DONE 1.8s [2023-06-06T20:15:23.946Z] [2023-06-06T20:15:23.946Z] #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-06-06T20:15:24.214Z] #136 DONE 0.3s [2023-06-06T20:15:24.214Z] [2023-06-06T20:15:24.214Z] #137 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-06-06T20:15:24.214Z] #137 DONE 0.3s [2023-06-06T20:15:24.214Z] [2023-06-06T20:15:24.214Z] #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-06-06T20:15:24.481Z] #138 ... [2023-06-06T20:15:24.481Z] [2023-06-06T20:15:24.481Z] #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-06-06T20:15:24.481Z] #139 DONE 0.2s [2023-06-06T20:15:24.481Z] [2023-06-06T20:15:24.481Z] #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-06-06T20:15:24.481Z] #138 DONE 0.2s [2023-06-06T20:15:24.481Z] [2023-06-06T20:15:24.481Z] #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-06-06T20:15:24.746Z] #140 ... [2023-06-06T20:15:24.746Z] [2023-06-06T20:15:24.746Z] #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-06-06T20:15:24.746Z] #141 DONE 0.2s [2023-06-06T20:15:24.746Z] [2023-06-06T20:15:24.746Z] #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-06-06T20:15:24.746Z] #140 DONE 0.3s [2023-06-06T20:15:24.746Z] [2023-06-06T20:15:24.746Z] #142 [security-spire-server] exporting to image [2023-06-06T20:15:24.746Z] #142 exporting layers [2023-06-06T20:15:26.153Z] #142 ... [2023-06-06T20:15:26.153Z] [2023-06-06T20:15:26.153Z] #143 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-06-06T20:15:26.153Z] #143 DONE 2.2s [2023-06-06T20:15:26.153Z] [2023-06-06T20:15:26.153Z] #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-06-06T20:15:26.153Z] #144 DONE 0.3s [2023-06-06T20:15:26.153Z] [2023-06-06T20:15:26.153Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:15:26.419Z] #128 ... [2023-06-06T20:15:26.419Z] [2023-06-06T20:15:26.419Z] #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-06-06T20:15:26.685Z] #145 DONE 0.2s [2023-06-06T20:15:26.685Z] [2023-06-06T20:15:26.685Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-06-06T20:15:26.685Z] #146 DONE 0.3s [2023-06-06T20:15:26.685Z] [2023-06-06T20:15:26.685Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-06-06T20:15:26.961Z] #130 ... [2023-06-06T20:15:26.961Z] [2023-06-06T20:15:26.961Z] #142 [security-spire-agent] exporting to image [2023-06-06T20:15:27.541Z] #142 exporting layers 2.7s done [2023-06-06T20:15:27.541Z] #142 writing image sha256:714abc51a21646d2427d0f77087c4f7fbf7e49a212a075dfc7eb66b1fc508a40 0.0s done [2023-06-06T20:15:27.541Z] #142 naming to docker.io/library/security-spire-config-arm64 [2023-06-06T20:15:27.541Z] #142 exporting layers 2.7s done [2023-06-06T20:15:27.541Z] #142 naming to docker.io/library/security-spire-config-arm64 done [2023-06-06T20:15:27.541Z] #142 writing image sha256:992429b394f34160cfbb04e2045f956e5948d2dd27c9a82ea22686a0f38495d8 done [2023-06-06T20:15:27.541Z] #142 naming to docker.io/library/security-spire-server-arm64 done [2023-06-06T20:15:28.496Z] #142 exporting layers 1.7s done [2023-06-06T20:15:28.496Z] #142 writing image sha256:f93318bda155efb2f35911eac99d7a556d670bedda050dfe9e4a982da1fe9492 done [2023-06-06T20:15:28.496Z] #142 naming to docker.io/library/security-spire-agent-arm64 done [2023-06-06T20:15:28.496Z] #142 DONE 3.8s [2023-06-06T20:15:28.496Z] [2023-06-06T20:15:28.496Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-06-06T20:28:20.823Z] #131 ... [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #109 [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-06-06T20:28:20.823Z] #109 785.2 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-06-06T20:28:20.823Z] #109 ... [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-06-06T20:28:20.823Z] #129 DONE 785.4s [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-06-06T20:28:20.823Z] #114 ... [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:28:20.823Z] #147 DONE 0.4s [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-06-06T20:28:20.823Z] #130 ... [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #148 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:28:20.823Z] #148 DONE 0.2s [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #149 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-06-06T20:28:20.823Z] #149 DONE 0.4s [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #150 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:28:20.823Z] #150 DONE 0.3s [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #151 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-06-06T20:28:20.823Z] #151 DONE 0.2s [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:28:20.823Z] #135 ... [2023-06-06T20:28:20.823Z] [2023-06-06T20:28:20.823Z] #152 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:28:22.230Z] #152 DONE 2.2s [2023-06-06T20:28:22.230Z] [2023-06-06T20:28:22.230Z] #142 [security-proxy-auth] exporting to image [2023-06-06T20:28:22.230Z] #142 exporting layers [2023-06-06T20:28:23.188Z] #142 exporting layers 0.8s done [2023-06-06T20:28:23.189Z] #142 writing image sha256:84f196f1234ab885e89a66dec0ed4ab31c2f02060323925a28b10c21bc7e2391 done [2023-06-06T20:28:23.189Z] #142 naming to docker.io/library/security-proxy-auth-arm64 done [2023-06-06T20:28:23.189Z] #142 DONE 4.7s [2023-06-06T20:28:23.189Z] [2023-06-06T20:28:23.189Z] #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-06-06T20:28:23.189Z] #112 DONE 790.4s [2023-06-06T20:28:23.189Z] [2023-06-06T20:28:23.189Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:28:23.806Z] #128 ... [2023-06-06T20:28:23.806Z] [2023-06-06T20:28:23.806Z] #153 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:28:23.806Z] #153 DONE 0.1s [2023-06-06T20:28:23.806Z] [2023-06-06T20:28:23.806Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:28:24.073Z] #135 ... [2023-06-06T20:28:24.073Z] [2023-06-06T20:28:24.073Z] #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:28:24.346Z] #154 DONE 0.3s [2023-06-06T20:28:24.346Z] [2023-06-06T20:28:24.346Z] #155 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-06-06T20:28:24.346Z] #155 DONE 0.1s [2023-06-06T20:28:24.346Z] [2023-06-06T20:28:24.346Z] #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-06-06T20:28:24.346Z] #114 ... [2023-06-06T20:28:24.346Z] [2023-06-06T20:28:24.346Z] #156 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-06-06T20:28:24.930Z] #156 DONE 0.3s [2023-06-06T20:28:24.930Z] [2023-06-06T20:28:24.930Z] #157 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-06-06T20:28:24.930Z] #157 DONE 0.1s [2023-06-06T20:28:24.930Z] [2023-06-06T20:28:24.930Z] #158 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:28:26.901Z] #158 DONE 1.8s [2023-06-06T20:28:26.901Z] [2023-06-06T20:28:26.901Z] #142 [security-proxy-setup] exporting to image [2023-06-06T20:28:27.168Z] #142 exporting layers 0.5s done [2023-06-06T20:28:27.168Z] #142 writing image sha256:5b238687bdc0c2f0d0ca213f8bfd7df556a7de93aee7d5058ef834cd68c11a7d done [2023-06-06T20:28:27.168Z] #142 naming to docker.io/library/security-proxy-setup-arm64 done [2023-06-06T20:28:27.168Z] #142 DONE 5.2s [2023-06-06T20:28:27.168Z] [2023-06-06T20:28:27.168Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-06-06T20:28:39.448Z] #131 ... [2023-06-06T20:28:39.448Z] [2023-06-06T20:28:39.448Z] #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-06-06T20:28:39.448Z] #114 DONE 805.2s [2023-06-06T20:28:39.448Z] [2023-06-06T20:28:39.448Z] #159 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-06-06T20:28:39.448Z] #159 DONE 0.3s [2023-06-06T20:28:39.448Z] [2023-06-06T20:28:39.448Z] #160 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-06-06T20:28:40.029Z] #160 ... [2023-06-06T20:28:40.029Z] [2023-06-06T20:28:40.029Z] #109 [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-06-06T20:28:40.029Z] #109 DONE 807.2s [2023-06-06T20:28:40.294Z] [2023-06-06T20:28:40.294Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-06-06T20:28:40.875Z] #133 ... [2023-06-06T20:28:40.875Z] [2023-06-06T20:28:40.875Z] #161 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:28:40.875Z] #161 DONE 0.2s [2023-06-06T20:28:40.875Z] [2023-06-06T20:28:40.875Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:28:41.141Z] #128 ... [2023-06-06T20:28:41.141Z] [2023-06-06T20:28:41.141Z] #162 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:28:41.141Z] #162 DONE 0.1s [2023-06-06T20:28:41.141Z] [2023-06-06T20:28:41.141Z] #163 [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-06-06T20:28:41.141Z] #163 DONE 0.1s [2023-06-06T20:28:41.141Z] [2023-06-06T20:28:41.141Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-06-06T20:28:41.414Z] #130 ... [2023-06-06T20:28:41.414Z] [2023-06-06T20:28:41.414Z] #160 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-06-06T20:28:41.414Z] #160 DONE 3.0s [2023-06-06T20:28:41.414Z] [2023-06-06T20:28:41.414Z] #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:28:42.006Z] #164 DONE 0.5s [2023-06-06T20:28:42.006Z] [2023-06-06T20:28:42.006Z] #165 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-06-06T20:28:42.006Z] #165 DONE 0.5s [2023-06-06T20:28:42.006Z] [2023-06-06T20:28:42.006Z] #166 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:28:42.282Z] #166 DONE 0.3s [2023-06-06T20:28:42.282Z] [2023-06-06T20:28:42.282Z] #167 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:28:42.282Z] #167 DONE 0.3s [2023-06-06T20:28:42.282Z] [2023-06-06T20:28:42.282Z] #168 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-06-06T20:28:42.866Z] #168 DONE 0.4s [2023-06-06T20:28:42.866Z] [2023-06-06T20:28:42.866Z] #169 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-06-06T20:28:42.866Z] #169 DONE 0.5s [2023-06-06T20:28:42.866Z] [2023-06-06T20:28:42.866Z] #170 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-06-06T20:28:43.132Z] #170 ... [2023-06-06T20:28:43.132Z] [2023-06-06T20:28:43.132Z] #171 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-06-06T20:28:43.132Z] #171 DONE 0.3s [2023-06-06T20:28:43.399Z] [2023-06-06T20:28:43.399Z] #172 [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-06-06T20:28:43.399Z] #172 DONE 0.2s [2023-06-06T20:28:43.399Z] [2023-06-06T20:28:43.399Z] #173 [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-06-06T20:28:43.399Z] #173 ... [2023-06-06T20:28:43.399Z] [2023-06-06T20:28:43.399Z] #170 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-06-06T20:28:43.399Z] #170 DONE 0.8s [2023-06-06T20:28:43.665Z] [2023-06-06T20:28:43.665Z] #173 [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-06-06T20:28:43.665Z] #173 DONE 0.3s [2023-06-06T20:28:43.665Z] [2023-06-06T20:28:43.665Z] #174 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-06-06T20:28:43.665Z] #174 ... [2023-06-06T20:28:43.665Z] [2023-06-06T20:28:43.665Z] #175 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-06-06T20:28:43.665Z] #175 DONE 0.2s [2023-06-06T20:28:43.935Z] [2023-06-06T20:28:43.935Z] #174 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-06-06T20:28:43.935Z] #174 DONE 0.2s [2023-06-06T20:28:43.935Z] [2023-06-06T20:28:43.935Z] #176 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-06-06T20:28:44.206Z] #176 DONE 0.3s [2023-06-06T20:28:44.206Z] [2023-06-06T20:28:44.206Z] #177 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:28:46.798Z] #177 DONE 2.8s [2023-06-06T20:28:46.798Z] [2023-06-06T20:28:46.798Z] #178 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-06-06T20:28:46.798Z] #178 DONE 2.3s [2023-06-06T20:28:46.798Z] [2023-06-06T20:28:46.798Z] #142 [security-bootstrapper] exporting to image [2023-06-06T20:28:46.798Z] #142 exporting layers [2023-06-06T20:28:48.735Z] #142 exporting layers 1.8s done [2023-06-06T20:28:48.735Z] #142 writing image sha256:b15bb28342005eeffdf183d0dbe8088d3e19fd96365f8eb6d37a80689ce888d9 0.0s done [2023-06-06T20:28:48.735Z] #142 naming to docker.io/library/security-bootstrapper-arm64 done [2023-06-06T20:28:48.735Z] #142 exporting layers 1.8s done [2023-06-06T20:28:48.735Z] #142 writing image sha256:6fe6e6037b19271f905f34555b60ed8a6cde4c525e056ecdc19214ad5184125a done [2023-06-06T20:28:48.735Z] #142 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-06-06T20:28:48.735Z] #142 DONE 7.0s [2023-06-06T20:28:48.735Z] [2023-06-06T20:28:48.735Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:29:10.755Z] #128 ... [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-06-06T20:29:10.755Z] #130 DONE 835.5s [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-06-06T20:29:10.755Z] #132 ... [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:29:10.755Z] #179 DONE 0.2s [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:29:10.755Z] #180 DONE 0.1s [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:29:10.755Z] #128 ... [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-06-06T20:29:10.755Z] #181 DONE 0.2s [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #182 [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-06-06T20:29:10.755Z] #182 DONE 0.1s [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:29:10.755Z] #128 ... [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-06-06T20:29:10.755Z] #183 DONE 0.1s [2023-06-06T20:29:10.755Z] [2023-06-06T20:29:10.755Z] #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-06-06T20:29:11.707Z] #184 DONE 1.9s [2023-06-06T20:29:11.707Z] [2023-06-06T20:29:11.707Z] #142 [core-common-config-bootstrapper] exporting to image [2023-06-06T20:29:11.707Z] #142 exporting layers [2023-06-06T20:29:11.972Z] #142 exporting layers 0.5s done [2023-06-06T20:29:11.972Z] #142 writing image sha256:ca390c968de7b152569f7c4bf9b15988ec48831516d366b6f7b49d1f8147bbe9 done [2023-06-06T20:29:11.972Z] #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 [2023-06-06T20:29:12.236Z] #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-06-06T20:29:12.236Z] #142 DONE 7.5s [2023-06-06T20:29:12.236Z] [2023-06-06T20:29:12.236Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-06-06T20:29:27.195Z] #132 ... [2023-06-06T20:29:27.195Z] [2023-06-06T20:29:27.195Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-06-06T20:29:27.195Z] #133 DONE 853.3s [2023-06-06T20:29:27.195Z] [2023-06-06T20:29:27.195Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:29:27.195Z] #135 ... [2023-06-06T20:29:27.195Z] [2023-06-06T20:29:27.195Z] #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:29:27.195Z] #185 DONE 0.1s [2023-06-06T20:29:27.195Z] [2023-06-06T20:29:27.195Z] #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:29:27.195Z] #186 DONE 0.2s [2023-06-06T20:29:27.195Z] [2023-06-06T20:29:27.195Z] #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-06-06T20:29:27.465Z] #187 DONE 0.3s [2023-06-06T20:29:27.465Z] [2023-06-06T20:29:27.465Z] #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:29:27.465Z] #188 DONE 0.1s [2023-06-06T20:29:27.465Z] [2023-06-06T20:29:27.465Z] #142 [core-command] exporting to image [2023-06-06T20:29:27.465Z] #142 exporting layers [2023-06-06T20:29:27.734Z] #142 exporting layers 0.4s done [2023-06-06T20:29:27.734Z] #142 writing image sha256:3cfeee0ff1a24c98586bb5cb06f3f6841cc3a8c953ce226948a1e3467fc8a8d0 done [2023-06-06T20:29:27.734Z] #142 naming to docker.io/library/core-command-arm64 done [2023-06-06T20:29:27.734Z] #142 DONE 7.9s [2023-06-06T20:29:27.734Z] [2023-06-06T20:29:27.735Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-06-06T20:29:37.793Z] #131 DONE 864.6s [2023-06-06T20:29:37.793Z] [2023-06-06T20:29:37.793Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:29:38.371Z] #135 ... [2023-06-06T20:29:38.371Z] [2023-06-06T20:29:38.371Z] #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:29:38.371Z] #189 DONE 0.3s [2023-06-06T20:29:38.371Z] [2023-06-06T20:29:38.371Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:29:38.371Z] #128 ... [2023-06-06T20:29:38.371Z] [2023-06-06T20:29:38.371Z] #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:29:38.371Z] #190 DONE 0.1s [2023-06-06T20:29:38.371Z] [2023-06-06T20:29:38.371Z] #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-06-06T20:29:38.637Z] #191 DONE 0.3s [2023-06-06T20:29:38.637Z] [2023-06-06T20:29:38.638Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:29:38.901Z] #128 ... [2023-06-06T20:29:38.901Z] [2023-06-06T20:29:38.901Z] #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:29:38.901Z] #192 DONE 0.1s [2023-06-06T20:29:39.166Z] [2023-06-06T20:29:39.166Z] #142 [core-data] exporting to image [2023-06-06T20:29:39.166Z] #142 exporting layers [2023-06-06T20:29:39.166Z] #142 exporting layers 0.2s done [2023-06-06T20:29:39.431Z] #142 writing image sha256:e1f6e787ca22cca3d364190c892c021fd15ae384887875776b4bc98917656947 done [2023-06-06T20:29:39.431Z] #142 naming to docker.io/library/core-data-arm64 done [2023-06-06T20:29:39.431Z] #142 DONE 8.1s [2023-06-06T20:29:39.431Z] [2023-06-06T20:29:39.431Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:29:41.394Z] #135 ... [2023-06-06T20:29:41.394Z] [2023-06-06T20:29:41.394Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-06-06T20:29:41.394Z] #132 DONE 868.4s [2023-06-06T20:29:41.394Z] [2023-06-06T20:29:41.394Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:29:41.669Z] #128 ... [2023-06-06T20:29:41.669Z] [2023-06-06T20:29:41.669Z] #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:29:41.938Z] #193 DONE 0.2s [2023-06-06T20:29:41.938Z] [2023-06-06T20:29:41.938Z] #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:29:42.203Z] #194 DONE 0.2s [2023-06-06T20:29:42.203Z] [2023-06-06T20:29:42.203Z] #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-06-06T20:29:42.468Z] #195 DONE 0.2s [2023-06-06T20:29:42.468Z] [2023-06-06T20:29:42.468Z] #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:29:42.468Z] #196 DONE 0.1s [2023-06-06T20:29:42.468Z] [2023-06-06T20:29:42.468Z] #108 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-06-06T20:29:42.733Z] #108 ... [2023-06-06T20:29:42.733Z] [2023-06-06T20:29:42.733Z] #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-06-06T20:29:42.733Z] #197 DONE 0.1s [2023-06-06T20:29:42.733Z] [2023-06-06T20:29:42.733Z] #142 [core-metadata] exporting to image [2023-06-06T20:29:42.998Z] #142 exporting layers 0.4s done [2023-06-06T20:29:43.263Z] #142 writing image sha256:becc7c7fc9f926a7560e87baff677362bed5cb6ad619f23577a8ec3dfa7e5ef9 done [2023-06-06T20:29:43.263Z] #142 naming to docker.io/library/core-metadata-arm64 done [2023-06-06T20:29:43.263Z] #142 DONE 8.6s [2023-06-06T20:29:43.263Z] [2023-06-06T20:29:43.263Z] #108 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-06-06T20:30:39.629Z] #108 DONE 918.8s [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:30:39.629Z] #128 ... [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:30:39.629Z] #198 DONE 0.2s [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:30:39.629Z] #199 DONE 0.2s [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-06-06T20:30:39.629Z] #200 DONE 0.4s [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:30:39.629Z] #128 ... [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #201 [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-06-06T20:30:39.629Z] #201 DONE 0.2s [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #142 [security-spiffe-token-provider] exporting to image [2023-06-06T20:30:39.629Z] #142 exporting layers [2023-06-06T20:30:39.629Z] #142 exporting layers 0.6s done [2023-06-06T20:30:39.629Z] #142 writing image sha256:c4f1f19218fee9b5d72b9b7f50884e33e877bf97daf55bd8290bc87afee4ff34 done [2023-06-06T20:30:39.629Z] #142 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-06-06T20:30:39.629Z] #142 DONE 9.2s [2023-06-06T20:30:39.629Z] [2023-06-06T20:30:39.629Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:30:54.606Z] #128 ... [2023-06-06T20:30:54.606Z] [2023-06-06T20:30:54.606Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-06-06T20:30:54.606Z] #135 DONE 940.5s [2023-06-06T20:30:54.606Z] [2023-06-06T20:30:54.606Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:30:54.606Z] #128 ... [2023-06-06T20:30:54.606Z] [2023-06-06T20:30:54.606Z] #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:30:54.606Z] #202 DONE 0.1s [2023-06-06T20:30:54.606Z] [2023-06-06T20:30:54.606Z] #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:30:54.606Z] #203 DONE 0.1s [2023-06-06T20:30:54.606Z] [2023-06-06T20:30:54.606Z] #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-06-06T20:30:54.606Z] #204 ... [2023-06-06T20:30:54.607Z] [2023-06-06T20:30:54.607Z] #128 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-06-06T20:30:54.607Z] #128 DONE 941.5s [2023-06-06T20:30:54.607Z] [2023-06-06T20:30:54.607Z] #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-06-06T20:30:54.607Z] #204 DONE 0.3s [2023-06-06T20:30:54.607Z] [2023-06-06T20:30:54.607Z] #205 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:30:54.607Z] #205 DONE 0.3s [2023-06-06T20:30:54.607Z] [2023-06-06T20:30:54.607Z] #206 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-06-06T20:30:54.874Z] #206 DONE 0.2s [2023-06-06T20:30:54.874Z] [2023-06-06T20:30:54.874Z] #207 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-06-06T20:30:54.874Z] #207 DONE 0.1s [2023-06-06T20:30:54.874Z] [2023-06-06T20:30:54.874Z] #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-06-06T20:30:55.457Z] #208 DONE 0.3s [2023-06-06T20:30:55.457Z] [2023-06-06T20:30:55.457Z] #142 [support-scheduler] exporting to image [2023-06-06T20:30:55.457Z] #142 exporting layers 0.5s done [2023-06-06T20:30:55.457Z] #142 writing image sha256:98220edd2b5548574444a00f7cfae80a79b5a52f7bb589c0e831d87ac6c4611a done [2023-06-06T20:30:55.457Z] #142 naming to docker.io/library/support-scheduler-arm64 done [2023-06-06T20:30:55.457Z] #142 DONE 9.7s [2023-06-06T20:30:55.457Z] [2023-06-06T20:30:55.457Z] #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-06-06T20:30:55.457Z] #209 DONE 0.1s [2023-06-06T20:30:55.457Z] [2023-06-06T20:30:55.457Z] #142 [support-notifications] exporting to image [2023-06-06T20:30:55.761Z] #142 exporting layers 0.4s done [2023-06-06T20:30:55.761Z] #142 writing image sha256:964205d244e3b11dd8270fdfc60b18c002d9bd767fb1186ad1c7fabcfd7ab590 done [2023-06-06T20:30:55.761Z] #142 naming to docker.io/library/support-notifications-arm64 done [2023-06-06T20:30:55.761Z] #142 DONE 10.1s [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-06-06T20:30:55.761Z] time="2023-06-06T20:13:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-06-06T20:30:55.799Z] $ docker stop --time=1 48ec4aa237308f10ed8fd7b81a22e5017ef8e05c1a7bbdf5a9c9e4d23011a98a [2023-06-06T20:30:59.217Z] $ docker rm -f --volumes 48ec4aa237308f10ed8fd7b81a22e5017ef8e05c1a7bbdf5a9c9e4d23011a98a [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-06T20:30:59.758Z] + docker images [2023-06-06T20:30:59.758Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-06-06T20:30:59.758Z] support-notifications-arm64 latest 964205d244e3 4 seconds ago 31.9MB [2023-06-06T20:30:59.758Z] support-scheduler-arm64 latest 98220edd2b55 5 seconds ago 31.2MB [2023-06-06T20:30:59.758Z] security-spiffe-token-provider-arm64 latest c4f1f19218fe 26 seconds ago 32.7MB [2023-06-06T20:30:59.758Z] core-metadata-arm64 latest becc7c7fc9f9 About a minute ago 20.2MB [2023-06-06T20:30:59.758Z] core-data-arm64 latest e1f6e787ca22 About a minute ago 19.9MB [2023-06-06T20:30:59.758Z] core-command-arm64 latest 3cfeee0ff1a2 About a minute ago 19.7MB [2023-06-06T20:30:59.758Z] core-common-config-bootstrapper-arm64 latest ca390c968de7 About a minute ago 17.2MB [2023-06-06T20:30:59.758Z] security-secretstore-setup-arm64 latest 6fe6e6037b19 2 minutes ago 32.2MB [2023-06-06T20:30:59.758Z] security-bootstrapper-arm64 latest b15bb2834200 2 minutes ago 21.9MB [2023-06-06T20:30:59.758Z] security-proxy-setup-arm64 latest 5b238687bdc0 2 minutes ago 18.7MB [2023-06-06T20:30:59.758Z] security-proxy-auth-arm64 latest 84f196f1234a 2 minutes ago 18.1MB [2023-06-06T20:30:59.758Z] security-spire-agent-arm64 latest f93318bda155 15 minutes ago 153MB [2023-06-06T20:30:59.758Z] security-spire-server-arm64 latest 992429b394f3 15 minutes ago 97MB [2023-06-06T20:30:59.758Z] security-spire-config-arm64 latest 714abc51a216 15 minutes ago 96.1MB [2023-06-06T20:30:59.758Z] ci-base-image-arm64 latest a36c8cd9fddc 28 minutes ago 899MB [2023-06-06T20:30:59.758Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 5 days ago 332MB [2023-06-06T20:30:59.758Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 6 weeks ago 681MB [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-06-06T20:31:00.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-06T20:31:00.601Z] [2023-06-06T20:31:00.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T20:31:01.018Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-06T20:31:01.297Z] arm64: Pulling from edgex-lftools-log-publisher [2023-06-06T20:31:01.297Z] 8998bd30e6a1: Pulling fs layer [2023-06-06T20:31:01.297Z] 04944245beec: Pulling fs layer [2023-06-06T20:31:01.297Z] 699f458cf7ca: Pulling fs layer [2023-06-06T20:31:01.297Z] 765212b225bb: Pulling fs layer [2023-06-06T20:31:01.297Z] f23df028b6ca: Pulling fs layer [2023-06-06T20:31:01.297Z] d65c8cfc05b1: Pulling fs layer [2023-06-06T20:31:01.297Z] 2437ff75d9bd: Pulling fs layer [2023-06-06T20:31:01.297Z] f23df028b6ca: Waiting [2023-06-06T20:31:01.297Z] d65c8cfc05b1: Waiting [2023-06-06T20:31:01.297Z] 2437ff75d9bd: Waiting [2023-06-06T20:31:01.297Z] 765212b225bb: Waiting [2023-06-06T20:31:01.297Z] 04944245beec: Verifying Checksum [2023-06-06T20:31:01.297Z] 04944245beec: Download complete [2023-06-06T20:31:01.297Z] 765212b225bb: Verifying Checksum [2023-06-06T20:31:01.297Z] 765212b225bb: Download complete [2023-06-06T20:31:01.583Z] f23df028b6ca: Verifying Checksum [2023-06-06T20:31:01.583Z] f23df028b6ca: Download complete [2023-06-06T20:31:01.583Z] d65c8cfc05b1: Verifying Checksum [2023-06-06T20:31:01.583Z] d65c8cfc05b1: Download complete [2023-06-06T20:31:01.583Z] 699f458cf7ca: Verifying Checksum [2023-06-06T20:31:01.583Z] 699f458cf7ca: Download complete [2023-06-06T20:31:01.851Z] 8998bd30e6a1: Verifying Checksum [2023-06-06T20:31:01.852Z] 8998bd30e6a1: Download complete [2023-06-06T20:31:04.423Z] 2437ff75d9bd: Verifying Checksum [2023-06-06T20:31:04.423Z] 2437ff75d9bd: Download complete [2023-06-06T20:31:05.832Z] 8998bd30e6a1: Pull complete [2023-06-06T20:31:06.414Z] 04944245beec: Pull complete [2023-06-06T20:31:07.819Z] 699f458cf7ca: Pull complete [2023-06-06T20:31:07.819Z] 765212b225bb: Pull complete [2023-06-06T20:31:11.154Z] f23df028b6ca: Pull complete [2023-06-06T20:31:11.154Z] d65c8cfc05b1: Pull complete [2023-06-06T20:31:26.128Z] 2437ff75d9bd: Pull complete [2023-06-06T20:31:26.128Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-06-06T20:31:26.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-06T20:31:26.128Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T20:31:26.447Z] prd-ubuntu20.04-docker-arm64-4c-16g-17970 does not seem to be running inside a container [2023-06-06T20:31:26.504Z] $ 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-06-06T20:31:29.274Z] $ docker top b4357fc17e2487cea1d08dbe70cbe0f08e4f15d1dbcf7a43c93d1d3b119bac13 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:29.909Z] ---> job-cost.sh [2023-06-06T20:31:30.175Z] lf-activate-venv: SKIPPING [2023-06-06T20:31:30.175Z] INFO: No Stack... [2023-06-06T20:31:30.751Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-06-06T20:31:31.700Z] INFO: Archiving Costs [Pipeline] sh [2023-06-06T20:31:32.027Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-06-06T20:31:32.027Z] + cut -d, -f6 [Pipeline] lock [2023-06-06T20:31:32.081Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] [2023-06-06T20:31:32.085Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] did not exist. Created. [2023-06-06T20:31:32.086Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-06T20:31:32.511Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-06-06T20:31:32.682Z] Stashed 1 file(s) [Pipeline] } [2023-06-06T20:31:32.695Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4587-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-06T20:31:32.767Z] $ docker stop --time=1 b4357fc17e2487cea1d08dbe70cbe0f08e4f15d1dbcf7a43c93d1d3b119bac13 [2023-06-06T20:31:34.192Z] $ docker rm -f --volumes b4357fc17e2487cea1d08dbe70cbe0f08e4f15d1dbcf7a43c93d1d3b119bac13 [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-06-06T20:31:35.152Z] provisioning config files... [2023-06-06T20:31:35.163Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12923328189374109538tmp [Pipeline] { [Pipeline] sh [2023-06-06T20:31:35.509Z] + set +x [2023-06-06T20:31:35.509Z] + bash -s -- [2023-06-06T20:31:35.509Z] + curl -s https://codecov.io/bash [2023-06-06T20:31:35.509Z] [2023-06-06T20:31:35.509Z] _____ _ [2023-06-06T20:31:35.509Z] / ____| | | [2023-06-06T20:31:35.509Z] | | ___ __| | ___ ___ _____ __ [2023-06-06T20:31:35.509Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-06-06T20:31:35.509Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-06-06T20:31:35.509Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-06-06T20:31:35.509Z] Bash-1.0.6 [2023-06-06T20:31:35.509Z] [2023-06-06T20:31:35.509Z] [2023-06-06T20:31:35.509Z] ==> git version 2.25.1 found [2023-06-06T20:31:35.509Z] ==> 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-06-06T20:31:35.509Z] Release-Date: 2020-01-08 [2023-06-06T20:31:35.509Z] 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-06-06T20:31:35.509Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-06-06T20:31:35.509Z] ==> Jenkins CI detected. [2023-06-06T20:31:35.509Z] current dir:  /w/workspace/edgex-go/1 [2023-06-06T20:31:35.509Z] project root: . [2023-06-06T20:31:35.509Z] --> token set from env [2023-06-06T20:31:35.509Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-06-06T20:31:35.768Z] ==> Running gcov in . (disable via -X gcov) [2023-06-06T20:31:35.768Z] ==> Python coveragepy not found [2023-06-06T20:31:35.768Z] ==> Searching for coverage reports in: [2023-06-06T20:31:35.768Z] + . [2023-06-06T20:31:35.768Z] -> Found 1 reports [2023-06-06T20:31:35.768Z] ==> Detecting git/mercurial file structure [2023-06-06T20:31:35.768Z] ==> Reading reports [2023-06-06T20:31:35.768Z] + ./coverage.out bytes=447731 [2023-06-06T20:31:35.768Z] ==> Appending adjustments [2023-06-06T20:31:35.768Z] https://docs.codecov.io/docs/fixing-reports [2023-06-06T20:31:36.705Z] + Found adjustments [2023-06-06T20:31:36.705Z] ==> Gzipping contents [2023-06-06T20:31:36.705Z] 60K /tmp/codecov.7YtvIn.gz [2023-06-06T20:31:36.705Z] ==> Uploading reports [2023-06-06T20:31:36.705Z] url: https://codecov.io [2023-06-06T20:31:36.705Z] query: branch=PR-4587&commit=26afcec262dbc21f52849c9f055366058478ade7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4587%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4587&job=&cmd_args= [2023-06-06T20:31:36.705Z] -> Pinging Codecov [2023-06-06T20:31:36.705Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4587&commit=26afcec262dbc21f52849c9f055366058478ade7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4587%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4587&job=&cmd_args= [2023-06-06T20:31:36.964Z] -> Uploading to [2023-06-06T20:31:36.964Z] https://storage.googleapis.com/codecov/v4/raw/2023-06-06/00271124DB129430A58F1EEE437C3FCB/26afcec262dbc21f52849c9f055366058478ade7/6257f32b-45e7-4ba0-a05b-97c1abf53b22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230606%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230606T203136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=edda1cf9e396d80d0babdcd56e975816c7e8dba9f02440b82566ad30dd585b86 [2023-06-06T20:31:36.964Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-06-06T20:31:36.964Z] Dload Upload Total Spent Left Speed [2023-06-06T20:31:37.224Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57418 0 0 100 57418 0 240k --:--:-- --:--:-- --:--:-- 240k [2023-06-06T20:31:37.224Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/26afcec262dbc21f52849c9f055366058478ade7 [Pipeline] } [2023-06-06T20:31:37.251Z] 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-06-06T20:31:38.604Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:38.929Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:39.820Z] ---> package-listing.sh [2023-06-06T20:31:39.820Z] ++ facter osfamily [2023-06-06T20:31:39.820Z] ++ tr '[:upper:]' '[:lower:]' [2023-06-06T20:31:40.080Z] + OS_FAMILY=debian [2023-06-06T20:31:40.080Z] + workspace=/w/workspace/edgex-go/1 [2023-06-06T20:31:40.080Z] + START_PACKAGES=/tmp/packages_start.txt [2023-06-06T20:31:40.080Z] + END_PACKAGES=/tmp/packages_end.txt [2023-06-06T20:31:40.080Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-06-06T20:31:40.080Z] + PACKAGES=/tmp/packages_start.txt [2023-06-06T20:31:40.080Z] + '[' /w/workspace/edgex-go/1 ']' [2023-06-06T20:31:40.080Z] + PACKAGES=/tmp/packages_end.txt [2023-06-06T20:31:40.080Z] + case "${OS_FAMILY}" in [2023-06-06T20:31:40.080Z] + dpkg -l [2023-06-06T20:31:40.080Z] + grep '^ii' [2023-06-06T20:31:40.080Z] + '[' -f /tmp/packages_start.txt ']' [2023-06-06T20:31:40.080Z] + '[' -f /tmp/packages_end.txt ']' [2023-06-06T20:31:40.080Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-06-06T20:31:40.080Z] + '[' /w/workspace/edgex-go/1 ']' [2023-06-06T20:31:40.080Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-06-06T20:31:40.080Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-06-06T20:31:40.120Z] 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-06-06T20:31:40.406Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T20:31:41.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-06T20:31:41.025Z] [2023-06-06T20:31:41.025Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-06T20:31:41.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-06T20:31:41.387Z] latest: Pulling from edgex-lftools-log-publisher [2023-06-06T20:31:41.387Z] 5eb5b503b376: Pulling fs layer [2023-06-06T20:31:41.387Z] 5c69ac0246d0: Pulling fs layer [2023-06-06T20:31:41.387Z] ec43610c2a17: Pulling fs layer [2023-06-06T20:31:41.387Z] 3a2ae6a8a46f: Pulling fs layer [2023-06-06T20:31:41.387Z] 33b1e0a273af: Pulling fs layer [2023-06-06T20:31:41.387Z] 5d3b04190fa2: Pulling fs layer [2023-06-06T20:31:41.387Z] 2f39f015ded8: Pulling fs layer [2023-06-06T20:31:41.387Z] 3a2ae6a8a46f: Waiting [2023-06-06T20:31:41.387Z] 33b1e0a273af: Waiting [2023-06-06T20:31:41.387Z] 5d3b04190fa2: Waiting [2023-06-06T20:31:41.387Z] 2f39f015ded8: Waiting [2023-06-06T20:31:41.387Z] 5c69ac0246d0: Verifying Checksum [2023-06-06T20:31:41.387Z] 5c69ac0246d0: Download complete [2023-06-06T20:31:41.387Z] 3a2ae6a8a46f: Verifying Checksum [2023-06-06T20:31:41.387Z] 3a2ae6a8a46f: Download complete [2023-06-06T20:31:41.387Z] 33b1e0a273af: Verifying Checksum [2023-06-06T20:31:41.387Z] 33b1e0a273af: Download complete [2023-06-06T20:31:41.387Z] 5d3b04190fa2: Verifying Checksum [2023-06-06T20:31:41.387Z] 5d3b04190fa2: Download complete [2023-06-06T20:31:41.387Z] ec43610c2a17: Verifying Checksum [2023-06-06T20:31:41.387Z] ec43610c2a17: Download complete [2023-06-06T20:31:41.646Z] 5eb5b503b376: Verifying Checksum [2023-06-06T20:31:41.646Z] 5eb5b503b376: Download complete [2023-06-06T20:31:42.214Z] 2f39f015ded8: Download complete [2023-06-06T20:31:42.779Z] 5eb5b503b376: Pull complete [2023-06-06T20:31:43.038Z] 5c69ac0246d0: Pull complete [2023-06-06T20:31:43.296Z] ec43610c2a17: Pull complete [2023-06-06T20:31:43.296Z] 3a2ae6a8a46f: Pull complete [2023-06-06T20:31:43.554Z] 33b1e0a273af: Pull complete [2023-06-06T20:31:43.554Z] 5d3b04190fa2: Pull complete [2023-06-06T20:31:47.739Z] 2f39f015ded8: Pull complete [2023-06-06T20:31:47.739Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-06-06T20:31:47.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-06T20:31:47.739Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-06T20:31:47.928Z] prd-ubuntu20.04-docker-8c-8g-17969 does not seem to be running inside a container [2023-06-06T20:31:47.955Z] $ 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-06-06T20:31:50.924Z] $ docker top 2d76174be8e23208ffdb89181bc524215912e1c929a78b0af1d889e6ec51a039 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-06T20:31:51.318Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-06-06T20:31:51.631Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-06-06T20:31:51.946Z] + ls /var/log/sa-host [2023-06-06T20:31:51.946Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-06T20:31:52.176Z] provisioning config files... [2023-06-06T20:31:52.186Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13535003928978948769tmp [Pipeline] { [Pipeline] echo [2023-06-06T20:31:52.234Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:52.545Z] ---> create-netrc.sh [Pipeline] } [2023-06-06T20:31:52.573Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:52.957Z] ---> python-tools-install.sh [Pipeline] echo [2023-06-06T20:31:52.991Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:53.300Z] ---> sudo-logs.sh [2023-06-06T20:31:53.300Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-06-06T20:31:53.373Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:53.692Z] ---> job-cost.sh [2023-06-06T20:31:53.692Z] lf-activate-venv: SKIPPING [2023-06-06T20:31:53.692Z] DEBUG: total: 0.10999999940395355 [2023-06-06T20:31:53.692Z] INFO: Retrieving Stack Cost... [2023-06-06T20:31:53.996Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-06T20:31:54.601Z] INFO: Archiving Costs [Pipeline] echo [2023-06-06T20:31:54.651Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-06T20:31:55.024Z] ---> logs-deploy.sh [2023-06-06T20:31:55.024Z] lf-activate-venv: SKIPPING [2023-06-06T20:31:55.024Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4587/1 [2023-06-06T20:31:55.024Z] INFO: archiving workspace using pattern(s): [2023-06-06T20:31:56.034Z] Archives upload complete. [2023-06-06T20:31:56.034Z] INFO: archiving logs to Nexus