Pull request #4546 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1af0f8c81b0acb79030db965a9fec96e4161de5a+0075755ea904cb1c320e6f00828dbbda8c0a5f06 (404db1d1c7abbe5cdc783d1f6b0511aa5df96f8b) 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-ssh16860533752254028319.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-ssh11793326945101510282.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-4546/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-4546/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15874484182724401152.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-4546/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6248155135633577431.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-ssh7012859317543332846.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-4546/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-4546/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4565578970445455768.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12458 in /w/workspace/edgexfoundry_edgex-go_PR-4546 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 0075755ea904cb1c320e6f00828dbbda8c0a5f06 into PR head commit 1af0f8c81b0acb79030db965a9fec96e4161de5a Merge succeeded, producing 1af0f8c81b0acb79030db965a9fec96e4161de5a Checking out Revision 1af0f8c81b0acb79030db965a9fec96e4161de5a (PR-4546) > 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/4546/head:refs/remotes/origin/PR-4546 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # 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 0075755ea904cb1c320e6f00828dbbda8c0a5f06 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/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 20:00:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:00:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:00:17 ========================================================= 20:00:17 EdgeX Global Pipelines Version Info 20:00:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:00:19 ------------------- 20:00:19 stable info: 20:00:19 ------------------- 20:00:19 Commited By: Bill Mahoney bill.mahoney@intel.com 20:00:19 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:00:19 Message: update stable to v1.0.248 20:00:19 ------------------- 20:00:19 experimental info: 20:00:19 ------------------- 20:00:19 Commited By: **** collab-it+edgex@linuxfoundation.org 20:00:19 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 20:00:19 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:00:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4546 [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4546 [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4546 [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1af0f8c [Pipeline] echo 20:00:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:00:21 provisioning config files... 20:00:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9568994940352494768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:00:21 ---> docker-login.sh 20:00:21 nexus3.edgexfoundry.org:10001 20:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:21 Configure a credential helper to remove this warning. See 20:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:21 20:00:21 Login Succeeded 20:00:21 nexus3.edgexfoundry.org:10002 20:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:21 Configure a credential helper to remove this warning. See 20:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:21 20:00:21 Login Succeeded 20:00:21 nexus3.edgexfoundry.org:10003 20:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:22 Configure a credential helper to remove this warning. See 20:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:22 20:00:22 Login Succeeded 20:00:22 nexus3.edgexfoundry.org:10004 20:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:22 Configure a credential helper to remove this warning. See 20:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:22 20:00:22 Login Succeeded 20:00:22 docker.io 20:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:22 Configure a credential helper to remove this warning. See 20:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:22 20:00:22 Login Succeeded 20:00:22 ---> docker-login.sh ends [Pipeline] } 20:00:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:22 + 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 20:00:22 + + cut -d/ -f2 20:00:22 dirname cmd/core-command/Dockerfile 20:00:22 + echo core-command,cmd/core-command/Dockerfile 20:00:22 + dirname cmd/core-common-config-bootstrapper/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 20:00:22 + dirname cmd/core-data/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo core-data,cmd/core-data/Dockerfile 20:00:22 + cut -d/ -f2+ 20:00:22 dirname cmd/core-metadata/Dockerfile 20:00:22 + echo core-metadata,cmd/core-metadata/Dockerfile 20:00:22 + + cut -d/ -f2 20:00:22 dirname cmd/security-bootstrapper/Dockerfile 20:00:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:00:22 + + dirnamecut cmd/security-proxy-auth/Dockerfile -d/ 20:00:22 -f2 20:00:22 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 20:00:22 + dirname cmd/security-proxy-setup/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:00:22 + dirname cmd/security-secretstore-setup/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:00:22 + dirname+ cmd/security-spiffe-token-provider/Dockerfile 20:00:22 cut -d/ -f2 20:00:22 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + dirname cmd/security-spire-agent/Dockerfile 20:00:22 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:00:22 + dirname cmd/security-spire-config/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:00:22 + dirname cmd/security-spire-server/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:00:22 + dirname cmd/support-notifications/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo support-notifications,cmd/support-notifications/Dockerfile 20:00:22 + dirname cmd/support-scheduler/Dockerfile 20:00:22 + cut -d/ -f2 20:00:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:00:23 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 20:00:23 + git rev-list -1 --merges 1af0f8c81b0acb79030db965a9fec96e4161de5a~1..1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] echo 20:00:23 -----------> git rev-list -1 --merges 1af0f8c81b0acb79030db965a9fec96e4161de5a~1..1af0f8c81b0acb79030db965a9fec96e4161de5a 1af0f8c81b0acb79030db965a9fec96e4161de5a [false] [Pipeline] sh 20:00:23 + git log --format=format:%s -1 1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] echo 20:00:23 ========================================================= 20:00:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:00:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:00:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:00:24 + grep -v github /etc/ssh/ssh_known_hosts 20:00:24 + [ -e /tmp/ssh_known_hosts ] 20:00:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:00:24 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:00:24 sudo tee -a /etc/ssh/ssh_known_hosts 20:00:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:00:24 20:00:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:00:25 0.1.4: Pulling from edgex-devops/py-git-semver 20:00:25 b85a868b505f: Pulling fs layer 20:00:25 e2be974225ed: Pulling fs layer 20:00:25 339a4e72a1f5: Pulling fs layer 20:00:25 988bab9f4d93: Pulling fs layer 20:00:25 1469e6f7b9e6: Pulling fs layer 20:00:25 eaf3925da568: Pulling fs layer 20:00:25 bab4dde63d76: Pulling fs layer 20:00:25 bde34c3a00c8: Pulling fs layer 20:00:25 b352a97aabf1: Pulling fs layer 20:00:25 4872d77fe225: Pulling fs layer 20:00:25 5851b861e8e6: Pulling fs layer 20:00:25 bab4dde63d76: Waiting 20:00:25 bde34c3a00c8: Waiting 20:00:25 b352a97aabf1: Waiting 20:00:25 4872d77fe225: Waiting 20:00:25 5851b861e8e6: Waiting 20:00:25 988bab9f4d93: Waiting 20:00:25 1469e6f7b9e6: Waiting 20:00:25 eaf3925da568: Waiting 20:00:25 e2be974225ed: Download complete 20:00:25 988bab9f4d93: Verifying Checksum 20:00:25 988bab9f4d93: Download complete 20:00:25 1469e6f7b9e6: Verifying Checksum 20:00:25 1469e6f7b9e6: Download complete 20:00:25 eaf3925da568: Verifying Checksum 20:00:25 eaf3925da568: Download complete 20:00:25 339a4e72a1f5: Verifying Checksum 20:00:25 339a4e72a1f5: Download complete 20:00:25 bde34c3a00c8: Verifying Checksum 20:00:25 bde34c3a00c8: Download complete 20:00:25 b352a97aabf1: Verifying Checksum 20:00:25 b352a97aabf1: Download complete 20:00:25 4872d77fe225: Verifying Checksum 20:00:25 4872d77fe225: Download complete 20:00:25 5851b861e8e6: Verifying Checksum 20:00:25 5851b861e8e6: Download complete 20:00:25 b85a868b505f: Verifying Checksum 20:00:25 b85a868b505f: Download complete 20:00:26 bab4dde63d76: Verifying Checksum 20:00:26 bab4dde63d76: Download complete 20:00:27 b85a868b505f: Pull complete 20:00:27 e2be974225ed: Pull complete 20:00:28 339a4e72a1f5: Pull complete 20:00:28 988bab9f4d93: Pull complete 20:00:29 1469e6f7b9e6: Pull complete 20:00:29 eaf3925da568: Pull complete 20:00:31 bab4dde63d76: Pull complete 20:00:32 bde34c3a00c8: Pull complete 20:00:32 b352a97aabf1: Pull complete 20:00:32 4872d77fe225: Pull complete 20:00:32 5851b861e8e6: Pull complete 20:00:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:00:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:00:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:33 prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container 20:00:33 $ 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 20:00:40 $ docker top 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 -eo pid,comm 20:00:40 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). 20:00:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:00:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:00:40 [ssh-agent] Looking for ssh-agent implementation... 20:00:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:00:40 $ docker exec 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent 20:00:40 SSH_AUTH_SOCK=/tmp/ssh-lJ4SHLIj0stA/agent.13 20:00:40 SSH_AGENT_PID=19 20:00:40 Running ssh-add (command line suppressed) 20:00:40 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16855645151905433586.key (/w/workspace/edgex-go/1@tmp/private_key_16855645151905433586.key) 20:00:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:00:41 + git tag --points-at HEAD [Pipeline] } 20:00:41 $ docker exec --env ******** --env ******** 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent -k 20:00:41 unset SSH_AUTH_SOCK; 20:00:41 unset SSH_AGENT_PID; 20:00:41 echo Agent pid 19 killed; 20:00:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:00:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:00:41 [ssh-agent] Looking for ssh-agent implementation... 20:00:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:00:41 $ docker exec 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent 20:00:41 SSH_AUTH_SOCK=/tmp/ssh-VZwIhtwbsuXe/agent.69 20:00:41 SSH_AGENT_PID=75 20:00:41 Running ssh-add (command line suppressed) 20:00:41 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8551161160179077823.key (/w/workspace/edgex-go/1@tmp/private_key_8551161160179077823.key) 20:00:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:00:41 + git semver init 20:00:42 2023-05-02 20:00:42,157 [run_init] DEBUG init version:0.0.0 force:False 20:00:42 2023-05-02 20:00:42,158 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:00:42 2023-05-02 20:00:42,158 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:00:42 2023-05-02 20:00:42,159 [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) 20:00:48 2023-05-02 20:00:48,285 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:00:48 2023-05-02 20:00:48,285 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4546 with force:False 20:00:48 2023-05-02 20:00:48,285 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4546 20:00:48 2023-05-02 20:00:48,287 [execute] INFO git cat-file --batch-check 20:00:48 2023-05-02 20:00:48,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:00:48 2023-05-02 20:00:48,291 [execute] INFO git cat-file --batch 20:00:48 2023-05-02 20:00:48,292 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:00:48 2023-05-02 20:00:48,297 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4546 20:00:48 0.0.0 [Pipeline] } 20:00:48 $ docker exec --env ******** --env ******** 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent -k 20:00:48 unset SSH_AUTH_SOCK; 20:00:48 unset SSH_AGENT_PID; 20:00:48 echo Agent pid 75 killed; 20:00:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:49 + git semver [Pipeline] } 20:00:49 $ docker stop --time=1 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 20:00:51 $ docker rm -f --volumes 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 [Pipeline] // withDockerContainer [Pipeline] sh 20:00:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:00:52 Stashed 1 file(s) [Pipeline] echo 20:00:52 [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 20:00:52 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:00:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:00:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:00:52 ========================================================= 20:00:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 20:00:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:00:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:00:53 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 20:00:53 f56be85fc22e: Pulling fs layer 20:00:53 85791d961cd3: Pulling fs layer 20:00:53 d694b5ae8c79: Pulling fs layer 20:00:53 9f32a84ed3da: Pulling fs layer 20:00:53 4d19c01a9841: Pulling fs layer 20:00:53 9325e15d5711: Pulling fs layer 20:00:53 556b6ee489ea: Pulling fs layer 20:00:53 c5a4b2cf53e6: Pulling fs layer 20:00:53 9325e15d5711: Waiting 20:00:53 556b6ee489ea: Waiting 20:00:53 c5a4b2cf53e6: Waiting 20:00:53 9f32a84ed3da: Waiting 20:00:53 4d19c01a9841: Waiting 20:00:53 85791d961cd3: Verifying Checksum 20:00:53 85791d961cd3: Download complete 20:00:53 9f32a84ed3da: Verifying Checksum 20:00:53 9f32a84ed3da: Download complete 20:00:53 4d19c01a9841: Download complete 20:00:53 f56be85fc22e: Verifying Checksum 20:00:53 f56be85fc22e: Download complete 20:00:53 9325e15d5711: Verifying Checksum 20:00:53 9325e15d5711: Download complete 20:00:53 f56be85fc22e: Pull complete 20:00:54 c5a4b2cf53e6: Verifying Checksum 20:00:54 c5a4b2cf53e6: Download complete 20:00:54 85791d961cd3: Pull complete 20:00:54 d694b5ae8c79: Verifying Checksum 20:00:54 556b6ee489ea: Download complete 20:00:57 d694b5ae8c79: Pull complete 20:00:57 9f32a84ed3da: Pull complete 20:00:57 4d19c01a9841: Pull complete 20:00:58 9325e15d5711: Pull complete 20:01:00 556b6ee489ea: Pull complete 20:01:01 c5a4b2cf53e6: Pull complete 20:01:02 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 20:01:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:01:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:01:02 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:01:02 WORKDIR /edgex 20:01:02 COPY go.mod . 20:01:02 RUN go mod download build 20:01:02 -t ci-base-image-x86_64 -f - . 20:01:03 Sending build context to Docker daemon 170.7MB 20:01:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:01:03 ---> c4be618373d6 20:01:03 Step 2/4 : WORKDIR /edgex 20:01:07 Still waiting to schedule task 20:01:07 ‘prd-ubuntu20.04-docker-arm64-4c-16g-12459’ is offline 20:01:15 ---> Running in c0e39572641d 20:01:15 Removing intermediate container c0e39572641d 20:01:15 ---> fff6301c92e1 20:01:15 Step 3/4 : COPY go.mod . 20:01:15 ---> 286e346d806b 20:01:15 Step 4/4 : RUN go mod download 20:01:16 ---> Running in 241d0317f760 20:01:34 Removing intermediate container 241d0317f760 20:01:34 ---> 19415cad7c1b 20:01:34 Successfully built 19415cad7c1b 20:01:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:34 + docker inspect -f . ci-base-image-x86_64 20:01:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:34 prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container 20:01:34 $ 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 20:01:35 $ docker top eebea47206bf71cfe8ad80ed4bb09bcf3cfe4e515d0f55b64e9aedbbc06ac47a -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:35 + go version 20:01:35 go version go1.20.2 linux/amd64 [Pipeline] } 20:01:35 $ docker stop --time=1 eebea47206bf71cfe8ad80ed4bb09bcf3cfe4e515d0f55b64e9aedbbc06ac47a 20:01:37 $ docker rm -f --volumes eebea47206bf71cfe8ad80ed4bb09bcf3cfe4e515d0f55b64e9aedbbc06ac47a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:38 + docker inspect -f . ci-base-image-x86_64 20:01:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:38 prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container 20:01:38 $ 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 20:01:39 $ docker top 015bedf6d64f027a27e9d646fe794a2ea5bc69508342deb53c2b294178083f09 -eo pid,comm [Pipeline] { [Pipeline] echo 20:01:39 ========================================================= 20:01:39 [edgeXBuildGoParallel] Running Tests and Build... 20:01:39 ========================================================= [Pipeline] sh 20:01:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:01:40 + make test 20:01:40 go test -race -coverprofile=coverage.out ./... 20:01:47 ? github.com/edgexfoundry/edgex-go [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:02:01 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:02:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:02:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:02:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:02:02 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:02:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:02:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:02:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.071s coverage: 28.7% of statements 20:02:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.066s coverage: 98.5% of statements 20:02:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:02:05 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:02:05 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements 20:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements 20:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:02:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.822s coverage: 88.5% of statements 20:02:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.057s coverage: 3.8% of statements 20:02:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:02:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:02:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:02:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.339s coverage: 95.6% of statements 20:02:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:02:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:02:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:02:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:02:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:02:12 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements 20:02:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:02:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:02:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:02:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.039s coverage: 65.9% of statements 20:02:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:02:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:02:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements 20:02:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements 20:02:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 42.9% of statements 20:02:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 82.9% of statements 20:02:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 20:02:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 20:02:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:02:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:02:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:02:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:02:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:02:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:02:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:02:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 20:02:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:02:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:02:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:02:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:02:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:02:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:02:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:02:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:02:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:02:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:02:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.328s coverage: 79.9% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 64.4% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 62.3% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.061s coverage: 87.2% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 81.8% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 82.1% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.047s coverage: 86.0% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.1% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.006s coverage: 38.4% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.152s coverage: 92.3% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 61.5% of statements 20:02:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements 20:02:39 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 20:02:39 running golangci-lint 20:02:39 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:02:39 go version go1.20.2 linux/amd64 20:02:40 level=info msg="[config_reader] Used config file .golangci.yml" 20:02:40 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:02:58 level=info msg="[loader] Go packages loading at mode 575 (name|imports|deps|exports_file|files|types_sizes|compiled_files) took 15.24428425s" 20:02:58 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 56.640127ms" 20:03:02 level=info msg="[linters_context/goanalysis] analyzers took 45.966988734s with top 10 stages: buildir: 26.767229536s, fact_deprecated: 1.792335128s, inspect: 1.63896245s, gosec: 1.196716388s, printf: 924.04269ms, S1038: 869.862911ms, ctrlflow: 847.013453ms, nilness: 800.595129ms, fact_purity: 786.14061ms, typedness: 465.416333ms" 20:03:02 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:03:02 level=info msg="[runner] Processors filtering stat (out/in): exclude: 203/203, skip_dirs: 203/203, autogenerated_exclude: 203/203, path_prettifier: 203/203, skip_files: 203/203, nolint: 0/23, cgo: 203/203, filename_unadjuster: 203/203, identifier_marker: 203/203, exclude-rules: 23/203" 20:03:02 level=info msg="[runner] processing took 14.556384ms with stages: nolint: 7.727909ms, identifier_marker: 3.225151ms, exclude-rules: 1.621871ms, path_prettifier: 876.166µs, autogenerated_exclude: 733.415µs, skip_dirs: 323.542µs, cgo: 23.96µs, filename_unadjuster: 19.84µs, max_same_issues: 1.16µs, source_code: 610ns, uniq_by_line: 530ns, diff: 400ns, skip_files: 270ns, path_shortener: 270ns, exclude: 260ns, severity-rules: 260ns, sort_results: 240ns, max_from_linter: 200ns, path_prefixer: 170ns, max_per_file_from_linter: 160ns" 20:03:02 level=info msg="[runner] linters took 6.623298906s with stages: goanalysis_metalinter: 6.60862682s" 20:03:02 level=info msg="File cache stats: 0 entries of total size 0B" 20:03:02 level=info msg="Memory: 221 samples, avg is 172.0MB, max is 823.6MB" 20:03:02 level=info msg="Execution took 21.948434337s" 20:03:02 go vet ./... 20:03:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:03:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:03:06 ./bin/test-attribution-txt.sh [Pipeline] echo 20:03:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:03:07 + ls -al . 20:03:07 total 704 20:03:07 drwxrwxr-x 11 1001 1001 4096 May 2 20:01 . 20:03:07 drwxr-xr-x 4 root root 4096 May 2 20:01 .. 20:03:07 drwxrwxr-x 2 1001 1001 4096 May 2 20:00 .blubracket 20:03:07 -rw-rw-r-- 1 1001 1001 16 May 2 20:00 .dockerignore 20:03:07 drwxrwxr-x 8 1001 1001 4096 May 2 20:00 .git 20:03:07 drwxrwxr-x 3 1001 1001 4096 May 2 20:00 .github 20:03:07 -rw-rw-r-- 1 1001 1001 1133 May 2 20:00 .gitignore 20:03:07 -rw-rw-r-- 1 1001 1001 42 May 2 20:00 .golangci.yml 20:03:07 -rw-rw-r-- 1 1001 1001 87 May 2 20:00 .hadolint.yml 20:03:07 drwxr-xr-x 3 1001 1001 4096 May 2 20:00 .semver 20:03:07 -rw-rw-r-- 1 1001 1001 166 May 2 20:00 .sonarcloud.properties 20:03:07 -rw-rw-r-- 1 1001 1001 1171 May 2 20:00 ADOPTERS.md 20:03:07 -rw-rw-r-- 1 1001 1001 10835 May 2 20:00 Attribution.txt 20:03:07 -rw-rw-r-- 1 1001 1001 73765 May 2 20:00 CHANGELOG.md 20:03:07 -rw-rw-r-- 1 1001 1001 3804 May 2 20:00 CONTRIBUTING.md 20:03:07 -rw-rw-r-- 1 1001 1001 677 May 2 20:00 GOVERNANCE.md 20:03:07 -rw-rw-r-- 1 1001 1001 883 May 2 20:00 Jenkinsfile 20:03:07 -rw-rw-r-- 1 1001 1001 10775 May 2 20:00 LICENSE 20:03:07 -rw-rw-r-- 1 1001 1001 14368 May 2 20:00 Makefile 20:03:07 -rw-rw-r-- 1 1001 1001 582 May 2 20:00 OWNERS.md 20:03:07 -rw-rw-r-- 1 1001 1001 9403 May 2 20:00 README.md 20:03:07 -rw-rw-r-- 1 1001 1001 789 May 2 20:00 SECURITY.md 20:03:07 -rw-rw-r-- 1 1001 1001 5 May 2 20:00 VERSION 20:03:07 drwxrwxr-x 2 1001 1001 4096 May 2 20:00 bin 20:03:07 drwxrwxr-x 18 1001 1001 4096 May 2 20:00 cmd 20:03:07 -rw-r--r-- 1 root root 448352 May 2 20:02 coverage.out 20:03:07 -rw-rw-r-- 1 1001 1001 3200 May 2 20:00 go.mod 20:03:07 -rw-rw-r-- 1 1001 1001 31040 May 2 20:00 go.sum 20:03:07 drwxrwxr-x 7 1001 1001 4096 May 2 20:00 internal 20:03:07 drwxrwxr-x 3 1001 1001 4096 May 2 20:00 openapi 20:03:07 -rw-rw-r-- 1 1001 1001 594 May 2 20:00 security.txt 20:03:07 drwxrwxr-x 4 1001 1001 4096 May 2 20:00 snap 20:03:07 -rw-rw-r-- 1 1001 1001 204 May 2 20:00 version.go [Pipeline] sh 20:03:07 + '[' -e coverage.out ] 20:03:07 + chown 1001:1001 coverage.out [Pipeline] stash 20:03:07 Stashed 1 file(s) [Pipeline] sh 20:03:07 + make build 20:03:07 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 20:03:20 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 20:03:20 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 20:03:22 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 20:03:22 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 20:03:29 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 20:03:30 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 20:03:31 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 20:03:33 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 20:03:33 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 20:03:34 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 20:03:35 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] } 20:03:37 $ docker stop --time=1 015bedf6d64f027a27e9d646fe794a2ea5bc69508342deb53c2b294178083f09 20:03:43 $ docker rm -f --volumes 015bedf6d64f027a27e9d646fe794a2ea5bc69508342deb53c2b294178083f09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:03:44 20:03:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:03:45 latest: Pulling from edgex-devops/edgex-compose 20:03:45 cbdbe7a5bc2a: Pulling fs layer 20:03:45 ca9280d653b3: Pulling fs layer 20:03:45 7e9c9ca2126c: Pulling fs layer 20:03:45 cbdbe7a5bc2a: Verifying Checksum 20:03:45 cbdbe7a5bc2a: Download complete 20:03:45 ca9280d653b3: Verifying Checksum 20:03:45 ca9280d653b3: Download complete 20:03:45 cbdbe7a5bc2a: Pull complete 20:03:46 7e9c9ca2126c: Verifying Checksum 20:03:46 7e9c9ca2126c: Download complete 20:03:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12461 in /w/workspace/edgexfoundry_edgex-go_PR-4546 [Pipeline] { [Pipeline] ws 20:03:46 Running in /w/workspace/edgex-go/1 [Pipeline] { 20:03:46 ca9280d653b3: Pull complete [Pipeline] checkout 20:03:47 The recommended git tool is: git 20:03:53 using credential edgex-jenkins-ssh 20:03:53 Cloning the remote Git repository 20:03:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:03:53 7e9c9ca2126c: Pull complete 20:03:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:03:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:03:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:53 prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container 20:03:53 $ 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 20:03:53 > git init /w/workspace/edgex-go/1 # timeout=10 20:03:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:03:53 > git --version # timeout=10 20:03:53 > git --version # 'git version 2.25.1' 20:03:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:03:59 $ docker top 0fbc8a6fb8e38e4764e939937a06dcfdc6d51d1dffacfc930503c8ed8497bb89 -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:59 + + grepdocker-compose parallel build 20:03:59 --help 20:04:00 --parallel Build images in parallel. [Pipeline] } 20:04:00 $ docker stop --time=1 0fbc8a6fb8e38e4764e939937a06dcfdc6d51d1dffacfc930503c8ed8497bb89 20:04:02 $ docker rm -f --volumes 0fbc8a6fb8e38e4764e939937a06dcfdc6d51d1dffacfc930503c8ed8497bb89 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:04:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:04:03 prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container 20:04:03 $ 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 20:04:03 $ docker top 4260ab392119cc3df6303161f67c92ce9a14deda7a9c6cd8e9f884e65ce2251d -eo pid,comm [Pipeline] { [Pipeline] sh 20:04:03 + docker-compose -f ./docker-compose-build.yml build --parallel 20:04:04 Building core-command ... 20:04:04 Building core-common-config-bootstrapper ... 20:04:04 Building core-data ... 20:04:04 Building core-metadata ... 20:04:04 Building security-bootstrapper ... 20:04:04 Building security-proxy-auth ... 20:04:04 Building security-proxy-setup ... 20:04:04 Building security-secretstore-setup ... 20:04:04 Building security-spiffe-token-provider ... 20:04:04 Building security-spire-agent ... 20:04:04 Building security-spire-config ... 20:04:04 Building security-spire-server ... 20:04:04 Building support-notifications ... 20:04:04 Building support-scheduler ... 20:04:04 Building security-bootstrapper 20:04:04 Building core-command 20:04:04 Building security-proxy-auth 20:04:04 Building security-secretstore-setup 20:04:04 Building core-metadata 20:04:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:04:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:04:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:04:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:04:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:04:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4546/head:refs/remotes/origin/PR-4546 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:04:14 Merging remotes/origin/main commit 0075755ea904cb1c320e6f00828dbbda8c0a5f06 into PR head commit 1af0f8c81b0acb79030db965a9fec96e4161de5a 20:04:14 Merge succeeded, producing 1af0f8c81b0acb79030db965a9fec96e4161de5a 20:04:14 Checking out Revision 1af0f8c81b0acb79030db965a9fec96e4161de5a (PR-4546) 20:04:15 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" 20:04:15 > git --version # timeout=10 20:04:15 > git --version # 'git version 2.25.1' 20:04:15 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { 20:04:14 > git config core.sparsecheckout # timeout=10 20:04:14 > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # timeout=10 20:04:14 > git remote # timeout=10 20:04:14 > git config --get remote.origin.url # timeout=10 20:04:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:04:14 > git merge 0075755ea904cb1c320e6f00828dbbda8c0a5f06 # timeout=10 20:04:14 > git rev-parse HEAD^{commit} # timeout=10 20:04:14 > git config core.sparsecheckout # timeout=10 20:04:14 > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:04:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:04:16 % Total % Received % Xferd Average Speed Time Time Time Current 20:04:16 Dload Upload Total Spent Left Speed 20:04:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh 20:04:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:04:17 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:04:17 ---> 19415cad7c1b 20:04:17 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:04:17 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:17 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:04:17 ---> 19415cad7c1b 20:04:17 Step 3/25 : WORKDIR /edgex-go 20:04:17 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:04:17 ---> 19415cad7c1b 20:04:17 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:04:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:04:17 + sudo tee /etc/docker/daemon.new 20:04:17 { 20:04:17 "registry-mirrors": [ 20:04:17 "https://nexus3.edgexfoundry.org:10001" 20:04:17 ], 20:04:17 "bip": "10.250.0.254/24", 20:04:17 "hosts": [ 20:04:17 "tcp://0.0.0.0:5555", 20:04:17 "unix:///var/run/docker.sock" 20:04:17 ], 20:04:17 "mtu": 1458, 20:04:17 "selinux-enabled": true, 20:04:17 "seccomp-profile": "/etc/docker/seccomp.json" 20:04:17 } [Pipeline] sh 20:04:17 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:17 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:04:17 ---> 19415cad7c1b 20:04:17 Step 3/33 : WORKDIR /edgex-go 20:04:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:04:18 + sudo service docker restart 20:04:19 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:04:19 ---> 19415cad7c1b 20:04:19 Step 3/25 : ARG ADD_BUILD_TAGS="" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:04:36 provisioning config files... 20:04:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6315375136885080807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:04:37 ---> docker-login.sh 20:04:37 nexus3.edgexfoundry.org:10001 20:04:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:37 Configure a credential helper to remove this warning. See 20:04:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:37 20:04:37 ---> Running in c7bd4f1d81c9 20:04:37 ---> Running in 883de4b48d83 20:04:37 ---> Running in 507799297c01 20:04:37 ---> Running in ae87883e90d9 20:04:37 ---> Running in 548523334e7a 20:04:37 Removing intermediate container 507799297c01 20:04:37 ---> 39e6c034f7a3 20:04:37 Step 4/25 : RUN apk add --update --no-cache make git 20:04:37 Removing intermediate container 883de4b48d83 20:04:37 ---> 5b29d9091f89 20:04:37 Step 4/25 : WORKDIR /edgex-go 20:04:37 ---> Running in 882bebf2b97c 20:04:37 Removing intermediate container 548523334e7a 20:04:37 ---> 33f2e8b84ff3 20:04:37 Step 4/24 : WORKDIR /edgex-go 20:04:37 Removing intermediate container ae87883e90d9 20:04:37 ---> 60751ee7b45f 20:04:37 Step 4/23 : WORKDIR /edgex-go 20:04:37 Removing intermediate container c7bd4f1d81c9 20:04:37 ---> 3be4b69fa577 20:04:37 Step 4/33 : RUN apk add --update --no-cache make git 20:04:37 ---> Running in ce0b5acee6cd 20:04:37 ---> Running in cb42ba511878 20:04:37 ---> Running in eb9355ea60d4 20:04:37 ---> Running in 3a9aaa3bc03c 20:04:37 Removing intermediate container ce0b5acee6cd 20:04:37 ---> ce4cf657cdb1 20:04:37 Step 5/24 : RUN apk add --update --no-cache make git 20:04:37 Removing intermediate container eb9355ea60d4 20:04:37 ---> ef08f27edb7d 20:04:37 Step 5/23 : RUN apk add --update --no-cache make git 20:04:37 Removing intermediate container cb42ba511878 20:04:37 ---> 4ce11027152b 20:04:37 Step 5/25 : RUN apk add --update --no-cache make git 20:04:37 ---> Running in f5486eb2b4fc 20:04:37 ---> Running in 37ff7769fd94 20:04:37 ---> Running in c53fca3d8712 20:04:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:37 Login Succeeded 20:04:37 nexus3.edgexfoundry.org:10002 20:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:38 Configure a credential helper to remove this warning. See 20:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:38 20:04:38 Login Succeeded 20:04:38 nexus3.edgexfoundry.org:10003 20:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:38 OK: 265 MiB in 53 packages 20:04:38 OK: 265 MiB in 53 packages 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:38 OK: 265 MiB in 53 packages 20:04:38 OK: 265 MiB in 53 packages 20:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:38 Configure a credential helper to remove this warning. See 20:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:38 20:04:38 Login Succeeded 20:04:38 nexus3.edgexfoundry.org:10004 20:04:39 OK: 265 MiB in 53 packages 20:04:39 Removing intermediate container 3a9aaa3bc03c 20:04:39 ---> be1381319c09 20:04:39 Step 5/33 : COPY go.mod vendor* ./ 20:04:39 Removing intermediate container 882bebf2b97c 20:04:39 ---> 19292d46d284 20:04:39 Step 5/25 : COPY go.mod vendor* ./ 20:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:39 Configure a credential helper to remove this warning. See 20:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:39 20:04:39 Login Succeeded 20:04:39 docker.io 20:04:39 ---> 44c6ab9363ba 20:04:39 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:39 ---> 1e5ae0c9bfb4 20:04:39 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:39 ---> Running in 7fba92cb387d 20:04:39 ---> Running in 8bbefb6514e9 20:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:39 Configure a credential helper to remove this warning. See 20:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:39 20:04:39 Login Succeeded 20:04:39 ---> docker-login.sh ends [Pipeline] } 20:04:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:04:40 Removing intermediate container f5486eb2b4fc 20:04:40 ---> d27b09978a60 20:04:40 Step 6/24 : COPY go.mod vendor* ./ 20:04:40 Removing intermediate container 37ff7769fd94 20:04:40 ---> 82c086f91da5 20:04:40 Step 6/25 : COPY go.mod vendor* ./ 20:04:40 Removing intermediate container c53fca3d8712 20:04:40 ---> 48f29b298efe 20:04:40 Step 6/23 : COPY go.mod vendor* ./ 20:04:40 ---> 844fe872df71 20:04:40 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh 20:04:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:04:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:04:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:04:40 ========================================================= 20:04:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:04:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:04:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:04:41 ---> bd898cb4be14 20:04:41 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:41 ---> 9f8c0cb9b627 20:04:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:41 ---> Running in 725401984f98 20:04:41 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:04:41 c41833b44d91: Pulling fs layer 20:04:41 ed15518f5707: Pulling fs layer 20:04:41 feae8fd75edb: Pulling fs layer 20:04:41 242c74f7c9fa: Pulling fs layer 20:04:41 3cdef696dda3: Pulling fs layer 20:04:41 2ced38df9373: Pulling fs layer 20:04:41 58f1dce35555: Pulling fs layer 20:04:41 242c74f7c9fa: Waiting 20:04:41 58f1dce35555: Waiting 20:04:41 3cdef696dda3: Waiting 20:04:41 2ced38df9373: Waiting 20:04:41 ed15518f5707: Download complete 20:04:41 242c74f7c9fa: Verifying Checksum 20:04:41 242c74f7c9fa: Download complete 20:04:41 3cdef696dda3: Verifying Checksum 20:04:41 3cdef696dda3: Download complete 20:04:41 c41833b44d91: Verifying Checksum 20:04:41 c41833b44d91: Download complete 20:04:41 ---> Running in bde0eee4d47b 20:04:41 ---> Running in 6e441f527d9c 20:04:42 c41833b44d91: Pull complete 20:04:43 58f1dce35555: Verifying Checksum 20:04:43 58f1dce35555: Download complete 20:04:43 ed15518f5707: Pull complete 20:04:44 feae8fd75edb: Download complete 20:04:44 2ced38df9373: Verifying Checksum 20:04:44 2ced38df9373: Download complete 20:04:57 feae8fd75edb: Pull complete 20:04:57 242c74f7c9fa: Pull complete 20:04:57 3cdef696dda3: Pull complete 20:05:03 2ced38df9373: Pull complete 20:05:05 58f1dce35555: Pull complete 20:05:05 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 20:05:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:05:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:05:05 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:05:05 WORKDIR /edgex 20:05:05 COPY go.mod . 20:05:05 RUN go mod download 20:05:05 + docker build -t ci-base-image-arm64 -f - . 20:05:06 Sending build context to Docker daemon 2.932MB 20:05:06 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:05:06 ---> fadd8f120f05 20:05:06 Step 2/4 : WORKDIR /edgex 20:05:08 ---> Running in b96ea7c7b2ea 20:05:08 Removing intermediate container b96ea7c7b2ea 20:05:08 ---> 1f4e49e8df54 20:05:08 Step 3/4 : COPY go.mod . 20:05:09 ---> b3226db4d097 20:05:09 Step 4/4 : RUN go mod download 20:05:09 ---> Running in 0c5ac4afb2cc 20:05:41 Removing intermediate container 0c5ac4afb2cc 20:05:41 ---> 2816fe3ce966 20:05:41 Successfully built 2816fe3ce966 20:05:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:41 + docker inspect -f . ci-base-image-arm64 20:05:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:05:42 prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container 20:05:42 $ 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 20:05:43 $ docker top 50dd0a4051b7c38f4838f690f2b4d352d38bad19e98ce69ac32a6b8f6a02bbd2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:44 + go version 20:05:44 go version go1.20.2 linux/arm64 [Pipeline] } 20:05:44 $ docker stop --time=1 50dd0a4051b7c38f4838f690f2b4d352d38bad19e98ce69ac32a6b8f6a02bbd2 20:05:46 $ docker rm -f --volumes 50dd0a4051b7c38f4838f690f2b4d352d38bad19e98ce69ac32a6b8f6a02bbd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:47 + docker inspect -f . ci-base-image-arm64 20:05:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:05:47 prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container 20:05:47 $ 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 20:05:48 $ docker top fc36210272b3de83b5152dfc0b2585c874be2b0ec7d6a35fb06e40f765cafde3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:05:49 ========================================================= 20:05:49 [edgeXBuildGoParallel] Running Tests and Build... 20:05:49 ========================================================= [Pipeline] sh 20:05:49 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:05:50 + make test 20:05:50 go test -race -coverprofile=coverage.out ./... 20:06:03 Removing intermediate container 6e441f527d9c 20:06:03 ---> 83268c7b103f 20:06:03 Step 8/23 : COPY . . 20:06:03 Removing intermediate container 8bbefb6514e9 20:06:03 ---> e79e21d501d6 20:06:03 Step 7/25 : COPY . . 20:06:03 Removing intermediate container 7fba92cb387d 20:06:03 ---> a8bda8d1320c 20:06:03 Step 7/33 : COPY . . 20:06:03 Removing intermediate container bde0eee4d47b 20:06:03 Removing intermediate container 725401984f98 20:06:03 ---> 152241e6dc41 20:06:03 ---> 6088eac5d3f9 20:06:03 Step 8/25 : COPY . .Step 8/24 : COPY . . 20:06:03 20:06:35 ---> c38da0668931 20:06:35 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:06:35 ---> 57cb8e727927 20:06:35 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:06:35 ---> b36a51c73dda 20:06:35 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:06:35 ---> 2c119158c7dd 20:06:35 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:06:35 ---> 09ae0cf661be 20:06:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:06:35 ---> Running in a46f3c074dbf 20:06:35 ---> Running in 9d2b8e536cb7 20:06:35 ---> Running in d67af300d46c 20:06:35 ---> Running in c1ca67fecdbc 20:06:35 ---> Running in fcc6b94339bc 20:06:36 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 20:06:36 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 20:06:36 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 20:06:36 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 20:06:36 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 20:06:47 ? github.com/edgexfoundry/edgex-go [no test files] 20:07:09 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 20:07:35 Removing intermediate container fcc6b94339bc 20:07:35 ---> 08b0b85b06be 20:07:35 20:07:35 Step 10/23 : FROM alpine:3.17 20:07:35 Removing intermediate container c1ca67fecdbc 20:07:35 ---> 3bf49667eb37 20:07:35 20:07:35 Step 9/33 : FROM alpine:3.17 20:07:35 Removing intermediate container 9d2b8e536cb7 20:07:35 ---> c60882fcc486 20:07:35 20:07:35 Step 10/24 : FROM alpine:3.17 20:07:35 Removing intermediate container a46f3c074dbf 20:07:35 ---> 78bd00dfb290 20:07:35 20:07:35 Step 9/25 : FROM alpine:3.17 20:07:35 Removing intermediate container d67af300d46c 20:07:35 ---> 57909b756706 20:07:35 20:07:35 Step 10/25 : FROM alpine:3.17 20:07:35 3.17: Pulling from library/alpine 20:07:35 3.17: Pulling from library/alpine 20:07:35 3.17: Pulling from library/alpine 20:07:35 3.17: Pulling from library/alpine 20:07:35 3.17: Pulling from library/alpine 20:07:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:07:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:07:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:07:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:07:37 Status: Image is up to date for alpine:3.17 20:07:37 Status: Image is up to date for alpine:3.17 20:07:37 Status: Downloaded newer image for alpine:3.17 20:07:37 Status: Downloaded newer image for alpine:3.17 20:07:37 ---> 9ed4aefc74f6 20:07:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:07:37 ---> 9ed4aefc74f6 20:07:37 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:07:37 ---> 9ed4aefc74f6 20:07:37 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:07:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:07:37 ---> 9ed4aefc74f6 20:07:37 Status: Image is up to date for alpine:3.17 20:07:37 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:07:37 ---> 9ed4aefc74f6 20:07:37 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:07:37 ---> Running in 319ac286fbc4 20:07:37 ---> Running in ff4f6dd87b02 20:07:37 ---> Running in b6a321daf1ef 20:07:37 ---> Running in 9b3c4365fe4a 20:07:37 ---> Running in ab2fa69d6429 20:07:37 Removing intermediate container 319ac286fbc4 20:07:37 ---> 39ccded21cfc 20:07:37 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:07:37 Removing intermediate container ff4f6dd87b02 20:07:37 ---> ba1a1dcf4e09 20:07:37 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:07:37 ---> Running in a1b8944d46a4 20:07:37 ---> Running in b8f8a5af0d6e 20:07:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:38 (1/1) Installing dumb-init (1.2.5-r2) 20:07:38 Executing busybox-1.35.0-r29.trigger 20:07:38 OK: 7 MiB in 16 packages 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:38 (1/1) Installing dumb-init (1.2.5-r2) 20:07:38 Executing busybox-1.35.0-r29.trigger 20:07:38 OK: 7 MiB in 16 packages 20:07:38 (1/3) Installing ca-certificates (20220614-r4) 20:07:38 (2/3) Installing dumb-init (1.2.5-r2) 20:07:38 (3/3) Installing su-exec (0.2-r2) 20:07:38 Executing busybox-1.35.0-r29.trigger 20:07:38 Executing ca-certificates-20220614-r4.trigger 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:38 OK: 8 MiB in 18 packages 20:07:38 (1/2) Installing dumb-init (1.2.5-r2) 20:07:38 (2/2) Installing su-exec (0.2-r2) 20:07:38 Executing busybox-1.35.0-r29.trigger 20:07:38 OK: 7 MiB in 17 packages 20:07:38 (1/1) Installing dumb-init (1.2.5-r2) 20:07:38 Executing busybox-1.35.0-r29.trigger 20:07:38 OK: 7 MiB in 16 packages 20:07:38 Removing intermediate container b6a321daf1ef 20:07:38 ---> 2dc6a03b9dfd 20:07:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:07:39 ---> Running in f6d7ccac8023 20:07:39 Removing intermediate container 9b3c4365fe4a 20:07:39 ---> 5e6734dd5269 20:07:39 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:07:39 Removing intermediate container f6d7ccac8023 20:07:39 ---> 5e7154596171 20:07:39 Step 13/24 : ENV APP_PORT=59882 20:07:39 ---> Running in e580be7769f3 20:07:40 ---> Running in d321d9583824 20:07:40 Removing intermediate container ab2fa69d6429 20:07:40 ---> bac9cc8ebc3f 20:07:40 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:07:40 Removing intermediate container b8f8a5af0d6e 20:07:40 ---> 78b925df725f 20:07:40 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:07:40 ---> Running in 8f3636115998 20:07:40 ---> Running in 7668fd109dbd 20:07:40 Removing intermediate container e580be7769f3 20:07:40 ---> 014df30cc9ff 20:07:40 Step 13/25 : ENV APP_PORT=59881 20:07:40 Removing intermediate container d321d9583824 20:07:40 ---> 5216d1049a92 20:07:40 Step 14/24 : EXPOSE $APP_PORT 20:07:40 Removing intermediate container a1b8944d46a4 20:07:40 ---> f29ba062cc35 20:07:40 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:40 ---> Running in 64e478571b39 20:07:40 ---> Running in c646fd7958cf 20:07:40 Removing intermediate container 7668fd109dbd 20:07:40 ---> 5845bfdcb7b7 20:07:40 Step 12/25 : WORKDIR / 20:07:40 Removing intermediate container 8f3636115998 20:07:40 ---> 6944b0ca0d38 20:07:40 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:07:40 Removing intermediate container 64e478571b39 20:07:40 ---> ed2cbf5153a1 20:07:40 Step 14/25 : EXPOSE $APP_PORT 20:07:40 Removing intermediate container c646fd7958cf 20:07:40 ---> dae766cec235 20:07:40 Step 15/24 : WORKDIR / 20:07:40 ---> 304a8768635f 20:07:40 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:07:40 ---> Running in 8bc8768d4edc 20:07:40 ---> Running in c5c5c1a9c152 20:07:40 ---> Running in 3c4870269e8c 20:07:41 ---> Running in 9a1080b7d4fb 20:07:41 Removing intermediate container c5c5c1a9c152 20:07:41 ---> 7b8e8f41fc18 20:07:41 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:07:41 ---> d6d1977475ee 20:07:41 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:07:41 Removing intermediate container 8bc8768d4edc 20:07:41 ---> 0c115a4b5872 20:07:41 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:41 Removing intermediate container 3c4870269e8c 20:07:41 ---> cbb60f4c458b 20:07:41 Step 15/25 : WORKDIR / 20:07:41 ---> Running in 09281a85ae30 20:07:41 Removing intermediate container 9a1080b7d4fb 20:07:41 ---> 2ae255359f73 20:07:41 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:42 ---> Running in 8b6a20d0c9f9 20:07:42 ---> 81cd46e939d4 20:07:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:07:42 ---> 7d9327851d0a 20:07:42 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:07:43 ---> 373de63df64c 20:07:43 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:07:43 Removing intermediate container 09281a85ae30 20:07:43 ---> 9e6745504f67 20:07:43 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:07:43 Removing intermediate container 8b6a20d0c9f9 20:07:43 ---> 6cb3895a7e24 20:07:43 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:43 ---> 6164af2dead4 20:07:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:07:43 ---> Running in 916c2ad5ffed 20:07:43 ---> b6ce2782d8e7 20:07:43 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:07:43 ---> 5a85feb1482d 20:07:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:07:44 ---> c924573e0c1e 20:07:44 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:07:44 ---> 1c40e947964b 20:07:44 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:07:44 ---> 683bc92dee79 20:07:44 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:07:44 Removing intermediate container 916c2ad5ffed 20:07:44 ---> a047c89f6353 20:07:44 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:07:44 ---> 82ac980153b3 20:07:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:07:44 ---> Running in 9154d5b73921 20:07:44 ---> Running in a215226a8bf9 20:07:45 ---> 1003426cf093 20:07:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:07:45 ---> 22163e1e5b8b 20:07:45 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:07:45 ---> fe23e90a64db 20:07:45 Step 20/24 : ENTRYPOINT ["/core-command"] 20:07:45 ---> b701316d7e9a 20:07:45 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:07:45 ---> Running in 815c7ad1520a 20:07:45 Removing intermediate container 815c7ad1520a 20:07:45 ---> 27bb795b0685 20:07:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:45 ---> c72ef99b132b 20:07:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:07:45 ---> Running in d3c358b88077 20:07:45 ---> e1449a245f49 20:07:45 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:07:46 Removing intermediate container d3c358b88077 20:07:46 ---> 59f8b1bcc936 20:07:46 Step 22/24 : LABEL arch=x86_64 20:07:46 ---> Running in 34c2f5b04693 20:07:46 ---> 460e1124d20a 20:07:46 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:07:46 Removing intermediate container 34c2f5b04693 20:07:46 ---> 8a58983ba597 20:07:46 Step 23/24 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:07:46 ---> f7ca5bbe58d9 20:07:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:07:46 ---> Running in 93c13dd06acc 20:07:46 ---> Running in 21c92ad3b0cd 20:07:46 Removing intermediate container 9154d5b73921 20:07:46 ---> 3412ff9791cf 20:07:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:07:46 Removing intermediate container 93c13dd06acc 20:07:46 ---> 1ea87b35b0cb 20:07:46 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:46 ---> Running in 6035faa40f57 20:07:46 Removing intermediate container 21c92ad3b0cd 20:07:46 ---> b0869aa6ac22 20:07:46 Step 24/24 : LABEL version=0.0.0 20:07:47 ---> Running in 8e73d89e441e 20:07:47 Removing intermediate container a215226a8bf9 20:07:47 ---> afd7bb6fecb4 20:07:47 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:07:47 ---> Running in 03017be293a6 20:07:47 Removing intermediate container 6035faa40f57 20:07:47 ---> 54f3c97f155b 20:07:47 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:07:47 ---> b044cca70914 20:07:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:07:47 Removing intermediate container 8e73d89e441e 20:07:47 ---> e9da6414aeea 20:07:47 Step 23/25 : LABEL arch=x86_64 20:07:47 ---> Running in 5966ada300a1 20:07:47 ---> Running in 10ed4b243186 20:07:47 ---> Running in 058b65199ab7 20:07:47 Removing intermediate container 03017be293a6 20:07:47 ---> 6942808e6c92 20:07:47 20:07:47 Removing intermediate container 10ed4b243186 20:07:47 ---> 2b39749fd938 20:07:47 Step 21/23 : LABEL arch=x86_64 20:07:47 Successfully built 6942808e6c92 20:07:47 ---> Running in 3458d82ec1ad 20:07:47 Successfully tagged core-command:latest 20:07:47  Building core-command ... done Building core-common-config-bootstrapper 20:07:47 Removing intermediate container 5966ada300a1 20:07:47 ---> db13921c58af 20:07:47 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:07:47 Removing intermediate container 058b65199ab7 20:07:47 ---> de1e187ae1af 20:07:47 Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:07:47 ---> c8ba829e5594 20:07:47 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:07:47 ---> Running in fe10f73899c2 20:07:48 ---> Running in b614844e9bde 20:07:51 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:07:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:07:56 ---> 19415cad7c1b 20:07:56 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:07:56 ---> Using cache 20:07:56 ---> 60751ee7b45f 20:07:56 Step 4/23 : WORKDIR /edgex-go 20:07:56 Removing intermediate container 3458d82ec1ad 20:07:56 ---> bdecb23668ba 20:07:56 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a ---> Using cache 20:07:56 20:07:56 ---> ef08f27edb7d 20:07:56 Step 5/23 : RUN apk add --update --no-cache make git 20:07:56 ---> Using cache 20:07:56 ---> 48f29b298efe 20:07:56 Step 6/23 : COPY go.mod vendor* ./ 20:07:56 ---> Using cache 20:07:56 ---> 9f8c0cb9b627 20:07:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:56 ---> Using cache 20:07:56 ---> 83268c7b103f 20:07:56 Step 8/23 : COPY . . 20:07:56 Removing intermediate container fe10f73899c2 20:07:56 ---> 71145e62595a 20:07:56 Step 25/25 : LABEL version=0.0.0 20:07:56 ---> Using cache 20:07:56 ---> 09ae0cf661be 20:07:56 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:07:56 ---> e73d542f9293 20:07:56 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:07:56 ---> Running in ba9d609859da 20:07:56 ---> Running in ebe1367c8e6c 20:07:56 ---> Running in f8d7247eac29 20:07:56 ---> Running in 80d3d6e5d48b 20:07:56 Removing intermediate container ba9d609859da 20:07:56 ---> dba12e14ea7d 20:07:56 Step 23/23 : LABEL version=0.0.0 20:07:56 Removing intermediate container ebe1367c8e6c 20:07:56 ---> fe7571be18dc 20:07:56 20:07:56 ---> Running in fd8426c20851 20:07:56 Successfully built fe7571be18dc 20:07:56 Successfully tagged core-metadata:latest 20:07:56  Building core-metadata ... done Building support-scheduler 20:07:56 Removing intermediate container fd8426c20851 20:07:56 ---> 0c32d4b46f1f 20:07:56 20:07:56 Successfully built 0c32d4b46f1f 20:07:56 Successfully tagged security-proxy-auth:latest 20:07:56  Building security-proxy-auth ... done Building support-notifications 20:07:56 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 20:08:00 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:00 ---> 19415cad7c1b 20:08:00 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:00 ---> Using cache 20:08:00 ---> 60751ee7b45f 20:08:00 Step 4/23 : WORKDIR /edgex-go 20:08:00 ---> Using cache 20:08:00 ---> ef08f27edb7d 20:08:00 Step 5/23 : RUN apk add --update --no-cache make git 20:08:00 ---> Using cache 20:08:00 ---> 48f29b298efe 20:08:00 Step 6/23 : COPY go.mod vendor* ./ 20:08:00 ---> Using cache 20:08:00 ---> 9f8c0cb9b627 20:08:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:00 ---> Using cache 20:08:00 ---> 83268c7b103f 20:08:00 Step 8/23 : COPY . . 20:08:00 ---> Using cache 20:08:00 ---> 09ae0cf661be 20:08:00 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:08:05 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:05 ---> 19415cad7c1b 20:08:05 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:05 ---> Using cache 20:08:05 ---> 60751ee7b45f 20:08:05 Step 4/23 : WORKDIR /edgex-go 20:08:05 ---> Using cache 20:08:05 ---> ef08f27edb7d 20:08:05 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:08:15 ---> Running in 4a03a6072b85 20:08:15 ---> Running in 8232a7139830 20:08:15 Removing intermediate container b614844e9bde 20:08:15 ---> 13d52c6ab0f2 20:08:15 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:08:15 Removing intermediate container f8d7247eac29 20:08:15 ---> 43b82cf0be16 20:08:15 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:15 ---> Running in 1d67fb59b9f9 20:08:15 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 20:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:15 Removing intermediate container 1d67fb59b9f9 20:08:15 ---> 9db25e9cb545 20:08:15 Step 23/25 : LABEL arch=x86_64 20:08:16 OK: 265 MiB in 53 packages 20:08:16 ---> 89680018a604 20:08:16 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:08:16 ---> Running in 80c1ceb641ac 20:08:17 ---> 14bf2ada47d0 20:08:17 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:08:17 Removing intermediate container 80c1ceb641ac 20:08:17 ---> bde5628f46bc 20:08:17 Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:08:19 Removing intermediate container 8232a7139830 20:08:19 ---> d683705e9edc 20:08:19 Step 6/23 : COPY go.mod vendor* ./ 20:08:19 ---> Running in fe0cbc7a3a91 20:08:19 ---> be66ac295724 20:08:19 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:08:19 ---> 0f4d979a6eca 20:08:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:19 ---> Running in 1d738447777b 20:08:20 Removing intermediate container fe0cbc7a3a91 20:08:20 ---> 3a44b77e6ba2 20:08:20 Step 25/25 : LABEL version=0.0.0 20:08:20 ---> Running in f8b72653455c 20:08:20 ---> 319b963cbf5a 20:08:20 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:08:21 Removing intermediate container f8b72653455c 20:08:21 ---> 6f3733fa2e6b 20:08:21 20:08:21 Successfully built 6f3733fa2e6b 20:08:22 Successfully tagged security-secretstore-setup:latest 20:08:22  Building security-secretstore-setup ... done Building core-data 20:08:22 ---> ec0990298399 20:08:22 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:08:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:27 ---> 19415cad7c1b 20:08:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:27 ---> Using cache 20:08:27 ---> 60751ee7b45f 20:08:27 Step 4/23 : WORKDIR /edgex-go 20:08:27 ---> Using cache 20:08:27 ---> ef08f27edb7d 20:08:27 Step 5/23 : RUN apk add --update --no-cache make git 20:08:27 ---> Using cache 20:08:27 ---> 48f29b298efe 20:08:27 Step 6/23 : COPY go.mod vendor* ./ 20:08:27 ---> Using cache 20:08:27 ---> 9f8c0cb9b627 20:08:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:27 ---> Using cache 20:08:27 ---> 83268c7b103f 20:08:27 Step 8/23 : COPY . . 20:08:27 ---> Using cache 20:08:27 ---> 09ae0cf661be 20:08:27 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:08:35 ---> 341ece3531f1 20:08:35 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:08:35 ---> Running in 1ef7c3edddd5 20:08:35 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 20:08:35 ---> d69d484aeb85 20:08:35 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:08:39 ---> c5df586c19cf 20:08:39 Step 28/33 : RUN chmod +x /entrypoint.sh 20:08:39 ---> Running in dd0937a521aa 20:08:39 Removing intermediate container 80d3d6e5d48b 20:08:39 ---> 56f5168321a3 20:08:39 20:08:39 Step 10/23 : FROM alpine:3.17 20:08:39 ---> 9ed4aefc74f6 20:08:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:08:39 ---> Using cache 20:08:39 ---> 39ccded21cfc 20:08:39 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:08:39 ---> Using cache 20:08:39 ---> f29ba062cc35 20:08:39 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:39 ---> Using cache 20:08:39 ---> 304a8768635f 20:08:39 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:08:39 ---> Using cache 20:08:39 ---> d6d1977475ee 20:08:39 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:08:49 ---> 985b87793262 20:08:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:08:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:08:53 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:08:56 ---> 15861a5e7ab0 20:08:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:08:56 Removing intermediate container dd0937a521aa 20:08:56 ---> 5f5a3771b656 20:08:56 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:08:56 ---> Running in 4f7cb7a62fe7 20:08:56 Removing intermediate container 4a03a6072b85 20:08:56 ---> 9c3f9f5c1913 20:08:56 20:08:56 Step 10/23 : FROM alpine:3.17 20:08:56 ---> 9ed4aefc74f6 20:08:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:08:56 ---> Using cache 20:08:56 ---> 5e6734dd5269 20:08:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:08:56 ---> Using cache 20:08:56 ---> 014df30cc9ff 20:08:56 Step 13/23 : ENV APP_PORT=59861 20:08:56 ---> Running in 1dec4a6a90bd 20:08:56 Removing intermediate container 4f7cb7a62fe7 20:08:56 ---> 399e331e3855 20:08:56 Step 30/33 : CMD ["gate"] 20:08:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:08:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:08:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:08:57 ---> ed8342b413ac 20:08:57 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:08:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:08:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:08:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:09:00 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:09:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:09:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:09:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:09:04 ---> Running in c93f1c162ed2 20:09:04 Removing intermediate container 1dec4a6a90bd 20:09:04 ---> 85f94eb0e923 20:09:04 Step 14/23 : EXPOSE $APP_PORT 20:09:04 ---> Running in a75860b99ad3 20:09:04 ---> Running in 87314769b9fc 20:09:04 Removing intermediate container c93f1c162ed2 20:09:04 ---> 49b3ae76b474 20:09:04 Step 31/33 : LABEL arch=x86_64 20:09:04 Removing intermediate container 87314769b9fc 20:09:04 ---> c234f175b6f3 20:09:04 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:04 ---> Running in 0b38bd86342b 20:09:05 Removing intermediate container 1d738447777b 20:09:05 ---> 6d96870430e2 20:09:05 Step 8/23 : COPY . . 20:09:07 Removing intermediate container 0b38bd86342b 20:09:07 ---> f9fcc740b923 20:09:07 Step 32/33 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:09:14 ---> df6a6218a7cf 20:09:14 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:09:14 ---> Running in 794372c6faa1 20:09:14 ---> 4120e73bc7f6 20:09:14 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:09:14 Removing intermediate container 1ef7c3edddd5 20:09:14 ---> cf320844fcde 20:09:14 20:09:14 Step 10/23 : FROM alpine:3.17 20:09:14 ---> 9ed4aefc74f6 20:09:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:09:14 ---> Running in 836d41cbd655 20:09:14 ---> Running in ee0394a514be 20:09:14 Removing intermediate container a75860b99ad3 20:09:14 ---> 707413d8c9ff 20:09:14 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:09:14 Removing intermediate container 794372c6faa1 20:09:14 ---> 53095d3d1f17 20:09:14 ---> 9aad6c21613d 20:09:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 33/33 : LABEL version=0.0.0 20:09:14 20:09:15 ---> Running in 1ea3b626f633 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.269s coverage: 28.7% of statements 20:09:16 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 20:09:17 Removing intermediate container ee0394a514be 20:09:17 ---> 3d1e49d710c7 20:09:17 Step 12/23 : ENV APP_PORT=59880 20:09:17 ---> Running in 99797fb05425 20:09:17 ---> Running in 6fd094196bdd 20:09:17 ---> c709e6f04651 20:09:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:09:17 Removing intermediate container 1ea3b626f633 20:09:17 ---> 58e3d2bdef1c 20:09:17 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:09:18 Removing intermediate container 99797fb05425 20:09:18 ---> cc781a16a9e1 20:09:18 20:09:18 Successfully built cc781a16a9e1 20:09:18 ---> Running in df9ebab276db 20:09:18 Successfully tagged security-bootstrapper:latest 20:09:18 Building security-spiffe-token-provider 20:09:18  Building security-bootstrapper ... done Removing intermediate container 6fd094196bdd 20:09:18 ---> 2d99d59463e6 20:09:18 Step 13/23 : EXPOSE $APP_PORT 20:09:19 ---> 4bd993c1abf6 20:09:19 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:09:24 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:09:24 ---> 19415cad7c1b 20:09:24 Step 3/20 : WORKDIR /edgex-go 20:09:24 ---> Using cache 20:09:24 ---> 3be4b69fa577 20:09:24 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:09:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.346s coverage: 98.5% of statements 20:09:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:09:33 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:09:33 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:09:36 ---> Running in 46381f649ba7 20:09:36 Removing intermediate container df9ebab276db 20:09:36 ---> 3f4aeead5278 20:09:36 Step 21/23 : LABEL arch=x86_64 20:09:36 ---> Running in f88b886b50e8 20:09:36 ---> Running in 1d7e0aae1ca7 20:09:36 ---> Running in b5d56554502f 20:09:36 Removing intermediate container 46381f649ba7 20:09:36 ---> 22ab4b972e7d 20:09:36 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:09:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:36 Removing intermediate container f88b886b50e8 20:09:36 ---> 156034dc12cd 20:09:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:09:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.425s coverage: 71.5% of statements 20:09:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:37 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:09:37 v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:09:37 OK: 17819 distinct packages available 20:09:37 ---> Running in 75b4916006be 20:09:37 Removing intermediate container b5d56554502f 20:09:37 ---> 1e470439a8ce 20:09:37 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:09:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:37 ---> Running in 5e901327820c 20:09:37 OK: 265 MiB in 53 packages 20:09:37 ---> Running in 3aab6cffc8af 20:09:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:39 (1/1) Installing dumb-init (1.2.5-r2) 20:09:39 Executing busybox-1.35.0-r29.trigger 20:09:39 OK: 7 MiB in 16 packages 20:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:09:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.343s coverage: 54.0% of statements 20:09:42 Removing intermediate container 5e901327820c 20:09:42 ---> 57364b30049b 20:09:42 Step 21/23 : LABEL arch=x86_64 20:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:09:44 Removing intermediate container 3aab6cffc8af 20:09:44 ---> e1e11be93717 20:09:44 Step 23/23 : LABEL version=0.0.0 20:09:44 ---> Running in b989e12138b7 20:09:44 ---> Running in ff3fd372d3c7 20:09:44 Removing intermediate container 1d7e0aae1ca7 20:09:44 ---> befdfbc24608 20:09:44 Step 5/20 : COPY go.mod vendor* ./ 20:09:44 Removing intermediate container b989e12138b7 20:09:44 ---> 788f71595502 20:09:44 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:09:44 Removing intermediate container ff3fd372d3c7 20:09:44 ---> 24c2ba0279fd 20:09:44 20:09:44 Removing intermediate container 75b4916006be 20:09:44 ---> 2a1c05a6213f 20:09:44 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:44 ---> dc87a248b590 20:09:44 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:44 ---> Running in 12e44df553d9 20:09:44 ---> Running in c6a5981fee17 20:09:45 Successfully built 24c2ba0279fd 20:09:45 Successfully tagged core-common-config-bootstrapper:latest 20:09:45  Building core-common-config-bootstrapper ... done Building security-proxy-setup 20:09:45 Removing intermediate container 12e44df553d9 20:09:45 ---> 6bb60b139b83 20:09:45 Step 23/23 : LABEL version=0.0.0 20:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:09:55 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:55 ---> 19415cad7c1b 20:09:55 Step 3/22 : WORKDIR /edgex-go 20:09:55 ---> Using cache 20:09:55 ---> 3be4b69fa577 20:09:55 Step 4/22 : RUN apk add --update --no-cache make git 20:09:55 ---> Using cache 20:09:55 ---> be1381319c09 20:09:55 Step 5/22 : COPY go.mod vendor* ./ 20:09:55 ---> Using cache 20:09:55 ---> 44c6ab9363ba 20:09:55 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:55 ---> Using cache 20:09:55 ---> a8bda8d1320c 20:09:55 Step 7/22 : COPY . . 20:09:55 ---> Using cache 20:09:55 ---> 2c119158c7dd 20:09:55 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:09:56 ---> 793ace9b2d7f 20:09:56 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:09:56 ---> Running in 49f95a13ada8 20:09:56 ---> Running in f688be676c16 20:09:57 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 20:09:58 Removing intermediate container f688be676c16 20:09:58 ---> 1114966b1f77 20:09:58 20:09:58 ---> 61d264b055b4 20:09:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:09:58 Successfully built 1114966b1f77 20:09:58 Successfully tagged support-scheduler:latest 20:09:58 Building security-spire-config 20:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.281s coverage: 88.5% of statements 20:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.371s coverage: 3.8% of statements 20:10:05  Building support-scheduler ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:05 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:10:05 ---> 19415cad7c1b 20:10:05 Step 3/27 : WORKDIR /edgex-go 20:10:05 ---> Using cache 20:10:05 ---> 3be4b69fa577 20:10:05 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:10:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.771s coverage: 95.6% of statements 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:10:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:10:08 ok github.com/edgexfoundry/edgex-go/internal/io 0.213s coverage: 72.2% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:10:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.258s coverage: 65.9% of statements 20:10:18 ---> f192f8da1373 20:10:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:10:18 Removing intermediate container 836d41cbd655 20:10:18 ---> 9c4dad7e6d11 20:10:18 20:10:18 Step 10/23 : FROM alpine:3.17 20:10:18 ---> 9ed4aefc74f6 20:10:18 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:10:18 ---> Running in a7f8c6e5e12f 20:10:18 ---> Running in 5c32e00ccaa1 20:10:18 ---> f70f158f52ff 20:10:18 Step 19/23 : ENTRYPOINT ["/core-data"] 20:10:18 ---> Running in a816d9f91f96 20:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:18 Removing intermediate container a816d9f91f96 20:10:18 ---> 2269dbdd501d 20:10:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:18 OK: 265 MiB in 53 packages 20:10:18 ---> Running in c458318287e2 20:10:18 (1/2) Installing ca-certificates (20220614-r4) 20:10:18 (2/2) Installing dumb-init (1.2.5-r2) 20:10:18 Executing busybox-1.35.0-r29.trigger 20:10:18 Executing ca-certificates-20220614-r4.trigger 20:10:18 OK: 8 MiB in 17 packages 20:10:18 Removing intermediate container c458318287e2 20:10:18 ---> 9312a990a031 20:10:18 Step 21/23 : LABEL arch=x86_64 20:10:19 ---> Running in 4600755c7ae5 20:10:20 Removing intermediate container a7f8c6e5e12f 20:10:20 ---> 626e853ccb4a 20:10:20 Step 5/27 : COPY go.mod vendor* ./ 20:10:20 Removing intermediate container 4600755c7ae5 20:10:20 ---> 5862ae9c9fb0 20:10:20 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:10:20 Removing intermediate container 5c32e00ccaa1 20:10:20 ---> e603c69c9fbf 20:10:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:10:20 ---> Running in b32d3ef4ba6d 20:10:21 ---> Running in 7e4554caf287 20:10:21 Removing intermediate container b32d3ef4ba6d 20:10:21 ---> 67e7d4b5d9ce 20:10:21 Step 23/23 : LABEL version=0.0.0 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:10:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.444s coverage: 0.9% of statements 20:10:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.266s coverage: 29.0% of statements 20:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.339s coverage: 42.9% of statements 20:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.268s coverage: 82.9% of statements 20:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.267s coverage: 94.1% of statements 20:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.288s coverage: 96.3% of statements 20:10:31 ---> 78e97194259f 20:10:31 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:31 Removing intermediate container 7e4554caf287 20:10:31 ---> cc9e7e5a14b4 20:10:31 Step 13/23 : ENV APP_PORT=59860 20:10:31 ---> Running in a129c9e3eb2e 20:10:31 ---> Running in 0390ddebf7e6 20:10:31 ---> Running in b9bb062dfe27 20:10:31 Removing intermediate container a129c9e3eb2e 20:10:31 ---> bc0108befc21 20:10:31 20:10:31 Successfully built bc0108befc21 20:10:31 Successfully tagged core-data:latest 20:10:31  Building core-data ... done Building security-spire-server 20:10:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.223s coverage: 87.5% of statements 20:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:10:37 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:10:37 ---> 19415cad7c1b 20:10:37 Step 3/26 : WORKDIR /edgex-go 20:10:37 ---> Using cache 20:10:37 ---> 3be4b69fa577 20:10:37 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:10:37 ---> Using cache 20:10:37 ---> 626e853ccb4a 20:10:37 Step 5/26 : COPY go.mod vendor* ./ 20:10:37 ---> Using cache 20:10:37 ---> 78e97194259f 20:10:37 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:10:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:10:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:10:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:10:40 Removing intermediate container 0390ddebf7e6 20:10:40 ---> 2680ff7185ec 20:10:40 Step 14/23 : EXPOSE $APP_PORT 20:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.226s coverage: 94.4% of statements 20:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:10:50 Removing intermediate container 49f95a13ada8 20:10:50 ---> a5ee3727d039 20:10:50 20:10:50 Step 9/22 : FROM alpine:3.17 20:10:50 ---> 9ed4aefc74f6 20:10:50 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:10:50 ---> Running in 25584a30f344 20:10:50 ---> Running in ab1c0ec93d1c 20:10:50 ---> Running in 4d65d0411401 20:10:50 Removing intermediate container c6a5981fee17 20:10:50 ---> 6fa02df78da8 20:10:50 Step 7/20 : COPY . . 20:10:50 Removing intermediate container 25584a30f344 20:10:50 ---> 8b2e50ae5d26 20:10:50 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:51 (1/2) Installing dumb-init (1.2.5-r2) 20:10:51 (2/2) Installing openssl (3.0.8-r4) 20:10:51 Executing busybox-1.35.0-r29.trigger 20:10:51 OK: 8 MiB in 17 packages 20:10:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:10:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:10:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.150s coverage: 79.9% of statements 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.330s coverage: 92.9% of statements 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.246s coverage: 62.3% of statements 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.247s coverage: 87.2% of statements 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.197s coverage: 20.0% of statements 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements 20:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.518s coverage: 81.8% of statements 20:11:01 ---> 16b03cc53f95 20:11:01 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:11:01 ---> b58a122bc347 20:11:01 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:11:01 ---> Running in 11b887b8145a 20:11:01 ---> 129e6c29c5a6 20:11:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:11:01 Removing intermediate container 4d65d0411401 20:11:01 ---> 23921ae1ba40 20:11:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:11:01 ---> Running in c8ddc65ed323 20:11:01 Removing intermediate container c8ddc65ed323 20:11:01 ---> 19d46c3fac50 20:11:01 Step 12/22 : WORKDIR /edgex 20:11:01 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 20:11:02 ---> Running in 1105031a16b9 20:11:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:11:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:11:03 ---> 454a2e3f426b 20:11:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:11:03 Removing intermediate container 1105031a16b9 20:11:03 ---> d48f48254975 20:11:03 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:03 ---> 13d4bf337c86 20:11:03 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:11:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.528s coverage: 82.1% of statements 20:11:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.248s coverage: 86.0% of statements 20:11:04 ---> Running in d8511dc8eb8f 20:11:04 ---> fa07b27d32db 20:11:04 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:11:05 Removing intermediate container d8511dc8eb8f 20:11:05 ---> 46455913e522 20:11:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:11:08 ---> b3764682f4e7 20:11:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.154s coverage: 63.1% of statements 20:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.258s coverage: 100.0% of statements 20:11:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.172s coverage: 89.4% of statements 20:11:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.133s coverage: 100.0% of statements 20:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 20:11:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:11:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:11:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.102s coverage: 100.0% of statements 20:11:14 ---> Running in af47a4f49166 20:11:18 ---> 353c8e89f628 20:11:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:11:18 Removing intermediate container af47a4f49166 20:11:18 ---> ad69e1b32d21 20:11:18 Step 21/23 : LABEL arch=x86_64 20:11:19 ---> Running in 58a4b713b432 20:11:21 ---> c9e04dcc0c10 20:11:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.078s coverage: 38.4% of statements 20:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.274s coverage: 89.5% of statements 20:11:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:11:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:11:29 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:11:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:11:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.240s coverage: 84.8% of statements 20:11:29 Removing intermediate container 58a4b713b432 20:11:29 ---> 24bf0dc77c78 20:11:29 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:11:36 ---> 71d98cf3b7f4 20:11:36 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:11:36 ---> Running in c6e1a179d458 20:11:36 ---> Running in 9140e1366410 20:11:37 Removing intermediate container c6e1a179d458 20:11:37 ---> cedc3b34ae9f 20:11:37 Step 23/23 : LABEL version=0.0.0 20:11:37 Removing intermediate container b9bb062dfe27 20:11:37 ---> 00fb72d73eee 20:11:37 Step 7/27 : COPY . . 20:11:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:11:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:11:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:11:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:11:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.336s coverage: 17.7% of statements 20:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:11:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:11:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.643s coverage: 92.3% of statements 20:11:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:11:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:11:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.331s coverage: 61.5% of statements 20:11:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:11:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:11:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.460s coverage: 97.7% of statements 20:11:54 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 20:11:54 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:11:54 go vet ./... 20:11:55 ---> Running in 331f1e465a16 20:11:55 ---> ad5c9cf5f62a 20:11:55 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:11:55 ---> Running in 0833626c31d5 20:11:55 Removing intermediate container 11b887b8145a 20:11:55 ---> d4471875650f 20:11:55 20:11:55 Step 9/20 : FROM alpine:3.17 20:11:55 ---> 9ed4aefc74f6 20:11:55 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:11:55 ---> Using cache 20:11:55 ---> ba1a1dcf4e09 20:11:55 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:11:55 Removing intermediate container 331f1e465a16 20:11:55 ---> bc47b71864a7 20:11:55 20:11:55 Removing intermediate container 9140e1366410 20:11:55 ---> e190e09468ca 20:11:55 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:11:55 ---> Running in eb2c2d056639 20:11:55 Successfully built bc47b71864a7 20:11:55 ---> Running in f1ce476d8c52 20:11:55 Successfully tagged support-notifications:latest 20:11:55 Building security-spire-agent 20:11:55  Building support-notifications ... done Removing intermediate container 0833626c31d5 20:11:55 ---> 4446d2ce543d 20:11:55 Step 9/27 : WORKDIR /edgex-go/spire-build 20:11:55 ---> Running in 6416ec3586b1 20:11:55 Removing intermediate container f1ce476d8c52 20:11:55 ---> d21fa0d56b13 20:11:55 Step 20/22 : LABEL arch=x86_64 20:11:55 Removing intermediate container ab1c0ec93d1c 20:11:55 ---> f92b14c2bcf7 20:11:55 Step 7/26 : COPY . . 20:11:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:11:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:11:55 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:11:55 v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:11:55 OK: 17820 distinct packages available 20:11:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:11:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:11:55 (1/9) Installing ca-certificates (20220614-r4) 20:11:55 (2/9) Installing brotli-libs (1.0.9-r9) 20:11:55 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:11:55 (4/9) Installing libcurl (8.0.1-r0) 20:11:55 (5/9) Installing curl (8.0.1-r0) 20:11:55 (6/9) Installing dumb-init (1.2.5-r2) 20:11:55 (7/9) Installing musl-obstack (1.2.3-r0) 20:11:55 (8/9) Installing libucontext (1.2-r0) 20:11:55 (9/9) Installing gcompat (1.1.0-r0) 20:11:55 Executing busybox-1.35.0-r29.trigger 20:11:55 Executing ca-certificates-20220614-r4.trigger 20:11:55 OK: 10 MiB in 24 packages 20:11:57 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:11:57 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:11:58 ---> 19415cad7c1b 20:11:58 Step 3/27 : WORKDIR /edgex-go 20:11:58 ---> Using cache 20:11:58 ---> 3be4b69fa577 20:11:58 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:11:58 ---> Using cache 20:11:58 ---> 626e853ccb4a 20:11:58 Step 5/27 : COPY go.mod vendor* ./ 20:11:58 ---> Using cache 20:11:58 ---> 78e97194259f 20:11:58 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:58 ---> Using cache 20:11:58 ---> f92b14c2bcf7 20:11:58 Step 7/27 : COPY . . 20:12:16 ---> Running in f32040297fcb 20:12:16 Removing intermediate container 6416ec3586b1 20:12:16 ---> 79d1daf09903 20:12:16 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:12:16 ---> Running in fcb919e4d4f1 20:12:16 ---> 3d6e4ea8a86a 20:12:16 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:12:16 ---> 4fad2db6c2ba 20:12:16 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:12:16 Removing intermediate container f32040297fcb 20:12:16 ---> 79625592abba 20:12:16 Step 21/22 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:12:16 ---> Running in dec49fa15621 20:12:16 ---> Running in 805e70cc6e8b 20:12:16 Removing intermediate container fcb919e4d4f1 20:12:16 ---> 7a51dcd57ee0 20:12:16 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 20:12:16 ---> Running in ca30264499c6 20:12:16 ---> Running in 75251deaec39 20:12:16 Removing intermediate container dec49fa15621 20:12:16 ---> 59bb34f46b85 20:12:16 Step 9/27 : WORKDIR /edgex-go/spire-build 20:12:16 Removing intermediate container eb2c2d056639 20:12:16 ---> 12f8fb0a904d 20:12:16 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:16 ---> Running in b8830f9a97b3 20:12:16 Removing intermediate container 805e70cc6e8b 20:12:16 ---> e37473b17906 20:12:16 Step 9/26 : WORKDIR /edgex-go/spire-build 20:12:16 Removing intermediate container ca30264499c6 20:12:16 ---> 11888885d9d4 20:12:16 Step 22/22 : LABEL version=0.0.0 20:12:16 ---> 2376afcbc6e6 20:12:16 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:12:16 ---> Running in cc522e22fe9c 20:12:16 ---> Running in 51b45ef8defc 20:12:16 Removing intermediate container b8830f9a97b3 20:12:16 ---> e783fd712f71 20:12:16 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:12:16 ---> Running in b1a2dbb8d14e 20:12:16 ---> 032d1255c011 20:12:16 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:12:16 Removing intermediate container cc522e22fe9c 20:12:16 ---> 2659e0cd2c3c 20:12:16 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:12:16 Removing intermediate container 51b45ef8defc 20:12:16 ---> 9b72fb23adbe 20:12:16 20:12:16 Removing intermediate container b1a2dbb8d14e 20:12:16 ---> b38e30fdeb9f 20:12:16 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 20:12:16 ---> Running in ac7ce7ca80e1 20:12:16 ---> Running in 96f89d01227b 20:12:16 Successfully built 9b72fb23adbe 20:12:16 Successfully tagged security-proxy-setup:latest 20:12:16  Building security-proxy-setup ... done Removing intermediate container ac7ce7ca80e1 20:12:16 ---> f69de53475cc 20:12:16 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 20:12:16 ---> c157b23132a1 20:12:16 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:12:16 ---> Running in c2bb61ebd610 20:12:16 Removing intermediate container 75251deaec39 20:12:16 ---> fc23d82b9917 20:12:16 Step 12/27 : WORKDIR /edgex-go 20:12:16 ---> c4aee6409516 20:12:16 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:12:16 ---> Running in 412cd5f19ccb 20:12:16 ---> Running in 1c9da782a38f 20:12:16 Removing intermediate container 412cd5f19ccb 20:12:16 ---> 29877baabb9e 20:12:16 20:12:16 Step 13/27 : FROM alpine:3.17 20:12:16 ---> 9ed4aefc74f6 20:12:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:16 Removing intermediate container 1c9da782a38f 20:12:16 ---> 3c66f9d40e1e 20:12:16 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 20:12:16 ---> Running in ded6450ba469 20:12:16 ---> Running in 78fc8e1a564d 20:12:16 Removing intermediate container ded6450ba469 20:12:16 ---> 17439284c6e3 20:12:16 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:12:16 Removing intermediate container 78fc8e1a564d 20:12:16 ---> 8573bcf59b85 20:12:16 Step 18/20 : LABEL arch=x86_64 20:12:16 ---> Running in 5705ae3f8a21 20:12:16 ---> Running in ff71b4cb909e 20:12:16 Removing intermediate container 5705ae3f8a21 20:12:16 ---> 68272841524e 20:12:16 Step 19/20 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:12:16 ---> Running in 203aaf198384 20:12:16 Removing intermediate container 203aaf198384 20:12:16 ---> 70f86dc819a7 20:12:16 Step 20/20 : LABEL version=0.0.0 20:12:16 ---> Running in 002d091b55d3 20:12:16 Removing intermediate container 96f89d01227b 20:12:16 ---> 3c9020e0f653 20:12:16 Step 12/27 : WORKDIR /edgex-go 20:12:16 ---> Running in d0326bb764a6 20:12:17 Removing intermediate container 002d091b55d3 20:12:17 ---> 021f1359853e 20:12:17 20:12:17 Removing intermediate container c2bb61ebd610 20:12:17 ---> 5bad6776254b 20:12:17 Step 12/26 : WORKDIR /edgex-go 20:12:17 ---> Running in e6ee57a2aeae 20:12:17 Removing intermediate container d0326bb764a6 20:12:17 ---> acd93c57b1a3 20:12:17 20:12:17 Step 13/27 : FROM alpine:3.17 20:12:17 ---> 9ed4aefc74f6 20:12:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:17 ---> Using cache 20:12:17 ---> 17439284c6e3 20:12:17 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:12:17 Successfully built 021f1359853e 20:12:17 Successfully tagged security-spiffe-token-provider:latest 20:12:17  Building security-spiffe-token-provider ... done  ---> Running in 15abfaec8212 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:17 Removing intermediate container e6ee57a2aeae 20:12:17 ---> 77e723439a7a 20:12:17 20:12:17 Step 13/26 : FROM alpine:3.17 20:12:17 ---> 9ed4aefc74f6 20:12:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:17 ---> Using cache 20:12:17 ---> 17439284c6e3 20:12:17 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:12:17 ---> Running in 2bf77f2c8754 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:17 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:12:17 v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:12:17 OK: 17820 distinct packages available 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:18 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:12:18 v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:12:18 OK: 17820 distinct packages available 20:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:18 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:12:18 v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:12:18 OK: 17820 distinct packages available 20:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:18 (1/4) Installing dumb-init (1.2.5-r2) 20:12:18 (2/4) Installing musl-obstack (1.2.3-r0) 20:12:18 (3/4) Installing libucontext (1.2-r0) 20:12:18 (4/4) Installing gcompat (1.1.0-r0) 20:12:18 Executing busybox-1.35.0-r29.trigger 20:12:18 OK: 7 MiB in 19 packages 20:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:18 (1/5) Installing dumb-init (1.2.5-r2) 20:12:18 (2/5) Installing musl-obstack (1.2.3-r0) 20:12:18 (3/5) Installing libucontext (1.2-r0) 20:12:18 (4/5) Installing gcompat (1.1.0-r0) 20:12:18 (5/5) Installing openssl (3.0.8-r4) 20:12:18 Executing busybox-1.35.0-r29.trigger 20:12:18 OK: 8 MiB in 20 packages 20:12:18 (1/5) Installing dumb-init (1.2.5-r2) 20:12:18 (2/5) Installing musl-obstack (1.2.3-r0) 20:12:18 (3/5) Installing libucontext (1.2-r0) 20:12:18 (4/5) Installing gcompat (1.1.0-r0) 20:12:18 (5/5) Installing openssl (3.0.8-r4) 20:12:18 Executing busybox-1.35.0-r29.trigger 20:12:18 OK: 8 MiB in 20 packages 20:12:19 Removing intermediate container ff71b4cb909e 20:12:19 ---> f3c4304984b4 20:12:19 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:19 ---> fe32a8aeca27 20:12:19 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:12:19 Removing intermediate container 15abfaec8212 20:12:19 ---> d55e750df4ea 20:12:19 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:19 ---> 13c26237cd2e 20:12:19 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:19 Removing intermediate container 2bf77f2c8754 20:12:19 ---> 5b6dea58cc85 20:12:19 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:19 ---> 4943d4c53d2f 20:12:19 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:12:19 ---> f0c253624ab5 20:12:19 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:12:22 ---> c084b956d22b 20:12:22 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:22 ---> ce24dc52005f 20:12:22 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:12:22 ---> fd87c4a01adf 20:12:22 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:12:29 ---> 46e1c32e0ef5 20:12:29 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:12:29 ---> Running in 04ea754f9f2e 20:12:29 ---> 4bdce0fa4815 20:12:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:12:29 ---> 10ce705c1a96 20:12:29 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:29 Removing intermediate container 04ea754f9f2e 20:12:29 ---> 62c2dfaca5ed 20:12:29 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:12:32 ---> aa70b545a24e 20:12:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:12:32 ---> 819f12fbbdda 20:12:32 Step 22/27 : WORKDIR / 20:12:32 ---> 8c60962a7ef8 20:12:32 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:12:32 ---> Running in f1df91364651 20:12:32 ---> e60ff975de06 20:12:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:12:32 Removing intermediate container f1df91364651 20:12:32 ---> 401cdabb54e6 20:12:32 ---> a41cad566303 20:12:32 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:12:32 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:32 ---> Running in fd0afa46fff7 20:12:32 ---> 2477b3ad2f42 20:12:32 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:32 ---> Running in 5c268d5d19d3 20:12:32 Removing intermediate container fd0afa46fff7 20:12:32 ---> 6128263aa83f 20:12:32 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:32 ---> Running in 1dd09a78eb4f 20:12:32 ---> c1ae12254ba4 20:12:32 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:12:32 Removing intermediate container 5c268d5d19d3 20:12:32 ---> 4019b96a4fbe 20:12:32 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:32 Removing intermediate container 1dd09a78eb4f 20:12:32 ---> daea8b0ca2f5 20:12:32 Step 25/27 : LABEL arch=x86_64 20:12:32 ---> Running in a27dd707a7bd 20:12:33 ---> Running in a67c9c920854 20:12:33 ---> e89960bf607e 20:12:33 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:33 Removing intermediate container a27dd707a7bd 20:12:33 ---> 3ab374f8d5c2 20:12:33 Step 24/26 : LABEL arch=x86_64 20:12:33 ---> Running in cb29eb64ea10 20:12:33 Removing intermediate container a67c9c920854 20:12:33 ---> a3c7a9bfa5d7 20:12:33 Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:12:33 ---> Running in 7b451c737661 20:12:33 ---> Running in 7c14c93e879c 20:12:33 Removing intermediate container cb29eb64ea10 20:12:33 ---> 604e2a96a698 20:12:33 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:33 ---> Running in 1c20ff62aca4 20:12:33 Removing intermediate container 7b451c737661 20:12:33 ---> c96352addc0a 20:12:33 Step 25/26 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:12:33 Removing intermediate container 7c14c93e879c 20:12:33 ---> a35658ceb1ec 20:12:33 Step 27/27 : LABEL version=0.0.0 20:12:33 ---> Running in d5f1a613e962 20:12:33 ---> Running in e4d43dff7640 20:12:33 Removing intermediate container 1c20ff62aca4 20:12:33 ---> 8278a19602ab 20:12:33 Step 25/27 : LABEL arch=x86_64 20:12:33 ---> Running in b95932caee2b 20:12:33 Removing intermediate container d5f1a613e962 20:12:33 ---> bdf268467e64 20:12:33 Step 26/26 : LABEL version=0.0.0 20:12:33 ---> Running in a1a26bd837ae 20:12:33 Removing intermediate container e4d43dff7640 20:12:33 ---> fc2351060ee3 20:12:33 20:12:33 Removing intermediate container b95932caee2b 20:12:33 ---> f2f18f7b1d63 20:12:33 Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:12:33 ---> Running in dbb1ac8201de 20:12:33 Successfully built fc2351060ee3 20:12:33 Successfully tagged security-spire-config:latest 20:12:33  Building security-spire-config ... done Removing intermediate container a1a26bd837ae 20:12:33 ---> 5aa7c27c4afc 20:12:33 20:12:33 Removing intermediate container dbb1ac8201de 20:12:33 ---> 568d8749468d 20:12:33 Step 27/27 : LABEL version=0.0.0 20:12:33 ---> Running in 9bedbf878266 20:12:33 Successfully built 5aa7c27c4afc 20:12:33 Successfully tagged security-spire-server:latest 20:12:33  Building security-spire-server ... done Removing intermediate container 9bedbf878266 20:12:33 ---> 2905d802ab22 20:12:33 20:12:33 Successfully built 2905d802ab22 20:12:33 Successfully tagged security-spire-agent:latest 20:12:34  Building security-spire-agent ... done  [Pipeline] } 20:12:34 $ docker stop --time=1 4260ab392119cc3df6303161f67c92ce9a14deda7a9c6cd8e9f884e65ce2251d 20:12:35 $ docker rm -f --volumes 4260ab392119cc3df6303161f67c92ce9a14deda7a9c6cd8e9f884e65ce2251d [Pipeline] // withDockerContainer [Pipeline] sh 20:12:35 + docker images 20:12:35 REPOSITORY TAG IMAGE ID CREATED SIZE 20:12:35 security-spire-config latest fc2351060ee3 2 seconds ago 102MB 20:12:35 security-spire-agent latest 2905d802ab22 2 seconds ago 161MB 20:12:35 security-spire-server latest 5aa7c27c4afc 2 seconds ago 103MB 20:12:35 77e723439a7a 18 seconds ago 1.58GB 20:12:35 acd93c57b1a3 18 seconds ago 1.58GB 20:12:35 security-spiffe-token-provider latest 021f1359853e 19 seconds ago 32.8MB 20:12:35 29877baabb9e 19 seconds ago 1.58GB 20:12:35 security-proxy-setup latest 9b72fb23adbe 21 seconds ago 18.7MB 20:12:35 support-notifications latest bc47b71864a7 43 seconds ago 32.4MB 20:12:35 d4471875650f 50 seconds ago 1.76GB 20:12:35 a5ee3727d039 About a minute ago 1.7GB 20:12:35 core-data latest bc0108befc21 2 minutes ago 20MB 20:12:35 9c4dad7e6d11 2 minutes ago 1.79GB 20:12:35 support-scheduler latest 1114966b1f77 2 minutes ago 31.8MB 20:12:35 core-common-config-bootstrapper latest 24c2ba0279fd 2 minutes ago 17.2MB 20:12:35 security-bootstrapper latest cc781a16a9e1 3 minutes ago 22.2MB 20:12:35 cf320844fcde 3 minutes ago 1.73GB 20:12:35 9c3f9f5c1913 3 minutes ago 1.79GB 20:12:35 56f5168321a3 3 minutes ago 1.72GB 20:12:35 security-secretstore-setup latest 6f3733fa2e6b 4 minutes ago 32.8MB 20:12:35 core-metadata latest fe7571be18dc 4 minutes ago 20.4MB 20:12:35 security-proxy-auth latest 0c32d4b46f1f 4 minutes ago 18.3MB 20:12:35 core-command latest 6942808e6c92 4 minutes ago 19.8MB 20:12:35 78bd00dfb290 5 minutes ago 1.72GB 20:12:35 c60882fcc486 5 minutes ago 1.72GB 20:12:35 57909b756706 5 minutes ago 1.73GB 20:12:35 3bf49667eb37 5 minutes ago 1.71GB 20:12:35 08b0b85b06be 5 minutes ago 1.7GB 20:12:35 ci-base-image-x86_64 latest 19415cad7c1b 11 minutes ago 918MB 20:12:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 8 days ago 700MB 20:12:35 alpine 3.17 9ed4aefc74f6 4 weeks ago 7.05MB 20:12:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:12:35 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] } 20:15:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:15:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:15:01 ./bin/test-attribution-txt.sh [Pipeline] echo 20:15:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:15:02 + ls -al . 20:15:02 total 700 20:15:02 drwxrwxr-x 10 1001 1001 4096 May 2 20:05 . 20:15:02 drwxr-xr-x 4 root root 4096 May 2 20:05 .. 20:15:02 drwxrwxr-x 2 1001 1001 4096 May 2 20:04 .blubracket 20:15:02 -rw-rw-r-- 1 1001 1001 16 May 2 20:04 .dockerignore 20:15:02 drwxrwxr-x 8 1001 1001 4096 May 2 20:04 .git 20:15:02 drwxrwxr-x 3 1001 1001 4096 May 2 20:04 .github 20:15:02 -rw-rw-r-- 1 1001 1001 1133 May 2 20:04 .gitignore 20:15:02 -rw-rw-r-- 1 1001 1001 42 May 2 20:04 .golangci.yml 20:15:02 -rw-rw-r-- 1 1001 1001 87 May 2 20:04 .hadolint.yml 20:15:02 -rw-rw-r-- 1 1001 1001 166 May 2 20:04 .sonarcloud.properties 20:15:02 -rw-rw-r-- 1 1001 1001 1171 May 2 20:04 ADOPTERS.md 20:15:02 -rw-rw-r-- 1 1001 1001 10835 May 2 20:04 Attribution.txt 20:15:02 -rw-rw-r-- 1 1001 1001 73765 May 2 20:04 CHANGELOG.md 20:15:02 -rw-rw-r-- 1 1001 1001 3804 May 2 20:04 CONTRIBUTING.md 20:15:02 -rw-rw-r-- 1 1001 1001 677 May 2 20:04 GOVERNANCE.md 20:15:02 -rw-rw-r-- 1 1001 1001 883 May 2 20:04 Jenkinsfile 20:15:02 -rw-rw-r-- 1 1001 1001 10775 May 2 20:04 LICENSE 20:15:02 -rw-rw-r-- 1 1001 1001 14368 May 2 20:04 Makefile 20:15:02 -rw-rw-r-- 1 1001 1001 582 May 2 20:04 OWNERS.md 20:15:02 -rw-rw-r-- 1 1001 1001 9403 May 2 20:04 README.md 20:15:02 -rw-rw-r-- 1 1001 1001 789 May 2 20:04 SECURITY.md 20:15:02 -rw-rw-r-- 1 1001 1001 5 May 2 20:00 VERSION 20:15:02 drwxrwxr-x 2 1001 1001 4096 May 2 20:04 bin 20:15:02 drwxrwxr-x 18 1001 1001 4096 May 2 20:04 cmd 20:15:02 -rw-r--r-- 1 root root 448352 May 2 20:11 coverage.out 20:15:02 -rw-rw-r-- 1 1001 1001 3200 May 2 20:04 go.mod 20:15:02 -rw-rw-r-- 1 1001 1001 31040 May 2 20:04 go.sum 20:15:02 drwxrwxr-x 7 1001 1001 4096 May 2 20:04 internal 20:15:02 drwxrwxr-x 3 1001 1001 4096 May 2 20:04 openapi 20:15:02 -rw-rw-r-- 1 1001 1001 594 May 2 20:04 security.txt 20:15:02 drwxrwxr-x 4 1001 1001 4096 May 2 20:04 snap 20:15:02 -rw-rw-r-- 1 1001 1001 204 May 2 20:04 version.go [Pipeline] sh 20:15:02 + '[' -e coverage.out ] 20:15:02 + chown 1001:1001 coverage.out [Pipeline] stash 20:15:02 Warning: overwriting stash ‘coverage-report’ 20:15:03 Stashed 1 file(s) [Pipeline] sh 20:15:04 + make build 20:15:04 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 20:16:56 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 20:16:56 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 20:17:01 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 20:17:06 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 20:18:02 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 20:18:06 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 20:18:12 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 20:18:19 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 20:18:23 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 20:18:28 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 20:18:34 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] } 20:18:43 $ docker stop --time=1 fc36210272b3de83b5152dfc0b2585c874be2b0ec7d6a35fb06e40f765cafde3 20:18:45 $ docker rm -f --volumes fc36210272b3de83b5152dfc0b2585c874be2b0ec7d6a35fb06e40f765cafde3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:18:48 20:18:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:18:49 latest: Pulling from edgex-devops/edgex-compose-arm64 20:18:49 29e5d40040c1: Pulling fs layer 20:18:49 1ce36da41761: Pulling fs layer 20:18:49 25b303627fd3: Pulling fs layer 20:18:49 29e5d40040c1: Verifying Checksum 20:18:49 29e5d40040c1: Download complete 20:18:49 1ce36da41761: Verifying Checksum 20:18:49 1ce36da41761: Download complete 20:18:49 29e5d40040c1: Pull complete 20:18:51 1ce36da41761: Pull complete 20:18:51 25b303627fd3: Verifying Checksum 20:18:51 25b303627fd3: Download complete 20:19:01 25b303627fd3: Pull complete 20:19:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:19:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:19:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:19:01 prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container 20:19:01 $ 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 20:19:04 $ docker top 0b1e0bf0bced6eb145e43950cee6a3fb702bb61e8e7f1e2db0418b45b71a2f5e -eo pid,comm [Pipeline] { [Pipeline] sh 20:19:05 + docker-compose build --help+ 20:19:05 grep parallel 20:19:11 --parallel Build images in parallel. [Pipeline] } 20:19:11 $ docker stop --time=1 0b1e0bf0bced6eb145e43950cee6a3fb702bb61e8e7f1e2db0418b45b71a2f5e 20:19:13 $ docker rm -f --volumes 0b1e0bf0bced6eb145e43950cee6a3fb702bb61e8e7f1e2db0418b45b71a2f5e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:19:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:19:16 prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container 20:19:16 $ 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 20:19:17 $ docker top e387070dc14447b6498b812653b3b0ad1c1af312b62063ff08a154f9af5be29e -eo pid,comm [Pipeline] { [Pipeline] sh 20:19:18 + docker-compose -f ./docker-compose-build.yml build --parallel 20:19:26 Building core-command ... 20:19:26 Building core-common-config-bootstrapper ... 20:19:26 Building core-data ... 20:19:26 Building core-metadata ... 20:19:26 Building security-bootstrapper ... 20:19:26 Building security-proxy-auth ... 20:19:26 Building security-proxy-setup ... 20:19:26 Building security-secretstore-setup ... 20:19:26 Building security-spiffe-token-provider ... 20:19:26 Building security-spire-agent ... 20:19:26 Building security-spire-config ... 20:19:26 Building security-spire-server ... 20:19:26 Building support-notifications ... 20:19:26 Building support-scheduler ... 20:19:26 Building security-spire-agent 20:19:26 Building security-proxy-auth 20:19:26 Building support-scheduler 20:19:26 Building support-notifications 20:19:26 Building core-command 20:20:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:23 ---> 2816fe3ce966 20:20:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:20:23 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:20:23 ---> 2816fe3ce966 20:20:23 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:20:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:23 ---> 2816fe3ce966 20:20:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:20:23 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:23 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:20:23 ---> 2816fe3ce966 20:20:23 Step 3/27 : WORKDIR /edgex-go 20:20:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:23 ---> 2816fe3ce966 20:20:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:20:23 ---> Running in f2161ff11fae 20:20:23 ---> Running in 212e62b35bab 20:20:23 ---> Running in fe4b063ed292 20:20:23 ---> Running in fd59cff43f3c 20:20:23 ---> Running in 5e8e94f1fa74 20:20:23 Removing intermediate container 212e62b35bab 20:20:23 ---> 22deb18faa8b 20:20:23 Step 4/23 : WORKDIR /edgex-go 20:20:23 Removing intermediate container fd59cff43f3c 20:20:23 ---> 97275585825a 20:20:23 Step 4/24 : WORKDIR /edgex-go 20:20:23 ---> Running in 6f475f8f536d 20:20:23 Removing intermediate container f2161ff11fae 20:20:23 ---> 5da3f77df349 20:20:23 Step 4/23 : WORKDIR /edgex-go 20:20:23 Removing intermediate container fe4b063ed292 20:20:23 ---> 2488f2579ecf 20:20:23 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:20:23 ---> Running in ae77fb5d3d7d 20:20:23 Removing intermediate container 5e8e94f1fa74 20:20:23 ---> b3db7b4ee303 20:20:23 Step 4/23 : WORKDIR /edgex-go 20:20:23 ---> Running in cbe0f8611448 20:20:23 ---> Running in d183fba5f84b 20:20:23 ---> Running in 2de3018178b5 20:20:23 Removing intermediate container 6f475f8f536d 20:20:23 ---> 4450fedbd9a3 20:20:23 Step 5/23 : RUN apk add --update --no-cache make git 20:20:23 Removing intermediate container d183fba5f84b 20:20:23 ---> c784b14e2ec6 20:20:23 Step 5/23 : RUN apk add --update --no-cache make git 20:20:23 ---> Running in bb054dc7fb3f 20:20:23 Removing intermediate container ae77fb5d3d7d 20:20:23 ---> aaf3bba3abd6 20:20:23 Step 5/24 : RUN apk add --update --no-cache make git 20:20:23 ---> Running in cb59f44c7742 20:20:23 Removing intermediate container 2de3018178b5 20:20:23 ---> e2c8ecb8b23c 20:20:23 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:20:23 ---> Running in 57cd4da3e013 20:20:23 ---> Running in 1fc8fa904355 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:23 OK: 263 MiB in 53 packages 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:23 Removing intermediate container cbe0f8611448 20:20:23 ---> 423486884277 20:20:23 Step 5/27 : COPY go.mod vendor* ./ 20:20:23 OK: 263 MiB in 53 packages 20:20:23 OK: 263 MiB in 53 packages 20:20:23 OK: 263 MiB in 53 packages 20:20:24 OK: 263 MiB in 53 packages 20:20:24 ---> d1e4510fdf0f 20:20:24 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:24 ---> Running in de6292d2d098 20:20:25 Removing intermediate container cb59f44c7742 20:20:25 ---> 76caa4e478de 20:20:25 Step 6/23 : COPY go.mod vendor* ./ 20:20:25 Removing intermediate container bb054dc7fb3f 20:20:25 ---> 3940733da0fc 20:20:25 Step 6/23 : COPY go.mod vendor* ./ 20:20:25 Removing intermediate container 57cd4da3e013 20:20:25 ---> c6de5dbdb201 20:20:25 Step 6/24 : COPY go.mod vendor* ./ 20:20:26 Removing intermediate container 1fc8fa904355 20:20:26 ---> 629fb9a99023 20:20:26 Step 6/23 : COPY go.mod vendor* ./ 20:20:26 ---> 58cc8f169c25 20:20:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:26 ---> 635626f86562 20:20:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:26 ---> Running in 2213f7aba1ea 20:20:27 ---> Running in f9ed13cc3563 20:20:27 ---> 1feb071d2678 20:20:27 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:27 ---> Running in d0cb9db5ff67 20:20:27 ---> 59fe1dd5d51d 20:20:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:28 ---> Running in 15609897d3a6 20:22:19 Removing intermediate container de6292d2d098 20:22:19 ---> 018fa853c02b 20:22:19 Step 7/27 : COPY . . 20:22:19 Removing intermediate container d0cb9db5ff67 20:22:19 ---> 91ba2b10fa51 20:22:19 Step 8/24 : COPY . . 20:22:19 Removing intermediate container f9ed13cc3563 20:22:19 ---> ce81cb4d084a 20:22:19 Step 8/23 : COPY . . 20:22:19 Removing intermediate container 2213f7aba1ea 20:22:19 ---> f3f75c91c63f 20:22:19 Step 8/23 : COPY . . 20:22:19 Removing intermediate container 15609897d3a6 20:22:19 ---> 5d319a826d09 20:22:19 Step 8/23 : COPY . . 20:22:38 ---> bf56a8b7b3ec 20:22:38 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:22:38 ---> 28379e13d8c5 20:22:38 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:22:38 ---> b0a50b7ad1e0 20:22:38 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:22:38 ---> Running in 8905da445f11 20:22:38 ---> 3c6ecaeb8117 20:22:38 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:22:38 ---> Running in f17bd493c518 20:22:38 ---> Running in 0209c2f08af1 20:22:38 ---> 6b3ef7a6a9a0 20:22:38 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:22:38 ---> Running in b0d683517253 20:22:38 ---> Running in b30bf21d2417 20:22:38 Removing intermediate container 8905da445f11 20:22:38 ---> a87d5d481031 20:22:38 Step 9/27 : WORKDIR /edgex-go/spire-build 20:22:38 ---> Running in 175bd03a3bc2 20:22:38 Removing intermediate container 175bd03a3bc2 20:22:38 ---> 805f5a3153e8 20:22:38 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:22:38 ---> Running in 672a2f89c94f 20:22:38 Removing intermediate container 672a2f89c94f 20:22:38 ---> 1c9af56f1352 20:22:38 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 20:22:38 ---> Running in 14b35049f2ce 20:22:38 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 20:22:38 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 20:22:38 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 20:22:38 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 20:22:41 Removing intermediate container 14b35049f2ce 20:22:41 ---> 11ecda98b2be 20:22:41 Step 12/27 : WORKDIR /edgex-go 20:22:41 ---> Running in 607640287e31 20:22:42 Removing intermediate container 607640287e31 20:22:42 ---> ea220a23a091 20:22:42 20:22:42 Step 13/27 : FROM alpine:3.17 20:22:42 3.17: Pulling from library/alpine 20:22:42 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:22:42 Status: Downloaded newer image for alpine:3.17 20:22:42 ---> 51e60588ff2c 20:22:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:42 ---> Running in 7387525a7718 20:22:43 Removing intermediate container 7387525a7718 20:22:43 ---> ad02993c7ac2 20:22:43 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:22:43 ---> Running in e85e9a225784 20:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:47 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:22:47 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:22:47 OK: 17691 distinct packages available 20:22:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:50 (1/5) Installing dumb-init (1.2.5-r2) 20:22:50 (2/5) Installing musl-obstack (1.2.3-r0) 20:22:50 (3/5) Installing libucontext (1.2-r0) 20:22:50 (4/5) Installing gcompat (1.1.0-r0) 20:22:50 (5/5) Installing openssl (3.0.8-r4) 20:22:50 Executing busybox-1.35.0-r29.trigger 20:22:50 OK: 9 MiB in 20 packages 20:22:52 Removing intermediate container e85e9a225784 20:22:52 ---> b73ad392e15a 20:22:52 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:53 ---> 8da59fd0d6fc 20:22:53 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:22:54 ---> 1be98d2c018b 20:22:54 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:23:00 ---> 549fd02d362c 20:23:00 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:23:06 ---> 60dcf723119c 20:23:06 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:23:06 ---> 4e4443f77a94 20:23:06 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:23:10 ---> 93a5288855d3 20:23:10 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:23:11 ---> 8fbad5d09abf 20:23:11 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:11 ---> Running in 1fc5131036d9 20:23:11 Removing intermediate container 1fc5131036d9 20:23:11 ---> d16bfd0562c9 20:23:11 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:11 ---> Running in 0ff1ea180cfb 20:23:12 Removing intermediate container 0ff1ea180cfb 20:23:12 ---> dd577bffaa64 20:23:12 Step 25/27 : LABEL arch=arm64 20:23:12 ---> Running in 6fd24af4adfe 20:23:13 Removing intermediate container 6fd24af4adfe 20:23:13 ---> f2799c6f807f 20:23:13 Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:23:13 ---> Running in 4868fa1bd825 20:23:13 Removing intermediate container 4868fa1bd825 20:23:13 ---> 95e1ce69df84 20:23:13 Step 27/27 : LABEL version=0.0.0 20:23:14 ---> Running in 591344743c9b 20:23:14 Removing intermediate container 591344743c9b 20:23:14 ---> 410c68f2fc75 20:23:14 20:23:14 Successfully built 410c68f2fc75 20:23:14 Successfully tagged security-spire-agent-arm64:latest 20:23:14  Building security-spire-agent ... done Building security-spire-config 20:23:33 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:23:33 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:23:33 ---> 2816fe3ce966 20:23:33 Step 3/27 : WORKDIR /edgex-go 20:23:33 ---> Using cache 20:23:33 ---> 2488f2579ecf 20:23:33 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:23:33 ---> Using cache 20:23:33 ---> 423486884277 20:23:33 Step 5/27 : COPY go.mod vendor* ./ 20:23:33 ---> Using cache 20:23:33 ---> d1e4510fdf0f 20:23:33 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:33 ---> Using cache 20:23:33 ---> 018fa853c02b 20:23:33 Step 7/27 : COPY . . 20:23:33 ---> Using cache 20:23:33 ---> bf56a8b7b3ec 20:23:33 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:23:33 ---> Using cache 20:23:33 ---> a87d5d481031 20:23:33 Step 9/27 : WORKDIR /edgex-go/spire-build 20:23:33 ---> Using cache 20:23:33 ---> 805f5a3153e8 20:23:33 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:23:33 ---> Using cache 20:23:33 ---> 1c9af56f1352 20:23:33 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 20:23:33 ---> Using cache 20:23:33 ---> 11ecda98b2be 20:23:33 Step 12/27 : WORKDIR /edgex-go 20:23:33 ---> Using cache 20:23:33 ---> ea220a23a091 20:23:33 20:23:33 Step 13/27 : FROM alpine:3.17 20:23:33 ---> 51e60588ff2c 20:23:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:23:33 ---> Using cache 20:23:33 ---> ad02993c7ac2 20:23:33 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:23:33 ---> Running in 85d0ade5fb2d 20:23:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:35 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:23:35 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:23:35 OK: 17691 distinct packages available 20:23:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:38 (1/4) Installing dumb-init (1.2.5-r2) 20:23:38 (2/4) Installing musl-obstack (1.2.3-r0) 20:23:38 (3/4) Installing libucontext (1.2-r0) 20:23:38 (4/4) Installing gcompat (1.1.0-r0) 20:23:38 Executing busybox-1.35.0-r29.trigger 20:23:38 OK: 8 MiB in 19 packages 20:23:40 Removing intermediate container 85d0ade5fb2d 20:23:40 ---> 8d868a3d5884 20:23:40 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:40 ---> f450e450821e 20:23:40 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:23:41 ---> 4b9a73821323 20:23:41 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:23:50 ---> 43e8060f7954 20:23:50 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:23:50 ---> bb0b0de95cac 20:23:50 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:23:50 ---> Running in a1cd4a5e6e60 20:23:50 Removing intermediate container a1cd4a5e6e60 20:23:50 ---> de88954df5da 20:23:50 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:23:51 ---> 82c4d2426e73 20:23:51 Step 22/27 : WORKDIR / 20:23:52 ---> Running in 4e4ae1049dd2 20:23:52 Removing intermediate container 4e4ae1049dd2 20:23:52 ---> c9f90dab639b 20:23:52 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:52 ---> Running in 79106181edcb 20:23:53 Removing intermediate container 79106181edcb 20:23:53 ---> e694a8e9ce60 20:23:53 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:53 ---> Running in 7cc40e42e158 20:23:53 Removing intermediate container 7cc40e42e158 20:23:53 ---> ae4d45dd99a0 20:23:53 Step 25/27 : LABEL arch=arm64 20:23:53 ---> Running in f6e085d358b3 20:23:54 Removing intermediate container f6e085d358b3 20:23:54 ---> 704844ffb4e0 20:23:54 Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:23:54 ---> Running in 83a868bbed6a 20:23:55 Removing intermediate container 83a868bbed6a 20:23:55 ---> a8498d6260ed 20:23:55 Step 27/27 : LABEL version=0.0.0 20:23:55 ---> Running in a5f3367daa39 20:23:56 Removing intermediate container a5f3367daa39 20:23:56 ---> cf08109fe478 20:23:56 20:23:56 Successfully built cf08109fe478 20:23:56 Successfully tagged security-spire-config-arm64:latest 20:23:56 Building security-spire-server 20:24:14  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:24:14 ---> 2816fe3ce966 20:24:14 Step 3/26 : WORKDIR /edgex-go 20:24:14 ---> Using cache 20:24:14 ---> 2488f2579ecf 20:24:14 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:24:14 ---> Using cache 20:24:14 ---> 423486884277 20:24:14 Step 5/26 : COPY go.mod vendor* ./ 20:24:14 ---> Using cache 20:24:14 ---> d1e4510fdf0f 20:24:14 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:14 ---> Using cache 20:24:14 ---> 018fa853c02b 20:24:14 Step 7/26 : COPY . . 20:24:14 ---> Using cache 20:24:14 ---> bf56a8b7b3ec 20:24:14 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:24:14 ---> Using cache 20:24:14 ---> a87d5d481031 20:24:14 Step 9/26 : WORKDIR /edgex-go/spire-build 20:24:14 ---> Using cache 20:24:14 ---> 805f5a3153e8 20:24:14 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:24:14 ---> Using cache 20:24:14 ---> 1c9af56f1352 20:24:14 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 20:24:16 ---> Running in b666150c1f7f 20:24:19 Removing intermediate container b666150c1f7f 20:24:19 ---> 17fad217bff5 20:24:19 Step 12/26 : WORKDIR /edgex-go 20:24:19 ---> Running in f615937d4711 20:24:20 Removing intermediate container f615937d4711 20:24:20 ---> 79dccc20ae42 20:24:20 20:24:20 Step 13/26 : FROM alpine:3.17 20:24:20 ---> 51e60588ff2c 20:24:20 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:24:20 ---> Using cache 20:24:20 ---> ad02993c7ac2 20:24:20 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:24:20 ---> Using cache 20:24:20 ---> b73ad392e15a 20:24:20 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:20 ---> Using cache 20:24:20 ---> 8da59fd0d6fc 20:24:20 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:24:20 ---> Using cache 20:24:20 ---> 1be98d2c018b 20:24:20 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:24:27 ---> e9670abf95db 20:24:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:24:29 ---> 7436b0528cdf 20:24:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:24:30 ---> 941f89245f93 20:24:30 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:24:31 ---> 8b55b6b1707b 20:24:31 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:24:31 ---> Running in 9d469a00047b 20:24:31 Removing intermediate container 9d469a00047b 20:24:31 ---> dbb9f06ea959 20:24:31 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:24:31 ---> Running in bc261d9ddfed 20:24:32 Removing intermediate container bc261d9ddfed 20:24:32 ---> f4ab965b43fc 20:24:32 Step 24/26 : LABEL arch=arm64 20:24:32 ---> Running in a625dba12d26 20:24:33 Removing intermediate container a625dba12d26 20:24:33 ---> 715691d52581 20:24:33 Step 25/26 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:24:33 ---> Running in 94751b5db0b7 20:24:33 Removing intermediate container 94751b5db0b7 20:24:33 ---> 54a0750bf427 20:24:33 Step 26/26 : LABEL version=0.0.0 20:24:33 ---> Running in dfe27f2739e4 20:24:34 Removing intermediate container dfe27f2739e4 20:24:34 ---> 5c30d6f89636 20:24:34 20:24:34 Successfully built 5c30d6f89636 20:24:34 Successfully tagged security-spire-server-arm64:latest 20:24:34 Building core-common-config-bootstrapper 20:24:56  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:56 ---> 2816fe3ce966 20:24:56 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:24:56 ---> Using cache 20:24:56 ---> b3db7b4ee303 20:24:56 Step 4/23 : WORKDIR /edgex-go 20:24:56 ---> Using cache 20:24:56 ---> e2c8ecb8b23c 20:24:56 Step 5/23 : RUN apk add --update --no-cache make git 20:24:56 ---> Running in 7cfa48c943d2 20:24:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:01 OK: 263 MiB in 53 packages 20:25:03 Removing intermediate container 7cfa48c943d2 20:25:03 ---> a1750f0531c7 20:25:03 Step 6/23 : COPY go.mod vendor* ./ 20:25:03 ---> 3e67ae4708ca 20:25:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:03 ---> Running in 5d77431655cb 20:26:55 Removing intermediate container 5d77431655cb 20:26:55 ---> 2f0c1067c694 20:26:55 Step 8/23 : COPY . . 20:26:55 ---> 7bd96f0d4a13 20:26:55 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:26:55 ---> Running in 47bf8b13c9c4 20:26:57 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 20:30:04 Removing intermediate container 0209c2f08af1 20:30:04 ---> 61d118fc209a 20:30:04 20:30:04 Step 10/23 : FROM alpine:3.17 20:30:04 ---> 51e60588ff2c 20:30:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:30:04 ---> Running in cb8505945776 20:30:04 Removing intermediate container cb8505945776 20:30:04 ---> 11b706f6212b 20:30:04 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:30:04 ---> Running in b034c4404a9d 20:30:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:04 (1/1) Installing dumb-init (1.2.5-r2) 20:30:04 Executing busybox-1.35.0-r29.trigger 20:30:04 OK: 8 MiB in 16 packages 20:30:04 Removing intermediate container b034c4404a9d 20:30:04 ---> c5c9c332f362 20:30:04 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:04 ---> 726309820b59 20:30:04 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:30:04 ---> 3031625de001 20:30:04 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:30:04 ---> e0ce5b79c6ab 20:30:04 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:30:04 ---> 73ea552b01c7 20:30:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:30:04 ---> 927b018c7923 20:30:04 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:30:04 ---> Running in 5b707b2bcec6 20:30:07 Removing intermediate container 5b707b2bcec6 20:30:07 ---> fbbbc6269e2b 20:30:07 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:30:07 ---> Running in 133c4dc1ac9c 20:30:07 Removing intermediate container 133c4dc1ac9c 20:30:07 ---> 806af01a733b 20:30:07 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:30:07 ---> Running in b08df962d671 20:30:08 Removing intermediate container b08df962d671 20:30:08 ---> 65a0842d3314 20:30:08 Step 21/23 : LABEL arch=arm64 20:30:08 ---> Running in 0609fa8c116b 20:30:09 Removing intermediate container 0609fa8c116b 20:30:09 ---> d3a67617708c 20:30:09 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:30:09 ---> Running in c537ced24d37 20:30:09 Removing intermediate container c537ced24d37 20:30:09 ---> c5bf3765d6c2 20:30:09 Step 23/23 : LABEL version=0.0.0 20:30:09 ---> Running in adca3825fd09 20:30:10 Removing intermediate container adca3825fd09 20:30:10 ---> da3359333853 20:30:10 20:30:10 Successfully built da3359333853 20:30:10 Successfully tagged security-proxy-auth-arm64:latest 20:30:10  Building security-proxy-auth ... done Building security-secretstore-setup 20:30:32 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:30:32 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:30:32 ---> 2816fe3ce966 20:30:32 Step 3/25 : WORKDIR /edgex-go 20:30:32 ---> Using cache 20:30:32 ---> 2488f2579ecf 20:30:32 Step 4/25 : RUN apk add --update --no-cache make git 20:30:32 ---> Running in a5d0595a771a 20:30:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:34 OK: 263 MiB in 53 packages 20:30:36 Removing intermediate container a5d0595a771a 20:30:36 ---> d85ebff76dc6 20:30:36 Step 5/25 : COPY go.mod vendor* ./ 20:30:36 ---> c3a049b30fda 20:30:36 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:30:36 ---> Running in d3a0e9c0c32f 20:30:51 Removing intermediate container b0d683517253 20:30:51 ---> 41b94d1f3dcd 20:30:51 20:30:51 Step 10/24 : FROM alpine:3.17 20:30:51 ---> 51e60588ff2c 20:30:51 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:30:51 ---> Running in 35045550b7b2 20:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:56 (1/1) Installing dumb-init (1.2.5-r2) 20:30:56 Executing busybox-1.35.0-r29.trigger 20:30:56 OK: 8 MiB in 16 packages 20:30:58 Removing intermediate container 35045550b7b2 20:30:58 ---> f209a9d76b16 20:30:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:30:58 ---> Running in ea799363160a 20:30:58 Removing intermediate container ea799363160a 20:30:58 ---> 3424db7c2dcb 20:30:58 Step 13/24 : ENV APP_PORT=59882 20:30:58 ---> Running in d699d40a5d7c 20:30:59 Removing intermediate container d699d40a5d7c 20:30:59 ---> 826ae80488d7 20:30:59 Step 14/24 : EXPOSE $APP_PORT 20:30:59 ---> Running in 200e5b74bb83 20:31:00 Removing intermediate container 200e5b74bb83 20:31:00 ---> 3f7ce6efd715 20:31:00 Step 15/24 : WORKDIR / 20:31:00 ---> Running in 62d97d40f4dc 20:31:00 Removing intermediate container 62d97d40f4dc 20:31:00 ---> acaa7ed61f06 20:31:00 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:01 ---> 6b76993e7e7a 20:31:01 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:31:02 ---> 9e85a0f88684 20:31:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:31:04 ---> 6c05c9080cb8 20:31:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:31:05 ---> 98e979c2e857 20:31:05 Step 20/24 : ENTRYPOINT ["/core-command"] 20:31:05 ---> Running in 58a00b115e96 20:31:06 Removing intermediate container 58a00b115e96 20:31:06 ---> 35822a8da370 20:31:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:31:06 ---> Running in d1d530d9b1b8 20:31:07 Removing intermediate container d1d530d9b1b8 20:31:07 ---> 5d7fbf085cb9 20:31:07 Step 22/24 : LABEL arch=arm64 20:31:07 ---> Running in 7059edfe58b4 20:31:07 Removing intermediate container 7059edfe58b4 20:31:07 ---> 03f44f1d06ad 20:31:07 Step 23/24 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:31:07 ---> Running in 929eb945dc08 20:31:08 Removing intermediate container 929eb945dc08 20:31:08 ---> d701e2c68474 20:31:08 Step 24/24 : LABEL version=0.0.0 20:31:08 ---> Running in 9bc9147c5c07 20:31:09 Removing intermediate container 9bc9147c5c07 20:31:09 ---> 1d88649ce72b 20:31:09 20:31:09 Successfully built 1d88649ce72b 20:31:09 Successfully tagged core-command-arm64:latest 20:31:09  Building core-command ... done Building core-data 20:31:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:31:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:31:27 ---> 2816fe3ce966 20:31:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:31:27 ---> Using cache 20:31:27 ---> b3db7b4ee303 20:31:27 Step 4/23 : WORKDIR /edgex-go 20:31:27 ---> Using cache 20:31:27 ---> e2c8ecb8b23c 20:31:27 Step 5/23 : RUN apk add --update --no-cache make git 20:31:27 ---> Using cache 20:31:27 ---> a1750f0531c7 20:31:27 Step 6/23 : COPY go.mod vendor* ./ 20:31:27 ---> Using cache 20:31:27 ---> 3e67ae4708ca 20:31:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:27 ---> Using cache 20:31:27 ---> 2f0c1067c694 20:31:27 Step 8/23 : COPY . . 20:31:27 ---> Using cache 20:31:27 ---> 7bd96f0d4a13 20:31:27 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:31:27 ---> Running in 571f0c7b131b 20:31:30 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 20:32:26 Removing intermediate container d3a0e9c0c32f 20:32:26 ---> aab5b01123fb 20:32:26 Step 7/25 : COPY . . 20:32:37 ---> a4cdb3d61c42 20:32:37 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:32:37 ---> Running in 9352ce6d0de1 20:32:37 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 20:34:29 Removing intermediate container f17bd493c518 20:34:29 ---> 6df8eb97b34e 20:34:29 20:34:29 Step 10/23 : FROM alpine:3.17 20:34:29 ---> 51e60588ff2c 20:34:29 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:34:29 Removing intermediate container b30bf21d2417 20:34:29 ---> 57d8d654f016 20:34:29 20:34:29 Step 10/23 : FROM alpine:3.17 20:34:29 ---> 51e60588ff2c 20:34:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:34:29 ---> Using cache 20:34:29 ---> f209a9d76b16 20:34:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:34:29 ---> Using cache 20:34:29 ---> 3424db7c2dcb 20:34:29 Step 13/23 : ENV APP_PORT=59861 20:34:29 ---> Running in f6ccccfedd7e 20:34:29 ---> Running in 11fbd1591a59 20:34:29 Removing intermediate container 11fbd1591a59 20:34:29 ---> 30eaf3abd43e 20:34:29 Step 14/23 : EXPOSE $APP_PORT 20:34:29 ---> Running in 665c2a660971 20:34:29 Removing intermediate container 665c2a660971 20:34:29 ---> b716b3435a14 20:34:29 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:34:29 ---> 6a1dcffb8ad3 20:34:29 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:34:29 ---> a80fec51f5b1 20:34:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:34:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:34:29 (1/2) Installing ca-certificates (20220614-r4) 20:34:29 (2/2) Installing dumb-init (1.2.5-r2) 20:34:29 Executing busybox-1.35.0-r29.trigger 20:34:29 Executing ca-certificates-20220614-r4.trigger 20:34:29 ---> 5e781320d713 20:34:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:34:29 OK: 8 MiB in 17 packages 20:34:29 ---> 18dadb5f8da9 20:34:29 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:34:29 ---> Running in 73d8a52908be 20:34:29 Removing intermediate container 73d8a52908be 20:34:29 ---> 4848eed0e151 20:34:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:34:29 ---> Running in 339ae6606eb7 20:34:30 Removing intermediate container 339ae6606eb7 20:34:30 ---> 499569963cea 20:34:30 Step 21/23 : LABEL arch=arm64 20:34:30 ---> Running in f1e869407454 20:34:31 Removing intermediate container f6ccccfedd7e 20:34:31 ---> 8952a741a314 20:34:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:34:31 ---> Running in 5c788a1088a4 20:34:31 Removing intermediate container f1e869407454 20:34:31 ---> 8892056d8bb0 20:34:31 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:34:32 ---> Running in 19a14718ac41 20:34:32 Removing intermediate container 5c788a1088a4 20:34:32 ---> e8f219d0df0c 20:34:32 Step 13/23 : ENV APP_PORT=59860 20:34:32 Removing intermediate container 19a14718ac41 20:34:32 ---> ec03ae2db3aa 20:34:32 Step 23/23 : LABEL version=0.0.0 20:34:32 ---> Running in ea01c5b1f23d 20:34:32 ---> Running in c9c135628782 20:34:33 Removing intermediate container ea01c5b1f23d 20:34:33 ---> 83145de188ac 20:34:33 Step 14/23 : EXPOSE $APP_PORT 20:34:33 Removing intermediate container c9c135628782 20:34:33 ---> ad4988f1ad4d 20:34:33 20:34:33 ---> Running in 91cc178a7cdc 20:34:34 Successfully built ad4988f1ad4d 20:34:34 Successfully tagged support-scheduler-arm64:latest 20:34:34 Removing intermediate container 91cc178a7cdc 20:34:34 ---> c6f044c721aa 20:34:34 Building core-metadata 20:34:34 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:35  Building support-scheduler ... done  ---> 4d2a8bf64f59 20:34:35 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:34:36 ---> 7ce197ba3426 20:34:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:34:38 ---> d3b7be4bd8a2 20:34:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:34:40 ---> 273a692449bd 20:34:40 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:34:40 ---> Running in a2c8f67fde58 20:34:40 Removing intermediate container a2c8f67fde58 20:34:40 ---> 0fbbee6c5d81 20:34:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:34:41 ---> Running in 501b1f628439 20:34:41 Removing intermediate container 501b1f628439 20:34:41 ---> 7d396e306865 20:34:41 Step 21/23 : LABEL arch=arm64 20:34:42 ---> Running in 503c913f036d 20:34:43 Removing intermediate container 503c913f036d 20:34:43 ---> 4f30ac700595 20:34:43 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:34:43 ---> Running in df424ffb1d73 20:34:44 Removing intermediate container df424ffb1d73 20:34:44 ---> 932308259cdd 20:34:44 Step 23/23 : LABEL version=0.0.0 20:34:44 ---> Running in 69f2b687218e 20:34:45 Removing intermediate container 69f2b687218e 20:34:45 ---> cb26a10af932 20:34:45 20:34:46 Successfully built cb26a10af932 20:34:46 Successfully tagged support-notifications-arm64:latest 20:34:46  Building support-notifications ... done Building security-bootstrapper 20:34:54 Removing intermediate container 47bf8b13c9c4 20:34:54 ---> 896d50c1a55e 20:34:54 20:34:54 Step 10/23 : FROM alpine:3.17 20:34:54 ---> 51e60588ff2c 20:34:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:34:54 ---> Using cache 20:34:54 ---> 11b706f6212b 20:34:54 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:34:54 ---> Using cache 20:34:54 ---> c5c9c332f362 20:34:54 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:54 ---> Using cache 20:34:54 ---> 726309820b59 20:34:54 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:34:54 ---> Using cache 20:34:54 ---> 3031625de001 20:34:54 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:34:56 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:34:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:34:56 ---> 2816fe3ce966 20:34:56 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:34:56 ---> Using cache 20:34:56 ---> b3db7b4ee303 20:34:56 Step 4/25 : WORKDIR /edgex-go 20:34:56 ---> Using cache 20:34:56 ---> e2c8ecb8b23c 20:34:56 Step 5/25 : RUN apk add --update --no-cache make git 20:34:56 ---> Using cache 20:34:56 ---> a1750f0531c7 20:34:56 Step 6/25 : COPY go.mod vendor* ./ 20:34:56 ---> Using cache 20:34:56 ---> 3e67ae4708ca 20:34:56 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:56 ---> Using cache 20:34:56 ---> 2f0c1067c694 20:34:56 Step 8/25 : COPY . . 20:34:56 ---> Using cache 20:34:56 ---> 7bd96f0d4a13 20:34:56 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:34:56 ---> Running in 62387b379c29 20:34:57 ---> 74b5ab4edd53 20:34:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:34:58 ---> caa6a306e079 20:34:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:34:59 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 20:35:00 ---> 183a35da1494 20:35:00 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:35:00 ---> Running in b40968bebb6e 20:35:04 Removing intermediate container b40968bebb6e 20:35:04 ---> 48d219a892f6 20:35:04 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:35:04 ---> Running in 33ca57e58e5d 20:35:04 Removing intermediate container 33ca57e58e5d 20:35:04 ---> f15431125752 20:35:04 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:35:05 ---> Running in 21cc04f30ced 20:35:05 Removing intermediate container 21cc04f30ced 20:35:05 ---> bc476d8e9d49 20:35:05 Step 21/23 : LABEL arch=arm64 20:35:05 ---> Running in f9a94ed59cb4 20:35:06 Removing intermediate container f9a94ed59cb4 20:35:06 ---> aa037b6cc5cb 20:35:06 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:35:06 ---> Running in d1e2f1e73538 20:35:07 Removing intermediate container d1e2f1e73538 20:35:07 ---> 352937b3972b 20:35:07 Step 23/23 : LABEL version=0.0.0 20:35:07 ---> Running in 6024059d0514 20:35:07 Removing intermediate container 6024059d0514 20:35:07 ---> 69b3d413d40e 20:35:07 20:35:08 Successfully built 69b3d413d40e 20:35:08 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:35:08  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider 20:35:10 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:35:10 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:35:10 ---> 2816fe3ce966 20:35:10 Step 3/33 : WORKDIR /edgex-go 20:35:10 ---> Using cache 20:35:10 ---> 2488f2579ecf 20:35:10 Step 4/33 : RUN apk add --update --no-cache make git 20:35:10 ---> Using cache 20:35:10 ---> d85ebff76dc6 20:35:10 Step 5/33 : COPY go.mod vendor* ./ 20:35:10 ---> Using cache 20:35:10 ---> c3a049b30fda 20:35:10 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:10 ---> Using cache 20:35:10 ---> aab5b01123fb 20:35:10 Step 7/33 : COPY . . 20:35:10 ---> Using cache 20:35:10 ---> a4cdb3d61c42 20:35:10 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:35:10 ---> Running in 82ae2333a89e 20:35:12 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 20:35:27 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:35:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:35:27 ---> 2816fe3ce966 20:35:27 Step 3/20 : WORKDIR /edgex-go 20:35:27 ---> Using cache 20:35:27 ---> 2488f2579ecf 20:35:27 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:35:28 ---> Running in 9083ada44f9c 20:35:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:35:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:35:32 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:35:32 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:35:32 OK: 17690 distinct packages available 20:35:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:35:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:35:35 OK: 263 MiB in 53 packages 20:35:37 Removing intermediate container 9083ada44f9c 20:35:37 ---> 251bc7897572 20:35:37 Step 5/20 : COPY go.mod vendor* ./ 20:35:38 ---> c07d7426ddee 20:35:38 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:38 ---> Running in a31275f383d5 20:37:14 Removing intermediate container a31275f383d5 20:37:14 ---> 16e48f9e0862 20:37:14 Step 7/20 : COPY . . 20:37:27 ---> 700248b05878 20:37:27 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:37:27 ---> Running in 70fb3e3ff752 20:37:27 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 20:39:49 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 20:39:52 Removing intermediate container 571f0c7b131b 20:39:52 ---> 65a286f512c0 20:39:52 20:39:52 Step 10/23 : FROM alpine:3.17 20:39:52 ---> 51e60588ff2c 20:39:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:39:52 ---> Running in 95a5a247daea 20:39:53 Removing intermediate container 95a5a247daea 20:39:53 ---> 5e921337e8d8 20:39:53 Step 12/23 : ENV APP_PORT=59880 20:39:53 ---> Running in e5d784553c99 20:39:53 Removing intermediate container e5d784553c99 20:39:53 ---> 83f8d7d38b90 20:39:53 Step 13/23 : EXPOSE $APP_PORT 20:39:53 ---> Running in c29f6924c4fe 20:39:54 Removing intermediate container c29f6924c4fe 20:39:54 ---> f5a586d4d42a 20:39:54 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:39:54 ---> Running in 64fef96f19bf 20:39:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:39:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:40:00 (1/1) Installing dumb-init (1.2.5-r2) 20:40:00 Executing busybox-1.35.0-r29.trigger 20:40:00 OK: 8 MiB in 16 packages 20:40:02 Removing intermediate container 64fef96f19bf 20:40:02 ---> c58c780cef49 20:40:02 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:04 ---> 2db877bc1cc9 20:40:04 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:40:05 ---> 2b559238e33b 20:40:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:40:08 Removing intermediate container 9352ce6d0de1 20:40:08 ---> 0287769c78ec 20:40:08 20:40:08 Step 9/25 : FROM alpine:3.17 20:40:08 ---> 51e60588ff2c 20:40:08 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:40:08 ---> 01a21e33ef9d 20:40:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:40:08 ---> Running in 76157c3cf2da 20:40:09 ---> 797c0389e453 20:40:09 Step 19/23 : ENTRYPOINT ["/core-data"] 20:40:09 ---> Running in 0a729a59de4b 20:40:10 Removing intermediate container 0a729a59de4b 20:40:10 ---> 713675e17ae7 20:40:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:40:10 ---> Running in 9c9fa503cdd1 20:40:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:40:11 Removing intermediate container 9c9fa503cdd1 20:40:11 ---> cd7be536840a 20:40:11 Step 21/23 : LABEL arch=arm64 20:40:11 ---> Running in 47105e0b27cf 20:40:12 Removing intermediate container 47105e0b27cf 20:40:12 ---> 1132b5808abe 20:40:12 Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:40:12 ---> Running in 7dc760f5e3f5 20:40:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:40:12 Removing intermediate container 7dc760f5e3f5 20:40:12 ---> 2ec19f6c7b87 20:40:12 Step 23/23 : LABEL version=0.0.0 20:40:12 ---> Running in 81faffb20a1c 20:40:13 Removing intermediate container 81faffb20a1c 20:40:13 ---> 8ae08f3c1d98 20:40:13 20:40:13 Successfully built 8ae08f3c1d98 20:40:13 Successfully tagged core-data-arm64:latest 20:40:13  Building core-data ... done Building security-proxy-setup 20:40:14 (1/3) Installing ca-certificates (20220614-r4) 20:40:14 (2/3) Installing dumb-init (1.2.5-r2) 20:40:14 (3/3) Installing su-exec (0.2-r2) 20:40:14 Executing busybox-1.35.0-r29.trigger 20:40:14 Executing ca-certificates-20220614-r4.trigger 20:40:15 OK: 8 MiB in 18 packages 20:40:17 Removing intermediate container 76157c3cf2da 20:40:17 ---> b888671708c7 20:40:17 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:40:17 ---> Running in ef06b63692b5 20:40:18 Removing intermediate container ef06b63692b5 20:40:18 ---> 15e7cb84622d 20:40:18 Step 12/25 : WORKDIR / 20:40:18 ---> Running in f0c1f42d3b87 20:40:18 Removing intermediate container f0c1f42d3b87 20:40:18 ---> 21c7f9daa653 20:40:18 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:20 ---> 8ae971004a8d 20:40:20 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:40:21 ---> c0a5f18b902d 20:40:21 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:40:21 ---> 615db04009c6 20:40:21 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:40:22 ---> 703d5c524c84 20:40:22 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:40:24 ---> 2531ec6cff68 20:40:24 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:40:26 ---> 4937404478b7 20:40:26 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:40:30 ---> 4276ca53192b 20:40:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:40:31 ---> e1f17e46222a 20:40:31 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:40:31 ---> Running in d7a9eb7eaa6c 20:40:34 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:40:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:40:34 ---> 2816fe3ce966 20:40:34 Step 3/22 : WORKDIR /edgex-go 20:40:34 ---> Using cache 20:40:34 ---> 2488f2579ecf 20:40:34 Step 4/22 : RUN apk add --update --no-cache make git 20:40:34 ---> Using cache 20:40:34 ---> d85ebff76dc6 20:40:34 Step 5/22 : COPY go.mod vendor* ./ 20:40:34 ---> Using cache 20:40:34 ---> c3a049b30fda 20:40:34 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:40:34 ---> Using cache 20:40:34 ---> aab5b01123fb 20:40:34 Step 7/22 : COPY . . 20:40:34 ---> Using cache 20:40:34 ---> a4cdb3d61c42 20:40:34 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:40:34 ---> Running in 043f1728f693 20:40:35 Removing intermediate container d7a9eb7eaa6c 20:40:35 ---> d6f4c09e8aa0 20:40:35 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:40:35 ---> Running in 67f4fa1ccae4 20:40:36 Removing intermediate container 67f4fa1ccae4 20:40:36 ---> b7c9f86aa3ee 20:40:36 Step 23/25 : LABEL arch=arm64 20:40:36 ---> Running in 32178b3031b7 20:40:36 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 20:40:36 Removing intermediate container 32178b3031b7 20:40:36 ---> 77648f4787c8 20:40:36 Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:40:37 ---> Running in 444b86e08a30 20:40:37 Removing intermediate container 444b86e08a30 20:40:37 ---> 3496ca405a45 20:40:37 Step 25/25 : LABEL version=0.0.0 20:40:37 ---> Running in e7a56e06119d 20:40:38 Removing intermediate container e7a56e06119d 20:40:38 ---> c1f97c9c7443 20:40:38 20:40:38 Successfully built c1f97c9c7443 20:40:38 Successfully tagged security-secretstore-setup-arm64:latest 20:42:30  Building security-secretstore-setup ... done Removing intermediate container 82ae2333a89e 20:42:30 ---> a1ed6211016a 20:42:30 20:42:30 Step 9/33 : FROM alpine:3.17 20:42:30 ---> 51e60588ff2c 20:42:30 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:42:30 ---> Running in c9de3598e45e 20:42:30 Removing intermediate container c9de3598e45e 20:42:30 ---> c261a745e1a8 20:42:30 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:42:30 ---> Running in 9c482d9f8428 20:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:42:30 (1/2) Installing dumb-init (1.2.5-r2) 20:42:30 (2/2) Installing su-exec (0.2-r2) 20:42:30 Executing busybox-1.35.0-r29.trigger 20:42:30 OK: 8 MiB in 17 packages 20:42:31 Removing intermediate container 9c482d9f8428 20:42:31 ---> 1a45c7a14107 20:42:31 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:42:31 ---> Running in 56667038f709 20:42:32 Removing intermediate container 56667038f709 20:42:32 ---> 360b0bee823b 20:42:32 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:42:32 ---> Running in 2c5894397c8e 20:42:33 Removing intermediate container 2c5894397c8e 20:42:33 ---> 73b7b859b7df 20:42:33 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:42:33 ---> Running in 78f32af2e947 20:42:33 Removing intermediate container 78f32af2e947 20:42:33 ---> cd918a11b6ac 20:42:33 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:42:33 ---> Running in 65ee6dcf68ea 20:42:34 Removing intermediate container 65ee6dcf68ea 20:42:34 ---> 6591fbc445c9 20:42:34 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:42:34 ---> Running in c962b1a0ffb3 20:42:37 Removing intermediate container c962b1a0ffb3 20:42:37 ---> 5243d0ac45f9 20:42:37 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:42:37 ---> Running in f6d5ab6ac32e 20:42:38 Removing intermediate container f6d5ab6ac32e 20:42:38 ---> 246ad5b0e708 20:42:38 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:42:39 ---> 0e8424c701a1 20:42:39 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:42:39 ---> Running in 8e3fd30dc999 20:42:43 Removing intermediate container 8e3fd30dc999 20:42:43 ---> a0a564e0922d 20:42:43 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:44 ---> 2026bb2780cf 20:42:44 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:42:45 ---> 17f954c2f474 20:42:45 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:42:46 ---> d6dd8501e858 20:42:46 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:42:47 ---> 6a8abed3e045 20:42:47 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:42:48 ---> 87baa9b5d2c3 20:42:48 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:42:49 ---> 7e94833096ce 20:42:49 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:42:50 ---> 51f9df1737f2 20:42:50 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:42:51 ---> 518e539fe87a 20:42:51 Step 28/33 : RUN chmod +x /entrypoint.sh 20:42:51 ---> Running in 28a9cb0a4d48 20:42:56 Removing intermediate container 28a9cb0a4d48 20:42:56 ---> 60da66aded84 20:42:56 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:42:56 ---> Running in d0478312d54f 20:42:56 Removing intermediate container d0478312d54f 20:42:56 ---> 4f8ea4cb5da9 20:42:56 Step 30/33 : CMD ["gate"] 20:42:56 ---> Running in d5ddd285c269 20:42:57 Removing intermediate container d5ddd285c269 20:42:57 ---> f68d6ed13f87 20:42:57 Step 31/33 : LABEL arch=arm64 20:42:58 ---> Running in 5f284cd942dd 20:42:59 Removing intermediate container 5f284cd942dd 20:42:59 ---> 88e5b4d0ad27 20:42:59 Step 32/33 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:42:59 ---> Running in 816cb1417b9d 20:43:00 Removing intermediate container 816cb1417b9d 20:43:00 ---> 1cc8ba7f10a7 20:43:00 Step 33/33 : LABEL version=0.0.0 20:43:00 ---> Running in 81d90c7306c1 20:43:01 Removing intermediate container 81d90c7306c1 20:43:01 ---> 4b826ab88494 20:43:01 20:43:02 Successfully built 4b826ab88494 20:43:02 Successfully tagged security-bootstrapper-arm64:latest 20:43:08  Building security-bootstrapper ... done Removing intermediate container 62387b379c29 20:43:08 ---> 98c5d7b2a01a 20:43:08 20:43:08 Step 10/25 : FROM alpine:3.17 20:43:08 ---> 51e60588ff2c 20:43:08 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:43:08 ---> Using cache 20:43:08 ---> f209a9d76b16 20:43:08 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:43:08 ---> Using cache 20:43:08 ---> 3424db7c2dcb 20:43:08 Step 13/25 : ENV APP_PORT=59881 20:43:08 ---> Running in 06481620711c 20:43:09 Removing intermediate container 06481620711c 20:43:09 ---> dbd5220d9ebf 20:43:09 Step 14/25 : EXPOSE $APP_PORT 20:43:09 ---> Running in 731440a06129 20:43:09 Removing intermediate container 731440a06129 20:43:09 ---> 234bc61ecdca 20:43:09 Step 15/25 : WORKDIR / 20:43:10 ---> Running in 4698b996fcd0 20:43:10 Removing intermediate container 4698b996fcd0 20:43:10 ---> cca374a7e72e 20:43:10 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:43:11 ---> d0218c538013 20:43:11 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:43:12 ---> 1dee4f47e3c5 20:43:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:43:14 ---> 6a4f680076c0 20:43:14 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:43:15 ---> 4fac1120678b 20:43:15 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:43:16 ---> e069889d494a 20:43:16 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:43:16 ---> Running in f2f3660ee967 20:43:17 Removing intermediate container f2f3660ee967 20:43:17 ---> 4da1cefb1e95 20:43:17 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:43:17 ---> Running in a7eb08186eda 20:43:18 Removing intermediate container a7eb08186eda 20:43:18 ---> 606c11f0f2d4 20:43:18 Step 23/25 : LABEL arch=arm64 20:43:18 ---> Running in 1acc3bad365e 20:43:18 Removing intermediate container 1acc3bad365e 20:43:18 ---> 00823aa84489 20:43:18 Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:43:18 ---> Running in a3e924095022 20:43:19 Removing intermediate container a3e924095022 20:43:19 ---> 715ee5720a7c 20:43:19 Step 25/25 : LABEL version=0.0.0 20:43:19 ---> Running in 9d75c7001d10 20:43:20 Removing intermediate container 9d75c7001d10 20:43:20 ---> 61d44cf75bda 20:43:20 20:43:20 Successfully built 61d44cf75bda 20:43:20 Successfully tagged core-metadata-arm64:latest 20:44:57  Building core-metadata ... done Removing intermediate container 70fb3e3ff752 20:44:57 ---> 4718931dbb9b 20:44:57 20:44:57 Step 9/20 : FROM alpine:3.17 20:44:57 ---> 51e60588ff2c 20:44:57 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:44:57 ---> Using cache 20:44:57 ---> c261a745e1a8 20:44:57 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:44:57 ---> Running in 73df327deeed 20:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:44:57 Removing intermediate container 043f1728f693 20:44:57 ---> 4e0828c9cf12 20:44:57 20:44:57 Step 9/22 : FROM alpine:3.17 20:44:57 ---> 51e60588ff2c 20:44:57 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:44:57 v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:44:57 v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:44:57 OK: 17691 distinct packages available 20:44:57 ---> Running in 2362a9dc9069 20:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:44:57 (1/9) Installing ca-certificates (20220614-r4) 20:44:57 (2/9) Installing brotli-libs (1.0.9-r9) 20:44:57 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:44:57 (4/9) Installing libcurl (8.0.1-r0) 20:44:57 (5/9) Installing curl (8.0.1-r0) 20:44:57 (6/9) Installing dumb-init (1.2.5-r2) 20:44:57 (7/9) Installing musl-obstack (1.2.3-r0) 20:44:57 (8/9) Installing libucontext (1.2-r0) 20:44:57 (9/9) Installing gcompat (1.1.0-r0) 20:44:57 Executing busybox-1.35.0-r29.trigger 20:44:57 Executing ca-certificates-20220614-r4.trigger 20:44:57 OK: 11 MiB in 24 packages 20:44:57 (1/2) Installing dumb-init (1.2.5-r2) 20:44:57 (2/2) Installing openssl (3.0.8-r4) 20:44:57 Executing busybox-1.35.0-r29.trigger 20:44:57 OK: 8 MiB in 17 packages 20:44:57 Removing intermediate container 2362a9dc9069 20:44:57 ---> 82fa34596741 20:44:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:44:57 ---> Running in 8b83e7d5907c 20:44:57 Removing intermediate container 73df327deeed 20:44:57 ---> 37359b37e598 20:44:57 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:44:57 Removing intermediate container 8b83e7d5907c 20:44:57 ---> e2c5ea3eafc9 20:44:57 Step 12/22 : WORKDIR /edgex 20:44:57 ---> Running in 7847d0d41b76 20:44:57 ---> 77a022f3d3cd 20:44:57 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:44:57 Removing intermediate container 7847d0d41b76 20:44:57 ---> 7b8d99403eab 20:44:57 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:44:57 ---> 87085f84ce0d 20:44:57 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:44:57 ---> d475ccbe955b 20:44:57 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:44:57 ---> f3986eff3c33 20:44:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:44:57 ---> 0caaa5a11e86 20:44:57 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:44:57 ---> 95c4f95f3260 20:44:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:44:57 ---> 99f42520e573 20:44:57 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:44:57 ---> Running in 2024269912c4 20:44:57 ---> 2d1a6f80ba09 20:44:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:44:57 Removing intermediate container 2024269912c4 20:44:57 ---> 20417654a405 20:44:57 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 20:44:57 ---> Running in d04ebcf0a6e5 20:44:57 Removing intermediate container d04ebcf0a6e5 20:44:57 ---> 727d63e1a63d 20:44:57 Step 18/20 : LABEL arch=arm64 20:44:58 ---> 4acbb7174b89 20:44:58 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:44:58 ---> Running in bc13f1dad899 20:44:58 ---> Running in 9e57b1924d39 20:44:58 Removing intermediate container bc13f1dad899 20:44:58 ---> 0811e282b5a9 20:44:58 Step 19/20 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:44:58 ---> Running in c83c8605799a 20:44:58 Removing intermediate container c83c8605799a 20:44:58 ---> a82d37316de6 20:44:58 Step 20/20 : LABEL version=0.0.0 20:44:58 ---> Running in f4957b66ecf9 20:44:59 Removing intermediate container f4957b66ecf9 20:44:59 ---> 4aa707683c4b 20:44:59 20:44:59 Successfully built 4aa707683c4b 20:44:59 Successfully tagged security-spiffe-token-provider-arm64:latest 20:45:00  Building security-spiffe-token-provider ... done Removing intermediate container 9e57b1924d39 20:45:00 ---> b990fe5cfeeb 20:45:00 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:45:00 ---> Running in 390f6c0d829f 20:45:00 Removing intermediate container 390f6c0d829f 20:45:00 ---> 36742587ae54 20:45:00 Step 20/22 : LABEL arch=arm64 20:45:00 ---> Running in d4e0282a048c 20:45:00 Removing intermediate container d4e0282a048c 20:45:00 ---> 63847448191d 20:45:00 Step 21/22 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a 20:45:01 ---> Running in f18609ea5057 20:45:01 Removing intermediate container f18609ea5057 20:45:01 ---> be7edc71efed 20:45:01 Step 22/22 : LABEL version=0.0.0 20:45:01 ---> Running in 9878597fd485 20:45:01 Removing intermediate container 9878597fd485 20:45:01 ---> 4b24b4527884 20:45:01 20:45:01 Successfully built 4b24b4527884 20:45:01 Successfully tagged security-proxy-setup-arm64:latest 20:45:02  Building security-proxy-setup ... done  [Pipeline] } 20:45:02 $ docker stop --time=1 e387070dc14447b6498b812653b3b0ad1c1af312b62063ff08a154f9af5be29e 20:45:04 $ docker rm -f --volumes e387070dc14447b6498b812653b3b0ad1c1af312b62063ff08a154f9af5be29e [Pipeline] // withDockerContainer [Pipeline] sh 20:45:04 + docker images 20:45:04 REPOSITORY TAG IMAGE ID CREATED SIZE 20:45:04 security-proxy-setup-arm64 latest 4b24b4527884 3 seconds ago 18.7MB 20:45:04 security-spiffe-token-provider-arm64 latest 4aa707683c4b 5 seconds ago 32.7MB 20:45:04 4e0828c9cf12 18 seconds ago 1.51GB 20:45:04 4718931dbb9b 22 seconds ago 1.57GB 20:45:04 core-metadata-arm64 latest 61d44cf75bda About a minute ago 20.2MB 20:45:04 98c5d7b2a01a About a minute ago 1.53GB 20:45:04 security-bootstrapper-arm64 latest 4b826ab88494 2 minutes ago 21.9MB 20:45:04 a1ed6211016a 2 minutes ago 1.51GB 20:45:04 security-secretstore-setup-arm64 latest c1f97c9c7443 4 minutes ago 32.2MB 20:45:04 core-data-arm64 latest 8ae08f3c1d98 4 minutes ago 19.9MB 20:45:04 0287769c78ec 4 minutes ago 1.52GB 20:45:04 65a286f512c0 5 minutes ago 1.53GB 20:45:04 core-common-config-bootstrapper-arm64 latest 69b3d413d40e 9 minutes ago 17.2MB 20:45:04 896d50c1a55e 10 minutes ago 1.52GB 20:45:04 support-notifications-arm64 latest cb26a10af932 10 minutes ago 31.9MB 20:45:04 support-scheduler-arm64 latest ad4988f1ad4d 10 minutes ago 31.2MB 20:45:04 6df8eb97b34e 10 minutes ago 1.59GB 20:45:04 57d8d654f016 10 minutes ago 1.59GB 20:45:04 core-command-arm64 latest 1d88649ce72b 13 minutes ago 19.7MB 20:45:04 41b94d1f3dcd 14 minutes ago 1.53GB 20:45:04 security-proxy-auth-arm64 latest da3359333853 14 minutes ago 18.1MB 20:45:04 61d118fc209a 15 minutes ago 1.51GB 20:45:04 security-spire-server-arm64 latest 5c30d6f89636 20 minutes ago 97MB 20:45:04 79dccc20ae42 20 minutes ago 1.39GB 20:45:04 security-spire-config-arm64 latest cf08109fe478 21 minutes ago 96.1MB 20:45:04 security-spire-agent-arm64 latest 410c68f2fc75 21 minutes ago 153MB 20:45:04 ea220a23a091 22 minutes ago 1.39GB 20:45:04 ci-base-image-arm64 latest 2816fe3ce966 39 minutes ago 899MB 20:45:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 8 days ago 681MB 20:45:04 alpine 3.17 51e60588ff2c 4 weeks ago 7.46MB 20:45:04 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 20:45:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:45:05 20:45:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:45:06 arm64: Pulling from edgex-lftools-log-publisher 20:45:06 8998bd30e6a1: Pulling fs layer 20:45:06 04944245beec: Pulling fs layer 20:45:06 699f458cf7ca: Pulling fs layer 20:45:06 765212b225bb: Pulling fs layer 20:45:06 f23df028b6ca: Pulling fs layer 20:45:06 d65c8cfc05b1: Pulling fs layer 20:45:06 2437ff75d9bd: Pulling fs layer 20:45:06 765212b225bb: Waiting 20:45:06 f23df028b6ca: Waiting 20:45:06 d65c8cfc05b1: Waiting 20:45:06 2437ff75d9bd: Waiting 20:45:06 04944245beec: Verifying Checksum 20:45:06 04944245beec: Download complete 20:45:06 765212b225bb: Verifying Checksum 20:45:06 765212b225bb: Download complete 20:45:06 f23df028b6ca: Verifying Checksum 20:45:06 f23df028b6ca: Download complete 20:45:06 d65c8cfc05b1: Verifying Checksum 20:45:06 d65c8cfc05b1: Download complete 20:45:06 699f458cf7ca: Download complete 20:45:06 8998bd30e6a1: Verifying Checksum 20:45:06 8998bd30e6a1: Download complete 20:45:09 2437ff75d9bd: Verifying Checksum 20:45:09 2437ff75d9bd: Download complete 20:45:11 8998bd30e6a1: Pull complete 20:45:11 04944245beec: Pull complete 20:45:13 699f458cf7ca: Pull complete 20:45:13 765212b225bb: Pull complete 20:45:14 f23df028b6ca: Pull complete 20:45:14 d65c8cfc05b1: Pull complete 20:45:29 2437ff75d9bd: Pull complete 20:45:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:45:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:29 prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container 20:45:29 $ 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 20:45:32 $ docker top e28a3ec786f57fd5feddf52a2d93dd6bbaa1279921b96a1ca146d75c8e7d9e2d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:33 ---> job-cost.sh 20:45:33 lf-activate-venv: SKIPPING 20:45:33 INFO: No Stack... 20:45:34 INFO: Retrieving Pricing Info for: v3-standard-4 20:45:34 INFO: Archiving Costs [Pipeline] sh 20:45:35 + cut -d, -f6 20:45:35 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 20:45:35 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] 20:45:35 Resource [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] did not exist. Created. 20:45:35 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:45:36 + echo total: 0.10999999940395355 [Pipeline] stash 20:45:36 Stashed 1 file(s) [Pipeline] } 20:45:36 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:45:36 $ docker stop --time=1 e28a3ec786f57fd5feddf52a2d93dd6bbaa1279921b96a1ca146d75c8e7d9e2d 20:45:38 $ docker rm -f --volumes e28a3ec786f57fd5feddf52a2d93dd6bbaa1279921b96a1ca146d75c8e7d9e2d [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 20:45:39 provisioning config files... 20:45:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6891130282925972583tmp [Pipeline] { [Pipeline] sh 20:45:39 + set +x 20:45:39 + curl -s https://codecov.io/bash 20:45:39 + bash -s -- 20:45:39 20:45:39 _____ _ 20:45:39 / ____| | | 20:45:39 | | ___ __| | ___ ___ _____ __ 20:45:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:45:39 | |___| (_) | (_| | __/ (_| (_) \ V / 20:45:39 \_____\___/ \__,_|\___|\___\___/ \_/ 20:45:39 Bash-1.0.6 20:45:39 20:45:39 20:45:39 ==> git version 2.25.1 found 20:45:39 ==> 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 20:45:39 Release-Date: 2020-01-08 20:45:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:45:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:45:39 ==> Jenkins CI detected. 20:45:39 current dir:  /w/workspace/edgex-go/1 20:45:39 project root: . 20:45:39 --> token set from env 20:45:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:45:39 ==> Running gcov in . (disable via -X gcov) 20:45:39 ==> Python coveragepy not found 20:45:39 ==> Searching for coverage reports in: 20:45:39 + . 20:45:39 -> Found 1 reports 20:45:39 ==> Detecting git/mercurial file structure 20:45:39 ==> Reading reports 20:45:39 + ./coverage.out bytes=448352 20:45:39 ==> Appending adjustments 20:45:39 https://docs.codecov.io/docs/fixing-reports 20:45:40 + Found adjustments 20:45:40 ==> Gzipping contents 20:45:40 60K /tmp/codecov.CScKWv.gz 20:45:40 ==> Uploading reports 20:45:40 url: https://codecov.io 20:45:40 query: branch=PR-4546&commit=1af0f8c81b0acb79030db965a9fec96e4161de5a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4546%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4546&job=&cmd_args= 20:45:40 -> Pinging Codecov 20:45:40 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4546&commit=1af0f8c81b0acb79030db965a9fec96e4161de5a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4546%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4546&job=&cmd_args= 20:45:41 -> Uploading to 20:45:41 https://storage.googleapis.com/codecov/v4/raw/2023-05-02/00271124DB129430A58F1EEE437C3FCB/1af0f8c81b0acb79030db965a9fec96e4161de5a/4f4063fa-1cf7-4023-9748-3c181117ed49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230502T204540Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=679e69369d6df65a792b14875f3144227786a151a25b7f425a395d53b2b04099 20:45:41 % Total % Received % Xferd Average Speed Time Time Time Current 20:45:41 Dload Upload Total Spent Left Speed 20:45:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57541 0 0 100 57541 0 182k --:--:-- --:--:-- --:--:-- 182k 20:45:41 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] } 20:45:41 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 20:45:42 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:45:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:45:44 ---> package-listing.sh 20:45:44 ++ facter osfamily 20:45:44 ++ tr '[:upper:]' '[:lower:]' 20:45:44 + OS_FAMILY=debian 20:45:44 + workspace=/w/workspace/edgex-go/1 20:45:44 + START_PACKAGES=/tmp/packages_start.txt 20:45:44 + END_PACKAGES=/tmp/packages_end.txt 20:45:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:45:44 + PACKAGES=/tmp/packages_start.txt 20:45:44 + '[' /w/workspace/edgex-go/1 ']' 20:45:44 + PACKAGES=/tmp/packages_end.txt 20:45:44 + case "${OS_FAMILY}" in 20:45:44 + dpkg -l 20:45:44 + grep '^ii' 20:45:44 + '[' -f /tmp/packages_start.txt ']' 20:45:44 + '[' -f /tmp/packages_end.txt ']' 20:45:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:45:44 + '[' /w/workspace/edgex-go/1 ']' 20:45:44 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:45:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:45:44 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 20:45:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:45 20:45:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:45 latest: Pulling from edgex-lftools-log-publisher 20:45:45 5eb5b503b376: Pulling fs layer 20:45:45 5c69ac0246d0: Pulling fs layer 20:45:45 ec43610c2a17: Pulling fs layer 20:45:45 3a2ae6a8a46f: Pulling fs layer 20:45:45 33b1e0a273af: Pulling fs layer 20:45:45 5d3b04190fa2: Pulling fs layer 20:45:45 2f39f015ded8: Pulling fs layer 20:45:45 5d3b04190fa2: Waiting 20:45:45 33b1e0a273af: Waiting 20:45:45 3a2ae6a8a46f: Waiting 20:45:45 2f39f015ded8: Waiting 20:45:45 5c69ac0246d0: Verifying Checksum 20:45:45 5c69ac0246d0: Download complete 20:45:45 3a2ae6a8a46f: Download complete 20:45:45 33b1e0a273af: Verifying Checksum 20:45:45 33b1e0a273af: Download complete 20:45:45 ec43610c2a17: Verifying Checksum 20:45:45 ec43610c2a17: Download complete 20:45:45 5d3b04190fa2: Verifying Checksum 20:45:45 5d3b04190fa2: Download complete 20:45:46 5eb5b503b376: Download complete 20:45:46 2f39f015ded8: Verifying Checksum 20:45:46 2f39f015ded8: Download complete 20:45:47 5eb5b503b376: Pull complete 20:45:47 5c69ac0246d0: Pull complete 20:45:48 ec43610c2a17: Pull complete 20:45:48 3a2ae6a8a46f: Pull complete 20:45:48 33b1e0a273af: Pull complete 20:45:48 5d3b04190fa2: Pull complete 20:45:53 2f39f015ded8: Pull complete 20:45:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:45:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:53 prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container 20:45:53 $ 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 20:46:06 $ docker top 9bee5b76df8008bc82e1da22ab3925d6c3876c2f3da91da7a4c3c5c22f79e20c -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:06 + touch /tmp/pre-build-complete [Pipeline] sh 20:46:07 + mkdir -p /var/log/sysstat [Pipeline] sh 20:46:07 + ls /var/log/sa-host 20:46:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:46:07 provisioning config files... 20:46:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14513621156389561940tmp [Pipeline] { [Pipeline] echo 20:46:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:46:08 ---> create-netrc.sh [Pipeline] } 20:46:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:46:08 ---> python-tools-install.sh [Pipeline] echo 20:46:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:46:08 ---> sudo-logs.sh 20:46:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:46:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:46:09 ---> job-cost.sh 20:46:09 lf-activate-venv: SKIPPING 20:46:09 DEBUG: total: 0.10999999940395355 20:46:09 INFO: Retrieving Stack Cost... 20:46:09 INFO: Retrieving Pricing Info for: v3-standard-8 20:46:10 INFO: Archiving Costs [Pipeline] echo 20:46:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:46:10 ---> logs-deploy.sh 20:46:10 lf-activate-venv: SKIPPING 20:46:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4546/1 20:46:10 INFO: archiving workspace using pattern(s): 20:46:11 Archives upload complete. 20:46:11 INFO: archiving logs to Nexus