Pull request #4523 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2df8ef650b42ae2971b5df67d718bf0a57596ecd+6ed5f643afd548d7d3f8a26d03abe2373781a040 (7556c736202ca32a8a84751b1ab93e53379ff706) 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-ssh5638030152342392674.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-ssh8861361059722294455.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-4523/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-4523/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4857838258882015856.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-4523/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14695679142406679279.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-ssh11102504826428447989.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-4523/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-4523/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8282702455518653362.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 Running on prd-ubuntu20.04-docker-8c-8g-9314 in /w/workspace/edgexfoundry_edgex-go_PR-4523 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4523/head:refs/remotes/origin/PR-4523 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6ed5f643afd548d7d3f8a26d03abe2373781a040 into PR head commit 2df8ef650b42ae2971b5df67d718bf0a57596ecd Merge succeeded, producing 2df8ef650b42ae2971b5df67d718bf0a57596ecd Checking out Revision 2df8ef650b42ae2971b5df67d718bf0a57596ecd (PR-4523) 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 19:57:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:57:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:57:34 ========================================================= 19:57:34 EdgeX Global Pipelines Version Info 19:57:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 2df8ef650b42ae2971b5df67d718bf0a57596ecd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6ed5f643afd548d7d3f8a26d03abe2373781a040 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2df8ef650b42ae2971b5df67d718bf0a57596ecd # timeout=10 19:57:34 ------------------- 19:57:34 stable info: 19:57:34 ------------------- 19:57:34 Commited By: Bill Mahoney bill.mahoney@intel.com 19:57:34 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:57:34 Message: update stable to v1.0.248 19:57:35 ------------------- 19:57:35 experimental info: 19:57:35 ------------------- 19:57:35 Commited By: **** collab-it+edgex@linuxfoundation.org 19:57:35 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:57:35 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:57:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4523 [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4523 [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4523 [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2df8ef6 [Pipeline] echo 19:57:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:57:36 provisioning config files... 19:57:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2310067652765190954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:57:37 ---> docker-login.sh 19:57:37 nexus3.edgexfoundry.org:10001 19:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:57:37 Configure a credential helper to remove this warning. See 19:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:57:37 19:57:37 Login Succeeded 19:57:37 nexus3.edgexfoundry.org:10002 19:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:57:37 Configure a credential helper to remove this warning. See 19:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:57:37 19:57:37 Login Succeeded 19:57:37 nexus3.edgexfoundry.org:10003 19:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:57:37 Configure a credential helper to remove this warning. See 19:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:57:37 19:57:37 Login Succeeded 19:57:37 nexus3.edgexfoundry.org:10004 19:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:57:38 Configure a credential helper to remove this warning. See 19:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:57:38 19:57:38 Login Succeeded 19:57:38 docker.io 19:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:57:38 Configure a credential helper to remove this warning. See 19:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:57:38 19:57:38 Login Succeeded 19:57:38 ---> docker-login.sh ends [Pipeline] } 19:57:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:57:38 + 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 19:57:38 + + dirname cmd/core-command/Dockerfilecut 19:57:38 -d/ -f2 19:57:38 + echo core-command,cmd/core-command/Dockerfile 19:57:38 + + dirnamecut cmd/core-common-config-bootstrapper/Dockerfile -d/ 19:57:38 -f2 19:57:38 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:57:38 + dirname cmd/core-data/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo core-data,cmd/core-data/Dockerfile 19:57:38 + dirname cmd/core-metadata/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo core-metadata,cmd/core-metadata/Dockerfile 19:57:38 + dirname cmd/security-bootstrapper/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:57:38 + dirname cmd/security-proxy-auth/Dockerfile+ 19:57:38 cut -d/ -f2 19:57:38 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:57:38 + dirname cmd/security-proxy-setup/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:57:38 + dirname cmd/security-secretstore-setup/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:57:38 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:57:38 + dirname cmd/security-spire-agent/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:57:38 + dirname cmd/security-spire-config/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:57:38 + dirname+ cmd/security-spire-server/Dockerfile 19:57:38 cut -d/ -f2 19:57:38 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:57:38 + dirname cmd/support-notifications/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo support-notifications,cmd/support-notifications/Dockerfile 19:57:38 + dirname cmd/support-scheduler/Dockerfile 19:57:38 + cut -d/ -f2 19:57:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:57:38 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 19:57:39 + git rev-list -1 --merges 2df8ef650b42ae2971b5df67d718bf0a57596ecd~1..2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] echo 19:57:39 -----------> git rev-list -1 --merges 2df8ef650b42ae2971b5df67d718bf0a57596ecd~1..2df8ef650b42ae2971b5df67d718bf0a57596ecd 2df8ef650b42ae2971b5df67d718bf0a57596ecd [false] [Pipeline] sh 19:57:39 + git log --format=format:%s -1 2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] echo 19:57:39 ========================================================= 19:57:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:57:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:57:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:57:40 + grep -v github /etc/ssh/ssh_known_hosts 19:57:40 + [ -e /tmp/ssh_known_hosts ] 19:57:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:57:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:57:40 + sudo tee -a /etc/ssh/ssh_known_hosts 19:57:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:57:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:57:40 19:57:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:57:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:57:41 0.1.4: Pulling from edgex-devops/py-git-semver 19:57:41 b85a868b505f: Pulling fs layer 19:57:41 e2be974225ed: Pulling fs layer 19:57:41 339a4e72a1f5: Pulling fs layer 19:57:41 988bab9f4d93: Pulling fs layer 19:57:41 1469e6f7b9e6: Pulling fs layer 19:57:41 eaf3925da568: Pulling fs layer 19:57:41 bab4dde63d76: Pulling fs layer 19:57:41 bde34c3a00c8: Pulling fs layer 19:57:41 b352a97aabf1: Pulling fs layer 19:57:41 4872d77fe225: Pulling fs layer 19:57:41 1469e6f7b9e6: Waiting 19:57:41 5851b861e8e6: Pulling fs layer 19:57:41 4872d77fe225: Waiting 19:57:41 eaf3925da568: Waiting 19:57:41 bde34c3a00c8: Waiting 19:57:41 bab4dde63d76: Waiting 19:57:41 b352a97aabf1: Waiting 19:57:41 e2be974225ed: Verifying Checksum 19:57:41 e2be974225ed: Download complete 19:57:41 988bab9f4d93: Verifying Checksum 19:57:41 988bab9f4d93: Download complete 19:57:41 339a4e72a1f5: Verifying Checksum 19:57:41 339a4e72a1f5: Download complete 19:57:41 1469e6f7b9e6: Verifying Checksum 19:57:41 1469e6f7b9e6: Download complete 19:57:41 eaf3925da568: Download complete 19:57:41 bde34c3a00c8: Verifying Checksum 19:57:41 bde34c3a00c8: Download complete 19:57:41 b352a97aabf1: Download complete 19:57:41 4872d77fe225: Verifying Checksum 19:57:41 4872d77fe225: Download complete 19:57:41 5851b861e8e6: Download complete 19:57:41 b85a868b505f: Verifying Checksum 19:57:41 b85a868b505f: Download complete 19:57:41 bab4dde63d76: Verifying Checksum 19:57:41 bab4dde63d76: Download complete 19:57:42 b85a868b505f: Pull complete 19:57:42 e2be974225ed: Pull complete 19:57:43 339a4e72a1f5: Pull complete 19:57:43 988bab9f4d93: Pull complete 19:57:43 1469e6f7b9e6: Pull complete 19:57:43 eaf3925da568: Pull complete 19:57:44 bab4dde63d76: Pull complete 19:57:45 bde34c3a00c8: Pull complete 19:57:45 b352a97aabf1: Pull complete 19:57:45 4872d77fe225: Pull complete 19:57:45 5851b861e8e6: Pull complete 19:57:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:57:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:57:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:57:45 prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container 19:57:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:57:47 $ docker top 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:57:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:57:47 [ssh-agent] Looking for ssh-agent implementation... 19:57:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:57:47 $ docker exec 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent 19:57:48 SSH_AUTH_SOCK=/tmp/ssh-el3SK2iWYQLM/agent.31 19:57:48 SSH_AGENT_PID=37 19:57:48 Running ssh-add (command line suppressed) 19:57:48 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3536611103198139871.key (/w/workspace/edgex-go/1@tmp/private_key_3536611103198139871.key) 19:57:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:57:48 + git tag --points-at HEAD [Pipeline] } 19:57:48 $ docker exec --env ******** --env ******** 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent -k 19:57:48 unset SSH_AUTH_SOCK; 19:57:48 unset SSH_AGENT_PID; 19:57:48 echo Agent pid 37 killed; 19:57:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:57:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:57:48 [ssh-agent] Looking for ssh-agent implementation... 19:57:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:57:48 $ docker exec 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent 19:57:48 SSH_AUTH_SOCK=/tmp/ssh-NDqxxpoJvFkA/agent.69 19:57:48 SSH_AGENT_PID=75 19:57:48 Running ssh-add (command line suppressed) 19:57:49 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10332355212885018259.key (/w/workspace/edgex-go/1@tmp/private_key_10332355212885018259.key) 19:57:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:57:49 + git semver init 19:57:49 2023-04-21 19:57:49,606 [run_init] DEBUG init version:0.0.0 force:False 19:57:49 2023-04-21 19:57:49,607 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:57:49 2023-04-21 19:57:49,607 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:57:49 2023-04-21 19:57:49,607 [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) 19:57:55 2023-04-21 19:57:54,030 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:57:55 2023-04-21 19:57:54,031 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4523 with force:False 19:57:55 2023-04-21 19:57:54,031 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4523 19:57:55 2023-04-21 19:57:54,035 [execute] INFO git cat-file --batch-check 19:57:55 2023-04-21 19:57:54,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:57:55 2023-04-21 19:57:54,042 [execute] INFO git cat-file --batch 19:57:55 2023-04-21 19:57:54,042 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:57:55 2023-04-21 19:57:54,047 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4523 19:57:55 0.0.0 [Pipeline] } 19:57:55 $ docker exec --env ******** --env ******** 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent -k 19:57:55 unset SSH_AUTH_SOCK; 19:57:55 unset SSH_AGENT_PID; 19:57:55 echo Agent pid 75 killed; 19:57:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:57:55 + git semver [Pipeline] } 19:57:55 $ docker stop --time=1 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 19:57:57 $ docker rm -f --volumes 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 [Pipeline] // withDockerContainer [Pipeline] sh 19:57:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:57:57 Stashed 1 file(s) [Pipeline] echo 19:57:57 [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 19:57:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:57:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:57:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:57:58 ========================================================= 19:57:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:57:58 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:57:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:57:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:57:59 63b65145d645: Pulling fs layer 19:57:59 a2d21d5440eb: Pulling fs layer 19:57:59 935e6c44a52c: Pulling fs layer 19:57:59 94cc34f8dd06: Pulling fs layer 19:57:59 30dea6a524f1: Pulling fs layer 19:57:59 a2aff8979fd8: Pulling fs layer 19:57:59 6808be2612f2: Pulling fs layer 19:57:59 f25807f1079a: Pulling fs layer 19:57:59 94cc34f8dd06: Waiting 19:57:59 30dea6a524f1: Waiting 19:57:59 a2aff8979fd8: Waiting 19:57:59 6808be2612f2: Waiting 19:57:59 f25807f1079a: Waiting 19:57:59 a2d21d5440eb: Verifying Checksum 19:57:59 a2d21d5440eb: Download complete 19:57:59 94cc34f8dd06: Verifying Checksum 19:57:59 94cc34f8dd06: Download complete 19:57:59 30dea6a524f1: Verifying Checksum 19:57:59 30dea6a524f1: Download complete 19:57:59 63b65145d645: Verifying Checksum 19:57:59 63b65145d645: Download complete 19:57:59 a2aff8979fd8: Verifying Checksum 19:57:59 a2aff8979fd8: Download complete 19:57:59 63b65145d645: Pull complete 19:57:59 a2d21d5440eb: Pull complete 19:57:59 f25807f1079a: Verifying Checksum 19:57:59 f25807f1079a: Download complete 19:57:59 935e6c44a52c: Download complete 19:58:00 6808be2612f2: Verifying Checksum 19:58:00 6808be2612f2: Download complete 19:58:03 935e6c44a52c: Pull complete 19:58:03 94cc34f8dd06: Pull complete 19:58:03 30dea6a524f1: Pull complete 19:58:03 a2aff8979fd8: Pull complete 19:58:05 6808be2612f2: Pull complete 19:58:06 f25807f1079a: Pull complete 19:58:06 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 19:58:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:58:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:06 WORKDIR /edgex 19:58:06 COPY go.mod . 19:58:06 RUN go mod download 19:58:06 + docker build -t ci-base-image-x86_64 -f - . 19:58:07 Sending build context to Docker daemon 170.6MB 19:58:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:07 ---> 3b553350e43f 19:58:07 Step 2/4 : WORKDIR /edgex 19:58:10 ---> Running in a5bb34034f47 19:58:10 Removing intermediate container a5bb34034f47 19:58:10 ---> 50b32d2f5aac 19:58:10 Step 3/4 : COPY go.mod . 19:58:10 ---> 62fd18d53b5c 19:58:10 Step 4/4 : RUN go mod download 19:58:10 ---> Running in 6ad87766fec3 19:58:13 Still waiting to schedule task 19:58:13 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:58:25 Removing intermediate container 6ad87766fec3 19:58:25 ---> 4bb7de3172d1 19:58:25 Successfully built 4bb7de3172d1 19:58:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:26 + docker inspect -f . ci-base-image-x86_64 19:58:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:58:26 prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container 19:58:26 $ 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 ******** ci-base-image-x86_64 cat 19:58:26 $ docker top f364f0d8f002b43bd9ec2071c061c4f342bb3b8883d1c18c704ac927c73d52f0 -eo pid,comm [Pipeline] { [Pipeline] sh 19:58:27 + go version 19:58:27 go version go1.20.2 linux/amd64 [Pipeline] } 19:58:27 $ docker stop --time=1 f364f0d8f002b43bd9ec2071c061c4f342bb3b8883d1c18c704ac927c73d52f0 19:58:28 $ docker rm -f --volumes f364f0d8f002b43bd9ec2071c061c4f342bb3b8883d1c18c704ac927c73d52f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:29 + docker inspect -f . ci-base-image-x86_64 19:58:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:58:29 prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container 19:58:29 $ 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 ******** ci-base-image-x86_64 cat 19:58:29 $ docker top 8d624773785f7e008425dd5a00b06de5969079a4d47b24036bb842d7f6cd76a1 -eo pid,comm [Pipeline] { [Pipeline] echo 19:58:29 ========================================================= 19:58:29 [edgeXBuildGoParallel] Running Tests and Build... 19:58:29 ========================================================= [Pipeline] sh 19:58:30 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:58:30 + make test 19:58:30 go test -race -coverprofile=coverage.out ./... 19:58:36 ? github.com/edgexfoundry/edgex-go [no test files] 19:58:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:58:49 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:58:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:58:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:58:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:58:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:58:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:58:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:58:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:58:51 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:58:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:58:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:58:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:58:51 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements 19:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 98.5% of statements 19:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.090s coverage: 71.5% of statements 19:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements 19:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.405s coverage: 88.5% of statements 19:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.067s coverage: 3.8% of statements 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:58:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:58:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.361s coverage: 95.6% of statements 19:58:57 ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 72.2% of statements 19:58:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:58:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:58:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:58:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.047s coverage: 65.9% of statements 19:58:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:58:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:58:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.068s coverage: 0.9% of statements 19:58:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.066s coverage: 29.0% of statements 19:58:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 44.1% of statements 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 82.9% of statements 19:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 19:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 19:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:59:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:59:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:59:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:59:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:59:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:59:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:59:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:59:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:59:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:59:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:59:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:59:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements 19:59:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:59:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:59:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.267s coverage: 79.9% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.072s coverage: 92.9% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.022s coverage: 64.4% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.065s coverage: 62.3% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 81.8% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 82.1% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.056s coverage: 86.0% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.1% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 38.4% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.137s coverage: 92.3% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements 19:59:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.080s coverage: 97.7% of statements 19:59:25 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 19:59:25 running golangci-lint 19:59:25 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 19:59:25 go version go1.20.2 linux/amd64 19:59:25 level=info msg="[config_reader] Used config file .golangci.yml" 19:59:25 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 19:59:40 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|name|compiled_files|files|types_sizes) took 13.631058174s" 19:59:40 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.212338ms" 19:59:44 level=info msg="[linters_context/goanalysis] analyzers took 54.022179881s with top 10 stages: buildir: 27.22420302s, inspect: 2.237097642s, fact_deprecated: 1.916601844s, printf: 1.32153978s, gosec: 1.247021228s, ctrlflow: 1.13483736s, S1038: 874.617236ms, nilness: 744.402994ms, fact_purity: 666.794768ms, directives: 556.081235ms" 19:59:44 level=info msg="[runner] Issues before processing: 203, after processing: 0" 19:59:44 level=info msg="[runner] Processors filtering stat (out/in): path_prettifier: 203/203, skip_files: 203/203, nolint: 0/23, filename_unadjuster: 203/203, exclude: 203/203, exclude-rules: 23/203, identifier_marker: 203/203, cgo: 203/203, skip_dirs: 203/203, autogenerated_exclude: 203/203" 19:59:44 level=info msg="[runner] processing took 15.882395ms with stages: nolint: 6.672243ms, identifier_marker: 5.004357ms, exclude-rules: 1.749368ms, autogenerated_exclude: 1.016148ms, path_prettifier: 932.815µs, skip_dirs: 473.733µs, cgo: 19.921µs, filename_unadjuster: 9.97µs, max_same_issues: 860ns, uniq_by_line: 600ns, exclude: 370ns, skip_files: 360ns, source_code: 310ns, sort_results: 250ns, severity-rules: 240ns, diff: 240ns, max_from_linter: 180ns, path_shortener: 170ns, max_per_file_from_linter: 150ns, path_prefixer: 110ns" 19:59:44 level=info msg="[runner] linters took 6.55184061s with stages: goanalysis_metalinter: 6.535852243s" 19:59:44 level=info msg="File cache stats: 0 entries of total size 0B" 19:59:44 level=info msg="Memory: 204 samples, avg is 181.4MB, max is 772.9MB" 19:59:44 level=info msg="Execution took 20.225464282s" 19:59:44 go vet ./... 19:59:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9317 in /w/workspace/edgexfoundry_edgex-go_PR-4523 [Pipeline] { [Pipeline] ws 19:59:48 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:59:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:59:48 The recommended git tool is: git 19:59:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:59:48 ./bin/test-attribution-txt.sh [Pipeline] echo 19:59:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:59:49 + ls -al . 19:59:49 total 704 19:59:49 drwxrwxr-x 11 1001 1001 4096 Apr 21 19:58 . 19:59:49 drwxr-xr-x 4 root root 4096 Apr 21 19:58 .. 19:59:49 drwxrwxr-x 2 1001 1001 4096 Apr 21 19:57 .blubracket 19:59:49 -rw-rw-r-- 1 1001 1001 16 Apr 21 19:57 .dockerignore 19:59:49 drwxrwxr-x 8 1001 1001 4096 Apr 21 19:57 .git 19:59:49 drwxrwxr-x 3 1001 1001 4096 Apr 21 19:57 .github 19:59:49 -rw-rw-r-- 1 1001 1001 1133 Apr 21 19:57 .gitignore 19:59:49 -rw-rw-r-- 1 1001 1001 42 Apr 21 19:57 .golangci.yml 19:59:49 -rw-rw-r-- 1 1001 1001 87 Apr 21 19:57 .hadolint.yml 19:59:49 drwxr-xr-x 3 1001 1001 4096 Apr 21 19:57 .semver 19:59:49 -rw-rw-r-- 1 1001 1001 166 Apr 21 19:57 .sonarcloud.properties 19:59:49 -rw-rw-r-- 1 1001 1001 1171 Apr 21 19:57 ADOPTERS.md 19:59:49 -rw-rw-r-- 1 1001 1001 10835 Apr 21 19:57 Attribution.txt 19:59:49 -rw-rw-r-- 1 1001 1001 73765 Apr 21 19:57 CHANGELOG.md 19:59:49 -rw-rw-r-- 1 1001 1001 3804 Apr 21 19:57 CONTRIBUTING.md 19:59:49 -rw-rw-r-- 1 1001 1001 677 Apr 21 19:57 GOVERNANCE.md 19:59:49 -rw-rw-r-- 1 1001 1001 883 Apr 21 19:57 Jenkinsfile 19:59:49 -rw-rw-r-- 1 1001 1001 10775 Apr 21 19:57 LICENSE 19:59:49 -rw-rw-r-- 1 1001 1001 14368 Apr 21 19:57 Makefile 19:59:49 -rw-rw-r-- 1 1001 1001 582 Apr 21 19:57 OWNERS.md 19:59:49 -rw-rw-r-- 1 1001 1001 9403 Apr 21 19:57 README.md 19:59:49 -rw-rw-r-- 1 1001 1001 789 Apr 21 19:57 SECURITY.md 19:59:49 -rw-rw-r-- 1 1001 1001 5 Apr 21 19:57 VERSION 19:59:49 drwxrwxr-x 2 1001 1001 4096 Apr 21 19:57 bin 19:59:49 drwxrwxr-x 18 1001 1001 4096 Apr 21 19:57 cmd 19:59:49 -rw-r--r-- 1 root root 448248 Apr 21 19:59 coverage.out 19:59:49 -rw-rw-r-- 1 1001 1001 3200 Apr 21 19:57 go.mod 19:59:49 -rw-rw-r-- 1 1001 1001 31155 Apr 21 19:57 go.sum 19:59:49 drwxrwxr-x 7 1001 1001 4096 Apr 21 19:57 internal 19:59:49 drwxrwxr-x 3 1001 1001 4096 Apr 21 19:57 openapi 19:59:49 -rw-rw-r-- 1 1001 1001 594 Apr 21 19:57 security.txt 19:59:49 drwxrwxr-x 4 1001 1001 4096 Apr 21 19:57 snap 19:59:49 -rw-rw-r-- 1 1001 1001 204 Apr 21 19:57 version.go [Pipeline] sh 19:59:49 + '[' -e coverage.out ] 19:59:49 + chown 1001:1001 coverage.out [Pipeline] stash 19:59:49 Stashed 1 file(s) [Pipeline] sh 19:59:50 + make build 19:59:50 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 19:59:53 using credential edgex-jenkins-ssh 19:59:53 Cloning the remote Git repository 19:59:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:59:54 > git init /w/workspace/edgex-go/1 # timeout=10 19:59:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:59:54 > git --version # timeout=10 19:59:54 > git --version # 'git version 2.25.1' 19:59:54 using GIT_SSH to set credentials SSH Credentials for GitHub 19:59:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:02 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:00:02 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:00:03 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:00:04 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:00:10 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:00:11 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:00:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:00:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:00:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:00:12 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4523/head:refs/remotes/origin/PR-4523 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:00:12 Merging remotes/origin/main commit 6ed5f643afd548d7d3f8a26d03abe2373781a040 into PR head commit 2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:00:13 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:00:13 Merge succeeded, producing 2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:00:13 Checking out Revision 2df8ef650b42ae2971b5df67d718bf0a57596ecd (PR-4523) 20:00:13 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" 20:00:13 > git --version # timeout=10 20:00:13 > git --version # 'git version 2.25.1' 20:00:14 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:00:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:00:12 > git config core.sparsecheckout # timeout=10 20:00:13 > git checkout -f 2df8ef650b42ae2971b5df67d718bf0a57596ecd # timeout=10 20:00:13 > git remote # timeout=10 20:00:13 > git config --get remote.origin.url # timeout=10 20:00:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:13 > git merge 6ed5f643afd548d7d3f8a26d03abe2373781a040 # timeout=10 20:00:13 > git rev-parse HEAD^{commit} # timeout=10 20:00:13 > git config core.sparsecheckout # timeout=10 20:00:13 > git checkout -f 2df8ef650b42ae2971b5df67d718bf0a57596ecd # timeout=10 20:00:15 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:00:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:00:15 % Total % Received % Xferd Average Speed Time Time Time Current 20:00:15 Dload Upload Total Spent Left Speed 20:00:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 75898 0 --:--:-- --:--:-- --:--:-- 76353 [Pipeline] sh 20:00:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:00:16 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:00:16 + sudo tee /etc/docker/daemon.new 20:00:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:00:16 { 20:00:16 "registry-mirrors": [ 20:00:16 "https://nexus3.edgexfoundry.org:10001" 20:00:16 ], 20:00:16 "bip": "10.250.0.254/24", 20:00:16 "hosts": [ 20:00:16 "tcp://0.0.0.0:5555", 20:00:16 "unix:///var/run/docker.sock" 20:00:16 ], 20:00:16 "mtu": 1458, 20:00:16 "selinux-enabled": true, 20:00:16 "seccomp-profile": "/etc/docker/seccomp.json" 20:00:16 } [Pipeline] sh 20:00:16 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:00:16 + sudo service docker restart 20:00:17 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:00:18 $ docker stop --time=1 8d624773785f7e008425dd5a00b06de5969079a4d47b24036bb842d7f6cd76a1 20:00:22 $ docker rm -f --volumes 8d624773785f7e008425dd5a00b06de5969079a4d47b24036bb842d7f6cd76a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:00:23 20:00:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:00:24 latest: Pulling from edgex-devops/edgex-compose 20:00:24 cbdbe7a5bc2a: Pulling fs layer 20:00:24 ca9280d653b3: Pulling fs layer 20:00:24 7e9c9ca2126c: Pulling fs layer 20:00:24 cbdbe7a5bc2a: Download complete 20:00:24 ca9280d653b3: Verifying Checksum 20:00:24 ca9280d653b3: Download complete 20:00:24 cbdbe7a5bc2a: Pull complete 20:00:24 7e9c9ca2126c: Download complete 20:00:24 ca9280d653b3: Pull complete 20:00:27 7e9c9ca2126c: Pull complete 20:00:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:00:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:00:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:28 prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container 20:00:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:00:30 $ docker top 5958d74a3164bc5b91cddfd8aa425d2d3b2e2115a85e108baff7890093466c83 -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:31 + docker-compose build --help 20:00:31 + grep parallel 20:00:31 --parallel Build images in parallel. [Pipeline] } 20:00:31 $ docker stop --time=1 5958d74a3164bc5b91cddfd8aa425d2d3b2e2115a85e108baff7890093466c83 20:00:32 $ docker rm -f --volumes 5958d74a3164bc5b91cddfd8aa425d2d3b2e2115a85e108baff7890093466c83 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:00:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:33 prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container 20:00:33 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:00:34 $ docker top 4f7f39397bdb2460e87c30b656cfe2ba7a6f0e2000e3399402b736b560a0bb6a -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:34 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:00:35 provisioning config files... 20:00:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4034175291522456294tmp 20:00:35 Building core-command ... 20:00:35 Building core-common-config-bootstrapper ... 20:00:35 Building core-data ... 20:00:35 Building core-metadata ... 20:00:35 Building security-bootstrapper ... 20:00:35 Building security-proxy-auth ... 20:00:35 Building security-proxy-setup ... 20:00:35 Building security-secretstore-setup ... 20:00:35 Building security-spiffe-token-provider ... 20:00:35 Building security-spire-agent ... 20:00:35 Building security-spire-config ... 20:00:35 Building security-spire-server ... 20:00:35 Building support-notifications ... 20:00:35 Building support-scheduler ... 20:00:35 Building security-spire-config 20:00:35 Building core-command 20:00:35 Building security-spire-server 20:00:35 Building security-proxy-setup 20:00:35 Building core-common-config-bootstrapper [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:00:35 ---> docker-login.sh 20:00:35 nexus3.edgexfoundry.org:10001 20:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:36 Configure a credential helper to remove this warning. See 20:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:36 20:00:36 Login Succeeded 20:00:36 nexus3.edgexfoundry.org:10002 20:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:36 Configure a credential helper to remove this warning. See 20:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:36 20:00:36 Login Succeeded 20:00:36 nexus3.edgexfoundry.org:10003 20:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:36 Configure a credential helper to remove this warning. See 20:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:36 20:00:36 Login Succeeded 20:00:36 nexus3.edgexfoundry.org:10004 20:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:37 Configure a credential helper to remove this warning. See 20:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:37 20:00:37 Login Succeeded 20:00:37 docker.io 20:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:37 Configure a credential helper to remove this warning. See 20:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:37 20:00:37 Login Succeeded 20:00:37 ---> docker-login.sh ends [Pipeline] } 20:00:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:00:38 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:00:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:00:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:00:38 ========================================================= 20:00:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:00:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:00:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:00:38 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:00:38 af6eaf76a39c: Pulling fs layer 20:00:38 55522c791124: Pulling fs layer 20:00:38 ce5c4a1c91eb: Pulling fs layer 20:00:38 169dfbe0d373: Pulling fs layer 20:00:38 e1ff8fa3b103: Pulling fs layer 20:00:38 52ebb69f0ebf: Pulling fs layer 20:00:38 5abe8eddf0d5: Pulling fs layer 20:00:38 169dfbe0d373: Waiting 20:00:38 e1ff8fa3b103: Waiting 20:00:38 52ebb69f0ebf: Waiting 20:00:38 5abe8eddf0d5: Waiting 20:00:38 55522c791124: Verifying Checksum 20:00:38 55522c791124: Download complete 20:00:39 169dfbe0d373: Verifying Checksum 20:00:39 169dfbe0d373: Download complete 20:00:39 e1ff8fa3b103: Verifying Checksum 20:00:39 e1ff8fa3b103: Download complete 20:00:39 af6eaf76a39c: Verifying Checksum 20:00:40 af6eaf76a39c: Pull complete 20:00:40 5abe8eddf0d5: Verifying Checksum 20:00:40 5abe8eddf0d5: Download complete 20:00:40 55522c791124: Pull complete 20:00:41 ce5c4a1c91eb: Verifying Checksum 20:00:41 ce5c4a1c91eb: Download complete 20:00:41 52ebb69f0ebf: Verifying Checksum 20:00:41 52ebb69f0ebf: Download complete 20:00:47 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:00:47 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:00:47 ---> 4bb7de3172d1 20:00:47 Step 3/27 : WORKDIR /edgex-go 20:00:47 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:00:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:00:47 ---> 4bb7de3172d1 20:00:47 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:00:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:00:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:00:47 ---> 4bb7de3172d1 20:00:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:00:47 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:00:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:00:47 ---> 4bb7de3172d1 20:00:47 Step 3/26 : WORKDIR /edgex-go 20:00:47 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:00:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:00:47 ---> 4bb7de3172d1 20:00:47 Step 3/22 : WORKDIR /edgex-go 20:00:51 ce5c4a1c91eb: Pull complete 20:00:51 169dfbe0d373: Pull complete 20:00:51 e1ff8fa3b103: Pull complete 20:00:53 ---> Running in c735ba48cace 20:00:53 ---> Running in c3abd5fe2f0b 20:00:53 ---> Running in cf2658e9db13 20:00:53 ---> Running in dcd48d54e47d 20:00:53 ---> Running in 2942f9b1269a 20:00:53 Removing intermediate container c735ba48cace 20:00:53 ---> d8ecbdea4b3f 20:00:53 Step 4/23 : WORKDIR /edgex-go 20:00:53 Removing intermediate container cf2658e9db13 20:00:53 ---> e5a5cccd0a2d 20:00:53 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:00:53 Removing intermediate container 2942f9b1269a 20:00:53 ---> 34ece8359772 20:00:53 Step 4/24 : WORKDIR /edgex-go 20:00:53 Removing intermediate container dcd48d54e47d 20:00:53 ---> ead84c7615be 20:00:53 Step 4/22 : RUN apk add --update --no-cache make git 20:00:53 ---> Running in 0064d0474359 20:00:53 Removing intermediate container c3abd5fe2f0b 20:00:53 ---> 33131000a387 20:00:53 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:00:53 ---> Running in 360ecb59d58b 20:00:53 ---> Running in 6b887084a305 20:00:53 ---> Running in a22c2c775d89 20:00:53 ---> Running in e350c3924fbe 20:00:53 Removing intermediate container 0064d0474359 20:00:53 ---> 228eb29f441a 20:00:53 Step 5/23 : RUN apk add --update --no-cache make git 20:00:53 ---> Running in 339be24056be 20:00:53 Removing intermediate container a22c2c775d89 20:00:53 ---> 6035f9b52de5 20:00:53 Step 5/24 : RUN apk add --update --no-cache make git 20:00:53 ---> Running in 3b0168c41ba1 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:00:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:00:55 OK: 265 MiB in 53 packages 20:00:55 OK: 265 MiB in 53 packages 20:00:55 OK: 265 MiB in 53 packages 20:00:55 OK: 265 MiB in 53 packages 20:00:55 OK: 265 MiB in 53 packages 20:00:55 Removing intermediate container 339be24056be 20:00:55 ---> 7a473a381c35 20:00:55 Step 6/23 : COPY go.mod vendor* ./ 20:00:55 Removing intermediate container e350c3924fbe 20:00:55 ---> ad83870fbd92 20:00:55 Step 5/26 : COPY go.mod vendor* ./ 20:00:55 Removing intermediate container 6b887084a305 20:00:55 ---> eee85a1d807f 20:00:55 Step 5/22 : COPY go.mod vendor* ./ 20:00:55 Removing intermediate container 360ecb59d58b 20:00:55 ---> 492e8f52df04 20:00:55 Step 5/27 : COPY go.mod vendor* ./ 20:00:55 ---> 4764eb2de34f 20:00:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:55 Removing intermediate container 3b0168c41ba1 20:00:55 ---> c04f42200acf 20:00:55 Step 6/24 : COPY go.mod vendor* ./ 20:00:55 ---> b1eb0973ed72 20:00:55 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:55 ---> Running in e89a2cffb373 20:00:55 ---> Running in a488b53c7b69 20:00:55 ---> a27d5a77a0dd 20:00:55 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:55 ---> Running in f91f2e929957 20:00:55 ---> caa3d67eb284 20:00:55 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:55 ---> Running in b22d39d9a0a7 20:00:56 ---> f80f1b6f57fe 20:00:56 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:56 ---> Running in d505b7f470d5 20:00:57 52ebb69f0ebf: Pull complete 20:00:59 5abe8eddf0d5: Pull complete 20:00:59 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:00:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:00:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:00:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:00:59 WORKDIR /edgex 20:00:59 COPY go.mod . 20:00:59 RUN go mod download 20:00:59 + docker build -t ci-base-image-arm64 -f - . 20:01:00 Sending build context to Docker daemon 2.932MB 20:01:00 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:00 ---> 6cb57ee374ae 20:01:00 Step 2/4 : WORKDIR /edgex 20:01:02 ---> Running in a8d789b797ac 20:01:02 Removing intermediate container a8d789b797ac 20:01:02 ---> 84a3d12ca6b0 20:01:02 Step 3/4 : COPY go.mod . 20:01:04 ---> af98a8bf2c5f 20:01:04 Step 4/4 : RUN go mod download 20:01:04 ---> Running in bcb4ca55a3f7 20:01:43 Removing intermediate container bcb4ca55a3f7 20:01:43 ---> f44d24f46477 20:01:43 Successfully built f44d24f46477 20:01:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:43 + docker inspect -f . ci-base-image-arm64 20:01:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:44 prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container 20:01:44 $ 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:01:45 $ docker top 92e917a2f7b933b686aa5d266e7e4b60dcf5006406f870aada3385e5a0d129a0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:46 + go version 20:01:46 go version go1.20.2 linux/arm64 [Pipeline] } 20:01:46 $ docker stop --time=1 92e917a2f7b933b686aa5d266e7e4b60dcf5006406f870aada3385e5a0d129a0 20:01:47 $ docker rm -f --volumes 92e917a2f7b933b686aa5d266e7e4b60dcf5006406f870aada3385e5a0d129a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:48 + docker inspect -f . ci-base-image-arm64 20:01:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:49 prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container 20:01:49 $ 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:01:50 $ docker top 32eed383723129e21a27ca4686ae2361134844514b6a2a97a07915d06dec679a -eo pid,comm [Pipeline] { [Pipeline] echo 20:01:50 ========================================================= 20:01:50 [edgeXBuildGoParallel] Running Tests and Build... 20:01:50 ========================================================= [Pipeline] sh 20:01:50 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:01:51 + make test 20:01:51 go test -race -coverprofile=coverage.out ./... 20:01:52 Removing intermediate container b22d39d9a0a7 20:01:52 ---> ecfa6e481337 20:01:52 Step 7/27 : COPY . . 20:01:52 Removing intermediate container e89a2cffb373 20:01:52 ---> 06d60f245663 20:01:52 Step 8/23 : COPY . . 20:01:52 Removing intermediate container f91f2e929957 20:01:52 ---> 6a0b220a9423 20:01:52 Step 7/22 : COPY . . 20:01:52 Removing intermediate container d505b7f470d5 20:01:52 ---> 481017744935 20:01:52 Step 8/24 : COPY . . 20:01:52 Removing intermediate container a488b53c7b69 20:01:52 ---> ca59506e6413 20:01:52 Step 7/26 : COPY . . 20:02:04 ---> 526ea4c21781 20:02:04 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:02:04 ---> 3d999a93207b 20:02:04 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:02:04 ---> 81544958a2c5 20:02:04 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:02:04 ---> Running in 9e5f5b4f9a1b 20:02:04 ---> Running in 921c34c259c3 20:02:04 ---> 2662aa845b56 20:02:04 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:02:04 ---> 0fde79d0c86f 20:02:04 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:02:04 ---> Running in 9cf4e3a03bc3 20:02:04 ---> Running in 47968bb9cf0e 20:02:04 ---> Running in 901d23e69fa3 20:02:04 Removing intermediate container 9e5f5b4f9a1b 20:02:04 ---> fe110926c82a 20:02:04 Step 9/27 : WORKDIR /edgex-go/spire-build 20:02:04 ---> Running in a3bc6c82f2fd 20:02:04 Removing intermediate container 901d23e69fa3 20:02:04 ---> d146ae46b83c 20:02:04 Step 9/26 : WORKDIR /edgex-go/spire-build 20:02:04 ---> Running in 320149f7a558 20:02:04 Removing intermediate container a3bc6c82f2fd 20:02:04 ---> 1d5c741110f2 20:02:04 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:02:04 ---> Running in f45672b8a366 20:02:04 Removing intermediate container 320149f7a558 20:02:04 ---> 128af5d9caaa 20:02:04 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:02:04 Removing intermediate container f45672b8a366 20:02:04 ---> 95c9f9197020 20:02:04 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:02:04 ---> Running in cdfbef27a56e 20:02:04 ---> Running in 4ac76938e974 20:02:04 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:02:04 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:02:04 Removing intermediate container cdfbef27a56e 20:02:04 ---> 5ab8b360d27f 20:02:04 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:02:04 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:02:04 ---> Running in c17dbe31da38 20:02:05 Removing intermediate container c17dbe31da38 20:02:05 ---> 75551ee2003e 20:02:05 Step 12/26 : WORKDIR /edgex-go 20:02:05 Removing intermediate container 4ac76938e974 20:02:05 ---> 2e65419266c9 20:02:05 Step 12/27 : WORKDIR /edgex-go 20:02:05 ---> Running in 8d68bf8129fe 20:02:05 ---> Running in b26fe3c9a26b 20:02:05 Removing intermediate container 8d68bf8129fe 20:02:05 ---> ba9844824f21 20:02:05 20:02:05 Step 13/26 : FROM alpine:3.17 20:02:05 Removing intermediate container b26fe3c9a26b 20:02:05 ---> 43a7e0e621da 20:02:05 20:02:05 Step 13/27 : FROM alpine:3.17 20:02:06 3.17: Pulling from library/alpine 20:02:06 3.17: Pulling from library/alpine 20:02:07 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:07 Status: Downloaded newer image for alpine:3.17 20:02:07 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:07 Status: Image is up to date for alpine:3.17 20:02:07 ---> 9ed4aefc74f6 20:02:07 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:02:07 ---> 9ed4aefc74f6 20:02:07 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:02:07 ---> Running in 5728259b470d 20:02:07 ---> Running in 0a60b46859e9 20:02:07 Removing intermediate container 5728259b470d 20:02:07 ---> dca05f135707 20:02:07 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:02:07 Removing intermediate container 0a60b46859e9 20:02:07 ---> 85d92d8e2597 20:02:07 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:02:07 ---> Running in d1267f384089 20:02:07 ---> Running in 559c6ad29cf9 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:08 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:08 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:08 OK: 17820 distinct packages available 20:02:08 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:08 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:08 OK: 17820 distinct packages available 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:08 (1/5) Installing dumb-init (1.2.5-r2) 20:02:08 (2/5) Installing musl-obstack (1.2.3-r0) 20:02:08 (3/5) Installing libucontext (1.2-r0) 20:02:08 (4/5) Installing gcompat (1.1.0-r0) 20:02:08 (5/5) Installing openssl (3.0.8-r4) 20:02:08 (1/4) Installing dumb-init (1.2.5-r2) 20:02:08 Executing busybox-1.35.0-r29.trigger 20:02:08 OK: 8 MiB in 20 packages 20:02:08 (2/4) Installing musl-obstack (1.2.3-r0) 20:02:08 (3/4) Installing libucontext (1.2-r0) 20:02:08 (4/4) Installing gcompat (1.1.0-r0) 20:02:08 Executing busybox-1.35.0-r29.trigger 20:02:08 OK: 7 MiB in 19 packages 20:02:11 Removing intermediate container 559c6ad29cf9 20:02:11 ---> 5c6ed7994bc9 20:02:11 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:11 Removing intermediate container d1267f384089 20:02:11 ---> 1c9e1c5b8b01 20:02:11 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:12 ---> 0a0ed2741027 20:02:12 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:02:12 ---> af09cbe1a45a 20:02:12 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:02:12 ---> fb6f2d245fb7 20:02:12 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:02:12 ---> 5a1c3cf8f6ce 20:02:12 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:02:24 ---> cd0aa71e394b 20:02:24 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:02:24 ---> a586729ea73d 20:02:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:02:24 ---> 3a6116b148e4 20:02:24 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:02:24 ---> d593af6b4fd2 20:02:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:02:24 ---> Running in c3c97c45c7bb 20:02:24 ---> dc83088d9127 20:02:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:02:24 Removing intermediate container c3c97c45c7bb 20:02:24 ---> c229986d288f 20:02:24 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:02:25 ---> 93a90eea04d9 20:02:25 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:02:25 ---> cc9663d75994 20:02:25 Step 22/27 : WORKDIR / 20:02:25 ---> Running in 3ce00c4ccec8 20:02:25 ---> Running in 3ee66102252c 20:02:25 Removing intermediate container 3ce00c4ccec8 20:02:25 ---> 547b81181ea5 20:02:25 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:02:25 ---> Running in 216030c0dad8 20:02:25 Removing intermediate container 3ee66102252c 20:02:25 ---> e6e057319d31 20:02:25 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:02:25 ---> Running in 19026106ca25 20:02:25 Removing intermediate container 216030c0dad8 20:02:25 ---> 2ad94bf66d74 20:02:25 Step 24/26 : LABEL arch=x86_64 20:02:25 Removing intermediate container 19026106ca25 20:02:25 ---> 3aa548886894 20:02:25 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:02:25 ---> Running in 30dd2b296d95 20:02:25 ---> Running in 94ca1bcc84c4 20:02:25 Removing intermediate container 30dd2b296d95 20:02:25 ---> f52e18cff0be 20:02:25 Step 25/26 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:02:25 Removing intermediate container 94ca1bcc84c4 20:02:25 ---> 4285010a6d07 20:02:25 Step 25/27 : LABEL arch=x86_64 20:02:26 ---> Running in afb40d01d183 20:02:26 ---> Running in fa18325e5755 20:02:26 Removing intermediate container fa18325e5755 20:02:26 ---> eec270fbb4c8 20:02:26 Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:02:26 Removing intermediate container afb40d01d183 20:02:26 ---> 0069673a6980 20:02:26 Step 26/26 : LABEL version=0.0.0 20:02:26 ---> Running in 86e284b34e15 20:02:26 ---> Running in dd8c800575d3 20:02:26 Removing intermediate container 86e284b34e15 20:02:26 ---> 0bca7bc24efb 20:02:26 Step 27/27 : LABEL version=0.0.0 20:02:29 Removing intermediate container dd8c800575d3 20:02:29 ---> 4c391f3adcbc 20:02:29 20:02:29 ---> Running in d3ed2a7145d1 20:02:29 Successfully built 4c391f3adcbc 20:02:29 Successfully tagged security-spire-server:latest 20:02:29  Building security-spire-server ... done Building security-secretstore-setup 20:02:29 Removing intermediate container d3ed2a7145d1 20:02:29 ---> e7e5a9c3b241 20:02:29 20:02:29 Removing intermediate container 47968bb9cf0e 20:02:29 ---> 7217f71f49dd 20:02:29 20:02:29 Step 10/24 : FROM alpine:3.17 20:02:29 ---> 9ed4aefc74f6 20:02:29 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:02:29 Successfully built e7e5a9c3b241 20:02:29 Removing intermediate container 921c34c259c3 20:02:29 ---> 6e4f4a9bd4d0 20:02:29 20:02:29 Step 9/22 : FROM alpine:3.17 20:02:29 Removing intermediate container 9cf4e3a03bc3 20:02:29 ---> 4baf9f8fcb06 20:02:29 20:02:29 Step 10/23 : FROM alpine:3.17 20:02:29 ---> 9ed4aefc74f6 20:02:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:02:29 Successfully tagged security-spire-config:latest 20:02:29 ---> 9ed4aefc74f6 20:02:29 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:02:29  Building security-spire-config ... done Building core-data 20:02:30 ? github.com/edgexfoundry/edgex-go [no test files] 20:02:30 ---> Running in 7626e43459b8 20:02:32 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:32 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:02:32 ---> 4bb7de3172d1 20:02:32 Step 3/25 : WORKDIR /edgex-go 20:02:32 ---> Using cache 20:02:32 ---> 33131000a387 20:02:32 Step 4/25 : RUN apk add --update --no-cache make git 20:02:33 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:33 ---> 4bb7de3172d1 20:02:33 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:33 ---> Using cache 20:02:33 ---> 34ece8359772 20:02:33 Step 4/23 : WORKDIR /edgex-go 20:02:33 ---> Using cache 20:02:33 ---> 6035f9b52de5 20:02:33 Step 5/23 : RUN apk add --update --no-cache make git 20:02:33 ---> Using cache 20:02:33 ---> c04f42200acf 20:02:33 Step 6/23 : COPY go.mod vendor* ./ 20:02:33 ---> Using cache 20:02:33 ---> f80f1b6f57fe 20:02:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:33 ---> Using cache 20:02:33 ---> 481017744935 20:02:33 Step 8/23 : COPY . . 20:02:33 ---> Using cache 20:02:33 ---> 0fde79d0c86f 20:02:33 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:02:37 ---> Running in 8848716dd1ab 20:02:37 ---> Running in 01c345678a1a 20:02:37 ---> Running in 5a96da1219d0 20:02:37 ---> Running in 89662d129a70 20:02:37 Removing intermediate container 01c345678a1a 20:02:37 ---> 5b1e26695f18 20:02:37 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:02:37 ---> Running in f5bd124c58bd 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:37 (1/1) Installing dumb-init (1.2.5-r2) 20:02:37 Executing busybox-1.35.0-r29.trigger 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:37 OK: 7 MiB in 16 packages 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:37 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:02:37 (1/2) Installing dumb-init (1.2.5-r2) 20:02:37 (2/2) Installing openssl (3.0.8-r4) 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:37 Executing busybox-1.35.0-r29.trigger 20:02:37 OK: 8 MiB in 17 packages 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:38 (1/1) Installing dumb-init (1.2.5-r2) 20:02:38 Removing intermediate container 7626e43459b8 20:02:38 ---> 5978721fa187 20:02:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:02:38 Executing busybox-1.35.0-r29.trigger 20:02:38 OK: 265 MiB in 53 packages 20:02:38 OK: 7 MiB in 16 packages 20:02:38 ---> Running in 772b8ff40dbb 20:02:38 Removing intermediate container 8848716dd1ab 20:02:38 ---> daae70cd45e2 20:02:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:02:38 Removing intermediate container 772b8ff40dbb 20:02:38 ---> f9f74c667a14 20:02:38 Step 13/24 : ENV APP_PORT=59882 20:02:38 ---> Running in 0d41895752bb 20:02:38 ---> Running in a631dcb1b8a0 20:02:38 Removing intermediate container 0d41895752bb 20:02:38 ---> d5655bee49a6 20:02:38 Step 12/22 : WORKDIR /edgex 20:02:38 Removing intermediate container a631dcb1b8a0 20:02:38 ---> b0905fee8940 20:02:38 Step 14/24 : EXPOSE $APP_PORT 20:02:38 ---> Running in 5642855d1d87 20:02:38 ---> Running in 89b50f71756b 20:02:38 Removing intermediate container 89662d129a70 20:02:38 ---> bd9daafe05e9 20:02:38 Step 5/25 : COPY go.mod vendor* ./ 20:02:38 Removing intermediate container f5bd124c58bd 20:02:38 Removing intermediate container 5642855d1d87 20:02:38 ---> 96496bc3b8a9 20:02:38 ---> 2a1c5c3ca85f 20:02:38 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt /Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:38 20:02:38 Removing intermediate container 89b50f71756b 20:02:38 ---> 0ec4b6533ba3 20:02:38 Step 15/24 : WORKDIR / 20:02:38 ---> Running in 86292c9aefbb 20:02:38 Removing intermediate container 86292c9aefbb 20:02:38 ---> 449c71d31cbe 20:02:38 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:38 ---> 48a9dbd111d1 20:02:38 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:38 ---> Running in f9c226786099 20:02:38 ---> 80f7ad56ee84 20:02:38 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:02:38 ---> 89ddae43d753 20:02:38 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:02:38 ---> e9e93f1f7552 20:02:38 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:02:39 ---> d07d1e4286e4 20:02:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:02:39 ---> 28b42d0f63a4 20:02:39 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:02:39 ---> 8367772b763b 20:02:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:02:39 ---> dd71c681dd8e 20:02:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:02:39 ---> 2f42b3929ff3 20:02:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:02:39 ---> 724d3a5bb05c 20:02:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:02:39 ---> 48afe13ee3da 20:02:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:02:39 ---> 46af989eeeff 20:02:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:02:39 ---> 71b7a8b7b89a 20:02:39 ---> 5ef963470747 20:02:39 Step 20/24 : ENTRYPOINT ["/core-command"]Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:02:39 20:02:39 ---> Running in 348ebd3d3670 20:02:39 ---> Running in e946b2a0e56d 20:02:39 ---> 1dca8e2dfe23 20:02:39 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:02:39 ---> Running in 3b00a7b6e836 20:02:40 Removing intermediate container e946b2a0e56d 20:02:40 ---> 0ef7c95993c8 20:02:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:02:40 ---> Running in f0f9d1582f98 20:02:40 Removing intermediate container f0f9d1582f98 20:02:40 ---> c3f66573905e 20:02:40 Step 22/24 : LABEL arch=x86_64 20:02:40 ---> Running in 3037062cce10 20:02:40 Removing intermediate container 3037062cce10 20:02:40 ---> bf00f75f6656 20:02:40 Step 23/24 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:02:40 ---> Running in ce91f013060b 20:02:40 Removing intermediate container ce91f013060b 20:02:40 ---> 38ca652f1311 20:02:40 Step 24/24 : LABEL version=0.0.0 20:02:40 ---> Running in 9b8cb132de19 20:02:40 Removing intermediate container 9b8cb132de19 20:02:40 ---> dd0ef3681192 20:02:40 20:02:40 Successfully built dd0ef3681192 20:02:40 Successfully tagged core-command:latest 20:02:40  Building core-command ... done Building support-notifications 20:02:41 Removing intermediate container 348ebd3d3670 20:02:41 ---> ad3a4802243c 20:02:41 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:02:43 ---> Running in e13a979106df 20:02:43 Removing intermediate container 3b00a7b6e836 20:02:43 ---> a10cffae7cb7 20:02:43 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:02:43 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:43 ---> 4bb7de3172d1 20:02:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:43 ---> Using cache 20:02:43 ---> 34ece8359772 20:02:43 Step 4/23 : WORKDIR /edgex-go 20:02:43 ---> Using cache 20:02:43 ---> 6035f9b52de5 20:02:43 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:02:45 Removing intermediate container e13a979106df 20:02:45 ---> ac1ac793a47d 20:02:45 Step 20/22 : LABEL arch=x86_64 20:02:45 ---> Running in 2c0b378efaec 20:02:45 ---> Running in 560c069cac34 20:02:45 ---> Running in a7b68e764f6f 20:02:45 Removing intermediate container 560c069cac34 20:02:45 ---> fd9c2f227e98 20:02:45 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:02:45 ---> Running in 6c6eb16f767c 20:02:45 Removing intermediate container a7b68e764f6f 20:02:45 ---> 1536def12b7d 20:02:45 Step 21/22 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:02:45 ---> Running in 478b854ec63f 20:02:46 Removing intermediate container 6c6eb16f767c 20:02:46 ---> a6378ecb07cf 20:02:46 Step 21/23 : LABEL arch=x86_64 20:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:46 ---> Running in b8e5a5433faf 20:02:46 Removing intermediate container 478b854ec63f 20:02:46 ---> 125a7e389619 20:02:46 Step 22/22 : LABEL version=0.0.0 20:02:46 ---> Running in be96f2014daf 20:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:46 Removing intermediate container b8e5a5433faf 20:02:46 ---> de92e9b46adb 20:02:46 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:02:46 ---> Running in a6e34f8bbd6d 20:02:46 Removing intermediate container be96f2014daf 20:02:46 ---> 8367c313aa35 20:02:46 20:02:46 Removing intermediate container a6e34f8bbd6d 20:02:46 ---> 2d7581cf672f 20:02:46 Step 23/23 : LABEL version=0.0.0 20:02:46 ---> Running in 4a9d5cc11723 20:02:46 Successfully built 8367c313aa35 20:02:46 Successfully tagged security-proxy-setup:latest 20:02:46  Building security-proxy-setup ... done Building security-spire-agent 20:02:46 OK: 265 MiB in 53 packages 20:02:46 Removing intermediate container 4a9d5cc11723 20:02:46 ---> 490f3bd4f912 20:02:46 20:02:46 Successfully built 490f3bd4f912 20:02:46 Successfully tagged core-common-config-bootstrapper:latest 20:02:46  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider 20:02:51 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:51 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:02:51 ---> 4bb7de3172d1 20:02:51 Step 3/27 : WORKDIR /edgex-go 20:02:51 ---> Using cache 20:02:51 ---> 33131000a387 20:02:51 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:02:51 ---> Using cache 20:02:51 ---> ad83870fbd92 20:02:51 Step 5/27 : COPY go.mod vendor* ./ 20:02:51 ---> Using cache 20:02:51 ---> b1eb0973ed72 20:02:51 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:51 ---> Using cache 20:02:51 ---> ca59506e6413 20:02:51 Step 7/27 : COPY . . 20:02:51 ---> Using cache 20:02:51 ---> 2662aa845b56 20:02:51 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:02:51 ---> Using cache 20:02:51 ---> d146ae46b83c 20:02:51 Step 9/27 : WORKDIR /edgex-go/spire-build 20:02:51 ---> Using cache 20:02:51 ---> 128af5d9caaa 20:02:51 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:02:51 ---> Using cache 20:02:51 ---> 5ab8b360d27f 20:02:51 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:02:51 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:02:51 ---> 4bb7de3172d1 20:02:51 Step 3/20 : WORKDIR /edgex-go 20:02:51 ---> Using cache 20:02:51 ---> 33131000a387 20:02:51 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:02:54 ---> Running in cf9302a6684c 20:02:54 ---> Running in 3d3a02cc61b2 20:02:54 Removing intermediate container 2c0b378efaec 20:02:54 ---> fdf864e9985a 20:02:54 Step 6/23 : COPY go.mod vendor* ./ 20:02:54 ---> 29f98a6e0da9 20:02:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:54 ---> Running in fd5ac18c6bb9 20:02:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:54 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:54 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:54 OK: 17824 distinct packages available 20:02:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:54 Removing intermediate container 3d3a02cc61b2 20:02:54 ---> 418755491521 20:02:54 Step 12/27 : WORKDIR /edgex-go 20:02:54 ---> Running in a7af9d96e20e 20:02:55 OK: 265 MiB in 53 packages 20:02:55 Removing intermediate container a7af9d96e20e 20:02:55 ---> 0db4083febe5 20:02:55 20:02:55 Step 13/27 : FROM alpine:3.17 20:02:55 ---> 9ed4aefc74f6 20:02:55 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:02:55 ---> Using cache 20:02:55 ---> 85d92d8e2597 20:02:55 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:02:55 ---> Running in 98f57d7cbb10 20:02:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:55 Removing intermediate container cf9302a6684c 20:02:55 ---> 144de0328a96 20:02:55 Step 5/20 : COPY go.mod vendor* ./ 20:02:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:55 ---> 0cea786a5452 20:02:55 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:55 ---> Running in 7f9caedb890d 20:02:55 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:55 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:55 OK: 17820 distinct packages available 20:02:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:56 (1/5) Installing dumb-init (1.2.5-r2) 20:02:56 (2/5) Installing musl-obstack (1.2.3-r0) 20:02:56 (3/5) Installing libucontext (1.2-r0) 20:02:56 (4/5) Installing gcompat (1.1.0-r0) 20:02:56 (5/5) Installing openssl (3.0.8-r4) 20:02:56 Executing busybox-1.35.0-r29.trigger 20:02:56 OK: 8 MiB in 20 packages 20:02:57 Removing intermediate container 98f57d7cbb10 20:02:57 ---> 6c05dc1ef11d 20:02:57 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:57 ---> 2edb16f492f7 20:02:57 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:02:57 ---> 1aa6151f769f 20:02:57 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:03:01 ---> 904284dfc2c9 20:03:01 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:03:05 ---> d9e7ccde6e8d 20:03:05 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:03:05 Removing intermediate container 5a96da1219d0 20:03:05 ---> dfcc18b641b8 20:03:05 20:03:05 Step 10/23 : FROM alpine:3.17 20:03:05 ---> 9ed4aefc74f6 20:03:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:05 ---> Running in fea79d66fd6d 20:03:05 ---> a57674e4e61e 20:03:05 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:03:05 Removing intermediate container fea79d66fd6d 20:03:05 ---> a2654af57f79 20:03:05 Step 12/23 : ENV APP_PORT=59880 20:03:05 ---> Running in 22e0ea716dea 20:03:05 Removing intermediate container 22e0ea716dea 20:03:05 ---> ccebb39a70b2 20:03:05 Step 13/23 : EXPOSE $APP_PORT 20:03:05 ---> 0316c8b80a79 20:03:05 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:03:05 ---> Running in 27e5db8b900f 20:03:05 Removing intermediate container 27e5db8b900f 20:03:05 ---> 1669eabc01e7 20:03:05 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:03:05 ---> Running in 43e3e59988f3 20:03:05 ---> 402fa645f59c 20:03:05 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:03:05 ---> Running in d4e983bc6a25 20:03:05 Removing intermediate container d4e983bc6a25 20:03:05 ---> 9052b2fd9b63 20:03:05 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:03:05 ---> Running in 9316f990b2a8 20:03:05 Removing intermediate container 9316f990b2a8 20:03:05 ---> f0279c692acb 20:03:05 Step 25/27 : LABEL arch=x86_64 20:03:05 ---> Running in a84895a2e035 20:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:05 Removing intermediate container a84895a2e035 20:03:05 ---> ee232c6527a2 20:03:05 Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:03:05 ---> Running in 84b76ef3cf58 20:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:05 Removing intermediate container 84b76ef3cf58 20:03:05 ---> 65b777b0aad2 20:03:05 Step 27/27 : LABEL version=0.0.0 20:03:05 ---> Running in 4234c6e37fa7 20:03:05 Removing intermediate container 4234c6e37fa7 20:03:05 ---> 070bca46c421 20:03:05 20:03:05 Successfully built 070bca46c421 20:03:05 Successfully tagged security-spire-agent:latest 20:03:05  Building security-spire-agent ... done Building core-metadata 20:03:05 (1/1) Installing dumb-init (1.2.5-r2) 20:03:05 Executing busybox-1.35.0-r29.trigger 20:03:05 OK: 7 MiB in 16 packages 20:03:08 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:08 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:03:08 ---> 4bb7de3172d1 20:03:08 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:03:08 ---> Using cache 20:03:08 ---> 34ece8359772 20:03:08 Step 4/25 : WORKDIR /edgex-go 20:03:08 ---> Using cache 20:03:08 ---> 6035f9b52de5 20:03:08 Step 5/25 : RUN apk add --update --no-cache make git 20:03:08 ---> Using cache 20:03:08 ---> c04f42200acf 20:03:08 Step 6/25 : COPY go.mod vendor* ./ 20:03:08 ---> Using cache 20:03:08 ---> f80f1b6f57fe 20:03:08 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:08 ---> Using cache 20:03:08 ---> 481017744935 20:03:08 Step 8/25 : COPY . . 20:03:08 ---> Using cache 20:03:08 ---> 0fde79d0c86f 20:03:08 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:03:09 ---> Running in 47c8683cf4d8 20:03:09 Removing intermediate container 43e3e59988f3 20:03:09 ---> 8984280ce9d2 20:03:09 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:09 ---> 0ee8f1e0f4ef 20:03:09 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:03:10 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:10 ---> e8df5753ddd0 20:03:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:03:10 ---> 77947dbafa50 20:03:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:03:11 ---> c8518cb2a8b8 20:03:11 Step 19/23 : ENTRYPOINT ["/core-data"] 20:03:11 ---> Running in 04f6bc6e8adc 20:03:11 Removing intermediate container 04f6bc6e8adc 20:03:11 ---> bfbf83ab68c6 20:03:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:11 ---> Running in d6b8cf7393e4 20:03:11 Removing intermediate container d6b8cf7393e4 20:03:11 ---> 65853c094431 20:03:11 Step 21/23 : LABEL arch=x86_64 20:03:11 ---> Running in ff1e7ebce311 20:03:11 Removing intermediate container ff1e7ebce311 20:03:11 ---> ff1d5436166e 20:03:11 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:03:11 ---> Running in 5306c1546d8a 20:03:11 Removing intermediate container 5306c1546d8a 20:03:11 ---> 86424b8736d0 20:03:11 Step 23/23 : LABEL version=0.0.0 20:03:11 ---> Running in d8c7dcee6f61 20:03:11 Removing intermediate container d8c7dcee6f61 20:03:11 ---> f719d7ed1fc5 20:03:11 20:03:11 Successfully built f719d7ed1fc5 20:03:11 Successfully tagged core-data:latest 20:03:11  Building core-data ... done Building support-scheduler 20:03:14 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:14 ---> 4bb7de3172d1 20:03:14 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:14 ---> Using cache 20:03:14 ---> 34ece8359772 20:03:14 Step 4/23 : WORKDIR /edgex-go 20:03:14 ---> Using cache 20:03:14 ---> 6035f9b52de5 20:03:14 Step 5/23 : RUN apk add --update --no-cache make git 20:03:14 ---> Using cache 20:03:14 ---> c04f42200acf 20:03:14 Step 6/23 : COPY go.mod vendor* ./ 20:03:14 ---> Using cache 20:03:14 ---> f80f1b6f57fe 20:03:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:14 ---> Using cache 20:03:14 ---> 481017744935 20:03:14 Step 8/23 : COPY . . 20:03:14 ---> Using cache 20:03:14 ---> 0fde79d0c86f 20:03:14 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:03:20 ---> Running in e9b1b8448925 20:03:20 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:38 Removing intermediate container f9c226786099 20:03:38 ---> 5efc4a76d988 20:03:38 Step 7/25 : COPY . . 20:03:53 Removing intermediate container 47c8683cf4d8 20:03:53 ---> 731ed08347bf 20:03:53 20:03:53 Step 10/25 : FROM alpine:3.17 20:03:53 ---> 9ed4aefc74f6 20:03:53 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:03:53 ---> Using cache 20:03:53 ---> 5978721fa187 20:03:53 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:53 ---> Using cache 20:03:53 ---> f9f74c667a14 20:03:53 Step 13/25 : ENV APP_PORT=59881 20:03:53 ---> 272faf729cb0 20:03:53 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:03:53 ---> Running in 139a7b28c9e7 20:03:53 ---> Running in f9c613474bb9 20:03:53 Removing intermediate container 139a7b28c9e7 20:03:53 ---> 204b3a7ee7b0 20:03:53 Step 14/25 : EXPOSE $APP_PORT 20:03:53 ---> Running in 412047a116e8 20:03:53 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:53 Removing intermediate container fd5ac18c6bb9 20:03:53 ---> 0836243179ce 20:03:53 Step 8/23 : COPY . . 20:03:53 Removing intermediate container 7f9caedb890d 20:03:53 ---> 3a38a1dfee54 20:03:53 Step 7/20 : COPY . . 20:03:53 Removing intermediate container 412047a116e8 20:03:53 ---> ad2ba3fd2aba 20:03:53 Step 15/25 : WORKDIR / 20:03:53 ---> Running in 2880e9012e30 20:03:55 Removing intermediate container 2880e9012e30 20:03:55 ---> 2a002744de80 20:03:55 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:05 ---> bfe100e34b4e 20:04:05 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:04:05 ---> 8621d50a1986 20:04:05 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:04:05 ---> Running in ffb3484ffd4d 20:04:05 ---> 83c74d2cbd96 20:04:05 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:04:05 Removing intermediate container e9b1b8448925 20:04:05 ---> 861c1c8bd602 20:04:05 20:04:05 Step 10/23 : FROM alpine:3.17 20:04:05 ---> 9ed4aefc74f6 20:04:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:04:05 ---> Using cache 20:04:05 ---> 5978721fa187 20:04:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:05 ---> Using cache 20:04:05 ---> f9f74c667a14 20:04:05 Step 13/23 : ENV APP_PORT=59861 20:04:05 ---> Running in b69d05555c47 20:04:05 ---> 3c7a3542261e 20:04:05 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:04:05 ---> Running in aa3df9122f76 20:04:05 Removing intermediate container aa3df9122f76 20:04:05 ---> d93898dba259 20:04:05 Step 14/23 : EXPOSE $APP_PORT 20:04:05 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:04:05 ---> Running in 5d43bfdb3253 20:04:05 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:04:05 Removing intermediate container 5d43bfdb3253 20:04:05 ---> 3c79abaaf39a 20:04:05 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:05 ---> a5ffd7677b62 20:04:05 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:04:05 ---> 7cb65d4f4765 20:04:05 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:05 ---> 1c9bc31b5a81 20:04:05 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:04:05 ---> f5cb1f0e74ca 20:04:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:04:06 ---> 3da6e0ae51d1 20:04:06 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:04:06 ---> Running in 5bbbc8aea5ba 20:04:06 Removing intermediate container 5bbbc8aea5ba 20:04:06 ---> 891cdb824228 20:04:06 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:06 ---> 65a6887f23ff 20:04:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:04:06 ---> Running in b0caca3ab9a3 20:04:07 Removing intermediate container b0caca3ab9a3 20:04:07 ---> 2d45bc90def9 20:04:07 Step 23/25 : LABEL arch=x86_64 20:04:07 ---> Running in 6c1dfad76a8b 20:04:07 ---> e92a21b4b202 20:04:07 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:04:07 ---> Running in 42d4cd7aa32b 20:04:07 Removing intermediate container 6c1dfad76a8b 20:04:07 ---> 7687bd414bf5 20:04:07 Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:04:07 ---> Running in 40a0324754f7 20:04:07 Removing intermediate container 42d4cd7aa32b 20:04:07 ---> e19269496e0d 20:04:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:07 ---> Running in 3225dfe81444 20:04:07 Removing intermediate container 40a0324754f7 20:04:07 ---> b7209a0fea6d 20:04:07 Step 25/25 : LABEL version=0.0.0 20:04:07 ---> Running in 5fcae8dc6abc 20:04:07 Removing intermediate container 3225dfe81444 20:04:07 ---> 02b5aec6698f 20:04:07 Step 21/23 : LABEL arch=x86_64 20:04:07 Removing intermediate container 5fcae8dc6abc 20:04:07 ---> 24dac4b9d970 20:04:07 20:04:07 ---> Running in 27493f947c24 20:04:07 Successfully built 24dac4b9d970 20:04:07 Successfully tagged core-metadata:latest 20:04:07  Building core-metadata ... done Building security-bootstrapper 20:04:07 Removing intermediate container 27493f947c24 20:04:07 ---> aca1efdd22eb 20:04:07 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:04:07 ---> Running in f4f150911b9d 20:04:11 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:11 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:04:11 ---> 4bb7de3172d1 20:04:11 Step 3/33 : WORKDIR /edgex-go 20:04:11 ---> Using cache 20:04:11 ---> 33131000a387 20:04:11 Step 4/33 : RUN apk add --update --no-cache make git 20:04:11 ---> Using cache 20:04:11 ---> bd9daafe05e9 20:04:11 Step 5/33 : COPY go.mod vendor* ./ 20:04:11 ---> Using cache 20:04:11 ---> 48a9dbd111d1 20:04:11 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:11 ---> Using cache 20:04:11 ---> 5efc4a76d988 20:04:11 Step 7/33 : COPY . . 20:04:11 ---> Using cache 20:04:11 ---> 272faf729cb0 20:04:11 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:04:12 Removing intermediate container f4f150911b9d 20:04:12 ---> 59b95cb636d5 20:04:12 Step 23/23 : LABEL version=0.0.0 20:04: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:04:13 ---> Running in e8ae7f1cef33 20:04:13 ---> Running in 3a7919cda07e 20:04:13 Removing intermediate container 3a7919cda07e 20:04:13 ---> 405d7fcae579 20:04:13 20:04:13 Successfully built 405d7fcae579 20:04:13 Successfully tagged support-scheduler:latest 20:04:13 Building security-proxy-auth 20:04:13  Building support-scheduler ... done 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:04:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:04:16 ---> 4bb7de3172d1 20:04:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:04:16 ---> Using cache 20:04:16 ---> 34ece8359772 20:04:16 Step 4/23 : WORKDIR /edgex-go 20:04:16 ---> Using cache 20:04:16 ---> 6035f9b52de5 20:04:16 Step 5/23 : RUN apk add --update --no-cache make git 20:04:16 ---> Using cache 20:04:16 ---> c04f42200acf 20:04:16 Step 6/23 : COPY go.mod vendor* ./ 20:04:16 ---> Using cache 20:04:16 ---> f80f1b6f57fe 20:04:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:16 ---> Using cache 20:04:16 ---> 481017744935 20:04:16 Step 8/23 : COPY . . 20:04:16 ---> Using cache 20:04:16 ---> 0fde79d0c86f 20:04:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:04:21 ---> Running in 5771fe0cc6fe 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:04:21 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:04:21 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:04:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:04:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:04:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:04:24 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:04:25 Removing intermediate container f9c613474bb9 20:04:25 ---> e5f7e45a7f11 20:04:25 20:04:25 Step 9/25 : FROM alpine:3.17 20:04:25 ---> 9ed4aefc74f6 20:04:25 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:04:25 ---> Running in 1efb74c650f2 20:04:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:26 (1/3) Installing ca-certificates (20220614-r4) 20:04:26 (2/3) Installing dumb-init (1.2.5-r2) 20:04:26 (3/3) Installing su-exec (0.2-r2) 20:04:26 Executing busybox-1.35.0-r29.trigger 20:04:26 Executing ca-certificates-20220614-r4.trigger 20:04:26 OK: 8 MiB in 18 packages 20:04:28 Removing intermediate container 1efb74c650f2 20:04:28 ---> 9f7be7482baa 20:04:28 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:04:28 ---> Running in 2d7393be3248 20:04:29 Removing intermediate container 2d7393be3248 20:04:29 ---> 1ee07034c51e 20:04:29 Step 12/25 : WORKDIR / 20:04:29 ---> Running in d89a5086f292 20:04:29 Removing intermediate container d89a5086f292 20:04:29 ---> c048bb20c1f5 20:04:29 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:31 ---> 9374d2c4ebc5 20:04:31 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:04:31 ---> b4b122021f67 20:04:31 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:04:32 ---> bf8ab3bd3f89 20:04:32 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:04:32 ---> a78cb308af5f 20:04:32 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:04:33 ---> 316c0b2f6c84 20:04:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:04:35 ---> aedbd495ac64 20:04:35 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:04:36 ---> 9abd3ad0c23f 20:04:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:04:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.333s coverage: 28.7% of statements 20:04:42 ---> d2214b3b1871 20:04:42 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:42 ---> Running in 7a150308e9c1 20:04:42 Removing intermediate container ffb3484ffd4d 20:04:42 ---> 3c501d8fdf4a 20:04:42 20:04:42 Step 9/20 : FROM alpine:3.17 20:04:42 ---> 9ed4aefc74f6 20:04:42 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:42 Removing intermediate container b69d05555c47 20:04:42 ---> 1a4b6547f930 20:04:42 20:04:42 Step 10/23 : FROM alpine:3.17 20:04:42 ---> 9ed4aefc74f6 20:04:42 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:04:44 ---> Running in c60e295a1457 20:04:44 ---> Running in eab39abfcb4f 20:04:44 Removing intermediate container eab39abfcb4f 20:04:44 ---> deeda783c324 20:04:44 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:04:44 Removing intermediate container 5771fe0cc6fe 20:04:44 ---> 5d10710726a2 20:04:44 20:04:44 Removing intermediate container e8ae7f1cef33 20:04:44 ---> 538daa717354 20:04:44 Step 10/23 : FROM alpine:3.17 20:04:44 Step 9/33 : FROM alpine:3.17 20:04:44 20:04:44 ---> 9ed4aefc74f6 20:04:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:04:44 ---> 9ed4aefc74f6 20:04:44 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:44 ---> Using cache 20:04:44 ---> deeda783c324 20:04:44 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:04:44 ---> Using cache 20:04:44 ---> 5b1e26695f18 20:04:44 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:04:44 ---> Using cache 20:04:44 ---> 96496bc3b8a9 20:04:44 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:44 ---> Using cache 20:04:44 ---> 80f7ad56ee84 20:04:44 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:04:44 ---> Running in 6f8cd6ed21fa 20:04:44 ---> Using cache 20:04:44 ---> 28b42d0f63a4 20:04:44 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:04:44 ---> Running in ea50237da6cd 20:04:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:44 Removing intermediate container 7a150308e9c1 20:04:44 ---> bfa72a8dc6c9 20:04:44 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:04:44 ---> Running in 03a324ef881c 20:04:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:44 Removing intermediate container 03a324ef881c 20:04:44 ---> bed800368d24 20:04:44 Step 23/25 : LABEL arch=x86_64 20:04:44 ---> Running in aa16e0eea011 20:04:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:44 (1/2) Installing ca-certificates (20220614-r4) 20:04:44 (2/2) Installing dumb-init (1.2.5-r2) 20:04:44 Executing busybox-1.35.0-r29.trigger 20:04:44 Executing ca-certificates-20220614-r4.trigger 20:04:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:45 OK: 8 MiB in 17 packages 20:04:45 Removing intermediate container aa16e0eea011 20:04:45 ---> 5ce228740db5 20:04:45 Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:04:45 ---> 144e8a1af77d 20:04:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:04:45 ---> Running in ff9b7b096ae4 20:04:45 Removing intermediate container ff9b7b096ae4 20:04:45 ---> 0e87ad6f6e7f 20:04:45 Step 25/25 : LABEL version=0.0.0 20:04:45 ---> 459cd11b1cb2 20:04:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:04:45 ---> Running in f78bd5c5f02c 20:04:45 (1/2) Installing dumb-init (1.2.5-r2) 20:04:45 (2/2) Installing su-exec (0.2-r2) 20:04:45 Executing busybox-1.35.0-r29.trigger 20:04:45 OK: 7 MiB in 17 packages 20:04:45 Removing intermediate container f78bd5c5f02c 20:04:45 ---> 044cc5177519 20:04:45 20:04:45 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:45 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:45 OK: 17820 distinct packages available 20:04:45 ---> 81ff97d83523 20:04:45 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:45 Successfully built 044cc5177519 20:04:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:45 Successfully tagged security-secretstore-setup:latest 20:04:45  Building security-secretstore-setup ... done  ---> Running in 78e24da342a3 20:04:45 Removing intermediate container c60e295a1457 20:04:45 ---> fadb49112692 20:04:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:04:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:45 ---> Running in f3a238225034 20:04:45 Removing intermediate container f3a238225034 20:04:45 ---> e2b1bfe39ca0 20:04:45 Step 13/23 : ENV APP_PORT=59860 20:04:45 Removing intermediate container ea50237da6cd 20:04:45 ---> 8b44f9379231 20:04:45 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:04:45 ---> Running in 2079eb9637ec 20:04:45 ---> Running in c6e03255f1e6 20:04:45 Removing intermediate container 2079eb9637ec 20:04:45 ---> 2a8ae7282518 20:04:45 Step 14/23 : EXPOSE $APP_PORT 20:04:45 (1/9) Installing ca-certificates (20220614-r4) 20:04:45 Removing intermediate container c6e03255f1e6 20:04:45 ---> 7e2b69c9bfc2 20:04:45 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:04:45 (2/9) Installing brotli-libs (1.0.9-r9) 20:04:45 ---> Running in 32ba93e675f1 20:04:45 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:04:45 ---> Running in 15bf14e2a77e 20:04:45 (4/9) Installing libcurl (8.0.1-r0) 20:04:45 (5/9) Installing curl (8.0.1-r0) 20:04:45 (6/9) Installing dumb-init (1.2.5-r2) 20:04:45 (7/9) Installing musl-obstack (1.2.3-r0) 20:04:45 (8/9) Installing libucontext (1.2-r0) 20:04:45 (9/9) Installing gcompat (1.1.0-r0) 20:04:45 Executing busybox-1.35.0-r29.trigger 20:04:45 Executing ca-certificates-20220614-r4.trigger 20:04:45 Removing intermediate container 32ba93e675f1 20:04:45 ---> 174e1031f140 20:04:45 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:45 Removing intermediate container 15bf14e2a77e 20:04:45 ---> 7f475290749d 20:04:45 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:04:45 OK: 10 MiB in 24 packages 20:04:45 ---> Running in 376ba5ba0425 20:04:46 ---> aa56d69069c8 20:04:46 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:46 Removing intermediate container 376ba5ba0425 20:04:46 ---> 51e55e138de8 20:04:46 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:04:46 ---> Running in 2bf1455508ee 20:04:46 Removing intermediate container 2bf1455508ee 20:04:46 ---> 3747b69142e5 20:04:46 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:04:46 Removing intermediate container 78e24da342a3 20:04:46 ---> 128f1eab9bbf 20:04:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:04:46 ---> aa0c87461f6e 20:04:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:04:46 ---> Running in 9e1fa720c2b5 20:04:46 ---> Running in 49229f1d7f25 20:04:46 Removing intermediate container 49229f1d7f25 20:04:46 ---> e73d54be0de4 20:04:46 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:04:46 Removing intermediate container 6f8cd6ed21fa 20:04:46 ---> 949e4aaa020b 20:04:46 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:46 ---> Running in 6490985d65d4 20:04:46 ---> e65de6961647 20:04:46 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:04:46 ---> d946f0f19e15 20:04:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:04:46 Removing intermediate container 6490985d65d4 20:04:46 ---> 008fd5b1fd55 20:04:46 Step 21/23 : LABEL arch=x86_64 20:04:46 ---> Running in 69f2bcdcc2bb 20:04:46 ---> 4da3362191da 20:04:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:04:47 ---> 0e0020e9e96f 20:04:47 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:04:47 ---> Running in 8e2d4e4787a6 20:04:47 Removing intermediate container 69f2bcdcc2bb 20:04:47 ---> 8ab821835eba 20:04:47 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:04:47 Removing intermediate container 9e1fa720c2b5 20:04:47 ---> 70399c3fcc51 20:04:47 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:04:47 ---> Running in a53380a3abd7 20:04:47 ---> Running in 09d376015dbe 20:04:47 Removing intermediate container 8e2d4e4787a6 20:04:47 ---> b39cfcfa963c 20:04:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:47 Removing intermediate container a53380a3abd7 20:04:47 ---> 046a872b0778 20:04:47 Step 23/23 : LABEL version=0.0.0 20:04:47 ---> Running in 541cfd695156 20:04:47 ---> Running in b610e548c7cc 20:04:47 Removing intermediate container 09d376015dbe 20:04:47 ---> 226c3fe91bf0 20:04:47 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:04:47 ---> f3b44c431e51 20:04:47 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:04:47 Removing intermediate container 541cfd695156 20:04:47 ---> df09f069b893 20:04:47 Step 21/23 : LABEL arch=x86_64 20:04:47 Removing intermediate container b610e548c7cc 20:04:47 ---> 91a9fb8c1565 20:04:47 20:04:47 ---> Running in 21c868c26715 20:04:47 ---> 25a518831b46 20:04:47 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:04:47 Successfully built 91a9fb8c1565 20:04:47 ---> e5d809f541a3 20:04:47 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:04:47 ---> Running in 160eebf8f2c4 20:04:47 Successfully tagged security-proxy-auth:latest 20:04:47  Building security-proxy-auth ... done  ---> Running in 7ca1a6d4629f 20:04:47 Removing intermediate container 21c868c26715 20:04:47 ---> aac19cd61821 20:04:47 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:04:48 ---> Running in f201b0f65d34 20:04:48 Removing intermediate container 7ca1a6d4629f 20:04:48 ---> d24e032a1a6e 20:04:48 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:48 ---> Running in ad3c01312570 20:04:48 Removing intermediate container f201b0f65d34 20:04:48 ---> 211d94a772c9 20:04:48 Step 23/23 : LABEL version=0.0.0 20:04:48 ---> Running in ff9b46106ad0 20:04:48 Removing intermediate container ad3c01312570 20:04:48 ---> c61d431b1680 20:04:48 Step 18/20 : LABEL arch=x86_64 20:04:48 ---> Running in b5f8885fc8a0 20:04:48 Removing intermediate container ff9b46106ad0 20:04:48 ---> 20dff5a3e558 20:04:48 20:04:48 Removing intermediate container b5f8885fc8a0 20:04:48 ---> d3c6001d3bb4 20:04:48 Step 19/20 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:04:48 Successfully built 20dff5a3e558 20:04:48 ---> Running in 23116e495157 20:04:48 Successfully tagged support-notifications:latest 20:04:48  Building support-notifications ... done Removing intermediate container 23116e495157 20:04:48 ---> 5593232ca4c2 20:04:48 Step 20/20 : LABEL version=0.0.0 20:04:48 ---> Running in 1e15d9ca73f5 20:04:48 Removing intermediate container 1e15d9ca73f5 20:04:48 ---> b84ffaee27d0 20:04:48 20:04:48 Successfully built b84ffaee27d0 20:04:48 Successfully tagged security-spiffe-token-provider:latest 20:04:48  Building security-spiffe-token-provider ... done Removing intermediate container 160eebf8f2c4 20:04:48 ---> 242cbfd832fc 20:04:48 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:48 ---> b791246d2005 20:04:48 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:04:48 ---> 7b73d5d9dc47 20:04:48 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:04:49 ---> 0806a7d56c3d 20:04:49 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:04:49 ---> a7cc69edb7b1 20:04:49 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:04:49 ---> ed5a3dd3a438 20:04:49 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.330s coverage: 98.5% of statements 20:04:49 ---> ad6b0e4f5afc 20:04:49 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:04:49 ---> fffa9b093092 20:04:49 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:04:50 ---> 09366eeb253f 20:04:50 Step 28/33 : RUN chmod +x /entrypoint.sh 20:04:50 ---> Running in 9bbe77071bc5 20:04:50 Removing intermediate container 9bbe77071bc5 20:04:50 ---> 019f738738bd 20:04:50 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:04:50 ---> Running in 6adb505f6d53 20:04:50 Removing intermediate container 6adb505f6d53 20:04:50 ---> 884fba57ef6f 20:04:50 Step 30/33 : CMD ["gate"] 20:04:50 ---> Running in 52ab4fc3ce69 20:04:50 Removing intermediate container 52ab4fc3ce69 20:04:50 ---> 1f759f3702e8 20:04:50 Step 31/33 : LABEL arch=x86_64 20:04:50 ---> Running in 4e42be093b43 20:04:51 Removing intermediate container 4e42be093b43 20:04:51 ---> 70c2648cd24e 20:04:51 Step 32/33 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:04:51 ---> Running in ec7781e121ed 20:04:51 Removing intermediate container ec7781e121ed 20:04:51 ---> 66808219ec75 20:04:51 Step 33/33 : LABEL version=0.0.0 20:04:51 ---> Running in cf37b4e7ef99 20:04:51 Removing intermediate container cf37b4e7ef99 20:04:51 ---> 9074cac82381 20:04:51 20:04:51 Successfully built 9074cac82381 20:04:51 Successfully tagged security-bootstrapper:latest 20:04:51  Building security-bootstrapper ... done  [Pipeline] } 20:04:51 $ docker stop --time=1 4f7f39397bdb2460e87c30b656cfe2ba7a6f0e2000e3399402b736b560a0bb6a 20:04:52 $ docker rm -f --volumes 4f7f39397bdb2460e87c30b656cfe2ba7a6f0e2000e3399402b736b560a0bb6a [Pipeline] // withDockerContainer [Pipeline] sh 20:04:53 + docker images 20:04:53 REPOSITORY TAG IMAGE ID CREATED SIZE 20:04:53 security-bootstrapper latest 9074cac82381 2 seconds ago 22.2MB 20:04:53 support-notifications latest 20dff5a3e558 4 seconds ago 32.7MB 20:04:53 security-spiffe-token-provider latest b84ffaee27d0 4 seconds ago 32.8MB 20:04:53 security-proxy-auth latest 91a9fb8c1565 5 seconds ago 18.3MB 20:04:53 security-secretstore-setup latest 044cc5177519 7 seconds ago 32.8MB 20:04:53 5d10710726a2 9 seconds ago 1.67GB 20:04:53 538daa717354 9 seconds ago 1.67GB 20:04:53 3c501d8fdf4a 12 seconds ago 1.73GB 20:04:53 1a4b6547f930 12 seconds ago 1.75GB 20:04:53 e5f7e45a7f11 29 seconds ago 1.68GB 20:04:53 support-scheduler latest 405d7fcae579 39 seconds ago 32.1MB 20:04:53 core-metadata latest 24dac4b9d970 45 seconds ago 20.4MB 20:04:53 861c1c8bd602 52 seconds ago 1.75GB 20:04:53 731ed08347bf About a minute ago 1.69GB 20:04:53 core-data latest f719d7ed1fc5 About a minute ago 20MB 20:04:53 security-spire-agent latest 070bca46c421 About a minute ago 129MB 20:04:53 dfcc18b641b8 About a minute ago 1.69GB 20:04:53 0db4083febe5 About a minute ago 1.55GB 20:04:53 security-proxy-setup latest 8367c313aa35 2 minutes ago 18.7MB 20:04:53 core-common-config-bootstrapper latest 490f3bd4f912 2 minutes ago 17.2MB 20:04:53 core-command latest dd0ef3681192 2 minutes ago 19.8MB 20:04:53 4baf9f8fcb06 2 minutes ago 1.68GB 20:04:53 7217f71f49dd 2 minutes ago 1.69GB 20:04:53 security-spire-config latest e7e5a9c3b241 2 minutes ago 88.9MB 20:04:53 6e4f4a9bd4d0 2 minutes ago 1.67GB 20:04:53 security-spire-server latest 4c391f3adcbc 2 minutes ago 89.8MB 20:04:53 43a7e0e621da 2 minutes ago 1.55GB 20:04:53 ba9844824f21 2 minutes ago 1.55GB 20:04:53 ci-base-image-x86_64 latest 4bb7de3172d1 6 minutes ago 881MB 20:04:53 alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB 20:04:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 6 weeks ago 664MB 20:04:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:04:53 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:04:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:04:54 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:04:54 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:04:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.413s coverage: 71.5% of statements 20:04:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:04:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:05:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.352s coverage: 54.0% of statements 20:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:05:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:05:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.255s coverage: 88.5% of statements 20:05:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.457s coverage: 3.8% of statements 20:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:05:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:05:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.768s coverage: 95.6% of statements 20:05:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:05:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.199s coverage: 72.2% of statements 20:05:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:05:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.241s coverage: 65.9% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.415s coverage: 0.9% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.246s coverage: 29.0% of statements 20:05:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.260s coverage: 44.1% of statements 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.264s coverage: 82.9% of statements 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.247s coverage: 94.1% of statements 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.295s coverage: 96.3% of statements 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:05:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:05:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:05:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:05:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:06:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements 20:06:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:06:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:06:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:06:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:06:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:06:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.125s coverage: 79.9% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.293s coverage: 92.9% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.229s coverage: 62.3% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.213s coverage: 87.2% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.188s coverage: 20.0% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.202s coverage: 100.0% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.513s coverage: 81.8% of statements 20:06:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:06:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:06:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.532s coverage: 82.1% of statements 20:06:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.278s coverage: 86.0% of statements 20:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.992s coverage: 63.1% of statements 20:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.252s coverage: 100.0% of statements 20:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 89.4% of statements 20:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements 20:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements 20:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:06:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 20:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.977s coverage: 38.4% of statements 20:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements 20:06:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:06:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:06:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:06:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:06:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.219s coverage: 84.8% of statements 20:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:06:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.289s coverage: 17.7% of statements 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:06:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:06:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.556s coverage: 92.3% of statements 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:07:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.302s coverage: 61.5% of statements 20:07:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:07:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:07:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.372s coverage: 97.7% of statements 20:07:05 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:07:05 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:07:05 go vet ./... 20:09:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:09:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:09:42 ./bin/test-attribution-txt.sh [Pipeline] echo 20:09:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:09:43 + ls -al . 20:09:43 total 700 20:09:43 drwxrwxr-x 10 1001 1001 4096 Apr 21 20:01 . 20:09:43 drwxr-xr-x 4 root root 4096 Apr 21 20:01 .. 20:09:43 drwxrwxr-x 2 1001 1001 4096 Apr 21 20:00 .blubracket 20:09:43 -rw-rw-r-- 1 1001 1001 16 Apr 21 20:00 .dockerignore 20:09:43 drwxrwxr-x 8 1001 1001 4096 Apr 21 20:00 .git 20:09:43 drwxrwxr-x 3 1001 1001 4096 Apr 21 20:00 .github 20:09:43 -rw-rw-r-- 1 1001 1001 1133 Apr 21 20:00 .gitignore 20:09:43 -rw-rw-r-- 1 1001 1001 42 Apr 21 20:00 .golangci.yml 20:09:43 -rw-rw-r-- 1 1001 1001 87 Apr 21 20:00 .hadolint.yml 20:09:43 -rw-rw-r-- 1 1001 1001 166 Apr 21 20:00 .sonarcloud.properties 20:09:43 -rw-rw-r-- 1 1001 1001 1171 Apr 21 20:00 ADOPTERS.md 20:09:43 -rw-rw-r-- 1 1001 1001 10835 Apr 21 20:00 Attribution.txt 20:09:43 -rw-rw-r-- 1 1001 1001 73765 Apr 21 20:00 CHANGELOG.md 20:09:43 -rw-rw-r-- 1 1001 1001 3804 Apr 21 20:00 CONTRIBUTING.md 20:09:43 -rw-rw-r-- 1 1001 1001 677 Apr 21 20:00 GOVERNANCE.md 20:09:43 -rw-rw-r-- 1 1001 1001 883 Apr 21 20:00 Jenkinsfile 20:09:43 -rw-rw-r-- 1 1001 1001 10775 Apr 21 20:00 LICENSE 20:09:43 -rw-rw-r-- 1 1001 1001 14368 Apr 21 20:00 Makefile 20:09:43 -rw-rw-r-- 1 1001 1001 582 Apr 21 20:00 OWNERS.md 20:09:43 -rw-rw-r-- 1 1001 1001 9403 Apr 21 20:00 README.md 20:09:43 -rw-rw-r-- 1 1001 1001 789 Apr 21 20:00 SECURITY.md 20:09:43 -rw-rw-r-- 1 1001 1001 5 Apr 21 19:57 VERSION 20:09:43 drwxrwxr-x 2 1001 1001 4096 Apr 21 20:00 bin 20:09:43 drwxrwxr-x 18 1001 1001 4096 Apr 21 20:00 cmd 20:09:43 -rw-r--r-- 1 root root 448248 Apr 21 20:07 coverage.out 20:09:43 -rw-rw-r-- 1 1001 1001 3200 Apr 21 20:00 go.mod 20:09:43 -rw-rw-r-- 1 1001 1001 31155 Apr 21 20:00 go.sum 20:09:43 drwxrwxr-x 7 1001 1001 4096 Apr 21 20:00 internal 20:09:43 drwxrwxr-x 3 1001 1001 4096 Apr 21 20:00 openapi 20:09:43 -rw-rw-r-- 1 1001 1001 594 Apr 21 20:00 security.txt 20:09:43 drwxrwxr-x 4 1001 1001 4096 Apr 21 20:00 snap 20:09:43 -rw-rw-r-- 1 1001 1001 204 Apr 21 20:00 version.go [Pipeline] sh 20:09:43 + '[' -e coverage.out ] 20:09:43 + chown 1001:1001 coverage.out [Pipeline] stash 20:09:44 Warning: overwriting stash ‘coverage-report’ 20:09:44 Stashed 1 file(s) [Pipeline] sh 20:09:45 + make build 20:09:45 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:11:22 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:11:24 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:11:29 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:11:33 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:12:20 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:12: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:12:32 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:12: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:12:42 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:12:46 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:12:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:12:58 $ docker stop --time=1 32eed383723129e21a27ca4686ae2361134844514b6a2a97a07915d06dec679a 20:13:01 $ docker rm -f --volumes 32eed383723129e21a27ca4686ae2361134844514b6a2a97a07915d06dec679a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:03 20:13:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:04 latest: Pulling from edgex-devops/edgex-compose-arm64 20:13:04 29e5d40040c1: Pulling fs layer 20:13:04 1ce36da41761: Pulling fs layer 20:13:04 25b303627fd3: Pulling fs layer 20:13:04 29e5d40040c1: Verifying Checksum 20:13:04 29e5d40040c1: Download complete 20:13:05 1ce36da41761: Verifying Checksum 20:13:05 1ce36da41761: Download complete 20:13:05 29e5d40040c1: Pull complete 20:13:06 25b303627fd3: Verifying Checksum 20:13:06 25b303627fd3: Download complete 20:13:06 1ce36da41761: Pull complete 20:13:16 25b303627fd3: Pull complete 20:13:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:13:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:17 prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container 20:13:17 $ 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:13:19 $ docker top f971fd312cd1da4247b7949932b7f13c8f58efca51a48226d3332c823c0ad703 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:20 + docker-compose build --help 20:13:20 + grep parallel 20:13:24 --parallel Build images in parallel. [Pipeline] } 20:13:24 $ docker stop --time=1 f971fd312cd1da4247b7949932b7f13c8f58efca51a48226d3332c823c0ad703 20:13:26 $ docker rm -f --volumes f971fd312cd1da4247b7949932b7f13c8f58efca51a48226d3332c823c0ad703 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:27 prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container 20:13:27 $ 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:13:28 $ docker top f3a146a9781591f419e159b53c0a033864dc2a128931b42d5cc61e6823542cd7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:29 + docker-compose -f ./docker-compose-build.yml build --parallel 20:13:34 Building core-command ... 20:13:34 Building core-common-config-bootstrapper ... 20:13:34 Building core-data ... 20:13:34 Building core-metadata ... 20:13:34 Building security-bootstrapper ... 20:13:34 Building security-proxy-auth ... 20:13:34 Building security-proxy-setup ... 20:13:34 Building security-secretstore-setup ... 20:13:34 Building security-spiffe-token-provider ... 20:13:34 Building security-spire-agent ... 20:13:34 Building security-spire-config ... 20:13:34 Building security-spire-server ... 20:13:34 Building support-notifications ... 20:13:34 Building support-scheduler ... 20:13:34 Building core-command 20:13:34 Building core-metadata 20:13:34 Building security-bootstrapper 20:13:34 Building core-data 20:13:34 Building security-spiffe-token-provider 20:14:21 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:14:21 ---> f44d24f46477 20:14:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:14:21 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:21 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:14:21 ---> f44d24f46477 20:14:21 Step 3/33 : WORKDIR /edgex-go 20:14:21 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:14:21 ---> f44d24f46477 20:14:21 Step 3/20 : WORKDIR /edgex-go 20:14:21 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:14:21 ---> f44d24f46477 20:14:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:14:21 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:21 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:14:21 ---> f44d24f46477 20:14:21 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:14:21 ---> Running in 67f39bafb567 20:14:21 ---> Running in a543c95f28b6 20:14:21 ---> Running in aebb9a247656 20:14:21 ---> Running in 72c3df39749d 20:14:21 ---> Running in bdcf4357bf7f 20:14:21 Removing intermediate container a543c95f28b6 20:14:21 ---> 8c6842c81dfb 20:14:21 Step 4/23 : WORKDIR /edgex-go 20:14:21 ---> Running in 05bd53bd2fde 20:14:21 Removing intermediate container aebb9a247656 20:14:21 ---> 6f189cba4b5f 20:14:21 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:14:21 Removing intermediate container bdcf4357bf7f 20:14:21 ---> ecdb1bad26a9 20:14:21 Step 4/33 : RUN apk add --update --no-cache make git 20:14:21 ---> Running in 64d6157acb81 20:14:21 Removing intermediate container 72c3df39749d 20:14:21 ---> e422f23b5279 20:14:21 Step 4/25 : WORKDIR /edgex-go 20:14:21 Removing intermediate container 67f39bafb567 20:14:21 ---> dd8d2ab3365d 20:14:21 Step 4/24 : WORKDIR /edgex-go 20:14:21 ---> Running in 73496cf604bb 20:14:21 ---> Running in f13ca18d26fa 20:14:21 ---> Running in 66f63cc2a5d6 20:14:21 Removing intermediate container 05bd53bd2fde 20:14:21 ---> 086c900c3dc2 20:14:21 Step 5/23 : RUN apk add --update --no-cache make git 20:14:21 ---> Running in c36d3e58248f 20:14:21 Removing intermediate container f13ca18d26fa 20:14:21 ---> 4f4de00f99f3 20:14:21 Step 5/25 : RUN apk add --update --no-cache make git 20:14:21 Removing intermediate container 66f63cc2a5d6 20:14:21 ---> d23d6ee66b50 20:14:21 Step 5/24 : RUN apk add --update --no-cache make git 20:14:21 ---> Running in da50576bfe7a 20:14:21 ---> Running in ecc9e6623c9a 20:14:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:23 OK: 263 MiB in 53 packages 20:14:23 OK: 263 MiB in 53 packages 20:14:23 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:14:23 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:14:23 OK: 17695 distinct packages available 20:14:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:24 OK: 263 MiB in 53 packages 20:14:24 OK: 263 MiB in 53 packages 20:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:24 Removing intermediate container 73496cf604bb 20:14:24 ---> 7ff4eb4ac604 20:14:24 Step 5/33 : COPY go.mod vendor* ./ 20:14:25 Removing intermediate container c36d3e58248f 20:14:25 ---> 3cf162b8c674 20:14:25 Step 6/23 : COPY go.mod vendor* ./ 20:14:26 Removing intermediate container da50576bfe7a 20:14:26 ---> 51f2cb3826ca 20:14:26 Step 6/25 : COPY go.mod vendor* ./ 20:14:26 OK: 263 MiB in 53 packages 20:14:26 ---> a8ea2d39f82f 20:14:26 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:26 Removing intermediate container ecc9e6623c9a 20:14:26 ---> d8b571d3ef83 20:14:26 Step 6/24 : COPY go.mod vendor* ./ 20:14:26 ---> Running in f5167e3ce470 20:14:26 ---> 5dde78e2b9b5 20:14:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:27 ---> Running in 84d64d2bea55 20:14:27 ---> 9bffdbbc1be3 20:14:27 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:27 ---> Running in ef3b9d52a137 20:14:28 Removing intermediate container 64d6157acb81 20:14:28 ---> 4b825a16b2a8 20:14:28 Step 5/20 : COPY go.mod vendor* ./ 20:14:28 ---> 4a52fe32fa7c 20:14:28 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:28 ---> Running in 02926304594d 20:14:29 ---> 80426a504370 20:14:29 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:29 ---> Running in 303e3cd3e5a7 20:16:21 Removing intermediate container 303e3cd3e5a7 20:16:21 ---> 6b076e9a7aac 20:16:21 Step 7/20 : COPY . . 20:16:21 Removing intermediate container ef3b9d52a137 20:16:21 ---> b1c44a82e525 20:16:21 Step 8/25 : COPY . . 20:16:21 Removing intermediate container f5167e3ce470 20:16:21 ---> 33bbbc9c4b61 20:16:21 Step 7/33 : COPY . . 20:16:21 Removing intermediate container 84d64d2bea55 20:16:21 ---> 455b257a5be2 20:16:21 Step 8/23 : COPY . . 20:16:21 Removing intermediate container 02926304594d 20:16:21 ---> b143f1d8e0f8 20:16:21 Step 8/24 : COPY . . 20:16:33 ---> 9264d6ffa416 20:16:33 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:16:33 ---> e37a266e22ec 20:16:33 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:16:33 ---> 8b8ef2af4a09 20:16:33 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:16:33 ---> a28c13bfcfaa 20:16:33 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:16:33 ---> Running in 3d268db1ea40 20:16:33 ---> 711c0417f52b 20:16:33 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:16:33 ---> Running in 6fc4f5969ece 20:16:33 ---> Running in d7f43beff9b5 20:16:34 ---> Running in 1abb8680a656 20:16:34 ---> Running in 95d4568f39a2 20:16:35 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:16: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:16:36 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: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:16: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:23:30 Removing intermediate container 6fc4f5969ece 20:23:30 ---> 1865c5881cee 20:23:30 20:23:30 Step 9/33 : FROM alpine:3.17 20:23:30 3.17: Pulling from library/alpine 20:23:30 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:23:30 Status: Downloaded newer image for alpine:3.17 20:23:30 ---> 51e60588ff2c 20:23:30 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:23:30 ---> Running in b03f28c60768 20:23:30 Removing intermediate container b03f28c60768 20:23:30 ---> 639ce3fe308d 20:23:30 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:23:30 ---> Running in f293fea9a058 20:23:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:30 (1/2) Installing dumb-init (1.2.5-r2) 20:23:30 (2/2) Installing su-exec (0.2-r2) 20:23:30 Executing busybox-1.35.0-r29.trigger 20:23:30 OK: 8 MiB in 17 packages 20:23:30 Removing intermediate container f293fea9a058 20:23:30 ---> 2ddcc9a8e1ab 20:23:30 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:23:30 ---> Running in 751a51a2e2cf 20:23:30 Removing intermediate container 751a51a2e2cf 20:23:30 ---> 948e72ca4345 20:23:30 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:23:30 ---> Running in 53c0658aa766 20:23:30 Removing intermediate container 53c0658aa766 20:23:30 ---> 2c5187742d3e 20:23:30 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:23:30 ---> Running in 54b171542f76 20:23:30 Removing intermediate container 54b171542f76 20:23:30 ---> b256975abe3a 20:23:30 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:23:30 ---> Running in 2c58bfa21940 20:23:30 Removing intermediate container 2c58bfa21940 20:23:30 ---> 038d61f5c73a 20:23:30 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:23:31 ---> Running in f5b96f6dba83 20:23:34 Removing intermediate container f5b96f6dba83 20:23:34 ---> d2067dba4a75 20:23:34 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:23:34 ---> Running in 01ec79956cd2 20:23:35 Removing intermediate container 01ec79956cd2 20:23:35 ---> dd36cb96e494 20:23:35 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:23:36 ---> b1c6ffc352b9 20:23:36 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:23:36 ---> Running in b860a5a65ea0 20:23:39 Removing intermediate container b860a5a65ea0 20:23:39 ---> b07c70510e1f 20:23:39 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:40 ---> 32406efe5614 20:23:40 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:23:41 ---> e87147cbbfd0 20:23:41 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:23:43 ---> f62c8a9e549e 20:23:43 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:23:44 ---> 26c1e21dc17d 20:23:44 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:23:45 ---> 675930dd8493 20:23:45 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:23:46 ---> 4c301f0c6c27 20:23:46 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:23:47 ---> ca17a9d2f15e 20:23:47 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:23:48 ---> 0d543356f322 20:23:48 Step 28/33 : RUN chmod +x /entrypoint.sh 20:23:49 ---> Running in 2c9accef113c 20:23:52 Removing intermediate container 2c9accef113c 20:23:52 ---> 9f288d9f3523 20:23:52 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:23:52 ---> Running in dc339ff1d058 20:23:52 Removing intermediate container dc339ff1d058 20:23:52 ---> 411ff06f2e12 20:23:52 Step 30/33 : CMD ["gate"] 20:23:53 ---> Running in ea8340df23f6 20:23:53 Removing intermediate container ea8340df23f6 20:23:53 ---> 3194a8bd73a9 20:23:53 Step 31/33 : LABEL arch=arm64 20:23:53 ---> Running in 95f3ffca9ca9 20:23:54 Removing intermediate container 95f3ffca9ca9 20:23:54 ---> 29624d3821c8 20:23:54 Step 32/33 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:23:54 ---> Running in 317bb4e4f649 20:23:55 Removing intermediate container 317bb4e4f649 20:23:55 ---> dac682c6a0f8 20:23:55 Step 33/33 : LABEL version=0.0.0 20:23:55 ---> Running in a3249a429021 20:23:55 Removing intermediate container a3249a429021 20:23:55 ---> 0448c9938c91 20:23:55 20:23:56 Successfully built 0448c9938c91 20:23:56 Successfully tagged security-bootstrapper-arm64:latest 20:23:56  Building security-bootstrapper ... done Building support-scheduler 20:24:06 Removing intermediate container 3d268db1ea40 20:24:06 ---> 2787df979b2c 20:24:06 20:24:06 Step 10/24 : FROM alpine:3.17 20:24:06 ---> 51e60588ff2c 20:24:06 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:24:06 ---> Running in 007338a0438f 20:24:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:11 (1/1) Installing dumb-init (1.2.5-r2) 20:24:12 Executing busybox-1.35.0-r29.trigger 20:24:12 OK: 8 MiB in 16 packages 20:24:15 Removing intermediate container 007338a0438f 20:24:15 ---> 39c83cd5c55d 20:24:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:24:15 ---> Running in 88180d6fee4b 20:24:16 Removing intermediate container 88180d6fee4b 20:24:16 ---> 8a18ea1c1dfb 20:24:16 Step 13/24 : ENV APP_PORT=59882 20:24:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:16 ---> f44d24f46477 20:24:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:24:16 ---> Using cache 20:24:16 ---> e422f23b5279 20:24:16 Step 4/23 : WORKDIR /edgex-go 20:24:16 ---> Using cache 20:24:16 ---> 4f4de00f99f3 20:24:16 Step 5/23 : RUN apk add --update --no-cache make git 20:24:16 ---> Using cache 20:24:16 ---> 51f2cb3826ca 20:24:16 Step 6/23 : COPY go.mod vendor* ./ 20:24:16 ---> Using cache 20:24:16 ---> 9bffdbbc1be3 20:24:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:16 ---> Using cache 20:24:16 ---> b1c44a82e525 20:24:16 Step 8/23 : COPY . . 20:24:16 ---> Running in 120596be026c 20:24:16 ---> Using cache 20:24:16 ---> a28c13bfcfaa 20:24:16 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:24:17 ---> Running in c278b604ce8d 20:24:17 Removing intermediate container 120596be026c 20:24:17 ---> a35337c94f83 20:24:17 Step 14/24 : EXPOSE $APP_PORT 20:24:17 ---> Running in 725f9f51f1eb 20:24:19 Removing intermediate container 725f9f51f1eb 20:24:19 ---> 8354db6c66fa 20:24:19 Step 15/24 : WORKDIR / 20:24:19 ---> Running in 53f494312698 20:24:20 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:24:21 Removing intermediate container 53f494312698 20:24:21 ---> d14ef5b7f743 20:24:21 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:22 ---> 9f52dd5bcc9b 20:24:22 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:24:24 ---> ed0933b15364 20:24:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:24:28 ---> 7d94ac6f3ec1 20:24:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:24:30 ---> 484473e23252 20:24:30 Step 20/24 : ENTRYPOINT ["/core-command"] 20:24:30 ---> Running in 8e13eb069f98 20:24:31 Removing intermediate container 8e13eb069f98 20:24:31 ---> b4954a6a4ff0 20:24:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:24:31 ---> Running in 9c9f7b3e2dde 20:24:32 Removing intermediate container 9c9f7b3e2dde 20:24:32 ---> 98584f2433ff 20:24:32 Step 22/24 : LABEL arch=arm64 20:24:32 ---> Running in 90fe4b4d5b9d 20:24:33 Removing intermediate container d7f43beff9b5 20:24:33 ---> 0fa1d19856ce 20:24:33 20:24:33 Step 10/23 : FROM alpine:3.17 20:24:33 ---> 51e60588ff2c 20:24:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:24:33 Removing intermediate container 90fe4b4d5b9d 20:24:33 ---> 5f15ab9418ce 20:24:33 Step 23/24 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:24:34 ---> Running in 58b01923c9c4 20:24:34 ---> Running in 906c727172e0 20:24:34 Removing intermediate container 1abb8680a656 20:24:34 ---> e35c8c94fcb2 20:24:34 20:24:34 Step 10/25 : FROM alpine:3.17 20:24:34 ---> 51e60588ff2c 20:24:34 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:24:34 ---> Using cache 20:24:34 ---> 39c83cd5c55d 20:24:34 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:24:34 ---> Using cache 20:24:34 ---> 8a18ea1c1dfb 20:24:34 Step 13/25 : ENV APP_PORT=59881 20:24:34 ---> Running in 5083f1867608 20:24:34 Removing intermediate container 906c727172e0 20:24:34 ---> 143ef200d3f8 20:24:34 Step 24/24 : LABEL version=0.0.0 20:24:34 Removing intermediate container 58b01923c9c4 20:24:34 ---> 3b3ea6face68 20:24:34 Step 12/23 : ENV APP_PORT=59880 20:24:35 ---> Running in ea86e0dcf38e 20:24:35 ---> Running in 3dbfdcdeb94b 20:24:35 Removing intermediate container 5083f1867608 20:24:35 ---> c5faf14d3025 20:24:35 Step 14/25 : EXPOSE $APP_PORT 20:24:35 Removing intermediate container ea86e0dcf38e 20:24:35 ---> 4fdd2d9f6969 20:24:36 20:24:36 Removing intermediate container 3dbfdcdeb94b 20:24:36 ---> 2d631df788df 20:24:36 Step 13/23 : EXPOSE $APP_PORT 20:24:36 ---> Running in 3c17556424c4 20:24:36 ---> Running in 0db5ae10e0b6 20:24:36 Successfully built 4fdd2d9f6969 20:24:36 Successfully tagged core-command-arm64:latest 20:24:36 Building support-notifications 20:24:36  Building core-command ... done Removing intermediate container 3c17556424c4 20:24:36 ---> eaee59050aec 20:24:36 Step 15/25 : WORKDIR / 20:24:36 ---> Running in 020d139cc074 20:24:37 Removing intermediate container 0db5ae10e0b6 20:24:37 ---> 2a4742624c1b 20:24:37 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:24:37 ---> Running in 2ab904e4f168 20:24:37 Removing intermediate container 020d139cc074 20:24:37 ---> 12b036626c82 20:24:37 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:39 ---> fa3dbab87b15 20:24:39 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:24:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:40 ---> 09b80f54e3ff 20:24:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:24:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:42 ---> fa7644c398a9 20:24:42 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:24:42 (1/1) Installing dumb-init (1.2.5-r2) 20:24:42 Executing busybox-1.35.0-r29.trigger 20:24:42 OK: 8 MiB in 16 packages 20:24:43 ---> 4dbb62fea000 20:24:43 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:24:45 Removing intermediate container 2ab904e4f168 20:24:45 ---> c0e7b81466ab 20:24:45 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:45 ---> d1041912b7a5 20:24:45 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:24:45 ---> Running in 103f3a59f8ff 20:24:46 Removing intermediate container 103f3a59f8ff 20:24:46 ---> eeb632997232 20:24:46 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:24:46 ---> eebad0b1000f 20:24:46 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:24:46 ---> Running in 3041b20322a8 20:24:47 Removing intermediate container 3041b20322a8 20:24:47 ---> 8e173077c1c1 20:24:47 Step 23/25 : LABEL arch=arm64 20:24:47 ---> Running in 07645032cf0d 20:24:47 ---> b780b1d7a21c 20:24:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:24:48 Removing intermediate container 07645032cf0d 20:24:48 ---> cfed6a8a91f3 20:24:48 Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:24:48 ---> Running in 4afb7e3ea201 20:24:49 Removing intermediate container 4afb7e3ea201 20:24:49 ---> 7afd5b3745fa 20:24:49 Step 25/25 : LABEL version=0.0.0 20:24:49 ---> Running in 6432dc24e8a8 20:24:50 Removing intermediate container 6432dc24e8a8 20:24:50 ---> d9810f454e50 20:24:50 20:24:50 Successfully built d9810f454e50 20:24:50 Successfully tagged core-metadata-arm64:latest 20:24:50  Building core-metadata ... done Building security-spire-config 20:24:51 ---> b2a9e5b9fd66 20:24:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:24:52 ---> fde95bc125ce 20:24:52 Step 19/23 : ENTRYPOINT ["/core-data"] 20:24:52 ---> Running in e4cfa8a6c611 20:24:53 Removing intermediate container e4cfa8a6c611 20:24:53 ---> a9f8b0da0d05 20:24:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:24:53 ---> Running in e26dae4c4853 20:24:53 Removing intermediate container e26dae4c4853 20:24:53 ---> 049392673922 20:24:53 Step 21/23 : LABEL arch=arm64 20:24:54 ---> Running in 855cb2f715c4 20:24:54 Removing intermediate container 855cb2f715c4 20:24:54 ---> f1a077763cf0 20:24:54 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:24:55 ---> Running in be3d2b3e108a 20:24:57 Removing intermediate container be3d2b3e108a 20:24:57 ---> b6d90090efb6 20:24:57 Step 23/23 : LABEL version=0.0.0 20:24:57 ---> Running in 31252d4bb5a3 20:24:58 Removing intermediate container 31252d4bb5a3 20:24:58 ---> c2c7216979b2 20:24:58 20:24:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:58 ---> f44d24f46477 20:24:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:24:58 ---> Using cache 20:24:58 ---> e422f23b5279 20:24:58 Step 4/23 : WORKDIR /edgex-go 20:24:58 ---> Using cache 20:24:58 ---> 4f4de00f99f3 20:24:58 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:24:59 ---> Running in e49d90c9d412 20:24:59 Successfully built c2c7216979b2 20:24:59 Successfully tagged core-data-arm64:latest 20:24:59 Building security-secretstore-setup 20:25:00  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:02 OK: 263 MiB in 53 packages 20:25:04 Removing intermediate container e49d90c9d412 20:25:04 ---> 141bc436184e 20:25:04 Step 6/23 : COPY go.mod vendor* ./ 20:25:05 ---> 9253aef9beb1 20:25:05 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:05 ---> Running in 2e33dd48dbda 20:25:20 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:20 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:25:20 ---> f44d24f46477 20:25:20 Step 3/27 : WORKDIR /edgex-go 20:25:20 ---> Using cache 20:25:20 ---> ecdb1bad26a9 20:25:20 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:25:20 ---> Running in 8b83c5d3e846 20:25:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:24 OK: 263 MiB in 53 packages 20:25:25 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:25 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:25:25 ---> f44d24f46477 20:25:25 Step 3/25 : WORKDIR /edgex-go 20:25:25 ---> Using cache 20:25:25 ---> ecdb1bad26a9 20:25:25 Step 4/25 : RUN apk add --update --no-cache make git 20:25:25 ---> Using cache 20:25:25 ---> 7ff4eb4ac604 20:25:25 Step 5/25 : COPY go.mod vendor* ./ 20:25:25 ---> Using cache 20:25:25 ---> a8ea2d39f82f 20:25:25 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:25 ---> Using cache 20:25:25 ---> 33bbbc9c4b61 20:25:25 Step 7/25 : COPY . . 20:25:25 ---> Using cache 20:25:25 ---> e37a266e22ec 20:25:25 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:25:26 ---> Running in ee3e3198ced7 20:25:27 Removing intermediate container 8b83c5d3e846 20:25:27 ---> 938e97d0c417 20:25:27 Step 5/27 : COPY go.mod vendor* ./ 20:25: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:25:29 ---> 0d4ab73e55bd 20:25:29 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:29 ---> Running in a4ae1d767271 20:25:35 Removing intermediate container 95d4568f39a2 20:25:35 ---> c01a9385cb86 20:25:35 20:25:35 Step 9/20 : FROM alpine:3.17 20:25:35 ---> 51e60588ff2c 20:25:35 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:25:35 ---> Using cache 20:25:35 ---> 639ce3fe308d 20:25:35 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:25:37 ---> Running in 4d0776a3851a 20:25:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:41 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:25:41 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:25:41 OK: 17691 distinct packages available 20:25:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:45 (1/9) Installing ca-certificates (20220614-r4) 20:25:45 (2/9) Installing brotli-libs (1.0.9-r9) 20:25:45 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:25:45 (4/9) Installing libcurl (8.0.1-r0) 20:25:45 (5/9) Installing curl (8.0.1-r0) 20:25:45 (6/9) Installing dumb-init (1.2.5-r2) 20:25:45 (7/9) Installing musl-obstack (1.2.3-r0) 20:25:45 (8/9) Installing libucontext (1.2-r0) 20:25:45 (9/9) Installing gcompat (1.1.0-r0) 20:25:45 Executing busybox-1.35.0-r29.trigger 20:25:45 Executing ca-certificates-20220614-r4.trigger 20:25:46 OK: 11 MiB in 24 packages 20:25:49 Removing intermediate container 4d0776a3851a 20:25:49 ---> 8d56a2e6fc0a 20:25:49 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:50 ---> 34346315c1f7 20:25:50 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:25:51 ---> ef953849a37f 20:25:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:25:54 ---> 35c35ddb7e31 20:25:54 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:25:54 ---> 1776780f4ce3 20:25:54 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:25:54 ---> Running in 2993368828a2 20:25:55 Removing intermediate container 2993368828a2 20:25:55 ---> f4be5ecd347f 20:25:55 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:25:55 ---> Running in 107ed2313c3a 20:25:55 Removing intermediate container 107ed2313c3a 20:25:55 ---> bc234f90b66a 20:25:55 Step 18/20 : LABEL arch=arm64 20:25:55 ---> Running in 920d189443cc 20:25:56 Removing intermediate container 920d189443cc 20:25:56 ---> 57b2c7316686 20:25:56 Step 19/20 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:25:56 ---> Running in c05de20627b9 20:25:57 Removing intermediate container c05de20627b9 20:25:57 ---> d6f4e09a312f 20:25:57 Step 20/20 : LABEL version=0.0.0 20:25:57 ---> Running in 19db7a99203c 20:25:58 Removing intermediate container 19db7a99203c 20:25:58 ---> 20dacafc065c 20:25:58 20:25:58 Successfully built 20dacafc065c 20:25:58 Successfully tagged security-spiffe-token-provider-arm64:latest 20:25:58 Building security-spire-server 20:26:20  Building security-spiffe-token-provider ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:26:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:26:20 ---> f44d24f46477 20:26:20 Step 3/26 : WORKDIR /edgex-go 20:26:20 ---> Using cache 20:26:20 ---> ecdb1bad26a9 20:26:20 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:26:20 ---> Using cache 20:26:20 ---> 938e97d0c417 20:26:20 Step 5/26 : COPY go.mod vendor* ./ 20:26:20 ---> Using cache 20:26:20 ---> 0d4ab73e55bd 20:26:20 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:26:20 ---> Running in 00fa73026230 20:26:47 Removing intermediate container 2e33dd48dbda 20:26:47 ---> 9e7681cc2429 20:26:47 Step 8/23 : COPY . . 20:27:14 ---> fdfe6411f21a 20:27:14 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:27:14 ---> Running in 79ba12b9b91a 20:27:14 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:27:26 Removing intermediate container a4ae1d767271 20:27:26 ---> b172b527fdcc 20:27:26 Step 7/27 : COPY . . 20:27:53 ---> f67d301ff720 20:27:53 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:27:53 ---> Running in 08646599766f 20:27:53 Removing intermediate container 08646599766f 20:27:53 ---> 172c8c6752c8 20:27:53 Step 9/27 : WORKDIR /edgex-go/spire-build 20:27:53 ---> Running in efe50a43786e 20:27:53 Removing intermediate container efe50a43786e 20:27:53 ---> 591f93b1fcf4 20:27:53 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:27:53 ---> Running in 97b99d186fa9 20:27:54 Removing intermediate container 97b99d186fa9 20:27:54 ---> 8fe4d6a81f29 20:27:54 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:27:54 ---> Running in 7dd0fc4ecdec 20:28:02 Removing intermediate container 7dd0fc4ecdec 20:28:02 ---> 68434e287c0d 20:28:02 Step 12/27 : WORKDIR /edgex-go 20:28:02 ---> Running in 4c6ba2d385b9 20:28:02 Removing intermediate container 4c6ba2d385b9 20:28:02 ---> 4b811b39298c 20:28:02 20:28:02 Step 13/27 : FROM alpine:3.17 20:28:02 ---> 51e60588ff2c 20:28:02 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:28:02 ---> Running in 8728ddb197b9 20:28:03 Removing intermediate container 8728ddb197b9 20:28:03 ---> ac6e8718a120 20:28:03 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:28:03 ---> Running in 18a2d3c05984 20:28:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:08 Removing intermediate container 00fa73026230 20:28:08 ---> f0521461b39e 20:28:08 Step 7/26 : COPY . . 20:28:08 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:28:08 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:28:08 OK: 17691 distinct packages available 20:28:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:11 (1/4) Installing dumb-init (1.2.5-r2) 20:28:11 (2/4) Installing musl-obstack (1.2.3-r0) 20:28:11 (3/4) Installing libucontext (1.2-r0) 20:28:11 (4/4) Installing gcompat (1.1.0-r0) 20:28:11 Executing busybox-1.35.0-r29.trigger 20:28:11 OK: 8 MiB in 19 packages 20:28:16 Removing intermediate container 18a2d3c05984 20:28:16 ---> a7b459e00329 20:28:16 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:17 ---> 0709ebb090bd 20:28:17 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:28:19 ---> d729cde025d2 20:28:19 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:28:29 ---> 3a8a4bfba720 20:28:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:28:29 ---> 27f70d45be6f 20:28:29 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:28:29 ---> Running in 5db9f883e677 20:28:29 Removing intermediate container 5db9f883e677 20:28:29 ---> c170c7730c14 20:28:29 Step 9/26 : WORKDIR /edgex-go/spire-build 20:28:29 ---> eba0d084116b 20:28:29 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:28:29 ---> Running in 2cb1b234559e 20:28:29 ---> Running in 7df9cea1b15b 20:28:30 Removing intermediate container 2cb1b234559e 20:28:30 ---> f6978990b532 20:28:30 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:28:30 Removing intermediate container 7df9cea1b15b 20:28:30 ---> 3591ba3e3ae4 20:28:30 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:28:30 ---> Running in d86870b765d8 20:28:31 Removing intermediate container d86870b765d8 20:28:31 ---> 0761a34c124a 20:28:31 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:28:31 ---> Running in 8c05f42f10d2 20:28:32 ---> b3b187c326c2 20:28:32 Step 22/27 : WORKDIR / 20:28:32 ---> Running in df0d5e278610 20:28:33 Removing intermediate container df0d5e278610 20:28:33 ---> 31caf4cfb6f7 20:28:33 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:28:33 ---> Running in b151078ff7db 20:28:33 Removing intermediate container b151078ff7db 20:28:33 ---> 6993f9f5844c 20:28:33 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:28:34 ---> Running in fd9a82a5df42 20:28:34 Removing intermediate container fd9a82a5df42 20:28:34 ---> 240b03bbb04a 20:28:34 Step 25/27 : LABEL arch=arm64 20:28:35 ---> Running in a18c8e2f5321 20:28:36 Removing intermediate container a18c8e2f5321 20:28:36 ---> b9fb4fc7b6c7 20:28:36 Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:28:36 ---> Running in 0e004f977423 20:28:36 Removing intermediate container 8c05f42f10d2 20:28:36 ---> 8529270020fc 20:28:36 Step 12/26 : WORKDIR /edgex-go 20:28:36 ---> Running in b13c305b9e7b 20:28:36 Removing intermediate container 0e004f977423 20:28:36 ---> 460a78761061 20:28:36 Step 27/27 : LABEL version=0.0.0 20:28:37 ---> Running in d18519aecae3 20:28:37 Removing intermediate container b13c305b9e7b 20:28:37 ---> 31d7d0993b1f 20:28:37 20:28:37 Step 13/26 : FROM alpine:3.17 20:28:37 ---> 51e60588ff2c 20:28:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:28:37 ---> Using cache 20:28:37 ---> ac6e8718a120 20:28:37 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:28:37 ---> Running in 3f04e0a1eb26 20:28:37 Removing intermediate container d18519aecae3 20:28:37 ---> 546d6ac638b4 20:28:37 20:28:38 Successfully built 546d6ac638b4 20:28:38 Successfully tagged security-spire-config-arm64:latest 20:28:38  Building security-spire-config ... done Building security-proxy-setup 20:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:42 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:28:42 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:28:42 OK: 17691 distinct packages available 20:28:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:45 (1/5) Installing dumb-init (1.2.5-r2) 20:28:45 (2/5) Installing musl-obstack (1.2.3-r0) 20:28:45 (3/5) Installing libucontext (1.2-r0) 20:28:45 (4/5) Installing gcompat (1.1.0-r0) 20:28:45 (5/5) Installing openssl (3.0.8-r4) 20:28:45 Executing busybox-1.35.0-r29.trigger 20:28:45 OK: 9 MiB in 20 packages 20:28:48 Removing intermediate container 3f04e0a1eb26 20:28:48 ---> 925ba39e54f4 20:28:48 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:49 ---> c08d31a1a990 20:28:49 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:28:50 ---> 1cf0ea8fbf8f 20:28:50 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:28:54 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:28:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:54 ---> f44d24f46477 20:28:54 Step 3/22 : WORKDIR /edgex-go 20:28:54 ---> Using cache 20:28:54 ---> ecdb1bad26a9 20:28:54 Step 4/22 : RUN apk add --update --no-cache make git 20:28:54 ---> Using cache 20:28:54 ---> 7ff4eb4ac604 20:28:54 Step 5/22 : COPY go.mod vendor* ./ 20:28:54 ---> Using cache 20:28:54 ---> a8ea2d39f82f 20:28:54 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:28:54 ---> Using cache 20:28:54 ---> 33bbbc9c4b61 20:28:54 Step 7/22 : COPY . . 20:28:54 ---> Using cache 20:28:54 ---> e37a266e22ec 20:28:54 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:28:55 ---> Running in d3e361d7241f 20:28: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:28:58 ---> 8204623e51e4 20:28:58 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:28:59 ---> 0766e6aadf45 20:28:59 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:29:00 ---> 23371c04663e 20:29:00 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:29:01 ---> d08bc56e1ce3 20:29:01 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:29:01 ---> Running in f514d1e32cb9 20:29:02 Removing intermediate container f514d1e32cb9 20:29:02 ---> 22cb1d9b0b53 20:29:02 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:29:02 ---> Running in 8f683b1aae77 20:29:02 Removing intermediate container 8f683b1aae77 20:29:02 ---> 74eddb6f32a2 20:29:02 Step 24/26 : LABEL arch=arm64 20:29:02 ---> Running in 94239b221ad2 20:29:03 Removing intermediate container 94239b221ad2 20:29:03 ---> 4193b6cca9a9 20:29:03 Step 25/26 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:29:03 ---> Running in 450c98acfee5 20:29:03 Removing intermediate container 450c98acfee5 20:29:03 ---> afdfeef4b67a 20:29:03 Step 26/26 : LABEL version=0.0.0 20:29:03 ---> Running in 191ff49d9ec6 20:29:06 Removing intermediate container 191ff49d9ec6 20:29:06 ---> 5cd7dd83d4cd 20:29:06 20:29:07 Successfully built 5cd7dd83d4cd 20:29:07 Successfully tagged security-spire-server-arm64:latest 20:29:07 Building core-common-config-bootstrapper 20:29:25  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:25 ---> f44d24f46477 20:29:25 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:29:25 ---> Using cache 20:29:25 ---> e422f23b5279 20:29:25 Step 4/23 : WORKDIR /edgex-go 20:29:25 ---> Using cache 20:29:25 ---> 4f4de00f99f3 20:29:25 Step 5/23 : RUN apk add --update --no-cache make git 20:29:25 ---> Using cache 20:29:25 ---> 51f2cb3826ca 20:29:25 Step 6/23 : COPY go.mod vendor* ./ 20:29:25 ---> Using cache 20:29:25 ---> 9bffdbbc1be3 20:29:25 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:25 ---> Using cache 20:29:25 ---> b1c44a82e525 20:29:25 Step 8/23 : COPY . . 20:29:25 ---> Using cache 20:29:25 ---> a28c13bfcfaa 20:29:25 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:29:25 ---> Running in c0d7433ee251 20:29:26 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:32:02 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:32:21 Removing intermediate container ee3e3198ced7 20:32:21 ---> 1826e1111178 20:32:21 20:32:21 Step 9/25 : FROM alpine:3.17 20:32:21 ---> 51e60588ff2c 20:32:21 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:32:21 ---> Running in 0c7208c74b18 20:32:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:24 (1/3) Installing ca-certificates (20220614-r4) 20:32:24 (2/3) Installing dumb-init (1.2.5-r2) 20:32:24 (3/3) Installing su-exec (0.2-r2) 20:32:24 Executing busybox-1.35.0-r29.trigger 20:32:24 Executing ca-certificates-20220614-r4.trigger 20:32:25 OK: 8 MiB in 18 packages 20:32:28 Removing intermediate container 0c7208c74b18 20:32:28 ---> bae3ac169c6a 20:32:28 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:32:28 ---> Running in 992dce5542d5 20:32:28 Removing intermediate container 992dce5542d5 20:32:28 ---> 12815bb2eba1 20:32:28 Step 12/25 : WORKDIR / 20:32:28 ---> Running in 9e24617da38d 20:32:29 Removing intermediate container 9e24617da38d 20:32:29 ---> fc34f04f4c04 20:32:29 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:30 ---> 6b71d343a644 20:32:30 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:32:31 ---> 6df7bb045ee9 20:32:31 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:32:32 ---> 7130eb27a685 20:32:32 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:32:33 ---> cbc93c53c3d9 20:32:33 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:32:34 ---> fc7de332f32e 20:32:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:32:36 ---> cea28d698cdd 20:32:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:32:40 ---> bd6c58282775 20:32:40 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:32:40 ---> a203924d0854 20:32:40 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:32:40 ---> Running in a737d9e34278 20:32:44 Removing intermediate container a737d9e34278 20:32:44 ---> d456b8b7194b 20:32:44 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:32:44 ---> Running in 18113a0569ad 20:32:44 Removing intermediate container 18113a0569ad 20:32:44 ---> b09ef3568edd 20:32:44 Step 23/25 : LABEL arch=arm64 20:32:44 ---> Running in 8958c728e943 20:32:44 Removing intermediate container 8958c728e943 20:32:44 ---> ce75aae89adc 20:32:44 Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:32:45 ---> Running in 772b80938019 20:32:45 Removing intermediate container 772b80938019 20:32:45 ---> cf7187bf082e 20:32:45 Step 25/25 : LABEL version=0.0.0 20:32:45 ---> Running in a62ddd21c964 20:32:46 Removing intermediate container a62ddd21c964 20:32:46 ---> 4dea8f3808b7 20:32:46 20:32:46 Successfully built 4dea8f3808b7 20:32:46 Successfully tagged security-secretstore-setup-arm64:latest 20:32:46  Building security-secretstore-setup ... done Building security-proxy-auth 20:33:04 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:33:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:33:04 ---> f44d24f46477 20:33:04 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:33:04 ---> Using cache 20:33:04 ---> e422f23b5279 20:33:04 Step 4/23 : WORKDIR /edgex-go 20:33:04 ---> Using cache 20:33:04 ---> 4f4de00f99f3 20:33:04 Step 5/23 : RUN apk add --update --no-cache make git 20:33:04 ---> Using cache 20:33:04 ---> 51f2cb3826ca 20:33:04 Step 6/23 : COPY go.mod vendor* ./ 20:33:04 ---> Using cache 20:33:04 ---> 9bffdbbc1be3 20:33:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:04 ---> Using cache 20:33:04 ---> b1c44a82e525 20:33:04 Step 8/23 : COPY . . 20:33:04 ---> Using cache 20:33:04 ---> a28c13bfcfaa 20:33:04 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:33:05 ---> Running in 515a31bdc657 20:33:07 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:34:29 Removing intermediate container c278b604ce8d 20:34:29 ---> 284c8b597ce0 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 ---> 39c83cd5c55d 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 ---> 8a18ea1c1dfb 20:34:29 Step 13/23 : ENV APP_PORT=59861 20:34:29 ---> Running in b6036ac3cb56 20:34:29 Removing intermediate container b6036ac3cb56 20:34:29 ---> 728e67ea92e6 20:34:29 Step 14/23 : EXPOSE $APP_PORT 20:34:29 ---> Running in 40692dd896ea 20:34:29 Removing intermediate container 40692dd896ea 20:34:29 ---> ed4e45d3a10a 20:34:29 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:29 ---> 51cb0f6cc6f5 20:34:29 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:34:29 ---> a2330b196043 20:34:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:34:30 ---> 3eaa5abe6887 20:34:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:34:31 ---> 10c691112816 20:34:31 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:34:31 ---> Running in 9fcb5d67245b 20:34:31 Removing intermediate container 9fcb5d67245b 20:34:31 ---> dcf57eff0b1d 20:34:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:34:31 ---> Running in 39e775baea55 20:34:32 Removing intermediate container 39e775baea55 20:34:32 ---> 068d3a0a9660 20:34:32 Step 21/23 : LABEL arch=arm64 20:34:32 ---> Running in bb7335574a3a 20:34:33 Removing intermediate container bb7335574a3a 20:34:33 ---> c8683b306efa 20:34:33 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:34:33 ---> Running in 95fe5b8ac0a7 20:34:33 Removing intermediate container 95fe5b8ac0a7 20:34:33 ---> 67e0994b2d3e 20:34:33 Step 23/23 : LABEL version=0.0.0 20:34:33 ---> Running in 95c579d06aeb 20:34:34 Removing intermediate container 95c579d06aeb 20:34:34 ---> 881edbcb234c 20:34:34 20:34:34 Successfully built 881edbcb234c 20:34:34 Successfully tagged support-scheduler-arm64:latest 20:34:34  Building support-scheduler ... done Building security-spire-agent 20:34:52 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:34:52 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:34:52 ---> f44d24f46477 20:34:52 Step 3/27 : WORKDIR /edgex-go 20:34:52 ---> Using cache 20:34:52 ---> ecdb1bad26a9 20:34:52 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:34:52 ---> Using cache 20:34:52 ---> 938e97d0c417 20:34:52 Step 5/27 : COPY go.mod vendor* ./ 20:34:52 ---> Using cache 20:34:52 ---> 0d4ab73e55bd 20:34:52 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:52 ---> Using cache 20:34:52 ---> f0521461b39e 20:34:52 Step 7/27 : COPY . . 20:34:52 ---> Using cache 20:34:52 ---> 27f70d45be6f 20:34:52 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:34:52 ---> Using cache 20:34:52 ---> c170c7730c14 20:34:52 Step 9/27 : WORKDIR /edgex-go/spire-build 20:34:52 ---> Using cache 20:34:52 ---> f6978990b532 20:34:52 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:34:52 ---> Using cache 20:34:52 ---> 0761a34c124a 20:34:52 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:34:52 ---> Running in 52a63822190c 20:34:52 Removing intermediate container 52a63822190c 20:34:52 ---> 32f0b9f2a5d4 20:34:52 Step 12/27 : WORKDIR /edgex-go 20:34:53 ---> Running in 1377f90f5190 20:34:53 Removing intermediate container 1377f90f5190 20:34:53 ---> e89f5d046fb3 20:34:53 20:34:53 Step 13/27 : FROM alpine:3.17 20:34:53 ---> 51e60588ff2c 20:34:53 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:34:53 ---> Using cache 20:34:53 ---> ac6e8718a120 20:34:53 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:34:53 ---> Using cache 20:34:53 ---> 925ba39e54f4 20:34:53 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:53 ---> Using cache 20:34:53 ---> c08d31a1a990 20:34:53 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:34:54 ---> Using cache 20:34:54 ---> 1cf0ea8fbf8f 20:34:54 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:34:57 ---> 8e4bfd312671 20:34:57 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:35:04 ---> 95e2c6cabdc0 20:35:04 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:35:05 ---> 5da5bb7864bf 20:35:05 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:35:05 ---> 2c5c5a27d4b9 20:35:05 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:35:06 ---> d8fb7ef7caf7 20:35:06 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:35:06 ---> Running in a22671a5bf2f 20:35:07 Removing intermediate container a22671a5bf2f 20:35:07 ---> 53c1adb6eb94 20:35:07 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:35:07 ---> Running in 4421d8d9af81 20:35:08 Removing intermediate container 4421d8d9af81 20:35:08 ---> 8cf1475e8711 20:35:08 Step 25/27 : LABEL arch=arm64 20:35:08 ---> Running in 55e7bb9e1071 20:35:09 Removing intermediate container 55e7bb9e1071 20:35:09 ---> 07e3d7faa31f 20:35:09 Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:35:09 ---> Running in 972b68fd9e13 20:35:09 Removing intermediate container 972b68fd9e13 20:35:09 ---> cf91e27357a6 20:35:09 Step 27/27 : LABEL version=0.0.0 20:35:09 ---> Running in af9da9ab082f 20:35:10 Removing intermediate container af9da9ab082f 20:35:10 ---> c1c32bac3c22 20:35:10 20:35:10 Successfully built c1c32bac3c22 20:35:10 Successfully tagged security-spire-agent-arm64:latest 20:35:49  Building security-spire-agent ... done Removing intermediate container d3e361d7241f 20:35:49 ---> 35530aa0eece 20:35:49 20:35:49 Step 9/22 : FROM alpine:3.17 20:35:49 ---> 51e60588ff2c 20:35:49 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:35:49 ---> Running in faed581ab1e6 20:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:35:53 (1/2) Installing dumb-init (1.2.5-r2) 20:35:53 (2/2) Installing openssl (3.0.8-r4) 20:35:53 Executing busybox-1.35.0-r29.trigger 20:35:53 OK: 8 MiB in 17 packages 20:35:55 Removing intermediate container faed581ab1e6 20:35:55 ---> 936b71dbe7b6 20:35:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:35:55 ---> Running in a0b6b97d75c7 20:35:55 Removing intermediate container a0b6b97d75c7 20:35:55 ---> a75c7fbee002 20:35:55 Step 12/22 : WORKDIR /edgex 20:35:55 ---> Running in 7f08671b5e45 20:35:56 Removing intermediate container 7f08671b5e45 20:35:56 ---> 82413d93b76f 20:35:56 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:57 ---> 1096a1f58f36 20:35:57 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:35:58 ---> 37d3db06263a 20:35:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:35:59 ---> 6831bfd9652a 20:35:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:36:00 ---> 23f088370df9 20:36:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:36:01 ---> a31be4fa8bcd 20:36:01 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:36:01 ---> Running in fde6432f5ea0 20:36:04 Removing intermediate container fde6432f5ea0 20:36:04 ---> 8d5bb8da5e60 20:36:04 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:36:04 ---> Running in c9331427855e 20:36:04 Removing intermediate container c9331427855e 20:36:04 ---> c285324fc0c5 20:36:04 Step 20/22 : LABEL arch=arm64 20:36:04 ---> Running in c5e9a3164015 20:36:05 Removing intermediate container c5e9a3164015 20:36:05 ---> e1aea46a0215 20:36:05 Step 21/22 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:36:05 ---> Running in ae08ef9f1fd0 20:36:06 Removing intermediate container ae08ef9f1fd0 20:36:06 ---> 8c6195e677c1 20:36:06 Step 22/22 : LABEL version=0.0.0 20:36:06 ---> Running in 58b1a3b88662 20:36:06 Removing intermediate container 58b1a3b88662 20:36:06 ---> 7501e4c86c74 20:36:06 20:36:06 Successfully built 7501e4c86c74 20:36:06 Successfully tagged security-proxy-setup-arm64:latest 20:36:25  Building security-proxy-setup ... done Removing intermediate container c0d7433ee251 20:36:25 ---> 871c6452a6d2 20:36:25 20:36:25 Step 10/23 : FROM alpine:3.17 20:36:25 ---> 51e60588ff2c 20:36:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:36:25 ---> Running in 6716ea718a09 20:36:25 Removing intermediate container 6716ea718a09 20:36:25 ---> d4a93f721a1b 20:36:25 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:36:25 ---> Running in 4905e00a7ed4 20:36:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:29 (1/1) Installing dumb-init (1.2.5-r2) 20:36:29 Executing busybox-1.35.0-r29.trigger 20:36:29 OK: 8 MiB in 16 packages 20:36:31 Removing intermediate container 4905e00a7ed4 20:36:31 ---> 8c01893fa025 20:36:31 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:32 ---> 2f3943f222c5 20:36:32 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:36:33 ---> dfcfff728c98 20:36:33 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:36:34 ---> 78fb55df2882 20:36:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:36:36 ---> 8dadceda6df5 20:36:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:36:37 ---> 891fc4e3558e 20:36:37 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:36:37 ---> Running in f00843e842dd 20:36:39 Removing intermediate container f00843e842dd 20:36:39 ---> 98c8ace0373d 20:36:39 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:36:39 ---> Running in abecb8bb25ad 20:36:40 Removing intermediate container abecb8bb25ad 20:36:40 ---> 6ccb1667250c 20:36:40 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:36:40 ---> Running in b18d788c7b22 20:36:41 Removing intermediate container b18d788c7b22 20:36:41 ---> 4360e02c00c4 20:36:41 Step 21/23 : LABEL arch=arm64 20:36:41 ---> Running in c37f4dcb4705 20:36:41 Removing intermediate container c37f4dcb4705 20:36:41 ---> 1f512d0c4fac 20:36:41 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:36:41 ---> Running in ca338ee2bf54 20:36:42 Removing intermediate container ca338ee2bf54 20:36:42 ---> 779f8c2c3062 20:36:42 Step 23/23 : LABEL version=0.0.0 20:36:42 ---> Running in 97c2c94e4fad 20:36:43 Removing intermediate container 97c2c94e4fad 20:36:43 ---> e749511b9a9d 20:36:43 20:36:43 Successfully built e749511b9a9d 20:36:43 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:37:05  Building core-common-config-bootstrapper ... done Removing intermediate container 79ba12b9b91a 20:37:05 ---> ca8af7dfca74 20:37:05 20:37:05 Step 10/23 : FROM alpine:3.17 20:37:05 ---> 51e60588ff2c 20:37:05 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:37:05 ---> Running in 0ea517e06efc 20:37:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:37:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:37:09 (1/2) Installing ca-certificates (20220614-r4) 20:37:09 (2/2) Installing dumb-init (1.2.5-r2) 20:37:09 Executing busybox-1.35.0-r29.trigger 20:37:09 Executing ca-certificates-20220614-r4.trigger 20:37:09 OK: 8 MiB in 17 packages 20:37:10 Removing intermediate container 0ea517e06efc 20:37:10 ---> 12a69c731f5b 20:37:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:37:11 ---> Running in 86ecf8190c45 20:37:11 Removing intermediate container 86ecf8190c45 20:37:11 ---> 49451686f61c 20:37:11 Step 13/23 : ENV APP_PORT=59860 20:37:11 ---> Running in 2f8eaf79da21 20:37:11 Removing intermediate container 2f8eaf79da21 20:37:11 ---> 16e227165f8b 20:37:11 Step 14/23 : EXPOSE $APP_PORT 20:37:11 ---> Running in 15774bfde214 20:37:12 Removing intermediate container 15774bfde214 20:37:12 ---> 596eb83c785e 20:37:12 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:12 ---> ddebd8f42160 20:37:12 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:37:13 ---> 02b491500e20 20:37:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:37:16 ---> ff3d3c459fa6 20:37:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:37:16 ---> cd4768ca866c 20:37:16 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:37:16 ---> Running in bdfa76789f8c 20:37:17 Removing intermediate container bdfa76789f8c 20:37:17 ---> c7f8bac5c638 20:37:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:37:17 ---> Running in 4f0641fbf524 20:37:17 Removing intermediate container 4f0641fbf524 20:37:17 ---> abeb343dbf6e 20:37:17 Step 21/23 : LABEL arch=arm64 20:37:17 ---> Running in f2edd0f297b5 20:37:17 Removing intermediate container f2edd0f297b5 20:37:17 ---> 602e739e5071 20:37:17 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:37:18 ---> Running in 5d7b264e06fb 20:37:18 Removing intermediate container 5d7b264e06fb 20:37:18 ---> 1547479412c4 20:37:18 Step 23/23 : LABEL version=0.0.0 20:37:18 ---> Running in 496b019fa504 20:37:18 Removing intermediate container 496b019fa504 20:37:18 ---> 3e3a3d6342eb 20:37:18 20:37:19 Successfully built 3e3a3d6342eb 20:37:19 Successfully tagged support-notifications-arm64:latest 20:37:23  Building support-notifications ... done Removing intermediate container 515a31bdc657 20:37:23 ---> ec8c617401f7 20:37:23 20:37:23 Step 10/23 : FROM alpine:3.17 20:37:23 ---> 51e60588ff2c 20:37:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:37:23 ---> Using cache 20:37:23 ---> d4a93f721a1b 20:37:23 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:37:23 ---> Using cache 20:37:23 ---> 8c01893fa025 20:37:23 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:23 ---> Using cache 20:37:23 ---> 2f3943f222c5 20:37:23 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:37:23 ---> Using cache 20:37:23 ---> dfcfff728c98 20:37:23 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:37:24 ---> 5b14acf5c118 20:37:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:37:24 ---> b1c2dca314c7 20:37:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:37:25 ---> 9a5f44c3cb78 20:37:25 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:37:25 ---> Running in 9c35ee3ac927 20:37:27 Removing intermediate container 9c35ee3ac927 20:37:27 ---> 2e8d1e4d0d8c 20:37:27 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:37:27 ---> Running in 1356e6accec6 20:37:27 Removing intermediate container 1356e6accec6 20:37:27 ---> 0aee6c47550c 20:37:27 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:37:27 ---> Running in 02084680dec7 20:37:27 Removing intermediate container 02084680dec7 20:37:27 ---> 9a6c53c26522 20:37:27 Step 21/23 : LABEL arch=arm64 20:37:27 ---> Running in c09b8d6cf18a 20:37:28 Removing intermediate container c09b8d6cf18a 20:37:28 ---> 32b7254228bd 20:37:28 Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd 20:37:28 ---> Running in 4f9a106f515b 20:37:28 Removing intermediate container 4f9a106f515b 20:37:28 ---> 9ced219fb617 20:37:28 Step 23/23 : LABEL version=0.0.0 20:37:28 ---> Running in cf832a226d80 20:37:28 Removing intermediate container cf832a226d80 20:37:28 ---> 75ee9e48ac16 20:37:28 20:37:29 Successfully built 75ee9e48ac16 20:37:29 Successfully tagged security-proxy-auth-arm64:latest 20:37:29  Building security-proxy-auth ... done  [Pipeline] } 20:37:29 $ docker stop --time=1 f3a146a9781591f419e159b53c0a033864dc2a128931b42d5cc61e6823542cd7 20:37:31 $ docker rm -f --volumes f3a146a9781591f419e159b53c0a033864dc2a128931b42d5cc61e6823542cd7 [Pipeline] // withDockerContainer [Pipeline] sh 20:37:31 + docker images 20:37:31 REPOSITORY TAG IMAGE ID CREATED SIZE 20:37:31 security-proxy-auth-arm64 latest 75ee9e48ac16 3 seconds ago 18.3MB 20:37:31 ec8c617401f7 9 seconds ago 1.47GB 20:37:31 support-notifications-arm64 latest 3e3a3d6342eb 13 seconds ago 32.2MB 20:37:31 ca8af7dfca74 28 seconds ago 1.56GB 20:37:31 core-common-config-bootstrapper-arm64 latest e749511b9a9d 49 seconds ago 17.2MB 20:37:31 871c6452a6d2 About a minute ago 1.49GB 20:37:31 security-proxy-setup-arm64 latest 7501e4c86c74 About a minute ago 18.7MB 20:37:31 35530aa0eece About a minute ago 1.47GB 20:37:31 security-spire-agent-arm64 latest c1c32bac3c22 2 minutes ago 125MB 20:37:31 e89f5d046fb3 2 minutes ago 1.35GB 20:37:31 support-scheduler-arm64 latest 881edbcb234c 2 minutes ago 31.5MB 20:37:31 284c8b597ce0 3 minutes ago 1.56GB 20:37:31 security-secretstore-setup-arm64 latest 4dea8f3808b7 4 minutes ago 32.2MB 20:37:31 1826e1111178 5 minutes ago 1.49GB 20:37:31 security-spire-server-arm64 latest 5cd7dd83d4cd 8 minutes ago 87.1MB 20:37:31 31d7d0993b1f 8 minutes ago 1.35GB 20:37:31 security-spire-config-arm64 latest 546d6ac638b4 8 minutes ago 86.2MB 20:37:31 4b811b39298c 9 minutes ago 1.35GB 20:37:31 security-spiffe-token-provider-arm64 latest 20dacafc065c 11 minutes ago 32.7MB 20:37:31 c01a9385cb86 11 minutes ago 1.53GB 20:37:31 core-data-arm64 latest c2c7216979b2 12 minutes ago 19.9MB 20:37:31 core-metadata-arm64 latest d9810f454e50 12 minutes ago 20.2MB 20:37:31 core-command-arm64 latest 4fdd2d9f6969 12 minutes ago 19.7MB 20:37:31 e35c8c94fcb2 12 minutes ago 1.5GB 20:37:31 0fa1d19856ce 13 minutes ago 1.5GB 20:37:31 2787df979b2c 13 minutes ago 1.49GB 20:37:31 security-bootstrapper-arm64 latest 0448c9938c91 13 minutes ago 21.9MB 20:37:31 1865c5881cee 14 minutes ago 1.48GB 20:37:31 ci-base-image-arm64 latest f44d24f46477 35 minutes ago 866MB 20:37:31 alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB 20:37:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 6 weeks ago 648MB 20:37:31 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:37:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:32 20:37:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:33 arm64: Pulling from edgex-lftools-log-publisher 20:37:33 8998bd30e6a1: Pulling fs layer 20:37:33 04944245beec: Pulling fs layer 20:37:33 699f458cf7ca: Pulling fs layer 20:37:33 765212b225bb: Pulling fs layer 20:37:33 f23df028b6ca: Pulling fs layer 20:37:33 d65c8cfc05b1: Pulling fs layer 20:37:33 765212b225bb: Waiting 20:37:33 f23df028b6ca: Waiting 20:37:33 2437ff75d9bd: Pulling fs layer 20:37:33 d65c8cfc05b1: Waiting 20:37:33 04944245beec: Verifying Checksum 20:37:33 04944245beec: Download complete 20:37:33 765212b225bb: Verifying Checksum 20:37:33 765212b225bb: Download complete 20:37:33 f23df028b6ca: Download complete 20:37:33 d65c8cfc05b1: Download complete 20:37:33 699f458cf7ca: Verifying Checksum 20:37:33 699f458cf7ca: Download complete 20:37:34 8998bd30e6a1: Verifying Checksum 20:37:34 8998bd30e6a1: Download complete 20:37:36 2437ff75d9bd: Verifying Checksum 20:37:36 2437ff75d9bd: Download complete 20:37:38 8998bd30e6a1: Pull complete 20:37:38 04944245beec: Pull complete 20:37:40 699f458cf7ca: Pull complete 20:37:41 765212b225bb: Pull complete 20:37:42 f23df028b6ca: Pull complete 20:37:42 d65c8cfc05b1: Pull complete 20:37:57 2437ff75d9bd: Pull complete 20:37:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:37:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:37:57 prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container 20:37:57 $ 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:38:00 $ docker top 5c4a32bde3239a71708268967b807223c26fe4c4e37d9f84de39a97c3063fe8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:38:01 ---> job-cost.sh 20:38:01 lf-activate-venv: SKIPPING 20:38:01 INFO: No Stack... 20:38:02 INFO: Retrieving Pricing Info for: v3-standard-4 20:38:03 INFO: Archiving Costs [Pipeline] sh 20:38:03 + cut -d, -f6 20:38:03 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 20:38:03 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] 20:38:03 Resource [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] did not exist. Created. 20:38:03 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:38:04 + echo total: 0.10999999940395355 [Pipeline] stash 20:38:04 Stashed 1 file(s) [Pipeline] } 20:38:04 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:38:04 $ docker stop --time=1 5c4a32bde3239a71708268967b807223c26fe4c4e37d9f84de39a97c3063fe8f 20:38:06 $ docker rm -f --volumes 5c4a32bde3239a71708268967b807223c26fe4c4e37d9f84de39a97c3063fe8f [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:38:07 provisioning config files... 20:38:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7759195879610893171tmp [Pipeline] { [Pipeline] sh 20:38:07 + set +x 20:38:07 + curl -s https://codecov.io/bash 20:38:07 + bash -s -- 20:38:07 20:38:07 _____ _ 20:38:07 / ____| | | 20:38:07 | | ___ __| | ___ ___ _____ __ 20:38:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:38:07 | |___| (_) | (_| | __/ (_| (_) \ V / 20:38:07 \_____\___/ \__,_|\___|\___\___/ \_/ 20:38:07 Bash-1.0.6 20:38:07 20:38:07 20:38:07 ==> git version 2.25.1 found 20:38:07 ==> 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:38:07 Release-Date: 2020-01-08 20:38:07 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:38:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:38:07 ==> Jenkins CI detected. 20:38:07 current dir:  /w/workspace/edgex-go/1 20:38:07 project root: . 20:38:07 --> token set from env 20:38:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:38:07 ==> Running gcov in . (disable via -X gcov) 20:38:08 ==> Python coveragepy not found 20:38:08 ==> Searching for coverage reports in: 20:38:08 + . 20:38:08 -> Found 1 reports 20:38:08 ==> Detecting git/mercurial file structure 20:38:08 ==> Reading reports 20:38:08 + ./coverage.out bytes=448248 20:38:08 ==> Appending adjustments 20:38:08 https://docs.codecov.io/docs/fixing-reports 20:38:08 + Found adjustments 20:38:08 ==> Gzipping contents 20:38:09 60K /tmp/codecov.STsdea.gz 20:38:09 ==> Uploading reports 20:38:09 url: https://codecov.io 20:38:09 query: branch=PR-4523&commit=2df8ef650b42ae2971b5df67d718bf0a57596ecd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4523%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4523&job=&cmd_args= 20:38:09 -> Pinging Codecov 20:38:09 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4523&commit=2df8ef650b42ae2971b5df67d718bf0a57596ecd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4523%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4523&job=&cmd_args= 20:38:09 -> Uploading to 20:38:09 https://storage.googleapis.com/codecov/v4/raw/2023-04-21/00271124DB129430A58F1EEE437C3FCB/2df8ef650b42ae2971b5df67d718bf0a57596ecd/1c5de36b-1356-45b1-adae-2aac36cd656e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T203809Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e2e035b14506f3c0a6858b33b47798a3775fe0d108c153bc477a40dfaaea73b4 20:38:09 % Total % Received % Xferd Average Speed Time Time Time Current 20:38:09 Dload Upload Total Spent Left Speed 20:38:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57521 0 0 100 57521 0 193k --:--:-- --:--:-- --:--:-- 193k 100 57521 0 0 100 57521 0 193k --:--:-- --:--:-- --:--:-- 193k 20:38:09 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] } 20:38:09 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:38:10 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:38:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:38:12 ---> package-listing.sh 20:38:12 ++ facter osfamily 20:38:12 ++ tr '[:upper:]' '[:lower:]' 20:38:12 + OS_FAMILY=debian 20:38:12 + workspace=/w/workspace/edgex-go/1 20:38:12 + START_PACKAGES=/tmp/packages_start.txt 20:38:12 + END_PACKAGES=/tmp/packages_end.txt 20:38:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:38:12 + PACKAGES=/tmp/packages_start.txt 20:38:12 + '[' /w/workspace/edgex-go/1 ']' 20:38:12 + PACKAGES=/tmp/packages_end.txt 20:38:12 + case "${OS_FAMILY}" in 20:38:12 + dpkg -l 20:38:12 + grep '^ii' 20:38:12 + '[' -f /tmp/packages_start.txt ']' 20:38:12 + '[' -f /tmp/packages_end.txt ']' 20:38:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:38:12 + '[' /w/workspace/edgex-go/1 ']' 20:38:12 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:38:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:38:12 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:38:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:38:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:38:13 20:38:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:38:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:38:13 latest: Pulling from edgex-lftools-log-publisher 20:38:13 5eb5b503b376: Pulling fs layer 20:38:13 5c69ac0246d0: Pulling fs layer 20:38:13 ec43610c2a17: Pulling fs layer 20:38:13 3a2ae6a8a46f: Pulling fs layer 20:38:13 33b1e0a273af: Pulling fs layer 20:38:13 3a2ae6a8a46f: Waiting 20:38:13 33b1e0a273af: Waiting 20:38:13 5d3b04190fa2: Pulling fs layer 20:38:13 2f39f015ded8: Pulling fs layer 20:38:13 2f39f015ded8: Waiting 20:38:13 5c69ac0246d0: Verifying Checksum 20:38:13 5c69ac0246d0: Download complete 20:38:13 3a2ae6a8a46f: Verifying Checksum 20:38:13 3a2ae6a8a46f: Download complete 20:38:13 ec43610c2a17: Verifying Checksum 20:38:13 ec43610c2a17: Download complete 20:38:13 33b1e0a273af: Verifying Checksum 20:38:13 33b1e0a273af: Download complete 20:38:13 5d3b04190fa2: Verifying Checksum 20:38:13 5d3b04190fa2: Download complete 20:38:13 5eb5b503b376: Verifying Checksum 20:38:13 5eb5b503b376: Download complete 20:38:14 2f39f015ded8: Download complete 20:38:15 5eb5b503b376: Pull complete 20:38:15 5c69ac0246d0: Pull complete 20:38:15 ec43610c2a17: Pull complete 20:38:15 3a2ae6a8a46f: Pull complete 20:38:15 33b1e0a273af: Pull complete 20:38:16 5d3b04190fa2: Pull complete 20:38:20 2f39f015ded8: Pull complete 20:38:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:38:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:38:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:38:20 prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container 20:38:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:38:24 $ docker top 6e166664e3fa853e19efd358d84f19146210ca98ac2a1543164376a66282b86f -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:24 + touch /tmp/pre-build-complete [Pipeline] sh 20:38:24 + mkdir -p /var/log/sysstat [Pipeline] sh 20:38:25 + ls /var/log/sa-host 20:38:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:25 provisioning config files... 20:38:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5552350622349215702tmp [Pipeline] { [Pipeline] echo 20:38:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:38:25 ---> create-netrc.sh [Pipeline] } 20:38:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:38:26 ---> python-tools-install.sh [Pipeline] echo 20:38:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:38:26 ---> sudo-logs.sh 20:38:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:38:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:38:26 ---> job-cost.sh 20:38:26 lf-activate-venv: SKIPPING 20:38:26 DEBUG: total: 0.10999999940395355 20:38:26 INFO: Retrieving Stack Cost... 20:38:27 INFO: Retrieving Pricing Info for: v3-standard-8 20:38:27 INFO: Archiving Costs [Pipeline] echo 20:38:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:38:28 ---> logs-deploy.sh 20:38:28 lf-activate-venv: SKIPPING 20:38:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4523/1 20:38:28 INFO: archiving workspace using pattern(s): 20:38:29 Archives upload complete. 20:38:29 INFO: archiving logs to Nexus 20:38:29 ---> uname -a: 20:38:29 Linux prd-ubuntu20-04-docker-8c-8g-9314 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:38:29 20:38:29 20:38:29 ---> lscpu: 20:38:29 Architecture: x86_64 20:38:29 CPU op-mode(s): 32-bit, 64-bit 20:38:29 Byte Order: Little Endian 20:38:29 Address sizes: 40 bits physical, 48 bits virtual 20:38:29 CPU(s): 8 20:38:29 On-line CPU(s) list: 0-7 20:38:29 Thread(s) per core: 1 20:38:29 Core(s) per socket: 1 20:38:29 Socket(s): 8 20:38:29 NUMA node(s): 1 20:38:29 Vendor ID: AuthenticAMD 20:38:29 CPU family: 23 20:38:29 Model: 49 20:38:29 Model name: AMD EPYC-Rome Processor 20:38:29 Stepping: 0 20:38:29 CPU MHz: 2800.000 20:38:29 BogoMIPS: 5600.00 20:38:29 Virtualization: AMD-V 20:38:29 Hypervisor vendor: KVM 20:38:29 Virtualization type: full 20:38:29 L1d cache: 256 KiB 20:38:29 L1i cache: 256 KiB 20:38:29 L2 cache: 4 MiB 20:38:29 L3 cache: 128 MiB 20:38:29 NUMA node0 CPU(s): 0-7 20:38:29 Vulnerability Itlb multihit: Not affected 20:38:29 Vulnerability L1tf: Not affected 20:38:29 Vulnerability Mds: Not affected 20:38:29 Vulnerability Meltdown: Not affected 20:38:29 Vulnerability Mmio stale data: Not affected 20:38:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:38:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:38:29 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:38:29 Vulnerability Srbds: Not affected 20:38:29 Vulnerability Tsx async abort: Not affected 20:38:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:38:29 20:38:29 20:38:29 ---> nproc: 20:38:29 8 20:38:29 20:38:29 20:38:29 ---> df -h: 20:38:29 Filesystem Size Used Avail Use% Mounted on 20:38:29 overlay 155G 19G 136G 13% / 20:38:29 tmpfs 64M 0 64M 0% /dev 20:38:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:38:29 shm 64M 0 64M 0% /dev/shm 20:38:29 /dev/vda1 155G 19G 136G 13% /facter-os 20:38:29 20:38:29