Pull request #4524 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 10d38c88c8fe0305019976539f89d3b6b7b47d7b+6ed5f643afd548d7d3f8a26d03abe2373781a040 (a30486bf8187b6655ff10bbcd53291be651d2c39) 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-ssh12049382032585894516.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh2399096543863719283.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-4524/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-4524/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6493814616024922511.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-4524/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2842944524136103611.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh14312810114953563144.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-4524/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-4524/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9844864180361304379.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-9314’ Running on prd-ubuntu20.04-docker-8c-8g-9318 in /w/workspace/edgexfoundry_edgex-go_PR-4524 [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/4524/head:refs/remotes/origin/PR-4524 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6ed5f643afd548d7d3f8a26d03abe2373781a040 into PR head commit 10d38c88c8fe0305019976539f89d3b6b7b47d7b Merge succeeded, producing 10d38c88c8fe0305019976539f89d3b6b7b47d7b Checking out Revision 10d38c88c8fe0305019976539f89d3b6b7b47d7b (PR-4524) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-21T20:02:13.322Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # 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 6ed5f643afd548d7d3f8a26d03abe2373781a040 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # timeout=10 [Pipeline] withCredentials [2023-04-21T20:02:13.491Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-21T20:02:13.597Z] ========================================================= [2023-04-21T20:02:13.597Z] EdgeX Global Pipelines Version Info [2023-04-21T20:02:13.597Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:02:14.370Z] ------------------- [2023-04-21T20:02:14.371Z] stable info: [2023-04-21T20:02:14.371Z] ------------------- [2023-04-21T20:02:14.371Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-21T20:02:14.371Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T20:02:14.371Z] Message: update stable to v1.0.248 [2023-04-21T20:02:14.954Z] ------------------- [2023-04-21T20:02:14.954Z] experimental info: [2023-04-21T20:02:14.954Z] ------------------- [2023-04-21T20:02:14.954Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-21T20:02:14.954Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T20:02:14.954Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-21T20:02:15.271Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-21T20:02:15.319Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-21T20:02:15.361Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-21T20:02:15.402Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-21T20:02:15.445Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-21T20:02:15.484Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-21T20:02:15.528Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-21T20:02:15.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-21T20:02:15.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-21T20:02:15.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-21T20:02:15.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-21T20:02:15.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-21T20:02:15.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-21T20:02:15.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-21T20:02:15.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-21T20:02:15.915Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T20:02:15.957Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T20:02:15.998Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-21T20:02:16.039Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-21T20:02:16.076Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-21T20:02:16.117Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-21T20:02:16.154Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-21T20:02:16.191Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-21T20:02:16.229Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4524 [Pipeline] echo [2023-04-21T20:02:16.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4524 [Pipeline] echo [2023-04-21T20:02:16.311Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4524 [Pipeline] echo [2023-04-21T20:02:16.348Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] echo [2023-04-21T20:02:16.386Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10d38c8 [Pipeline] echo [2023-04-21T20:02:16.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T20:02:16.558Z] provisioning config files... [2023-04-21T20:02:16.588Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4448709062052348996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:02:16.934Z] ---> docker-login.sh [2023-04-21T20:02:16.934Z] nexus3.edgexfoundry.org:10001 [2023-04-21T20:02:17.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:02:17.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:02:17.209Z] Configure a credential helper to remove this warning. See [2023-04-21T20:02:17.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:02:17.209Z] [2023-04-21T20:02:17.209Z] Login Succeeded [2023-04-21T20:02:17.209Z] nexus3.edgexfoundry.org:10002 [2023-04-21T20:02:17.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:02:17.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:02:17.209Z] Configure a credential helper to remove this warning. See [2023-04-21T20:02:17.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:02:17.209Z] [2023-04-21T20:02:17.209Z] Login Succeeded [2023-04-21T20:02:17.209Z] nexus3.edgexfoundry.org:10003 [2023-04-21T20:02:17.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:02:17.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:02:17.753Z] Configure a credential helper to remove this warning. See [2023-04-21T20:02:17.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:02:17.753Z] [2023-04-21T20:02:17.753Z] Login Succeeded [2023-04-21T20:02:17.753Z] nexus3.edgexfoundry.org:10004 [2023-04-21T20:02:17.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:02:17.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:02:17.753Z] Configure a credential helper to remove this warning. See [2023-04-21T20:02:17.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:02:17.753Z] [2023-04-21T20:02:17.753Z] Login Succeeded [2023-04-21T20:02:17.753Z] docker.io [2023-04-21T20:02:17.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:02:18.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:02:18.014Z] Configure a credential helper to remove this warning. See [2023-04-21T20:02:18.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:02:18.014Z] [2023-04-21T20:02:18.014Z] Login Succeeded [2023-04-21T20:02:18.014Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T20:02:18.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T20:02:18.461Z] + 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-04-21T20:02:18.461Z] + dirname cmd/core-command/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-21T20:02:18.461Z] + + cut -d/ -f2 [2023-04-21T20:02:18.461Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-21T20:02:18.461Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/core-data/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/core-metadata/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/security-bootstrapper/Dockerfile+ [2023-04-21T20:02:18.461Z] cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-21T20:02:18.461Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-21T20:02:18.461Z] cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-21T20:02:18.461Z] + + dirname cmd/security-spire-server/Dockerfilecut [2023-04-21T20:02:18.461Z] -d/ -f2 [2023-04-21T20:02:18.461Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/support-notifications/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-21T20:02:18.461Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-21T20:02:18.461Z] + cut -d/ -f2 [2023-04-21T20:02:18.461Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-21T20:02:18.538Z] 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-04-21T20:02:19.045Z] + git rev-list -1 --merges 10d38c88c8fe0305019976539f89d3b6b7b47d7b~1..10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] echo [2023-04-21T20:02:19.077Z] -----------> git rev-list -1 --merges 10d38c88c8fe0305019976539f89d3b6b7b47d7b~1..10d38c88c8fe0305019976539f89d3b6b7b47d7b 10d38c88c8fe0305019976539f89d3b6b7b47d7b [false] [Pipeline] sh [2023-04-21T20:02:19.391Z] + git log --format=format:%s -1 10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] echo [2023-04-21T20:02:19.428Z] ========================================================= [2023-04-21T20:02:19.428Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-21T20:02:19.428Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-21T20:02:19.887Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-21T20:02:19.887Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-21T20:02:19.887Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-21T20:02:19.887Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-21T20:02:19.887Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-21T20:02:19.887Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-21T20:02:19.887Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:02:20.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T20:02:20.315Z] [2023-04-21T20:02:20.315Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:02:20.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T20:02:20.704Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-21T20:02:20.704Z] b85a868b505f: Pulling fs layer [2023-04-21T20:02:20.704Z] e2be974225ed: Pulling fs layer [2023-04-21T20:02:20.704Z] 339a4e72a1f5: Pulling fs layer [2023-04-21T20:02:20.704Z] 988bab9f4d93: Pulling fs layer [2023-04-21T20:02:20.704Z] 1469e6f7b9e6: Pulling fs layer [2023-04-21T20:02:20.704Z] eaf3925da568: Pulling fs layer [2023-04-21T20:02:20.704Z] bab4dde63d76: Pulling fs layer [2023-04-21T20:02:20.704Z] bde34c3a00c8: Pulling fs layer [2023-04-21T20:02:20.704Z] b352a97aabf1: Pulling fs layer [2023-04-21T20:02:20.704Z] 4872d77fe225: Pulling fs layer [2023-04-21T20:02:20.704Z] 5851b861e8e6: Pulling fs layer [2023-04-21T20:02:20.704Z] 988bab9f4d93: Waiting [2023-04-21T20:02:20.704Z] 1469e6f7b9e6: Waiting [2023-04-21T20:02:20.704Z] eaf3925da568: Waiting [2023-04-21T20:02:20.704Z] bab4dde63d76: Waiting [2023-04-21T20:02:20.704Z] bde34c3a00c8: Waiting [2023-04-21T20:02:20.704Z] b352a97aabf1: Waiting [2023-04-21T20:02:20.704Z] 5851b861e8e6: Waiting [2023-04-21T20:02:20.704Z] e2be974225ed: Verifying Checksum [2023-04-21T20:02:20.704Z] e2be974225ed: Download complete [2023-04-21T20:02:20.704Z] 988bab9f4d93: Verifying Checksum [2023-04-21T20:02:20.704Z] 988bab9f4d93: Download complete [2023-04-21T20:02:20.704Z] 1469e6f7b9e6: Verifying Checksum [2023-04-21T20:02:20.704Z] 1469e6f7b9e6: Download complete [2023-04-21T20:02:20.704Z] 339a4e72a1f5: Verifying Checksum [2023-04-21T20:02:20.704Z] 339a4e72a1f5: Download complete [2023-04-21T20:02:20.972Z] eaf3925da568: Verifying Checksum [2023-04-21T20:02:20.972Z] eaf3925da568: Download complete [2023-04-21T20:02:20.972Z] bde34c3a00c8: Verifying Checksum [2023-04-21T20:02:20.972Z] bde34c3a00c8: Download complete [2023-04-21T20:02:20.972Z] b352a97aabf1: Verifying Checksum [2023-04-21T20:02:20.972Z] b352a97aabf1: Download complete [2023-04-21T20:02:20.972Z] 4872d77fe225: Verifying Checksum [2023-04-21T20:02:20.972Z] 4872d77fe225: Download complete [2023-04-21T20:02:20.972Z] 5851b861e8e6: Verifying Checksum [2023-04-21T20:02:20.972Z] 5851b861e8e6: Download complete [2023-04-21T20:02:20.972Z] b85a868b505f: Download complete [2023-04-21T20:02:21.235Z] bab4dde63d76: Verifying Checksum [2023-04-21T20:02:21.235Z] bab4dde63d76: Download complete [2023-04-21T20:02:22.635Z] b85a868b505f: Pull complete [2023-04-21T20:02:22.635Z] e2be974225ed: Pull complete [2023-04-21T20:02:22.900Z] 339a4e72a1f5: Pull complete [2023-04-21T20:02:23.187Z] 988bab9f4d93: Pull complete [2023-04-21T20:02:23.449Z] 1469e6f7b9e6: Pull complete [2023-04-21T20:02:23.449Z] eaf3925da568: Pull complete [2023-04-21T20:02:25.374Z] bab4dde63d76: Pull complete [2023-04-21T20:02:25.374Z] bde34c3a00c8: Pull complete [2023-04-21T20:02:25.374Z] b352a97aabf1: Pull complete [2023-04-21T20:02:25.636Z] 4872d77fe225: Pull complete [2023-04-21T20:02:25.636Z] 5851b861e8e6: Pull complete [2023-04-21T20:02:25.636Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-21T20:02:25.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T20:02:25.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:02:25.936Z] prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container [2023-04-21T20:02:25.967Z] $ 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-04-21T20:02:28.765Z] $ docker top e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 -eo pid,comm [2023-04-21T20:02:28.833Z] 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-04-21T20:02:28.833Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-21T20:02:29.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T20:02:29.138Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T20:02:29.255Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T20:02:29.258Z] $ docker exec e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent [2023-04-21T20:02:29.360Z] SSH_AUTH_SOCK=/tmp/ssh-80P3GSL9Y9vE/agent.32 [2023-04-21T20:02:29.360Z] SSH_AGENT_PID=38 [2023-04-21T20:02:29.366Z] Running ssh-add (command line suppressed) [2023-04-21T20:02:29.476Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3639910467192289922.key (/w/workspace/edgex-go/1@tmp/private_key_3639910467192289922.key) [2023-04-21T20:02:29.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T20:02:29.830Z] + git tag --points-at HEAD [Pipeline] } [2023-04-21T20:02:29.864Z] $ docker exec --env ******** --env ******** e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent -k [2023-04-21T20:02:29.972Z] unset SSH_AUTH_SOCK; [2023-04-21T20:02:29.972Z] unset SSH_AGENT_PID; [2023-04-21T20:02:29.972Z] echo Agent pid 38 killed; [2023-04-21T20:02:29.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-21T20:02:30.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T20:02:30.070Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T20:02:30.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T20:02:30.204Z] $ docker exec e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent [2023-04-21T20:02:30.322Z] SSH_AUTH_SOCK=/tmp/ssh-eH6KINlBatVQ/agent.70 [2023-04-21T20:02:30.322Z] SSH_AGENT_PID=76 [2023-04-21T20:02:30.326Z] Running ssh-add (command line suppressed) [2023-04-21T20:02:30.425Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_13117696707454153631.key (/w/workspace/edgex-go/1@tmp/private_key_13117696707454153631.key) [2023-04-21T20:02:30.440Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T20:02:30.782Z] + git semver init [2023-04-21T20:02:31.040Z] 2023-04-21 20:02:30,972 [run_init] DEBUG init version:0.0.0 force:False [2023-04-21T20:02:31.040Z] 2023-04-21 20:02:30,973 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-21T20:02:31.040Z] 2023-04-21 20:02:30,974 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-21T20:02:31.040Z] 2023-04-21 20:02:30,974 [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-04-21T20:02:36.330Z] 2023-04-21 20:02:36,062 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-21T20:02:36.330Z] 2023-04-21 20:02:36,062 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4524 with force:False [2023-04-21T20:02:36.330Z] 2023-04-21 20:02:36,062 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4524 [2023-04-21T20:02:36.330Z] 2023-04-21 20:02:36,066 [execute] INFO git cat-file --batch-check [2023-04-21T20:02:36.330Z] 2023-04-21 20:02:36,067 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T20:02:36.330Z] 2023-04-21 20:02:36,073 [execute] INFO git cat-file --batch [2023-04-21T20:02:36.330Z] 2023-04-21 20:02:36,073 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T20:02:36.330Z] 2023-04-21 20:02:36,078 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4524 [2023-04-21T20:02:36.330Z] 0.0.0 [Pipeline] } [2023-04-21T20:02:36.362Z] $ docker exec --env ******** --env ******** e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent -k [2023-04-21T20:02:36.459Z] unset SSH_AUTH_SOCK; [2023-04-21T20:02:36.460Z] unset SSH_AGENT_PID; [2023-04-21T20:02:36.460Z] echo Agent pid 76 killed; [2023-04-21T20:02:36.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T20:02:36.903Z] + git semver [Pipeline] } [2023-04-21T20:02:37.189Z] $ docker stop --time=1 e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 [2023-04-21T20:02:38.502Z] $ docker rm -f --volumes e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T20:02:38.911Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-21T20:02:39.203Z] Stashed 1 file(s) [Pipeline] echo [2023-04-21T20:02:39.220Z] [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-04-21T20:02:40.040Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-21T20:02:40.083Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T20:02:40.114Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T20:02:40.151Z] ========================================================= [2023-04-21T20:02:40.151Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-21T20:02:40.151Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:02:40.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T20:02:40.760Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-21T20:02:40.760Z] 63b65145d645: Pulling fs layer [2023-04-21T20:02:40.760Z] a2d21d5440eb: Pulling fs layer [2023-04-21T20:02:40.760Z] 935e6c44a52c: Pulling fs layer [2023-04-21T20:02:40.760Z] 94cc34f8dd06: Pulling fs layer [2023-04-21T20:02:40.760Z] 30dea6a524f1: Pulling fs layer [2023-04-21T20:02:40.760Z] a2aff8979fd8: Pulling fs layer [2023-04-21T20:02:40.760Z] 6808be2612f2: Pulling fs layer [2023-04-21T20:02:40.760Z] f25807f1079a: Pulling fs layer [2023-04-21T20:02:40.760Z] 94cc34f8dd06: Waiting [2023-04-21T20:02:40.760Z] 30dea6a524f1: Waiting [2023-04-21T20:02:40.760Z] f25807f1079a: Waiting [2023-04-21T20:02:40.760Z] 6808be2612f2: Waiting [2023-04-21T20:02:40.760Z] a2aff8979fd8: Waiting [2023-04-21T20:02:40.760Z] a2d21d5440eb: Verifying Checksum [2023-04-21T20:02:40.760Z] a2d21d5440eb: Download complete [2023-04-21T20:02:40.760Z] 94cc34f8dd06: Verifying Checksum [2023-04-21T20:02:40.760Z] 94cc34f8dd06: Download complete [2023-04-21T20:02:40.760Z] 30dea6a524f1: Verifying Checksum [2023-04-21T20:02:40.760Z] 30dea6a524f1: Download complete [2023-04-21T20:02:40.760Z] 63b65145d645: Verifying Checksum [2023-04-21T20:02:40.760Z] 63b65145d645: Download complete [2023-04-21T20:02:40.760Z] a2aff8979fd8: Download complete [2023-04-21T20:02:41.021Z] 63b65145d645: Pull complete [2023-04-21T20:02:41.021Z] a2d21d5440eb: Pull complete [2023-04-21T20:02:41.021Z] f25807f1079a: Download complete [2023-04-21T20:02:41.281Z] 935e6c44a52c: Verifying Checksum [2023-04-21T20:02:41.281Z] 935e6c44a52c: Download complete [2023-04-21T20:02:41.540Z] 6808be2612f2: Verifying Checksum [2023-04-21T20:02:41.540Z] 6808be2612f2: Download complete [2023-04-21T20:02:44.830Z] 935e6c44a52c: Pull complete [2023-04-21T20:02:44.830Z] 94cc34f8dd06: Pull complete [2023-04-21T20:02:45.089Z] 30dea6a524f1: Pull complete [2023-04-21T20:02:45.089Z] a2aff8979fd8: Pull complete [2023-04-21T20:02:47.625Z] 6808be2612f2: Pull complete [2023-04-21T20:02:48.195Z] f25807f1079a: Pull complete [2023-04-21T20:02:48.195Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-21T20:02:48.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T20:02:48.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:02:48.584Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T20:02:48.584Z] WORKDIR /edgex [2023-04-21T20:02:48.584Z] COPY go.mod . [2023-04-21T20:02:48.584Z] RUN go mod download build [2023-04-21T20:02:48.584Z] -t ci-base-image-x86_64 -f - . [2023-04-21T20:02:49.153Z] Sending build context to Docker daemon 170.6MB [2023-04-21T20:02:49.153Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T20:02:49.153Z] ---> 3b553350e43f [2023-04-21T20:02:49.153Z] Step 2/4 : WORKDIR /edgex [2023-04-21T20:02:54.560Z] Still waiting to schedule task [2023-04-21T20:02:54.561Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9317’ [2023-04-21T20:02:55.756Z] ---> Running in 6c71f544a52f [2023-04-21T20:02:55.756Z] Removing intermediate container 6c71f544a52f [2023-04-21T20:02:55.756Z] ---> 68042eef720a [2023-04-21T20:02:55.756Z] Step 3/4 : COPY go.mod . [2023-04-21T20:02:56.016Z] ---> d013e464b408 [2023-04-21T20:02:56.016Z] Step 4/4 : RUN go mod download [2023-04-21T20:02:56.016Z] ---> Running in 6ef614503e73 [2023-04-21T20:03:12.013Z] Removing intermediate container 6ef614503e73 [2023-04-21T20:03:12.013Z] ---> eeb8dd2610a2 [2023-04-21T20:03:12.013Z] Successfully built eeb8dd2610a2 [2023-04-21T20:03:12.013Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:03:12.394Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T20:03:12.394Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:03:12.550Z] prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container [2023-04-21T20:03:12.580Z] $ 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-04-21T20:03:12.984Z] $ docker top 3c1e0769b0003184d8f0d88d6f2142dc110e13604ebf04746259ba81b818126c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:03:13.388Z] + go version [2023-04-21T20:03:13.388Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-21T20:03:13.419Z] $ docker stop --time=1 3c1e0769b0003184d8f0d88d6f2142dc110e13604ebf04746259ba81b818126c [2023-04-21T20:03:14.686Z] $ docker rm -f --volumes 3c1e0769b0003184d8f0d88d6f2142dc110e13604ebf04746259ba81b818126c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:03:15.748Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T20:03:15.748Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:03:16.106Z] prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container [2023-04-21T20:03:16.192Z] $ 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-04-21T20:03:16.534Z] $ docker top c23aad8ac1bb1b2e24699fef12c4879491154f664f89e6034a83860f8c0a69e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-21T20:03:16.701Z] ========================================================= [2023-04-21T20:03:16.701Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-21T20:03:16.701Z] ========================================================= [Pipeline] sh [2023-04-21T20:03:17.063Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:03:17.597Z] + make test [2023-04-21T20:03:17.597Z] go test -race -coverprofile=coverage.out ./... [2023-04-21T20:03:25.872Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-21T20:03:40.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-21T20:03:42.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-21T20:03:42.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-21T20:03:42.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.038s coverage: 28.7% of statements [2023-04-21T20:03:44.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements [2023-04-21T20:03:49.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.087s coverage: 71.5% of statements [2023-04-21T20:03:49.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-21T20:03:49.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-21T20:03:49.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-21T20:03:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-21T20:03:50.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-21T20:03:50.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.074s coverage: 54.0% of statements [2023-04-21T20:03:51.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-21T20:03:51.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:03:51.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-21T20:03:51.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-21T20:03:51.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-21T20:03:53.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-21T20:03:53.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-21T20:03:55.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.131s coverage: 88.5% of statements [2023-04-21T20:03:55.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements [2023-04-21T20:03:55.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-21T20:03:55.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-21T20:03:55.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:03:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.418s coverage: 95.6% of statements [2023-04-21T20:03:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-21T20:03:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-21T20:03:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-21T20:03:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-21T20:03:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-21T20:03:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements [2023-04-21T20:03:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-21T20:03:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-21T20:03:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-21T20:03:57.225Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.066s coverage: 65.9% of statements [2023-04-21T20:03:57.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-21T20:03:57.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.085s coverage: 0.9% of statements [2023-04-21T20:03:57.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-21T20:03:57.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements [2023-04-21T20:03:58.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 44.1% of statements [2023-04-21T20:03:58.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 82.9% of statements [2023-04-21T20:03:58.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2023-04-21T20:03:58.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2023-04-21T20:03:58.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2023-04-21T20:03:59.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-21T20:03:59.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-21T20:03:59.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-21T20:03:59.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-21T20:03:59.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-21T20:03:59.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-21T20:03:59.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-21T20:03:59.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-21T20:04:00.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-21T20:04:00.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-21T20:04:00.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-21T20:04:00.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-21T20:04:01.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-21T20:04:01.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-21T20:04:01.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-21T20:04:02.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-21T20:04:03.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-21T20:04:04.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-21T20:04:04.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-21T20:04:05.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-21T20:04:05.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-21T20:04:05.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-21T20:04:07.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-21T20:04:07.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-21T20:04:07.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-21T20:04:08.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-21T20:04:08.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-21T20:04:08.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-21T20:04:08.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-21T20:04:09.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-21T20:04:09.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-21T20:04:09.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-21T20:04:09.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-21T20:04:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2023-04-21T20:04:11.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-21T20:04:11.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:04:11.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-21T20:04:11.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-21T20:04:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-21T20:04:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-21T20:04:12.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-21T20:04:12.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.290s coverage: 79.9% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.068s coverage: 92.9% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 64.4% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 81.8% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.102s coverage: 82.1% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 86.0% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.1% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 38.4% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.141s coverage: 92.3% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.047s coverage: 61.5% of statements [2023-04-21T20:04:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements [2023-04-21T20:04:22.835Z] 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-04-21T20:04:23.117Z] running golangci-lint [2023-04-21T20:04:23.117Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-21T20:04:23.117Z] go version go1.20.2 linux/amd64 [2023-04-21T20:04:23.430Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-21T20:04:23.430Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-21T20:04:41.555Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 15.485849235s" [2023-04-21T20:04:41.556Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 48.097174ms" [2023-04-21T20:04:48.160Z] level=info msg="[linters_context/goanalysis] analyzers took 1m0.947053509s with top 10 stages: buildir: 35.555752044s, inspect: 1.820407338s, fact_deprecated: 1.616508021s, S1038: 1.372348826s, gosec: 1.339685717s, printf: 1.116413141s, ctrlflow: 970.844479ms, fact_purity: 912.856421ms, unused: 788.712508ms, nilness: 736.535648ms" [2023-04-21T20:04:48.160Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-21T20:04:48.160Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 203/203, autogenerated_exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, cgo: 203/203, identifier_marker: 203/203, path_prettifier: 203/203, skip_dirs: 203/203, exclude: 203/203, filename_unadjuster: 203/203" [2023-04-21T20:04:48.160Z] level=info msg="[runner] processing took 16.064034ms with stages: nolint: 6.875632ms, identifier_marker: 4.902527ms, exclude-rules: 1.711238ms, autogenerated_exclude: 1.170316ms, path_prettifier: 924.32µs, skip_dirs: 427.199µs, cgo: 33.551µs, filename_unadjuster: 15.271µs, max_same_issues: 770ns, uniq_by_line: 670ns, exclude: 460ns, skip_files: 370ns, source_code: 270ns, diff: 250ns, path_shortener: 250ns, sort_results: 240ns, severity-rules: 240ns, max_from_linter: 190ns, path_prefixer: 150ns, max_per_file_from_linter: 120ns" [2023-04-21T20:04:48.160Z] level=info msg="[runner] linters took 8.341631778s with stages: goanalysis_metalinter: 8.325439531s" [2023-04-21T20:04:48.160Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-21T20:04:48.160Z] level=info msg="Memory: 239 samples, avg is 187.9MB, max is 731.2MB" [2023-04-21T20:04:48.160Z] level=info msg="Execution took 23.886474929s" [2023-04-21T20:04:48.160Z] go vet ./... [2023-04-21T20:04:52.367Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T20:04:52.367Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T20:04:52.367Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T20:04:52.655Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-21T20:04:52.976Z] + ls -al . [2023-04-21T20:04:52.977Z] total 704 [2023-04-21T20:04:52.977Z] drwxrwxr-x 11 1001 1001 4096 Apr 21 20:03 . [2023-04-21T20:04:52.977Z] drwxr-xr-x 4 root root 4096 Apr 21 20:03 .. [2023-04-21T20:04:52.977Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 20:02 .blubracket [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 16 Apr 21 20:02 .dockerignore [2023-04-21T20:04:52.977Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 20:02 .git [2023-04-21T20:04:52.977Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 20:02 .github [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 1133 Apr 21 20:02 .gitignore [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 42 Apr 21 20:02 .golangci.yml [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 87 Apr 21 20:02 .hadolint.yml [2023-04-21T20:04:52.977Z] drwxr-xr-x 3 1001 1001 4096 Apr 21 20:02 .semver [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 20:02 .sonarcloud.properties [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 1171 Apr 21 20:02 ADOPTERS.md [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 10835 Apr 21 20:02 Attribution.txt [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 73765 Apr 21 20:02 CHANGELOG.md [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 20:02 CONTRIBUTING.md [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 677 Apr 21 20:02 GOVERNANCE.md [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 883 Apr 21 20:02 Jenkinsfile [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 20:02 LICENSE [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 14368 Apr 21 20:02 Makefile [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 582 Apr 21 20:02 OWNERS.md [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 9403 Apr 21 20:02 README.md [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 789 Apr 21 20:02 SECURITY.md [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 20:02 VERSION [2023-04-21T20:04:52.977Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 20:02 bin [2023-04-21T20:04:52.977Z] drwxrwxr-x 18 1001 1001 4096 Apr 21 20:02 cmd [2023-04-21T20:04:52.977Z] -rw-r--r-- 1 root root 448248 Apr 21 20:04 coverage.out [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 3200 Apr 21 20:02 go.mod [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 31155 Apr 21 20:02 go.sum [2023-04-21T20:04:52.977Z] drwxrwxr-x 7 1001 1001 4096 Apr 21 20:02 internal [2023-04-21T20:04:52.977Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 20:02 openapi [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 594 Apr 21 20:02 security.txt [2023-04-21T20:04:52.977Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 20:02 snap [2023-04-21T20:04:52.977Z] -rw-rw-r-- 1 1001 1001 204 Apr 21 20:02 version.go [Pipeline] sh [2023-04-21T20:04:53.290Z] + '[' -e coverage.out ] [2023-04-21T20:04:53.290Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-21T20:04:53.416Z] Stashed 1 file(s) [Pipeline] sh [2023-04-21T20:04:53.723Z] + make build [2023-04-21T20:04:53.723Z] 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-04-21T20:05:06.557Z] 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-04-21T20:05:07.128Z] 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-04-21T20:05:08.065Z] 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-04-21T20:05:09.009Z] 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-04-21T20:05:17.293Z] 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-04-21T20:05:17.552Z] 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-04-21T20:05:18.933Z] 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-04-21T20:05:20.313Z] 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-04-21T20:05:20.882Z] 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-04-21T20:05:21.821Z] 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-04-21T20:05:23.202Z] 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-04-21T20:05:24.606Z] $ docker stop --time=1 c23aad8ac1bb1b2e24699fef12c4879491154f664f89e6034a83860f8c0a69e0 [2023-04-21T20:05:30.817Z] $ docker rm -f --volumes c23aad8ac1bb1b2e24699fef12c4879491154f664f89e6034a83860f8c0a69e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:05:31.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:05:31.942Z] [2023-04-21T20:05:31.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:05:32.321Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:05:32.321Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-21T20:05:32.321Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-21T20:05:32.321Z] ca9280d653b3: Pulling fs layer [2023-04-21T20:05:32.321Z] 7e9c9ca2126c: Pulling fs layer [2023-04-21T20:05:32.585Z] cbdbe7a5bc2a: Download complete [2023-04-21T20:05:32.585Z] ca9280d653b3: Verifying Checksum [2023-04-21T20:05:32.585Z] ca9280d653b3: Download complete [2023-04-21T20:05:32.585Z] cbdbe7a5bc2a: Pull complete [2023-04-21T20:05:33.153Z] 7e9c9ca2126c: Download complete [2023-04-21T20:05:33.153Z] ca9280d653b3: Pull complete [2023-04-21T20:05:36.441Z] 7e9c9ca2126c: Pull complete [2023-04-21T20:05:36.441Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-21T20:05:36.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:05:36.441Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:05:36.682Z] prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container [2023-04-21T20:05:36.714Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-21T20:05:41.014Z] $ docker top 5c37e48062cc1568673ef3d2168ed9d54fae64ee77ace688b8e1da364a23347d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:05:41.410Z] + docker-compose build --help [2023-04-21T20:05:41.410Z] + grep parallel [2023-04-21T20:05:41.979Z] --parallel Build images in parallel. [Pipeline] } [2023-04-21T20:05:42.257Z] $ docker stop --time=1 5c37e48062cc1568673ef3d2168ed9d54fae64ee77ace688b8e1da364a23347d [2023-04-21T20:05:43.550Z] $ docker rm -f --volumes 5c37e48062cc1568673ef3d2168ed9d54fae64ee77ace688b8e1da364a23347d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:05:44.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:05:44.170Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:05:44.317Z] prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container [2023-04-21T20:05:44.348Z] $ 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-04-21T20:05:44.704Z] $ docker top fc99a93ed65852dfadc53681d96e8785b75188f9da3f61f96f1a9b8d93d183a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:05:45.105Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-21T20:05:45.673Z] Building core-command ... [2023-04-21T20:05:45.673Z] Building core-common-config-bootstrapper ... [2023-04-21T20:05:45.673Z] Building core-data ... [2023-04-21T20:05:45.673Z] Building core-metadata ... [2023-04-21T20:05:45.673Z] Building security-bootstrapper ... [2023-04-21T20:05:45.673Z] Building security-proxy-auth ... [2023-04-21T20:05:45.673Z] Building security-proxy-setup ... [2023-04-21T20:05:45.673Z] Building security-secretstore-setup ... [2023-04-21T20:05:45.673Z] Building security-spiffe-token-provider ... [2023-04-21T20:05:45.673Z] Building security-spire-agent ... [2023-04-21T20:05:45.673Z] Building security-spire-config ... [2023-04-21T20:05:45.673Z] Building security-spire-server ... [2023-04-21T20:05:45.673Z] Building support-notifications ... [2023-04-21T20:05:45.673Z] Building support-scheduler ... [2023-04-21T20:05:45.673Z] Building security-secretstore-setup [2023-04-21T20:05:45.673Z] Building security-spire-agent [2023-04-21T20:05:45.673Z] Building security-spiffe-token-provider [2023-04-21T20:05:45.673Z] Building support-scheduler [2023-04-21T20:05:45.673Z] Building core-metadata [2023-04-21T20:06:00.548Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:06:00.548Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:06:00.548Z] ---> eeb8dd2610a2 [2023-04-21T20:06:00.548Z] Step 3/25 : WORKDIR /edgex-go [2023-04-21T20:06:00.548Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:06:00.548Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:06:00.548Z] ---> eeb8dd2610a2 [2023-04-21T20:06:00.548Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:06:00.548Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:06:00.548Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:06:00.548Z] ---> eeb8dd2610a2 [2023-04-21T20:06:00.548Z] Step 3/20 : WORKDIR /edgex-go [2023-04-21T20:06:00.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:06:00.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:06:00.548Z] ---> eeb8dd2610a2 [2023-04-21T20:06:00.548Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:06:00.548Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:06:00.548Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:06:00.548Z] ---> eeb8dd2610a2 [2023-04-21T20:06:00.548Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:06:08.696Z] ---> Running in b8e1ee3a1f02 [2023-04-21T20:06:08.696Z] ---> Running in 26a9043500c7 [2023-04-21T20:06:08.696Z] ---> Running in d1d9ed0fbd55 [2023-04-21T20:06:08.696Z] ---> Running in 04485628eaad [2023-04-21T20:06:08.696Z] ---> Running in 7eb721c6b879 [2023-04-21T20:06:08.696Z] Removing intermediate container 04485628eaad [2023-04-21T20:06:08.696Z] ---> d1576f4ca9ae [2023-04-21T20:06:08.696Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:06:08.696Z] Removing intermediate container b8e1ee3a1f02 [2023-04-21T20:06:08.696Z] ---> b40f8222a89b [2023-04-21T20:06:08.696Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-21T20:06:08.696Z] Removing intermediate container 26a9043500c7 [2023-04-21T20:06:08.696Z] ---> 05e2635c4ed7 [2023-04-21T20:06:08.696Z] Step 4/25 : WORKDIR /edgex-go [2023-04-21T20:06:08.696Z] Removing intermediate container 7eb721c6b879 [2023-04-21T20:06:08.696Z] ---> 6bc63eea9bf6 [2023-04-21T20:06:08.696Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-21T20:06:08.696Z] Removing intermediate container d1d9ed0fbd55 [2023-04-21T20:06:08.696Z] ---> 34d804f0e981 [2023-04-21T20:06:08.696Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:06:08.696Z] ---> Running in ddf811a541c1 [2023-04-21T20:06:08.696Z] ---> Running in 4ad64fda7b11 [2023-04-21T20:06:08.696Z] ---> Running in 375be1447821 [2023-04-21T20:06:08.696Z] ---> Running in 879a853939d3 [2023-04-21T20:06:08.696Z] ---> Running in 92860e35c63f [2023-04-21T20:06:08.696Z] Removing intermediate container 4ad64fda7b11 [2023-04-21T20:06:08.696Z] ---> 490c76d743b5 [2023-04-21T20:06:08.696Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-21T20:06:08.696Z] Removing intermediate container ddf811a541c1 [2023-04-21T20:06:08.696Z] ---> d792c9237360 [2023-04-21T20:06:08.696Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:06:08.696Z] ---> Running in 9ac3c27bcaef [2023-04-21T20:06:08.696Z] ---> Running in c4dd4fe6965c [2023-04-21T20:06:08.955Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.472Z] OK: 265 MiB in 53 packages [2023-04-21T20:06:09.472Z] OK: 265 MiB in 53 packages [2023-04-21T20:06:09.472Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:06:09.472Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:06:09.472Z] OK: 17824 distinct packages available [2023-04-21T20:06:09.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:06:09.756Z] OK: 265 MiB in 53 packages [2023-04-21T20:06:10.016Z] OK: 265 MiB in 53 packages [2023-04-21T20:06:10.017Z] Removing intermediate container 92860e35c63f [2023-04-21T20:06:10.017Z] ---> 1dce35b5253f [2023-04-21T20:06:10.017Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:06:10.017Z] OK: 265 MiB in 53 packages [2023-04-21T20:06:10.017Z] Removing intermediate container 375be1447821 [2023-04-21T20:06:10.017Z] ---> 2cd22fb339e0 [2023-04-21T20:06:10.017Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-21T20:06:10.275Z] ---> 2fde15e28b0f [2023-04-21T20:06:10.275Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:06:10.275Z] ---> Running in 30ccd41d59c6 [2023-04-21T20:06:10.275Z] ---> 4634cc787175 [2023-04-21T20:06:10.275Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:06:10.275Z] Removing intermediate container c4dd4fe6965c [2023-04-21T20:06:10.275Z] ---> 6c200a6ea577 [2023-04-21T20:06:10.275Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-21T20:06:10.275Z] ---> Running in cbedc1c653f9 [2023-04-21T20:06:10.275Z] Removing intermediate container 9ac3c27bcaef [2023-04-21T20:06:10.275Z] ---> db6236e57a3f [2023-04-21T20:06:10.275Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:06:10.533Z] ---> 63653fe4b54a [2023-04-21T20:06:10.533Z] Removing intermediate container 879a853939d3 [2023-04-21T20:06:10.533Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 757e48156353 [2023-04-21T20:06:10.533Z] [2023-04-21T20:06:10.533Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-21T20:06:10.533Z] ---> Running in 7cc9bf40ba28 [2023-04-21T20:06:10.533Z] ---> 388fa181bd1f [2023-04-21T20:06:10.533Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:06:10.533Z] ---> Running in 247db5ca0004 [2023-04-21T20:06:10.533Z] ---> b147dba83599 [2023-04-21T20:06:10.533Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:06:10.533Z] ---> Running in 80623b12f5f9 [2023-04-21T20:06:14.916Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9321 in /w/workspace/edgexfoundry_edgex-go_PR-4524 [Pipeline] { [Pipeline] ws [2023-04-21T20:06:14.974Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-21T20:06:15.079Z] The recommended git tool is: git [2023-04-21T20:06:21.268Z] using credential edgex-jenkins-ssh [2023-04-21T20:06:21.285Z] Cloning the remote Git repository [2023-04-21T20:06:21.348Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-21T20:06:21.461Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-21T20:06:21.641Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-21T20:06:21.642Z] > git --version # timeout=10 [2023-04-21T20:06:21.674Z] > git --version # 'git version 2.25.1' [2023-04-21T20:06:21.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T20:06:21.833Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T20:06:40.597Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-21T20:06:40.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T20:06:42.498Z] Merging remotes/origin/main commit 6ed5f643afd548d7d3f8a26d03abe2373781a040 into PR head commit 10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:06:42.984Z] Merge succeeded, producing 10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:06:42.985Z] Checking out Revision 10d38c88c8fe0305019976539f89d3b6b7b47d7b (PR-4524) [2023-04-21T20:06:43.774Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-04-21T20:06:43.839Z] > git --version # timeout=10 [2023-04-21T20:06:43.852Z] > git --version # 'git version 2.25.1' [2023-04-21T20:06:43.867Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T20:06:41.638Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-21T20:06:41.690Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-21T20:06:41.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T20:06:41.713Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4524/head:refs/remotes/origin/PR-4524 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-21T20:06:42.523Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T20:06:42.608Z] > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # timeout=10 [2023-04-21T20:06:42.870Z] > git remote # timeout=10 [2023-04-21T20:06:42.892Z] > git config --get remote.origin.url # timeout=10 [2023-04-21T20:06:42.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T20:06:42.936Z] > git merge 6ed5f643afd548d7d3f8a26d03abe2373781a040 # timeout=10 [2023-04-21T20:06:42.968Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-21T20:06:42.995Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T20:06:43.012Z] > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T20:06:45.048Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-21T20:06:45.048Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T20:06:45.048Z] Dload Upload Total Spent Left Speed [2023-04-21T20:06:45.048Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh [2023-04-21T20:06:45.711Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-21T20:06:46.066Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-21T20:06:46.066Z] + sudo tee /etc/docker/daemon.new [2023-04-21T20:06:46.066Z] { [2023-04-21T20:06:46.066Z] "registry-mirrors": [ [2023-04-21T20:06:46.066Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-21T20:06:46.066Z] ], [2023-04-21T20:06:46.066Z] "bip": "10.250.0.254/24", [2023-04-21T20:06:46.066Z] "hosts": [ [2023-04-21T20:06:46.066Z] "tcp://0.0.0.0:5555", [2023-04-21T20:06:46.067Z] "unix:///var/run/docker.sock" [2023-04-21T20:06:46.067Z] ], [2023-04-21T20:06:46.067Z] "mtu": 1458, [2023-04-21T20:06:46.067Z] "selinux-enabled": true, [2023-04-21T20:06:46.067Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-21T20:06:46.067Z] } [Pipeline] sh [2023-04-21T20:06:46.427Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-21T20:06:46.776Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T20:07:05.116Z] provisioning config files... [2023-04-21T20:07:05.145Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17087443587989683215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:07:05.531Z] ---> docker-login.sh [2023-04-21T20:07:05.531Z] nexus3.edgexfoundry.org:10001 [2023-04-21T20:07:06.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:07:06.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:07:06.121Z] Configure a credential helper to remove this warning. See [2023-04-21T20:07:06.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:07:06.121Z] [2023-04-21T20:07:06.121Z] Login Succeeded [2023-04-21T20:07:06.121Z] nexus3.edgexfoundry.org:10002 [2023-04-21T20:07:06.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:07:06.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:07:06.392Z] Configure a credential helper to remove this warning. See [2023-04-21T20:07:06.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:07:06.392Z] [2023-04-21T20:07:06.392Z] Login Succeeded [2023-04-21T20:07:06.392Z] nexus3.edgexfoundry.org:10003 [2023-04-21T20:07:06.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:07:06.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:07:06.930Z] Configure a credential helper to remove this warning. See [2023-04-21T20:07:06.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:07:06.930Z] [2023-04-21T20:07:06.930Z] Login Succeeded [2023-04-21T20:07:06.930Z] nexus3.edgexfoundry.org:10004 [2023-04-21T20:07:07.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:07:07.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:07:07.201Z] Configure a credential helper to remove this warning. See [2023-04-21T20:07:07.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:07:07.201Z] [2023-04-21T20:07:07.201Z] Login Succeeded [2023-04-21T20:07:07.201Z] docker.io [2023-04-21T20:07:07.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:07:07.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:07:07.740Z] Configure a credential helper to remove this warning. See [2023-04-21T20:07:07.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:07:07.740Z] [2023-04-21T20:07:07.740Z] Login Succeeded [2023-04-21T20:07:07.740Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T20:07:07.774Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-21T20:07:08.486Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-21T20:07:08.532Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T20:07:08.565Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T20:07:08.599Z] ========================================================= [2023-04-21T20:07:08.599Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-21T20:07:08.599Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:07:08.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:07:08.974Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-21T20:07:08.974Z] af6eaf76a39c: Pulling fs layer [2023-04-21T20:07:08.974Z] 55522c791124: Pulling fs layer [2023-04-21T20:07:08.974Z] ce5c4a1c91eb: Pulling fs layer [2023-04-21T20:07:08.974Z] 169dfbe0d373: Pulling fs layer [2023-04-21T20:07:08.974Z] e1ff8fa3b103: Pulling fs layer [2023-04-21T20:07:08.974Z] 52ebb69f0ebf: Pulling fs layer [2023-04-21T20:07:08.974Z] 5abe8eddf0d5: Pulling fs layer [2023-04-21T20:07:08.974Z] e1ff8fa3b103: Waiting [2023-04-21T20:07:08.974Z] 52ebb69f0ebf: Waiting [2023-04-21T20:07:08.974Z] 5abe8eddf0d5: Waiting [2023-04-21T20:07:08.974Z] 169dfbe0d373: Waiting [2023-04-21T20:07:09.245Z] 55522c791124: Verifying Checksum [2023-04-21T20:07:09.245Z] 55522c791124: Download complete [2023-04-21T20:07:09.245Z] 169dfbe0d373: Verifying Checksum [2023-04-21T20:07:09.245Z] 169dfbe0d373: Download complete [2023-04-21T20:07:09.245Z] e1ff8fa3b103: Verifying Checksum [2023-04-21T20:07:09.245Z] e1ff8fa3b103: Download complete [2023-04-21T20:07:09.245Z] af6eaf76a39c: Verifying Checksum [2023-04-21T20:07:09.245Z] af6eaf76a39c: Download complete [2023-04-21T20:07:10.215Z] af6eaf76a39c: Pull complete [2023-04-21T20:07:10.215Z] 5abe8eddf0d5: Verifying Checksum [2023-04-21T20:07:10.215Z] 5abe8eddf0d5: Download complete [2023-04-21T20:07:10.935Z] 55522c791124: Pull complete [2023-04-21T20:07:11.592Z] ce5c4a1c91eb: Verifying Checksum [2023-04-21T20:07:11.592Z] ce5c4a1c91eb: Download complete [2023-04-21T20:07:11.863Z] 52ebb69f0ebf: Verifying Checksum [2023-04-21T20:07:11.863Z] 52ebb69f0ebf: Download complete [2023-04-21T20:07:18.352Z] Removing intermediate container cbedc1c653f9 [2023-04-21T20:07:18.352Z] ---> f286f97e91c9 [2023-04-21T20:07:18.352Z] Step 7/25 : COPY . . [2023-04-21T20:07:18.352Z] Removing intermediate container 247db5ca0004 [2023-04-21T20:07:18.352Z] ---> 898afb4a5dd3 [2023-04-21T20:07:18.352Z] Step 8/23 : COPY . . [2023-04-21T20:07:18.352Z] Removing intermediate container 30ccd41d59c6 [2023-04-21T20:07:18.352Z] ---> ff885fd31c52 [2023-04-21T20:07:18.352Z] Removing intermediate container 80623b12f5f9 [2023-04-21T20:07:18.352Z] Step 7/27 : COPY . . ---> e4252681c467 [2023-04-21T20:07:18.352Z] [2023-04-21T20:07:18.352Z] Removing intermediate container 7cc9bf40ba28 [2023-04-21T20:07:18.352Z] Step 7/20 : COPY . . ---> 018ec37da821 [2023-04-21T20:07:18.352Z] [2023-04-21T20:07:18.352Z] Step 8/25 : COPY . . [2023-04-21T20:07:21.953Z] ce5c4a1c91eb: Pull complete [2023-04-21T20:07:22.220Z] 169dfbe0d373: Pull complete [2023-04-21T20:07:22.493Z] e1ff8fa3b103: Pull complete [2023-04-21T20:07:29.148Z] 52ebb69f0ebf: Pull complete [2023-04-21T20:07:29.732Z] 5abe8eddf0d5: Pull complete [2023-04-21T20:07:29.732Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-21T20:07:29.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:07:29.732Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:07:30.139Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-21T20:07:30.139Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:07:30.139Z] WORKDIR /edgex [2023-04-21T20:07:30.139Z] COPY go.mod . [2023-04-21T20:07:30.139Z] RUN go mod download [2023-04-21T20:07:30.730Z] Sending build context to Docker daemon 2.932MB [2023-04-21T20:07:30.730Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:07:30.730Z] ---> 6cb57ee374ae [2023-04-21T20:07:30.730Z] Step 2/4 : WORKDIR /edgex [2023-04-21T20:07:32.676Z] ---> Running in 32949ca03261 [2023-04-21T20:07:32.943Z] Removing intermediate container 32949ca03261 [2023-04-21T20:07:32.943Z] ---> e12cda624410 [2023-04-21T20:07:32.943Z] Step 3/4 : COPY go.mod . [2023-04-21T20:07:33.211Z] ---> e1a87054fdea [2023-04-21T20:07:33.211Z] Step 4/4 : RUN go mod download [2023-04-21T20:07:33.480Z] ---> Running in 359b918c7818 [2023-04-21T20:07:36.766Z] ---> 7c25c49b0854 [2023-04-21T20:07:36.766Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-21T20:07:36.766Z] ---> 2b877c7dd376 [2023-04-21T20:07:36.766Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:07:36.766Z] ---> 9958eb4d9c92 [2023-04-21T20:07:36.766Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-21T20:07:36.766Z] ---> 7f7732fb65aa [2023-04-21T20:07:36.766Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-21T20:07:36.766Z] ---> fd8a02f912c8 [2023-04-21T20:07:36.766Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-21T20:07:36.766Z] ---> Running in c386286f99f9 [2023-04-21T20:07:36.766Z] ---> Running in b0af98ef6ce4 [2023-04-21T20:07:36.766Z] ---> Running in fbede495da9e [2023-04-21T20:07:36.766Z] ---> Running in c3240f874575 [2023-04-21T20:07:36.766Z] ---> Running in 0ecf10ec35a5 [2023-04-21T20:07:36.766Z] Removing intermediate container b0af98ef6ce4 [2023-04-21T20:07:36.766Z] ---> f0e677d38cbf [2023-04-21T20:07:36.766Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:07:36.766Z] ---> Running in d687e455a7b7 [2023-04-21T20:07:36.766Z] Removing intermediate container d687e455a7b7 [2023-04-21T20:07:36.766Z] ---> 7ca79287e6a3 [2023-04-21T20:07:36.766Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:07:36.766Z] ---> Running in 61e09cb22bab [2023-04-21T20:07:36.766Z] Removing intermediate container 61e09cb22bab [2023-04-21T20:07:36.766Z] ---> 80982cfc660a [2023-04-21T20:07:36.766Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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-04-21T20:07:36.766Z] ---> Running in e0a636dd937a [2023-04-21T20:07:36.766Z] 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-04-21T20:07:36.766Z] 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-04-21T20:07:36.766Z] 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-04-21T20:07:36.766Z] 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-04-21T20:07:36.766Z] Removing intermediate container e0a636dd937a [2023-04-21T20:07:36.766Z] ---> 55b4c0fe3645 [2023-04-21T20:07:36.766Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:07:36.766Z] ---> Running in 8bca2a29ebb3 [2023-04-21T20:07:36.766Z] Removing intermediate container 8bca2a29ebb3 [2023-04-21T20:07:36.766Z] ---> dbff1131234b [2023-04-21T20:07:36.766Z] [2023-04-21T20:07:36.766Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:07:36.766Z] 3.17: Pulling from library/alpine [2023-04-21T20:07:37.228Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T20:07:37.228Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T20:07:37.228Z] ---> 9ed4aefc74f6 [2023-04-21T20:07:37.228Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:07:37.487Z] ---> Running in 0b3236075cf3 [2023-04-21T20:07:37.488Z] Removing intermediate container 0b3236075cf3 [2023-04-21T20:07:37.488Z] ---> b53020c8c1db [2023-04-21T20:07:37.488Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:07:37.488Z] ---> Running in 97f3e311d6e9 [2023-04-21T20:07:38.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:07:38.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:07:38.880Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:07:38.880Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:07:38.880Z] OK: 17820 distinct packages available [2023-04-21T20:07:38.880Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:07:38.880Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:07:39.140Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-21T20:07:39.140Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:07:39.140Z] (3/5) Installing libucontext (1.2-r0) [2023-04-21T20:07:39.140Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-21T20:07:39.140Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-21T20:07:39.140Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:07:39.140Z] OK: 8 MiB in 20 packages [2023-04-21T20:07:40.138Z] Removing intermediate container 97f3e311d6e9 [2023-04-21T20:07:40.138Z] ---> 216ebc778c8e [2023-04-21T20:07:40.138Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:07:40.506Z] ---> c83712d7be86 [2023-04-21T20:07:40.506Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:07:41.439Z] ---> 5b2e533e6e73 [2023-04-21T20:07:41.439Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-21T20:07:45.772Z] ---> 525f7bae6221 [2023-04-21T20:07:45.772Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:07:52.390Z] ---> 1df38be33f39 [2023-04-21T20:07:52.390Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:07:54.304Z] ---> 941db4579411 [2023-04-21T20:07:54.304Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-21T20:07:55.271Z] ---> 29bafab4f385 [2023-04-21T20:07:55.272Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-21T20:07:55.842Z] ---> 01acbe5d4695 [2023-04-21T20:07:55.842Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:07:55.842Z] ---> Running in 0440010d2de8 [2023-04-21T20:07:56.103Z] Removing intermediate container 0440010d2de8 [2023-04-21T20:07:56.103Z] ---> c5ebeac4ebbb [2023-04-21T20:07:56.103Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:07:56.374Z] ---> Running in 27ca93bbfeb4 [2023-04-21T20:07:56.636Z] Removing intermediate container 27ca93bbfeb4 [2023-04-21T20:07:56.636Z] ---> 4f63fff60548 [2023-04-21T20:07:56.636Z] Step 25/27 : LABEL arch=x86_64 [2023-04-21T20:07:56.636Z] ---> Running in 21460c193a3f [2023-04-21T20:07:56.976Z] Removing intermediate container 21460c193a3f [2023-04-21T20:07:56.976Z] ---> 5c52953fc213 [2023-04-21T20:07:56.976Z] Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:07:57.240Z] ---> Running in f1b1da29a20c [2023-04-21T20:07:57.809Z] Removing intermediate container f1b1da29a20c [2023-04-21T20:07:57.809Z] ---> 757764ef167f [2023-04-21T20:07:57.809Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:07:57.809Z] ---> Running in 9cddd0fceece [2023-04-21T20:07:58.382Z] Removing intermediate container 9cddd0fceece [2023-04-21T20:07:58.382Z] ---> 9996f475ee87 [2023-04-21T20:07:58.382Z] [2023-04-21T20:07:58.382Z] Successfully built 9996f475ee87 [2023-04-21T20:07:58.382Z] Successfully tagged security-spire-agent:latest [2023-04-21T20:07:58.382Z]  Building security-spire-agent ... done Building core-common-config-bootstrapper [2023-04-21T20:08:01.681Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:08:01.681Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:08:01.681Z] ---> eeb8dd2610a2 [2023-04-21T20:08:01.681Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:08:01.681Z] ---> Using cache [2023-04-21T20:08:01.681Z] ---> 05e2635c4ed7 [2023-04-21T20:08:01.681Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:08:01.681Z] ---> Using cache [2023-04-21T20:08:01.681Z] ---> 490c76d743b5 [2023-04-21T20:08:01.681Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:08:01.681Z] ---> Using cache [2023-04-21T20:08:01.681Z] ---> 6c200a6ea577 [2023-04-21T20:08:01.681Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:08:01.681Z] ---> Using cache [2023-04-21T20:08:01.681Z] ---> 63653fe4b54a [2023-04-21T20:08:01.681Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:08:01.681Z] ---> Using cache [2023-04-21T20:08:01.681Z] ---> 018ec37da821 [2023-04-21T20:08:01.681Z] Step 8/23 : COPY . . [2023-04-21T20:08:01.681Z] ---> Using cache [2023-04-21T20:08:01.681Z] ---> 7f7732fb65aa [2023-04-21T20:08:01.681Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-21T20:08:05.701Z] Removing intermediate container 359b918c7818 [2023-04-21T20:08:05.701Z] ---> 8623b036e862 [2023-04-21T20:08:05.701Z] Successfully built 8623b036e862 [2023-04-21T20:08:05.701Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:08:06.262Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T20:08:06.262Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:08:06.559Z] prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container [2023-04-21T20:08:06.634Z] $ 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-04-21T20:08:07.801Z] $ docker top 053755e63512b195ef8beee14f9a16b35ef30d7307331d2471232b56838301d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:08:08.336Z] 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-04-21T20:08:08.675Z] + go version [2023-04-21T20:08:08.675Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-21T20:08:08.780Z] $ docker stop --time=1 053755e63512b195ef8beee14f9a16b35ef30d7307331d2471232b56838301d0 [2023-04-21T20:08:10.311Z] ---> Running in f67701c25cd5 [2023-04-21T20:08:10.353Z] $ docker rm -f --volumes 053755e63512b195ef8beee14f9a16b35ef30d7307331d2471232b56838301d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:08:11.258Z] 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-04-21T20:08:11.435Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T20:08:11.435Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:08:11.694Z] prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container [2023-04-21T20:08:11.773Z] $ 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-04-21T20:08:12.910Z] $ docker top 4313a7e70baa8de49e7878568fdd6219307dcb641193ddeff6401ab9538a9573 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-21T20:08:13.178Z] ========================================================= [2023-04-21T20:08:13.178Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-21T20:08:13.178Z] ========================================================= [Pipeline] sh [2023-04-21T20:08:13.504Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:08:14.164Z] + make test [2023-04-21T20:08:14.164Z] go test -race -coverprofile=coverage.out ./... [2023-04-21T20:08:16.605Z] Removing intermediate container c3240f874575 [2023-04-21T20:08:16.606Z] ---> b1ec8ce12f4f [2023-04-21T20:08:16.606Z] [2023-04-21T20:08:16.606Z] Step 10/25 : FROM alpine:3.17 [2023-04-21T20:08:16.606Z] ---> 9ed4aefc74f6 [2023-04-21T20:08:16.606Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:08:16.869Z] Removing intermediate container 0ecf10ec35a5 [2023-04-21T20:08:16.869Z] ---> 8240bbc06a77 [2023-04-21T20:08:16.869Z] [2023-04-21T20:08:16.869Z] Step 9/20 : FROM alpine:3.17 [2023-04-21T20:08:16.869Z] ---> 9ed4aefc74f6 [2023-04-21T20:08:16.869Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:08:16.869Z] Removing intermediate container c386286f99f9 [2023-04-21T20:08:16.869Z] ---> 0182760394b2 [2023-04-21T20:08:16.869Z] [2023-04-21T20:08:16.869Z] Step 9/25 : FROM alpine:3.17 [2023-04-21T20:08:16.869Z] ---> 9ed4aefc74f6 [2023-04-21T20:08:16.869Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-21T20:08:17.440Z] ---> Running in c3f54b13e0f6 [2023-04-21T20:08:20.179Z] ---> Running in ab375251bc03 [2023-04-21T20:08:20.179Z] ---> Running in c450e6542edc [2023-04-21T20:08:20.760Z] Removing intermediate container ab375251bc03 [2023-04-21T20:08:20.760Z] ---> 8f55482bcb18 [2023-04-21T20:08:20.760Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-21T20:08:21.020Z] ---> Running in 9e08bb3f15b8 [2023-04-21T20:08:21.020Z] Removing intermediate container fbede495da9e [2023-04-21T20:08:21.020Z] ---> 6106e0b2c273 [2023-04-21T20:08:21.020Z] [2023-04-21T20:08:21.020Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:08:21.020Z] ---> 9ed4aefc74f6 [2023-04-21T20:08:21.020Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:08:21.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:21.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:21.020Z] ---> Running in 6e935ae26d00 [2023-04-21T20:08:21.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:21.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:21.278Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-21T20:08:21.278Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-21T20:08:21.278Z] (3/3) Installing su-exec (0.2-r2) [2023-04-21T20:08:21.278Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:08:21.278Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:08:21.278Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:08:21.278Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:08:21.278Z] OK: 7 MiB in 16 packages [2023-04-21T20:08:21.536Z] OK: 8 MiB in 18 packages [2023-04-21T20:08:21.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:21.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:21.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:21.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:22.104Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:08:22.104Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:08:22.104Z] OK: 17820 distinct packages available [2023-04-21T20:08:22.104Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:22.104Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:08:22.104Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:08:22.104Z] OK: 7 MiB in 16 packages [2023-04-21T20:08:22.104Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:22.104Z] Removing intermediate container c3f54b13e0f6 [2023-04-21T20:08:22.104Z] ---> 718794ec19c0 [2023-04-21T20:08:22.104Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:08:22.104Z] ---> Running in 5495709b3efb [2023-04-21T20:08:22.366Z] Removing intermediate container c450e6542edc [2023-04-21T20:08:22.366Z] ---> de6add7a7cd7 [2023-04-21T20:08:22.366Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:08:22.366Z] Removing intermediate container 5495709b3efb [2023-04-21T20:08:22.366Z] ---> 50bc26550ff7 [2023-04-21T20:08:22.366Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-21T20:08:22.366Z] ---> Running in c88d739e25e4 [2023-04-21T20:08:22.366Z] ---> Running in e5d0c6a14fc2 [2023-04-21T20:08:22.366Z] Removing intermediate container 6e935ae26d00 [2023-04-21T20:08:22.366Z] ---> 70e944e8c0d5 [2023-04-21T20:08:22.366Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:08:22.366Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-21T20:08:22.366Z] Removing intermediate container c88d739e25e4 [2023-04-21T20:08:22.366Z] ---> e716a13f94b9 [2023-04-21T20:08:22.366Z] Step 12/25 : WORKDIR / [2023-04-21T20:08:22.366Z] ---> Running in 8aba457a6388 [2023-04-21T20:08:22.366Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-21T20:08:22.366Z] Removing intermediate container e5d0c6a14fc2 [2023-04-21T20:08:22.366Z] ---> d666db6f55aa [2023-04-21T20:08:22.366Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-21T20:08:22.366Z] ---> Running in abe26ed1ec15 [2023-04-21T20:08:22.366Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-21T20:08:22.366Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-21T20:08:22.626Z] ---> Running in 30b917a788cb [2023-04-21T20:08:22.626Z] (5/9) Installing curl (8.0.1-r0) [2023-04-21T20:08:22.626Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-21T20:08:22.626Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:08:22.626Z] (8/9) Installing libucontext (1.2-r0) [2023-04-21T20:08:22.626Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-21T20:08:22.626Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:08:22.626Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:08:22.626Z] Removing intermediate container 8aba457a6388 [2023-04-21T20:08:22.626Z] ---> f067d1280a84 [2023-04-21T20:08:22.626Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-21T20:08:22.626Z] Removing intermediate container abe26ed1ec15 [2023-04-21T20:08:22.626Z] ---> 5265a8330116 [2023-04-21T20:08:22.626Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:08:22.626Z] Removing intermediate container 30b917a788cb [2023-04-21T20:08:22.626Z] ---> 84057739eabf [2023-04-21T20:08:22.626Z] Step 15/25 : WORKDIR / [2023-04-21T20:08:22.626Z] ---> Running in 8aa097d6f024 [2023-04-21T20:08:22.626Z] ---> Running in c8619075938b [2023-04-21T20:08:22.626Z] OK: 10 MiB in 24 packages [2023-04-21T20:08:22.888Z] Removing intermediate container 8aa097d6f024 [2023-04-21T20:08:22.888Z] ---> ea33f3a9b8aa [2023-04-21T20:08:22.888Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:08:22.888Z] ---> Running in cc7e478e252d [2023-04-21T20:08:22.888Z] Removing intermediate container c8619075938b [2023-04-21T20:08:22.888Z] ---> e07e994a2e7e [2023-04-21T20:08:22.888Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:08:22.888Z] ---> 3d0ea3bc9b64 [2023-04-21T20:08:22.888Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:08:22.888Z] Removing intermediate container cc7e478e252d [2023-04-21T20:08:22.888Z] ---> e62e988c5c12 [2023-04-21T20:08:22.888Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:08:23.148Z] ---> 693e65ee3bc6 [2023-04-21T20:08:23.148Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:08:23.148Z] ---> 94e25a398824 [2023-04-21T20:08:23.148Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-21T20:08:23.426Z] ---> a13f7b57fcda [2023-04-21T20:08:23.426Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:08:23.849Z] ---> b6b951a29e81 [2023-04-21T20:08:23.849Z] Removing intermediate container 9e08bb3f15b8 [2023-04-21T20:08:23.849Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> 06dc5c28aa8a [2023-04-21T20:08:23.849Z] [2023-04-21T20:08:23.849Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:08:23.849Z] ---> e8045b6f7c25 [2023-04-21T20:08:23.849Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-21T20:08:23.849Z] ---> 7dd00eb46295 [2023-04-21T20:08:23.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-21T20:08:24.109Z] ---> 95c7ad9d5ec1 [2023-04-21T20:08:24.109Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:08:25.051Z] ---> 6be244c9038d [2023-04-21T20:08:25.051Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:08:25.475Z] ---> f41f23f67d46 [2023-04-21T20:08:25.475Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-21T20:08:25.475Z] ---> 788126876ba8 [2023-04-21T20:08:25.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:08:25.475Z] ---> 23b2a7529ac3 [2023-04-21T20:08:25.475Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:08:25.475Z] ---> 0ef8851756c5 [2023-04-21T20:08:25.475Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-21T20:08:25.737Z] ---> 2b2fde3f940d [2023-04-21T20:08:25.737Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-21T20:08:25.737Z] ---> 20b05218ad64 [2023-04-21T20:08:25.737Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-21T20:08:25.996Z] ---> Running in b463169514cc [2023-04-21T20:08:26.257Z] ---> af93a90283f2 [2023-04-21T20:08:26.257Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-21T20:08:26.257Z] Removing intermediate container b463169514cc [2023-04-21T20:08:26.257Z] ---> ca4009667de7 [2023-04-21T20:08:26.257Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:08:26.257Z] ---> 98ba21430622 [2023-04-21T20:08:26.257Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-21T20:08:26.257Z] ---> ee020904546e [2023-04-21T20:08:26.257Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:08:26.257Z] ---> Running in edb529ad8fa3 [2023-04-21T20:08:26.257Z] ---> Running in 2c8bd1cca888 [2023-04-21T20:08:26.257Z] Removing intermediate container edb529ad8fa3 [2023-04-21T20:08:26.257Z] ---> 9a41dd3525db [2023-04-21T20:08:26.257Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:08:26.517Z] ---> Running in 5c760eb60eb4 [2023-04-21T20:08:26.517Z] Removing intermediate container 2c8bd1cca888 [2023-04-21T20:08:26.517Z] ---> 7e80999c7e0b [2023-04-21T20:08:26.517Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:08:26.778Z] ---> Running in 2f0257ee964e [2023-04-21T20:08:26.778Z] ---> ad526373c1ba [2023-04-21T20:08:26.778Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-21T20:08:26.778Z] Removing intermediate container 5c760eb60eb4 [2023-04-21T20:08:26.778Z] ---> 43d862609972 [2023-04-21T20:08:26.778Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:08:27.046Z] ---> Running in 7520b7e84710 [2023-04-21T20:08:27.046Z] ---> Running in df434ecd778c [2023-04-21T20:08:27.617Z] Removing intermediate container 2f0257ee964e [2023-04-21T20:08:27.617Z] ---> d3777d792a58 [2023-04-21T20:08:27.617Z] Step 23/25 : LABEL arch=x86_64 [2023-04-21T20:08:27.876Z] ---> aa1f9b097793 [2023-04-21T20:08:27.876Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:08:27.876Z] ---> Running in 0a39462adf97 [2023-04-21T20:08:27.876Z] Removing intermediate container 7520b7e84710 [2023-04-21T20:08:27.876Z] ---> 0e26b029fdaa [2023-04-21T20:08:27.876Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:08:27.876Z] Removing intermediate container df434ecd778c [2023-04-21T20:08:27.876Z] ---> 16d492317e64 [2023-04-21T20:08:27.876Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:08:28.134Z] ---> Running in b1d21da4c8b1 [2023-04-21T20:08:28.134Z] ---> Running in 08a3f9f20ca8 [2023-04-21T20:08:28.134Z] Removing intermediate container 0a39462adf97 [2023-04-21T20:08:28.134Z] ---> 47c3f4a088fb [2023-04-21T20:08:28.134Z] Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:08:28.134Z] ---> 57d663538d16 [2023-04-21T20:08:28.134Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:08:28.134Z] Removing intermediate container b1d21da4c8b1 [2023-04-21T20:08:28.134Z] ---> 2959669e973b [2023-04-21T20:08:28.134Z] [2023-04-21T20:08:28.134Z] Removing intermediate container 08a3f9f20ca8 [2023-04-21T20:08:28.134Z] ---> d6bfa5a5af70 [2023-04-21T20:08:28.134Z] Step 18/20 : LABEL arch=x86_64 [2023-04-21T20:08:28.134Z] ---> Running in 166a270ca550 [2023-04-21T20:08:28.134Z] ---> Running in 6a450c0a583a [2023-04-21T20:08:28.392Z] ---> Running in b1d262f60c66 [2023-04-21T20:08:28.392Z] Successfully built 2959669e973b [2023-04-21T20:08:28.392Z] Successfully tagged support-scheduler:latest [2023-04-21T20:08:28.392Z]  Building support-scheduler ... done Building security-proxy-setup [2023-04-21T20:08:28.392Z] Removing intermediate container 166a270ca550 [2023-04-21T20:08:28.392Z] ---> fbd3952cf9de [2023-04-21T20:08:28.392Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:08:28.392Z] Removing intermediate container b1d262f60c66 [2023-04-21T20:08:28.392Z] ---> 9368d7fa1be2 [2023-04-21T20:08:28.392Z] Step 19/20 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:08:28.392Z] ---> Running in 92ecba4a7521 [2023-04-21T20:08:28.392Z] ---> Running in b8b1bf24855f [2023-04-21T20:08:30.322Z] Removing intermediate container 92ecba4a7521 [2023-04-21T20:08:30.323Z] ---> fef17e60a15b [2023-04-21T20:08:30.323Z] [2023-04-21T20:08:30.323Z] Successfully built fef17e60a15b [2023-04-21T20:08:31.264Z] Successfully tagged core-metadata:latest [2023-04-21T20:08:31.264Z]  Building core-metadata ... done Building core-command [2023-04-21T20:08:32.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:08:32.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:08:32.212Z] ---> eeb8dd2610a2 [2023-04-21T20:08:32.212Z] Step 3/22 : WORKDIR /edgex-go [2023-04-21T20:08:32.212Z] ---> Using cache [2023-04-21T20:08:32.212Z] ---> 34d804f0e981 [2023-04-21T20:08:32.212Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-21T20:08:35.592Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:08:35.592Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:08:35.592Z] ---> eeb8dd2610a2 [2023-04-21T20:08:35.592Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:08:35.592Z] ---> Using cache [2023-04-21T20:08:35.592Z] ---> 05e2635c4ed7 [2023-04-21T20:08:35.592Z] Step 4/24 : WORKDIR /edgex-go [2023-04-21T20:08:35.592Z] ---> Using cache [2023-04-21T20:08:35.592Z] ---> 490c76d743b5 [2023-04-21T20:08:35.592Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-21T20:08:35.592Z] ---> Using cache [2023-04-21T20:08:35.592Z] ---> 6c200a6ea577 [2023-04-21T20:08:35.592Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-21T20:08:35.592Z] ---> Using cache [2023-04-21T20:08:35.592Z] ---> 63653fe4b54a [2023-04-21T20:08:35.592Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:08:35.592Z] ---> Using cache [2023-04-21T20:08:35.592Z] ---> 018ec37da821 [2023-04-21T20:08:35.592Z] Step 8/24 : COPY . . [2023-04-21T20:08:35.592Z] ---> Using cache [2023-04-21T20:08:35.592Z] ---> 7f7732fb65aa [2023-04-21T20:08:35.592Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-21T20:08:37.548Z] Removing intermediate container b8b1bf24855f [2023-04-21T20:08:37.548Z] ---> 469b406c54ab [2023-04-21T20:08:37.548Z] Step 20/20 : LABEL version=0.0.0 [2023-04-21T20:08:37.813Z] ---> Running in 538833d05144 [2023-04-21T20:08:37.813Z] ---> Running in 5c16829421c5 [2023-04-21T20:08:37.813Z] ---> Running in 110bee0a7b55 [2023-04-21T20:08:37.813Z] Removing intermediate container 6a450c0a583a [2023-04-21T20:08:37.813Z] ---> 63919fd1e304 [2023-04-21T20:08:37.813Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:08:38.093Z] Removing intermediate container 5c16829421c5 [2023-04-21T20:08:38.093Z] ---> 48b9aaffb7a2 [2023-04-21T20:08:38.093Z] [2023-04-21T20:08:38.093Z] ---> Running in 93569ad17724 [2023-04-21T20:08:38.093Z] Successfully built 48b9aaffb7a2 [2023-04-21T20:08:38.093Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-21T20:08:38.093Z] Building security-spire-config [2023-04-21T20:08:38.355Z]  Building security-spiffe-token-provider ... done Removing intermediate container 93569ad17724 [2023-04-21T20:08:38.355Z] ---> 6bd635d72a75 [2023-04-21T20:08:38.355Z] Step 23/25 : LABEL arch=x86_64 [2023-04-21T20:08:38.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:38.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:38.614Z] OK: 265 MiB in 53 packages [2023-04-21T20:08:39.195Z] 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-04-21T20:08:42.585Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:08:42.585Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:08:42.585Z] ---> eeb8dd2610a2 [2023-04-21T20:08:42.585Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:08:42.585Z] ---> Using cache [2023-04-21T20:08:42.585Z] ---> 34d804f0e981 [2023-04-21T20:08:42.585Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:08:42.585Z] ---> Using cache [2023-04-21T20:08:42.585Z] ---> 1dce35b5253f [2023-04-21T20:08:42.585Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:08:42.585Z] ---> Using cache [2023-04-21T20:08:42.585Z] ---> 2fde15e28b0f [2023-04-21T20:08:42.585Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:08:42.585Z] ---> Using cache [2023-04-21T20:08:42.585Z] ---> ff885fd31c52 [2023-04-21T20:08:42.585Z] Step 7/27 : COPY . . [2023-04-21T20:08:42.869Z] ---> Using cache [2023-04-21T20:08:42.869Z] ---> 2b877c7dd376 [2023-04-21T20:08:42.869Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:08:42.869Z] ---> Using cache [2023-04-21T20:08:42.869Z] ---> f0e677d38cbf [2023-04-21T20:08:42.869Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:08:42.869Z] ---> Using cache [2023-04-21T20:08:42.869Z] ---> 7ca79287e6a3 [2023-04-21T20:08:42.869Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:08:42.869Z] ---> Using cache [2023-04-21T20:08:42.869Z] ---> 80982cfc660a [2023-04-21T20:08:42.869Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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-04-21T20:08:42.869Z] ---> Using cache [2023-04-21T20:08:42.869Z] ---> 55b4c0fe3645 [2023-04-21T20:08:42.869Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:08:42.869Z] ---> Using cache [2023-04-21T20:08:42.869Z] ---> dbff1131234b [2023-04-21T20:08:42.869Z] [2023-04-21T20:08:42.869Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:08:42.869Z] ---> 9ed4aefc74f6 [2023-04-21T20:08:42.869Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:08:42.869Z] ---> Using cache [2023-04-21T20:08:42.869Z] ---> b53020c8c1db [2023-04-21T20:08:42.869Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-21T20:08:44.255Z] ---> Running in d6abfbb60a60 [2023-04-21T20:08:44.255Z] ---> Running in 93a10a021d1b [2023-04-21T20:08:44.255Z] Removing intermediate container f67701c25cd5 [2023-04-21T20:08:44.255Z] ---> b4d85ed50c7e [2023-04-21T20:08:44.255Z] [2023-04-21T20:08:44.255Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:08:44.255Z] ---> 9ed4aefc74f6 [2023-04-21T20:08:44.255Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:08:44.255Z] Removing intermediate container d6abfbb60a60 [2023-04-21T20:08:44.255Z] ---> e26ee460989c [2023-04-21T20:08:44.255Z] Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:08:44.255Z] Removing intermediate container 538833d05144 [2023-04-21T20:08:44.255Z] ---> fd38a7dc54be [2023-04-21T20:08:44.255Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-21T20:08:44.255Z] ---> Running in cde195167f91 [2023-04-21T20:08:44.255Z] ---> Running in 7d91aa783e08 [2023-04-21T20:08:44.513Z] Removing intermediate container cde195167f91 [2023-04-21T20:08:44.513Z] ---> 0258a20505f9 [2023-04-21T20:08:44.513Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:08:44.771Z] ---> Running in dd83ed6839ae [2023-04-21T20:08:44.771Z] ---> a42c71352a6a [2023-04-21T20:08:44.771Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:08:44.771Z] Removing intermediate container 7d91aa783e08 [2023-04-21T20:08:44.771Z] ---> fc7ed3349a37 [2023-04-21T20:08:44.771Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:08:44.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:44.771Z] ---> Running in a1f9f3bdb71a [2023-04-21T20:08:44.771Z] ---> Running in d141549bffbf [2023-04-21T20:08:44.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:45.031Z] Removing intermediate container d141549bffbf [2023-04-21T20:08:45.031Z] ---> 077a5c221c9e [2023-04-21T20:08:45.031Z] [2023-04-21T20:08:45.031Z] Successfully built 077a5c221c9e [2023-04-21T20:08:45.290Z] Successfully tagged security-secretstore-setup:latest [2023-04-21T20:08:45.290Z]  Building security-secretstore-setup ... done Building support-notifications [2023-04-21T20:08:45.290Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:08:45.290Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:08:45.290Z] OK: 17820 distinct packages available [2023-04-21T20:08:45.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:45.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:45.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:45.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:45.808Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-21T20:08:45.808Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:08:45.808Z] (3/4) Installing libucontext (1.2-r0) [2023-04-21T20:08:45.808Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-21T20:08:45.808Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:08:45.808Z] OK: 7 MiB in 19 packages [2023-04-21T20:08:45.808Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:08:45.808Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:08:46.066Z] OK: 7 MiB in 16 packages [2023-04-21T20:08:50.270Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:08:50.270Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:08:50.270Z] ---> eeb8dd2610a2 [2023-04-21T20:08:50.270Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:08:50.270Z] ---> Using cache [2023-04-21T20:08:50.270Z] ---> 05e2635c4ed7 [2023-04-21T20:08:50.270Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:08:50.270Z] ---> Using cache [2023-04-21T20:08:50.270Z] ---> 490c76d743b5 [2023-04-21T20:08:50.270Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-21T20:08:52.810Z] ---> Running in 17b4f1bc4741 [2023-04-21T20:08:52.810Z] Removing intermediate container dd83ed6839ae [2023-04-21T20:08:52.810Z] ---> 3ea12e86f9fd [2023-04-21T20:08:52.810Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:08:52.810Z] Removing intermediate container 93a10a021d1b [2023-04-21T20:08:52.810Z] ---> 8272346a7a75 [2023-04-21T20:08:52.810Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:08:53.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:53.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:08:53.067Z] ---> d833cf1216bf [2023-04-21T20:08:53.067Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:08:53.364Z] ---> ad38e7cee25b [2023-04-21T20:08:53.364Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:08:53.364Z] OK: 265 MiB in 53 packages [2023-04-21T20:08:53.622Z] ---> e4f84bdf41b3 [2023-04-21T20:08:53.622Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-21T20:08:53.622Z] ---> 1a75046e2f97 [2023-04-21T20:08:53.622Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:08:55.524Z] ---> 84fd328d6afb [2023-04-21T20:08:55.524Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:08:55.524Z] ---> 3bab1a964c35 [2023-04-21T20:08:55.524Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:08:55.524Z] Removing intermediate container 17b4f1bc4741 [2023-04-21T20:08:55.524Z] ---> 46d661d969ea [2023-04-21T20:08:55.524Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:08:55.524Z] ---> b572d96c13f8 [2023-04-21T20:08:55.524Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-21T20:08:55.524Z] ---> 08d2cb4d6011 [2023-04-21T20:08:55.524Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:08:55.524Z] ---> 0377f8c13632 [2023-04-21T20:08:55.524Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-21T20:08:55.524Z] ---> Running in 2b88c377b897 [2023-04-21T20:08:55.524Z] ---> Running in aa1c16b6b1d5 [2023-04-21T20:08:55.783Z] ---> 537dae0c29cf [2023-04-21T20:08:55.783Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:08:55.783Z] ---> Running in df7136659202 [2023-04-21T20:08:55.783Z] Removing intermediate container aa1c16b6b1d5 [2023-04-21T20:08:55.783Z] ---> 9a74ca9fbfaa [2023-04-21T20:08:55.783Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-21T20:08:56.042Z] ---> aaa9903ce9f7 [2023-04-21T20:08:56.042Z] Step 22/27 : WORKDIR / [2023-04-21T20:08:56.042Z] ---> Running in af8a3d56a355 [2023-04-21T20:08:56.302Z] Removing intermediate container af8a3d56a355 [2023-04-21T20:08:56.302Z] ---> 5f3a4192a7c9 [2023-04-21T20:08:56.302Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:08:56.302Z] ---> Running in bd04cad67edc [2023-04-21T20:08:56.562Z] Removing intermediate container bd04cad67edc [2023-04-21T20:08:56.562Z] ---> bd88467341cb [2023-04-21T20:08:56.562Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:08:56.562Z] ---> Running in e31308512d59 [2023-04-21T20:08:56.562Z] Removing intermediate container e31308512d59 [2023-04-21T20:08:56.562Z] ---> 275aef04f1a2 [2023-04-21T20:08:56.562Z] Step 25/27 : LABEL arch=x86_64 [2023-04-21T20:08:56.821Z] ---> Running in a3fde4eade40 [2023-04-21T20:08:57.392Z] Removing intermediate container a3fde4eade40 [2023-04-21T20:08:57.392Z] ---> 877dc1718901 [2023-04-21T20:08:57.392Z] Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:08:57.392Z] Removing intermediate container df7136659202 [2023-04-21T20:08:57.392Z] ---> eb5f01c7f20e [2023-04-21T20:08:57.392Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:08:57.392Z] ---> Running in 7a4c2d57cad3 [2023-04-21T20:08:57.650Z] ---> Running in 673dfea70978 [2023-04-21T20:08:57.908Z] Removing intermediate container 7a4c2d57cad3 [2023-04-21T20:08:57.908Z] ---> b4d92120e17b [2023-04-21T20:08:57.908Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:08:57.908Z] Removing intermediate container 673dfea70978 [2023-04-21T20:08:57.908Z] ---> c7ef0e90ca00 [2023-04-21T20:08:57.908Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:08:57.908Z] ---> Running in 11799d5a6d92 [2023-04-21T20:08:58.167Z] ---> Running in dc456977c4de [2023-04-21T20:08:58.167Z] Removing intermediate container 11799d5a6d92 [2023-04-21T20:08:58.167Z] ---> ba739befb188 [2023-04-21T20:08:58.167Z] [2023-04-21T20:08:58.167Z] Removing intermediate container dc456977c4de [2023-04-21T20:08:58.167Z] ---> 9ba825c0ddd9 [2023-04-21T20:08:58.167Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:08:58.425Z] ---> Running in 3f6b0ee1f497 [2023-04-21T20:08:58.425Z] Successfully built ba739befb188 [2023-04-21T20:08:58.425Z] Successfully tagged security-spire-config:latest [2023-04-21T20:08:58.425Z]  Building security-spire-config ... done Building security-spire-server [2023-04-21T20:08:58.425Z] Removing intermediate container 3f6b0ee1f497 [2023-04-21T20:08:58.425Z] ---> d5fef7b95368 [2023-04-21T20:08:58.425Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:09:00.024Z] ---> Running in 06a499512d70 [2023-04-21T20:09:01.018Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-21T20:09:01.929Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:09:01.929Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:09:01.929Z] ---> eeb8dd2610a2 [2023-04-21T20:09:01.929Z] Step 3/26 : WORKDIR /edgex-go [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> 34d804f0e981 [2023-04-21T20:09:01.929Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> 1dce35b5253f [2023-04-21T20:09:01.929Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> 2fde15e28b0f [2023-04-21T20:09:01.929Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> ff885fd31c52 [2023-04-21T20:09:01.929Z] Step 7/26 : COPY . . [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> 2b877c7dd376 [2023-04-21T20:09:01.929Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> f0e677d38cbf [2023-04-21T20:09:01.929Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> 7ca79287e6a3 [2023-04-21T20:09:01.929Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:09:01.929Z] ---> Using cache [2023-04-21T20:09:01.929Z] ---> 80982cfc660a [2023-04-21T20:09:01.929Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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-04-21T20:09:03.840Z] Removing intermediate container 06a499512d70 [2023-04-21T20:09:03.840Z] ---> f30c6ba1fda5 [2023-04-21T20:09:03.840Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:09:03.840Z] ---> Running in fb1e1fc346c1 [2023-04-21T20:09:03.840Z] ---> Running in a1ff3d4444c0 [2023-04-21T20:09:04.842Z] Removing intermediate container a1ff3d4444c0 [2023-04-21T20:09:04.842Z] ---> e60ce36edee1 [2023-04-21T20:09:04.842Z] [2023-04-21T20:09:04.842Z] Successfully built e60ce36edee1 [2023-04-21T20:09:04.842Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-21T20:09:04.842Z]  Building core-common-config-bootstrapper ... done Building core-data [2023-04-21T20:09:08.228Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:09:08.228Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:09:08.228Z] ---> eeb8dd2610a2 [2023-04-21T20:09:08.228Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:09:08.228Z] ---> Using cache [2023-04-21T20:09:08.228Z] ---> 05e2635c4ed7 [2023-04-21T20:09:08.228Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:09:08.228Z] ---> Using cache [2023-04-21T20:09:08.228Z] ---> 490c76d743b5 [2023-04-21T20:09:08.228Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:09:08.228Z] ---> Using cache [2023-04-21T20:09:08.228Z] ---> 6c200a6ea577 [2023-04-21T20:09:08.228Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:09:08.228Z] ---> Using cache [2023-04-21T20:09:08.228Z] ---> 63653fe4b54a [2023-04-21T20:09:08.228Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:09:08.228Z] ---> Using cache [2023-04-21T20:09:08.228Z] ---> 018ec37da821 [2023-04-21T20:09:08.228Z] Step 8/23 : COPY . . [2023-04-21T20:09:08.228Z] ---> Using cache [2023-04-21T20:09:08.228Z] ---> 7f7732fb65aa [2023-04-21T20:09:08.228Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-21T20:09:15.054Z] ---> Running in f5cd2bb4b177 [2023-04-21T20:09:15.054Z] Removing intermediate container fb1e1fc346c1 [2023-04-21T20:09:15.054Z] ---> ec764e85b9d6 [2023-04-21T20:09:15.054Z] Step 12/26 : WORKDIR /edgex-go [2023-04-21T20:09:15.054Z] ---> Running in 435e0d491061 [2023-04-21T20:09:15.054Z] Removing intermediate container 435e0d491061 [2023-04-21T20:09:15.054Z] ---> 9b7a3a38f605 [2023-04-21T20:09:15.055Z] [2023-04-21T20:09:15.055Z] Step 13/26 : FROM alpine:3.17 [2023-04-21T20:09:15.055Z] ---> 9ed4aefc74f6 [2023-04-21T20:09:15.055Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:09:15.055Z] ---> Using cache [2023-04-21T20:09:15.055Z] ---> b53020c8c1db [2023-04-21T20:09:15.055Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:09:15.055Z] ---> Using cache [2023-04-21T20:09:15.055Z] ---> 216ebc778c8e [2023-04-21T20:09:15.055Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:09:15.055Z] ---> Using cache [2023-04-21T20:09:15.055Z] Removing intermediate container 110bee0a7b55 [2023-04-21T20:09:15.055Z] ---> c2966cd767ee [2023-04-21T20:09:15.055Z] [2023-04-21T20:09:15.055Z] Step 10/24 : FROM alpine:3.17 [2023-04-21T20:09:15.055Z] ---> 9ed4aefc74f6 [2023-04-21T20:09:15.055Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:09:15.055Z] ---> Using cache [2023-04-21T20:09:15.055Z] ---> 70e944e8c0d5 [2023-04-21T20:09:15.055Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:09:15.055Z] ---> Using cache [2023-04-21T20:09:15.055Z] ---> f067d1280a84 [2023-04-21T20:09:15.055Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-21T20:09:15.055Z] ---> c83712d7be86 [2023-04-21T20:09:15.055Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:09:15.055Z] ---> Using cache [2023-04-21T20:09:15.055Z] ---> 5b2e533e6e73 [2023-04-21T20:09:15.055Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:09:15.055Z] ---> Running in dab86453eced [2023-04-21T20:09:15.055Z] 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-04-21T20:09:15.055Z] Removing intermediate container dab86453eced [2023-04-21T20:09:15.055Z] ---> 4e044d846650 [2023-04-21T20:09:15.055Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-21T20:09:15.055Z] ---> Running in a83892ea4149 [2023-04-21T20:09:16.437Z] Removing intermediate container a83892ea4149 [2023-04-21T20:09:16.437Z] ---> 27e5ba0efe3a [2023-04-21T20:09:16.437Z] Step 15/24 : WORKDIR / [2023-04-21T20:09:18.981Z] ---> 8377879dc6e2 [2023-04-21T20:09:18.981Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:09:18.981Z] ---> Running in 3904739ab321 [2023-04-21T20:09:19.238Z] Removing intermediate container 3904739ab321 [2023-04-21T20:09:19.238Z] ---> 7c8d822cf145 [2023-04-21T20:09:19.238Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:09:19.238Z] ---> d37da2027cf3 [2023-04-21T20:09:19.238Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-21T20:09:24.506Z] ---> aa17f5a56b56 [2023-04-21T20:09:24.506Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-21T20:09:24.506Z] ---> 24a08ea08790 [2023-04-21T20:09:24.506Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:09:25.077Z] Removing intermediate container a1f9f3bdb71a [2023-04-21T20:09:25.077Z] ---> ca597e4bc691 [2023-04-21T20:09:25.077Z] Step 7/22 : COPY . . [2023-04-21T20:09:33.244Z] ---> 293186e0eba7 [2023-04-21T20:09:33.244Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-21T20:09:33.612Z] ---> 360d4c6abf0d [2023-04-21T20:09:33.612Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:09:33.612Z] ---> Running in 6c3daa0d5eed [2023-04-21T20:09:33.612Z] ---> 1c56bf3c361b [2023-04-21T20:09:33.612Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-21T20:09:34.185Z] ---> Running in 00d996f65201 [2023-04-21T20:09:34.185Z] Removing intermediate container 6c3daa0d5eed [2023-04-21T20:09:34.185Z] ---> a366f2f3a182 [2023-04-21T20:09:34.185Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:09:34.185Z] ---> Running in 5ae74c7675b8 [2023-04-21T20:09:34.794Z] Removing intermediate container 5ae74c7675b8 [2023-04-21T20:09:34.794Z] ---> fb967cb8f56d [2023-04-21T20:09:34.794Z] Step 24/26 : LABEL arch=x86_64 [2023-04-21T20:09:34.794Z] ---> 694916ef3691 [2023-04-21T20:09:34.794Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:09:34.794Z] ---> Running in 8f7b3bd4b275 [2023-04-21T20:09:34.794Z] 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-04-21T20:09:36.225Z] ---> 8d0f9b012314 [2023-04-21T20:09:36.225Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-21T20:09:36.225Z] Removing intermediate container 8f7b3bd4b275 [2023-04-21T20:09:36.225Z] ---> 40b133286bea [2023-04-21T20:09:36.225Z] Step 25/26 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:09:36.485Z] ---> Running in cde3ecca392d [2023-04-21T20:09:36.485Z] ---> Running in cfc30bc787fc [2023-04-21T20:09:37.054Z] Removing intermediate container cde3ecca392d [2023-04-21T20:09:37.054Z] ---> 52b4357a7c9a [2023-04-21T20:09:37.054Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:09:38.960Z] Removing intermediate container cfc30bc787fc [2023-04-21T20:09:38.960Z] ---> 15d95c5d9091 [2023-04-21T20:09:38.960Z] Step 26/26 : LABEL version=0.0.0 [2023-04-21T20:09:39.899Z] ---> Running in dec618a34019 [2023-04-21T20:09:40.838Z] ---> Running in 6e55d45758f9 [2023-04-21T20:09:40.838Z] Removing intermediate container dec618a34019 [2023-04-21T20:09:40.838Z] ---> 398a281c0b55 [2023-04-21T20:09:40.838Z] Step 22/24 : LABEL arch=x86_64 [2023-04-21T20:09:40.838Z] ---> Running in e36c45549876 [2023-04-21T20:09:41.097Z] Removing intermediate container 6e55d45758f9 [2023-04-21T20:09:41.097Z] ---> b3752053f8cf [2023-04-21T20:09:41.098Z] [2023-04-21T20:09:41.098Z] Successfully built b3752053f8cf [2023-04-21T20:09:41.664Z] Removing intermediate container e36c45549876 [2023-04-21T20:09:41.664Z] ---> 2abfeabb8d27 [2023-04-21T20:09:41.664Z] Successfully tagged security-spire-server:latest [2023-04-21T20:09:41.664Z] Step 23/24 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:09:41.664Z] Building security-proxy-auth [2023-04-21T20:09:44.247Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:09:44.247Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:09:44.247Z] ---> eeb8dd2610a2 [2023-04-21T20:09:44.247Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:09:44.247Z] ---> Using cache [2023-04-21T20:09:44.247Z] ---> 05e2635c4ed7 [2023-04-21T20:09:44.247Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:09:44.247Z] ---> Using cache [2023-04-21T20:09:44.247Z] ---> 490c76d743b5 [2023-04-21T20:09:44.247Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:09:44.247Z] ---> Using cache [2023-04-21T20:09:44.247Z] ---> 6c200a6ea577 [2023-04-21T20:09:44.247Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:09:44.247Z] ---> Using cache [2023-04-21T20:09:44.247Z] ---> 63653fe4b54a [2023-04-21T20:09:44.247Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:09:44.247Z] ---> Using cache [2023-04-21T20:09:44.247Z] ---> 018ec37da821 [2023-04-21T20:09:44.247Z] Step 8/23 : COPY . . [2023-04-21T20:09:44.247Z] ---> Using cache [2023-04-21T20:09:44.247Z] ---> 7f7732fb65aa [2023-04-21T20:09:44.247Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-21T20:09:48.824Z] ---> Running in 5d80e84120ee [2023-04-21T20:09:48.824Z] ---> Running in 35208f7112f4 [2023-04-21T20:09:48.824Z] Removing intermediate container 5d80e84120ee [2023-04-21T20:09:48.824Z] ---> 26b6b7e26eca [2023-04-21T20:09:48.824Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T20:09:49.084Z] 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-04-21T20:09:49.383Z] ---> Running in 7c316ce1df41 [2023-04-21T20:09:49.642Z] Removing intermediate container 2b88c377b897 [2023-04-21T20:09:49.642Z] ---> 717a8c92d923 [2023-04-21T20:09:49.642Z] Step 8/23 : COPY . . [2023-04-21T20:09:52.289Z] Removing intermediate container 7c316ce1df41 [2023-04-21T20:09:52.289Z] ---> 8c2bbea65a7f [2023-04-21T20:09:52.289Z] [2023-04-21T20:09:52.289Z] Successfully built 8c2bbea65a7f [2023-04-21T20:09:56.874Z] Successfully tagged core-command:latest [2023-04-21T20:09:56.875Z] Building security-bootstrapper [2023-04-21T20:09:58.269Z]  Building core-command ... done Removing intermediate container f5cd2bb4b177 [2023-04-21T20:09:58.269Z] ---> 5a3d13ba5649 [2023-04-21T20:09:58.269Z] [2023-04-21T20:09:58.269Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:09:58.269Z] ---> 9ed4aefc74f6 [2023-04-21T20:09:58.269Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:10:02.151Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:10:02.151Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:10:02.151Z] ---> eeb8dd2610a2 [2023-04-21T20:10:02.151Z] Step 3/33 : WORKDIR /edgex-go [2023-04-21T20:10:02.151Z] ---> Using cache [2023-04-21T20:10:02.151Z] ---> 34d804f0e981 [2023-04-21T20:10:02.151Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-21T20:10:02.151Z] ---> Using cache [2023-04-21T20:10:02.151Z] ---> fd38a7dc54be [2023-04-21T20:10:02.151Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-21T20:10:02.151Z] ---> Using cache [2023-04-21T20:10:02.151Z] ---> a42c71352a6a [2023-04-21T20:10:02.151Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:10:02.151Z] ---> Using cache [2023-04-21T20:10:02.151Z] ---> ca597e4bc691 [2023-04-21T20:10:02.151Z] Step 7/33 : COPY . . [2023-04-21T20:10:02.151Z] ---> Using cache [2023-04-21T20:10:02.151Z] ---> 1c56bf3c361b [2023-04-21T20:10:02.151Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-21T20:10:07.681Z] ---> Running in 87a1bd25845e [2023-04-21T20:10:07.681Z] ---> Running in e3c3d215a2f0 [2023-04-21T20:10:07.681Z] ---> d5c70a8ba38e [2023-04-21T20:10:07.681Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-21T20:10:07.681Z] ---> Running in f9acff6951f0 [2023-04-21T20:10:07.681Z] Removing intermediate container 87a1bd25845e [2023-04-21T20:10:07.681Z] ---> d5d47df0b95d [2023-04-21T20:10:07.681Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-21T20:10:07.681Z] ---> Running in 90884c9caf29 [2023-04-21T20:10:07.681Z] 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-04-21T20:10:07.681Z] 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-04-21T20:10:07.942Z] Removing intermediate container 90884c9caf29 [2023-04-21T20:10:07.942Z] ---> 6d2acb503dd8 [2023-04-21T20:10:07.942Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-21T20:10:09.327Z] ---> Running in ac6fbfcf31c9 [2023-04-21T20:10:09.593Z] Removing intermediate container ac6fbfcf31c9 [2023-04-21T20:10:09.593Z] ---> b57839e06663 [2023-04-21T20:10:09.593Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:10:09.593Z] ---> Running in c47a8c0d668f [2023-04-21T20:10:09.593Z] Removing intermediate container 00d996f65201 [2023-04-21T20:10:09.593Z] ---> 3d0bc8087ffd [2023-04-21T20:10:09.593Z] [2023-04-21T20:10:09.593Z] Step 9/22 : FROM alpine:3.17 [2023-04-21T20:10:09.593Z] ---> 9ed4aefc74f6 [2023-04-21T20:10:09.593Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-21T20:10:09.854Z] ---> Running in 4263a144bfda [2023-04-21T20:10:10.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:10.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:10.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:10.685Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:10:10.685Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:10:10.685Z] OK: 7 MiB in 16 packages [2023-04-21T20:10:10.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:11.139Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:10:11.139Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-21T20:10:11.139Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:10:11.139Z] OK: 8 MiB in 17 packages [2023-04-21T20:10:12.109Z] Removing intermediate container c47a8c0d668f [2023-04-21T20:10:12.109Z] ---> c2208e108e8f [2023-04-21T20:10:12.109Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:10:12.109Z] Removing intermediate container 4263a144bfda [2023-04-21T20:10:12.109Z] ---> 9fada577f1a6 [2023-04-21T20:10:12.109Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:10:12.109Z] ---> Running in 27b98f7bc13d [2023-04-21T20:10:12.109Z] ---> 4d411d225ce3 [2023-04-21T20:10:12.109Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:10:12.369Z] Removing intermediate container 27b98f7bc13d [2023-04-21T20:10:12.369Z] ---> ffd194428f0d [2023-04-21T20:10:12.369Z] Step 12/22 : WORKDIR /edgex [2023-04-21T20:10:12.369Z] ---> Running in d6f538b7e6b1 [2023-04-21T20:10:12.631Z] ---> 9a30fc7ab977 [2023-04-21T20:10:12.631Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-21T20:10:12.631Z] Removing intermediate container d6f538b7e6b1 [2023-04-21T20:10:12.631Z] ---> 6ac6c39f2ca5 [2023-04-21T20:10:12.631Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:10:13.595Z] ---> dbd4363b0ea5 [2023-04-21T20:10:13.595Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:10:13.595Z] ---> 2db2f98d6820 [2023-04-21T20:10:13.595Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:10:14.529Z] ---> ccfbb6312cad [2023-04-21T20:10:14.529Z] Step 19/23 : ENTRYPOINT ["/core-data"] ---> eab26e16be79 [2023-04-21T20:10:14.529Z] [2023-04-21T20:10:14.529Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-21T20:10:14.529Z] ---> Running in 4de0111ddea8 [2023-04-21T20:10:15.935Z] ---> 9e9f52725b8d [2023-04-21T20:10:15.935Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-21T20:10:15.935Z] Removing intermediate container 4de0111ddea8 [2023-04-21T20:10:15.935Z] ---> 137792e7ca93 [2023-04-21T20:10:15.935Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:10:15.935Z] ---> Running in 5915193efae6 [2023-04-21T20:10:17.319Z] Removing intermediate container 5915193efae6 [2023-04-21T20:10:17.319Z] ---> b1737adf9db2 [2023-04-21T20:10:17.319Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:10:17.589Z] ---> 092fbce22767 [2023-04-21T20:10:17.589Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:10:17.589Z] ---> Running in 2635d2e48cba [2023-04-21T20:10:18.164Z] Removing intermediate container 2635d2e48cba [2023-04-21T20:10:18.164Z] ---> 1ba062ac9b3e [2023-04-21T20:10:18.164Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:10:18.443Z] ---> 0f1195cc768f [2023-04-21T20:10:18.443Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:10:18.706Z] ---> Running in e465cb71ddaf [2023-04-21T20:10:18.706Z] ---> Running in dbe005b26168 [2023-04-21T20:10:19.280Z] Removing intermediate container e465cb71ddaf [2023-04-21T20:10:19.280Z] ---> b9b1c3b5e551 [2023-04-21T20:10:19.280Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:10:19.542Z] ---> Running in 4c4992f46487 [2023-04-21T20:10:22.106Z] Removing intermediate container 4c4992f46487 [2023-04-21T20:10:22.106Z] ---> 479b8c9df9e4 [2023-04-21T20:10:22.106Z] [2023-04-21T20:10:22.106Z] Successfully built 479b8c9df9e4 [2023-04-21T20:10:22.106Z] Successfully tagged core-data:latest [2023-04-21T20:10:22.106Z]  Building core-data ... done Removing intermediate container dbe005b26168 [2023-04-21T20:10:22.106Z] ---> f91b7e4b9d48 [2023-04-21T20:10:22.106Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:10:22.367Z] ---> Running in b6a1301be7ff [2023-04-21T20:10:22.367Z] Removing intermediate container 35208f7112f4 [2023-04-21T20:10:22.367Z] ---> 25fdc4e4f179 [2023-04-21T20:10:22.367Z] [2023-04-21T20:10:22.367Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:10:22.367Z] ---> 9ed4aefc74f6 [2023-04-21T20:10:22.367Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:10:22.367Z] ---> Using cache [2023-04-21T20:10:22.367Z] ---> 0258a20505f9 [2023-04-21T20:10:22.367Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:10:22.367Z] ---> Using cache [2023-04-21T20:10:22.367Z] ---> 3ea12e86f9fd [2023-04-21T20:10:22.367Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:10:22.367Z] ---> Using cache [2023-04-21T20:10:22.367Z] ---> d833cf1216bf [2023-04-21T20:10:22.367Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:10:22.367Z] ---> Using cache [2023-04-21T20:10:22.367Z] ---> e4f84bdf41b3 [2023-04-21T20:10:22.367Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-21T20:10:22.629Z] Removing intermediate container b6a1301be7ff [2023-04-21T20:10:22.629Z] ---> 5c26abb10014 [2023-04-21T20:10:22.629Z] Step 20/22 : LABEL arch=x86_64 [2023-04-21T20:10:22.934Z] ---> 3496ce34ce63 [2023-04-21T20:10:22.935Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:10:22.935Z] ---> Running in be35879d2beb [2023-04-21T20:10:23.195Z] Removing intermediate container be35879d2beb [2023-04-21T20:10:23.195Z] ---> 61545a74eef1 [2023-04-21T20:10:23.195Z] Step 21/22 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:10:23.195Z] ---> 87a7b046faa6 [2023-04-21T20:10:23.195Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-21T20:10:23.195Z] ---> Running in 28e14dd28d8b [2023-04-21T20:10:23.486Z] ---> 6ee4b2b6bbc6 [2023-04-21T20:10:23.486Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:10:23.486Z] Removing intermediate container 28e14dd28d8b [2023-04-21T20:10:23.486Z] ---> 19ea7da198f9 [2023-04-21T20:10:23.486Z] Step 22/22 : LABEL version=0.0.0 [2023-04-21T20:10:23.772Z] ---> Running in dd362027d719 [2023-04-21T20:10:23.772Z] ---> Running in c62537a228ed [2023-04-21T20:10:24.033Z] Removing intermediate container c62537a228ed [2023-04-21T20:10:24.033Z] ---> d4241740765a [2023-04-21T20:10:24.033Z] [2023-04-21T20:10:24.033Z] Successfully built d4241740765a [2023-04-21T20:10:24.033Z] Successfully tagged security-proxy-setup:latest [2023-04-21T20:10:24.972Z]  Building security-proxy-setup ... done Removing intermediate container dd362027d719 [2023-04-21T20:10:24.972Z] ---> afa8a036ddb1 [2023-04-21T20:10:24.972Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:10:25.233Z] ---> Running in 4a3d2e13026e [2023-04-21T20:10:25.493Z] Removing intermediate container 4a3d2e13026e [2023-04-21T20:10:25.493Z] ---> 0c26966de0c6 [2023-04-21T20:10:25.493Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:10:25.753Z] ---> Running in f289dafbb754 [2023-04-21T20:10:26.013Z] Removing intermediate container f289dafbb754 [2023-04-21T20:10:26.013Z] ---> 547fafe7e87b [2023-04-21T20:10:26.013Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:10:26.013Z] ---> Running in 288cef6f6166 [2023-04-21T20:10:26.273Z] Removing intermediate container 288cef6f6166 [2023-04-21T20:10:26.273Z] ---> 2decd267e132 [2023-04-21T20:10:26.273Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:10:26.273Z] ---> Running in 8b16ea20d5c4 [2023-04-21T20:10:26.533Z] Removing intermediate container 8b16ea20d5c4 [2023-04-21T20:10:26.533Z] ---> e2f24f180a68 [2023-04-21T20:10:26.533Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:10:26.533Z] ---> Running in 06234612dd74 [2023-04-21T20:10:26.795Z] Removing intermediate container 06234612dd74 [2023-04-21T20:10:26.795Z] ---> c9ef9e51f9ba [2023-04-21T20:10:26.795Z] [2023-04-21T20:10:26.795Z] Successfully built c9ef9e51f9ba [2023-04-21T20:10:26.795Z] Successfully tagged security-proxy-auth:latest [2023-04-21T20:10:34.948Z]  Building security-proxy-auth ... done Removing intermediate container e3c3d215a2f0 [2023-04-21T20:10:34.948Z] ---> aca346ff2270 [2023-04-21T20:10:34.948Z] [2023-04-21T20:10:34.948Z] Step 9/33 : FROM alpine:3.17 [2023-04-21T20:10:34.948Z] ---> 9ed4aefc74f6 [2023-04-21T20:10:34.948Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:10:34.948Z] ---> Using cache [2023-04-21T20:10:34.948Z] ---> 8f55482bcb18 [2023-04-21T20:10:34.948Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-21T20:10:34.948Z] ---> Running in 4c34f9faa672 [2023-04-21T20:10:34.948Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:34.948Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:34.948Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:10:34.948Z] (2/2) Installing su-exec (0.2-r2) [2023-04-21T20:10:34.948Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:10:34.948Z] OK: 7 MiB in 17 packages [2023-04-21T20:10:38.305Z] Removing intermediate container 4c34f9faa672 [2023-04-21T20:10:38.305Z] ---> 07848376d37c [2023-04-21T20:10:38.305Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-21T20:10:38.305Z] ---> Running in c607c9daf361 [2023-04-21T20:10:38.305Z] Removing intermediate container f9acff6951f0 [2023-04-21T20:10:38.305Z] ---> 8aca92b9b693 [2023-04-21T20:10:38.305Z] [2023-04-21T20:10:38.305Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:10:38.305Z] ---> 9ed4aefc74f6 [2023-04-21T20:10:38.305Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-21T20:10:38.305Z] ---> Running in b4a507b85d37 [2023-04-21T20:10:38.305Z] Removing intermediate container c607c9daf361 [2023-04-21T20:10:38.305Z] ---> 92c10a7711da [2023-04-21T20:10:38.305Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-21T20:10:38.568Z] ---> Running in d19e986e2ae2 [2023-04-21T20:10:38.568Z] Removing intermediate container d19e986e2ae2 [2023-04-21T20:10:38.568Z] ---> 60d866902a6a [2023-04-21T20:10:38.568Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-21T20:10:38.568Z] ---> Running in f299a9bc2969 [2023-04-21T20:10:38.568Z] Removing intermediate container f299a9bc2969 [2023-04-21T20:10:38.568Z] ---> 83a53b6b47ac [2023-04-21T20:10:38.568Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-21T20:10:38.568Z] ---> Running in 4067c2b54724 [2023-04-21T20:10:38.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:38.830Z] Removing intermediate container 4067c2b54724 [2023-04-21T20:10:38.830Z] ---> 3d9e9b84889f [2023-04-21T20:10:38.830Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-21T20:10:38.830Z] ---> Running in 90daa2fcca31 [2023-04-21T20:10:38.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:10:39.091Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-21T20:10:39.091Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:10:39.091Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:10:39.091Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:10:39.353Z] OK: 8 MiB in 17 packages [2023-04-21T20:10:39.353Z] Removing intermediate container 90daa2fcca31 [2023-04-21T20:10:39.353Z] ---> f4a2a8c91968 [2023-04-21T20:10:39.353Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-21T20:10:39.353Z] ---> Running in d9cff8fcd6fc [2023-04-21T20:10:39.353Z] Removing intermediate container d9cff8fcd6fc [2023-04-21T20:10:39.353Z] ---> ac9093fd961c [2023-04-21T20:10:39.353Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-21T20:10:39.620Z] ---> f29f9c302e92 [2023-04-21T20:10:39.620Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-21T20:10:39.620Z] ---> Running in 30aac7bbc4ae [2023-04-21T20:10:39.620Z] Removing intermediate container b4a507b85d37 [2023-04-21T20:10:39.620Z] ---> 1c595366a2b4 [2023-04-21T20:10:39.620Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:10:39.620Z] ---> Running in f8e070de153f [2023-04-21T20:10:39.887Z] Removing intermediate container f8e070de153f [2023-04-21T20:10:39.887Z] ---> f8ff5e0da5a4 [2023-04-21T20:10:39.887Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-21T20:10:39.887Z] ---> Running in e0c14ab56e2e [2023-04-21T20:10:39.887Z] Removing intermediate container e0c14ab56e2e [2023-04-21T20:10:39.887Z] ---> 3fb512ec4b78 [2023-04-21T20:10:39.887Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:10:39.887Z] ---> Running in 0382ed084a5a [2023-04-21T20:10:39.887Z] Removing intermediate container 0382ed084a5a [2023-04-21T20:10:39.887Z] ---> 7268c26f0cc5 [2023-04-21T20:10:39.887Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:10:40.155Z] ---> b138a259f1ab [2023-04-21T20:10:40.155Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:10:40.155Z] Removing intermediate container 30aac7bbc4ae [2023-04-21T20:10:40.155Z] ---> c24b9e2f7dfc [2023-04-21T20:10:40.155Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:10:40.419Z] ---> 86735b4aeafe [2023-04-21T20:10:40.419Z] ---> 8b9efbaae814 [2023-04-21T20:10:40.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-21T20:10:40.419Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:10:40.419Z] ---> 8632b317a90a [2023-04-21T20:10:40.419Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-21T20:10:41.915Z] ---> 158aa5ea9966 [2023-04-21T20:10:41.915Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:10:41.915Z] ---> e7b24abf7ad1 [2023-04-21T20:10:41.915Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-21T20:10:41.915Z] ---> 50a880489742 [2023-04-21T20:10:41.915Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-21T20:10:41.915Z] ---> 1bc20253eac5 [2023-04-21T20:10:41.915Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-21T20:10:41.915Z] ---> Running in a90f9013f73c [2023-04-21T20:10:41.915Z] Removing intermediate container a90f9013f73c [2023-04-21T20:10:41.915Z] ---> 462bc4375e6b [2023-04-21T20:10:41.915Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:10:41.915Z] ---> Running in 346f2bf8ed18 [2023-04-21T20:10:41.915Z] ---> b5e488baeff8 [2023-04-21T20:10:41.915Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-21T20:10:42.176Z] Removing intermediate container 346f2bf8ed18 [2023-04-21T20:10:42.176Z] ---> 65dce365398b [2023-04-21T20:10:42.176Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:10:42.176Z] ---> Running in 036abdbac335 [2023-04-21T20:10:42.176Z] ---> f39f68e6a0cd [2023-04-21T20:10:42.176Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-21T20:10:42.176Z] Removing intermediate container 036abdbac335 [2023-04-21T20:10:42.176Z] ---> f7d7c31b6c72 [2023-04-21T20:10:42.176Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:10:42.176Z] ---> Running in 075c6c826b4b [2023-04-21T20:10:42.176Z] ---> 8c20c68d8d8e [2023-04-21T20:10:42.176Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-21T20:10:42.176Z] Removing intermediate container 075c6c826b4b [2023-04-21T20:10:42.176Z] ---> 10bd874d9e9f [2023-04-21T20:10:42.176Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:10:42.437Z] ---> Running in 6488247c8468 [2023-04-21T20:10:42.437Z] Removing intermediate container 6488247c8468 [2023-04-21T20:10:42.437Z] ---> 7ae014c5f40f [2023-04-21T20:10:42.437Z] [2023-04-21T20:10:42.437Z] ---> 1c8a402c520e [2023-04-21T20:10:42.437Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-21T20:10:42.437Z] ---> Running in 6b4cee9ae9fc [2023-04-21T20:10:42.437Z] Successfully built 7ae014c5f40f [2023-04-21T20:10:42.437Z] Successfully tagged support-notifications:latest [2023-04-21T20:10:43.009Z]  Building support-notifications ... done Removing intermediate container 6b4cee9ae9fc [2023-04-21T20:10:43.009Z] ---> 0c5089c05ddd [2023-04-21T20:10:43.009Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-21T20:10:43.009Z] ---> Running in 6245f610eb3f [2023-04-21T20:10:43.009Z] Removing intermediate container 6245f610eb3f [2023-04-21T20:10:43.009Z] ---> d089beadbea4 [2023-04-21T20:10:43.009Z] Step 30/33 : CMD ["gate"] [2023-04-21T20:10:43.009Z] ---> Running in e1400967c03f [2023-04-21T20:10:43.273Z] Removing intermediate container e1400967c03f [2023-04-21T20:10:43.273Z] ---> d4983b7e1faa [2023-04-21T20:10:43.273Z] Step 31/33 : LABEL arch=x86_64 [2023-04-21T20:10:43.273Z] ---> Running in 5e07ccf3477d [2023-04-21T20:10:43.273Z] Removing intermediate container 5e07ccf3477d [2023-04-21T20:10:43.273Z] ---> 9c37109e240d [2023-04-21T20:10:43.273Z] Step 32/33 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:10:43.273Z] ---> Running in 974ec12a3a0b [2023-04-21T20:10:43.273Z] Removing intermediate container 974ec12a3a0b [2023-04-21T20:10:43.273Z] ---> cf8c1df216c3 [2023-04-21T20:10:43.273Z] Step 33/33 : LABEL version=0.0.0 [2023-04-21T20:10:43.273Z] ---> Running in 0edeca473a8e [2023-04-21T20:10:43.536Z] Removing intermediate container 0edeca473a8e [2023-04-21T20:10:43.536Z] ---> fb1b6c22e154 [2023-04-21T20:10:43.536Z] [2023-04-21T20:10:43.536Z] Successfully built fb1b6c22e154 [2023-04-21T20:10:43.536Z] Successfully tagged security-bootstrapper:latest [2023-04-21T20:10:43.546Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-04-21T20:10:43.572Z] $ docker stop --time=1 fc99a93ed65852dfadc53681d96e8785b75188f9da3f61f96f1a9b8d93d183a8 [2023-04-21T20:10:44.856Z] $ docker rm -f --volumes fc99a93ed65852dfadc53681d96e8785b75188f9da3f61f96f1a9b8d93d183a8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T20:10:45.282Z] + docker images [2023-04-21T20:10:45.283Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-21T20:10:45.283Z] security-bootstrapper latest fb1b6c22e154 2 seconds ago 22.2MB [2023-04-21T20:10:45.283Z] support-notifications latest 7ae014c5f40f 3 seconds ago 32.7MB [2023-04-21T20:10:45.283Z] 8aca92b9b693 8 seconds ago 1.75GB [2023-04-21T20:10:45.283Z] aca346ff2270 14 seconds ago 1.67GB [2023-04-21T20:10:45.283Z] security-proxy-auth latest c9ef9e51f9ba 19 seconds ago 18.3MB [2023-04-21T20:10:45.283Z] security-proxy-setup latest d4241740765a 22 seconds ago 18.7MB [2023-04-21T20:10:45.283Z] 25fdc4e4f179 24 seconds ago 1.67GB [2023-04-21T20:10:45.283Z] core-data latest 479b8c9df9e4 26 seconds ago 20MB [2023-04-21T20:10:45.283Z] 3d0bc8087ffd 36 seconds ago 1.67GB [2023-04-21T20:10:45.283Z] 5a3d13ba5649 53 seconds ago 1.69GB [2023-04-21T20:10:45.283Z] core-command latest 8c2bbea65a7f 56 seconds ago 19.8MB [2023-04-21T20:10:45.283Z] security-spire-server latest b3752053f8cf About a minute ago 89.8MB [2023-04-21T20:10:45.283Z] 9b7a3a38f605 About a minute ago 1.55GB [2023-04-21T20:10:45.283Z] c2966cd767ee About a minute ago 1.69GB [2023-04-21T20:10:45.283Z] core-common-config-bootstrapper latest e60ce36edee1 About a minute ago 17.2MB [2023-04-21T20:10:45.283Z] security-spire-config latest ba739befb188 About a minute ago 88.9MB [2023-04-21T20:10:45.283Z] security-secretstore-setup latest 077a5c221c9e 2 minutes ago 32.8MB [2023-04-21T20:10:45.283Z] b4d85ed50c7e 2 minutes ago 1.68GB [2023-04-21T20:10:45.283Z] security-spiffe-token-provider latest 48b9aaffb7a2 2 minutes ago 32.8MB [2023-04-21T20:10:45.283Z] core-metadata latest fef17e60a15b 2 minutes ago 20.4MB [2023-04-21T20:10:45.283Z] support-scheduler latest 2959669e973b 2 minutes ago 32.1MB [2023-04-21T20:10:45.283Z] 6106e0b2c273 2 minutes ago 1.75GB [2023-04-21T20:10:45.283Z] 0182760394b2 2 minutes ago 1.68GB [2023-04-21T20:10:45.283Z] 8240bbc06a77 2 minutes ago 1.73GB [2023-04-21T20:10:45.283Z] b1ec8ce12f4f 2 minutes ago 1.69GB [2023-04-21T20:10:45.283Z] security-spire-agent latest 9996f475ee87 2 minutes ago 129MB [2023-04-21T20:10:45.283Z] dbff1131234b 3 minutes ago 1.55GB [2023-04-21T20:10:45.283Z] ci-base-image-x86_64 latest eeb8dd2610a2 7 minutes ago 881MB [2023-04-21T20:10:45.283Z] alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB [2023-04-21T20:10:45.283Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 6 weeks ago 664MB [2023-04-21T20:10:45.283Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-21T20:10:45.283Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [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-04-21T20:10:52.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-21T20:10:52.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-21T20:10:52.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-21T20:10:52.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-21T20:10:52.723Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-21T20:10:56.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-21T20:10:56.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-21T20:10:56.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-21T20:10:56.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-21T20:10:58.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-21T20:11:02.321Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-21T20:11:02.321Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-21T20:11:02.321Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-21T20:11:02.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-21T20:11:17.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-21T20:11:17.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-21T20:11:17.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.428s coverage: 28.7% of statements [2023-04-21T20:11:25.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.333s coverage: 98.5% of statements [2023-04-21T20:11:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-21T20:11:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-21T20:11:30.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-21T20:11:34.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.454s coverage: 71.5% of statements [2023-04-21T20:11:36.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-21T20:11:36.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-21T20:11:37.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.378s coverage: 54.0% of statements [2023-04-21T20:11:42.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-21T20:11:42.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-21T20:11:42.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:11:42.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-21T20:11:42.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-21T20:11:52.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-21T20:11:52.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-21T20:11:57.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.845s coverage: 88.5% of statements [2023-04-21T20:11:57.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.700s coverage: 3.8% of statements [2023-04-21T20:12:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-21T20:12:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:12:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-21T20:12:08.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.689s coverage: 95.6% of statements [2023-04-21T20:12:09.036Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-21T20:12:09.036Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-21T20:12:09.036Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-21T20:12:09.036Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-21T20:12:09.036Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-21T20:12:09.305Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.209s coverage: 72.2% of statements [2023-04-21T20:12:14.651Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-21T20:12:14.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-21T20:12:14.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-21T20:12:14.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.231s coverage: 65.9% of statements [2023-04-21T20:12:24.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-21T20:12:24.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-21T20:12:24.728Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.434s coverage: 0.9% of statements [2023-04-21T20:12:24.728Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.274s coverage: 29.0% of statements [2023-04-21T20:12:28.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.260s coverage: 44.1% of statements [2023-04-21T20:12:28.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.248s coverage: 82.9% of statements [2023-04-21T20:12:28.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements [2023-04-21T20:12:28.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.317s coverage: 96.3% of statements [2023-04-21T20:12:33.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements [2023-04-21T20:12:35.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-21T20:12:35.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-21T20:12:35.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-21T20:12:35.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-21T20:12:38.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-21T20:12:38.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-21T20:12:38.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-21T20:12:38.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-21T20:12:45.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.246s coverage: 94.4% of statements [2023-04-21T20:12:45.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-21T20:12:45.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-21T20:12:45.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-21T20:12:45.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-21T20:12:50.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-21T20:12:50.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-21T20:12:52.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-21T20:12:57.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.104s coverage: 79.9% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 17.260s coverage: 92.9% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.228s coverage: 62.3% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.238s coverage: 87.2% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.175s coverage: 20.0% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 81.8% of statements [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.452s coverage: 82.1% of statements [2023-04-21T20:12:59.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-21T20:12:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.215s coverage: 86.0% of statements [2023-04-21T20:13:05.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-21T20:13:05.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-21T20:13:06.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.082s coverage: 63.1% of statements [2023-04-21T20:13:06.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.247s coverage: 100.0% of statements [2023-04-21T20:13:07.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 89.4% of statements [2023-04-21T20:13:07.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2023-04-21T20:13:07.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements [2023-04-21T20:13:08.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-21T20:13:08.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-21T20:13:08.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-21T20:13:08.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2023-04-21T20:13:16.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-21T20:13:16.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-21T20:13:16.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-21T20:13:16.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.977s coverage: 38.4% of statements [2023-04-21T20:13:16.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.250s coverage: 89.5% of statements [2023-04-21T20:13:21.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-21T20:13:21.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-21T20:13:21.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-21T20:13:21.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-21T20:13:21.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.204s coverage: 84.8% of statements [2023-04-21T20:13:28.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-21T20:13:28.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-21T20:13:28.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-21T20:13:28.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-21T20:13:34.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.303s coverage: 17.7% of statements [2023-04-21T20:13:34.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-21T20:13:34.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:13:34.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-21T20:13:34.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-21T20:13:34.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.591s coverage: 92.3% of statements [2023-04-21T20:13:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-21T20:13:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-21T20:13:38.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.342s coverage: 61.5% of statements [2023-04-21T20:13:41.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-21T20:13:41.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:13:41.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.429s coverage: 97.7% of statements [2023-04-21T20:13:42.584Z] 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-04-21T20:13:42.584Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-21T20:13:42.584Z] go vet ./... [2023-04-21T20:16:34.344Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T20:16:34.344Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T20:16:34.344Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T20:16:34.385Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-21T20:16:35.063Z] + ls -al . [2023-04-21T20:16:35.063Z] total 700 [2023-04-21T20:16:35.063Z] drwxrwxr-x 10 1001 1001 4096 Apr 21 20:08 . [2023-04-21T20:16:35.063Z] drwxr-xr-x 4 root root 4096 Apr 21 20:08 .. [2023-04-21T20:16:35.063Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 20:06 .blubracket [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 16 Apr 21 20:06 .dockerignore [2023-04-21T20:16:35.063Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 20:06 .git [2023-04-21T20:16:35.063Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 20:06 .github [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 1133 Apr 21 20:06 .gitignore [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 42 Apr 21 20:06 .golangci.yml [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 87 Apr 21 20:06 .hadolint.yml [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 20:06 .sonarcloud.properties [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 1171 Apr 21 20:06 ADOPTERS.md [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 10835 Apr 21 20:06 Attribution.txt [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 73765 Apr 21 20:06 CHANGELOG.md [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 20:06 CONTRIBUTING.md [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 677 Apr 21 20:06 GOVERNANCE.md [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 883 Apr 21 20:06 Jenkinsfile [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 20:06 LICENSE [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 14368 Apr 21 20:06 Makefile [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 582 Apr 21 20:06 OWNERS.md [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 9403 Apr 21 20:06 README.md [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 789 Apr 21 20:06 SECURITY.md [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 20:02 VERSION [2023-04-21T20:16:35.063Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 20:06 bin [2023-04-21T20:16:35.063Z] drwxrwxr-x 18 1001 1001 4096 Apr 21 20:06 cmd [2023-04-21T20:16:35.063Z] -rw-r--r-- 1 root root 448247 Apr 21 20:13 coverage.out [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 3200 Apr 21 20:06 go.mod [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 31155 Apr 21 20:06 go.sum [2023-04-21T20:16:35.063Z] drwxrwxr-x 7 1001 1001 4096 Apr 21 20:06 internal [2023-04-21T20:16:35.063Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 20:06 openapi [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 594 Apr 21 20:06 security.txt [2023-04-21T20:16:35.063Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 20:06 snap [2023-04-21T20:16:35.063Z] -rw-rw-r-- 1 1001 1001 204 Apr 21 20:06 version.go [Pipeline] sh [2023-04-21T20:16:35.743Z] + '[' -e coverage.out ] [2023-04-21T20:16:35.743Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-21T20:16:35.778Z] Warning: overwriting stash ‘coverage-report’ [2023-04-21T20:16:36.761Z] Stashed 1 file(s) [Pipeline] sh [2023-04-21T20:16:37.420Z] + make build [2023-04-21T20:16:37.420Z] 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-04-21T20:18:14.335Z] 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-04-21T20:18:14.922Z] 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-04-21T20:18:20.276Z] 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-04-21T20:18:24.535Z] 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-04-21T20:19:11.406Z] 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-04-21T20:19:16.764Z] 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-04-21T20:19:23.429Z] 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-04-21T20:19:30.092Z] 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-04-21T20:19:33.460Z] 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-04-21T20:19:37.720Z] 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-04-21T20:19:44.392Z] 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-04-21T20:19:51.095Z] $ docker stop --time=1 4313a7e70baa8de49e7878568fdd6219307dcb641193ddeff6401ab9538a9573 [2023-04-21T20:19:53.203Z] $ docker rm -f --volumes 4313a7e70baa8de49e7878568fdd6219307dcb641193ddeff6401ab9538a9573 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:19:56.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:19:56.051Z] [2023-04-21T20:19:56.051Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:19:56.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:19:56.779Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-21T20:19:56.779Z] 29e5d40040c1: Pulling fs layer [2023-04-21T20:19:56.779Z] 1ce36da41761: Pulling fs layer [2023-04-21T20:19:56.779Z] 25b303627fd3: Pulling fs layer [2023-04-21T20:19:56.779Z] 29e5d40040c1: Download complete [2023-04-21T20:19:57.398Z] 1ce36da41761: Verifying Checksum [2023-04-21T20:19:57.398Z] 1ce36da41761: Download complete [2023-04-21T20:19:57.680Z] 29e5d40040c1: Pull complete [2023-04-21T20:19:59.097Z] 1ce36da41761: Pull complete [2023-04-21T20:19:59.097Z] 25b303627fd3: Verifying Checksum [2023-04-21T20:19:59.097Z] 25b303627fd3: Download complete [2023-04-21T20:20:11.426Z] 25b303627fd3: Pull complete [2023-04-21T20:20:11.427Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-21T20:20:11.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:20:11.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:20:11.772Z] prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container [2023-04-21T20:20:11.843Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-21T20:20:14.241Z] $ docker top b734b2890950931a5a6ff2a11a163125ce6a440a47ca92abdca20dd909acdfd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:20:15.216Z] + docker-compose build --help [2023-04-21T20:20:15.216Z] + grep parallel [2023-04-21T20:20:20.576Z] --parallel Build images in parallel. [Pipeline] } [2023-04-21T20:20:20.607Z] $ docker stop --time=1 b734b2890950931a5a6ff2a11a163125ce6a440a47ca92abdca20dd909acdfd8 [2023-04-21T20:20:22.293Z] $ docker rm -f --volumes b734b2890950931a5a6ff2a11a163125ce6a440a47ca92abdca20dd909acdfd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:20:23.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:20:23.058Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:20:23.337Z] prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container [2023-04-21T20:20:23.408Z] $ 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-04-21T20:20:24.607Z] $ docker top 2518ec48daf6f1f9711c3adf64c7657bb8c8650a101ec2fd82ffe7c230f56581 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:20:25.191Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-21T20:20:31.843Z] Building core-command ... [2023-04-21T20:20:31.843Z] Building core-common-config-bootstrapper ... [2023-04-21T20:20:31.843Z] Building core-data ... [2023-04-21T20:20:31.843Z] Building core-metadata ... [2023-04-21T20:20:31.843Z] Building security-bootstrapper ... [2023-04-21T20:20:31.843Z] Building security-proxy-auth ... [2023-04-21T20:20:31.843Z] Building security-proxy-setup ... [2023-04-21T20:20:31.843Z] Building security-secretstore-setup ... [2023-04-21T20:20:31.843Z] Building security-spiffe-token-provider ... [2023-04-21T20:20:31.843Z] Building security-spire-agent ... [2023-04-21T20:20:31.843Z] Building security-spire-config ... [2023-04-21T20:20:31.843Z] Building security-spire-server ... [2023-04-21T20:20:31.843Z] Building support-notifications ... [2023-04-21T20:20:31.843Z] Building support-scheduler ... [2023-04-21T20:20:31.843Z] Building core-common-config-bootstrapper [2023-04-21T20:20:31.843Z] Building security-spire-agent [2023-04-21T20:20:31.843Z] Building security-spire-config [2023-04-21T20:20:31.843Z] Building core-command [2023-04-21T20:20:31.843Z] Building security-proxy-auth [2023-04-21T20:21:28.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:21:28.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:21:28.275Z] ---> 8623b036e862 [2023-04-21T20:21:28.275Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:21:28.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:21:28.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:21:28.275Z] ---> 8623b036e862 [2023-04-21T20:21:28.275Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:21:28.275Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:21:28.275Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:21:28.275Z] ---> 8623b036e862 [2023-04-21T20:21:28.275Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:21:28.275Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:21:28.275Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:21:28.275Z] ---> 8623b036e862 [2023-04-21T20:21:28.275Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:21:28.275Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:21:28.275Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:21:28.275Z] ---> 8623b036e862 [2023-04-21T20:21:28.275Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:21:28.275Z] ---> Running in d4f2b0a6da3d [2023-04-21T20:21:28.275Z] ---> Running in 2e7da7ea8409 [2023-04-21T20:21:28.275Z] ---> Running in 791ed16784c7 [2023-04-21T20:21:28.275Z] ---> Running in 9d7a1a412708 [2023-04-21T20:21:28.275Z] ---> Running in 07f28a8537ac [2023-04-21T20:21:28.275Z] Removing intermediate container d4f2b0a6da3d [2023-04-21T20:21:28.275Z] ---> a3485e936d54 [2023-04-21T20:21:28.275Z] Step 4/24 : WORKDIR /edgex-go [2023-04-21T20:21:28.275Z] ---> Running in 79d21117e5d4 [2023-04-21T20:21:28.275Z] Removing intermediate container 07f28a8537ac [2023-04-21T20:21:28.275Z] ---> d1ca24439d9f [2023-04-21T20:21:28.275Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:21:28.275Z] Removing intermediate container 791ed16784c7 [2023-04-21T20:21:28.275Z] ---> 7085fc190293 [2023-04-21T20:21:28.275Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:21:28.275Z] Removing intermediate container 9d7a1a412708 [2023-04-21T20:21:28.275Z] ---> 090ef4cbc1a5 [2023-04-21T20:21:28.275Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:21:28.275Z] ---> Running in 093c75b285f1 [2023-04-21T20:21:28.275Z] Removing intermediate container 2e7da7ea8409 [2023-04-21T20:21:28.275Z] ---> 5c72a517d169 [2023-04-21T20:21:28.275Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:21:28.275Z] ---> Running in 27da106b9cfa [2023-04-21T20:21:28.275Z] ---> Running in fb629fe8b68f [2023-04-21T20:21:28.275Z] ---> Running in ddd657e5915a [2023-04-21T20:21:28.275Z] Removing intermediate container 79d21117e5d4 [2023-04-21T20:21:28.275Z] ---> f22e66454fa1 [2023-04-21T20:21:28.275Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-21T20:21:28.275Z] ---> Running in 94f327e47f85 [2023-04-21T20:21:28.275Z] Removing intermediate container 27da106b9cfa [2023-04-21T20:21:28.275Z] ---> 81719257d850 [2023-04-21T20:21:28.275Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:21:28.275Z] ---> Running in 4437dd861e83 [2023-04-21T20:21:28.275Z] Removing intermediate container ddd657e5915a [2023-04-21T20:21:28.275Z] ---> 041bf71bbd70 [2023-04-21T20:21:28.275Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:21:28.275Z] ---> Running in 22e63fbbfd46 [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:21:28.275Z] OK: 263 MiB in 53 packages [2023-04-21T20:21:28.275Z] OK: 263 MiB in 53 packages [2023-04-21T20:21:29.239Z] OK: 263 MiB in 53 packages [2023-04-21T20:21:29.239Z] OK: 263 MiB in 53 packages [2023-04-21T20:21:29.511Z] OK: 263 MiB in 53 packages [2023-04-21T20:21:29.785Z] Removing intermediate container fb629fe8b68f [2023-04-21T20:21:29.785Z] ---> 537fc250d9a4 [2023-04-21T20:21:29.785Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:21:30.378Z] Removing intermediate container 093c75b285f1 [2023-04-21T20:21:30.378Z] ---> 91c2df61d876 [2023-04-21T20:21:30.648Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:21:30.648Z] Removing intermediate container 94f327e47f85 [2023-04-21T20:21:30.648Z] ---> 9b869f9aede9 [2023-04-21T20:21:30.648Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-21T20:21:31.236Z] Removing intermediate container 22e63fbbfd46 [2023-04-21T20:21:31.236Z] ---> eb1f0cc13376 [2023-04-21T20:21:31.236Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:21:31.236Z] ---> 1ddec4cb2e28 [2023-04-21T20:21:31.236Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:21:31.509Z] Removing intermediate container 4437dd861e83 [2023-04-21T20:21:31.509Z] ---> 2036326e75d7 [2023-04-21T20:21:31.509Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:21:31.509Z] ---> Running in 019cba60d3b9 [2023-04-21T20:21:32.094Z] ---> 6f11dac2caaf [2023-04-21T20:21:32.094Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:21:32.365Z] ---> 94908f6d81f3 [2023-04-21T20:21:32.365Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:21:32.365Z] ---> Running in cb2e44537cca [2023-04-21T20:21:32.365Z] ---> 9551926c61a7 [2023-04-21T20:21:32.365Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:21:32.639Z] ---> Running in ccda08a874f1 [2023-04-21T20:21:32.639Z] ---> Running in a433ccb63225 [2023-04-21T20:21:33.604Z] ---> 966ce1099881 [2023-04-21T20:21:33.604Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:21:33.873Z] ---> Running in 43d2c54ef305 [2023-04-21T20:23:25.558Z] Removing intermediate container 019cba60d3b9 [2023-04-21T20:23:25.558Z] ---> d6ca448046e3 [2023-04-21T20:23:25.558Z] Step 7/27 : COPY . . [2023-04-21T20:23:25.558Z] Removing intermediate container cb2e44537cca [2023-04-21T20:23:25.558Z] ---> bef94021e716 [2023-04-21T20:23:25.558Z] Step 7/27 : COPY . . [2023-04-21T20:23:25.558Z] Removing intermediate container ccda08a874f1 [2023-04-21T20:23:25.558Z] ---> d116bd26ca99 [2023-04-21T20:23:25.558Z] Step 8/24 : COPY . . [2023-04-21T20:23:25.558Z] Removing intermediate container a433ccb63225 [2023-04-21T20:23:25.558Z] ---> c8e307aaf58e [2023-04-21T20:23:25.558Z] Step 8/23 : COPY . . [2023-04-21T20:23:25.558Z] Removing intermediate container 43d2c54ef305 [2023-04-21T20:23:25.558Z] ---> 0e85a29614e7 [2023-04-21T20:23:25.558Z] Step 8/23 : COPY . . [2023-04-21T20:23:35.632Z] ---> 2ba6bd4e885d [2023-04-21T20:23:35.632Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:23:35.632Z] ---> 021420bf7f84 [2023-04-21T20:23:35.632Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-21T20:23:35.632Z] ---> 596baa197c00 [2023-04-21T20:23:35.632Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-21T20:23:35.632Z] ---> 8224bf1fbb4c [2023-04-21T20:23:35.632Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-21T20:23:35.632Z] ---> Running in db2f2210b788 [2023-04-21T20:23:35.632Z] ---> Running in e5341689e37f [2023-04-21T20:23:35.632Z] ---> 0ab62234d713 [2023-04-21T20:23:35.632Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:23:35.632Z] ---> Running in 1b34cac3a2b0 [2023-04-21T20:23:35.910Z] ---> Running in 2991818c61fa [2023-04-21T20:23:35.910Z] ---> Running in b1dbea32e3af [2023-04-21T20:23:36.497Z] Removing intermediate container 1b34cac3a2b0 [2023-04-21T20:23:36.497Z] ---> 88f24a16e661 [2023-04-21T20:23:36.497Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:23:36.497Z] ---> Running in 3126b5dea272 [2023-04-21T20:23:36.764Z] Removing intermediate container 2991818c61fa [2023-04-21T20:23:36.764Z] ---> 3a0360c87923 [2023-04-21T20:23:36.764Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:23:37.038Z] ---> Running in bce68e50e49c [2023-04-21T20:23:37.305Z] Removing intermediate container 3126b5dea272 [2023-04-21T20:23:37.305Z] ---> c619b55ea690 [2023-04-21T20:23:37.305Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:23:38.715Z] ---> Running in cb3051e11f4d [2023-04-21T20:23:38.715Z] Removing intermediate container bce68e50e49c [2023-04-21T20:23:38.990Z] ---> 2ccabc4e6ac3 [2023-04-21T20:23:38.990Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:23:38.990Z] 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-04-21T20:23:38.990Z] ---> Running in b966b7545a41 [2023-04-21T20:23:39.275Z] 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-04-21T20:23:39.275Z] 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-04-21T20:23:39.544Z] Removing intermediate container cb3051e11f4d [2023-04-21T20:23:39.544Z] ---> 01bb6d635c18 [2023-04-21T20:23:39.544Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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-04-21T20:23:39.818Z] Removing intermediate container b966b7545a41 [2023-04-21T20:23:39.818Z] ---> 615192659a4f [2023-04-21T20:23:39.818Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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-04-21T20:23:39.818Z] ---> Running in 0fb3164476d8 [2023-04-21T20:23:39.818Z] ---> Running in c8b3f38bf8dc [2023-04-21T20:23:44.085Z] Removing intermediate container 0fb3164476d8 [2023-04-21T20:23:44.085Z] ---> 9d33d9e62d39 [2023-04-21T20:23:44.085Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:23:44.085Z] ---> Running in 6a85643d6e33 [2023-04-21T20:23:44.085Z] Removing intermediate container c8b3f38bf8dc [2023-04-21T20:23:44.085Z] ---> 510937b2b6cb [2023-04-21T20:23:44.085Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:23:44.085Z] ---> Running in 67bddc12563b [2023-04-21T20:23:44.355Z] Removing intermediate container 6a85643d6e33 [2023-04-21T20:23:44.355Z] ---> 83ec1a395e92 [2023-04-21T20:23:44.623Z] [2023-04-21T20:23:44.623Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:23:44.623Z] Removing intermediate container 67bddc12563b [2023-04-21T20:23:44.623Z] ---> 3165b0433fbd [2023-04-21T20:23:44.623Z] [2023-04-21T20:23:44.623Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:23:44.623Z] 3.17: Pulling from library/alpine [2023-04-21T20:23:44.623Z] 3.17: Pulling from library/alpine [2023-04-21T20:23:46.564Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T20:23:46.564Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T20:23:46.564Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T20:23:46.564Z] Status: Image is up to date for alpine:3.17 [2023-04-21T20:23:46.564Z] ---> 51e60588ff2c [2023-04-21T20:23:46.564Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:23:46.564Z] ---> 51e60588ff2c [2023-04-21T20:23:46.564Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:23:46.564Z] ---> Running in ed3e8d1d16da [2023-04-21T20:23:46.564Z] ---> Running in 9dddc3c23d37 [2023-04-21T20:23:47.526Z] Removing intermediate container ed3e8d1d16da [2023-04-21T20:23:47.526Z] ---> 22788ccd739c [2023-04-21T20:23:47.526Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:23:47.526Z] Removing intermediate container 9dddc3c23d37 [2023-04-21T20:23:47.526Z] ---> ef270a8a8d22 [2023-04-21T20:23:47.526Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-21T20:23:47.526Z] ---> Running in ac6b1a7ed4f5 [2023-04-21T20:23:47.526Z] ---> Running in 49e789409990 [2023-04-21T20:23:50.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:50.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:51.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:51.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:52.754Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:23:52.754Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:23:52.754Z] OK: 17691 distinct packages available [2023-04-21T20:23:52.754Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:23:52.754Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:23:52.754Z] OK: 17691 distinct packages available [2023-04-21T20:23:53.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:53.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:53.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:53.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:55.404Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-21T20:23:55.404Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:23:55.404Z] (3/4) Installing libucontext (1.2-r0) [2023-04-21T20:23:55.404Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-21T20:23:55.404Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:23:55.404Z] OK: 8 MiB in 19 packages [2023-04-21T20:23:55.671Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-21T20:23:55.671Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:23:55.671Z] (3/5) Installing libucontext (1.2-r0) [2023-04-21T20:23:55.671Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-21T20:23:55.671Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-21T20:23:55.671Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:23:55.671Z] OK: 9 MiB in 20 packages [2023-04-21T20:23:57.622Z] Removing intermediate container 49e789409990 [2023-04-21T20:23:57.622Z] ---> b7de61f7ca17 [2023-04-21T20:23:57.622Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:23:58.584Z] Removing intermediate container ac6b1a7ed4f5 [2023-04-21T20:23:58.584Z] ---> 6a413be42bfc [2023-04-21T20:23:58.584Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:23:58.852Z] ---> 6954da097ebf [2023-04-21T20:23:58.852Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:23:59.812Z] ---> c88e35cc54e5 [2023-04-21T20:23:59.812Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:24:00.086Z] ---> 3eb19ddb673a [2023-04-21T20:24:00.086Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:24:01.046Z] ---> a40b5fc0ffba [2023-04-21T20:24:01.046Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-21T20:24:07.698Z] ---> 4f1f89594a93 [2023-04-21T20:24:07.698Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:24:07.698Z] ---> 0747ba691384 [2023-04-21T20:24:07.698Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:24:09.120Z] ---> 14877efd5d1d [2023-04-21T20:24:09.120Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-21T20:24:09.120Z] ---> Running in 6a64ee2151ea [2023-04-21T20:24:09.702Z] Removing intermediate container 6a64ee2151ea [2023-04-21T20:24:09.702Z] ---> a3e2d2c3c5d7 [2023-04-21T20:24:09.702Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-21T20:24:11.115Z] ---> d5445b71dfcc [2023-04-21T20:24:11.115Z] Step 22/27 : WORKDIR / [2023-04-21T20:24:11.115Z] ---> Running in 2dbc513bab33 [2023-04-21T20:24:12.075Z] Removing intermediate container 2dbc513bab33 [2023-04-21T20:24:12.075Z] ---> 3ea10ee75238 [2023-04-21T20:24:12.075Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:24:12.075Z] ---> Running in 8cfce4819220 [2023-04-21T20:24:13.035Z] Removing intermediate container 8cfce4819220 [2023-04-21T20:24:13.035Z] ---> 7adb34ab5bc2 [2023-04-21T20:24:13.035Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:24:13.035Z] ---> Running in 095771a3c32d [2023-04-21T20:24:14.001Z] ---> 27b6343cccc1 [2023-04-21T20:24:14.001Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:24:14.001Z] Removing intermediate container 095771a3c32d [2023-04-21T20:24:14.001Z] ---> 9b38fef12a6e [2023-04-21T20:24:14.001Z] Step 25/27 : LABEL arch=arm64 [2023-04-21T20:24:14.001Z] ---> Running in 8f35277508a7 [2023-04-21T20:24:14.586Z] Removing intermediate container 8f35277508a7 [2023-04-21T20:24:14.586Z] ---> 3051acfba6a9 [2023-04-21T20:24:14.586Z] Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:24:14.586Z] ---> Running in 95610f655110 [2023-04-21T20:24:15.172Z] ---> d78c73b08033 [2023-04-21T20:24:15.172Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-21T20:24:15.172Z] Removing intermediate container 95610f655110 [2023-04-21T20:24:15.172Z] ---> f1763cfd0c1e [2023-04-21T20:24:15.172Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:24:15.441Z] ---> Running in 2afa716e8341 [2023-04-21T20:24:16.028Z] Removing intermediate container 2afa716e8341 [2023-04-21T20:24:16.028Z] ---> b33f25dbe388 [2023-04-21T20:24:16.028Z] [2023-04-21T20:24:16.299Z] ---> 24c15c8d5390 [2023-04-21T20:24:16.299Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-21T20:24:16.887Z] Successfully built b33f25dbe388 [2023-04-21T20:24:16.887Z] Successfully tagged security-spire-config-arm64:latest [2023-04-21T20:24:16.887Z]  Building security-spire-config ... done Building security-proxy-setup [2023-04-21T20:24:17.479Z] ---> ce6f26c9b366 [2023-04-21T20:24:17.479Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:24:17.479Z] ---> Running in de0466fcfd3c [2023-04-21T20:24:17.749Z] Removing intermediate container de0466fcfd3c [2023-04-21T20:24:17.749Z] ---> 5b0ee474b01c [2023-04-21T20:24:17.749Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:24:18.023Z] ---> Running in 59bad3de14f8 [2023-04-21T20:24:18.610Z] Removing intermediate container 59bad3de14f8 [2023-04-21T20:24:18.610Z] ---> 925b1e37d9b8 [2023-04-21T20:24:18.610Z] Step 25/27 : LABEL arch=arm64 [2023-04-21T20:24:18.610Z] ---> Running in 439478a3734b [2023-04-21T20:24:19.392Z] Removing intermediate container 439478a3734b [2023-04-21T20:24:19.392Z] ---> 9b21eedc39d7 [2023-04-21T20:24:19.392Z] Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:24:19.392Z] ---> Running in 033f4c0cb1ac [2023-04-21T20:24:19.721Z] Removing intermediate container 033f4c0cb1ac [2023-04-21T20:24:19.721Z] ---> ccbc166e329f [2023-04-21T20:24:19.721Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:24:19.997Z] ---> Running in 1a6f5527e5ed [2023-04-21T20:24:20.638Z] Removing intermediate container 1a6f5527e5ed [2023-04-21T20:24:20.638Z] ---> 50b017ae847b [2023-04-21T20:24:20.638Z] [2023-04-21T20:24:20.638Z] Successfully built 50b017ae847b [2023-04-21T20:24:20.638Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-21T20:24:20.638Z]  Building security-spire-agent ... done Building core-metadata [2023-04-21T20:24:47.472Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:24:47.472Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:24:47.472Z] ---> 8623b036e862 [2023-04-21T20:24:47.472Z] Step 3/22 : WORKDIR /edgex-go [2023-04-21T20:24:47.472Z] ---> Using cache [2023-04-21T20:24:47.472Z] ---> 090ef4cbc1a5 [2023-04-21T20:24:47.472Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-21T20:24:47.472Z] ---> Running in e84092a5c626 [2023-04-21T20:24:47.472Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:24:47.472Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:24:47.472Z] ---> 8623b036e862 [2023-04-21T20:24:47.472Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:24:47.472Z] ---> Using cache [2023-04-21T20:24:47.472Z] ---> 5c72a517d169 [2023-04-21T20:24:47.472Z] Step 4/25 : WORKDIR /edgex-go [2023-04-21T20:24:47.472Z] ---> Using cache [2023-04-21T20:24:47.472Z] ---> 041bf71bbd70 [2023-04-21T20:24:47.472Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-21T20:24:47.472Z] ---> Using cache [2023-04-21T20:24:47.472Z] ---> eb1f0cc13376 [2023-04-21T20:24:47.473Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-21T20:24:47.473Z] ---> Using cache [2023-04-21T20:24:47.473Z] ---> 9551926c61a7 [2023-04-21T20:24:47.473Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:24:47.473Z] ---> Using cache [2023-04-21T20:24:47.473Z] ---> c8e307aaf58e [2023-04-21T20:24:47.473Z] Step 8/25 : COPY . . [2023-04-21T20:24:47.473Z] ---> Using cache [2023-04-21T20:24:47.473Z] ---> 021420bf7f84 [2023-04-21T20:24:47.473Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-21T20:24:47.473Z] ---> Running in 727fe3978866 [2023-04-21T20:24:47.744Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:24:49.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:24:49.744Z] 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-04-21T20:24:50.718Z] OK: 263 MiB in 53 packages [2023-04-21T20:24:52.135Z] Removing intermediate container e84092a5c626 [2023-04-21T20:24:52.135Z] ---> 53cc44d1bd9e [2023-04-21T20:24:52.135Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-21T20:24:52.729Z] ---> 2e8017d8badc [2023-04-21T20:24:52.729Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:24:52.729Z] ---> Running in 3ec46357ad1c [2023-04-21T20:26:29.385Z] Removing intermediate container 3ec46357ad1c [2023-04-21T20:26:29.385Z] ---> 94fa58a135eb [2023-04-21T20:26:29.385Z] Step 7/22 : COPY . . [2023-04-21T20:26:44.396Z] ---> 347353d6c83c [2023-04-21T20:26:44.396Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-21T20:26:44.396Z] ---> Running in bcdf5045302d [2023-04-21T20:26:44.982Z] 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-04-21T20:30:36.776Z] Removing intermediate container b1dbea32e3af [2023-04-21T20:30:36.776Z] ---> 9b1f0977e22b [2023-04-21T20:30:36.776Z] [2023-04-21T20:30:36.776Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:30:36.776Z] ---> 51e60588ff2c [2023-04-21T20:30:36.776Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:30:36.776Z] ---> Running in 2bf0d7cc18ac [2023-04-21T20:30:36.776Z] Removing intermediate container 2bf0d7cc18ac [2023-04-21T20:30:36.776Z] ---> 7a275b9f62ac [2023-04-21T20:30:36.776Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:30:36.776Z] ---> Running in b4ebc0d91aba [2023-04-21T20:30:36.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:30:36.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:30:36.776Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:30:36.776Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:30:36.776Z] OK: 8 MiB in 16 packages [2023-04-21T20:30:36.776Z] Removing intermediate container b4ebc0d91aba [2023-04-21T20:30:36.776Z] ---> 1149aa1923b2 [2023-04-21T20:30:36.776Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:30:36.776Z] ---> 60c251265f7b [2023-04-21T20:30:36.776Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:30:36.776Z] ---> b11476d1aca1 [2023-04-21T20:30:36.776Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-21T20:30:37.369Z] ---> f9e20cf88ce2 [2023-04-21T20:30:37.369Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:30:38.340Z] ---> 858699a07d60 [2023-04-21T20:30:38.340Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-21T20:30:41.400Z] ---> 635a71b2577d [2023-04-21T20:30:41.400Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:30:41.400Z] ---> Running in ce0fe7b7f836 [2023-04-21T20:30:44.760Z] Removing intermediate container ce0fe7b7f836 [2023-04-21T20:30:44.760Z] ---> 0e6e4f32584d [2023-04-21T20:30:44.760Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:30:44.760Z] ---> Running in e7710aea7257 [2023-04-21T20:30:45.028Z] Removing intermediate container e7710aea7257 [2023-04-21T20:30:45.028Z] ---> 6bfd8abe9daf [2023-04-21T20:30:45.028Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:30:45.295Z] ---> Running in 0d5853edf662 [2023-04-21T20:30:45.880Z] Removing intermediate container 0d5853edf662 [2023-04-21T20:30:45.880Z] ---> 17d4adc45de2 [2023-04-21T20:30:45.880Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:30:45.880Z] ---> Running in f532070bf067 [2023-04-21T20:30:46.471Z] Removing intermediate container f532070bf067 [2023-04-21T20:30:46.471Z] ---> 28c818488b02 [2023-04-21T20:30:46.471Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:30:46.471Z] ---> Running in 7a86cfbffda7 [2023-04-21T20:30:47.055Z] Removing intermediate container 7a86cfbffda7 [2023-04-21T20:30:47.055Z] ---> 37f3ad4651aa [2023-04-21T20:30:47.055Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:30:47.323Z] ---> Running in 5194284ada37 [2023-04-21T20:30:47.907Z] Removing intermediate container 5194284ada37 [2023-04-21T20:30:47.907Z] ---> f9baaeecb933 [2023-04-21T20:30:47.907Z] [2023-04-21T20:30:48.175Z] Successfully built f9baaeecb933 [2023-04-21T20:30:48.175Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-21T20:30:48.175Z] Building security-bootstrapper [2023-04-21T20:31:06.407Z]  Building security-proxy-auth ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:31:06.407Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:31:06.407Z] ---> 8623b036e862 [2023-04-21T20:31:06.407Z] Step 3/33 : WORKDIR /edgex-go [2023-04-21T20:31:06.407Z] ---> Using cache [2023-04-21T20:31:06.407Z] ---> 090ef4cbc1a5 [2023-04-21T20:31:06.407Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-21T20:31:06.407Z] ---> Using cache [2023-04-21T20:31:06.407Z] ---> 53cc44d1bd9e [2023-04-21T20:31:06.407Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-21T20:31:06.407Z] ---> Using cache [2023-04-21T20:31:06.407Z] ---> 2e8017d8badc [2023-04-21T20:31:06.407Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:31:06.407Z] ---> Using cache [2023-04-21T20:31:06.407Z] ---> 94fa58a135eb [2023-04-21T20:31:06.407Z] Step 7/33 : COPY . . [2023-04-21T20:31:06.407Z] ---> Using cache [2023-04-21T20:31:06.407Z] ---> 347353d6c83c [2023-04-21T20:31:06.407Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-21T20:31:06.678Z] ---> Running in df6cd475493a [2023-04-21T20:31:06.948Z] Removing intermediate container db2f2210b788 [2023-04-21T20:31:06.948Z] ---> aa4171207285 [2023-04-21T20:31:06.948Z] [2023-04-21T20:31:06.948Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:31:06.948Z] ---> 51e60588ff2c [2023-04-21T20:31:06.948Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:31:06.948Z] ---> Using cache [2023-04-21T20:31:06.948Z] ---> 7a275b9f62ac [2023-04-21T20:31:06.948Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:31:06.948Z] ---> Using cache [2023-04-21T20:31:06.948Z] ---> 1149aa1923b2 [2023-04-21T20:31:06.948Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:31:06.948Z] ---> Using cache [2023-04-21T20:31:06.948Z] ---> 60c251265f7b [2023-04-21T20:31:06.948Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:31:06.948Z] ---> Using cache [2023-04-21T20:31:06.948Z] ---> b11476d1aca1 [2023-04-21T20:31:06.948Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-21T20:31:09.541Z] 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-04-21T20:31:10.973Z] ---> 2e279f0569df [2023-04-21T20:31:10.973Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:31:11.937Z] ---> 990740a0eb15 [2023-04-21T20:31:11.937Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-21T20:31:13.349Z] ---> f3e4362bb6ff [2023-04-21T20:31:13.349Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:31:13.349Z] ---> Running in ae196a98db2a [2023-04-21T20:31:17.609Z] Removing intermediate container ae196a98db2a [2023-04-21T20:31:17.609Z] ---> c7ba637de86f [2023-04-21T20:31:17.609Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:31:17.891Z] ---> Running in 0a58b3c96cec [2023-04-21T20:31:18.856Z] Removing intermediate container 0a58b3c96cec [2023-04-21T20:31:18.856Z] ---> 5754a441c607 [2023-04-21T20:31:18.856Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:31:18.856Z] ---> Running in 202c034c8c9a [2023-04-21T20:31:19.126Z] Removing intermediate container e5341689e37f [2023-04-21T20:31:19.126Z] ---> 5ac213f72ffd [2023-04-21T20:31:19.126Z] [2023-04-21T20:31:19.126Z] Step 10/24 : FROM alpine:3.17 [2023-04-21T20:31:19.126Z] ---> 51e60588ff2c [2023-04-21T20:31:19.126Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:31:20.090Z] ---> Running in 41b72f9cc9f9 [2023-04-21T20:31:20.090Z] Removing intermediate container 202c034c8c9a [2023-04-21T20:31:20.090Z] ---> a1b44f43b595 [2023-04-21T20:31:20.090Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:31:20.372Z] ---> Running in 8c93ab018d64 [2023-04-21T20:31:21.337Z] Removing intermediate container 8c93ab018d64 [2023-04-21T20:31:21.337Z] ---> c65289710540 [2023-04-21T20:31:21.337Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:31:21.337Z] ---> Running in 76c3ce075f6a [2023-04-21T20:31:22.308Z] Removing intermediate container 76c3ce075f6a [2023-04-21T20:31:22.308Z] ---> 11d0d744dd06 [2023-04-21T20:31:22.308Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:31:22.308Z] ---> Running in 81dcce4e502a [2023-04-21T20:31:22.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:31:23.160Z] Removing intermediate container 81dcce4e502a [2023-04-21T20:31:23.160Z] ---> 7104830edff8 [2023-04-21T20:31:23.160Z] [2023-04-21T20:31:23.428Z] Successfully built 7104830edff8 [2023-04-21T20:31:23.428Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-21T20:31:23.428Z] Building security-spiffe-token-provider [2023-04-21T20:31:23.698Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:31:25.646Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:31:25.646Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:31:25.646Z] OK: 8 MiB in 16 packages [2023-04-21T20:31:27.070Z] Removing intermediate container 41b72f9cc9f9 [2023-04-21T20:31:27.070Z] ---> 0cb81cec1331 [2023-04-21T20:31:27.070Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:31:27.337Z] ---> Running in 7c9b3ac8eca2 [2023-04-21T20:31:27.924Z] Removing intermediate container 7c9b3ac8eca2 [2023-04-21T20:31:27.924Z] ---> d94444e09fdb [2023-04-21T20:31:27.924Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-21T20:31:27.924Z] ---> Running in 5f14fc96cfe3 [2023-04-21T20:31:28.509Z] Removing intermediate container 5f14fc96cfe3 [2023-04-21T20:31:28.510Z] ---> c0fac9f81a6b [2023-04-21T20:31:28.510Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-21T20:31:28.510Z] ---> Running in 753289c2ba5c [2023-04-21T20:31:29.108Z] Removing intermediate container 753289c2ba5c [2023-04-21T20:31:29.108Z] ---> 944259953c5f [2023-04-21T20:31:29.108Z] Step 15/24 : WORKDIR / [2023-04-21T20:31:29.108Z] ---> Running in e5bfb1aae223 [2023-04-21T20:31:29.692Z] Removing intermediate container e5bfb1aae223 [2023-04-21T20:31:29.692Z] ---> fad77dc58ae0 [2023-04-21T20:31:29.692Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:31:30.660Z] ---> 8cd1ed8c9d71 [2023-04-21T20:31:30.660Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:31:33.256Z] ---> bf92fe33a7cb [2023-04-21T20:31:33.256Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-21T20:31:35.845Z] ---> 3858469a0bfe [2023-04-21T20:31:35.845Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:31:37.267Z] ---> 503d453a96fd [2023-04-21T20:31:37.267Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-21T20:31:37.267Z] ---> Running in 18c70e4fd3ea [2023-04-21T20:31:38.234Z] Removing intermediate container 18c70e4fd3ea [2023-04-21T20:31:38.234Z] ---> 2f3d5bb00d9f [2023-04-21T20:31:38.234Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:31:38.234Z] ---> Running in 4856332ef92d [2023-04-21T20:31:38.823Z] Removing intermediate container 4856332ef92d [2023-04-21T20:31:38.823Z] ---> 4839fa1a3b01 [2023-04-21T20:31:38.823Z] Step 22/24 : LABEL arch=arm64 [2023-04-21T20:31:39.091Z] ---> Running in f7505ba63cea [2023-04-21T20:31:40.052Z] Removing intermediate container f7505ba63cea [2023-04-21T20:31:40.052Z] ---> 36fbceaf9020 [2023-04-21T20:31:40.052Z] Step 23/24 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:31:40.052Z] ---> Running in 73937f96e0c2 [2023-04-21T20:31:40.637Z] Removing intermediate container 73937f96e0c2 [2023-04-21T20:31:40.637Z] ---> 467d1cd1301a [2023-04-21T20:31:40.637Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T20:31:40.908Z] ---> Running in 77d4b3a6848e [2023-04-21T20:31:41.872Z] Removing intermediate container 77d4b3a6848e [2023-04-21T20:31:41.872Z] ---> bba1b5c43ebb [2023-04-21T20:31:41.872Z] [2023-04-21T20:31:41.872Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:31:41.872Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:31:41.872Z] ---> 8623b036e862 [2023-04-21T20:31:41.872Z] Step 3/20 : WORKDIR /edgex-go [2023-04-21T20:31:41.872Z] ---> Using cache [2023-04-21T20:31:41.872Z] ---> 090ef4cbc1a5 [2023-04-21T20:31:41.872Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-21T20:31:41.872Z] ---> Running in 4eb403c2a42c [2023-04-21T20:31:42.461Z] Successfully built bba1b5c43ebb [2023-04-21T20:31:42.461Z] Successfully tagged core-command-arm64:latest [2023-04-21T20:31:42.461Z] Building support-scheduler [2023-04-21T20:31:43.883Z]  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:31:44.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:31:46.257Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:31:46.257Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:31:46.257Z] OK: 17695 distinct packages available [2023-04-21T20:31:46.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:31:47.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:31:48.905Z] OK: 263 MiB in 53 packages [2023-04-21T20:31:51.493Z] Removing intermediate container 4eb403c2a42c [2023-04-21T20:31:51.493Z] ---> 9f37d4f1ee29 [2023-04-21T20:31:51.493Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-21T20:31:52.078Z] ---> 364c8a73a75a [2023-04-21T20:31:52.078Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:31:52.345Z] ---> Running in b8c465625a42 [2023-04-21T20:32:02.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:32:02.430Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:32:02.430Z] ---> 8623b036e862 [2023-04-21T20:32:02.430Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:32:02.430Z] ---> Using cache [2023-04-21T20:32:02.430Z] ---> 5c72a517d169 [2023-04-21T20:32:02.430Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:32:02.430Z] ---> Using cache [2023-04-21T20:32:02.430Z] ---> 041bf71bbd70 [2023-04-21T20:32:02.430Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:32:02.430Z] ---> Using cache [2023-04-21T20:32:02.430Z] ---> eb1f0cc13376 [2023-04-21T20:32:02.430Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:32:02.430Z] ---> Using cache [2023-04-21T20:32:02.430Z] ---> 9551926c61a7 [2023-04-21T20:32:02.430Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:32:02.430Z] ---> Using cache [2023-04-21T20:32:02.430Z] ---> c8e307aaf58e [2023-04-21T20:32:02.430Z] Step 8/23 : COPY . . [2023-04-21T20:32:02.430Z] ---> Using cache [2023-04-21T20:32:02.430Z] ---> 021420bf7f84 [2023-04-21T20:32:02.430Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-21T20:32:02.430Z] ---> Running in 6feef716ec50 [2023-04-21T20:32:03.388Z] 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-04-21T20:32:50.232Z] Removing intermediate container 727fe3978866 [2023-04-21T20:32:50.232Z] ---> cbfb16d5b7b2 [2023-04-21T20:32:50.232Z] [2023-04-21T20:32:50.232Z] Step 10/25 : FROM alpine:3.17 [2023-04-21T20:32:50.232Z] ---> 51e60588ff2c [2023-04-21T20:32:50.232Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:32:50.232Z] ---> Using cache [2023-04-21T20:32:50.232Z] ---> 0cb81cec1331 [2023-04-21T20:32:50.232Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:32:50.232Z] ---> Using cache [2023-04-21T20:32:50.232Z] ---> d94444e09fdb [2023-04-21T20:32:50.232Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-21T20:32:50.232Z] ---> Running in 2258a24a0c8e [2023-04-21T20:32:50.232Z] Removing intermediate container 2258a24a0c8e [2023-04-21T20:32:50.232Z] ---> 263a09fe9a85 [2023-04-21T20:32:50.232Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-21T20:32:50.232Z] ---> Running in 5f673ec9d19b [2023-04-21T20:32:50.232Z] Removing intermediate container 5f673ec9d19b [2023-04-21T20:32:50.232Z] ---> cf1c7840fd4c [2023-04-21T20:32:50.232Z] Step 15/25 : WORKDIR / [2023-04-21T20:32:50.232Z] ---> Running in c59f600157f1 [2023-04-21T20:32:50.232Z] Removing intermediate container c59f600157f1 [2023-04-21T20:32:50.232Z] ---> 439cfbb3ad72 [2023-04-21T20:32:50.232Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:32:50.232Z] ---> 387c9ce15a98 [2023-04-21T20:32:50.232Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:32:50.232Z] ---> 049b8477ce15 [2023-04-21T20:32:50.232Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-21T20:32:52.845Z] ---> 39ea3e7dc1fc [2023-04-21T20:32:52.845Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:32:53.809Z] ---> f427f2461687 [2023-04-21T20:32:53.809Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-21T20:32:54.774Z] ---> 3d6e090dda52 [2023-04-21T20:32:54.774Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-21T20:32:54.774Z] ---> Running in e5c4a768c09e [2023-04-21T20:32:55.370Z] Removing intermediate container e5c4a768c09e [2023-04-21T20:32:55.370Z] ---> c66bd781f8fe [2023-04-21T20:32:55.370Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:32:55.370Z] ---> Running in 9821a2be303e [2023-04-21T20:32:55.773Z] Removing intermediate container 9821a2be303e [2023-04-21T20:32:55.773Z] ---> 1d1f27b6fbb2 [2023-04-21T20:32:55.773Z] Step 23/25 : LABEL arch=arm64 [2023-04-21T20:32:56.111Z] ---> Running in 25de10b5bc89 [2023-04-21T20:32:57.100Z] Removing intermediate container 25de10b5bc89 [2023-04-21T20:32:57.101Z] ---> e49a4a405ce9 [2023-04-21T20:32:57.101Z] Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:32:57.532Z] ---> Running in 650db02571fb [2023-04-21T20:32:58.161Z] Removing intermediate container 650db02571fb [2023-04-21T20:32:58.161Z] ---> b0a7cb138df2 [2023-04-21T20:32:58.161Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:32:58.161Z] ---> Running in 6b4fb2e072b0 [2023-04-21T20:32:59.161Z] Removing intermediate container 6b4fb2e072b0 [2023-04-21T20:32:59.161Z] ---> 27ec36ec089a [2023-04-21T20:32:59.161Z] [2023-04-21T20:32:59.890Z] Successfully built 27ec36ec089a [2023-04-21T20:32:59.890Z] Successfully tagged core-metadata-arm64:latest [2023-04-21T20:32:59.890Z]  Building core-metadata ... done Building security-secretstore-setup [2023-04-21T20:33:22.023Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:33:22.023Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:33:22.023Z] ---> 8623b036e862 [2023-04-21T20:33:22.023Z] Step 3/25 : WORKDIR /edgex-go [2023-04-21T20:33:22.023Z] ---> Using cache [2023-04-21T20:33:22.023Z] ---> 090ef4cbc1a5 [2023-04-21T20:33:22.023Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-21T20:33:22.023Z] ---> Using cache [2023-04-21T20:33:22.023Z] ---> 53cc44d1bd9e [2023-04-21T20:33:22.023Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-21T20:33:22.023Z] ---> Using cache [2023-04-21T20:33:22.023Z] ---> 2e8017d8badc [2023-04-21T20:33:22.023Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:33:22.023Z] ---> Using cache [2023-04-21T20:33:22.023Z] ---> 94fa58a135eb [2023-04-21T20:33:22.023Z] Step 7/25 : COPY . . [2023-04-21T20:33:22.023Z] ---> Using cache [2023-04-21T20:33:22.023Z] ---> 347353d6c83c [2023-04-21T20:33:22.023Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-21T20:33:22.631Z] ---> Running in 7dfabedcf3a0 [2023-04-21T20:33:25.239Z] 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-04-21T20:33:37.562Z] Removing intermediate container bcdf5045302d [2023-04-21T20:33:37.562Z] ---> 8a02578b88e8 [2023-04-21T20:33:37.562Z] [2023-04-21T20:33:37.562Z] Step 9/22 : FROM alpine:3.17 [2023-04-21T20:33:37.562Z] ---> 51e60588ff2c [2023-04-21T20:33:37.562Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-21T20:33:37.562Z] ---> Running in 69dccf93b3f6 [2023-04-21T20:33:40.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:33:40.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:33:42.682Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:33:42.682Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-21T20:33:42.682Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:33:42.682Z] OK: 8 MiB in 17 packages [2023-04-21T20:33:42.682Z] Removing intermediate container b8c465625a42 [2023-04-21T20:33:42.682Z] ---> caf7c52bda5d [2023-04-21T20:33:42.682Z] Step 7/20 : COPY . . [2023-04-21T20:33:45.283Z] Removing intermediate container 69dccf93b3f6 [2023-04-21T20:33:45.283Z] ---> 30ebcec18379 [2023-04-21T20:33:45.283Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:33:45.283Z] ---> Running in bc1724193275 [2023-04-21T20:33:46.249Z] Removing intermediate container bc1724193275 [2023-04-21T20:33:46.249Z] ---> af253367acee [2023-04-21T20:33:46.249Z] Step 12/22 : WORKDIR /edgex [2023-04-21T20:33:46.517Z] ---> Running in b90de5c91aec [2023-04-21T20:33:47.481Z] Removing intermediate container b90de5c91aec [2023-04-21T20:33:47.481Z] ---> 52b052fa58e7 [2023-04-21T20:33:47.481Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:33:48.893Z] ---> bb20fdba7f8c [2023-04-21T20:33:48.893Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:33:50.326Z] ---> 334a3f492873 [2023-04-21T20:33:50.326Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-21T20:33:51.290Z] ---> 6fed6e4e5751 [2023-04-21T20:33:51.290Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-21T20:33:54.631Z] ---> 2fffee299179 [2023-04-21T20:33:54.631Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:33:57.987Z] ---> 6ae23b8f31e0 [2023-04-21T20:33:57.987Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:33:57.987Z] ---> Running in affb5e6dfba3 [2023-04-21T20:33:59.947Z] ---> aaee30853983 [2023-04-21T20:33:59.947Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-21T20:33:59.947Z] ---> Running in 2882181920f5 [2023-04-21T20:34:01.897Z] Removing intermediate container affb5e6dfba3 [2023-04-21T20:34:01.897Z] ---> c754695603c6 [2023-04-21T20:34:01.897Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:34:01.897Z] ---> Running in 52912df46363 [2023-04-21T20:34:02.481Z] 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-04-21T20:34:02.481Z] Removing intermediate container 52912df46363 [2023-04-21T20:34:02.481Z] ---> 1cd3a7bf6dab [2023-04-21T20:34:02.481Z] Step 20/22 : LABEL arch=arm64 [2023-04-21T20:34:02.481Z] ---> Running in ed8fe31b9799 [2023-04-21T20:34:03.092Z] Removing intermediate container ed8fe31b9799 [2023-04-21T20:34:03.092Z] ---> 506d6bf19c5b [2023-04-21T20:34:03.092Z] Step 21/22 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:34:03.363Z] ---> Running in 297790ae881a [2023-04-21T20:34:03.948Z] Removing intermediate container 297790ae881a [2023-04-21T20:34:03.948Z] ---> b7ad3d2955dc [2023-04-21T20:34:03.948Z] Step 22/22 : LABEL version=0.0.0 [2023-04-21T20:34:03.948Z] ---> Running in f373fbacec37 [2023-04-21T20:34:04.532Z] Removing intermediate container f373fbacec37 [2023-04-21T20:34:04.532Z] ---> dd4113f5ede1 [2023-04-21T20:34:04.532Z] [2023-04-21T20:34:04.799Z] Successfully built dd4113f5ede1 [2023-04-21T20:34:04.799Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-21T20:34:04.799Z] Building core-data [2023-04-21T20:34:23.014Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:34:23.014Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:34:23.014Z] ---> 8623b036e862 [2023-04-21T20:34:23.014Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:34:23.014Z] ---> Using cache [2023-04-21T20:34:23.014Z] ---> 5c72a517d169 [2023-04-21T20:34:23.014Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:34:23.014Z] ---> Using cache [2023-04-21T20:34:23.014Z] ---> 041bf71bbd70 [2023-04-21T20:34:23.014Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:34:23.014Z] ---> Using cache [2023-04-21T20:34:23.014Z] ---> eb1f0cc13376 [2023-04-21T20:34:23.014Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:34:23.014Z] ---> Using cache [2023-04-21T20:34:23.014Z] ---> 9551926c61a7 [2023-04-21T20:34:23.014Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:34:23.014Z] ---> Using cache [2023-04-21T20:34:23.014Z] ---> c8e307aaf58e [2023-04-21T20:34:23.014Z] Step 8/23 : COPY . . [2023-04-21T20:34:23.014Z] ---> Using cache [2023-04-21T20:34:23.014Z] ---> 021420bf7f84 [2023-04-21T20:34:23.014Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-21T20:34:23.014Z] ---> Running in e799707c90ba [2023-04-21T20:34:24.429Z] 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-04-21T20:38:01.223Z] Removing intermediate container df6cd475493a [2023-04-21T20:38:01.223Z] ---> baa6d5839242 [2023-04-21T20:38:01.223Z] [2023-04-21T20:38:01.223Z] Step 9/33 : FROM alpine:3.17 [2023-04-21T20:38:01.223Z] ---> 51e60588ff2c [2023-04-21T20:38:01.223Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:38:01.223Z] ---> Running in 8e2b8ce880c6 [2023-04-21T20:38:01.223Z] Removing intermediate container 8e2b8ce880c6 [2023-04-21T20:38:01.223Z] ---> ecf096c3176c [2023-04-21T20:38:01.223Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-21T20:38:01.223Z] ---> Running in 5211e6dc15b3 [2023-04-21T20:38:01.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:38:02.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:38:03.602Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:38:03.602Z] (2/2) Installing su-exec (0.2-r2) [2023-04-21T20:38:03.868Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:38:03.868Z] OK: 8 MiB in 17 packages [2023-04-21T20:38:05.278Z] Removing intermediate container 5211e6dc15b3 [2023-04-21T20:38:05.278Z] ---> fd495657b019 [2023-04-21T20:38:05.278Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-21T20:38:05.278Z] ---> Running in 81a03b6b9310 [2023-04-21T20:38:05.864Z] Removing intermediate container 81a03b6b9310 [2023-04-21T20:38:05.864Z] ---> 2b22c41de388 [2023-04-21T20:38:05.864Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-21T20:38:05.864Z] ---> Running in fe87403edc0c [2023-04-21T20:38:06.450Z] Removing intermediate container fe87403edc0c [2023-04-21T20:38:06.450Z] ---> 337c78284abd [2023-04-21T20:38:06.450Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-21T20:38:07.860Z] ---> Running in fc3b2c60705d [2023-04-21T20:38:08.127Z] Removing intermediate container fc3b2c60705d [2023-04-21T20:38:08.127Z] ---> 318a868ca4e5 [2023-04-21T20:38:08.127Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-21T20:38:08.127Z] ---> Running in f11f2b83ae30 [2023-04-21T20:38:08.708Z] Removing intermediate container f11f2b83ae30 [2023-04-21T20:38:08.708Z] ---> 499b33193323 [2023-04-21T20:38:08.708Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-21T20:38:08.708Z] ---> Running in 886b7f224ff9 [2023-04-21T20:38:12.078Z] Removing intermediate container 886b7f224ff9 [2023-04-21T20:38:12.078Z] ---> 5ab8c114269a [2023-04-21T20:38:12.078Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-21T20:38:12.078Z] ---> Running in 4dec794801e7 [2023-04-21T20:38:12.691Z] Removing intermediate container 4dec794801e7 [2023-04-21T20:38:12.691Z] ---> 79b1d243b0af [2023-04-21T20:38:12.691Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-21T20:38:13.751Z] ---> 53ec823c120f [2023-04-21T20:38:13.751Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-21T20:38:13.751Z] ---> Running in cdf6b5467c6b [2023-04-21T20:38:17.112Z] Removing intermediate container cdf6b5467c6b [2023-04-21T20:38:17.112Z] ---> 67913df94f4e [2023-04-21T20:38:17.112Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:38:17.691Z] ---> 89aab12c48d6 [2023-04-21T20:38:17.691Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:38:20.947Z] ---> 7c45dc8a47d2 [2023-04-21T20:38:20.947Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-21T20:38:23.097Z] ---> 15d115e7d62c [2023-04-21T20:38:23.097Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-21T20:38:23.097Z] ---> 6961c482c03e [2023-04-21T20:38:23.097Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-21T20:38:24.092Z] ---> c27988e75e52 [2023-04-21T20:38:24.092Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-21T20:38:25.235Z] ---> 2d79d61f6889 [2023-04-21T20:38:25.235Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-21T20:38:26.211Z] ---> 67c349ef8475 [2023-04-21T20:38:26.211Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-21T20:38:26.813Z] ---> b2c48f4e3213 [2023-04-21T20:38:26.813Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-21T20:38:27.082Z] ---> Running in 19be01a69d30 [2023-04-21T20:38:30.415Z] Removing intermediate container 19be01a69d30 [2023-04-21T20:38:30.415Z] ---> 9bf5307808d7 [2023-04-21T20:38:30.415Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-21T20:38:30.415Z] ---> Running in b850d230a3bd [2023-04-21T20:38:30.681Z] Removing intermediate container b850d230a3bd [2023-04-21T20:38:30.681Z] ---> 70734e873c0e [2023-04-21T20:38:30.681Z] Step 30/33 : CMD ["gate"] [2023-04-21T20:38:30.681Z] ---> Running in 782ad5b777a4 [2023-04-21T20:38:31.263Z] Removing intermediate container 782ad5b777a4 [2023-04-21T20:38:31.263Z] ---> b1c6b69f4f3e [2023-04-21T20:38:31.263Z] Step 31/33 : LABEL arch=arm64 [2023-04-21T20:38:31.531Z] ---> Running in 89c543909e34 [2023-04-21T20:38:31.798Z] Removing intermediate container 89c543909e34 [2023-04-21T20:38:31.798Z] ---> aaf09a5422e7 [2023-04-21T20:38:31.798Z] Step 32/33 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:38:32.074Z] ---> Running in e1a3cdad406e [2023-04-21T20:38:34.643Z] Removing intermediate container e1a3cdad406e [2023-04-21T20:38:34.643Z] ---> eabe804656e2 [2023-04-21T20:38:34.643Z] Step 33/33 : LABEL version=0.0.0 [2023-04-21T20:38:34.643Z] ---> Running in 40897a0c20c3 [2023-04-21T20:38:35.223Z] Removing intermediate container 40897a0c20c3 [2023-04-21T20:38:35.223Z] ---> a9b211e87362 [2023-04-21T20:38:35.223Z] [2023-04-21T20:38:35.489Z] Successfully built a9b211e87362 [2023-04-21T20:38:35.489Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-21T20:38:35.489Z] Building security-spire-server [2023-04-21T20:38:50.470Z]  Building security-bootstrapper ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:38:50.470Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:38:50.470Z] ---> 8623b036e862 [2023-04-21T20:38:50.470Z] Step 3/26 : WORKDIR /edgex-go [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> 090ef4cbc1a5 [2023-04-21T20:38:50.470Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> 537fc250d9a4 [2023-04-21T20:38:50.470Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> 1ddec4cb2e28 [2023-04-21T20:38:50.470Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> d6ca448046e3 [2023-04-21T20:38:50.470Z] Step 7/26 : COPY . . [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> 0ab62234d713 [2023-04-21T20:38:50.470Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> 3a0360c87923 [2023-04-21T20:38:50.470Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> 2ccabc4e6ac3 [2023-04-21T20:38:50.470Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:38:50.470Z] ---> Using cache [2023-04-21T20:38:50.470Z] ---> 615192659a4f [2023-04-21T20:38:50.470Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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-04-21T20:38:50.470Z] ---> Running in ffdc67eb4684 [2023-04-21T20:38:53.058Z] Removing intermediate container ffdc67eb4684 [2023-04-21T20:38:53.058Z] ---> 9353db8d5306 [2023-04-21T20:38:53.058Z] Step 12/26 : WORKDIR /edgex-go [2023-04-21T20:38:53.058Z] ---> Running in edb078c2b45a [2023-04-21T20:38:53.643Z] Removing intermediate container edb078c2b45a [2023-04-21T20:38:53.643Z] ---> 97a2d03ac697 [2023-04-21T20:38:53.643Z] [2023-04-21T20:38:53.643Z] Step 13/26 : FROM alpine:3.17 [2023-04-21T20:38:53.643Z] ---> 51e60588ff2c [2023-04-21T20:38:53.643Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:38:53.643Z] ---> Using cache [2023-04-21T20:38:53.643Z] ---> ef270a8a8d22 [2023-04-21T20:38:53.643Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:38:53.643Z] ---> Running in c56e87ffe34b [2023-04-21T20:38:55.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:38:56.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:38:57.937Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:38:57.937Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:38:57.937Z] OK: 17691 distinct packages available [2023-04-21T20:38:58.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:38:58.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:39:00.192Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-21T20:39:00.192Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:39:00.192Z] (3/5) Installing libucontext (1.2-r0) [2023-04-21T20:39:00.192Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-21T20:39:00.192Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-21T20:39:00.192Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:39:00.192Z] OK: 9 MiB in 20 packages [2023-04-21T20:39:02.130Z] Removing intermediate container c56e87ffe34b [2023-04-21T20:39:02.130Z] ---> 899cb7f4e3c9 [2023-04-21T20:39:02.130Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:39:02.714Z] ---> 171047f8d100 [2023-04-21T20:39:02.714Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:39:03.671Z] ---> daac6d9bdd5f [2023-04-21T20:39:03.671Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:39:09.019Z] ---> 0fda27f96471 [2023-04-21T20:39:09.019Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:39:09.981Z] ---> 8d997425ef7d [2023-04-21T20:39:09.981Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-21T20:39:10.942Z] ---> 9578bebff4ef [2023-04-21T20:39:10.942Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-21T20:39:14.281Z] ---> 9dd0e2545769 [2023-04-21T20:39:14.281Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:39:14.281Z] ---> Running in 155f900220e7 [2023-04-21T20:39:14.863Z] Removing intermediate container 155f900220e7 [2023-04-21T20:39:14.863Z] ---> d3e7cb702344 [2023-04-21T20:39:14.863Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:39:14.863Z] ---> Running in 1a7b00a2f2a7 [2023-04-21T20:39:15.444Z] Removing intermediate container 1a7b00a2f2a7 [2023-04-21T20:39:15.444Z] ---> fb8858e8d93e [2023-04-21T20:39:15.444Z] Step 24/26 : LABEL arch=arm64 [2023-04-21T20:39:15.444Z] ---> Running in 8810e736c0f8 [2023-04-21T20:39:16.023Z] Removing intermediate container 8810e736c0f8 [2023-04-21T20:39:16.023Z] ---> a6bc05708e69 [2023-04-21T20:39:16.023Z] Step 25/26 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:39:16.023Z] ---> Running in b2738a571c19 [2023-04-21T20:39:16.602Z] Removing intermediate container b2738a571c19 [2023-04-21T20:39:16.602Z] ---> 92581697571b [2023-04-21T20:39:16.602Z] Step 26/26 : LABEL version=0.0.0 [2023-04-21T20:39:16.602Z] ---> Running in 181b9642d73a [2023-04-21T20:39:16.867Z] Removing intermediate container 181b9642d73a [2023-04-21T20:39:16.867Z] ---> 275665ecd3d3 [2023-04-21T20:39:16.867Z] [2023-04-21T20:39:17.132Z] Successfully built 275665ecd3d3 [2023-04-21T20:39:17.397Z] Successfully tagged security-spire-server-arm64:latest [2023-04-21T20:39:17.397Z] Building support-notifications [2023-04-21T20:39:35.608Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:39:35.608Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:39:35.608Z] ---> 8623b036e862 [2023-04-21T20:39:35.608Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:39:35.608Z] ---> Using cache [2023-04-21T20:39:35.608Z] ---> 5c72a517d169 [2023-04-21T20:39:35.608Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:39:35.608Z] ---> Using cache [2023-04-21T20:39:35.608Z] ---> 041bf71bbd70 [2023-04-21T20:39:35.608Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-21T20:39:35.608Z] ---> Running in 97259c08b1fa [2023-04-21T20:39:37.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:39:37.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:39:39.004Z] OK: 263 MiB in 53 packages [2023-04-21T20:39:41.597Z] Removing intermediate container 97259c08b1fa [2023-04-21T20:39:41.597Z] ---> 9eb5066c626e [2023-04-21T20:39:41.597Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:39:42.553Z] ---> 2918a53b9ea4 [2023-04-21T20:39:42.553Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:39:42.553Z] ---> Running in 79a7abe3dddd [2023-04-21T20:40:00.760Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-21T20:40:15.754Z] Removing intermediate container 7dfabedcf3a0 [2023-04-21T20:40:15.754Z] ---> 676e0d9a8c48 [2023-04-21T20:40:15.754Z] [2023-04-21T20:40:15.754Z] Step 9/25 : FROM alpine:3.17 [2023-04-21T20:40:15.754Z] ---> 51e60588ff2c [2023-04-21T20:40:15.754Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-21T20:40:15.754Z] ---> Running in 78f7147531d6 [2023-04-21T20:40:17.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:40:18.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:40:19.517Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-21T20:40:19.517Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-21T20:40:19.517Z] (3/3) Installing su-exec (0.2-r2) [2023-04-21T20:40:19.784Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:40:19.784Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:40:20.368Z] OK: 8 MiB in 18 packages [2023-04-21T20:40:22.944Z] Removing intermediate container 78f7147531d6 [2023-04-21T20:40:22.944Z] ---> 67b4bcd8784e [2023-04-21T20:40:22.944Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:40:22.944Z] ---> Running in e7f9c499564f [2023-04-21T20:40:23.526Z] Removing intermediate container e7f9c499564f [2023-04-21T20:40:23.526Z] ---> 225341ebecc5 [2023-04-21T20:40:23.526Z] Step 12/25 : WORKDIR / [2023-04-21T20:40:23.526Z] ---> Running in c88a9130298b [2023-04-21T20:40:24.118Z] Removing intermediate container c88a9130298b [2023-04-21T20:40:24.118Z] ---> 3f708c074ab2 [2023-04-21T20:40:24.118Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:40:25.087Z] ---> ae1938d27583 [2023-04-21T20:40:25.087Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:40:26.047Z] ---> c526180e27f2 [2023-04-21T20:40:26.047Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-21T20:40:26.631Z] ---> d249a6664c20 [2023-04-21T20:40:26.631Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-21T20:40:27.592Z] ---> 34b1c6899bbf [2023-04-21T20:40:27.592Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:40:28.549Z] ---> 733ed3a166cb [2023-04-21T20:40:28.549Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-21T20:40:29.955Z] ---> cdc10d60069b [2023-04-21T20:40:29.955Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-21T20:40:31.894Z] ---> a143757c1dc5 [2023-04-21T20:40:31.894Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:40:32.487Z] ---> f6545c4262f6 [2023-04-21T20:40:32.487Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:40:32.487Z] ---> Running in da40ef63921a [2023-04-21T20:40:36.733Z] Removing intermediate container da40ef63921a [2023-04-21T20:40:36.733Z] ---> 0c058b4086e7 [2023-04-21T20:40:36.733Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:40:36.733Z] ---> Running in c9fd6588ff66 [2023-04-21T20:40:37.324Z] Removing intermediate container c9fd6588ff66 [2023-04-21T20:40:37.324Z] ---> 32b5c0536a9c [2023-04-21T20:40:37.324Z] Step 23/25 : LABEL arch=arm64 [2023-04-21T20:40:37.324Z] ---> Running in ea0a70c98424 [2023-04-21T20:40:37.911Z] Removing intermediate container ea0a70c98424 [2023-04-21T20:40:37.911Z] ---> 0e4e983812b6 [2023-04-21T20:40:37.911Z] Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:40:38.180Z] ---> Running in 2b6825fe6772 [2023-04-21T20:40:38.763Z] Removing intermediate container 2b6825fe6772 [2023-04-21T20:40:38.764Z] ---> 48d83e77c8bd [2023-04-21T20:40:38.764Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:40:38.764Z] ---> Running in 3e518f74c162 [2023-04-21T20:40:39.349Z] Removing intermediate container 3e518f74c162 [2023-04-21T20:40:39.349Z] ---> 43d38d2915f8 [2023-04-21T20:40:39.349Z] [2023-04-21T20:40:39.620Z] Successfully built 43d38d2915f8 [2023-04-21T20:40:39.620Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-21T20:41:26.439Z]  Building security-secretstore-setup ... done Removing intermediate container 79a7abe3dddd [2023-04-21T20:41:26.439Z] ---> 01dbc99764ef [2023-04-21T20:41:26.439Z] Step 8/23 : COPY . . [2023-04-21T20:41:38.735Z] ---> 837789cf5ac9 [2023-04-21T20:41:38.735Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-21T20:41:38.735Z] ---> Running in 0f1b483f2c26 [2023-04-21T20:41:41.307Z] 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-04-21T20:41:43.882Z] Removing intermediate container e799707c90ba [2023-04-21T20:41:43.883Z] ---> fd79214f3581 [2023-04-21T20:41:43.883Z] [2023-04-21T20:41:43.883Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:41:43.883Z] ---> 51e60588ff2c [2023-04-21T20:41:43.883Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:41:43.883Z] ---> Running in b64ca4dc8b2f [2023-04-21T20:41:44.466Z] Removing intermediate container b64ca4dc8b2f [2023-04-21T20:41:44.466Z] ---> d7acb36a6c38 [2023-04-21T20:41:44.466Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-21T20:41:44.466Z] ---> Running in 3aa62c3cc5f0 [2023-04-21T20:41:45.046Z] Removing intermediate container 3aa62c3cc5f0 [2023-04-21T20:41:45.046Z] ---> d9364d743f52 [2023-04-21T20:41:45.046Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-21T20:41:45.046Z] ---> Running in dfcb8f2b480f [2023-04-21T20:41:45.634Z] Removing intermediate container dfcb8f2b480f [2023-04-21T20:41:45.634Z] ---> d97410e43e09 [2023-04-21T20:41:45.634Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:41:45.634Z] ---> Running in b0f5a40e6c76 [2023-04-21T20:41:47.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:41:48.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:41:49.949Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:41:49.949Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:41:49.949Z] OK: 8 MiB in 16 packages [2023-04-21T20:41:51.918Z] Removing intermediate container b0f5a40e6c76 [2023-04-21T20:41:51.918Z] ---> 03ea7bbd291d [2023-04-21T20:41:51.918Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:41:53.328Z] ---> 034f672a658d [2023-04-21T20:41:53.328Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:41:55.898Z] ---> c565fd0b0262 [2023-04-21T20:41:55.898Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-21T20:41:58.466Z] ---> 42b4f52460ab [2023-04-21T20:41:58.466Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:41:59.429Z] ---> 8ce7a7f8ed58 [2023-04-21T20:41:59.429Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-21T20:41:59.694Z] ---> Running in e57b51cc9353 [2023-04-21T20:41:59.960Z] Removing intermediate container e57b51cc9353 [2023-04-21T20:41:59.960Z] ---> 624dd9722496 [2023-04-21T20:41:59.960Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:42:00.225Z] ---> Running in a413b1809951 [2023-04-21T20:42:00.497Z] Removing intermediate container 6feef716ec50 [2023-04-21T20:42:00.497Z] ---> cd082e271418 [2023-04-21T20:42:00.497Z] [2023-04-21T20:42:00.497Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:42:00.497Z] ---> 51e60588ff2c [2023-04-21T20:42:00.497Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:42:00.497Z] ---> Using cache [2023-04-21T20:42:00.497Z] ---> 0cb81cec1331 [2023-04-21T20:42:00.497Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:42:00.497Z] ---> Using cache [2023-04-21T20:42:00.497Z] ---> d94444e09fdb [2023-04-21T20:42:00.497Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-21T20:42:00.773Z] ---> Running in e8ba67fe283f [2023-04-21T20:42:00.773Z] Removing intermediate container a413b1809951 [2023-04-21T20:42:00.773Z] ---> 34d5d98884d9 [2023-04-21T20:42:00.773Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:42:00.773Z] ---> Running in c5990d55f760 [2023-04-21T20:42:01.355Z] Removing intermediate container e8ba67fe283f [2023-04-21T20:42:01.355Z] ---> 6b219221df4a [2023-04-21T20:42:01.355Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:42:01.355Z] Removing intermediate container c5990d55f760 [2023-04-21T20:42:01.355Z] ---> 538451f62428 [2023-04-21T20:42:01.355Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:42:01.355Z] ---> Running in d569a3fa616c [2023-04-21T20:42:01.355Z] ---> Running in 137d353984a5 [2023-04-21T20:42:01.944Z] Removing intermediate container d569a3fa616c [2023-04-21T20:42:01.944Z] ---> a90887a975e1 [2023-04-21T20:42:01.944Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:42:01.944Z] Removing intermediate container 137d353984a5 [2023-04-21T20:42:01.944Z] ---> ad70e1e7c8ec [2023-04-21T20:42:01.944Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:42:02.209Z] ---> Running in e9a5ff4aa810 [2023-04-21T20:42:02.477Z] Removing intermediate container e9a5ff4aa810 [2023-04-21T20:42:02.477Z] ---> a3c66e067d5a [2023-04-21T20:42:02.477Z] [2023-04-21T20:42:02.744Z] ---> f073b0b90e87 [2023-04-21T20:42:02.744Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:42:03.010Z] Successfully built a3c66e067d5a [2023-04-21T20:42:03.010Z] Successfully tagged core-data-arm64:latest [2023-04-21T20:42:03.277Z]  Building core-data ... done  ---> 2db8d96f4f38 [2023-04-21T20:42:03.277Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-21T20:42:05.209Z] ---> 4aa4914eb71e [2023-04-21T20:42:05.209Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:42:05.910Z] ---> 68d6fc020889 [2023-04-21T20:42:05.910Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-21T20:42:06.204Z] ---> Running in dad5a8eda4b6 [2023-04-21T20:42:09.585Z] Removing intermediate container dad5a8eda4b6 [2023-04-21T20:42:09.585Z] ---> 8903d0fbe1c9 [2023-04-21T20:42:09.585Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:42:09.853Z] ---> Running in 0267f38847b2 [2023-04-21T20:42:10.452Z] Removing intermediate container 0267f38847b2 [2023-04-21T20:42:10.452Z] ---> 2f64beeb2c46 [2023-04-21T20:42:10.452Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:42:10.452Z] ---> Running in bb033433d220 [2023-04-21T20:42:11.449Z] Removing intermediate container bb033433d220 [2023-04-21T20:42:11.449Z] ---> 2acac99a3acc [2023-04-21T20:42:11.449Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:42:11.449Z] ---> Running in ab02c62b3402 [2023-04-21T20:42:11.730Z] Removing intermediate container ab02c62b3402 [2023-04-21T20:42:11.730Z] ---> 62ed7e7f44f3 [2023-04-21T20:42:11.730Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:42:11.995Z] ---> Running in b11e894b51d8 [2023-04-21T20:42:12.578Z] Removing intermediate container b11e894b51d8 [2023-04-21T20:42:12.578Z] ---> 91f644f8a061 [2023-04-21T20:42:12.578Z] [2023-04-21T20:42:12.844Z] Successfully built 91f644f8a061 [2023-04-21T20:42:12.844Z] Successfully tagged support-scheduler-arm64:latest [2023-04-21T20:42:19.475Z]  Building support-scheduler ... done Removing intermediate container 2882181920f5 [2023-04-21T20:42:19.475Z] ---> 4f29866cb029 [2023-04-21T20:42:19.475Z] [2023-04-21T20:42:19.475Z] Step 9/20 : FROM alpine:3.17 [2023-04-21T20:42:19.475Z] ---> 51e60588ff2c [2023-04-21T20:42:19.475Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:42:19.475Z] ---> Using cache [2023-04-21T20:42:19.475Z] ---> ecf096c3176c [2023-04-21T20:42:19.475Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-21T20:42:19.475Z] ---> Running in 0e7a300a01a6 [2023-04-21T20:42:20.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:42:21.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:42:22.808Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:42:22.808Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:42:22.808Z] OK: 17691 distinct packages available [2023-04-21T20:42:23.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:42:23.655Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:42:24.613Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-21T20:42:24.878Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-21T20:42:24.878Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-21T20:42:24.878Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-21T20:42:24.878Z] (5/9) Installing curl (8.0.1-r0) [2023-04-21T20:42:24.878Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-21T20:42:24.878Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:42:24.878Z] (8/9) Installing libucontext (1.2-r0) [2023-04-21T20:42:24.878Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-21T20:42:24.878Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:42:24.878Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:42:25.457Z] OK: 11 MiB in 24 packages [2023-04-21T20:42:27.391Z] Removing intermediate container 0e7a300a01a6 [2023-04-21T20:42:27.392Z] ---> 2c366ce0d1c6 [2023-04-21T20:42:27.392Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:42:28.347Z] ---> 91d9df1c8386 [2023-04-21T20:42:28.347Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:42:28.929Z] ---> 9a7f1f89e6fe [2023-04-21T20:42:28.929Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-21T20:42:31.503Z] ---> 74424a60f053 [2023-04-21T20:42:31.503Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:42:32.084Z] ---> be6817746f3e [2023-04-21T20:42:32.084Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-21T20:42:32.084Z] ---> Running in ba608f6a06b0 [2023-04-21T20:42:32.664Z] Removing intermediate container ba608f6a06b0 [2023-04-21T20:42:32.664Z] ---> ff28f393a6dd [2023-04-21T20:42:32.664Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:42:32.664Z] ---> Running in 43ff4710d04a [2023-04-21T20:42:33.245Z] Removing intermediate container 43ff4710d04a [2023-04-21T20:42:33.245Z] ---> 0dd1ae77b9d5 [2023-04-21T20:42:33.245Z] Step 18/20 : LABEL arch=arm64 [2023-04-21T20:42:33.245Z] ---> Running in 08ebd713a7e6 [2023-04-21T20:42:33.832Z] Removing intermediate container 08ebd713a7e6 [2023-04-21T20:42:33.832Z] ---> bcc19b4cfc18 [2023-04-21T20:42:33.832Z] Step 19/20 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:42:33.832Z] ---> Running in 687bc692bb67 [2023-04-21T20:42:34.098Z] Removing intermediate container 687bc692bb67 [2023-04-21T20:42:34.098Z] ---> da64300f0b1c [2023-04-21T20:42:34.098Z] Step 20/20 : LABEL version=0.0.0 [2023-04-21T20:42:34.363Z] ---> Running in 4dad5544374b [2023-04-21T20:42:36.301Z] Removing intermediate container 4dad5544374b [2023-04-21T20:42:36.301Z] ---> 326878ea02e9 [2023-04-21T20:42:36.301Z] [2023-04-21T20:42:36.566Z] Successfully built 326878ea02e9 [2023-04-21T20:42:36.566Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-21T20:44:28.187Z]  Building security-spiffe-token-provider ... done Removing intermediate container 0f1b483f2c26 [2023-04-21T20:44:28.187Z] ---> 069edc6ffeb0 [2023-04-21T20:44:28.187Z] [2023-04-21T20:44:28.187Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:44:28.187Z] ---> 51e60588ff2c [2023-04-21T20:44:28.187Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-21T20:44:28.187Z] ---> Running in 39582ab5c545 [2023-04-21T20:44:28.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:44:28.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:44:28.187Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-21T20:44:28.187Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:44:28.187Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:44:28.187Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:44:28.187Z] OK: 8 MiB in 17 packages [2023-04-21T20:44:28.187Z] Removing intermediate container 39582ab5c545 [2023-04-21T20:44:28.187Z] ---> 46f274fc763f [2023-04-21T20:44:28.187Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:44:28.187Z] ---> Running in 3f0ca5637d66 [2023-04-21T20:44:28.187Z] Removing intermediate container 3f0ca5637d66 [2023-04-21T20:44:28.187Z] ---> a3fa75749e71 [2023-04-21T20:44:28.187Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-21T20:44:28.187Z] ---> Running in e6498f6650c9 [2023-04-21T20:44:28.187Z] Removing intermediate container e6498f6650c9 [2023-04-21T20:44:28.187Z] ---> 5891bbd1c86a [2023-04-21T20:44:28.187Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:44:28.187Z] ---> Running in de04d61113f1 [2023-04-21T20:44:28.187Z] Removing intermediate container de04d61113f1 [2023-04-21T20:44:28.187Z] ---> 3c7d9c8539b8 [2023-04-21T20:44:28.187Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:44:28.187Z] ---> 532310686067 [2023-04-21T20:44:28.187Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:44:28.187Z] ---> df54b2826bf2 [2023-04-21T20:44:28.187Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-21T20:44:28.187Z] ---> 9f79446dfdfd [2023-04-21T20:44:28.187Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:44:28.187Z] ---> dc8a9cb9aab2 [2023-04-21T20:44:28.187Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-21T20:44:28.187Z] ---> Running in 9c805cabab35 [2023-04-21T20:44:28.187Z] Removing intermediate container 9c805cabab35 [2023-04-21T20:44:28.187Z] ---> a00511e045a3 [2023-04-21T20:44:28.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:44:28.187Z] ---> Running in 746155c68478 [2023-04-21T20:44:28.187Z] Removing intermediate container 746155c68478 [2023-04-21T20:44:28.187Z] ---> a162c1035c59 [2023-04-21T20:44:28.187Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:44:28.187Z] ---> Running in 12000162bcba [2023-04-21T20:44:28.187Z] Removing intermediate container 12000162bcba [2023-04-21T20:44:28.187Z] ---> 351dff0eb695 [2023-04-21T20:44:28.187Z] Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b [2023-04-21T20:44:28.187Z] ---> Running in 430cc7c71569 [2023-04-21T20:44:28.187Z] Removing intermediate container 430cc7c71569 [2023-04-21T20:44:28.187Z] ---> 84fbc00cb7e5 [2023-04-21T20:44:28.187Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:44:28.187Z] ---> Running in 185171daa1d9 [2023-04-21T20:44:28.187Z] Removing intermediate container 185171daa1d9 [2023-04-21T20:44:28.187Z] ---> e02059cd1b41 [2023-04-21T20:44:28.187Z] [2023-04-21T20:44:28.187Z] Successfully built e02059cd1b41 [2023-04-21T20:44:28.187Z] Successfully tagged support-notifications-arm64:latest [2023-04-21T20:44:28.197Z]  Building support-notifications ... done  [Pipeline] } [2023-04-21T20:44:28.211Z] $ docker stop --time=1 2518ec48daf6f1f9711c3adf64c7657bb8c8650a101ec2fd82ffe7c230f56581 [2023-04-21T20:44:29.868Z] $ docker rm -f --volumes 2518ec48daf6f1f9711c3adf64c7657bb8c8650a101ec2fd82ffe7c230f56581 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T20:44:30.427Z] + docker images [2023-04-21T20:44:30.693Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-21T20:44:30.693Z] support-notifications-arm64 latest e02059cd1b41 5 seconds ago 32.2MB [2023-04-21T20:44:30.693Z] 069edc6ffeb0 18 seconds ago 1.56GB [2023-04-21T20:44:30.693Z] security-spiffe-token-provider-arm64 latest 326878ea02e9 About a minute ago 32.7MB [2023-04-21T20:44:30.693Z] 4f29866cb029 2 minutes ago 1.53GB [2023-04-21T20:44:30.693Z] support-scheduler-arm64 latest 91f644f8a061 2 minutes ago 31.5MB [2023-04-21T20:44:30.693Z] core-data-arm64 latest a3c66e067d5a 2 minutes ago 19.9MB [2023-04-21T20:44:30.693Z] cd082e271418 2 minutes ago 1.56GB [2023-04-21T20:44:30.693Z] fd79214f3581 2 minutes ago 1.5GB [2023-04-21T20:44:30.693Z] security-secretstore-setup-arm64 latest 43d38d2915f8 3 minutes ago 32.2MB [2023-04-21T20:44:30.693Z] 676e0d9a8c48 4 minutes ago 1.49GB [2023-04-21T20:44:30.693Z] security-spire-server-arm64 latest 275665ecd3d3 5 minutes ago 87.1MB [2023-04-21T20:44:30.693Z] 97a2d03ac697 5 minutes ago 1.35GB [2023-04-21T20:44:30.693Z] security-bootstrapper-arm64 latest a9b211e87362 5 minutes ago 21.9MB [2023-04-21T20:44:30.693Z] baa6d5839242 6 minutes ago 1.48GB [2023-04-21T20:44:30.693Z] security-proxy-setup-arm64 latest dd4113f5ede1 10 minutes ago 18.7MB [2023-04-21T20:44:30.693Z] 8a02578b88e8 10 minutes ago 1.47GB [2023-04-21T20:44:30.693Z] core-metadata-arm64 latest 27ec36ec089a 11 minutes ago 20.2MB [2023-04-21T20:44:30.693Z] cbfb16d5b7b2 11 minutes ago 1.5GB [2023-04-21T20:44:30.693Z] core-command-arm64 latest bba1b5c43ebb 12 minutes ago 19.7MB [2023-04-21T20:44:30.693Z] core-common-config-bootstrapper-arm64 latest 7104830edff8 13 minutes ago 17.2MB [2023-04-21T20:44:30.693Z] 5ac213f72ffd 13 minutes ago 1.49GB [2023-04-21T20:44:30.693Z] aa4171207285 13 minutes ago 1.49GB [2023-04-21T20:44:30.693Z] security-proxy-auth-arm64 latest f9baaeecb933 13 minutes ago 18.3MB [2023-04-21T20:44:30.693Z] 9b1f0977e22b 14 minutes ago 1.47GB [2023-04-21T20:44:30.693Z] security-spire-agent-arm64 latest 50b017ae847b 20 minutes ago 125MB [2023-04-21T20:44:30.693Z] security-spire-config-arm64 latest b33f25dbe388 20 minutes ago 86.2MB [2023-04-21T20:44:30.693Z] 3165b0433fbd 20 minutes ago 1.35GB [2023-04-21T20:44:30.693Z] 83ec1a395e92 20 minutes ago 1.35GB [2023-04-21T20:44:30.693Z] ci-base-image-arm64 latest 8623b036e862 36 minutes ago 866MB [2023-04-21T20:44:30.693Z] alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB [2023-04-21T20:44:30.693Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 6 weeks ago 648MB [2023-04-21T20:44:30.693Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [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-04-21T20:44:31.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T20:44:31.574Z] [2023-04-21T20:44:31.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:44:31.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T20:44:32.252Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-21T20:44:32.252Z] 8998bd30e6a1: Pulling fs layer [2023-04-21T20:44:32.252Z] 04944245beec: Pulling fs layer [2023-04-21T20:44:32.252Z] 699f458cf7ca: Pulling fs layer [2023-04-21T20:44:32.252Z] 765212b225bb: Pulling fs layer [2023-04-21T20:44:32.252Z] f23df028b6ca: Pulling fs layer [2023-04-21T20:44:32.252Z] d65c8cfc05b1: Pulling fs layer [2023-04-21T20:44:32.252Z] 2437ff75d9bd: Pulling fs layer [2023-04-21T20:44:32.252Z] f23df028b6ca: Waiting [2023-04-21T20:44:32.252Z] d65c8cfc05b1: Waiting [2023-04-21T20:44:32.252Z] 2437ff75d9bd: Waiting [2023-04-21T20:44:32.252Z] 765212b225bb: Waiting [2023-04-21T20:44:32.252Z] 04944245beec: Verifying Checksum [2023-04-21T20:44:32.252Z] 04944245beec: Download complete [2023-04-21T20:44:32.252Z] 765212b225bb: Verifying Checksum [2023-04-21T20:44:32.252Z] 765212b225bb: Download complete [2023-04-21T20:44:32.252Z] f23df028b6ca: Verifying Checksum [2023-04-21T20:44:32.252Z] f23df028b6ca: Download complete [2023-04-21T20:44:32.517Z] d65c8cfc05b1: Verifying Checksum [2023-04-21T20:44:32.517Z] d65c8cfc05b1: Download complete [2023-04-21T20:44:32.517Z] 699f458cf7ca: Verifying Checksum [2023-04-21T20:44:32.517Z] 699f458cf7ca: Download complete [2023-04-21T20:44:32.784Z] 8998bd30e6a1: Verifying Checksum [2023-04-21T20:44:32.784Z] 8998bd30e6a1: Download complete [2023-04-21T20:44:35.360Z] 2437ff75d9bd: Verifying Checksum [2023-04-21T20:44:35.360Z] 2437ff75d9bd: Download complete [2023-04-21T20:44:36.766Z] 8998bd30e6a1: Pull complete [2023-04-21T20:44:37.348Z] 04944245beec: Pull complete [2023-04-21T20:44:38.757Z] 699f458cf7ca: Pull complete [2023-04-21T20:44:38.757Z] 765212b225bb: Pull complete [2023-04-21T20:44:39.341Z] f23df028b6ca: Pull complete [2023-04-21T20:44:39.607Z] d65c8cfc05b1: Pull complete [2023-04-21T20:44:54.594Z] 2437ff75d9bd: Pull complete [2023-04-21T20:44:54.594Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-21T20:44:54.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T20:44:54.594Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:44:54.910Z] prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container [2023-04-21T20:44:54.961Z] $ 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-04-21T20:44:57.619Z] $ docker top 880090bb9250b65bd453b81beb8c4d1f935152a985f20e380c9a7556ffbf584a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:44:58.235Z] ---> job-cost.sh [2023-04-21T20:44:58.501Z] lf-activate-venv: SKIPPING [2023-04-21T20:44:58.501Z] INFO: No Stack... [2023-04-21T20:44:59.086Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-21T20:44:59.671Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T20:45:00.015Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-04-21T20:45:00.015Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T20:45:00.333Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] [2023-04-21T20:45:00.338Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] did not exist. Created. [2023-04-21T20:45:00.338Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T20:45:00.748Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-21T20:45:00.931Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T20:45:00.948Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T20:45:01.032Z] $ docker stop --time=1 880090bb9250b65bd453b81beb8c4d1f935152a985f20e380c9a7556ffbf584a [2023-04-21T20:45:02.539Z] $ docker rm -f --volumes 880090bb9250b65bd453b81beb8c4d1f935152a985f20e380c9a7556ffbf584a [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-04-21T20:45:03.620Z] provisioning config files... [2023-04-21T20:45:03.629Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17826644357314018883tmp [Pipeline] { [Pipeline] sh [2023-04-21T20:45:03.973Z] + set +x [2023-04-21T20:45:03.974Z] + bash -s -- [2023-04-21T20:45:03.974Z] + curl -s https://codecov.io/bash [2023-04-21T20:45:03.974Z] [2023-04-21T20:45:03.974Z] _____ _ [2023-04-21T20:45:03.974Z] / ____| | | [2023-04-21T20:45:03.974Z] | | ___ __| | ___ ___ _____ __ [2023-04-21T20:45:03.974Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-21T20:45:03.974Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-21T20:45:03.974Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-21T20:45:03.974Z] Bash-1.0.6 [2023-04-21T20:45:03.974Z] [2023-04-21T20:45:03.974Z] [2023-04-21T20:45:03.974Z] ==> git version 2.25.1 found [2023-04-21T20:45:03.974Z] ==> 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-04-21T20:45:03.974Z] Release-Date: 2020-01-08 [2023-04-21T20:45:03.974Z] 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-04-21T20:45:03.974Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-21T20:45:03.974Z] ==> Jenkins CI detected. [2023-04-21T20:45:03.974Z] current dir:  /w/workspace/edgex-go/1 [2023-04-21T20:45:03.974Z] project root: . [2023-04-21T20:45:03.974Z] --> token set from env [2023-04-21T20:45:03.974Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-21T20:45:03.974Z] ==> Running gcov in . (disable via -X gcov) [2023-04-21T20:45:03.974Z] ==> Python coveragepy not found [2023-04-21T20:45:03.974Z] ==> Searching for coverage reports in: [2023-04-21T20:45:03.974Z] + . [2023-04-21T20:45:04.235Z] -> Found 1 reports [2023-04-21T20:45:04.235Z] ==> Detecting git/mercurial file structure [2023-04-21T20:45:04.235Z] ==> Reading reports [2023-04-21T20:45:04.235Z] + ./coverage.out bytes=448247 [2023-04-21T20:45:04.235Z] ==> Appending adjustments [2023-04-21T20:45:04.235Z] https://docs.codecov.io/docs/fixing-reports [2023-04-21T20:45:05.171Z] + Found adjustments [2023-04-21T20:45:05.171Z] ==> Gzipping contents [2023-04-21T20:45:05.431Z] 60K /tmp/codecov.QCiebL.gz [2023-04-21T20:45:05.431Z] ==> Uploading reports [2023-04-21T20:45:05.431Z] url: https://codecov.io [2023-04-21T20:45:05.431Z] query: branch=PR-4524&commit=10d38c88c8fe0305019976539f89d3b6b7b47d7b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4524&job=&cmd_args= [2023-04-21T20:45:05.431Z] -> Pinging Codecov [2023-04-21T20:45:05.431Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4524&commit=10d38c88c8fe0305019976539f89d3b6b7b47d7b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4524&job=&cmd_args= [2023-04-21T20:45:05.431Z] -> Uploading to [2023-04-21T20:45:05.431Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-21/00271124DB129430A58F1EEE437C3FCB/10d38c88c8fe0305019976539f89d3b6b7b47d7b/b33da7ee-ee94-4179-b9d9-68da4bd0c01e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T204505Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8f5924ce2ee80be5ef60094800b5b480a96dde0b38a93bfe1aff8693c322c04 [2023-04-21T20:45:05.431Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T20:45:05.431Z] Dload Upload Total Spent Left Speed [2023-04-21T20:45:05.691Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57528 0 0 100 57528 0 229k --:--:-- --:--:-- --:--:-- 229k [2023-04-21T20:45:05.692Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] } [2023-04-21T20:45:05.724Z] 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-04-21T20:45:07.149Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:45:07.485Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:45:08.376Z] ---> package-listing.sh [2023-04-21T20:45:08.377Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-21T20:45:08.377Z] ++ facter osfamily [2023-04-21T20:45:08.640Z] + OS_FAMILY=debian [2023-04-21T20:45:08.640Z] + workspace=/w/workspace/edgex-go/1 [2023-04-21T20:45:08.640Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-21T20:45:08.640Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-21T20:45:08.640Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-21T20:45:08.640Z] + PACKAGES=/tmp/packages_start.txt [2023-04-21T20:45:08.640Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-21T20:45:08.640Z] + PACKAGES=/tmp/packages_end.txt [2023-04-21T20:45:08.640Z] + case "${OS_FAMILY}" in [2023-04-21T20:45:08.640Z] + dpkg -l [2023-04-21T20:45:08.640Z] + grep '^ii' [2023-04-21T20:45:08.640Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-21T20:45:08.640Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-21T20:45:08.640Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-21T20:45:08.640Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-21T20:45:08.640Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-21T20:45:08.640Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-21T20:45:08.681Z] 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-04-21T20:45:08.975Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:45:09.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T20:45:09.634Z] [2023-04-21T20:45:09.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:45:10.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T20:45:10.006Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-21T20:45:10.006Z] 5eb5b503b376: Pulling fs layer [2023-04-21T20:45:10.006Z] 5c69ac0246d0: Pulling fs layer [2023-04-21T20:45:10.006Z] ec43610c2a17: Pulling fs layer [2023-04-21T20:45:10.006Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-21T20:45:10.006Z] 33b1e0a273af: Pulling fs layer [2023-04-21T20:45:10.006Z] 5d3b04190fa2: Pulling fs layer [2023-04-21T20:45:10.006Z] 2f39f015ded8: Pulling fs layer [2023-04-21T20:45:10.006Z] 3a2ae6a8a46f: Waiting [2023-04-21T20:45:10.006Z] 2f39f015ded8: Waiting [2023-04-21T20:45:10.006Z] 33b1e0a273af: Waiting [2023-04-21T20:45:10.006Z] 5d3b04190fa2: Waiting [2023-04-21T20:45:10.006Z] 5c69ac0246d0: Download complete [2023-04-21T20:45:10.006Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-21T20:45:10.006Z] 3a2ae6a8a46f: Download complete [2023-04-21T20:45:10.006Z] 33b1e0a273af: Verifying Checksum [2023-04-21T20:45:10.006Z] 33b1e0a273af: Download complete [2023-04-21T20:45:10.006Z] 5d3b04190fa2: Verifying Checksum [2023-04-21T20:45:10.006Z] 5d3b04190fa2: Download complete [2023-04-21T20:45:10.006Z] ec43610c2a17: Verifying Checksum [2023-04-21T20:45:10.006Z] ec43610c2a17: Download complete [2023-04-21T20:45:10.265Z] 5eb5b503b376: Verifying Checksum [2023-04-21T20:45:10.265Z] 5eb5b503b376: Download complete [2023-04-21T20:45:10.832Z] 2f39f015ded8: Download complete [2023-04-21T20:45:11.400Z] 5eb5b503b376: Pull complete [2023-04-21T20:45:11.660Z] 5c69ac0246d0: Pull complete [2023-04-21T20:45:11.920Z] ec43610c2a17: Pull complete [2023-04-21T20:45:12.178Z] 3a2ae6a8a46f: Pull complete [2023-04-21T20:45:12.441Z] 33b1e0a273af: Pull complete [2023-04-21T20:45:12.441Z] 5d3b04190fa2: Pull complete [2023-04-21T20:45:16.633Z] 2f39f015ded8: Pull complete [2023-04-21T20:45:16.633Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-21T20:45:16.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T20:45:16.633Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:45:16.846Z] prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container [2023-04-21T20:45:16.874Z] $ 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-04-21T20:45:21.527Z] $ docker top 1615a7d3d1339d2bc25653b30a9071ec922b748b3844d4c3c6d2dcacae28a1e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:45:21.938Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-21T20:45:22.249Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-21T20:45:22.557Z] + ls /var/log/sa-host [2023-04-21T20:45:22.557Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T20:45:22.696Z] provisioning config files... [2023-04-21T20:45:22.706Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11175081506529038501tmp [Pipeline] { [Pipeline] echo [2023-04-21T20:45:22.759Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:45:23.076Z] ---> create-netrc.sh [Pipeline] } [2023-04-21T20:45:23.106Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:45:23.513Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-21T20:45:23.547Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:45:23.860Z] ---> sudo-logs.sh [2023-04-21T20:45:23.860Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-21T20:45:23.942Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:45:24.258Z] ---> job-cost.sh [2023-04-21T20:45:24.258Z] lf-activate-venv: SKIPPING [2023-04-21T20:45:24.258Z] DEBUG: total: 0.10999999940395355 [2023-04-21T20:45:24.258Z] INFO: Retrieving Stack Cost... [2023-04-21T20:45:24.830Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T20:45:25.090Z] INFO: Archiving Costs [Pipeline] echo [2023-04-21T20:45:25.128Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:45:25.438Z] ---> logs-deploy.sh [2023-04-21T20:45:25.438Z] lf-activate-venv: SKIPPING [2023-04-21T20:45:25.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4524/1 [2023-04-21T20:45:25.438Z] INFO: archiving workspace using pattern(s): [2023-04-21T20:45:26.376Z] Archives upload complete. [2023-04-21T20:45:26.376Z] INFO: archiving logs to Nexus