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 [2023-04-21T19:57:33.788Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-21T19:57:33.968Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-21T19:57:34.070Z] ========================================================= [2023-04-21T19:57:34.070Z] EdgeX Global Pipelines Version Info [2023-04-21T19:57:34.070Z] ========================================================= [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 [2023-04-21T19:57:34.828Z] ------------------- [2023-04-21T19:57:34.828Z] stable info: [2023-04-21T19:57:34.828Z] ------------------- [2023-04-21T19:57:34.828Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-21T19:57:34.828Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T19:57:34.828Z] Message: update stable to v1.0.248 [2023-04-21T19:57:35.398Z] ------------------- [2023-04-21T19:57:35.398Z] experimental info: [2023-04-21T19:57:35.398Z] ------------------- [2023-04-21T19:57:35.398Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-21T19:57:35.398Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T19:57:35.398Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-21T19:57:35.692Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-21T19:57:35.734Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-21T19:57:35.771Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-21T19:57:35.815Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-21T19:57:35.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-21T19:57:35.894Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-21T19:57:35.931Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-21T19:57:35.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-21T19:57:36.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-21T19:57:36.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-21T19:57:36.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-21T19:57:36.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-21T19:57:36.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-21T19:57:36.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-21T19:57:36.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-21T19:57:36.306Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T19:57:36.343Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T19:57:36.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-21T19:57:36.422Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-21T19:57:36.466Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-21T19:57:36.502Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-21T19:57:36.541Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-21T19:57:36.580Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-21T19:57:36.619Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4523 [Pipeline] echo [2023-04-21T19:57:36.665Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4523 [Pipeline] echo [2023-04-21T19:57:36.703Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4523 [Pipeline] echo [2023-04-21T19:57:36.742Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] echo [2023-04-21T19:57:36.780Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2df8ef6 [Pipeline] echo [2023-04-21T19:57:36.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T19:57:36.935Z] provisioning config files... [2023-04-21T19:57:36.949Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2310067652765190954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T19:57:37.297Z] ---> docker-login.sh [2023-04-21T19:57:37.297Z] nexus3.edgexfoundry.org:10001 [2023-04-21T19:57:37.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T19:57:37.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T19:57:37.558Z] Configure a credential helper to remove this warning. See [2023-04-21T19:57:37.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T19:57:37.558Z] [2023-04-21T19:57:37.558Z] Login Succeeded [2023-04-21T19:57:37.558Z] nexus3.edgexfoundry.org:10002 [2023-04-21T19:57:37.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T19:57:37.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T19:57:37.819Z] Configure a credential helper to remove this warning. See [2023-04-21T19:57:37.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T19:57:37.819Z] [2023-04-21T19:57:37.819Z] Login Succeeded [2023-04-21T19:57:37.819Z] nexus3.edgexfoundry.org:10003 [2023-04-21T19:57:37.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T19:57:37.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T19:57:37.819Z] Configure a credential helper to remove this warning. See [2023-04-21T19:57:37.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T19:57:37.819Z] [2023-04-21T19:57:37.819Z] Login Succeeded [2023-04-21T19:57:37.819Z] nexus3.edgexfoundry.org:10004 [2023-04-21T19:57:38.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T19:57:38.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T19:57:38.081Z] Configure a credential helper to remove this warning. See [2023-04-21T19:57:38.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T19:57:38.081Z] [2023-04-21T19:57:38.081Z] Login Succeeded [2023-04-21T19:57:38.081Z] docker.io [2023-04-21T19:57:38.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T19:57:38.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T19:57:38.344Z] Configure a credential helper to remove this warning. See [2023-04-21T19:57:38.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T19:57:38.344Z] [2023-04-21T19:57:38.344Z] Login Succeeded [2023-04-21T19:57:38.344Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T19:57:38.376Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T19:57:38.785Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-04-21T19:57:38.785Z] + + dirname cmd/core-command/Dockerfilecut [2023-04-21T19:57:38.785Z] -d/ -f2 [2023-04-21T19:57:38.785Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-21T19:57:38.785Z] + + dirnamecut cmd/core-common-config-bootstrapper/Dockerfile -d/ [2023-04-21T19:57:38.785Z] -f2 [2023-04-21T19:57:38.785Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/core-data/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/core-metadata/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/security-proxy-auth/Dockerfile+ [2023-04-21T19:57:38.786Z] cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-21T19:57:38.786Z] + dirname+ cmd/security-spire-server/Dockerfile [2023-04-21T19:57:38.786Z] cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/support-notifications/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-21T19:57:38.786Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-21T19:57:38.786Z] + cut -d/ -f2 [2023-04-21T19:57:38.786Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-21T19:57:38.821Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-21T19:57:39.310Z] + git rev-list -1 --merges 2df8ef650b42ae2971b5df67d718bf0a57596ecd~1..2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] echo [2023-04-21T19:57:39.344Z] -----------> git rev-list -1 --merges 2df8ef650b42ae2971b5df67d718bf0a57596ecd~1..2df8ef650b42ae2971b5df67d718bf0a57596ecd 2df8ef650b42ae2971b5df67d718bf0a57596ecd [false] [Pipeline] sh [2023-04-21T19:57:39.659Z] + git log --format=format:%s -1 2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] echo [2023-04-21T19:57:39.692Z] ========================================================= [2023-04-21T19:57:39.692Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-21T19:57:39.692Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-21T19:57:40.205Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-21T19:57:40.205Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-21T19:57:40.205Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-21T19:57:40.205Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-21T19:57:40.205Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-21T19:57:40.205Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-21T19:57:40.205Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T19:57:40.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T19:57:40.721Z] [2023-04-21T19:57:40.721Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T19:57:41.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T19:57:41.098Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-21T19:57:41.098Z] b85a868b505f: Pulling fs layer [2023-04-21T19:57:41.098Z] e2be974225ed: Pulling fs layer [2023-04-21T19:57:41.098Z] 339a4e72a1f5: Pulling fs layer [2023-04-21T19:57:41.098Z] 988bab9f4d93: Pulling fs layer [2023-04-21T19:57:41.098Z] 1469e6f7b9e6: Pulling fs layer [2023-04-21T19:57:41.098Z] eaf3925da568: Pulling fs layer [2023-04-21T19:57:41.098Z] bab4dde63d76: Pulling fs layer [2023-04-21T19:57:41.098Z] bde34c3a00c8: Pulling fs layer [2023-04-21T19:57:41.098Z] b352a97aabf1: Pulling fs layer [2023-04-21T19:57:41.098Z] 4872d77fe225: Pulling fs layer [2023-04-21T19:57:41.098Z] 1469e6f7b9e6: Waiting [2023-04-21T19:57:41.098Z] 5851b861e8e6: Pulling fs layer [2023-04-21T19:57:41.098Z] 4872d77fe225: Waiting [2023-04-21T19:57:41.098Z] eaf3925da568: Waiting [2023-04-21T19:57:41.098Z] bde34c3a00c8: Waiting [2023-04-21T19:57:41.098Z] bab4dde63d76: Waiting [2023-04-21T19:57:41.098Z] b352a97aabf1: Waiting [2023-04-21T19:57:41.098Z] e2be974225ed: Verifying Checksum [2023-04-21T19:57:41.098Z] e2be974225ed: Download complete [2023-04-21T19:57:41.098Z] 988bab9f4d93: Verifying Checksum [2023-04-21T19:57:41.098Z] 988bab9f4d93: Download complete [2023-04-21T19:57:41.358Z] 339a4e72a1f5: Verifying Checksum [2023-04-21T19:57:41.358Z] 339a4e72a1f5: Download complete [2023-04-21T19:57:41.358Z] 1469e6f7b9e6: Verifying Checksum [2023-04-21T19:57:41.358Z] 1469e6f7b9e6: Download complete [2023-04-21T19:57:41.358Z] eaf3925da568: Download complete [2023-04-21T19:57:41.358Z] bde34c3a00c8: Verifying Checksum [2023-04-21T19:57:41.358Z] bde34c3a00c8: Download complete [2023-04-21T19:57:41.358Z] b352a97aabf1: Download complete [2023-04-21T19:57:41.358Z] 4872d77fe225: Verifying Checksum [2023-04-21T19:57:41.358Z] 4872d77fe225: Download complete [2023-04-21T19:57:41.358Z] 5851b861e8e6: Download complete [2023-04-21T19:57:41.358Z] b85a868b505f: Verifying Checksum [2023-04-21T19:57:41.358Z] b85a868b505f: Download complete [2023-04-21T19:57:41.617Z] bab4dde63d76: Verifying Checksum [2023-04-21T19:57:41.617Z] bab4dde63d76: Download complete [2023-04-21T19:57:42.554Z] b85a868b505f: Pull complete [2023-04-21T19:57:42.554Z] e2be974225ed: Pull complete [2023-04-21T19:57:43.123Z] 339a4e72a1f5: Pull complete [2023-04-21T19:57:43.123Z] 988bab9f4d93: Pull complete [2023-04-21T19:57:43.384Z] 1469e6f7b9e6: Pull complete [2023-04-21T19:57:43.384Z] eaf3925da568: Pull complete [2023-04-21T19:57:44.762Z] bab4dde63d76: Pull complete [2023-04-21T19:57:45.021Z] bde34c3a00c8: Pull complete [2023-04-21T19:57:45.021Z] b352a97aabf1: Pull complete [2023-04-21T19:57:45.021Z] 4872d77fe225: Pull complete [2023-04-21T19:57:45.021Z] 5851b861e8e6: Pull complete [2023-04-21T19:57:45.021Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-21T19:57:45.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T19:57:45.021Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T19:57:45.247Z] prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container [2023-04-21T19:57:45.281Z] $ 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 [2023-04-21T19:57:47.586Z] $ docker top 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-21T19:57:47.779Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T19:57:47.779Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T19:57:47.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T19:57:47.889Z] $ docker exec 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent [2023-04-21T19:57:48.002Z] SSH_AUTH_SOCK=/tmp/ssh-el3SK2iWYQLM/agent.31 [2023-04-21T19:57:48.002Z] SSH_AGENT_PID=37 [2023-04-21T19:57:48.009Z] Running ssh-add (command line suppressed) [2023-04-21T19:57:48.106Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3536611103198139871.key (/w/workspace/edgex-go/1@tmp/private_key_3536611103198139871.key) [2023-04-21T19:57:48.122Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T19:57:48.453Z] + git tag --points-at HEAD [Pipeline] } [2023-04-21T19:57:48.480Z] $ docker exec --env ******** --env ******** 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent -k [2023-04-21T19:57:48.584Z] unset SSH_AUTH_SOCK; [2023-04-21T19:57:48.585Z] unset SSH_AGENT_PID; [2023-04-21T19:57:48.586Z] echo Agent pid 37 killed; [2023-04-21T19:57:48.595Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-21T19:57:48.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T19:57:48.694Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T19:57:48.813Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T19:57:48.816Z] $ docker exec 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent [2023-04-21T19:57:48.926Z] SSH_AUTH_SOCK=/tmp/ssh-NDqxxpoJvFkA/agent.69 [2023-04-21T19:57:48.926Z] SSH_AGENT_PID=75 [2023-04-21T19:57:48.931Z] Running ssh-add (command line suppressed) [2023-04-21T19:57:49.042Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10332355212885018259.key (/w/workspace/edgex-go/1@tmp/private_key_10332355212885018259.key) [2023-04-21T19:57:49.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T19:57:49.386Z] + git semver init [2023-04-21T19:57:49.646Z] 2023-04-21 19:57:49,606 [run_init] DEBUG init version:0.0.0 force:False [2023-04-21T19:57:49.646Z] 2023-04-21 19:57:49,607 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-21T19:57:49.646Z] 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 [2023-04-21T19:57:49.646Z] 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) [2023-04-21T19:57:55.051Z] 2023-04-21 19:57:54,030 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-21T19:57:55.052Z] 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 [2023-04-21T19:57:55.052Z] 2023-04-21 19:57:54,031 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4523 [2023-04-21T19:57:55.052Z] 2023-04-21 19:57:54,035 [execute] INFO git cat-file --batch-check [2023-04-21T19:57:55.052Z] 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=) [2023-04-21T19:57:55.052Z] 2023-04-21 19:57:54,042 [execute] INFO git cat-file --batch [2023-04-21T19:57:55.052Z] 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=) [2023-04-21T19:57:55.052Z] 2023-04-21 19:57:54,047 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4523 [2023-04-21T19:57:55.052Z] 0.0.0 [Pipeline] } [2023-04-21T19:57:55.087Z] $ docker exec --env ******** --env ******** 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 ssh-agent -k [2023-04-21T19:57:55.188Z] unset SSH_AUTH_SOCK; [2023-04-21T19:57:55.188Z] unset SSH_AGENT_PID; [2023-04-21T19:57:55.189Z] echo Agent pid 75 killed; [2023-04-21T19:57:55.198Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T19:57:55.637Z] + git semver [Pipeline] } [2023-04-21T19:57:55.919Z] $ docker stop --time=1 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 [2023-04-21T19:57:57.210Z] $ docker rm -f --volumes 4e5287cdeaf1e8f012d889a9706a14ee5fb01daadd980b3703ebe8e3a2ea7237 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T19:57:57.608Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-21T19:57:57.869Z] Stashed 1 file(s) [Pipeline] echo [2023-04-21T19:57:57.893Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T19:57:58.656Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-21T19:57:58.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T19:57:58.730Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T19:57:58.767Z] ========================================================= [2023-04-21T19:57:58.767Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-21T19:57:58.767Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-21T19:57:59.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T19:57:59.112Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-21T19:57:59.112Z] 63b65145d645: Pulling fs layer [2023-04-21T19:57:59.112Z] a2d21d5440eb: Pulling fs layer [2023-04-21T19:57:59.112Z] 935e6c44a52c: Pulling fs layer [2023-04-21T19:57:59.113Z] 94cc34f8dd06: Pulling fs layer [2023-04-21T19:57:59.113Z] 30dea6a524f1: Pulling fs layer [2023-04-21T19:57:59.113Z] a2aff8979fd8: Pulling fs layer [2023-04-21T19:57:59.113Z] 6808be2612f2: Pulling fs layer [2023-04-21T19:57:59.113Z] f25807f1079a: Pulling fs layer [2023-04-21T19:57:59.113Z] 94cc34f8dd06: Waiting [2023-04-21T19:57:59.113Z] 30dea6a524f1: Waiting [2023-04-21T19:57:59.113Z] a2aff8979fd8: Waiting [2023-04-21T19:57:59.113Z] 6808be2612f2: Waiting [2023-04-21T19:57:59.113Z] f25807f1079a: Waiting [2023-04-21T19:57:59.113Z] a2d21d5440eb: Verifying Checksum [2023-04-21T19:57:59.113Z] a2d21d5440eb: Download complete [2023-04-21T19:57:59.113Z] 94cc34f8dd06: Verifying Checksum [2023-04-21T19:57:59.113Z] 94cc34f8dd06: Download complete [2023-04-21T19:57:59.113Z] 30dea6a524f1: Verifying Checksum [2023-04-21T19:57:59.113Z] 30dea6a524f1: Download complete [2023-04-21T19:57:59.113Z] 63b65145d645: Verifying Checksum [2023-04-21T19:57:59.113Z] 63b65145d645: Download complete [2023-04-21T19:57:59.113Z] a2aff8979fd8: Verifying Checksum [2023-04-21T19:57:59.113Z] a2aff8979fd8: Download complete [2023-04-21T19:57:59.376Z] 63b65145d645: Pull complete [2023-04-21T19:57:59.376Z] a2d21d5440eb: Pull complete [2023-04-21T19:57:59.644Z] f25807f1079a: Verifying Checksum [2023-04-21T19:57:59.644Z] f25807f1079a: Download complete [2023-04-21T19:57:59.902Z] 935e6c44a52c: Download complete [2023-04-21T19:58:00.160Z] 6808be2612f2: Verifying Checksum [2023-04-21T19:58:00.160Z] 6808be2612f2: Download complete [2023-04-21T19:58:03.449Z] 935e6c44a52c: Pull complete [2023-04-21T19:58:03.449Z] 94cc34f8dd06: Pull complete [2023-04-21T19:58:03.449Z] 30dea6a524f1: Pull complete [2023-04-21T19:58:03.449Z] a2aff8979fd8: Pull complete [2023-04-21T19:58:05.985Z] 6808be2612f2: Pull complete [2023-04-21T19:58:06.245Z] f25807f1079a: Pull complete [2023-04-21T19:58:06.245Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-21T19:58:06.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T19:58:06.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-21T19:58:06.605Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T19:58:06.605Z] WORKDIR /edgex [2023-04-21T19:58:06.605Z] COPY go.mod . [2023-04-21T19:58:06.605Z] RUN go mod download [2023-04-21T19:58:06.605Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-21T19:58:07.176Z] Sending build context to Docker daemon 170.6MB [2023-04-21T19:58:07.176Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T19:58:07.176Z] ---> 3b553350e43f [2023-04-21T19:58:07.176Z] Step 2/4 : WORKDIR /edgex [2023-04-21T19:58:10.497Z] ---> Running in a5bb34034f47 [2023-04-21T19:58:10.756Z] Removing intermediate container a5bb34034f47 [2023-04-21T19:58:10.756Z] ---> 50b32d2f5aac [2023-04-21T19:58:10.756Z] Step 3/4 : COPY go.mod . [2023-04-21T19:58:10.756Z] ---> 62fd18d53b5c [2023-04-21T19:58:10.756Z] Step 4/4 : RUN go mod download [2023-04-21T19:58:10.756Z] ---> Running in 6ad87766fec3 [2023-04-21T19:58:13.205Z] Still waiting to schedule task [2023-04-21T19:58:13.205Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-21T19:58:25.643Z] Removing intermediate container 6ad87766fec3 [2023-04-21T19:58:25.643Z] ---> 4bb7de3172d1 [2023-04-21T19:58:25.643Z] Successfully built 4bb7de3172d1 [2023-04-21T19:58:25.643Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T19:58:26.032Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T19:58:26.032Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T19:58:26.189Z] prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container [2023-04-21T19:58:26.225Z] $ 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 [2023-04-21T19:58:26.649Z] $ docker top f364f0d8f002b43bd9ec2071c061c4f342bb3b8883d1c18c704ac927c73d52f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T19:58:27.050Z] + go version [2023-04-21T19:58:27.050Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-21T19:58:27.086Z] $ docker stop --time=1 f364f0d8f002b43bd9ec2071c061c4f342bb3b8883d1c18c704ac927c73d52f0 [2023-04-21T19:58:28.407Z] $ 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 [2023-04-21T19:58:29.139Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T19:58:29.139Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T19:58:29.287Z] prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container [2023-04-21T19:58:29.319Z] $ 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 [2023-04-21T19:58:29.615Z] $ docker top 8d624773785f7e008425dd5a00b06de5969079a4d47b24036bb842d7f6cd76a1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-21T19:58:29.734Z] ========================================================= [2023-04-21T19:58:29.734Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-21T19:58:29.734Z] ========================================================= [Pipeline] sh [2023-04-21T19:58:30.028Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T19:58:30.386Z] + make test [2023-04-21T19:58:30.386Z] go test -race -coverprofile=coverage.out ./... [2023-04-21T19:58:36.955Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-21T19:58:49.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-21T19:58:49.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-21T19:58:49.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-21T19:58:49.982Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-21T19:58:50.241Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-21T19:58:50.507Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-21T19:58:50.774Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-21T19:58:50.774Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-21T19:58:50.774Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-21T19:58:51.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-21T19:58:51.293Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-21T19:58:51.552Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-21T19:58:51.552Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-21T19:58:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-21T19:58:52.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-21T19:58:52.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-21T19:58:52.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements [2023-04-21T19:58:52.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 98.5% of statements [2023-04-21T19:58:53.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-21T19:58:53.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-21T19:58:53.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-21T19:58:53.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-21T19:58:53.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-21T19:58:54.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-21T19:58:54.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-21T19:58:54.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-21T19:58:54.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-21T19:58:54.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-21T19:58:55.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-21T19:58:55.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-21T19:58:56.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.090s coverage: 71.5% of statements [2023-04-21T19:58:56.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements [2023-04-21T19:58:56.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.405s coverage: 88.5% of statements [2023-04-21T19:58:56.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.067s coverage: 3.8% of statements [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-21T19:58:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-21T19:58:57.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.361s coverage: 95.6% of statements [2023-04-21T19:58:57.793Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 72.2% of statements [2023-04-21T19:58:58.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-21T19:58:58.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-21T19:58:58.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-21T19:58:58.364Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.047s coverage: 65.9% of statements [2023-04-21T19:58:58.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-21T19:58:58.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-21T19:58:58.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.068s coverage: 0.9% of statements [2023-04-21T19:58:58.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.066s coverage: 29.0% of statements [2023-04-21T19:58:59.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 44.1% of statements [2023-04-21T19:59:00.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-21T19:59:00.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-21T19:59:00.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-21T19:59:00.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-21T19:59:00.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 82.9% of statements [2023-04-21T19:59:00.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2023-04-21T19:59:00.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2023-04-21T19:59:00.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2023-04-21T19:59:00.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-21T19:59:00.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-21T19:59:00.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-21T19:59:00.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-21T19:59:01.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-21T19:59:01.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-21T19:59:01.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-21T19:59:01.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-21T19:59:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-21T19:59:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-21T19:59:02.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-21T19:59:03.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-21T19:59:03.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-21T19:59:04.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-21T19:59:04.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-21T19:59:05.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-21T19:59:05.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-21T19:59:05.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-21T19:59:07.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-21T19:59:07.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-21T19:59:07.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-21T19:59:08.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-21T19:59:08.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-21T19:59:08.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-21T19:59:08.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-21T19:59:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-21T19:59:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-21T19:59:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-21T19:59:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-21T19:59:11.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-21T19:59:11.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-21T19:59:11.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-21T19:59:11.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-21T19:59:11.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2023-04-21T19:59:11.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-21T19:59:11.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-21T19:59:13.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-21T19:59:13.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.267s coverage: 79.9% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.072s coverage: 92.9% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.022s coverage: 64.4% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.065s coverage: 62.3% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 81.8% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 82.1% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.056s coverage: 86.0% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.1% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 38.4% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.137s coverage: 92.3% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements [2023-04-21T19:59:25.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.080s coverage: 97.7% of statements [2023-04-21T19:59:25.337Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-04-21T19:59:25.337Z] running golangci-lint [2023-04-21T19:59:25.337Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-21T19:59:25.337Z] go version go1.20.2 linux/amd64 [2023-04-21T19:59:25.337Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-21T19:59:25.337Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-21T19:59:40.209Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|name|compiled_files|files|types_sizes) took 13.631058174s" [2023-04-21T19:59:40.209Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.212338ms" [2023-04-21T19:59:44.392Z] 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" [2023-04-21T19:59:44.392Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-21T19:59:44.392Z] 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" [2023-04-21T19:59:44.392Z] 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" [2023-04-21T19:59:44.392Z] level=info msg="[runner] linters took 6.55184061s with stages: goanalysis_metalinter: 6.535852243s" [2023-04-21T19:59:44.392Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-21T19:59:44.392Z] level=info msg="Memory: 204 samples, avg is 181.4MB, max is 772.9MB" [2023-04-21T19:59:44.392Z] level=info msg="Execution took 20.225464282s" [2023-04-21T19:59:44.392Z] go vet ./... [2023-04-21T19:59:48.444Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9317 in /w/workspace/edgexfoundry_edgex-go_PR-4523 [Pipeline] { [Pipeline] ws [2023-04-21T19:59:48.511Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-21T19:59:48.585Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T19:59:48.598Z] The recommended git tool is: git [2023-04-21T19:59:48.844Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T19:59:48.844Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T19:59:49.134Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-21T19:59:49.449Z] + ls -al . [2023-04-21T19:59:49.449Z] total 704 [2023-04-21T19:59:49.449Z] drwxrwxr-x 11 1001 1001 4096 Apr 21 19:58 . [2023-04-21T19:59:49.449Z] drwxr-xr-x 4 root root 4096 Apr 21 19:58 .. [2023-04-21T19:59:49.449Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 19:57 .blubracket [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 16 Apr 21 19:57 .dockerignore [2023-04-21T19:59:49.449Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 19:57 .git [2023-04-21T19:59:49.449Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 19:57 .github [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 1133 Apr 21 19:57 .gitignore [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 42 Apr 21 19:57 .golangci.yml [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 87 Apr 21 19:57 .hadolint.yml [2023-04-21T19:59:49.449Z] drwxr-xr-x 3 1001 1001 4096 Apr 21 19:57 .semver [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 19:57 .sonarcloud.properties [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 1171 Apr 21 19:57 ADOPTERS.md [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 10835 Apr 21 19:57 Attribution.txt [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 73765 Apr 21 19:57 CHANGELOG.md [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 19:57 CONTRIBUTING.md [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 677 Apr 21 19:57 GOVERNANCE.md [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 883 Apr 21 19:57 Jenkinsfile [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 19:57 LICENSE [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 14368 Apr 21 19:57 Makefile [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 582 Apr 21 19:57 OWNERS.md [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 9403 Apr 21 19:57 README.md [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 789 Apr 21 19:57 SECURITY.md [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 19:57 VERSION [2023-04-21T19:59:49.449Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 19:57 bin [2023-04-21T19:59:49.449Z] drwxrwxr-x 18 1001 1001 4096 Apr 21 19:57 cmd [2023-04-21T19:59:49.449Z] -rw-r--r-- 1 root root 448248 Apr 21 19:59 coverage.out [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 3200 Apr 21 19:57 go.mod [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 31155 Apr 21 19:57 go.sum [2023-04-21T19:59:49.449Z] drwxrwxr-x 7 1001 1001 4096 Apr 21 19:57 internal [2023-04-21T19:59:49.449Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 19:57 openapi [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 594 Apr 21 19:57 security.txt [2023-04-21T19:59:49.449Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 19:57 snap [2023-04-21T19:59:49.449Z] -rw-rw-r-- 1 1001 1001 204 Apr 21 19:57 version.go [Pipeline] sh [2023-04-21T19:59:49.767Z] + '[' -e coverage.out ] [2023-04-21T19:59:49.767Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-21T19:59:49.939Z] Stashed 1 file(s) [Pipeline] sh [2023-04-21T19:59:50.236Z] + make build [2023-04-21T19:59:50.236Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-21T19:59:53.899Z] using credential edgex-jenkins-ssh [2023-04-21T19:59:53.922Z] Cloning the remote Git repository [2023-04-21T19:59:53.959Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-21T19:59:54.051Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-21T19:59:54.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-21T19:59:54.213Z] > git --version # timeout=10 [2023-04-21T19:59:54.236Z] > git --version # 'git version 2.25.1' [2023-04-21T19:59:54.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T19:59:54.408Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T20:00:02.439Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-21T20:00:02.439Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-21T20:00:03.827Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-21T20:00:04.397Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-21T20:00:10.956Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-21T20:00:11.890Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-21T20:00:11.409Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-21T20:00:11.431Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T20:00:12.208Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-21T20:00:12.244Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-21T20:00:12.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T20:00:12.259Z] > 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 [2023-04-21T20:00:12.934Z] Merging remotes/origin/main commit 6ed5f643afd548d7d3f8a26d03abe2373781a040 into PR head commit 2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:00:13.263Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-21T20:00:13.324Z] Merge succeeded, producing 2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:00:13.324Z] Checking out Revision 2df8ef650b42ae2971b5df67d718bf0a57596ecd (PR-4523) [2023-04-21T20:00:13.935Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-04-21T20:00:13.985Z] > git --version # timeout=10 [2023-04-21T20:00:13.998Z] > git --version # 'git version 2.25.1' [2023-04-21T20:00:14.017Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T20:00:14.197Z] 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 [2023-04-21T20:00:12.954Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T20:00:13.016Z] > git checkout -f 2df8ef650b42ae2971b5df67d718bf0a57596ecd # timeout=10 [2023-04-21T20:00:13.228Z] > git remote # timeout=10 [2023-04-21T20:00:13.243Z] > git config --get remote.origin.url # timeout=10 [2023-04-21T20:00:13.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T20:00:13.272Z] > git merge 6ed5f643afd548d7d3f8a26d03abe2373781a040 # timeout=10 [2023-04-21T20:00:13.296Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-21T20:00:13.334Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T20:00:13.349Z] > git checkout -f 2df8ef650b42ae2971b5df67d718bf0a57596ecd # timeout=10 [2023-04-21T20:00:15.132Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-21T20:00:15.194Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-21T20:00:15.194Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T20:00:15.195Z] Dload Upload Total Spent Left Speed [2023-04-21T20:00:15.195Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 75898 0 --:--:-- --:--:-- --:--:-- 76353 [Pipeline] sh [2023-04-21T20:00:15.771Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-21T20:00:16.067Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-21T20:00:16.119Z] + sudo tee /etc/docker/daemon.new [2023-04-21T20:00:16.120Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-21T20:00:16.120Z] { [2023-04-21T20:00:16.120Z] "registry-mirrors": [ [2023-04-21T20:00:16.120Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-21T20:00:16.120Z] ], [2023-04-21T20:00:16.120Z] "bip": "10.250.0.254/24", [2023-04-21T20:00:16.120Z] "hosts": [ [2023-04-21T20:00:16.120Z] "tcp://0.0.0.0:5555", [2023-04-21T20:00:16.120Z] "unix:///var/run/docker.sock" [2023-04-21T20:00:16.120Z] ], [2023-04-21T20:00:16.120Z] "mtu": 1458, [2023-04-21T20:00:16.120Z] "selinux-enabled": true, [2023-04-21T20:00:16.120Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-21T20:00:16.120Z] } [Pipeline] sh [2023-04-21T20:00:16.464Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-21T20:00:16.807Z] + sudo service docker restart [2023-04-21T20:00:17.002Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-04-21T20:00:18.400Z] $ docker stop --time=1 8d624773785f7e008425dd5a00b06de5969079a4d47b24036bb842d7f6cd76a1 [2023-04-21T20:00:22.441Z] $ 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 [2023-04-21T20:00:23.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:00:23.716Z] [2023-04-21T20:00:23.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:00:24.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:00:24.109Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-21T20:00:24.109Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-21T20:00:24.109Z] ca9280d653b3: Pulling fs layer [2023-04-21T20:00:24.109Z] 7e9c9ca2126c: Pulling fs layer [2023-04-21T20:00:24.109Z] cbdbe7a5bc2a: Download complete [2023-04-21T20:00:24.367Z] ca9280d653b3: Verifying Checksum [2023-04-21T20:00:24.368Z] ca9280d653b3: Download complete [2023-04-21T20:00:24.368Z] cbdbe7a5bc2a: Pull complete [2023-04-21T20:00:24.628Z] 7e9c9ca2126c: Download complete [2023-04-21T20:00:24.628Z] ca9280d653b3: Pull complete [2023-04-21T20:00:27.910Z] 7e9c9ca2126c: Pull complete [2023-04-21T20:00:27.910Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-21T20:00:27.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:00:27.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:00:28.151Z] prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container [2023-04-21T20:00:28.186Z] $ 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 [2023-04-21T20:00:30.674Z] $ docker top 5958d74a3164bc5b91cddfd8aa425d2d3b2e2115a85e108baff7890093466c83 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:00:31.071Z] + docker-compose build --help [2023-04-21T20:00:31.071Z] + grep parallel [2023-04-21T20:00:31.638Z] --parallel Build images in parallel. [Pipeline] } [2023-04-21T20:00:31.679Z] $ docker stop --time=1 5958d74a3164bc5b91cddfd8aa425d2d3b2e2115a85e108baff7890093466c83 [2023-04-21T20:00:32.925Z] $ docker rm -f --volumes 5958d74a3164bc5b91cddfd8aa425d2d3b2e2115a85e108baff7890093466c83 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:00:33.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-21T20:00:33.528Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:00:33.697Z] prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container [2023-04-21T20:00:33.732Z] $ 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 [2023-04-21T20:00:34.104Z] $ docker top 4f7f39397bdb2460e87c30b656cfe2ba7a6f0e2000e3399402b736b560a0bb6a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:00:34.576Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T20:00:35.110Z] provisioning config files... [2023-04-21T20:00:35.135Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4034175291522456294tmp [2023-04-21T20:00:35.143Z] Building core-command ... [2023-04-21T20:00:35.143Z] Building core-common-config-bootstrapper ... [2023-04-21T20:00:35.143Z] Building core-data ... [2023-04-21T20:00:35.143Z] Building core-metadata ... [2023-04-21T20:00:35.143Z] Building security-bootstrapper ... [2023-04-21T20:00:35.143Z] Building security-proxy-auth ... [2023-04-21T20:00:35.143Z] Building security-proxy-setup ... [2023-04-21T20:00:35.143Z] Building security-secretstore-setup ... [2023-04-21T20:00:35.143Z] Building security-spiffe-token-provider ... [2023-04-21T20:00:35.143Z] Building security-spire-agent ... [2023-04-21T20:00:35.143Z] Building security-spire-config ... [2023-04-21T20:00:35.143Z] Building security-spire-server ... [2023-04-21T20:00:35.143Z] Building support-notifications ... [2023-04-21T20:00:35.143Z] Building support-scheduler ... [2023-04-21T20:00:35.143Z] Building security-spire-config [2023-04-21T20:00:35.143Z] Building core-command [2023-04-21T20:00:35.143Z] Building security-spire-server [2023-04-21T20:00:35.143Z] Building security-proxy-setup [2023-04-21T20:00:35.143Z] Building core-common-config-bootstrapper [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:00:35.519Z] ---> docker-login.sh [2023-04-21T20:00:35.519Z] nexus3.edgexfoundry.org:10001 [2023-04-21T20:00:35.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:00:36.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:00:36.058Z] Configure a credential helper to remove this warning. See [2023-04-21T20:00:36.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:00:36.058Z] [2023-04-21T20:00:36.058Z] Login Succeeded [2023-04-21T20:00:36.058Z] nexus3.edgexfoundry.org:10002 [2023-04-21T20:00:36.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:00:36.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:00:36.327Z] Configure a credential helper to remove this warning. See [2023-04-21T20:00:36.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:00:36.327Z] [2023-04-21T20:00:36.327Z] Login Succeeded [2023-04-21T20:00:36.327Z] nexus3.edgexfoundry.org:10003 [2023-04-21T20:00:36.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:00:36.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:00:36.866Z] Configure a credential helper to remove this warning. See [2023-04-21T20:00:36.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:00:36.866Z] [2023-04-21T20:00:36.866Z] Login Succeeded [2023-04-21T20:00:36.866Z] nexus3.edgexfoundry.org:10004 [2023-04-21T20:00:36.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:00:37.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:00:37.136Z] Configure a credential helper to remove this warning. See [2023-04-21T20:00:37.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:00:37.136Z] [2023-04-21T20:00:37.136Z] Login Succeeded [2023-04-21T20:00:37.136Z] docker.io [2023-04-21T20:00:37.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T20:00:37.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T20:00:37.672Z] Configure a credential helper to remove this warning. See [2023-04-21T20:00:37.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T20:00:37.672Z] [2023-04-21T20:00:37.672Z] Login Succeeded [2023-04-21T20:00:37.672Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T20:00:37.703Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-21T20:00:38.375Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-21T20:00:38.417Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T20:00:38.457Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T20:00:38.494Z] ========================================================= [2023-04-21T20:00:38.494Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-21T20:00:38.494Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:00:38.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:00:38.877Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-21T20:00:38.877Z] af6eaf76a39c: Pulling fs layer [2023-04-21T20:00:38.877Z] 55522c791124: Pulling fs layer [2023-04-21T20:00:38.877Z] ce5c4a1c91eb: Pulling fs layer [2023-04-21T20:00:38.877Z] 169dfbe0d373: Pulling fs layer [2023-04-21T20:00:38.877Z] e1ff8fa3b103: Pulling fs layer [2023-04-21T20:00:38.877Z] 52ebb69f0ebf: Pulling fs layer [2023-04-21T20:00:38.877Z] 5abe8eddf0d5: Pulling fs layer [2023-04-21T20:00:38.877Z] 169dfbe0d373: Waiting [2023-04-21T20:00:38.877Z] e1ff8fa3b103: Waiting [2023-04-21T20:00:38.877Z] 52ebb69f0ebf: Waiting [2023-04-21T20:00:38.877Z] 5abe8eddf0d5: Waiting [2023-04-21T20:00:38.877Z] 55522c791124: Verifying Checksum [2023-04-21T20:00:38.877Z] 55522c791124: Download complete [2023-04-21T20:00:39.154Z] 169dfbe0d373: Verifying Checksum [2023-04-21T20:00:39.154Z] 169dfbe0d373: Download complete [2023-04-21T20:00:39.154Z] e1ff8fa3b103: Verifying Checksum [2023-04-21T20:00:39.154Z] e1ff8fa3b103: Download complete [2023-04-21T20:00:39.154Z] af6eaf76a39c: Verifying Checksum [2023-04-21T20:00:40.124Z] af6eaf76a39c: Pull complete [2023-04-21T20:00:40.124Z] 5abe8eddf0d5: Verifying Checksum [2023-04-21T20:00:40.124Z] 5abe8eddf0d5: Download complete [2023-04-21T20:00:40.798Z] 55522c791124: Pull complete [2023-04-21T20:00:41.419Z] ce5c4a1c91eb: Verifying Checksum [2023-04-21T20:00:41.419Z] ce5c4a1c91eb: Download complete [2023-04-21T20:00:41.694Z] 52ebb69f0ebf: Verifying Checksum [2023-04-21T20:00:41.694Z] 52ebb69f0ebf: Download complete [2023-04-21T20:00:47.349Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:00:47.349Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:00:47.349Z] ---> 4bb7de3172d1 [2023-04-21T20:00:47.349Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:00:47.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:00:47.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:00:47.350Z] ---> 4bb7de3172d1 [2023-04-21T20:00:47.350Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:00:47.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:00:47.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:00:47.350Z] ---> 4bb7de3172d1 [2023-04-21T20:00:47.350Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:00:47.350Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:00:47.350Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:00:47.350Z] ---> 4bb7de3172d1 [2023-04-21T20:00:47.350Z] Step 3/26 : WORKDIR /edgex-go [2023-04-21T20:00:47.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:00:47.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:00:47.350Z] ---> 4bb7de3172d1 [2023-04-21T20:00:47.350Z] Step 3/22 : WORKDIR /edgex-go [2023-04-21T20:00:51.774Z] ce5c4a1c91eb: Pull complete [2023-04-21T20:00:51.774Z] 169dfbe0d373: Pull complete [2023-04-21T20:00:51.775Z] e1ff8fa3b103: Pull complete [2023-04-21T20:00:53.927Z] ---> Running in c735ba48cace [2023-04-21T20:00:53.927Z] ---> Running in c3abd5fe2f0b [2023-04-21T20:00:53.927Z] ---> Running in cf2658e9db13 [2023-04-21T20:00:53.927Z] ---> Running in dcd48d54e47d [2023-04-21T20:00:53.927Z] ---> Running in 2942f9b1269a [2023-04-21T20:00:53.927Z] Removing intermediate container c735ba48cace [2023-04-21T20:00:53.927Z] ---> d8ecbdea4b3f [2023-04-21T20:00:53.927Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:00:53.927Z] Removing intermediate container cf2658e9db13 [2023-04-21T20:00:53.927Z] ---> e5a5cccd0a2d [2023-04-21T20:00:53.927Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:00:53.927Z] Removing intermediate container 2942f9b1269a [2023-04-21T20:00:53.927Z] ---> 34ece8359772 [2023-04-21T20:00:53.927Z] Step 4/24 : WORKDIR /edgex-go [2023-04-21T20:00:53.927Z] Removing intermediate container dcd48d54e47d [2023-04-21T20:00:53.927Z] ---> ead84c7615be [2023-04-21T20:00:53.927Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-21T20:00:53.927Z] ---> Running in 0064d0474359 [2023-04-21T20:00:53.927Z] Removing intermediate container c3abd5fe2f0b [2023-04-21T20:00:53.927Z] ---> 33131000a387 [2023-04-21T20:00:53.927Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:00:53.927Z] ---> Running in 360ecb59d58b [2023-04-21T20:00:53.927Z] ---> Running in 6b887084a305 [2023-04-21T20:00:53.927Z] ---> Running in a22c2c775d89 [2023-04-21T20:00:53.927Z] ---> Running in e350c3924fbe [2023-04-21T20:00:53.927Z] Removing intermediate container 0064d0474359 [2023-04-21T20:00:53.927Z] ---> 228eb29f441a [2023-04-21T20:00:53.927Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:00:53.927Z] ---> Running in 339be24056be [2023-04-21T20:00:53.927Z] Removing intermediate container a22c2c775d89 [2023-04-21T20:00:53.927Z] ---> 6035f9b52de5 [2023-04-21T20:00:53.927Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-21T20:00:53.927Z] ---> Running in 3b0168c41ba1 [2023-04-21T20:00:54.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:54.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:00:55.011Z] OK: 265 MiB in 53 packages [2023-04-21T20:00:55.011Z] OK: 265 MiB in 53 packages [2023-04-21T20:00:55.011Z] OK: 265 MiB in 53 packages [2023-04-21T20:00:55.011Z] OK: 265 MiB in 53 packages [2023-04-21T20:00:55.011Z] OK: 265 MiB in 53 packages [2023-04-21T20:00:55.579Z] Removing intermediate container 339be24056be [2023-04-21T20:00:55.579Z] ---> 7a473a381c35 [2023-04-21T20:00:55.579Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:00:55.579Z] Removing intermediate container e350c3924fbe [2023-04-21T20:00:55.579Z] ---> ad83870fbd92 [2023-04-21T20:00:55.579Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-21T20:00:55.837Z] Removing intermediate container 6b887084a305 [2023-04-21T20:00:55.837Z] ---> eee85a1d807f [2023-04-21T20:00:55.837Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-21T20:00:55.837Z] Removing intermediate container 360ecb59d58b [2023-04-21T20:00:55.837Z] ---> 492e8f52df04 [2023-04-21T20:00:55.837Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:00:55.837Z] ---> 4764eb2de34f [2023-04-21T20:00:55.837Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:00:55.837Z] Removing intermediate container 3b0168c41ba1 [2023-04-21T20:00:55.837Z] ---> c04f42200acf [2023-04-21T20:00:55.837Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-21T20:00:55.837Z] ---> b1eb0973ed72 [2023-04-21T20:00:55.837Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:00:55.837Z] ---> Running in e89a2cffb373 [2023-04-21T20:00:55.837Z] ---> Running in a488b53c7b69 [2023-04-21T20:00:55.837Z] ---> a27d5a77a0dd [2023-04-21T20:00:55.837Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:00:55.837Z] ---> Running in f91f2e929957 [2023-04-21T20:00:55.837Z] ---> caa3d67eb284 [2023-04-21T20:00:55.837Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:00:55.837Z] ---> Running in b22d39d9a0a7 [2023-04-21T20:00:56.094Z] ---> f80f1b6f57fe [2023-04-21T20:00:56.094Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:00:56.094Z] ---> Running in d505b7f470d5 [2023-04-21T20:00:57.131Z] 52ebb69f0ebf: Pull complete [2023-04-21T20:00:59.088Z] 5abe8eddf0d5: Pull complete [2023-04-21T20:00:59.088Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-21T20:00:59.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:00:59.088Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:00:59.477Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:00:59.477Z] WORKDIR /edgex [2023-04-21T20:00:59.477Z] COPY go.mod . [2023-04-21T20:00:59.477Z] RUN go mod download [2023-04-21T20:00:59.477Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-21T20:01:00.064Z] Sending build context to Docker daemon 2.932MB [2023-04-21T20:01:00.064Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T20:01:00.064Z] ---> 6cb57ee374ae [2023-04-21T20:01:00.064Z] Step 2/4 : WORKDIR /edgex [2023-04-21T20:01:02.012Z] ---> Running in a8d789b797ac [2023-04-21T20:01:02.012Z] Removing intermediate container a8d789b797ac [2023-04-21T20:01:02.012Z] ---> 84a3d12ca6b0 [2023-04-21T20:01:02.012Z] Step 3/4 : COPY go.mod . [2023-04-21T20:01:04.615Z] ---> af98a8bf2c5f [2023-04-21T20:01:04.615Z] Step 4/4 : RUN go mod download [2023-04-21T20:01:04.615Z] ---> Running in bcb4ca55a3f7 [2023-04-21T20:01:43.517Z] Removing intermediate container bcb4ca55a3f7 [2023-04-21T20:01:43.517Z] ---> f44d24f46477 [2023-04-21T20:01:43.517Z] Successfully built f44d24f46477 [2023-04-21T20:01:43.517Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:01:43.919Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T20:01:43.919Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:01:44.197Z] prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container [2023-04-21T20:01:44.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T20:01:45.425Z] $ docker top 92e917a2f7b933b686aa5d266e7e4b60dcf5006406f870aada3385e5a0d129a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:01:46.274Z] + go version [2023-04-21T20:01:46.274Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-21T20:01:46.316Z] $ docker stop --time=1 92e917a2f7b933b686aa5d266e7e4b60dcf5006406f870aada3385e5a0d129a0 [2023-04-21T20:01:47.872Z] $ 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 [2023-04-21T20:01:48.757Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T20:01:48.758Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:01:49.000Z] prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container [2023-04-21T20:01:49.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T20:01:50.126Z] $ docker top 32eed383723129e21a27ca4686ae2361134844514b6a2a97a07915d06dec679a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-21T20:01:50.376Z] ========================================================= [2023-04-21T20:01:50.376Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-21T20:01:50.376Z] ========================================================= [Pipeline] sh [2023-04-21T20:01:50.794Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T20:01:51.184Z] + make test [2023-04-21T20:01:51.184Z] go test -race -coverprofile=coverage.out ./... [2023-04-21T20:01:52.331Z] Removing intermediate container b22d39d9a0a7 [2023-04-21T20:01:52.331Z] ---> ecfa6e481337 [2023-04-21T20:01:52.331Z] Step 7/27 : COPY . . [2023-04-21T20:01:52.331Z] Removing intermediate container e89a2cffb373 [2023-04-21T20:01:52.331Z] ---> 06d60f245663 [2023-04-21T20:01:52.331Z] Step 8/23 : COPY . . [2023-04-21T20:01:52.331Z] Removing intermediate container f91f2e929957 [2023-04-21T20:01:52.332Z] ---> 6a0b220a9423 [2023-04-21T20:01:52.332Z] Step 7/22 : COPY . . [2023-04-21T20:01:52.332Z] Removing intermediate container d505b7f470d5 [2023-04-21T20:01:52.332Z] ---> 481017744935 [2023-04-21T20:01:52.332Z] Step 8/24 : COPY . . [2023-04-21T20:01:52.332Z] Removing intermediate container a488b53c7b69 [2023-04-21T20:01:52.332Z] ---> ca59506e6413 [2023-04-21T20:01:52.332Z] Step 7/26 : COPY . . [2023-04-21T20:02:04.585Z] ---> 526ea4c21781 [2023-04-21T20:02:04.585Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:02:04.585Z] ---> 3d999a93207b [2023-04-21T20:02:04.585Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-21T20:02:04.585Z] ---> 81544958a2c5 [2023-04-21T20:02:04.585Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-21T20:02:04.585Z] ---> Running in 9e5f5b4f9a1b [2023-04-21T20:02:04.585Z] ---> Running in 921c34c259c3 [2023-04-21T20:02:04.585Z] ---> 2662aa845b56 [2023-04-21T20:02:04.585Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:02:04.585Z] ---> 0fde79d0c86f [2023-04-21T20:02:04.585Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-21T20:02:04.585Z] ---> Running in 9cf4e3a03bc3 [2023-04-21T20:02:04.585Z] ---> Running in 47968bb9cf0e [2023-04-21T20:02:04.585Z] ---> Running in 901d23e69fa3 [2023-04-21T20:02:04.585Z] Removing intermediate container 9e5f5b4f9a1b [2023-04-21T20:02:04.585Z] ---> fe110926c82a [2023-04-21T20:02:04.585Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:02:04.585Z] ---> Running in a3bc6c82f2fd [2023-04-21T20:02:04.585Z] Removing intermediate container 901d23e69fa3 [2023-04-21T20:02:04.585Z] ---> d146ae46b83c [2023-04-21T20:02:04.585Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-21T20:02:04.585Z] ---> Running in 320149f7a558 [2023-04-21T20:02:04.585Z] Removing intermediate container a3bc6c82f2fd [2023-04-21T20:02:04.585Z] ---> 1d5c741110f2 [2023-04-21T20:02:04.585Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:02:04.585Z] ---> Running in f45672b8a366 [2023-04-21T20:02:04.585Z] Removing intermediate container 320149f7a558 [2023-04-21T20:02:04.585Z] ---> 128af5d9caaa [2023-04-21T20:02:04.585Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:02:04.585Z] Removing intermediate container f45672b8a366 [2023-04-21T20:02:04.585Z] ---> 95c9f9197020 [2023-04-21T20:02:04.585Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-21T20:02:04.586Z] ---> Running in cdfbef27a56e [2023-04-21T20:02:04.586Z] ---> Running in 4ac76938e974 [2023-04-21T20:02:04.586Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-21T20:02:04.586Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-21T20:02:04.586Z] Removing intermediate container cdfbef27a56e [2023-04-21T20:02:04.586Z] ---> 5ab8b360d27f [2023-04-21T20:02:04.586Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-21T20:02:04.586Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-21T20:02:04.586Z] ---> Running in c17dbe31da38 [2023-04-21T20:02:05.526Z] Removing intermediate container c17dbe31da38 [2023-04-21T20:02:05.526Z] ---> 75551ee2003e [2023-04-21T20:02:05.526Z] Step 12/26 : WORKDIR /edgex-go [2023-04-21T20:02:05.526Z] Removing intermediate container 4ac76938e974 [2023-04-21T20:02:05.526Z] ---> 2e65419266c9 [2023-04-21T20:02:05.526Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:02:05.788Z] ---> Running in 8d68bf8129fe [2023-04-21T20:02:05.788Z] ---> Running in b26fe3c9a26b [2023-04-21T20:02:05.788Z] Removing intermediate container 8d68bf8129fe [2023-04-21T20:02:05.788Z] ---> ba9844824f21 [2023-04-21T20:02:05.788Z] [2023-04-21T20:02:05.788Z] Step 13/26 : FROM alpine:3.17 [2023-04-21T20:02:05.788Z] Removing intermediate container b26fe3c9a26b [2023-04-21T20:02:05.788Z] ---> 43a7e0e621da [2023-04-21T20:02:05.788Z] [2023-04-21T20:02:05.788Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:02:06.726Z] 3.17: Pulling from library/alpine [2023-04-21T20:02:06.726Z] 3.17: Pulling from library/alpine [2023-04-21T20:02:07.664Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T20:02:07.664Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T20:02:07.664Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T20:02:07.664Z] Status: Image is up to date for alpine:3.17 [2023-04-21T20:02:07.664Z] ---> 9ed4aefc74f6 [2023-04-21T20:02:07.664Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:02:07.664Z] ---> 9ed4aefc74f6 [2023-04-21T20:02:07.664Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:02:07.664Z] ---> Running in 5728259b470d [2023-04-21T20:02:07.664Z] ---> Running in 0a60b46859e9 [2023-04-21T20:02:07.664Z] Removing intermediate container 5728259b470d [2023-04-21T20:02:07.664Z] ---> dca05f135707 [2023-04-21T20:02:07.664Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:02:07.664Z] Removing intermediate container 0a60b46859e9 [2023-04-21T20:02:07.664Z] ---> 85d92d8e2597 [2023-04-21T20:02:07.664Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-21T20:02:07.664Z] ---> Running in d1267f384089 [2023-04-21T20:02:07.923Z] ---> Running in 559c6ad29cf9 [2023-04-21T20:02:08.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.441Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:02:08.441Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:02:08.441Z] OK: 17820 distinct packages available [2023-04-21T20:02:08.441Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:02:08.441Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:02:08.441Z] OK: 17820 distinct packages available [2023-04-21T20:02:08.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:08.959Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-21T20:02:08.959Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:02:08.959Z] (3/5) Installing libucontext (1.2-r0) [2023-04-21T20:02:08.959Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-21T20:02:08.959Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-21T20:02:08.959Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-21T20:02:08.959Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:02:08.959Z] OK: 8 MiB in 20 packages [2023-04-21T20:02:08.959Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:02:08.959Z] (3/4) Installing libucontext (1.2-r0) [2023-04-21T20:02:08.959Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-21T20:02:08.959Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:02:08.959Z] OK: 7 MiB in 19 packages [2023-04-21T20:02:11.523Z] Removing intermediate container 559c6ad29cf9 [2023-04-21T20:02:11.523Z] ---> 5c6ed7994bc9 [2023-04-21T20:02:11.523Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:02:11.523Z] Removing intermediate container d1267f384089 [2023-04-21T20:02:11.523Z] ---> 1c9e1c5b8b01 [2023-04-21T20:02:11.523Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:02:12.090Z] ---> 0a0ed2741027 [2023-04-21T20:02:12.090Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:02:12.090Z] ---> af09cbe1a45a [2023-04-21T20:02:12.090Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:02:12.349Z] ---> fb6f2d245fb7 [2023-04-21T20:02:12.349Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:02:12.349Z] ---> 5a1c3cf8f6ce [2023-04-21T20:02:12.349Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:02:24.613Z] ---> cd0aa71e394b [2023-04-21T20:02:24.613Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:02:24.613Z] ---> a586729ea73d [2023-04-21T20:02:24.613Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:02:24.873Z] ---> 3a6116b148e4 [2023-04-21T20:02:24.873Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-21T20:02:24.873Z] ---> d593af6b4fd2 [2023-04-21T20:02:24.873Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-21T20:02:24.873Z] ---> Running in c3c97c45c7bb [2023-04-21T20:02:24.873Z] ---> dc83088d9127 [2023-04-21T20:02:24.873Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-21T20:02:24.873Z] Removing intermediate container c3c97c45c7bb [2023-04-21T20:02:24.873Z] ---> c229986d288f [2023-04-21T20:02:24.873Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-21T20:02:25.153Z] ---> 93a90eea04d9 [2023-04-21T20:02:25.153Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:02:25.153Z] ---> cc9663d75994 [2023-04-21T20:02:25.153Z] Step 22/27 : WORKDIR / [2023-04-21T20:02:25.153Z] ---> Running in 3ce00c4ccec8 [2023-04-21T20:02:25.426Z] ---> Running in 3ee66102252c [2023-04-21T20:02:25.426Z] Removing intermediate container 3ce00c4ccec8 [2023-04-21T20:02:25.426Z] ---> 547b81181ea5 [2023-04-21T20:02:25.426Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:02:25.426Z] ---> Running in 216030c0dad8 [2023-04-21T20:02:25.426Z] Removing intermediate container 3ee66102252c [2023-04-21T20:02:25.426Z] ---> e6e057319d31 [2023-04-21T20:02:25.426Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:02:25.685Z] ---> Running in 19026106ca25 [2023-04-21T20:02:25.685Z] Removing intermediate container 216030c0dad8 [2023-04-21T20:02:25.685Z] ---> 2ad94bf66d74 [2023-04-21T20:02:25.685Z] Step 24/26 : LABEL arch=x86_64 [2023-04-21T20:02:25.685Z] Removing intermediate container 19026106ca25 [2023-04-21T20:02:25.685Z] ---> 3aa548886894 [2023-04-21T20:02:25.685Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:02:25.685Z] ---> Running in 30dd2b296d95 [2023-04-21T20:02:25.685Z] ---> Running in 94ca1bcc84c4 [2023-04-21T20:02:25.955Z] Removing intermediate container 30dd2b296d95 [2023-04-21T20:02:25.955Z] ---> f52e18cff0be [2023-04-21T20:02:25.955Z] Step 25/26 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:02:25.955Z] Removing intermediate container 94ca1bcc84c4 [2023-04-21T20:02:25.955Z] ---> 4285010a6d07 [2023-04-21T20:02:25.955Z] Step 25/27 : LABEL arch=x86_64 [2023-04-21T20:02:26.215Z] ---> Running in afb40d01d183 [2023-04-21T20:02:26.215Z] ---> Running in fa18325e5755 [2023-04-21T20:02:26.486Z] Removing intermediate container fa18325e5755 [2023-04-21T20:02:26.486Z] ---> eec270fbb4c8 [2023-04-21T20:02:26.486Z] Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:02:26.486Z] Removing intermediate container afb40d01d183 [2023-04-21T20:02:26.486Z] ---> 0069673a6980 [2023-04-21T20:02:26.486Z] Step 26/26 : LABEL version=0.0.0 [2023-04-21T20:02:26.486Z] ---> Running in 86e284b34e15 [2023-04-21T20:02:26.486Z] ---> Running in dd8c800575d3 [2023-04-21T20:02:26.747Z] Removing intermediate container 86e284b34e15 [2023-04-21T20:02:26.747Z] ---> 0bca7bc24efb [2023-04-21T20:02:26.747Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:02:29.708Z] Removing intermediate container dd8c800575d3 [2023-04-21T20:02:29.708Z] ---> 4c391f3adcbc [2023-04-21T20:02:29.708Z] [2023-04-21T20:02:29.708Z] ---> Running in d3ed2a7145d1 [2023-04-21T20:02:29.708Z] Successfully built 4c391f3adcbc [2023-04-21T20:02:29.708Z] Successfully tagged security-spire-server:latest [2023-04-21T20:02:29.708Z]  Building security-spire-server ... done Building security-secretstore-setup [2023-04-21T20:02:29.708Z] Removing intermediate container d3ed2a7145d1 [2023-04-21T20:02:29.708Z] ---> e7e5a9c3b241 [2023-04-21T20:02:29.708Z] [2023-04-21T20:02:29.708Z] Removing intermediate container 47968bb9cf0e [2023-04-21T20:02:29.708Z] ---> 7217f71f49dd [2023-04-21T20:02:29.708Z] [2023-04-21T20:02:29.708Z] Step 10/24 : FROM alpine:3.17 [2023-04-21T20:02:29.708Z] ---> 9ed4aefc74f6 [2023-04-21T20:02:29.708Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:02:29.708Z] Successfully built e7e5a9c3b241 [2023-04-21T20:02:29.708Z] Removing intermediate container 921c34c259c3 [2023-04-21T20:02:29.708Z] ---> 6e4f4a9bd4d0 [2023-04-21T20:02:29.708Z] [2023-04-21T20:02:29.708Z] Step 9/22 : FROM alpine:3.17 [2023-04-21T20:02:29.708Z] Removing intermediate container 9cf4e3a03bc3 [2023-04-21T20:02:29.708Z] ---> 4baf9f8fcb06 [2023-04-21T20:02:29.708Z] [2023-04-21T20:02:29.708Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:02:29.708Z] ---> 9ed4aefc74f6 [2023-04-21T20:02:29.708Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:02:29.708Z] Successfully tagged security-spire-config:latest [2023-04-21T20:02:29.708Z] ---> 9ed4aefc74f6 [2023-04-21T20:02:29.708Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-21T20:02:29.708Z]  Building security-spire-config ... done Building core-data [2023-04-21T20:02:30.061Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-21T20:02:30.303Z] ---> Running in 7626e43459b8 [2023-04-21T20:02:32.838Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:02:32.838Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:02:32.838Z] ---> 4bb7de3172d1 [2023-04-21T20:02:32.838Z] Step 3/25 : WORKDIR /edgex-go [2023-04-21T20:02:32.838Z] ---> Using cache [2023-04-21T20:02:32.838Z] ---> 33131000a387 [2023-04-21T20:02:32.838Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-21T20:02:33.775Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:02:33.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:02:33.775Z] ---> 4bb7de3172d1 [2023-04-21T20:02:33.775Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:02:33.775Z] ---> Using cache [2023-04-21T20:02:33.775Z] ---> 34ece8359772 [2023-04-21T20:02:33.775Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:02:33.775Z] ---> Using cache [2023-04-21T20:02:33.775Z] ---> 6035f9b52de5 [2023-04-21T20:02:33.775Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:02:33.775Z] ---> Using cache [2023-04-21T20:02:33.775Z] ---> c04f42200acf [2023-04-21T20:02:33.775Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:02:33.775Z] ---> Using cache [2023-04-21T20:02:33.775Z] ---> f80f1b6f57fe [2023-04-21T20:02:33.775Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:02:33.775Z] ---> Using cache [2023-04-21T20:02:33.775Z] ---> 481017744935 [2023-04-21T20:02:33.775Z] Step 8/23 : COPY . . [2023-04-21T20:02:33.775Z] ---> Using cache [2023-04-21T20:02:33.775Z] ---> 0fde79d0c86f [2023-04-21T20:02:33.775Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-21T20:02:37.076Z] ---> Running in 8848716dd1ab [2023-04-21T20:02:37.076Z] ---> Running in 01c345678a1a [2023-04-21T20:02:37.076Z] ---> Running in 5a96da1219d0 [2023-04-21T20:02:37.076Z] ---> Running in 89662d129a70 [2023-04-21T20:02:37.076Z] Removing intermediate container 01c345678a1a [2023-04-21T20:02:37.076Z] ---> 5b1e26695f18 [2023-04-21T20:02:37.076Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:02:37.076Z] ---> Running in f5bd124c58bd [2023-04-21T20:02:37.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:37.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:37.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:37.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:37.594Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:02:37.594Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:02:37.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:37.594Z] OK: 7 MiB in 16 packages [2023-04-21T20:02:37.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:37.594Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-21T20:02:37.594Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:02:37.594Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-21T20:02:37.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:37.594Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:02:37.594Z] OK: 8 MiB in 17 packages [2023-04-21T20:02:37.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:38.112Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:02:38.112Z] Removing intermediate container 7626e43459b8 [2023-04-21T20:02:38.112Z] ---> 5978721fa187 [2023-04-21T20:02:38.112Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:02:38.112Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:02:38.112Z] OK: 265 MiB in 53 packages [2023-04-21T20:02:38.112Z] OK: 7 MiB in 16 packages [2023-04-21T20:02:38.112Z] ---> Running in 772b8ff40dbb [2023-04-21T20:02:38.112Z] Removing intermediate container 8848716dd1ab [2023-04-21T20:02:38.112Z] ---> daae70cd45e2 [2023-04-21T20:02:38.112Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:02:38.112Z] Removing intermediate container 772b8ff40dbb [2023-04-21T20:02:38.112Z] ---> f9f74c667a14 [2023-04-21T20:02:38.112Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-21T20:02:38.373Z] ---> Running in 0d41895752bb [2023-04-21T20:02:38.373Z] ---> Running in a631dcb1b8a0 [2023-04-21T20:02:38.373Z] Removing intermediate container 0d41895752bb [2023-04-21T20:02:38.373Z] ---> d5655bee49a6 [2023-04-21T20:02:38.373Z] Step 12/22 : WORKDIR /edgex [2023-04-21T20:02:38.373Z] Removing intermediate container a631dcb1b8a0 [2023-04-21T20:02:38.373Z] ---> b0905fee8940 [2023-04-21T20:02:38.373Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-21T20:02:38.373Z] ---> Running in 5642855d1d87 [2023-04-21T20:02:38.373Z] ---> Running in 89b50f71756b [2023-04-21T20:02:38.633Z] Removing intermediate container 89662d129a70 [2023-04-21T20:02:38.633Z] ---> bd9daafe05e9 [2023-04-21T20:02:38.633Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-21T20:02:38.633Z] Removing intermediate container f5bd124c58bd [2023-04-21T20:02:38.633Z] Removing intermediate container 5642855d1d87 [2023-04-21T20:02:38.633Z] ---> 96496bc3b8a9 [2023-04-21T20:02:38.633Z] ---> 2a1c5c3ca85f [2023-04-21T20:02:38.633Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt /Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:02:38.633Z] [2023-04-21T20:02:38.633Z] Removing intermediate container 89b50f71756b [2023-04-21T20:02:38.633Z] ---> 0ec4b6533ba3 [2023-04-21T20:02:38.633Z] Step 15/24 : WORKDIR / [2023-04-21T20:02:38.633Z] ---> Running in 86292c9aefbb [2023-04-21T20:02:38.898Z] Removing intermediate container 86292c9aefbb [2023-04-21T20:02:38.898Z] ---> 449c71d31cbe [2023-04-21T20:02:38.898Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:02:38.898Z] ---> 48a9dbd111d1 [2023-04-21T20:02:38.898Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:02:38.898Z] ---> Running in f9c226786099 [2023-04-21T20:02:38.898Z] ---> 80f7ad56ee84 [2023-04-21T20:02:38.898Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:02:38.898Z] ---> 89ddae43d753 [2023-04-21T20:02:38.898Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:02:38.898Z] ---> e9e93f1f7552 [2023-04-21T20:02:38.898Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:02:39.162Z] ---> d07d1e4286e4 [2023-04-21T20:02:39.162Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-21T20:02:39.162Z] ---> 28b42d0f63a4 [2023-04-21T20:02:39.162Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-21T20:02:39.162Z] ---> 8367772b763b [2023-04-21T20:02:39.162Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-21T20:02:39.425Z] ---> dd71c681dd8e [2023-04-21T20:02:39.425Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-21T20:02:39.425Z] ---> 2f42b3929ff3 [2023-04-21T20:02:39.425Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:02:39.683Z] ---> 724d3a5bb05c [2023-04-21T20:02:39.683Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:02:39.683Z] ---> 48afe13ee3da [2023-04-21T20:02:39.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:02:39.683Z] ---> 46af989eeeff [2023-04-21T20:02:39.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-21T20:02:39.941Z] ---> 71b7a8b7b89a [2023-04-21T20:02:39.941Z] ---> 5ef963470747 [2023-04-21T20:02:39.941Z] Step 20/24 : ENTRYPOINT ["/core-command"]Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:02:39.941Z] [2023-04-21T20:02:39.941Z] ---> Running in 348ebd3d3670 [2023-04-21T20:02:39.941Z] ---> Running in e946b2a0e56d [2023-04-21T20:02:39.941Z] ---> 1dca8e2dfe23 [2023-04-21T20:02:39.941Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:02:39.941Z] ---> Running in 3b00a7b6e836 [2023-04-21T20:02:40.200Z] Removing intermediate container e946b2a0e56d [2023-04-21T20:02:40.200Z] ---> 0ef7c95993c8 [2023-04-21T20:02:40.200Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:02:40.200Z] ---> Running in f0f9d1582f98 [2023-04-21T20:02:40.200Z] Removing intermediate container f0f9d1582f98 [2023-04-21T20:02:40.200Z] ---> c3f66573905e [2023-04-21T20:02:40.200Z] Step 22/24 : LABEL arch=x86_64 [2023-04-21T20:02:40.200Z] ---> Running in 3037062cce10 [2023-04-21T20:02:40.462Z] Removing intermediate container 3037062cce10 [2023-04-21T20:02:40.462Z] ---> bf00f75f6656 [2023-04-21T20:02:40.462Z] Step 23/24 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:02:40.462Z] ---> Running in ce91f013060b [2023-04-21T20:02:40.462Z] Removing intermediate container ce91f013060b [2023-04-21T20:02:40.462Z] ---> 38ca652f1311 [2023-04-21T20:02:40.462Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T20:02:40.721Z] ---> Running in 9b8cb132de19 [2023-04-21T20:02:40.721Z] Removing intermediate container 9b8cb132de19 [2023-04-21T20:02:40.721Z] ---> dd0ef3681192 [2023-04-21T20:02:40.721Z] [2023-04-21T20:02:40.721Z] Successfully built dd0ef3681192 [2023-04-21T20:02:40.721Z] Successfully tagged core-command:latest [2023-04-21T20:02:40.721Z]  Building core-command ... done Building support-notifications [2023-04-21T20:02:41.186Z] Removing intermediate container 348ebd3d3670 [2023-04-21T20:02:41.186Z] ---> ad3a4802243c [2023-04-21T20:02:41.186Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:02:43.090Z] ---> Running in e13a979106df [2023-04-21T20:02:43.090Z] Removing intermediate container 3b00a7b6e836 [2023-04-21T20:02:43.090Z] ---> a10cffae7cb7 [2023-04-21T20:02:43.090Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:02:43.661Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:02:43.661Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:02:43.661Z] ---> 4bb7de3172d1 [2023-04-21T20:02:43.661Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:02:43.661Z] ---> Using cache [2023-04-21T20:02:43.661Z] ---> 34ece8359772 [2023-04-21T20:02:43.661Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:02:43.661Z] ---> Using cache [2023-04-21T20:02:43.661Z] ---> 6035f9b52de5 [2023-04-21T20:02:43.661Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-21T20:02:45.567Z] Removing intermediate container e13a979106df [2023-04-21T20:02:45.567Z] ---> ac1ac793a47d [2023-04-21T20:02:45.567Z] Step 20/22 : LABEL arch=x86_64 [2023-04-21T20:02:45.567Z] ---> Running in 2c0b378efaec [2023-04-21T20:02:45.567Z] ---> Running in 560c069cac34 [2023-04-21T20:02:45.567Z] ---> Running in a7b68e764f6f [2023-04-21T20:02:45.829Z] Removing intermediate container 560c069cac34 [2023-04-21T20:02:45.829Z] ---> fd9c2f227e98 [2023-04-21T20:02:45.829Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:02:45.829Z] ---> Running in 6c6eb16f767c [2023-04-21T20:02:45.829Z] Removing intermediate container a7b68e764f6f [2023-04-21T20:02:45.829Z] ---> 1536def12b7d [2023-04-21T20:02:45.829Z] Step 21/22 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:02:45.829Z] ---> Running in 478b854ec63f [2023-04-21T20:02:46.107Z] Removing intermediate container 6c6eb16f767c [2023-04-21T20:02:46.107Z] ---> a6378ecb07cf [2023-04-21T20:02:46.107Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:02:46.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:46.107Z] ---> Running in b8e5a5433faf [2023-04-21T20:02:46.107Z] Removing intermediate container 478b854ec63f [2023-04-21T20:02:46.107Z] ---> 125a7e389619 [2023-04-21T20:02:46.107Z] Step 22/22 : LABEL version=0.0.0 [2023-04-21T20:02:46.367Z] ---> Running in be96f2014daf [2023-04-21T20:02:46.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:46.367Z] Removing intermediate container b8e5a5433faf [2023-04-21T20:02:46.367Z] ---> de92e9b46adb [2023-04-21T20:02:46.367Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:02:46.367Z] ---> Running in a6e34f8bbd6d [2023-04-21T20:02:46.367Z] Removing intermediate container be96f2014daf [2023-04-21T20:02:46.367Z] ---> 8367c313aa35 [2023-04-21T20:02:46.367Z] [2023-04-21T20:02:46.629Z] Removing intermediate container a6e34f8bbd6d [2023-04-21T20:02:46.629Z] ---> 2d7581cf672f [2023-04-21T20:02:46.629Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:02:46.629Z] ---> Running in 4a9d5cc11723 [2023-04-21T20:02:46.629Z] Successfully built 8367c313aa35 [2023-04-21T20:02:46.629Z] Successfully tagged security-proxy-setup:latest [2023-04-21T20:02:46.629Z]  Building security-proxy-setup ... done Building security-spire-agent [2023-04-21T20:02:46.629Z] OK: 265 MiB in 53 packages [2023-04-21T20:02:46.629Z] Removing intermediate container 4a9d5cc11723 [2023-04-21T20:02:46.629Z] ---> 490f3bd4f912 [2023-04-21T20:02:46.629Z] [2023-04-21T20:02:46.629Z] Successfully built 490f3bd4f912 [2023-04-21T20:02:46.888Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-21T20:02:46.888Z]  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider [2023-04-21T20:02:51.086Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:02:51.086Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:02:51.086Z] ---> 4bb7de3172d1 [2023-04-21T20:02:51.086Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> 33131000a387 [2023-04-21T20:02:51.086Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> ad83870fbd92 [2023-04-21T20:02:51.086Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> b1eb0973ed72 [2023-04-21T20:02:51.086Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> ca59506e6413 [2023-04-21T20:02:51.086Z] Step 7/27 : COPY . . [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> 2662aa845b56 [2023-04-21T20:02:51.086Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> d146ae46b83c [2023-04-21T20:02:51.086Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> 128af5d9caaa [2023-04-21T20:02:51.086Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:02:51.086Z] ---> Using cache [2023-04-21T20:02:51.086Z] ---> 5ab8b360d27f [2023-04-21T20:02:51.087Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-21T20:02:51.087Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:02:51.087Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:02:51.087Z] ---> 4bb7de3172d1 [2023-04-21T20:02:51.087Z] Step 3/20 : WORKDIR /edgex-go [2023-04-21T20:02:51.087Z] ---> Using cache [2023-04-21T20:02:51.087Z] ---> 33131000a387 [2023-04-21T20:02:51.087Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-21T20:02:54.392Z] ---> Running in cf9302a6684c [2023-04-21T20:02:54.392Z] ---> Running in 3d3a02cc61b2 [2023-04-21T20:02:54.392Z] Removing intermediate container 2c0b378efaec [2023-04-21T20:02:54.392Z] ---> fdf864e9985a [2023-04-21T20:02:54.392Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:02:54.392Z] ---> 29f98a6e0da9 [2023-04-21T20:02:54.392Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:02:54.392Z] ---> Running in fd5ac18c6bb9 [2023-04-21T20:02:54.392Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:54.392Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:54.651Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:02:54.651Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:02:54.651Z] OK: 17824 distinct packages available [2023-04-21T20:02:54.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:54.910Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:54.910Z] Removing intermediate container 3d3a02cc61b2 [2023-04-21T20:02:54.910Z] ---> 418755491521 [2023-04-21T20:02:54.910Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:02:54.910Z] ---> Running in a7af9d96e20e [2023-04-21T20:02:55.169Z] OK: 265 MiB in 53 packages [2023-04-21T20:02:55.169Z] Removing intermediate container a7af9d96e20e [2023-04-21T20:02:55.169Z] ---> 0db4083febe5 [2023-04-21T20:02:55.169Z] [2023-04-21T20:02:55.169Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:02:55.169Z] ---> 9ed4aefc74f6 [2023-04-21T20:02:55.169Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:02:55.169Z] ---> Using cache [2023-04-21T20:02:55.169Z] ---> 85d92d8e2597 [2023-04-21T20:02:55.169Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:02:55.169Z] ---> Running in 98f57d7cbb10 [2023-04-21T20:02:55.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:55.693Z] Removing intermediate container cf9302a6684c [2023-04-21T20:02:55.693Z] ---> 144de0328a96 [2023-04-21T20:02:55.693Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-21T20:02:55.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:55.693Z] ---> 0cea786a5452 [2023-04-21T20:02:55.693Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:02:55.693Z] ---> Running in 7f9caedb890d [2023-04-21T20:02:55.956Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:02:55.956Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:02:55.956Z] OK: 17820 distinct packages available [2023-04-21T20:02:55.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:56.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:02:56.480Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-21T20:02:56.480Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:02:56.480Z] (3/5) Installing libucontext (1.2-r0) [2023-04-21T20:02:56.480Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-21T20:02:56.480Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-21T20:02:56.480Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:02:56.480Z] OK: 8 MiB in 20 packages [2023-04-21T20:02:57.064Z] Removing intermediate container 98f57d7cbb10 [2023-04-21T20:02:57.064Z] ---> 6c05dc1ef11d [2023-04-21T20:02:57.064Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:02:57.324Z] ---> 2edb16f492f7 [2023-04-21T20:02:57.324Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:02:57.893Z] ---> 1aa6151f769f [2023-04-21T20:02:57.893Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-21T20:03:01.947Z] ---> 904284dfc2c9 [2023-04-21T20:03:01.947Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:03:05.255Z] ---> d9e7ccde6e8d [2023-04-21T20:03:05.255Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:03:05.255Z] Removing intermediate container 5a96da1219d0 [2023-04-21T20:03:05.255Z] ---> dfcc18b641b8 [2023-04-21T20:03:05.255Z] [2023-04-21T20:03:05.255Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:03:05.255Z] ---> 9ed4aefc74f6 [2023-04-21T20:03:05.255Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:03:05.255Z] ---> Running in fea79d66fd6d [2023-04-21T20:03:05.255Z] ---> a57674e4e61e [2023-04-21T20:03:05.255Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-21T20:03:05.255Z] Removing intermediate container fea79d66fd6d [2023-04-21T20:03:05.255Z] ---> a2654af57f79 [2023-04-21T20:03:05.255Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-21T20:03:05.255Z] ---> Running in 22e0ea716dea [2023-04-21T20:03:05.255Z] Removing intermediate container 22e0ea716dea [2023-04-21T20:03:05.255Z] ---> ccebb39a70b2 [2023-04-21T20:03:05.255Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-21T20:03:05.255Z] ---> 0316c8b80a79 [2023-04-21T20:03:05.255Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-21T20:03:05.256Z] ---> Running in 27e5db8b900f [2023-04-21T20:03:05.256Z] Removing intermediate container 27e5db8b900f [2023-04-21T20:03:05.256Z] ---> 1669eabc01e7 [2023-04-21T20:03:05.256Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:03:05.256Z] ---> Running in 43e3e59988f3 [2023-04-21T20:03:05.256Z] ---> 402fa645f59c [2023-04-21T20:03:05.256Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:03:05.256Z] ---> Running in d4e983bc6a25 [2023-04-21T20:03:05.256Z] Removing intermediate container d4e983bc6a25 [2023-04-21T20:03:05.256Z] ---> 9052b2fd9b63 [2023-04-21T20:03:05.256Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:03:05.256Z] ---> Running in 9316f990b2a8 [2023-04-21T20:03:05.256Z] Removing intermediate container 9316f990b2a8 [2023-04-21T20:03:05.256Z] ---> f0279c692acb [2023-04-21T20:03:05.256Z] Step 25/27 : LABEL arch=x86_64 [2023-04-21T20:03:05.516Z] ---> Running in a84895a2e035 [2023-04-21T20:03:05.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:03:05.516Z] Removing intermediate container a84895a2e035 [2023-04-21T20:03:05.516Z] ---> ee232c6527a2 [2023-04-21T20:03:05.516Z] Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:03:05.516Z] ---> Running in 84b76ef3cf58 [2023-04-21T20:03:05.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:03:05.516Z] Removing intermediate container 84b76ef3cf58 [2023-04-21T20:03:05.516Z] ---> 65b777b0aad2 [2023-04-21T20:03:05.516Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:03:05.516Z] ---> Running in 4234c6e37fa7 [2023-04-21T20:03:05.777Z] Removing intermediate container 4234c6e37fa7 [2023-04-21T20:03:05.777Z] ---> 070bca46c421 [2023-04-21T20:03:05.777Z] [2023-04-21T20:03:05.777Z] Successfully built 070bca46c421 [2023-04-21T20:03:05.777Z] Successfully tagged security-spire-agent:latest [2023-04-21T20:03:05.777Z]  Building security-spire-agent ... done Building core-metadata [2023-04-21T20:03:05.777Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:03:05.777Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:03:05.777Z] OK: 7 MiB in 16 packages [2023-04-21T20:03:08.466Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:03:08.466Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:03:08.466Z] ---> 4bb7de3172d1 [2023-04-21T20:03:08.466Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:03:08.466Z] ---> Using cache [2023-04-21T20:03:08.466Z] ---> 34ece8359772 [2023-04-21T20:03:08.466Z] Step 4/25 : WORKDIR /edgex-go [2023-04-21T20:03:08.466Z] ---> Using cache [2023-04-21T20:03:08.466Z] ---> 6035f9b52de5 [2023-04-21T20:03:08.466Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-21T20:03:08.466Z] ---> Using cache [2023-04-21T20:03:08.466Z] ---> c04f42200acf [2023-04-21T20:03:08.466Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-21T20:03:08.466Z] ---> Using cache [2023-04-21T20:03:08.466Z] ---> f80f1b6f57fe [2023-04-21T20:03:08.466Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:03:08.466Z] ---> Using cache [2023-04-21T20:03:08.466Z] ---> 481017744935 [2023-04-21T20:03:08.466Z] Step 8/25 : COPY . . [2023-04-21T20:03:08.466Z] ---> Using cache [2023-04-21T20:03:08.466Z] ---> 0fde79d0c86f [2023-04-21T20:03:08.466Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-21T20:03:09.861Z] ---> Running in 47c8683cf4d8 [2023-04-21T20:03:09.861Z] Removing intermediate container 43e3e59988f3 [2023-04-21T20:03:09.861Z] ---> 8984280ce9d2 [2023-04-21T20:03:09.861Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:03:09.861Z] ---> 0ee8f1e0f4ef [2023-04-21T20:03:09.861Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:03:10.127Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-21T20:03:10.127Z] ---> e8df5753ddd0 [2023-04-21T20:03:10.127Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-21T20:03:10.760Z] ---> 77947dbafa50 [2023-04-21T20:03:10.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:03:11.020Z] ---> c8518cb2a8b8 [2023-04-21T20:03:11.020Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-21T20:03:11.020Z] ---> Running in 04f6bc6e8adc [2023-04-21T20:03:11.020Z] Removing intermediate container 04f6bc6e8adc [2023-04-21T20:03:11.020Z] ---> bfbf83ab68c6 [2023-04-21T20:03:11.020Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:03:11.020Z] ---> Running in d6b8cf7393e4 [2023-04-21T20:03:11.286Z] Removing intermediate container d6b8cf7393e4 [2023-04-21T20:03:11.286Z] ---> 65853c094431 [2023-04-21T20:03:11.286Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:03:11.286Z] ---> Running in ff1e7ebce311 [2023-04-21T20:03:11.286Z] Removing intermediate container ff1e7ebce311 [2023-04-21T20:03:11.286Z] ---> ff1d5436166e [2023-04-21T20:03:11.286Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:03:11.286Z] ---> Running in 5306c1546d8a [2023-04-21T20:03:11.286Z] Removing intermediate container 5306c1546d8a [2023-04-21T20:03:11.286Z] ---> 86424b8736d0 [2023-04-21T20:03:11.286Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:03:11.286Z] ---> Running in d8c7dcee6f61 [2023-04-21T20:03:11.545Z] Removing intermediate container d8c7dcee6f61 [2023-04-21T20:03:11.546Z] ---> f719d7ed1fc5 [2023-04-21T20:03:11.546Z] [2023-04-21T20:03:11.546Z] Successfully built f719d7ed1fc5 [2023-04-21T20:03:11.546Z] Successfully tagged core-data:latest [2023-04-21T20:03:11.546Z]  Building core-data ... done Building support-scheduler [2023-04-21T20:03:14.078Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:03:14.078Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:03:14.078Z] ---> 4bb7de3172d1 [2023-04-21T20:03:14.078Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:03:14.078Z] ---> Using cache [2023-04-21T20:03:14.078Z] ---> 34ece8359772 [2023-04-21T20:03:14.078Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:03:14.078Z] ---> Using cache [2023-04-21T20:03:14.078Z] ---> 6035f9b52de5 [2023-04-21T20:03:14.078Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:03:14.078Z] ---> Using cache [2023-04-21T20:03:14.078Z] ---> c04f42200acf [2023-04-21T20:03:14.078Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:03:14.078Z] ---> Using cache [2023-04-21T20:03:14.078Z] ---> f80f1b6f57fe [2023-04-21T20:03:14.078Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:03:14.078Z] ---> Using cache [2023-04-21T20:03:14.078Z] ---> 481017744935 [2023-04-21T20:03:14.078Z] Step 8/23 : COPY . . [2023-04-21T20:03:14.078Z] ---> Using cache [2023-04-21T20:03:14.078Z] ---> 0fde79d0c86f [2023-04-21T20:03:14.078Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-21T20:03:20.317Z] ---> Running in e9b1b8448925 [2023-04-21T20:03:20.317Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-21T20:03:38.716Z] Removing intermediate container f9c226786099 [2023-04-21T20:03:38.716Z] ---> 5efc4a76d988 [2023-04-21T20:03:38.716Z] Step 7/25 : COPY . . [2023-04-21T20:03:53.736Z] Removing intermediate container 47c8683cf4d8 [2023-04-21T20:03:53.736Z] ---> 731ed08347bf [2023-04-21T20:03:53.736Z] [2023-04-21T20:03:53.736Z] Step 10/25 : FROM alpine:3.17 [2023-04-21T20:03:53.736Z] ---> 9ed4aefc74f6 [2023-04-21T20:03:53.736Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:03:53.736Z] ---> Using cache [2023-04-21T20:03:53.736Z] ---> 5978721fa187 [2023-04-21T20:03:53.736Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:03:53.736Z] ---> Using cache [2023-04-21T20:03:53.736Z] ---> f9f74c667a14 [2023-04-21T20:03:53.736Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-21T20:03:53.736Z] ---> 272faf729cb0 [2023-04-21T20:03:53.736Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-21T20:03:53.736Z] ---> Running in 139a7b28c9e7 [2023-04-21T20:03:53.736Z] ---> Running in f9c613474bb9 [2023-04-21T20:03:53.736Z] Removing intermediate container 139a7b28c9e7 [2023-04-21T20:03:53.736Z] ---> 204b3a7ee7b0 [2023-04-21T20:03:53.736Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-21T20:03:53.736Z] ---> Running in 412047a116e8 [2023-04-21T20:03:53.736Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-21T20:03:53.736Z] Removing intermediate container fd5ac18c6bb9 [2023-04-21T20:03:53.736Z] ---> 0836243179ce [2023-04-21T20:03:53.736Z] Step 8/23 : COPY . . [2023-04-21T20:03:53.736Z] Removing intermediate container 7f9caedb890d [2023-04-21T20:03:53.736Z] ---> 3a38a1dfee54 [2023-04-21T20:03:53.736Z] Step 7/20 : COPY . . [2023-04-21T20:03:53.736Z] Removing intermediate container 412047a116e8 [2023-04-21T20:03:53.736Z] ---> ad2ba3fd2aba [2023-04-21T20:03:53.736Z] Step 15/25 : WORKDIR / [2023-04-21T20:03:53.736Z] ---> Running in 2880e9012e30 [2023-04-21T20:03:55.920Z] Removing intermediate container 2880e9012e30 [2023-04-21T20:03:55.920Z] ---> 2a002744de80 [2023-04-21T20:03:55.920Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:04:05.986Z] ---> bfe100e34b4e [2023-04-21T20:04:05.986Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:04:05.986Z] ---> 8621d50a1986 [2023-04-21T20:04:05.986Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-21T20:04:05.986Z] ---> Running in ffb3484ffd4d [2023-04-21T20:04:05.986Z] ---> 83c74d2cbd96 [2023-04-21T20:04:05.986Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-21T20:04:05.986Z] Removing intermediate container e9b1b8448925 [2023-04-21T20:04:05.986Z] ---> 861c1c8bd602 [2023-04-21T20:04:05.986Z] [2023-04-21T20:04:05.986Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:04:05.986Z] ---> 9ed4aefc74f6 [2023-04-21T20:04:05.986Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:04:05.986Z] ---> Using cache [2023-04-21T20:04:05.986Z] ---> 5978721fa187 [2023-04-21T20:04:05.986Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:04:05.986Z] ---> Using cache [2023-04-21T20:04:05.986Z] ---> f9f74c667a14 [2023-04-21T20:04:05.986Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-21T20:04:05.986Z] ---> Running in b69d05555c47 [2023-04-21T20:04:05.986Z] ---> 3c7a3542261e [2023-04-21T20:04:05.986Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-21T20:04:05.986Z] ---> Running in aa3df9122f76 [2023-04-21T20:04:05.986Z] Removing intermediate container aa3df9122f76 [2023-04-21T20:04:05.986Z] ---> d93898dba259 [2023-04-21T20:04:05.986Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:04:05.986Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-21T20:04:05.986Z] ---> Running in 5d43bfdb3253 [2023-04-21T20:04:05.986Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-21T20:04:05.986Z] Removing intermediate container 5d43bfdb3253 [2023-04-21T20:04:05.986Z] ---> 3c79abaaf39a [2023-04-21T20:04:05.986Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:04:05.986Z] ---> a5ffd7677b62 [2023-04-21T20:04:05.986Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:04:05.986Z] ---> 7cb65d4f4765 [2023-04-21T20:04:05.986Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:04:05.986Z] ---> 1c9bc31b5a81 [2023-04-21T20:04:05.986Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-21T20:04:05.986Z] ---> f5cb1f0e74ca [2023-04-21T20:04:05.986Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-21T20:04:06.247Z] ---> 3da6e0ae51d1 [2023-04-21T20:04:06.247Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-21T20:04:06.247Z] ---> Running in 5bbbc8aea5ba [2023-04-21T20:04:06.816Z] Removing intermediate container 5bbbc8aea5ba [2023-04-21T20:04:06.816Z] ---> 891cdb824228 [2023-04-21T20:04:06.816Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:04:06.816Z] ---> 65a6887f23ff [2023-04-21T20:04:06.816Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:04:06.816Z] ---> Running in b0caca3ab9a3 [2023-04-21T20:04:07.080Z] Removing intermediate container b0caca3ab9a3 [2023-04-21T20:04:07.080Z] ---> 2d45bc90def9 [2023-04-21T20:04:07.080Z] Step 23/25 : LABEL arch=x86_64 [2023-04-21T20:04:07.344Z] ---> Running in 6c1dfad76a8b [2023-04-21T20:04:07.344Z] ---> e92a21b4b202 [2023-04-21T20:04:07.344Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-21T20:04:07.344Z] ---> Running in 42d4cd7aa32b [2023-04-21T20:04:07.344Z] Removing intermediate container 6c1dfad76a8b [2023-04-21T20:04:07.344Z] ---> 7687bd414bf5 [2023-04-21T20:04:07.344Z] Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:04:07.344Z] ---> Running in 40a0324754f7 [2023-04-21T20:04:07.605Z] Removing intermediate container 42d4cd7aa32b [2023-04-21T20:04:07.605Z] ---> e19269496e0d [2023-04-21T20:04:07.605Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:04:07.605Z] ---> Running in 3225dfe81444 [2023-04-21T20:04:07.605Z] Removing intermediate container 40a0324754f7 [2023-04-21T20:04:07.605Z] ---> b7209a0fea6d [2023-04-21T20:04:07.605Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:04:07.605Z] ---> Running in 5fcae8dc6abc [2023-04-21T20:04:07.605Z] Removing intermediate container 3225dfe81444 [2023-04-21T20:04:07.605Z] ---> 02b5aec6698f [2023-04-21T20:04:07.605Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:04:07.605Z] Removing intermediate container 5fcae8dc6abc [2023-04-21T20:04:07.605Z] ---> 24dac4b9d970 [2023-04-21T20:04:07.605Z] [2023-04-21T20:04:07.605Z] ---> Running in 27493f947c24 [2023-04-21T20:04:07.605Z] Successfully built 24dac4b9d970 [2023-04-21T20:04:07.606Z] Successfully tagged core-metadata:latest [2023-04-21T20:04:07.606Z]  Building core-metadata ... done Building security-bootstrapper [2023-04-21T20:04:07.868Z] Removing intermediate container 27493f947c24 [2023-04-21T20:04:07.868Z] ---> aca1efdd22eb [2023-04-21T20:04:07.868Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:04:07.868Z] ---> Running in f4f150911b9d [2023-04-21T20:04:11.165Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:04:11.165Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:04:11.165Z] ---> 4bb7de3172d1 [2023-04-21T20:04:11.165Z] Step 3/33 : WORKDIR /edgex-go [2023-04-21T20:04:11.165Z] ---> Using cache [2023-04-21T20:04:11.165Z] ---> 33131000a387 [2023-04-21T20:04:11.165Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-21T20:04:11.165Z] ---> Using cache [2023-04-21T20:04:11.165Z] ---> bd9daafe05e9 [2023-04-21T20:04:11.165Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-21T20:04:11.165Z] ---> Using cache [2023-04-21T20:04:11.165Z] ---> 48a9dbd111d1 [2023-04-21T20:04:11.165Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:04:11.165Z] ---> Using cache [2023-04-21T20:04:11.165Z] ---> 5efc4a76d988 [2023-04-21T20:04:11.165Z] Step 7/33 : COPY . . [2023-04-21T20:04:11.165Z] ---> Using cache [2023-04-21T20:04:11.165Z] ---> 272faf729cb0 [2023-04-21T20:04:11.165Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-21T20:04:12.106Z] Removing intermediate container f4f150911b9d [2023-04-21T20:04:12.106Z] ---> 59b95cb636d5 [2023-04-21T20:04:12.106Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:04:12.676Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-21T20:04:13.288Z] ---> Running in e8ae7f1cef33 [2023-04-21T20:04:13.288Z] ---> Running in 3a7919cda07e [2023-04-21T20:04:13.288Z] Removing intermediate container 3a7919cda07e [2023-04-21T20:04:13.288Z] ---> 405d7fcae579 [2023-04-21T20:04:13.288Z] [2023-04-21T20:04:13.547Z] Successfully built 405d7fcae579 [2023-04-21T20:04:13.547Z] Successfully tagged support-scheduler:latest [2023-04-21T20:04:13.547Z] Building security-proxy-auth [2023-04-21T20:04:13.806Z]  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 [2023-04-21T20:04:16.357Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:04:16.357Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:04:16.357Z] ---> 4bb7de3172d1 [2023-04-21T20:04:16.357Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:04:16.357Z] ---> Using cache [2023-04-21T20:04:16.357Z] ---> 34ece8359772 [2023-04-21T20:04:16.357Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:04:16.357Z] ---> Using cache [2023-04-21T20:04:16.357Z] ---> 6035f9b52de5 [2023-04-21T20:04:16.357Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:04:16.357Z] ---> Using cache [2023-04-21T20:04:16.357Z] ---> c04f42200acf [2023-04-21T20:04:16.357Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:04:16.357Z] ---> Using cache [2023-04-21T20:04:16.357Z] ---> f80f1b6f57fe [2023-04-21T20:04:16.357Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:04:16.357Z] ---> Using cache [2023-04-21T20:04:16.357Z] ---> 481017744935 [2023-04-21T20:04:16.357Z] Step 8/23 : COPY . . [2023-04-21T20:04:16.357Z] ---> Using cache [2023-04-21T20:04:16.357Z] ---> 0fde79d0c86f [2023-04-21T20:04:16.357Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-21T20:04:21.635Z] ---> Running in 5771fe0cc6fe [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-21T20:04:21.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-21T20:04:21.928Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-21T20:04:24.858Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-21T20:04:24.858Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-21T20:04:24.858Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-21T20:04:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-21T20:04:25.320Z] Removing intermediate container f9c613474bb9 [2023-04-21T20:04:25.320Z] ---> e5f7e45a7f11 [2023-04-21T20:04:25.320Z] [2023-04-21T20:04:25.320Z] Step 9/25 : FROM alpine:3.17 [2023-04-21T20:04:25.320Z] ---> 9ed4aefc74f6 [2023-04-21T20:04:25.320Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-21T20:04:25.894Z] ---> Running in 1efb74c650f2 [2023-04-21T20:04:26.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:26.724Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:26.985Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-21T20:04:26.985Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-21T20:04:26.985Z] (3/3) Installing su-exec (0.2-r2) [2023-04-21T20:04:26.985Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:04:26.985Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:04:26.985Z] OK: 8 MiB in 18 packages [2023-04-21T20:04:28.377Z] Removing intermediate container 1efb74c650f2 [2023-04-21T20:04:28.377Z] ---> 9f7be7482baa [2023-04-21T20:04:28.377Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:04:28.377Z] ---> Running in 2d7393be3248 [2023-04-21T20:04:29.330Z] Removing intermediate container 2d7393be3248 [2023-04-21T20:04:29.330Z] ---> 1ee07034c51e [2023-04-21T20:04:29.330Z] Step 12/25 : WORKDIR / [2023-04-21T20:04:29.330Z] ---> Running in d89a5086f292 [2023-04-21T20:04:29.900Z] Removing intermediate container d89a5086f292 [2023-04-21T20:04:29.900Z] ---> c048bb20c1f5 [2023-04-21T20:04:29.900Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:04:31.279Z] ---> 9374d2c4ebc5 [2023-04-21T20:04:31.279Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:04:31.850Z] ---> b4b122021f67 [2023-04-21T20:04:31.850Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-21T20:04:32.419Z] ---> bf8ab3bd3f89 [2023-04-21T20:04:32.419Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-21T20:04:32.682Z] ---> a78cb308af5f [2023-04-21T20:04:32.682Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:04:33.253Z] ---> 316c0b2f6c84 [2023-04-21T20:04:33.253Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-21T20:04:35.792Z] ---> aedbd495ac64 [2023-04-21T20:04:35.792Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-21T20:04:36.736Z] ---> 9abd3ad0c23f [2023-04-21T20:04:36.736Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:04:37.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-21T20:04:37.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-21T20:04:37.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.333s coverage: 28.7% of statements [2023-04-21T20:04:42.029Z] ---> d2214b3b1871 [2023-04-21T20:04:42.030Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:04:42.030Z] ---> Running in 7a150308e9c1 [2023-04-21T20:04:42.030Z] Removing intermediate container ffb3484ffd4d [2023-04-21T20:04:42.030Z] ---> 3c501d8fdf4a [2023-04-21T20:04:42.030Z] [2023-04-21T20:04:42.030Z] Step 9/20 : FROM alpine:3.17 [2023-04-21T20:04:42.030Z] ---> 9ed4aefc74f6 [2023-04-21T20:04:42.030Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:04:42.030Z] Removing intermediate container b69d05555c47 [2023-04-21T20:04:42.030Z] ---> 1a4b6547f930 [2023-04-21T20:04:42.030Z] [2023-04-21T20:04:42.030Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:04:42.030Z] ---> 9ed4aefc74f6 [2023-04-21T20:04:42.030Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-21T20:04:44.589Z] ---> Running in c60e295a1457 [2023-04-21T20:04:44.589Z] ---> Running in eab39abfcb4f [2023-04-21T20:04:44.589Z] Removing intermediate container eab39abfcb4f [2023-04-21T20:04:44.589Z] ---> deeda783c324 [2023-04-21T20:04:44.589Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-21T20:04:44.589Z] Removing intermediate container 5771fe0cc6fe [2023-04-21T20:04:44.589Z] ---> 5d10710726a2 [2023-04-21T20:04:44.589Z] [2023-04-21T20:04:44.589Z] Removing intermediate container e8ae7f1cef33 [2023-04-21T20:04:44.589Z] ---> 538daa717354 [2023-04-21T20:04:44.589Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:04:44.589Z] Step 9/33 : FROM alpine:3.17 [2023-04-21T20:04:44.589Z] [2023-04-21T20:04:44.589Z] ---> 9ed4aefc74f6 [2023-04-21T20:04:44.589Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:04:44.589Z] ---> 9ed4aefc74f6 [2023-04-21T20:04:44.589Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:04:44.589Z] ---> Using cache [2023-04-21T20:04:44.589Z] ---> deeda783c324 [2023-04-21T20:04:44.589Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-21T20:04:44.589Z] ---> Using cache [2023-04-21T20:04:44.589Z] ---> 5b1e26695f18 [2023-04-21T20:04:44.589Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:04:44.589Z] ---> Using cache [2023-04-21T20:04:44.589Z] ---> 96496bc3b8a9 [2023-04-21T20:04:44.589Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:04:44.589Z] ---> Using cache [2023-04-21T20:04:44.589Z] ---> 80f7ad56ee84 [2023-04-21T20:04:44.589Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:04:44.589Z] ---> Running in 6f8cd6ed21fa [2023-04-21T20:04:44.589Z] ---> Using cache [2023-04-21T20:04:44.589Z] ---> 28b42d0f63a4 [2023-04-21T20:04:44.589Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-21T20:04:44.589Z] ---> Running in ea50237da6cd [2023-04-21T20:04:44.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:44.589Z] Removing intermediate container 7a150308e9c1 [2023-04-21T20:04:44.589Z] ---> bfa72a8dc6c9 [2023-04-21T20:04:44.589Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:04:44.589Z] ---> Running in 03a324ef881c [2023-04-21T20:04:44.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:44.883Z] Removing intermediate container 03a324ef881c [2023-04-21T20:04:44.883Z] ---> bed800368d24 [2023-04-21T20:04:44.883Z] Step 23/25 : LABEL arch=x86_64 [2023-04-21T20:04:44.883Z] ---> Running in aa16e0eea011 [2023-04-21T20:04:44.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:44.883Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-21T20:04:44.883Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:04:44.883Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:04:44.883Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:04:44.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:45.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:45.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:45.144Z] OK: 8 MiB in 17 packages [2023-04-21T20:04:45.144Z] Removing intermediate container aa16e0eea011 [2023-04-21T20:04:45.144Z] ---> 5ce228740db5 [2023-04-21T20:04:45.144Z] Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:04:45.144Z] ---> 144e8a1af77d [2023-04-21T20:04:45.144Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:04:45.144Z] ---> Running in ff9b7b096ae4 [2023-04-21T20:04:45.144Z] Removing intermediate container ff9b7b096ae4 [2023-04-21T20:04:45.144Z] ---> 0e87ad6f6e7f [2023-04-21T20:04:45.144Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:04:45.144Z] ---> 459cd11b1cb2 [2023-04-21T20:04:45.144Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-21T20:04:45.144Z] ---> Running in f78bd5c5f02c [2023-04-21T20:04:45.405Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:04:45.405Z] (2/2) Installing su-exec (0.2-r2) [2023-04-21T20:04:45.405Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:04:45.405Z] OK: 7 MiB in 17 packages [2023-04-21T20:04:45.405Z] Removing intermediate container f78bd5c5f02c [2023-04-21T20:04:45.405Z] ---> 044cc5177519 [2023-04-21T20:04:45.405Z] [2023-04-21T20:04:45.405Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:04:45.405Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:04:45.405Z] OK: 17820 distinct packages available [2023-04-21T20:04:45.405Z] ---> 81ff97d83523 [2023-04-21T20:04:45.405Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:04:45.405Z] Successfully built 044cc5177519 [2023-04-21T20:04:45.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:45.405Z] Successfully tagged security-secretstore-setup:latest [2023-04-21T20:04:45.405Z]  Building security-secretstore-setup ... done  ---> Running in 78e24da342a3 [2023-04-21T20:04:45.672Z] Removing intermediate container c60e295a1457 [2023-04-21T20:04:45.672Z] ---> fadb49112692 [2023-04-21T20:04:45.672Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:04:45.672Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T20:04:45.672Z] ---> Running in f3a238225034 [2023-04-21T20:04:45.672Z] Removing intermediate container f3a238225034 [2023-04-21T20:04:45.672Z] ---> e2b1bfe39ca0 [2023-04-21T20:04:45.672Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-21T20:04:45.672Z] Removing intermediate container ea50237da6cd [2023-04-21T20:04:45.672Z] ---> 8b44f9379231 [2023-04-21T20:04:45.672Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-21T20:04:45.672Z] ---> Running in 2079eb9637ec [2023-04-21T20:04:45.672Z] ---> Running in c6e03255f1e6 [2023-04-21T20:04:45.672Z] Removing intermediate container 2079eb9637ec [2023-04-21T20:04:45.672Z] ---> 2a8ae7282518 [2023-04-21T20:04:45.672Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:04:45.672Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-21T20:04:45.935Z] Removing intermediate container c6e03255f1e6 [2023-04-21T20:04:45.935Z] ---> 7e2b69c9bfc2 [2023-04-21T20:04:45.935Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-21T20:04:45.935Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-21T20:04:45.935Z] ---> Running in 32ba93e675f1 [2023-04-21T20:04:45.935Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-21T20:04:45.935Z] ---> Running in 15bf14e2a77e [2023-04-21T20:04:45.935Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-21T20:04:45.935Z] (5/9) Installing curl (8.0.1-r0) [2023-04-21T20:04:45.935Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-21T20:04:45.935Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:04:45.935Z] (8/9) Installing libucontext (1.2-r0) [2023-04-21T20:04:45.935Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-21T20:04:45.935Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:04:45.935Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:04:45.935Z] Removing intermediate container 32ba93e675f1 [2023-04-21T20:04:45.935Z] ---> 174e1031f140 [2023-04-21T20:04:45.935Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:04:45.935Z] Removing intermediate container 15bf14e2a77e [2023-04-21T20:04:45.935Z] ---> 7f475290749d [2023-04-21T20:04:45.935Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-21T20:04:45.935Z] OK: 10 MiB in 24 packages [2023-04-21T20:04:45.935Z] ---> Running in 376ba5ba0425 [2023-04-21T20:04:46.196Z] ---> aa56d69069c8 [2023-04-21T20:04:46.196Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:04:46.196Z] Removing intermediate container 376ba5ba0425 [2023-04-21T20:04:46.196Z] ---> 51e55e138de8 [2023-04-21T20:04:46.196Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-21T20:04:46.196Z] ---> Running in 2bf1455508ee [2023-04-21T20:04:46.196Z] Removing intermediate container 2bf1455508ee [2023-04-21T20:04:46.196Z] ---> 3747b69142e5 [2023-04-21T20:04:46.196Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-21T20:04:46.196Z] Removing intermediate container 78e24da342a3 [2023-04-21T20:04:46.196Z] ---> 128f1eab9bbf [2023-04-21T20:04:46.196Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:04:46.196Z] ---> aa0c87461f6e [2023-04-21T20:04:46.196Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-21T20:04:46.196Z] ---> Running in 9e1fa720c2b5 [2023-04-21T20:04:46.460Z] ---> Running in 49229f1d7f25 [2023-04-21T20:04:46.728Z] Removing intermediate container 49229f1d7f25 [2023-04-21T20:04:46.728Z] ---> e73d54be0de4 [2023-04-21T20:04:46.728Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:04:46.728Z] Removing intermediate container 6f8cd6ed21fa [2023-04-21T20:04:46.728Z] ---> 949e4aaa020b [2023-04-21T20:04:46.728Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:04:46.992Z] ---> Running in 6490985d65d4 [2023-04-21T20:04:46.992Z] ---> e65de6961647 [2023-04-21T20:04:46.992Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:04:46.992Z] ---> d946f0f19e15 [2023-04-21T20:04:46.992Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:04:46.992Z] Removing intermediate container 6490985d65d4 [2023-04-21T20:04:46.992Z] ---> 008fd5b1fd55 [2023-04-21T20:04:46.992Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:04:46.992Z] ---> Running in 69f2bcdcc2bb [2023-04-21T20:04:46.992Z] ---> 4da3362191da [2023-04-21T20:04:46.992Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-21T20:04:47.255Z] ---> 0e0020e9e96f [2023-04-21T20:04:47.255Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-21T20:04:47.255Z] ---> Running in 8e2d4e4787a6 [2023-04-21T20:04:47.255Z] Removing intermediate container 69f2bcdcc2bb [2023-04-21T20:04:47.255Z] ---> 8ab821835eba [2023-04-21T20:04:47.255Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:04:47.255Z] Removing intermediate container 9e1fa720c2b5 [2023-04-21T20:04:47.255Z] ---> 70399c3fcc51 [2023-04-21T20:04:47.255Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-21T20:04:47.255Z] ---> Running in a53380a3abd7 [2023-04-21T20:04:47.255Z] ---> Running in 09d376015dbe [2023-04-21T20:04:47.255Z] Removing intermediate container 8e2d4e4787a6 [2023-04-21T20:04:47.255Z] ---> b39cfcfa963c [2023-04-21T20:04:47.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:04:47.830Z] Removing intermediate container a53380a3abd7 [2023-04-21T20:04:47.830Z] ---> 046a872b0778 [2023-04-21T20:04:47.830Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:04:47.830Z] ---> Running in 541cfd695156 [2023-04-21T20:04:47.830Z] ---> Running in b610e548c7cc [2023-04-21T20:04:47.830Z] Removing intermediate container 09d376015dbe [2023-04-21T20:04:47.830Z] ---> 226c3fe91bf0 [2023-04-21T20:04:47.830Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-21T20:04:47.830Z] ---> f3b44c431e51 [2023-04-21T20:04:47.830Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:04:47.830Z] Removing intermediate container 541cfd695156 [2023-04-21T20:04:47.830Z] ---> df09f069b893 [2023-04-21T20:04:47.830Z] Step 21/23 : LABEL arch=x86_64 [2023-04-21T20:04:47.830Z] Removing intermediate container b610e548c7cc [2023-04-21T20:04:47.830Z] ---> 91a9fb8c1565 [2023-04-21T20:04:47.830Z] [2023-04-21T20:04:47.830Z] ---> Running in 21c868c26715 [2023-04-21T20:04:47.830Z] ---> 25a518831b46 [2023-04-21T20:04:47.830Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-21T20:04:47.830Z] Successfully built 91a9fb8c1565 [2023-04-21T20:04:47.830Z] ---> e5d809f541a3 [2023-04-21T20:04:47.830Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-21T20:04:47.830Z] ---> Running in 160eebf8f2c4 [2023-04-21T20:04:47.830Z] Successfully tagged security-proxy-auth:latest [2023-04-21T20:04:47.830Z]  Building security-proxy-auth ... done  ---> Running in 7ca1a6d4629f [2023-04-21T20:04:47.830Z] Removing intermediate container 21c868c26715 [2023-04-21T20:04:47.830Z] ---> aac19cd61821 [2023-04-21T20:04:47.830Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:04:48.107Z] ---> Running in f201b0f65d34 [2023-04-21T20:04:48.107Z] Removing intermediate container 7ca1a6d4629f [2023-04-21T20:04:48.107Z] ---> d24e032a1a6e [2023-04-21T20:04:48.107Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:04:48.107Z] ---> Running in ad3c01312570 [2023-04-21T20:04:48.108Z] Removing intermediate container f201b0f65d34 [2023-04-21T20:04:48.108Z] ---> 211d94a772c9 [2023-04-21T20:04:48.108Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:04:48.108Z] ---> Running in ff9b46106ad0 [2023-04-21T20:04:48.108Z] Removing intermediate container ad3c01312570 [2023-04-21T20:04:48.108Z] ---> c61d431b1680 [2023-04-21T20:04:48.108Z] Step 18/20 : LABEL arch=x86_64 [2023-04-21T20:04:48.108Z] ---> Running in b5f8885fc8a0 [2023-04-21T20:04:48.369Z] Removing intermediate container ff9b46106ad0 [2023-04-21T20:04:48.369Z] ---> 20dff5a3e558 [2023-04-21T20:04:48.369Z] [2023-04-21T20:04:48.369Z] Removing intermediate container b5f8885fc8a0 [2023-04-21T20:04:48.369Z] ---> d3c6001d3bb4 [2023-04-21T20:04:48.369Z] Step 19/20 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:04:48.369Z] Successfully built 20dff5a3e558 [2023-04-21T20:04:48.369Z] ---> Running in 23116e495157 [2023-04-21T20:04:48.369Z] Successfully tagged support-notifications:latest [2023-04-21T20:04:48.369Z]  Building support-notifications ... done Removing intermediate container 23116e495157 [2023-04-21T20:04:48.369Z] ---> 5593232ca4c2 [2023-04-21T20:04:48.369Z] Step 20/20 : LABEL version=0.0.0 [2023-04-21T20:04:48.369Z] ---> Running in 1e15d9ca73f5 [2023-04-21T20:04:48.369Z] Removing intermediate container 1e15d9ca73f5 [2023-04-21T20:04:48.369Z] ---> b84ffaee27d0 [2023-04-21T20:04:48.369Z] [2023-04-21T20:04:48.630Z] Successfully built b84ffaee27d0 [2023-04-21T20:04:48.630Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-21T20:04:48.630Z]  Building security-spiffe-token-provider ... done Removing intermediate container 160eebf8f2c4 [2023-04-21T20:04:48.630Z] ---> 242cbfd832fc [2023-04-21T20:04:48.630Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:04:48.630Z] ---> b791246d2005 [2023-04-21T20:04:48.630Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:04:48.892Z] ---> 7b73d5d9dc47 [2023-04-21T20:04:48.892Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-21T20:04:49.464Z] ---> 0806a7d56c3d [2023-04-21T20:04:49.464Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-21T20:04:49.728Z] ---> a7cc69edb7b1 [2023-04-21T20:04:49.728Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-21T20:04:49.728Z] ---> ed5a3dd3a438 [2023-04-21T20:04:49.728Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-21T20:04:49.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.330s coverage: 98.5% of statements [2023-04-21T20:04:49.990Z] ---> ad6b0e4f5afc [2023-04-21T20:04:49.990Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-21T20:04:49.990Z] ---> fffa9b093092 [2023-04-21T20:04:49.990Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-21T20:04:50.252Z] ---> 09366eeb253f [2023-04-21T20:04:50.252Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-21T20:04:50.252Z] ---> Running in 9bbe77071bc5 [2023-04-21T20:04:50.823Z] Removing intermediate container 9bbe77071bc5 [2023-04-21T20:04:50.823Z] ---> 019f738738bd [2023-04-21T20:04:50.823Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-21T20:04:50.823Z] ---> Running in 6adb505f6d53 [2023-04-21T20:04:50.823Z] Removing intermediate container 6adb505f6d53 [2023-04-21T20:04:50.823Z] ---> 884fba57ef6f [2023-04-21T20:04:50.823Z] Step 30/33 : CMD ["gate"] [2023-04-21T20:04:50.823Z] ---> Running in 52ab4fc3ce69 [2023-04-21T20:04:50.823Z] Removing intermediate container 52ab4fc3ce69 [2023-04-21T20:04:50.823Z] ---> 1f759f3702e8 [2023-04-21T20:04:50.823Z] Step 31/33 : LABEL arch=x86_64 [2023-04-21T20:04:50.823Z] ---> Running in 4e42be093b43 [2023-04-21T20:04:51.085Z] Removing intermediate container 4e42be093b43 [2023-04-21T20:04:51.085Z] ---> 70c2648cd24e [2023-04-21T20:04:51.085Z] Step 32/33 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:04:51.085Z] ---> Running in ec7781e121ed [2023-04-21T20:04:51.085Z] Removing intermediate container ec7781e121ed [2023-04-21T20:04:51.085Z] ---> 66808219ec75 [2023-04-21T20:04:51.085Z] Step 33/33 : LABEL version=0.0.0 [2023-04-21T20:04:51.085Z] ---> Running in cf37b4e7ef99 [2023-04-21T20:04:51.085Z] Removing intermediate container cf37b4e7ef99 [2023-04-21T20:04:51.085Z] ---> 9074cac82381 [2023-04-21T20:04:51.085Z] [2023-04-21T20:04:51.085Z] Successfully built 9074cac82381 [2023-04-21T20:04:51.085Z] Successfully tagged security-bootstrapper:latest [2023-04-21T20:04:51.350Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-04-21T20:04:51.371Z] $ docker stop --time=1 4f7f39397bdb2460e87c30b656cfe2ba7a6f0e2000e3399402b736b560a0bb6a [2023-04-21T20:04:52.642Z] $ docker rm -f --volumes 4f7f39397bdb2460e87c30b656cfe2ba7a6f0e2000e3399402b736b560a0bb6a [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T20:04:53.044Z] + docker images [2023-04-21T20:04:53.044Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-21T20:04:53.044Z] security-bootstrapper latest 9074cac82381 2 seconds ago 22.2MB [2023-04-21T20:04:53.044Z] support-notifications latest 20dff5a3e558 4 seconds ago 32.7MB [2023-04-21T20:04:53.044Z] security-spiffe-token-provider latest b84ffaee27d0 4 seconds ago 32.8MB [2023-04-21T20:04:53.044Z] security-proxy-auth latest 91a9fb8c1565 5 seconds ago 18.3MB [2023-04-21T20:04:53.044Z] security-secretstore-setup latest 044cc5177519 7 seconds ago 32.8MB [2023-04-21T20:04:53.044Z] 5d10710726a2 9 seconds ago 1.67GB [2023-04-21T20:04:53.044Z] 538daa717354 9 seconds ago 1.67GB [2023-04-21T20:04:53.044Z] 3c501d8fdf4a 12 seconds ago 1.73GB [2023-04-21T20:04:53.044Z] 1a4b6547f930 12 seconds ago 1.75GB [2023-04-21T20:04:53.044Z] e5f7e45a7f11 29 seconds ago 1.68GB [2023-04-21T20:04:53.044Z] support-scheduler latest 405d7fcae579 39 seconds ago 32.1MB [2023-04-21T20:04:53.044Z] core-metadata latest 24dac4b9d970 45 seconds ago 20.4MB [2023-04-21T20:04:53.044Z] 861c1c8bd602 52 seconds ago 1.75GB [2023-04-21T20:04:53.044Z] 731ed08347bf About a minute ago 1.69GB [2023-04-21T20:04:53.044Z] core-data latest f719d7ed1fc5 About a minute ago 20MB [2023-04-21T20:04:53.044Z] security-spire-agent latest 070bca46c421 About a minute ago 129MB [2023-04-21T20:04:53.044Z] dfcc18b641b8 About a minute ago 1.69GB [2023-04-21T20:04:53.044Z] 0db4083febe5 About a minute ago 1.55GB [2023-04-21T20:04:53.044Z] security-proxy-setup latest 8367c313aa35 2 minutes ago 18.7MB [2023-04-21T20:04:53.044Z] core-common-config-bootstrapper latest 490f3bd4f912 2 minutes ago 17.2MB [2023-04-21T20:04:53.044Z] core-command latest dd0ef3681192 2 minutes ago 19.8MB [2023-04-21T20:04:53.044Z] 4baf9f8fcb06 2 minutes ago 1.68GB [2023-04-21T20:04:53.044Z] 7217f71f49dd 2 minutes ago 1.69GB [2023-04-21T20:04:53.044Z] security-spire-config latest e7e5a9c3b241 2 minutes ago 88.9MB [2023-04-21T20:04:53.044Z] 6e4f4a9bd4d0 2 minutes ago 1.67GB [2023-04-21T20:04:53.044Z] security-spire-server latest 4c391f3adcbc 2 minutes ago 89.8MB [2023-04-21T20:04:53.045Z] 43a7e0e621da 2 minutes ago 1.55GB [2023-04-21T20:04:53.045Z] ba9844824f21 2 minutes ago 1.55GB [2023-04-21T20:04:53.045Z] ci-base-image-x86_64 latest 4bb7de3172d1 6 minutes ago 881MB [2023-04-21T20:04:53.045Z] alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB [2023-04-21T20:04:53.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 6 weeks ago 664MB [2023-04-21T20:04:53.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-21T20:04:53.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-21T20:04:54.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-21T20:04:54.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-21T20:04:54.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-21T20:04:57.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.413s coverage: 71.5% of statements [2023-04-21T20:04:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-21T20:04:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-21T20:05:00.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.352s coverage: 54.0% of statements [2023-04-21T20:05:05.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-21T20:05:05.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-21T20:05:05.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:05:05.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-21T20:05:05.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-21T20:05:12.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-21T20:05:12.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-21T20:05:27.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.255s coverage: 88.5% of statements [2023-04-21T20:05:27.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.457s coverage: 3.8% of statements [2023-04-21T20:05:28.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-21T20:05:28.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:05:28.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-21T20:05:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.768s coverage: 95.6% of statements [2023-04-21T20:05:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-21T20:05:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-21T20:05:30.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-21T20:05:30.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-21T20:05:30.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-21T20:05:30.220Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.199s coverage: 72.2% of statements [2023-04-21T20:05:35.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-21T20:05:35.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-21T20:05:35.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-21T20:05:35.571Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.241s coverage: 65.9% of statements [2023-04-21T20:05:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-21T20:05:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-21T20:05:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.415s coverage: 0.9% of statements [2023-04-21T20:05:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.246s coverage: 29.0% of statements [2023-04-21T20:05:49.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.260s coverage: 44.1% of statements [2023-04-21T20:05:50.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.264s coverage: 82.9% of statements [2023-04-21T20:05:50.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.247s coverage: 94.1% of statements [2023-04-21T20:05:50.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.295s coverage: 96.3% of statements [2023-04-21T20:05:53.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements [2023-04-21T20:05:56.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-21T20:05:56.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-21T20:05:56.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-21T20:05:56.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-21T20:05:59.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-21T20:05:59.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-21T20:05:59.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-21T20:05:59.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-21T20:06:05.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements [2023-04-21T20:06:05.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-21T20:06:05.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-21T20:06:05.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-21T20:06:05.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-21T20:06:11.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-21T20:06:11.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-21T20:06:14.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.125s coverage: 79.9% of statements [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.293s coverage: 92.9% of statements [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.229s coverage: 62.3% of statements [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.213s coverage: 87.2% of statements [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.188s coverage: 20.0% of statements [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.202s coverage: 100.0% of statements [2023-04-21T20:06:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.513s coverage: 81.8% of statements [2023-04-21T20:06:22.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-21T20:06:22.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-21T20:06:22.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.532s coverage: 82.1% of statements [2023-04-21T20:06:22.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.278s coverage: 86.0% of statements [2023-04-21T20:06:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-21T20:06:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-21T20:06:29.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.992s coverage: 63.1% of statements [2023-04-21T20:06:29.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.252s coverage: 100.0% of statements [2023-04-21T20:06:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 89.4% of statements [2023-04-21T20:06:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2023-04-21T20:06:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2023-04-21T20:06:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-21T20:06:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-21T20:06:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-21T20:06:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2023-04-21T20:06:40.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-21T20:06:40.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-21T20:06:40.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-21T20:06:40.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.977s coverage: 38.4% of statements [2023-04-21T20:06:40.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements [2023-04-21T20:06:46.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-21T20:06:46.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-21T20:06:46.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-21T20:06:46.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-21T20:06:46.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.219s coverage: 84.8% of statements [2023-04-21T20:06:51.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-21T20:06:51.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-21T20:06:51.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-21T20:06:51.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-21T20:06:57.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.289s coverage: 17.7% of statements [2023-04-21T20:06:57.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-21T20:06:57.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:06:57.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-21T20:06:57.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-21T20:06:58.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.556s coverage: 92.3% of statements [2023-04-21T20:07:01.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-21T20:07:01.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-21T20:07:02.203Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.302s coverage: 61.5% of statements [2023-04-21T20:07:04.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-21T20:07:04.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-21T20:07:04.720Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.372s coverage: 97.7% of statements [2023-04-21T20:07:05.679Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-04-21T20:07:05.679Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-21T20:07:05.679Z] go vet ./... [2023-04-21T20:09:42.378Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-21T20:09:42.378Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-21T20:09:42.378Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-21T20:09:42.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-21T20:09:43.329Z] + ls -al . [2023-04-21T20:09:43.329Z] total 700 [2023-04-21T20:09:43.329Z] drwxrwxr-x 10 1001 1001 4096 Apr 21 20:01 . [2023-04-21T20:09:43.329Z] drwxr-xr-x 4 root root 4096 Apr 21 20:01 .. [2023-04-21T20:09:43.329Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 20:00 .blubracket [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 16 Apr 21 20:00 .dockerignore [2023-04-21T20:09:43.329Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 20:00 .git [2023-04-21T20:09:43.329Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 20:00 .github [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 1133 Apr 21 20:00 .gitignore [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 42 Apr 21 20:00 .golangci.yml [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 87 Apr 21 20:00 .hadolint.yml [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 20:00 .sonarcloud.properties [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 1171 Apr 21 20:00 ADOPTERS.md [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 10835 Apr 21 20:00 Attribution.txt [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 73765 Apr 21 20:00 CHANGELOG.md [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 20:00 CONTRIBUTING.md [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 677 Apr 21 20:00 GOVERNANCE.md [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 883 Apr 21 20:00 Jenkinsfile [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 20:00 LICENSE [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 14368 Apr 21 20:00 Makefile [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 582 Apr 21 20:00 OWNERS.md [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 9403 Apr 21 20:00 README.md [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 789 Apr 21 20:00 SECURITY.md [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 19:57 VERSION [2023-04-21T20:09:43.329Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 20:00 bin [2023-04-21T20:09:43.329Z] drwxrwxr-x 18 1001 1001 4096 Apr 21 20:00 cmd [2023-04-21T20:09:43.329Z] -rw-r--r-- 1 root root 448248 Apr 21 20:07 coverage.out [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 3200 Apr 21 20:00 go.mod [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 31155 Apr 21 20:00 go.sum [2023-04-21T20:09:43.329Z] drwxrwxr-x 7 1001 1001 4096 Apr 21 20:00 internal [2023-04-21T20:09:43.329Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 20:00 openapi [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 594 Apr 21 20:00 security.txt [2023-04-21T20:09:43.329Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 20:00 snap [2023-04-21T20:09:43.329Z] -rw-rw-r-- 1 1001 1001 204 Apr 21 20:00 version.go [Pipeline] sh [2023-04-21T20:09:43.990Z] + '[' -e coverage.out ] [2023-04-21T20:09:43.990Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-21T20:09:44.024Z] Warning: overwriting stash ‘coverage-report’ [2023-04-21T20:09:44.912Z] Stashed 1 file(s) [Pipeline] sh [2023-04-21T20:09:45.563Z] + make build [2023-04-21T20:09:45.563Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-21T20:11:22.225Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-21T20:11:24.175Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-21T20:11:29.521Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-21T20:11:33.773Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-21T20:12:20.634Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-21T20:12:27.280Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-21T20:12:32.625Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-21T20:12:37.969Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-21T20:12:42.222Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-21T20:12:46.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-21T20:12:51.816Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-04-21T20:12:58.494Z] $ docker stop --time=1 32eed383723129e21a27ca4686ae2361134844514b6a2a97a07915d06dec679a [2023-04-21T20:13:01.143Z] $ 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 [2023-04-21T20:13:03.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:13:03.993Z] [2023-04-21T20:13:03.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:13:04.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:13:04.690Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-21T20:13:04.690Z] 29e5d40040c1: Pulling fs layer [2023-04-21T20:13:04.690Z] 1ce36da41761: Pulling fs layer [2023-04-21T20:13:04.690Z] 25b303627fd3: Pulling fs layer [2023-04-21T20:13:04.690Z] 29e5d40040c1: Verifying Checksum [2023-04-21T20:13:04.690Z] 29e5d40040c1: Download complete [2023-04-21T20:13:05.294Z] 1ce36da41761: Verifying Checksum [2023-04-21T20:13:05.294Z] 1ce36da41761: Download complete [2023-04-21T20:13:05.294Z] 29e5d40040c1: Pull complete [2023-04-21T20:13:06.721Z] 25b303627fd3: Verifying Checksum [2023-04-21T20:13:06.722Z] 25b303627fd3: Download complete [2023-04-21T20:13:06.722Z] 1ce36da41761: Pull complete [2023-04-21T20:13:16.798Z] 25b303627fd3: Pull complete [2023-04-21T20:13:16.798Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-21T20:13:16.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:13:16.798Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:13:17.129Z] prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container [2023-04-21T20:13:17.209Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-21T20:13:19.347Z] $ docker top f971fd312cd1da4247b7949932b7f13c8f58efca51a48226d3332c823c0ad703 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:13:20.207Z] + docker-compose build --help [2023-04-21T20:13:20.207Z] + grep parallel [2023-04-21T20:13:24.452Z] --parallel Build images in parallel. [Pipeline] } [2023-04-21T20:13:24.753Z] $ docker stop --time=1 f971fd312cd1da4247b7949932b7f13c8f58efca51a48226d3332c823c0ad703 [2023-04-21T20:13:26.368Z] $ docker rm -f --volumes f971fd312cd1da4247b7949932b7f13c8f58efca51a48226d3332c823c0ad703 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:13:27.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-21T20:13:27.075Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:13:27.327Z] prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container [2023-04-21T20:13:27.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-21T20:13:28.497Z] $ docker top f3a146a9781591f419e159b53c0a033864dc2a128931b42d5cc61e6823542cd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:13:29.029Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-21T20:13:34.361Z] Building core-command ... [2023-04-21T20:13:34.362Z] Building core-common-config-bootstrapper ... [2023-04-21T20:13:34.362Z] Building core-data ... [2023-04-21T20:13:34.362Z] Building core-metadata ... [2023-04-21T20:13:34.362Z] Building security-bootstrapper ... [2023-04-21T20:13:34.362Z] Building security-proxy-auth ... [2023-04-21T20:13:34.362Z] Building security-proxy-setup ... [2023-04-21T20:13:34.362Z] Building security-secretstore-setup ... [2023-04-21T20:13:34.362Z] Building security-spiffe-token-provider ... [2023-04-21T20:13:34.362Z] Building security-spire-agent ... [2023-04-21T20:13:34.362Z] Building security-spire-config ... [2023-04-21T20:13:34.362Z] Building security-spire-server ... [2023-04-21T20:13:34.362Z] Building support-notifications ... [2023-04-21T20:13:34.362Z] Building support-scheduler ... [2023-04-21T20:13:34.362Z] Building core-command [2023-04-21T20:13:34.362Z] Building core-metadata [2023-04-21T20:13:34.362Z] Building security-bootstrapper [2023-04-21T20:13:34.362Z] Building core-data [2023-04-21T20:13:34.362Z] Building security-spiffe-token-provider [2023-04-21T20:14:21.192Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:14:21.192Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:14:21.192Z] ---> f44d24f46477 [2023-04-21T20:14:21.192Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:14:21.192Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:14:21.192Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:14:21.192Z] ---> f44d24f46477 [2023-04-21T20:14:21.192Z] Step 3/33 : WORKDIR /edgex-go [2023-04-21T20:14:21.192Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:14:21.192Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:14:21.192Z] ---> f44d24f46477 [2023-04-21T20:14:21.192Z] Step 3/20 : WORKDIR /edgex-go [2023-04-21T20:14:21.192Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:14:21.192Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:14:21.192Z] ---> f44d24f46477 [2023-04-21T20:14:21.192Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:14:21.192Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:14:21.192Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:14:21.192Z] ---> f44d24f46477 [2023-04-21T20:14:21.192Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:14:21.192Z] ---> Running in 67f39bafb567 [2023-04-21T20:14:21.192Z] ---> Running in a543c95f28b6 [2023-04-21T20:14:21.192Z] ---> Running in aebb9a247656 [2023-04-21T20:14:21.192Z] ---> Running in 72c3df39749d [2023-04-21T20:14:21.192Z] ---> Running in bdcf4357bf7f [2023-04-21T20:14:21.192Z] Removing intermediate container a543c95f28b6 [2023-04-21T20:14:21.192Z] ---> 8c6842c81dfb [2023-04-21T20:14:21.192Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:14:21.192Z] ---> Running in 05bd53bd2fde [2023-04-21T20:14:21.192Z] Removing intermediate container aebb9a247656 [2023-04-21T20:14:21.192Z] ---> 6f189cba4b5f [2023-04-21T20:14:21.192Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-21T20:14:21.192Z] Removing intermediate container bdcf4357bf7f [2023-04-21T20:14:21.192Z] ---> ecdb1bad26a9 [2023-04-21T20:14:21.192Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-21T20:14:21.192Z] ---> Running in 64d6157acb81 [2023-04-21T20:14:21.192Z] Removing intermediate container 72c3df39749d [2023-04-21T20:14:21.192Z] ---> e422f23b5279 [2023-04-21T20:14:21.192Z] Step 4/25 : WORKDIR /edgex-go [2023-04-21T20:14:21.192Z] Removing intermediate container 67f39bafb567 [2023-04-21T20:14:21.192Z] ---> dd8d2ab3365d [2023-04-21T20:14:21.192Z] Step 4/24 : WORKDIR /edgex-go [2023-04-21T20:14:21.192Z] ---> Running in 73496cf604bb [2023-04-21T20:14:21.192Z] ---> Running in f13ca18d26fa [2023-04-21T20:14:21.192Z] ---> Running in 66f63cc2a5d6 [2023-04-21T20:14:21.192Z] Removing intermediate container 05bd53bd2fde [2023-04-21T20:14:21.192Z] ---> 086c900c3dc2 [2023-04-21T20:14:21.192Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:14:21.192Z] ---> Running in c36d3e58248f [2023-04-21T20:14:21.192Z] Removing intermediate container f13ca18d26fa [2023-04-21T20:14:21.192Z] ---> 4f4de00f99f3 [2023-04-21T20:14:21.192Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-21T20:14:21.192Z] Removing intermediate container 66f63cc2a5d6 [2023-04-21T20:14:21.192Z] ---> d23d6ee66b50 [2023-04-21T20:14:21.192Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-21T20:14:21.192Z] ---> Running in da50576bfe7a [2023-04-21T20:14:21.192Z] ---> Running in ecc9e6623c9a [2023-04-21T20:14:21.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:21.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:21.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:22.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:22.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:22.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:22.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:22.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:22.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:22.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:23.170Z] OK: 263 MiB in 53 packages [2023-04-21T20:14:23.440Z] OK: 263 MiB in 53 packages [2023-04-21T20:14:23.714Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:14:23.714Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:14:23.714Z] OK: 17695 distinct packages available [2023-04-21T20:14:23.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:24.251Z] OK: 263 MiB in 53 packages [2023-04-21T20:14:24.522Z] OK: 263 MiB in 53 packages [2023-04-21T20:14:24.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:14:24.791Z] Removing intermediate container 73496cf604bb [2023-04-21T20:14:24.791Z] ---> 7ff4eb4ac604 [2023-04-21T20:14:24.791Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-21T20:14:25.751Z] Removing intermediate container c36d3e58248f [2023-04-21T20:14:25.751Z] ---> 3cf162b8c674 [2023-04-21T20:14:25.751Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:14:26.032Z] Removing intermediate container da50576bfe7a [2023-04-21T20:14:26.032Z] ---> 51f2cb3826ca [2023-04-21T20:14:26.032Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-21T20:14:26.032Z] OK: 263 MiB in 53 packages [2023-04-21T20:14:26.301Z] ---> a8ea2d39f82f [2023-04-21T20:14:26.301Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:14:26.301Z] Removing intermediate container ecc9e6623c9a [2023-04-21T20:14:26.301Z] ---> d8b571d3ef83 [2023-04-21T20:14:26.301Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-21T20:14:26.301Z] ---> Running in f5167e3ce470 [2023-04-21T20:14:26.883Z] ---> 5dde78e2b9b5 [2023-04-21T20:14:26.883Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:14:27.150Z] ---> Running in 84d64d2bea55 [2023-04-21T20:14:27.419Z] ---> 9bffdbbc1be3 [2023-04-21T20:14:27.419Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:14:27.687Z] ---> Running in ef3b9d52a137 [2023-04-21T20:14:28.282Z] Removing intermediate container 64d6157acb81 [2023-04-21T20:14:28.282Z] ---> 4b825a16b2a8 [2023-04-21T20:14:28.282Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-21T20:14:28.282Z] ---> 4a52fe32fa7c [2023-04-21T20:14:28.282Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:14:28.551Z] ---> Running in 02926304594d [2023-04-21T20:14:29.512Z] ---> 80426a504370 [2023-04-21T20:14:29.512Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:14:29.783Z] ---> Running in 303e3cd3e5a7 [2023-04-21T20:16:21.447Z] Removing intermediate container 303e3cd3e5a7 [2023-04-21T20:16:21.447Z] ---> 6b076e9a7aac [2023-04-21T20:16:21.447Z] Step 7/20 : COPY . . [2023-04-21T20:16:21.447Z] Removing intermediate container ef3b9d52a137 [2023-04-21T20:16:21.447Z] ---> b1c44a82e525 [2023-04-21T20:16:21.447Z] Step 8/25 : COPY . . [2023-04-21T20:16:21.447Z] Removing intermediate container f5167e3ce470 [2023-04-21T20:16:21.447Z] ---> 33bbbc9c4b61 [2023-04-21T20:16:21.447Z] Step 7/33 : COPY . . [2023-04-21T20:16:21.447Z] Removing intermediate container 84d64d2bea55 [2023-04-21T20:16:21.447Z] ---> 455b257a5be2 [2023-04-21T20:16:21.447Z] Step 8/23 : COPY . . [2023-04-21T20:16:21.447Z] Removing intermediate container 02926304594d [2023-04-21T20:16:21.447Z] ---> b143f1d8e0f8 [2023-04-21T20:16:21.447Z] Step 8/24 : COPY . . [2023-04-21T20:16:33.765Z] ---> 9264d6ffa416 [2023-04-21T20:16:33.765Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-21T20:16:33.765Z] ---> e37a266e22ec [2023-04-21T20:16:33.765Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-21T20:16:33.765Z] ---> 8b8ef2af4a09 [2023-04-21T20:16:33.765Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-21T20:16:33.765Z] ---> a28c13bfcfaa [2023-04-21T20:16:33.765Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-21T20:16:33.765Z] ---> Running in 3d268db1ea40 [2023-04-21T20:16:33.765Z] ---> 711c0417f52b [2023-04-21T20:16:33.765Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-21T20:16:33.765Z] ---> Running in 6fc4f5969ece [2023-04-21T20:16:33.765Z] ---> Running in d7f43beff9b5 [2023-04-21T20:16:34.035Z] ---> Running in 1abb8680a656 [2023-04-21T20:16:34.035Z] ---> Running in 95d4568f39a2 [2023-04-21T20:16:35.986Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-21T20:16:35.986Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-21T20:16:36.257Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-21T20:16:36.527Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-21T20:16:36.527Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-21T20:23:30.043Z] Removing intermediate container 6fc4f5969ece [2023-04-21T20:23:30.043Z] ---> 1865c5881cee [2023-04-21T20:23:30.043Z] [2023-04-21T20:23:30.043Z] Step 9/33 : FROM alpine:3.17 [2023-04-21T20:23:30.043Z] 3.17: Pulling from library/alpine [2023-04-21T20:23:30.043Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-21T20:23:30.043Z] Status: Downloaded newer image for alpine:3.17 [2023-04-21T20:23:30.043Z] ---> 51e60588ff2c [2023-04-21T20:23:30.043Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:23:30.043Z] ---> Running in b03f28c60768 [2023-04-21T20:23:30.043Z] Removing intermediate container b03f28c60768 [2023-04-21T20:23:30.043Z] ---> 639ce3fe308d [2023-04-21T20:23:30.043Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-21T20:23:30.043Z] ---> Running in f293fea9a058 [2023-04-21T20:23:30.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:30.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:23:30.043Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:23:30.043Z] (2/2) Installing su-exec (0.2-r2) [2023-04-21T20:23:30.043Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:23:30.043Z] OK: 8 MiB in 17 packages [2023-04-21T20:23:30.043Z] Removing intermediate container f293fea9a058 [2023-04-21T20:23:30.043Z] ---> 2ddcc9a8e1ab [2023-04-21T20:23:30.043Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-21T20:23:30.043Z] ---> Running in 751a51a2e2cf [2023-04-21T20:23:30.043Z] Removing intermediate container 751a51a2e2cf [2023-04-21T20:23:30.043Z] ---> 948e72ca4345 [2023-04-21T20:23:30.043Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-21T20:23:30.043Z] ---> Running in 53c0658aa766 [2023-04-21T20:23:30.043Z] Removing intermediate container 53c0658aa766 [2023-04-21T20:23:30.043Z] ---> 2c5187742d3e [2023-04-21T20:23:30.043Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-21T20:23:30.043Z] ---> Running in 54b171542f76 [2023-04-21T20:23:30.314Z] Removing intermediate container 54b171542f76 [2023-04-21T20:23:30.314Z] ---> b256975abe3a [2023-04-21T20:23:30.314Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-21T20:23:30.314Z] ---> Running in 2c58bfa21940 [2023-04-21T20:23:30.900Z] Removing intermediate container 2c58bfa21940 [2023-04-21T20:23:30.900Z] ---> 038d61f5c73a [2023-04-21T20:23:30.900Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-21T20:23:31.168Z] ---> Running in f5b96f6dba83 [2023-04-21T20:23:34.508Z] Removing intermediate container f5b96f6dba83 [2023-04-21T20:23:34.509Z] ---> d2067dba4a75 [2023-04-21T20:23:34.509Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-21T20:23:34.509Z] ---> Running in 01ec79956cd2 [2023-04-21T20:23:35.096Z] Removing intermediate container 01ec79956cd2 [2023-04-21T20:23:35.096Z] ---> dd36cb96e494 [2023-04-21T20:23:35.096Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-21T20:23:36.061Z] ---> b1c6ffc352b9 [2023-04-21T20:23:36.061Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-21T20:23:36.329Z] ---> Running in b860a5a65ea0 [2023-04-21T20:23:39.689Z] Removing intermediate container b860a5a65ea0 [2023-04-21T20:23:39.689Z] ---> b07c70510e1f [2023-04-21T20:23:39.689Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:23:40.275Z] ---> 32406efe5614 [2023-04-21T20:23:40.275Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:23:41.239Z] ---> e87147cbbfd0 [2023-04-21T20:23:41.239Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-21T20:23:43.187Z] ---> f62c8a9e549e [2023-04-21T20:23:43.187Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-21T20:23:44.152Z] ---> 26c1e21dc17d [2023-04-21T20:23:44.152Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-21T20:23:45.569Z] ---> 675930dd8493 [2023-04-21T20:23:45.569Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-21T20:23:46.991Z] ---> 4c301f0c6c27 [2023-04-21T20:23:46.991Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-21T20:23:47.992Z] ---> ca17a9d2f15e [2023-04-21T20:23:47.992Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-21T20:23:48.951Z] ---> 0d543356f322 [2023-04-21T20:23:48.951Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-21T20:23:49.220Z] ---> Running in 2c9accef113c [2023-04-21T20:23:52.567Z] Removing intermediate container 2c9accef113c [2023-04-21T20:23:52.567Z] ---> 9f288d9f3523 [2023-04-21T20:23:52.567Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-21T20:23:52.567Z] ---> Running in dc339ff1d058 [2023-04-21T20:23:52.844Z] Removing intermediate container dc339ff1d058 [2023-04-21T20:23:52.844Z] ---> 411ff06f2e12 [2023-04-21T20:23:52.844Z] Step 30/33 : CMD ["gate"] [2023-04-21T20:23:53.113Z] ---> Running in ea8340df23f6 [2023-04-21T20:23:53.699Z] Removing intermediate container ea8340df23f6 [2023-04-21T20:23:53.699Z] ---> 3194a8bd73a9 [2023-04-21T20:23:53.699Z] Step 31/33 : LABEL arch=arm64 [2023-04-21T20:23:53.699Z] ---> Running in 95f3ffca9ca9 [2023-04-21T20:23:54.283Z] Removing intermediate container 95f3ffca9ca9 [2023-04-21T20:23:54.283Z] ---> 29624d3821c8 [2023-04-21T20:23:54.283Z] Step 32/33 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:23:54.550Z] ---> Running in 317bb4e4f649 [2023-04-21T20:23:55.354Z] Removing intermediate container 317bb4e4f649 [2023-04-21T20:23:55.354Z] ---> dac682c6a0f8 [2023-04-21T20:23:55.354Z] Step 33/33 : LABEL version=0.0.0 [2023-04-21T20:23:55.354Z] ---> Running in a3249a429021 [2023-04-21T20:23:55.978Z] Removing intermediate container a3249a429021 [2023-04-21T20:23:55.978Z] ---> 0448c9938c91 [2023-04-21T20:23:55.978Z] [2023-04-21T20:23:56.630Z] Successfully built 0448c9938c91 [2023-04-21T20:23:56.630Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-21T20:23:56.630Z]  Building security-bootstrapper ... done Building support-scheduler [2023-04-21T20:24:06.795Z] Removing intermediate container 3d268db1ea40 [2023-04-21T20:24:06.795Z] ---> 2787df979b2c [2023-04-21T20:24:06.795Z] [2023-04-21T20:24:06.795Z] Step 10/24 : FROM alpine:3.17 [2023-04-21T20:24:06.795Z] ---> 51e60588ff2c [2023-04-21T20:24:06.795Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:24:06.795Z] ---> Running in 007338a0438f [2023-04-21T20:24:09.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:24:10.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:24:11.832Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:24:12.099Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:24:12.099Z] OK: 8 MiB in 16 packages [2023-04-21T20:24:15.445Z] Removing intermediate container 007338a0438f [2023-04-21T20:24:15.445Z] ---> 39c83cd5c55d [2023-04-21T20:24:15.445Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:24:15.445Z] ---> Running in 88180d6fee4b [2023-04-21T20:24:16.406Z] Removing intermediate container 88180d6fee4b [2023-04-21T20:24:16.406Z] ---> 8a18ea1c1dfb [2023-04-21T20:24:16.406Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-21T20:24:16.406Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:24:16.406Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:24:16.406Z] ---> f44d24f46477 [2023-04-21T20:24:16.406Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:24:16.406Z] ---> Using cache [2023-04-21T20:24:16.406Z] ---> e422f23b5279 [2023-04-21T20:24:16.406Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:24:16.406Z] ---> Using cache [2023-04-21T20:24:16.406Z] ---> 4f4de00f99f3 [2023-04-21T20:24:16.406Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:24:16.406Z] ---> Using cache [2023-04-21T20:24:16.406Z] ---> 51f2cb3826ca [2023-04-21T20:24:16.406Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:24:16.406Z] ---> Using cache [2023-04-21T20:24:16.406Z] ---> 9bffdbbc1be3 [2023-04-21T20:24:16.406Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:24:16.406Z] ---> Using cache [2023-04-21T20:24:16.406Z] ---> b1c44a82e525 [2023-04-21T20:24:16.406Z] Step 8/23 : COPY . . [2023-04-21T20:24:16.672Z] ---> Running in 120596be026c [2023-04-21T20:24:16.672Z] ---> Using cache [2023-04-21T20:24:16.940Z] ---> a28c13bfcfaa [2023-04-21T20:24:16.940Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-21T20:24:17.209Z] ---> Running in c278b604ce8d [2023-04-21T20:24:17.477Z] Removing intermediate container 120596be026c [2023-04-21T20:24:17.477Z] ---> a35337c94f83 [2023-04-21T20:24:17.477Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-21T20:24:17.750Z] ---> Running in 725f9f51f1eb [2023-04-21T20:24:19.178Z] Removing intermediate container 725f9f51f1eb [2023-04-21T20:24:19.178Z] ---> 8354db6c66fa [2023-04-21T20:24:19.178Z] Step 15/24 : WORKDIR / [2023-04-21T20:24:19.448Z] ---> Running in 53f494312698 [2023-04-21T20:24:20.411Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-21T20:24:21.008Z] Removing intermediate container 53f494312698 [2023-04-21T20:24:21.008Z] ---> d14ef5b7f743 [2023-04-21T20:24:21.008Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:24:22.963Z] ---> 9f52dd5bcc9b [2023-04-21T20:24:22.963Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:24:24.380Z] ---> ed0933b15364 [2023-04-21T20:24:24.380Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-21T20:24:28.638Z] ---> 7d94ac6f3ec1 [2023-04-21T20:24:28.638Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:24:30.049Z] ---> 484473e23252 [2023-04-21T20:24:30.049Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-21T20:24:30.049Z] ---> Running in 8e13eb069f98 [2023-04-21T20:24:31.467Z] Removing intermediate container 8e13eb069f98 [2023-04-21T20:24:31.467Z] ---> b4954a6a4ff0 [2023-04-21T20:24:31.467Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:24:31.746Z] ---> Running in 9c9f7b3e2dde [2023-04-21T20:24:32.715Z] Removing intermediate container 9c9f7b3e2dde [2023-04-21T20:24:32.715Z] ---> 98584f2433ff [2023-04-21T20:24:32.715Z] Step 22/24 : LABEL arch=arm64 [2023-04-21T20:24:32.998Z] ---> Running in 90fe4b4d5b9d [2023-04-21T20:24:33.593Z] Removing intermediate container d7f43beff9b5 [2023-04-21T20:24:33.593Z] ---> 0fa1d19856ce [2023-04-21T20:24:33.862Z] [2023-04-21T20:24:33.862Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:24:33.862Z] ---> 51e60588ff2c [2023-04-21T20:24:33.862Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:24:33.862Z] Removing intermediate container 90fe4b4d5b9d [2023-04-21T20:24:33.862Z] ---> 5f15ab9418ce [2023-04-21T20:24:33.862Z] Step 23/24 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:24:34.135Z] ---> Running in 58b01923c9c4 [2023-04-21T20:24:34.135Z] ---> Running in 906c727172e0 [2023-04-21T20:24:34.721Z] Removing intermediate container 1abb8680a656 [2023-04-21T20:24:34.721Z] ---> e35c8c94fcb2 [2023-04-21T20:24:34.721Z] [2023-04-21T20:24:34.721Z] Step 10/25 : FROM alpine:3.17 [2023-04-21T20:24:34.721Z] ---> 51e60588ff2c [2023-04-21T20:24:34.721Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:24:34.721Z] ---> Using cache [2023-04-21T20:24:34.721Z] ---> 39c83cd5c55d [2023-04-21T20:24:34.721Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:24:34.721Z] ---> Using cache [2023-04-21T20:24:34.721Z] ---> 8a18ea1c1dfb [2023-04-21T20:24:34.721Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-21T20:24:34.721Z] ---> Running in 5083f1867608 [2023-04-21T20:24:34.990Z] Removing intermediate container 906c727172e0 [2023-04-21T20:24:34.990Z] ---> 143ef200d3f8 [2023-04-21T20:24:34.990Z] Step 24/24 : LABEL version=0.0.0 [2023-04-21T20:24:34.990Z] Removing intermediate container 58b01923c9c4 [2023-04-21T20:24:34.990Z] ---> 3b3ea6face68 [2023-04-21T20:24:34.990Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-21T20:24:35.260Z] ---> Running in ea86e0dcf38e [2023-04-21T20:24:35.260Z] ---> Running in 3dbfdcdeb94b [2023-04-21T20:24:35.848Z] Removing intermediate container 5083f1867608 [2023-04-21T20:24:35.848Z] ---> c5faf14d3025 [2023-04-21T20:24:35.848Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-21T20:24:35.848Z] Removing intermediate container ea86e0dcf38e [2023-04-21T20:24:35.848Z] ---> 4fdd2d9f6969 [2023-04-21T20:24:36.115Z] [2023-04-21T20:24:36.115Z] Removing intermediate container 3dbfdcdeb94b [2023-04-21T20:24:36.115Z] ---> 2d631df788df [2023-04-21T20:24:36.115Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-21T20:24:36.115Z] ---> Running in 3c17556424c4 [2023-04-21T20:24:36.383Z] ---> Running in 0db5ae10e0b6 [2023-04-21T20:24:36.971Z] Successfully built 4fdd2d9f6969 [2023-04-21T20:24:36.971Z] Successfully tagged core-command-arm64:latest [2023-04-21T20:24:36.971Z] Building support-notifications [2023-04-21T20:24:36.971Z]  Building core-command ... done Removing intermediate container 3c17556424c4 [2023-04-21T20:24:36.971Z] ---> eaee59050aec [2023-04-21T20:24:36.971Z] Step 15/25 : WORKDIR / [2023-04-21T20:24:36.971Z] ---> Running in 020d139cc074 [2023-04-21T20:24:37.239Z] Removing intermediate container 0db5ae10e0b6 [2023-04-21T20:24:37.239Z] ---> 2a4742624c1b [2023-04-21T20:24:37.239Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:24:37.239Z] ---> Running in 2ab904e4f168 [2023-04-21T20:24:37.828Z] Removing intermediate container 020d139cc074 [2023-04-21T20:24:37.828Z] ---> 12b036626c82 [2023-04-21T20:24:37.828Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:24:39.250Z] ---> fa3dbab87b15 [2023-04-21T20:24:39.250Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:24:39.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:24:40.420Z] ---> 09b80f54e3ff [2023-04-21T20:24:40.420Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-21T20:24:40.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:24:42.641Z] ---> fa7644c398a9 [2023-04-21T20:24:42.641Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:24:42.641Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:24:42.641Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:24:42.641Z] OK: 8 MiB in 16 packages [2023-04-21T20:24:43.656Z] ---> 4dbb62fea000 [2023-04-21T20:24:43.656Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-21T20:24:45.071Z] Removing intermediate container 2ab904e4f168 [2023-04-21T20:24:45.071Z] ---> c0e7b81466ab [2023-04-21T20:24:45.071Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:24:45.071Z] ---> d1041912b7a5 [2023-04-21T20:24:45.071Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-21T20:24:45.071Z] ---> Running in 103f3a59f8ff [2023-04-21T20:24:46.034Z] Removing intermediate container 103f3a59f8ff [2023-04-21T20:24:46.034Z] ---> eeb632997232 [2023-04-21T20:24:46.034Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:24:46.320Z] ---> eebad0b1000f [2023-04-21T20:24:46.320Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:24:46.320Z] ---> Running in 3041b20322a8 [2023-04-21T20:24:47.287Z] Removing intermediate container 3041b20322a8 [2023-04-21T20:24:47.287Z] ---> 8e173077c1c1 [2023-04-21T20:24:47.287Z] Step 23/25 : LABEL arch=arm64 [2023-04-21T20:24:47.287Z] ---> Running in 07645032cf0d [2023-04-21T20:24:47.872Z] ---> b780b1d7a21c [2023-04-21T20:24:47.872Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-21T20:24:48.142Z] Removing intermediate container 07645032cf0d [2023-04-21T20:24:48.142Z] ---> cfed6a8a91f3 [2023-04-21T20:24:48.142Z] Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:24:48.410Z] ---> Running in 4afb7e3ea201 [2023-04-21T20:24:49.374Z] Removing intermediate container 4afb7e3ea201 [2023-04-21T20:24:49.374Z] ---> 7afd5b3745fa [2023-04-21T20:24:49.374Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:24:49.650Z] ---> Running in 6432dc24e8a8 [2023-04-21T20:24:50.235Z] Removing intermediate container 6432dc24e8a8 [2023-04-21T20:24:50.235Z] ---> d9810f454e50 [2023-04-21T20:24:50.236Z] [2023-04-21T20:24:50.507Z] Successfully built d9810f454e50 [2023-04-21T20:24:50.777Z] Successfully tagged core-metadata-arm64:latest [2023-04-21T20:24:50.777Z]  Building core-metadata ... done Building security-spire-config [2023-04-21T20:24:51.363Z] ---> b2a9e5b9fd66 [2023-04-21T20:24:51.363Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:24:52.773Z] ---> fde95bc125ce [2023-04-21T20:24:52.773Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-21T20:24:52.773Z] ---> Running in e4cfa8a6c611 [2023-04-21T20:24:53.361Z] Removing intermediate container e4cfa8a6c611 [2023-04-21T20:24:53.361Z] ---> a9f8b0da0d05 [2023-04-21T20:24:53.361Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:24:53.361Z] ---> Running in e26dae4c4853 [2023-04-21T20:24:53.954Z] Removing intermediate container e26dae4c4853 [2023-04-21T20:24:53.954Z] ---> 049392673922 [2023-04-21T20:24:53.954Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:24:54.221Z] ---> Running in 855cb2f715c4 [2023-04-21T20:24:54.804Z] Removing intermediate container 855cb2f715c4 [2023-04-21T20:24:54.804Z] ---> f1a077763cf0 [2023-04-21T20:24:54.804Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:24:55.071Z] ---> Running in be3d2b3e108a [2023-04-21T20:24:57.655Z] Removing intermediate container be3d2b3e108a [2023-04-21T20:24:57.655Z] ---> b6d90090efb6 [2023-04-21T20:24:57.655Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:24:57.655Z] ---> Running in 31252d4bb5a3 [2023-04-21T20:24:58.617Z] Removing intermediate container 31252d4bb5a3 [2023-04-21T20:24:58.617Z] ---> c2c7216979b2 [2023-04-21T20:24:58.617Z] [2023-04-21T20:24:58.883Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:24:58.883Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:24:58.883Z] ---> f44d24f46477 [2023-04-21T20:24:58.883Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:24:58.883Z] ---> Using cache [2023-04-21T20:24:58.883Z] ---> e422f23b5279 [2023-04-21T20:24:58.883Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:24:58.883Z] ---> Using cache [2023-04-21T20:24:58.883Z] ---> 4f4de00f99f3 [2023-04-21T20:24:58.883Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-21T20:24:59.150Z] ---> Running in e49d90c9d412 [2023-04-21T20:24:59.417Z] Successfully built c2c7216979b2 [2023-04-21T20:24:59.418Z] Successfully tagged core-data-arm64:latest [2023-04-21T20:24:59.418Z] Building security-secretstore-setup [2023-04-21T20:25:00.826Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:01.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:02.827Z] OK: 263 MiB in 53 packages [2023-04-21T20:25:04.244Z] Removing intermediate container e49d90c9d412 [2023-04-21T20:25:04.244Z] ---> 141bc436184e [2023-04-21T20:25:04.244Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:25:05.664Z] ---> 9253aef9beb1 [2023-04-21T20:25:05.664Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:25:05.664Z] ---> Running in 2e33dd48dbda [2023-04-21T20:25:20.681Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:25:20.681Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:25:20.681Z] ---> f44d24f46477 [2023-04-21T20:25:20.681Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:25:20.681Z] ---> Using cache [2023-04-21T20:25:20.681Z] ---> ecdb1bad26a9 [2023-04-21T20:25:20.681Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:25:20.681Z] ---> Running in 8b83c5d3e846 [2023-04-21T20:25:21.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:22.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:24.549Z] OK: 263 MiB in 53 packages [2023-04-21T20:25:25.508Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:25:25.508Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:25:25.508Z] ---> f44d24f46477 [2023-04-21T20:25:25.508Z] Step 3/25 : WORKDIR /edgex-go [2023-04-21T20:25:25.508Z] ---> Using cache [2023-04-21T20:25:25.508Z] ---> ecdb1bad26a9 [2023-04-21T20:25:25.508Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-21T20:25:25.508Z] ---> Using cache [2023-04-21T20:25:25.508Z] ---> 7ff4eb4ac604 [2023-04-21T20:25:25.508Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-21T20:25:25.508Z] ---> Using cache [2023-04-21T20:25:25.508Z] ---> a8ea2d39f82f [2023-04-21T20:25:25.508Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:25:25.508Z] ---> Using cache [2023-04-21T20:25:25.508Z] ---> 33bbbc9c4b61 [2023-04-21T20:25:25.508Z] Step 7/25 : COPY . . [2023-04-21T20:25:25.776Z] ---> Using cache [2023-04-21T20:25:25.776Z] ---> e37a266e22ec [2023-04-21T20:25:25.776Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-21T20:25:26.043Z] ---> Running in ee3e3198ced7 [2023-04-21T20:25:27.485Z] Removing intermediate container 8b83c5d3e846 [2023-04-21T20:25:27.485Z] ---> 938e97d0c417 [2023-04-21T20:25:27.485Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:25:28.894Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-21T20:25:29.495Z] ---> 0d4ab73e55bd [2023-04-21T20:25:29.495Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:25:29.763Z] ---> Running in a4ae1d767271 [2023-04-21T20:25:35.107Z] Removing intermediate container 95d4568f39a2 [2023-04-21T20:25:35.107Z] ---> c01a9385cb86 [2023-04-21T20:25:35.107Z] [2023-04-21T20:25:35.107Z] Step 9/20 : FROM alpine:3.17 [2023-04-21T20:25:35.107Z] ---> 51e60588ff2c [2023-04-21T20:25:35.107Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-21T20:25:35.107Z] ---> Using cache [2023-04-21T20:25:35.107Z] ---> 639ce3fe308d [2023-04-21T20:25:35.107Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-21T20:25:37.055Z] ---> Running in 4d0776a3851a [2023-04-21T20:25:39.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:39.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:41.908Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:25:41.908Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:25:41.908Z] OK: 17691 distinct packages available [2023-04-21T20:25:42.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:43.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:25:45.009Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-21T20:25:45.275Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-21T20:25:45.275Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-21T20:25:45.275Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-21T20:25:45.275Z] (5/9) Installing curl (8.0.1-r0) [2023-04-21T20:25:45.275Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-21T20:25:45.275Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:25:45.275Z] (8/9) Installing libucontext (1.2-r0) [2023-04-21T20:25:45.275Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-21T20:25:45.275Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:25:45.542Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:25:46.161Z] OK: 11 MiB in 24 packages [2023-04-21T20:25:49.512Z] Removing intermediate container 4d0776a3851a [2023-04-21T20:25:49.512Z] ---> 8d56a2e6fc0a [2023-04-21T20:25:49.512Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:25:50.099Z] ---> 34346315c1f7 [2023-04-21T20:25:50.099Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:25:51.514Z] ---> ef953849a37f [2023-04-21T20:25:51.514Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-21T20:25:54.102Z] ---> 35c35ddb7e31 [2023-04-21T20:25:54.102Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:25:54.688Z] ---> 1776780f4ce3 [2023-04-21T20:25:54.688Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-21T20:25:54.688Z] ---> Running in 2993368828a2 [2023-04-21T20:25:55.283Z] Removing intermediate container 2993368828a2 [2023-04-21T20:25:55.283Z] ---> f4be5ecd347f [2023-04-21T20:25:55.283Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:25:55.283Z] ---> Running in 107ed2313c3a [2023-04-21T20:25:55.879Z] Removing intermediate container 107ed2313c3a [2023-04-21T20:25:55.879Z] ---> bc234f90b66a [2023-04-21T20:25:55.879Z] Step 18/20 : LABEL arch=arm64 [2023-04-21T20:25:55.879Z] ---> Running in 920d189443cc [2023-04-21T20:25:56.847Z] Removing intermediate container 920d189443cc [2023-04-21T20:25:56.847Z] ---> 57b2c7316686 [2023-04-21T20:25:56.847Z] Step 19/20 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:25:56.847Z] ---> Running in c05de20627b9 [2023-04-21T20:25:57.430Z] Removing intermediate container c05de20627b9 [2023-04-21T20:25:57.430Z] ---> d6f4e09a312f [2023-04-21T20:25:57.430Z] Step 20/20 : LABEL version=0.0.0 [2023-04-21T20:25:57.698Z] ---> Running in 19db7a99203c [2023-04-21T20:25:58.284Z] Removing intermediate container 19db7a99203c [2023-04-21T20:25:58.284Z] ---> 20dacafc065c [2023-04-21T20:25:58.284Z] [2023-04-21T20:25:58.550Z] Successfully built 20dacafc065c [2023-04-21T20:25:58.550Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-21T20:25:58.550Z] Building security-spire-server [2023-04-21T20:26:20.624Z]  Building security-spiffe-token-provider ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:26:20.624Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:26:20.624Z] ---> f44d24f46477 [2023-04-21T20:26:20.624Z] Step 3/26 : WORKDIR /edgex-go [2023-04-21T20:26:20.624Z] ---> Using cache [2023-04-21T20:26:20.624Z] ---> ecdb1bad26a9 [2023-04-21T20:26:20.624Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:26:20.624Z] ---> Using cache [2023-04-21T20:26:20.624Z] ---> 938e97d0c417 [2023-04-21T20:26:20.624Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-21T20:26:20.624Z] ---> Using cache [2023-04-21T20:26:20.624Z] ---> 0d4ab73e55bd [2023-04-21T20:26:20.624Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:26:20.624Z] ---> Running in 00fa73026230 [2023-04-21T20:26:47.664Z] Removing intermediate container 2e33dd48dbda [2023-04-21T20:26:47.664Z] ---> 9e7681cc2429 [2023-04-21T20:26:47.664Z] Step 8/23 : COPY . . [2023-04-21T20:27:14.426Z] ---> fdfe6411f21a [2023-04-21T20:27:14.426Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-21T20:27:14.426Z] ---> Running in 79ba12b9b91a [2023-04-21T20:27:14.426Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-21T20:27:26.747Z] Removing intermediate container a4ae1d767271 [2023-04-21T20:27:26.747Z] ---> b172b527fdcc [2023-04-21T20:27:26.747Z] Step 7/27 : COPY . . [2023-04-21T20:27:53.453Z] ---> f67d301ff720 [2023-04-21T20:27:53.453Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:27:53.453Z] ---> Running in 08646599766f [2023-04-21T20:27:53.453Z] Removing intermediate container 08646599766f [2023-04-21T20:27:53.453Z] ---> 172c8c6752c8 [2023-04-21T20:27:53.453Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:27:53.453Z] ---> Running in efe50a43786e [2023-04-21T20:27:53.453Z] Removing intermediate container efe50a43786e [2023-04-21T20:27:53.453Z] ---> 591f93b1fcf4 [2023-04-21T20:27:53.453Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:27:53.453Z] ---> Running in 97b99d186fa9 [2023-04-21T20:27:54.047Z] Removing intermediate container 97b99d186fa9 [2023-04-21T20:27:54.047Z] ---> 8fe4d6a81f29 [2023-04-21T20:27:54.047Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-21T20:27:54.315Z] ---> Running in 7dd0fc4ecdec [2023-04-21T20:28:02.546Z] Removing intermediate container 7dd0fc4ecdec [2023-04-21T20:28:02.546Z] ---> 68434e287c0d [2023-04-21T20:28:02.546Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:28:02.546Z] ---> Running in 4c6ba2d385b9 [2023-04-21T20:28:02.546Z] Removing intermediate container 4c6ba2d385b9 [2023-04-21T20:28:02.546Z] ---> 4b811b39298c [2023-04-21T20:28:02.546Z] [2023-04-21T20:28:02.546Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:28:02.546Z] ---> 51e60588ff2c [2023-04-21T20:28:02.546Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:28:02.813Z] ---> Running in 8728ddb197b9 [2023-04-21T20:28:03.774Z] Removing intermediate container 8728ddb197b9 [2023-04-21T20:28:03.774Z] ---> ac6e8718a120 [2023-04-21T20:28:03.774Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-21T20:28:03.774Z] ---> Running in 18a2d3c05984 [2023-04-21T20:28:06.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:07.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:08.730Z] Removing intermediate container 00fa73026230 [2023-04-21T20:28:08.730Z] ---> f0521461b39e [2023-04-21T20:28:08.730Z] Step 7/26 : COPY . . [2023-04-21T20:28:08.730Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:28:08.730Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:28:08.730Z] OK: 17691 distinct packages available [2023-04-21T20:28:08.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:09.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:11.102Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-21T20:28:11.102Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:28:11.102Z] (3/4) Installing libucontext (1.2-r0) [2023-04-21T20:28:11.102Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-21T20:28:11.102Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:28:11.102Z] OK: 8 MiB in 19 packages [2023-04-21T20:28:16.504Z] Removing intermediate container 18a2d3c05984 [2023-04-21T20:28:16.504Z] ---> a7b459e00329 [2023-04-21T20:28:16.504Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:28:17.088Z] ---> 0709ebb090bd [2023-04-21T20:28:17.088Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:28:19.034Z] ---> d729cde025d2 [2023-04-21T20:28:19.034Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:28:29.116Z] ---> 3a8a4bfba720 [2023-04-21T20:28:29.116Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:28:29.116Z] ---> 27f70d45be6f [2023-04-21T20:28:29.116Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:28:29.116Z] ---> Running in 5db9f883e677 [2023-04-21T20:28:29.702Z] Removing intermediate container 5db9f883e677 [2023-04-21T20:28:29.702Z] ---> c170c7730c14 [2023-04-21T20:28:29.702Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-21T20:28:29.702Z] ---> eba0d084116b [2023-04-21T20:28:29.973Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-21T20:28:29.973Z] ---> Running in 2cb1b234559e [2023-04-21T20:28:29.973Z] ---> Running in 7df9cea1b15b [2023-04-21T20:28:30.938Z] Removing intermediate container 2cb1b234559e [2023-04-21T20:28:30.938Z] ---> f6978990b532 [2023-04-21T20:28:30.938Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:28:30.938Z] Removing intermediate container 7df9cea1b15b [2023-04-21T20:28:30.938Z] ---> 3591ba3e3ae4 [2023-04-21T20:28:30.938Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-21T20:28:30.938Z] ---> Running in d86870b765d8 [2023-04-21T20:28:31.908Z] Removing intermediate container d86870b765d8 [2023-04-21T20:28:31.908Z] ---> 0761a34c124a [2023-04-21T20:28:31.908Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-21T20:28:31.908Z] ---> Running in 8c05f42f10d2 [2023-04-21T20:28:32.178Z] ---> b3b187c326c2 [2023-04-21T20:28:32.178Z] Step 22/27 : WORKDIR / [2023-04-21T20:28:32.447Z] ---> Running in df0d5e278610 [2023-04-21T20:28:33.408Z] Removing intermediate container df0d5e278610 [2023-04-21T20:28:33.408Z] ---> 31caf4cfb6f7 [2023-04-21T20:28:33.408Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:28:33.408Z] ---> Running in b151078ff7db [2023-04-21T20:28:33.998Z] Removing intermediate container b151078ff7db [2023-04-21T20:28:33.998Z] ---> 6993f9f5844c [2023-04-21T20:28:33.998Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:28:34.265Z] ---> Running in fd9a82a5df42 [2023-04-21T20:28:34.850Z] Removing intermediate container fd9a82a5df42 [2023-04-21T20:28:34.850Z] ---> 240b03bbb04a [2023-04-21T20:28:34.850Z] Step 25/27 : LABEL arch=arm64 [2023-04-21T20:28:35.118Z] ---> Running in a18c8e2f5321 [2023-04-21T20:28:36.080Z] Removing intermediate container a18c8e2f5321 [2023-04-21T20:28:36.080Z] ---> b9fb4fc7b6c7 [2023-04-21T20:28:36.080Z] Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:28:36.080Z] ---> Running in 0e004f977423 [2023-04-21T20:28:36.349Z] Removing intermediate container 8c05f42f10d2 [2023-04-21T20:28:36.349Z] ---> 8529270020fc [2023-04-21T20:28:36.349Z] Step 12/26 : WORKDIR /edgex-go [2023-04-21T20:28:36.634Z] ---> Running in b13c305b9e7b [2023-04-21T20:28:36.902Z] Removing intermediate container 0e004f977423 [2023-04-21T20:28:36.903Z] ---> 460a78761061 [2023-04-21T20:28:36.903Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:28:37.171Z] ---> Running in d18519aecae3 [2023-04-21T20:28:37.441Z] Removing intermediate container b13c305b9e7b [2023-04-21T20:28:37.441Z] ---> 31d7d0993b1f [2023-04-21T20:28:37.441Z] [2023-04-21T20:28:37.441Z] Step 13/26 : FROM alpine:3.17 [2023-04-21T20:28:37.441Z] ---> 51e60588ff2c [2023-04-21T20:28:37.441Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:28:37.441Z] ---> Using cache [2023-04-21T20:28:37.441Z] ---> ac6e8718a120 [2023-04-21T20:28:37.441Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:28:37.707Z] ---> Running in 3f04e0a1eb26 [2023-04-21T20:28:37.978Z] Removing intermediate container d18519aecae3 [2023-04-21T20:28:37.978Z] ---> 546d6ac638b4 [2023-04-21T20:28:37.978Z] [2023-04-21T20:28:38.568Z] Successfully built 546d6ac638b4 [2023-04-21T20:28:38.568Z] Successfully tagged security-spire-config-arm64:latest [2023-04-21T20:28:38.568Z]  Building security-spire-config ... done Building security-proxy-setup [2023-04-21T20:28:39.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:40.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:42.359Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-21T20:28:42.359Z] v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-21T20:28:42.359Z] OK: 17691 distinct packages available [2023-04-21T20:28:42.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:43.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:28:45.543Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-21T20:28:45.543Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-21T20:28:45.543Z] (3/5) Installing libucontext (1.2-r0) [2023-04-21T20:28:45.543Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-21T20:28:45.543Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-21T20:28:45.543Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:28:45.543Z] OK: 9 MiB in 20 packages [2023-04-21T20:28:48.123Z] Removing intermediate container 3f04e0a1eb26 [2023-04-21T20:28:48.123Z] ---> 925ba39e54f4 [2023-04-21T20:28:48.123Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:28:49.082Z] ---> c08d31a1a990 [2023-04-21T20:28:49.351Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:28:50.313Z] ---> 1cf0ea8fbf8f [2023-04-21T20:28:50.313Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:28:54.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:28:54.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:28:54.562Z] ---> f44d24f46477 [2023-04-21T20:28:54.562Z] Step 3/22 : WORKDIR /edgex-go [2023-04-21T20:28:54.562Z] ---> Using cache [2023-04-21T20:28:54.562Z] ---> ecdb1bad26a9 [2023-04-21T20:28:54.562Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-21T20:28:54.562Z] ---> Using cache [2023-04-21T20:28:54.562Z] ---> 7ff4eb4ac604 [2023-04-21T20:28:54.562Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-21T20:28:54.562Z] ---> Using cache [2023-04-21T20:28:54.829Z] ---> a8ea2d39f82f [2023-04-21T20:28:54.829Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:28:54.829Z] ---> Using cache [2023-04-21T20:28:54.829Z] ---> 33bbbc9c4b61 [2023-04-21T20:28:54.829Z] Step 7/22 : COPY . . [2023-04-21T20:28:54.829Z] ---> Using cache [2023-04-21T20:28:54.829Z] ---> e37a266e22ec [2023-04-21T20:28:54.829Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-21T20:28:55.412Z] ---> Running in d3e361d7241f [2023-04-21T20:28:57.996Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-21T20:28:58.274Z] ---> 8204623e51e4 [2023-04-21T20:28:58.274Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:28:59.247Z] ---> 0766e6aadf45 [2023-04-21T20:28:59.247Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-21T20:29:00.206Z] ---> 23371c04663e [2023-04-21T20:29:00.206Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-21T20:29:01.172Z] ---> d08bc56e1ce3 [2023-04-21T20:29:01.172Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:29:01.438Z] ---> Running in f514d1e32cb9 [2023-04-21T20:29:02.022Z] Removing intermediate container f514d1e32cb9 [2023-04-21T20:29:02.022Z] ---> 22cb1d9b0b53 [2023-04-21T20:29:02.022Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:29:02.290Z] ---> Running in 8f683b1aae77 [2023-04-21T20:29:02.571Z] Removing intermediate container 8f683b1aae77 [2023-04-21T20:29:02.571Z] ---> 74eddb6f32a2 [2023-04-21T20:29:02.571Z] Step 24/26 : LABEL arch=arm64 [2023-04-21T20:29:02.838Z] ---> Running in 94239b221ad2 [2023-04-21T20:29:03.117Z] Removing intermediate container 94239b221ad2 [2023-04-21T20:29:03.117Z] ---> 4193b6cca9a9 [2023-04-21T20:29:03.117Z] Step 25/26 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:29:03.384Z] ---> Running in 450c98acfee5 [2023-04-21T20:29:03.650Z] Removing intermediate container 450c98acfee5 [2023-04-21T20:29:03.650Z] ---> afdfeef4b67a [2023-04-21T20:29:03.650Z] Step 26/26 : LABEL version=0.0.0 [2023-04-21T20:29:03.919Z] ---> Running in 191ff49d9ec6 [2023-04-21T20:29:06.501Z] Removing intermediate container 191ff49d9ec6 [2023-04-21T20:29:06.501Z] ---> 5cd7dd83d4cd [2023-04-21T20:29:06.501Z] [2023-04-21T20:29:07.087Z] Successfully built 5cd7dd83d4cd [2023-04-21T20:29:07.087Z] Successfully tagged security-spire-server-arm64:latest [2023-04-21T20:29:07.087Z] Building core-common-config-bootstrapper [2023-04-21T20:29:25.296Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:29:25.296Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:29:25.296Z] ---> f44d24f46477 [2023-04-21T20:29:25.296Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:29:25.296Z] ---> Using cache [2023-04-21T20:29:25.296Z] ---> e422f23b5279 [2023-04-21T20:29:25.296Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:29:25.296Z] ---> Using cache [2023-04-21T20:29:25.296Z] ---> 4f4de00f99f3 [2023-04-21T20:29:25.296Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:29:25.296Z] ---> Using cache [2023-04-21T20:29:25.296Z] ---> 51f2cb3826ca [2023-04-21T20:29:25.296Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:29:25.296Z] ---> Using cache [2023-04-21T20:29:25.296Z] ---> 9bffdbbc1be3 [2023-04-21T20:29:25.296Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:29:25.296Z] ---> Using cache [2023-04-21T20:29:25.296Z] ---> b1c44a82e525 [2023-04-21T20:29:25.296Z] Step 8/23 : COPY . . [2023-04-21T20:29:25.296Z] ---> Using cache [2023-04-21T20:29:25.296Z] ---> a28c13bfcfaa [2023-04-21T20:29:25.296Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-21T20:29:25.296Z] ---> Running in c0d7433ee251 [2023-04-21T20:29:26.258Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-21T20:32:02.973Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-21T20:32:21.173Z] Removing intermediate container ee3e3198ced7 [2023-04-21T20:32:21.173Z] ---> 1826e1111178 [2023-04-21T20:32:21.173Z] [2023-04-21T20:32:21.173Z] Step 9/25 : FROM alpine:3.17 [2023-04-21T20:32:21.173Z] ---> 51e60588ff2c [2023-04-21T20:32:21.173Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-21T20:32:21.173Z] ---> Running in 0c7208c74b18 [2023-04-21T20:32:21.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:32:22.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:32:24.656Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-21T20:32:24.656Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-21T20:32:24.656Z] (3/3) Installing su-exec (0.2-r2) [2023-04-21T20:32:24.656Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:32:24.656Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:32:25.237Z] OK: 8 MiB in 18 packages [2023-04-21T20:32:28.045Z] Removing intermediate container 0c7208c74b18 [2023-04-21T20:32:28.045Z] ---> bae3ac169c6a [2023-04-21T20:32:28.045Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:32:28.045Z] ---> Running in 992dce5542d5 [2023-04-21T20:32:28.672Z] Removing intermediate container 992dce5542d5 [2023-04-21T20:32:28.672Z] ---> 12815bb2eba1 [2023-04-21T20:32:28.672Z] Step 12/25 : WORKDIR / [2023-04-21T20:32:28.672Z] ---> Running in 9e24617da38d [2023-04-21T20:32:29.273Z] Removing intermediate container 9e24617da38d [2023-04-21T20:32:29.273Z] ---> fc34f04f4c04 [2023-04-21T20:32:29.273Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:32:30.298Z] ---> 6b71d343a644 [2023-04-21T20:32:30.298Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:32:31.372Z] ---> 6df7bb045ee9 [2023-04-21T20:32:31.372Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-21T20:32:32.332Z] ---> 7130eb27a685 [2023-04-21T20:32:32.332Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-21T20:32:33.298Z] ---> cbc93c53c3d9 [2023-04-21T20:32:33.298Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:32:34.259Z] ---> fc7de332f32e [2023-04-21T20:32:34.259Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-21T20:32:36.216Z] ---> cea28d698cdd [2023-04-21T20:32:36.216Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-21T20:32:40.474Z] ---> bd6c58282775 [2023-04-21T20:32:40.474Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:32:40.741Z] ---> a203924d0854 [2023-04-21T20:32:40.741Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:32:40.741Z] ---> Running in a737d9e34278 [2023-04-21T20:32:44.089Z] Removing intermediate container a737d9e34278 [2023-04-21T20:32:44.089Z] ---> d456b8b7194b [2023-04-21T20:32:44.089Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:32:44.089Z] ---> Running in 18113a0569ad [2023-04-21T20:32:44.673Z] Removing intermediate container 18113a0569ad [2023-04-21T20:32:44.673Z] ---> b09ef3568edd [2023-04-21T20:32:44.673Z] Step 23/25 : LABEL arch=arm64 [2023-04-21T20:32:44.673Z] ---> Running in 8958c728e943 [2023-04-21T20:32:44.943Z] Removing intermediate container 8958c728e943 [2023-04-21T20:32:44.943Z] ---> ce75aae89adc [2023-04-21T20:32:44.943Z] Step 24/25 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:32:45.213Z] ---> Running in 772b80938019 [2023-04-21T20:32:45.804Z] Removing intermediate container 772b80938019 [2023-04-21T20:32:45.804Z] ---> cf7187bf082e [2023-04-21T20:32:45.804Z] Step 25/25 : LABEL version=0.0.0 [2023-04-21T20:32:45.804Z] ---> Running in a62ddd21c964 [2023-04-21T20:32:46.391Z] Removing intermediate container a62ddd21c964 [2023-04-21T20:32:46.391Z] ---> 4dea8f3808b7 [2023-04-21T20:32:46.391Z] [2023-04-21T20:32:46.391Z] Successfully built 4dea8f3808b7 [2023-04-21T20:32:46.658Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-21T20:32:46.658Z]  Building security-secretstore-setup ... done Building security-proxy-auth [2023-04-21T20:33:04.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:33:04.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:33:04.872Z] ---> f44d24f46477 [2023-04-21T20:33:04.872Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-21T20:33:04.872Z] ---> Using cache [2023-04-21T20:33:04.872Z] ---> e422f23b5279 [2023-04-21T20:33:04.872Z] Step 4/23 : WORKDIR /edgex-go [2023-04-21T20:33:04.872Z] ---> Using cache [2023-04-21T20:33:04.872Z] ---> 4f4de00f99f3 [2023-04-21T20:33:04.872Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-21T20:33:04.872Z] ---> Using cache [2023-04-21T20:33:04.872Z] ---> 51f2cb3826ca [2023-04-21T20:33:04.872Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-21T20:33:04.872Z] ---> Using cache [2023-04-21T20:33:04.872Z] ---> 9bffdbbc1be3 [2023-04-21T20:33:04.872Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:33:04.872Z] ---> Using cache [2023-04-21T20:33:04.872Z] ---> b1c44a82e525 [2023-04-21T20:33:04.872Z] Step 8/23 : COPY . . [2023-04-21T20:33:04.872Z] ---> Using cache [2023-04-21T20:33:04.872Z] ---> a28c13bfcfaa [2023-04-21T20:33:04.872Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-21T20:33:05.830Z] ---> Running in 515a31bdc657 [2023-04-21T20:33:07.773Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-21T20:34:29.380Z] Removing intermediate container c278b604ce8d [2023-04-21T20:34:29.380Z] ---> 284c8b597ce0 [2023-04-21T20:34:29.380Z] [2023-04-21T20:34:29.380Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:34:29.380Z] ---> 51e60588ff2c [2023-04-21T20:34:29.380Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:34:29.380Z] ---> Using cache [2023-04-21T20:34:29.380Z] ---> 39c83cd5c55d [2023-04-21T20:34:29.380Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:34:29.380Z] ---> Using cache [2023-04-21T20:34:29.380Z] ---> 8a18ea1c1dfb [2023-04-21T20:34:29.380Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-21T20:34:29.380Z] ---> Running in b6036ac3cb56 [2023-04-21T20:34:29.380Z] Removing intermediate container b6036ac3cb56 [2023-04-21T20:34:29.380Z] ---> 728e67ea92e6 [2023-04-21T20:34:29.380Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:34:29.380Z] ---> Running in 40692dd896ea [2023-04-21T20:34:29.380Z] Removing intermediate container 40692dd896ea [2023-04-21T20:34:29.380Z] ---> ed4e45d3a10a [2023-04-21T20:34:29.380Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:34:29.380Z] ---> 51cb0f6cc6f5 [2023-04-21T20:34:29.380Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:34:29.380Z] ---> a2330b196043 [2023-04-21T20:34:29.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-21T20:34:30.354Z] ---> 3eaa5abe6887 [2023-04-21T20:34:30.354Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:34:31.316Z] ---> 10c691112816 [2023-04-21T20:34:31.316Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-21T20:34:31.316Z] ---> Running in 9fcb5d67245b [2023-04-21T20:34:31.901Z] Removing intermediate container 9fcb5d67245b [2023-04-21T20:34:31.901Z] ---> dcf57eff0b1d [2023-04-21T20:34:31.901Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:34:31.901Z] ---> Running in 39e775baea55 [2023-04-21T20:34:32.485Z] Removing intermediate container 39e775baea55 [2023-04-21T20:34:32.485Z] ---> 068d3a0a9660 [2023-04-21T20:34:32.485Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:34:32.485Z] ---> Running in bb7335574a3a [2023-04-21T20:34:33.073Z] Removing intermediate container bb7335574a3a [2023-04-21T20:34:33.073Z] ---> c8683b306efa [2023-04-21T20:34:33.073Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:34:33.073Z] ---> Running in 95fe5b8ac0a7 [2023-04-21T20:34:33.666Z] Removing intermediate container 95fe5b8ac0a7 [2023-04-21T20:34:33.666Z] ---> 67e0994b2d3e [2023-04-21T20:34:33.666Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:34:33.666Z] ---> Running in 95c579d06aeb [2023-04-21T20:34:34.248Z] Removing intermediate container 95c579d06aeb [2023-04-21T20:34:34.248Z] ---> 881edbcb234c [2023-04-21T20:34:34.248Z] [2023-04-21T20:34:34.516Z] Successfully built 881edbcb234c [2023-04-21T20:34:34.516Z] Successfully tagged support-scheduler-arm64:latest [2023-04-21T20:34:34.516Z]  Building support-scheduler ... done Building security-spire-agent [2023-04-21T20:34:52.722Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-21T20:34:52.722Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-21T20:34:52.722Z] ---> f44d24f46477 [2023-04-21T20:34:52.722Z] Step 3/27 : WORKDIR /edgex-go [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> ecdb1bad26a9 [2023-04-21T20:34:52.722Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> 938e97d0c417 [2023-04-21T20:34:52.722Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> 0d4ab73e55bd [2023-04-21T20:34:52.722Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> f0521461b39e [2023-04-21T20:34:52.722Z] Step 7/27 : COPY . . [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> 27f70d45be6f [2023-04-21T20:34:52.722Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> c170c7730c14 [2023-04-21T20:34:52.722Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> f6978990b532 [2023-04-21T20:34:52.722Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-21T20:34:52.722Z] ---> Using cache [2023-04-21T20:34:52.722Z] ---> 0761a34c124a [2023-04-21T20:34:52.722Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-21T20:34:52.722Z] ---> Running in 52a63822190c [2023-04-21T20:34:52.989Z] Removing intermediate container 52a63822190c [2023-04-21T20:34:52.989Z] ---> 32f0b9f2a5d4 [2023-04-21T20:34:52.989Z] Step 12/27 : WORKDIR /edgex-go [2023-04-21T20:34:53.257Z] ---> Running in 1377f90f5190 [2023-04-21T20:34:53.839Z] Removing intermediate container 1377f90f5190 [2023-04-21T20:34:53.839Z] ---> e89f5d046fb3 [2023-04-21T20:34:53.839Z] [2023-04-21T20:34:53.839Z] Step 13/27 : FROM alpine:3.17 [2023-04-21T20:34:53.839Z] ---> 51e60588ff2c [2023-04-21T20:34:53.839Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-21T20:34:53.839Z] ---> Using cache [2023-04-21T20:34:53.839Z] ---> ac6e8718a120 [2023-04-21T20:34:53.839Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-21T20:34:53.839Z] ---> Using cache [2023-04-21T20:34:53.839Z] ---> 925ba39e54f4 [2023-04-21T20:34:53.839Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:34:53.839Z] ---> Using cache [2023-04-21T20:34:53.839Z] ---> c08d31a1a990 [2023-04-21T20:34:53.839Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:34:54.104Z] ---> Using cache [2023-04-21T20:34:54.104Z] ---> 1cf0ea8fbf8f [2023-04-21T20:34:54.104Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-21T20:34:57.436Z] ---> 8e4bfd312671 [2023-04-21T20:34:57.436Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-21T20:35:04.064Z] ---> 95e2c6cabdc0 [2023-04-21T20:35:04.064Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-21T20:35:05.023Z] ---> 5da5bb7864bf [2023-04-21T20:35:05.023Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-21T20:35:05.982Z] ---> 2c5c5a27d4b9 [2023-04-21T20:35:05.982Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-21T20:35:06.940Z] ---> d8fb7ef7caf7 [2023-04-21T20:35:06.940Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-21T20:35:06.940Z] ---> Running in a22671a5bf2f [2023-04-21T20:35:07.905Z] Removing intermediate container a22671a5bf2f [2023-04-21T20:35:07.905Z] ---> 53c1adb6eb94 [2023-04-21T20:35:07.905Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-21T20:35:07.905Z] ---> Running in 4421d8d9af81 [2023-04-21T20:35:08.489Z] Removing intermediate container 4421d8d9af81 [2023-04-21T20:35:08.489Z] ---> 8cf1475e8711 [2023-04-21T20:35:08.489Z] Step 25/27 : LABEL arch=arm64 [2023-04-21T20:35:08.489Z] ---> Running in 55e7bb9e1071 [2023-04-21T20:35:09.071Z] Removing intermediate container 55e7bb9e1071 [2023-04-21T20:35:09.071Z] ---> 07e3d7faa31f [2023-04-21T20:35:09.071Z] Step 26/27 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:35:09.071Z] ---> Running in 972b68fd9e13 [2023-04-21T20:35:09.652Z] Removing intermediate container 972b68fd9e13 [2023-04-21T20:35:09.652Z] ---> cf91e27357a6 [2023-04-21T20:35:09.652Z] Step 27/27 : LABEL version=0.0.0 [2023-04-21T20:35:09.921Z] ---> Running in af9da9ab082f [2023-04-21T20:35:10.187Z] Removing intermediate container af9da9ab082f [2023-04-21T20:35:10.187Z] ---> c1c32bac3c22 [2023-04-21T20:35:10.187Z] [2023-04-21T20:35:10.456Z] Successfully built c1c32bac3c22 [2023-04-21T20:35:10.456Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-21T20:35:49.302Z]  Building security-spire-agent ... done Removing intermediate container d3e361d7241f [2023-04-21T20:35:49.302Z] ---> 35530aa0eece [2023-04-21T20:35:49.302Z] [2023-04-21T20:35:49.302Z] Step 9/22 : FROM alpine:3.17 [2023-04-21T20:35:49.302Z] ---> 51e60588ff2c [2023-04-21T20:35:49.302Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-21T20:35:49.302Z] ---> Running in faed581ab1e6 [2023-04-21T20:35:51.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:35:51.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:35:53.223Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:35:53.223Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-21T20:35:53.223Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:35:53.223Z] OK: 8 MiB in 17 packages [2023-04-21T20:35:55.188Z] Removing intermediate container faed581ab1e6 [2023-04-21T20:35:55.188Z] ---> 936b71dbe7b6 [2023-04-21T20:35:55.188Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-21T20:35:55.188Z] ---> Running in a0b6b97d75c7 [2023-04-21T20:35:55.453Z] Removing intermediate container a0b6b97d75c7 [2023-04-21T20:35:55.453Z] ---> a75c7fbee002 [2023-04-21T20:35:55.453Z] Step 12/22 : WORKDIR /edgex [2023-04-21T20:35:55.453Z] ---> Running in 7f08671b5e45 [2023-04-21T20:35:56.039Z] Removing intermediate container 7f08671b5e45 [2023-04-21T20:35:56.039Z] ---> 82413d93b76f [2023-04-21T20:35:56.039Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:35:57.467Z] ---> 1096a1f58f36 [2023-04-21T20:35:57.467Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:35:58.050Z] ---> 37d3db06263a [2023-04-21T20:35:58.050Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-21T20:35:59.012Z] ---> 6831bfd9652a [2023-04-21T20:35:59.012Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-21T20:36:00.419Z] ---> 23f088370df9 [2023-04-21T20:36:00.419Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-21T20:36:01.379Z] ---> a31be4fa8bcd [2023-04-21T20:36:01.379Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:36:01.379Z] ---> Running in fde6432f5ea0 [2023-04-21T20:36:04.717Z] Removing intermediate container fde6432f5ea0 [2023-04-21T20:36:04.717Z] ---> 8d5bb8da5e60 [2023-04-21T20:36:04.717Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:36:04.717Z] ---> Running in c9331427855e [2023-04-21T20:36:04.984Z] Removing intermediate container c9331427855e [2023-04-21T20:36:04.984Z] ---> c285324fc0c5 [2023-04-21T20:36:04.984Z] Step 20/22 : LABEL arch=arm64 [2023-04-21T20:36:04.984Z] ---> Running in c5e9a3164015 [2023-04-21T20:36:05.563Z] Removing intermediate container c5e9a3164015 [2023-04-21T20:36:05.563Z] ---> e1aea46a0215 [2023-04-21T20:36:05.563Z] Step 21/22 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:36:05.563Z] ---> Running in ae08ef9f1fd0 [2023-04-21T20:36:06.152Z] Removing intermediate container ae08ef9f1fd0 [2023-04-21T20:36:06.152Z] ---> 8c6195e677c1 [2023-04-21T20:36:06.152Z] Step 22/22 : LABEL version=0.0.0 [2023-04-21T20:36:06.152Z] ---> Running in 58b1a3b88662 [2023-04-21T20:36:06.733Z] Removing intermediate container 58b1a3b88662 [2023-04-21T20:36:06.733Z] ---> 7501e4c86c74 [2023-04-21T20:36:06.733Z] [2023-04-21T20:36:06.998Z] Successfully built 7501e4c86c74 [2023-04-21T20:36:06.998Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-21T20:36:25.187Z]  Building security-proxy-setup ... done Removing intermediate container c0d7433ee251 [2023-04-21T20:36:25.187Z] ---> 871c6452a6d2 [2023-04-21T20:36:25.187Z] [2023-04-21T20:36:25.187Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:36:25.187Z] ---> 51e60588ff2c [2023-04-21T20:36:25.187Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:36:25.187Z] ---> Running in 6716ea718a09 [2023-04-21T20:36:25.769Z] Removing intermediate container 6716ea718a09 [2023-04-21T20:36:25.769Z] ---> d4a93f721a1b [2023-04-21T20:36:25.769Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:36:25.769Z] ---> Running in 4905e00a7ed4 [2023-04-21T20:36:27.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:36:28.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:36:29.696Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-21T20:36:29.696Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:36:29.696Z] OK: 8 MiB in 16 packages [2023-04-21T20:36:31.106Z] Removing intermediate container 4905e00a7ed4 [2023-04-21T20:36:31.106Z] ---> 8c01893fa025 [2023-04-21T20:36:31.106Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:36:32.069Z] ---> 2f3943f222c5 [2023-04-21T20:36:32.069Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:36:33.036Z] ---> dfcfff728c98 [2023-04-21T20:36:33.036Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-21T20:36:34.446Z] ---> 78fb55df2882 [2023-04-21T20:36:34.446Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:36:36.386Z] ---> 8dadceda6df5 [2023-04-21T20:36:36.386Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-21T20:36:37.351Z] ---> 891fc4e3558e [2023-04-21T20:36:37.351Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:36:37.351Z] ---> Running in f00843e842dd [2023-04-21T20:36:39.946Z] Removing intermediate container f00843e842dd [2023-04-21T20:36:39.946Z] ---> 98c8ace0373d [2023-04-21T20:36:39.946Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:36:39.946Z] ---> Running in abecb8bb25ad [2023-04-21T20:36:40.528Z] Removing intermediate container abecb8bb25ad [2023-04-21T20:36:40.528Z] ---> 6ccb1667250c [2023-04-21T20:36:40.528Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:36:40.793Z] ---> Running in b18d788c7b22 [2023-04-21T20:36:41.060Z] Removing intermediate container b18d788c7b22 [2023-04-21T20:36:41.060Z] ---> 4360e02c00c4 [2023-04-21T20:36:41.341Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:36:41.341Z] ---> Running in c37f4dcb4705 [2023-04-21T20:36:41.921Z] Removing intermediate container c37f4dcb4705 [2023-04-21T20:36:41.922Z] ---> 1f512d0c4fac [2023-04-21T20:36:41.922Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:36:41.922Z] ---> Running in ca338ee2bf54 [2023-04-21T20:36:42.502Z] Removing intermediate container ca338ee2bf54 [2023-04-21T20:36:42.502Z] ---> 779f8c2c3062 [2023-04-21T20:36:42.502Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:36:42.502Z] ---> Running in 97c2c94e4fad [2023-04-21T20:36:43.083Z] Removing intermediate container 97c2c94e4fad [2023-04-21T20:36:43.083Z] ---> e749511b9a9d [2023-04-21T20:36:43.083Z] [2023-04-21T20:36:43.350Z] Successfully built e749511b9a9d [2023-04-21T20:36:43.350Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-21T20:37:05.664Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 79ba12b9b91a [2023-04-21T20:37:05.664Z] ---> ca8af7dfca74 [2023-04-21T20:37:05.664Z] [2023-04-21T20:37:05.664Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:37:05.664Z] ---> 51e60588ff2c [2023-04-21T20:37:05.664Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-21T20:37:05.664Z] ---> Running in 0ea517e06efc [2023-04-21T20:37:07.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T20:37:07.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T20:37:09.067Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-21T20:37:09.067Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-21T20:37:09.067Z] Executing busybox-1.35.0-r29.trigger [2023-04-21T20:37:09.067Z] Executing ca-certificates-20220614-r4.trigger [2023-04-21T20:37:09.335Z] OK: 8 MiB in 17 packages [2023-04-21T20:37:10.740Z] Removing intermediate container 0ea517e06efc [2023-04-21T20:37:10.741Z] ---> 12a69c731f5b [2023-04-21T20:37:10.741Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-21T20:37:11.006Z] ---> Running in 86ecf8190c45 [2023-04-21T20:37:11.275Z] Removing intermediate container 86ecf8190c45 [2023-04-21T20:37:11.275Z] ---> 49451686f61c [2023-04-21T20:37:11.275Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-21T20:37:11.275Z] ---> Running in 2f8eaf79da21 [2023-04-21T20:37:11.859Z] Removing intermediate container 2f8eaf79da21 [2023-04-21T20:37:11.859Z] ---> 16e227165f8b [2023-04-21T20:37:11.859Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-21T20:37:11.859Z] ---> Running in 15774bfde214 [2023-04-21T20:37:12.127Z] Removing intermediate container 15774bfde214 [2023-04-21T20:37:12.127Z] ---> 596eb83c785e [2023-04-21T20:37:12.127Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:37:12.713Z] ---> ddebd8f42160 [2023-04-21T20:37:12.713Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:37:13.677Z] ---> 02b491500e20 [2023-04-21T20:37:13.677Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-21T20:37:16.264Z] ---> ff3d3c459fa6 [2023-04-21T20:37:16.264Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:37:16.532Z] ---> cd4768ca866c [2023-04-21T20:37:16.532Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-21T20:37:16.532Z] ---> Running in bdfa76789f8c [2023-04-21T20:37:17.115Z] Removing intermediate container bdfa76789f8c [2023-04-21T20:37:17.115Z] ---> c7f8bac5c638 [2023-04-21T20:37:17.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-21T20:37:17.115Z] ---> Running in 4f0641fbf524 [2023-04-21T20:37:17.382Z] Removing intermediate container 4f0641fbf524 [2023-04-21T20:37:17.382Z] ---> abeb343dbf6e [2023-04-21T20:37:17.382Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:37:17.649Z] ---> Running in f2edd0f297b5 [2023-04-21T20:37:17.915Z] Removing intermediate container f2edd0f297b5 [2023-04-21T20:37:17.915Z] ---> 602e739e5071 [2023-04-21T20:37:17.915Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:37:18.184Z] ---> Running in 5d7b264e06fb [2023-04-21T20:37:18.452Z] Removing intermediate container 5d7b264e06fb [2023-04-21T20:37:18.452Z] ---> 1547479412c4 [2023-04-21T20:37:18.452Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:37:18.721Z] ---> Running in 496b019fa504 [2023-04-21T20:37:18.990Z] Removing intermediate container 496b019fa504 [2023-04-21T20:37:18.990Z] ---> 3e3a3d6342eb [2023-04-21T20:37:18.990Z] [2023-04-21T20:37:19.257Z] Successfully built 3e3a3d6342eb [2023-04-21T20:37:19.257Z] Successfully tagged support-notifications-arm64:latest [2023-04-21T20:37:23.511Z]  Building support-notifications ... done Removing intermediate container 515a31bdc657 [2023-04-21T20:37:23.511Z] ---> ec8c617401f7 [2023-04-21T20:37:23.511Z] [2023-04-21T20:37:23.511Z] Step 10/23 : FROM alpine:3.17 [2023-04-21T20:37:23.511Z] ---> 51e60588ff2c [2023-04-21T20:37:23.511Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-21T20:37:23.511Z] ---> Using cache [2023-04-21T20:37:23.511Z] ---> d4a93f721a1b [2023-04-21T20:37:23.511Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-21T20:37:23.511Z] ---> Using cache [2023-04-21T20:37:23.511Z] ---> 8c01893fa025 [2023-04-21T20:37:23.511Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-21T20:37:23.511Z] ---> Using cache [2023-04-21T20:37:23.511Z] ---> 2f3943f222c5 [2023-04-21T20:37:23.511Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-21T20:37:23.511Z] ---> Using cache [2023-04-21T20:37:23.511Z] ---> dfcfff728c98 [2023-04-21T20:37:23.511Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-21T20:37:24.474Z] ---> 5b14acf5c118 [2023-04-21T20:37:24.474Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-21T20:37:24.742Z] ---> b1c2dca314c7 [2023-04-21T20:37:24.742Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-21T20:37:25.328Z] ---> 9a5f44c3cb78 [2023-04-21T20:37:25.328Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-21T20:37:25.328Z] ---> Running in 9c35ee3ac927 [2023-04-21T20:37:27.272Z] Removing intermediate container 9c35ee3ac927 [2023-04-21T20:37:27.272Z] ---> 2e8d1e4d0d8c [2023-04-21T20:37:27.272Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-21T20:37:27.272Z] ---> Running in 1356e6accec6 [2023-04-21T20:37:27.539Z] Removing intermediate container 1356e6accec6 [2023-04-21T20:37:27.539Z] ---> 0aee6c47550c [2023-04-21T20:37:27.539Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-21T20:37:27.539Z] ---> Running in 02084680dec7 [2023-04-21T20:37:27.806Z] Removing intermediate container 02084680dec7 [2023-04-21T20:37:27.806Z] ---> 9a6c53c26522 [2023-04-21T20:37:27.806Z] Step 21/23 : LABEL arch=arm64 [2023-04-21T20:37:27.806Z] ---> Running in c09b8d6cf18a [2023-04-21T20:37:28.071Z] Removing intermediate container c09b8d6cf18a [2023-04-21T20:37:28.072Z] ---> 32b7254228bd [2023-04-21T20:37:28.072Z] Step 22/23 : LABEL git_sha=2df8ef650b42ae2971b5df67d718bf0a57596ecd [2023-04-21T20:37:28.341Z] ---> Running in 4f9a106f515b [2023-04-21T20:37:28.607Z] Removing intermediate container 4f9a106f515b [2023-04-21T20:37:28.607Z] ---> 9ced219fb617 [2023-04-21T20:37:28.607Z] Step 23/23 : LABEL version=0.0.0 [2023-04-21T20:37:28.607Z] ---> Running in cf832a226d80 [2023-04-21T20:37:28.873Z] Removing intermediate container cf832a226d80 [2023-04-21T20:37:28.873Z] ---> 75ee9e48ac16 [2023-04-21T20:37:28.873Z] [2023-04-21T20:37:29.140Z] Successfully built 75ee9e48ac16 [2023-04-21T20:37:29.140Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-21T20:37:29.418Z]  Building security-proxy-auth ... done  [Pipeline] } [2023-04-21T20:37:29.449Z] $ docker stop --time=1 f3a146a9781591f419e159b53c0a033864dc2a128931b42d5cc61e6823542cd7 [2023-04-21T20:37:31.097Z] $ docker rm -f --volumes f3a146a9781591f419e159b53c0a033864dc2a128931b42d5cc61e6823542cd7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T20:37:31.638Z] + docker images [2023-04-21T20:37:31.906Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-21T20:37:31.906Z] security-proxy-auth-arm64 latest 75ee9e48ac16 3 seconds ago 18.3MB [2023-04-21T20:37:31.906Z] ec8c617401f7 9 seconds ago 1.47GB [2023-04-21T20:37:31.906Z] support-notifications-arm64 latest 3e3a3d6342eb 13 seconds ago 32.2MB [2023-04-21T20:37:31.906Z] ca8af7dfca74 28 seconds ago 1.56GB [2023-04-21T20:37:31.906Z] core-common-config-bootstrapper-arm64 latest e749511b9a9d 49 seconds ago 17.2MB [2023-04-21T20:37:31.906Z] 871c6452a6d2 About a minute ago 1.49GB [2023-04-21T20:37:31.906Z] security-proxy-setup-arm64 latest 7501e4c86c74 About a minute ago 18.7MB [2023-04-21T20:37:31.906Z] 35530aa0eece About a minute ago 1.47GB [2023-04-21T20:37:31.906Z] security-spire-agent-arm64 latest c1c32bac3c22 2 minutes ago 125MB [2023-04-21T20:37:31.906Z] e89f5d046fb3 2 minutes ago 1.35GB [2023-04-21T20:37:31.906Z] support-scheduler-arm64 latest 881edbcb234c 2 minutes ago 31.5MB [2023-04-21T20:37:31.906Z] 284c8b597ce0 3 minutes ago 1.56GB [2023-04-21T20:37:31.906Z] security-secretstore-setup-arm64 latest 4dea8f3808b7 4 minutes ago 32.2MB [2023-04-21T20:37:31.906Z] 1826e1111178 5 minutes ago 1.49GB [2023-04-21T20:37:31.906Z] security-spire-server-arm64 latest 5cd7dd83d4cd 8 minutes ago 87.1MB [2023-04-21T20:37:31.906Z] 31d7d0993b1f 8 minutes ago 1.35GB [2023-04-21T20:37:31.906Z] security-spire-config-arm64 latest 546d6ac638b4 8 minutes ago 86.2MB [2023-04-21T20:37:31.906Z] 4b811b39298c 9 minutes ago 1.35GB [2023-04-21T20:37:31.906Z] security-spiffe-token-provider-arm64 latest 20dacafc065c 11 minutes ago 32.7MB [2023-04-21T20:37:31.906Z] c01a9385cb86 11 minutes ago 1.53GB [2023-04-21T20:37:31.906Z] core-data-arm64 latest c2c7216979b2 12 minutes ago 19.9MB [2023-04-21T20:37:31.906Z] core-metadata-arm64 latest d9810f454e50 12 minutes ago 20.2MB [2023-04-21T20:37:31.906Z] core-command-arm64 latest 4fdd2d9f6969 12 minutes ago 19.7MB [2023-04-21T20:37:31.906Z] e35c8c94fcb2 12 minutes ago 1.5GB [2023-04-21T20:37:31.906Z] 0fa1d19856ce 13 minutes ago 1.5GB [2023-04-21T20:37:31.906Z] 2787df979b2c 13 minutes ago 1.49GB [2023-04-21T20:37:31.906Z] security-bootstrapper-arm64 latest 0448c9938c91 13 minutes ago 21.9MB [2023-04-21T20:37:31.906Z] 1865c5881cee 14 minutes ago 1.48GB [2023-04-21T20:37:31.906Z] ci-base-image-arm64 latest f44d24f46477 35 minutes ago 866MB [2023-04-21T20:37:31.906Z] alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB [2023-04-21T20:37:31.906Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 6 weeks ago 648MB [2023-04-21T20:37:31.906Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:37:32.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T20:37:32.727Z] [2023-04-21T20:37:32.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:37:33.134Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T20:37:33.401Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-21T20:37:33.401Z] 8998bd30e6a1: Pulling fs layer [2023-04-21T20:37:33.401Z] 04944245beec: Pulling fs layer [2023-04-21T20:37:33.401Z] 699f458cf7ca: Pulling fs layer [2023-04-21T20:37:33.401Z] 765212b225bb: Pulling fs layer [2023-04-21T20:37:33.401Z] f23df028b6ca: Pulling fs layer [2023-04-21T20:37:33.401Z] d65c8cfc05b1: Pulling fs layer [2023-04-21T20:37:33.401Z] 765212b225bb: Waiting [2023-04-21T20:37:33.401Z] f23df028b6ca: Waiting [2023-04-21T20:37:33.401Z] 2437ff75d9bd: Pulling fs layer [2023-04-21T20:37:33.401Z] d65c8cfc05b1: Waiting [2023-04-21T20:37:33.401Z] 04944245beec: Verifying Checksum [2023-04-21T20:37:33.401Z] 04944245beec: Download complete [2023-04-21T20:37:33.401Z] 765212b225bb: Verifying Checksum [2023-04-21T20:37:33.401Z] 765212b225bb: Download complete [2023-04-21T20:37:33.669Z] f23df028b6ca: Download complete [2023-04-21T20:37:33.669Z] d65c8cfc05b1: Download complete [2023-04-21T20:37:33.669Z] 699f458cf7ca: Verifying Checksum [2023-04-21T20:37:33.669Z] 699f458cf7ca: Download complete [2023-04-21T20:37:34.257Z] 8998bd30e6a1: Verifying Checksum [2023-04-21T20:37:34.257Z] 8998bd30e6a1: Download complete [2023-04-21T20:37:36.848Z] 2437ff75d9bd: Verifying Checksum [2023-04-21T20:37:36.848Z] 2437ff75d9bd: Download complete [2023-04-21T20:37:38.262Z] 8998bd30e6a1: Pull complete [2023-04-21T20:37:38.847Z] 04944245beec: Pull complete [2023-04-21T20:37:40.260Z] 699f458cf7ca: Pull complete [2023-04-21T20:37:41.669Z] 765212b225bb: Pull complete [2023-04-21T20:37:42.518Z] f23df028b6ca: Pull complete [2023-04-21T20:37:42.518Z] d65c8cfc05b1: Pull complete [2023-04-21T20:37:57.511Z] 2437ff75d9bd: Pull complete [2023-04-21T20:37:57.511Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-21T20:37:57.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T20:37:57.511Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:37:57.826Z] prd-ubuntu20.04-docker-arm64-4c-16g-9317 does not seem to be running inside a container [2023-04-21T20:37:57.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-21T20:38:00.916Z] $ docker top 5c4a32bde3239a71708268967b807223c26fe4c4e37d9f84de39a97c3063fe8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:01.906Z] ---> job-cost.sh [2023-04-21T20:38:01.907Z] lf-activate-venv: SKIPPING [2023-04-21T20:38:01.907Z] INFO: No Stack... [2023-04-21T20:38:02.173Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-21T20:38:03.133Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T20:38:03.480Z] + cut -d, -f6 [2023-04-21T20:38:03.480Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-04-21T20:38:03.838Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] [2023-04-21T20:38:03.844Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] did not exist. Created. [2023-04-21T20:38:03.844Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T20:38:04.578Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-21T20:38:04.771Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T20:38:04.787Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4523-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T20:38:04.870Z] $ docker stop --time=1 5c4a32bde3239a71708268967b807223c26fe4c4e37d9f84de39a97c3063fe8f [2023-04-21T20:38:06.384Z] $ 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 [2023-04-21T20:38:07.422Z] provisioning config files... [2023-04-21T20:38:07.430Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7759195879610893171tmp [Pipeline] { [Pipeline] sh [2023-04-21T20:38:07.765Z] + set +x [2023-04-21T20:38:07.765Z] + curl -s https://codecov.io/bash [2023-04-21T20:38:07.765Z] + bash -s -- [2023-04-21T20:38:07.765Z] [2023-04-21T20:38:07.765Z] _____ _ [2023-04-21T20:38:07.765Z] / ____| | | [2023-04-21T20:38:07.765Z] | | ___ __| | ___ ___ _____ __ [2023-04-21T20:38:07.765Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-21T20:38:07.765Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-21T20:38:07.765Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-21T20:38:07.765Z] Bash-1.0.6 [2023-04-21T20:38:07.765Z] [2023-04-21T20:38:07.765Z] [2023-04-21T20:38:07.765Z] ==> git version 2.25.1 found [2023-04-21T20:38:07.765Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-21T20:38:07.765Z] Release-Date: 2020-01-08 [2023-04-21T20:38:07.765Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-21T20:38:07.765Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-21T20:38:07.765Z] ==> Jenkins CI detected. [2023-04-21T20:38:07.765Z] current dir:  /w/workspace/edgex-go/1 [2023-04-21T20:38:07.765Z] project root: . [2023-04-21T20:38:07.765Z] --> token set from env [2023-04-21T20:38:07.765Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-21T20:38:07.765Z] ==> Running gcov in . (disable via -X gcov) [2023-04-21T20:38:08.026Z] ==> Python coveragepy not found [2023-04-21T20:38:08.026Z] ==> Searching for coverage reports in: [2023-04-21T20:38:08.026Z] + . [2023-04-21T20:38:08.026Z] -> Found 1 reports [2023-04-21T20:38:08.026Z] ==> Detecting git/mercurial file structure [2023-04-21T20:38:08.026Z] ==> Reading reports [2023-04-21T20:38:08.026Z] + ./coverage.out bytes=448248 [2023-04-21T20:38:08.026Z] ==> Appending adjustments [2023-04-21T20:38:08.026Z] https://docs.codecov.io/docs/fixing-reports [2023-04-21T20:38:08.965Z] + Found adjustments [2023-04-21T20:38:08.966Z] ==> Gzipping contents [2023-04-21T20:38:09.225Z] 60K /tmp/codecov.STsdea.gz [2023-04-21T20:38:09.225Z] ==> Uploading reports [2023-04-21T20:38:09.225Z] url: https://codecov.io [2023-04-21T20:38:09.225Z] 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= [2023-04-21T20:38:09.225Z] -> Pinging Codecov [2023-04-21T20:38:09.225Z] 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= [2023-04-21T20:38:09.225Z] -> Uploading to [2023-04-21T20:38:09.225Z] 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 [2023-04-21T20:38:09.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T20:38:09.225Z] Dload Upload Total Spent Left Speed [2023-04-21T20:38:09.484Z] 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 [2023-04-21T20:38:09.484Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2df8ef650b42ae2971b5df67d718bf0a57596ecd [Pipeline] } [2023-04-21T20:38:09.514Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-21T20:38:10.922Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:11.251Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:12.138Z] ---> package-listing.sh [2023-04-21T20:38:12.138Z] ++ facter osfamily [2023-04-21T20:38:12.138Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-21T20:38:12.397Z] + OS_FAMILY=debian [2023-04-21T20:38:12.397Z] + workspace=/w/workspace/edgex-go/1 [2023-04-21T20:38:12.397Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-21T20:38:12.397Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-21T20:38:12.397Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-21T20:38:12.397Z] + PACKAGES=/tmp/packages_start.txt [2023-04-21T20:38:12.397Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-21T20:38:12.397Z] + PACKAGES=/tmp/packages_end.txt [2023-04-21T20:38:12.397Z] + case "${OS_FAMILY}" in [2023-04-21T20:38:12.397Z] + dpkg -l [2023-04-21T20:38:12.397Z] + grep '^ii' [2023-04-21T20:38:12.397Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-21T20:38:12.397Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-21T20:38:12.397Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-21T20:38:12.397Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-21T20:38:12.397Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-21T20:38:12.397Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-21T20:38:12.434Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-21T20:38:12.725Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:38:13.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T20:38:13.360Z] [2023-04-21T20:38:13.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T20:38:13.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T20:38:13.734Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-21T20:38:13.734Z] 5eb5b503b376: Pulling fs layer [2023-04-21T20:38:13.734Z] 5c69ac0246d0: Pulling fs layer [2023-04-21T20:38:13.734Z] ec43610c2a17: Pulling fs layer [2023-04-21T20:38:13.734Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-21T20:38:13.734Z] 33b1e0a273af: Pulling fs layer [2023-04-21T20:38:13.734Z] 3a2ae6a8a46f: Waiting [2023-04-21T20:38:13.734Z] 33b1e0a273af: Waiting [2023-04-21T20:38:13.734Z] 5d3b04190fa2: Pulling fs layer [2023-04-21T20:38:13.734Z] 2f39f015ded8: Pulling fs layer [2023-04-21T20:38:13.734Z] 2f39f015ded8: Waiting [2023-04-21T20:38:13.734Z] 5c69ac0246d0: Verifying Checksum [2023-04-21T20:38:13.734Z] 5c69ac0246d0: Download complete [2023-04-21T20:38:13.734Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-21T20:38:13.734Z] 3a2ae6a8a46f: Download complete [2023-04-21T20:38:13.734Z] ec43610c2a17: Verifying Checksum [2023-04-21T20:38:13.734Z] ec43610c2a17: Download complete [2023-04-21T20:38:13.734Z] 33b1e0a273af: Verifying Checksum [2023-04-21T20:38:13.734Z] 33b1e0a273af: Download complete [2023-04-21T20:38:13.993Z] 5d3b04190fa2: Verifying Checksum [2023-04-21T20:38:13.993Z] 5d3b04190fa2: Download complete [2023-04-21T20:38:13.993Z] 5eb5b503b376: Verifying Checksum [2023-04-21T20:38:13.993Z] 5eb5b503b376: Download complete [2023-04-21T20:38:14.590Z] 2f39f015ded8: Download complete [2023-04-21T20:38:15.170Z] 5eb5b503b376: Pull complete [2023-04-21T20:38:15.170Z] 5c69ac0246d0: Pull complete [2023-04-21T20:38:15.746Z] ec43610c2a17: Pull complete [2023-04-21T20:38:15.746Z] 3a2ae6a8a46f: Pull complete [2023-04-21T20:38:15.746Z] 33b1e0a273af: Pull complete [2023-04-21T20:38:16.004Z] 5d3b04190fa2: Pull complete [2023-04-21T20:38:20.191Z] 2f39f015ded8: Pull complete [2023-04-21T20:38:20.191Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-21T20:38:20.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T20:38:20.191Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T20:38:20.390Z] prd-ubuntu20.04-docker-8c-8g-9314 does not seem to be running inside a container [2023-04-21T20:38:20.442Z] $ 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 [2023-04-21T20:38:24.152Z] $ docker top 6e166664e3fa853e19efd358d84f19146210ca98ac2a1543164376a66282b86f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T20:38:24.539Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-21T20:38:24.846Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-21T20:38:25.162Z] + ls /var/log/sa-host [2023-04-21T20:38:25.162Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T20:38:25.410Z] provisioning config files... [2023-04-21T20:38:25.422Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5552350622349215702tmp [Pipeline] { [Pipeline] echo [2023-04-21T20:38:25.480Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:25.791Z] ---> create-netrc.sh [Pipeline] } [2023-04-21T20:38:25.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:26.233Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-21T20:38:26.267Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:26.582Z] ---> sudo-logs.sh [2023-04-21T20:38:26.582Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-21T20:38:26.667Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:26.981Z] ---> job-cost.sh [2023-04-21T20:38:26.981Z] lf-activate-venv: SKIPPING [2023-04-21T20:38:26.981Z] DEBUG: total: 0.10999999940395355 [2023-04-21T20:38:26.981Z] INFO: Retrieving Stack Cost... [2023-04-21T20:38:27.242Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T20:38:27.812Z] INFO: Archiving Costs [Pipeline] echo [2023-04-21T20:38:27.848Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T20:38:28.162Z] ---> logs-deploy.sh [2023-04-21T20:38:28.163Z] lf-activate-venv: SKIPPING [2023-04-21T20:38:28.163Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4523/1 [2023-04-21T20:38:28.163Z] INFO: archiving workspace using pattern(s): [2023-04-21T20:38:29.103Z] Archives upload complete. [2023-04-21T20:38:29.361Z] INFO: archiving logs to Nexus [2023-04-21T20:38:29.931Z] ---> uname -a: [2023-04-21T20:38:29.931Z] 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 [2023-04-21T20:38:29.931Z] [2023-04-21T20:38:29.931Z] [2023-04-21T20:38:29.931Z] ---> lscpu: [2023-04-21T20:38:29.931Z] Architecture: x86_64 [2023-04-21T20:38:29.931Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-21T20:38:29.931Z] Byte Order: Little Endian [2023-04-21T20:38:29.931Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-21T20:38:29.931Z] CPU(s): 8 [2023-04-21T20:38:29.931Z] On-line CPU(s) list: 0-7 [2023-04-21T20:38:29.931Z] Thread(s) per core: 1 [2023-04-21T20:38:29.931Z] Core(s) per socket: 1 [2023-04-21T20:38:29.931Z] Socket(s): 8 [2023-04-21T20:38:29.931Z] NUMA node(s): 1 [2023-04-21T20:38:29.931Z] Vendor ID: AuthenticAMD [2023-04-21T20:38:29.931Z] CPU family: 23 [2023-04-21T20:38:29.931Z] Model: 49 [2023-04-21T20:38:29.931Z] Model name: AMD EPYC-Rome Processor [2023-04-21T20:38:29.931Z] Stepping: 0 [2023-04-21T20:38:29.931Z] CPU MHz: 2800.000 [2023-04-21T20:38:29.931Z] BogoMIPS: 5600.00 [2023-04-21T20:38:29.931Z] Virtualization: AMD-V [2023-04-21T20:38:29.931Z] Hypervisor vendor: KVM [2023-04-21T20:38:29.931Z] Virtualization type: full [2023-04-21T20:38:29.931Z] L1d cache: 256 KiB [2023-04-21T20:38:29.931Z] L1i cache: 256 KiB [2023-04-21T20:38:29.931Z] L2 cache: 4 MiB [2023-04-21T20:38:29.931Z] L3 cache: 128 MiB [2023-04-21T20:38:29.931Z] NUMA node0 CPU(s): 0-7 [2023-04-21T20:38:29.931Z] Vulnerability Itlb multihit: Not affected [2023-04-21T20:38:29.931Z] Vulnerability L1tf: Not affected [2023-04-21T20:38:29.931Z] Vulnerability Mds: Not affected [2023-04-21T20:38:29.931Z] Vulnerability Meltdown: Not affected [2023-04-21T20:38:29.931Z] Vulnerability Mmio stale data: Not affected [2023-04-21T20:38:29.931Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-21T20:38:29.931Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-21T20:38:29.931Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-21T20:38:29.931Z] Vulnerability Srbds: Not affected [2023-04-21T20:38:29.931Z] Vulnerability Tsx async abort: Not affected [2023-04-21T20:38:29.931Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-21T20:38:29.931Z] [2023-04-21T20:38:29.931Z] [2023-04-21T20:38:29.931Z] ---> nproc: [2023-04-21T20:38:29.931Z] 8 [2023-04-21T20:38:29.931Z] [2023-04-21T20:38:29.931Z] [2023-04-21T20:38:29.931Z] ---> df -h: [2023-04-21T20:38:29.931Z] Filesystem Size Used Avail Use% Mounted on [2023-04-21T20:38:29.931Z] overlay 155G 19G 136G 13% / [2023-04-21T20:38:29.931Z] tmpfs 64M 0 64M 0% /dev [2023-04-21T20:38:29.931Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-21T20:38:29.931Z] shm 64M 0 64M 0% /dev/shm [2023-04-21T20:38:29.931Z] /dev/vda1 155G 19G 136G 13% /facter-os [2023-04-21T20:38:29.931Z] [2023-04-21T20:38:29.931Z]