Pull request #4583 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jumpingliu for edgexfoundry/edgex-go Loading trusted files from base branch main at cc406b27680b88a4cbaad5b59c6f9b2898413f21 rather than 2eabc881b88387875c396fd7a75c800c04742c7a Obtained Jenkinsfile from cc406b27680b88a4cbaad5b59c6f9b2898413f21 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-ssh5751943773169380367.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh14476290452771027233.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-4583/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-4583/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12117771037732652928.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-4583/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18372860330623648271.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh14517476733068735995.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-4583/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-4583/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9007166841066414586.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 4fc256d9079ed2258907e613f84b1b8da264a4bd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-17177’ Running on prd-ubuntu20.04-docker-8c-8g-17179 in /w/workspace/edgexfoundry_edgex-go_PR-4583 [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 Merging remotes/origin/main commit cc406b27680b88a4cbaad5b59c6f9b2898413f21 into PR head commit 2eabc881b88387875c396fd7a75c800c04742c7a Merge succeeded, producing 2eabc881b88387875c396fd7a75c800c04742c7a Checking out Revision 2eabc881b88387875c396fd7a75c800c04742c7a (PR-4583) > 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/4583/head:refs/remotes/origin/PR-4583 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # 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 cc406b27680b88a4cbaad5b59c6f9b2898413f21 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # timeout=10 Commit message: "fix: Replace slack chat with github discussion" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-29T21:51:38.213Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-29T21:51:38.375Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-29T21:51:38.468Z] ========================================================= [2023-05-29T21:51:38.468Z] EdgeX Global Pipelines Version Info [2023-05-29T21:51:38.468Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-29T21:51:39.248Z] ------------------- [2023-05-29T21:51:39.248Z] stable info: [2023-05-29T21:51:39.248Z] ------------------- [2023-05-29T21:51:39.248Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-29T21:51:39.248Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-29T21:51:39.248Z] Message: update stable to v1.0.249 [2023-05-29T21:51:39.819Z] ------------------- [2023-05-29T21:51:39.819Z] experimental info: [2023-05-29T21:51:39.819Z] ------------------- [2023-05-29T21:51:39.819Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-29T21:51:39.819Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-29T21:51:39.819Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-29T21:51:40.110Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-29T21:51:40.150Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-29T21:51:40.193Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-29T21:51:40.237Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-29T21:51:40.279Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-29T21:51:40.321Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-29T21:51:40.367Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-29T21:51:40.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-29T21:51:40.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-29T21:51:40.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-29T21:51:40.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-29T21:51:40.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-29T21:51:40.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-29T21:51:40.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-29T21:51:40.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-29T21:51:40.708Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-29T21:51:40.746Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-29T21:51:40.793Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-29T21:51:40.831Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-29T21:51:40.868Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-29T21:51:40.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-29T21:51:40.949Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-29T21:51:40.988Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-29T21:51:41.023Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4583 [Pipeline] echo [2023-05-29T21:51:41.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4583 [Pipeline] echo [2023-05-29T21:51:41.102Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4583 [Pipeline] echo [2023-05-29T21:51:41.144Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] echo [2023-05-29T21:51:41.184Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2eabc88 [Pipeline] echo [2023-05-29T21:51:41.220Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T21:51:41.328Z] provisioning config files... [2023-05-29T21:51:41.341Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17580992809356944546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T21:51:41.690Z] ---> docker-login.sh [2023-05-29T21:51:41.690Z] nexus3.edgexfoundry.org:10001 [2023-05-29T21:51:41.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:51:41.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:51:41.954Z] Configure a credential helper to remove this warning. See [2023-05-29T21:51:41.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:51:41.954Z] [2023-05-29T21:51:41.954Z] Login Succeeded [2023-05-29T21:51:41.954Z] nexus3.edgexfoundry.org:10002 [2023-05-29T21:51:41.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:51:41.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:51:41.954Z] Configure a credential helper to remove this warning. See [2023-05-29T21:51:41.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:51:41.954Z] [2023-05-29T21:51:41.954Z] Login Succeeded [2023-05-29T21:51:41.954Z] nexus3.edgexfoundry.org:10003 [2023-05-29T21:51:42.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:51:42.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:51:42.215Z] Configure a credential helper to remove this warning. See [2023-05-29T21:51:42.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:51:42.215Z] [2023-05-29T21:51:42.215Z] Login Succeeded [2023-05-29T21:51:42.215Z] nexus3.edgexfoundry.org:10004 [2023-05-29T21:51:42.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:51:42.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:51:42.215Z] Configure a credential helper to remove this warning. See [2023-05-29T21:51:42.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:51:42.215Z] [2023-05-29T21:51:42.215Z] Login Succeeded [2023-05-29T21:51:42.215Z] docker.io [2023-05-29T21:51:42.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:51:42.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:51:42.477Z] Configure a credential helper to remove this warning. See [2023-05-29T21:51:42.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:51:42.477Z] [2023-05-29T21:51:42.477Z] Login Succeeded [2023-05-29T21:51:42.477Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T21:51:42.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-29T21:51:42.932Z] + 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-05-29T21:51:42.932Z] + dirname cmd/core-command/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/core-data/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-29T21:51:42.932Z] + + dirname cmd/core-metadata/Dockerfile [2023-05-29T21:51:42.932Z] cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-29T21:51:42.932Z] + + cut -d/ -f2 [2023-05-29T21:51:42.932Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2023-05-29T21:51:42.932Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/security-spire-config/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/support-notifications/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-29T21:51:42.932Z] + dirname cmd/support-scheduler/Dockerfile [2023-05-29T21:51:42.932Z] + cut -d/ -f2 [2023-05-29T21:51:42.932Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-29T21:51:43.005Z] 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-05-29T21:51:43.507Z] + git rev-list -1 --merges 2eabc881b88387875c396fd7a75c800c04742c7a~1..2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] echo [2023-05-29T21:51:43.543Z] -----------> git rev-list -1 --merges 2eabc881b88387875c396fd7a75c800c04742c7a~1..2eabc881b88387875c396fd7a75c800c04742c7a 2eabc881b88387875c396fd7a75c800c04742c7a [false] [Pipeline] sh [2023-05-29T21:51:43.856Z] + git log --format=format:%s -1 2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] echo [2023-05-29T21:51:43.890Z] ========================================================= [2023-05-29T21:51:43.891Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-29T21:51:43.891Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-29T21:51:44.339Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-29T21:51:44.340Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-29T21:51:44.340Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-29T21:51:44.340Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-29T21:51:44.340Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-29T21:51:44.340Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-29T21:51:44.340Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:51:44.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T21:51:44.752Z] [2023-05-29T21:51:44.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:51:45.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T21:51:45.455Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-29T21:51:45.455Z] b85a868b505f: Pulling fs layer [2023-05-29T21:51:45.455Z] e2be974225ed: Pulling fs layer [2023-05-29T21:51:45.455Z] 339a4e72a1f5: Pulling fs layer [2023-05-29T21:51:45.455Z] 988bab9f4d93: Pulling fs layer [2023-05-29T21:51:45.455Z] 1469e6f7b9e6: Pulling fs layer [2023-05-29T21:51:45.455Z] eaf3925da568: Pulling fs layer [2023-05-29T21:51:45.455Z] bab4dde63d76: Pulling fs layer [2023-05-29T21:51:45.455Z] bde34c3a00c8: Pulling fs layer [2023-05-29T21:51:45.455Z] b352a97aabf1: Pulling fs layer [2023-05-29T21:51:45.455Z] 4872d77fe225: Pulling fs layer [2023-05-29T21:51:45.455Z] 5851b861e8e6: Pulling fs layer [2023-05-29T21:51:45.455Z] bab4dde63d76: Waiting [2023-05-29T21:51:45.455Z] eaf3925da568: Waiting [2023-05-29T21:51:45.455Z] 1469e6f7b9e6: Waiting [2023-05-29T21:51:45.455Z] bde34c3a00c8: Waiting [2023-05-29T21:51:45.455Z] b352a97aabf1: Waiting [2023-05-29T21:51:45.455Z] 5851b861e8e6: Waiting [2023-05-29T21:51:45.455Z] 4872d77fe225: Waiting [2023-05-29T21:51:45.715Z] e2be974225ed: Download complete [2023-05-29T21:51:45.715Z] 988bab9f4d93: Verifying Checksum [2023-05-29T21:51:45.715Z] 988bab9f4d93: Download complete [2023-05-29T21:51:45.715Z] 1469e6f7b9e6: Verifying Checksum [2023-05-29T21:51:45.715Z] 1469e6f7b9e6: Download complete [2023-05-29T21:51:45.715Z] eaf3925da568: Verifying Checksum [2023-05-29T21:51:45.715Z] eaf3925da568: Download complete [2023-05-29T21:51:45.715Z] 339a4e72a1f5: Verifying Checksum [2023-05-29T21:51:45.715Z] 339a4e72a1f5: Download complete [2023-05-29T21:51:45.715Z] bde34c3a00c8: Download complete [2023-05-29T21:51:45.715Z] b352a97aabf1: Download complete [2023-05-29T21:51:45.715Z] 4872d77fe225: Download complete [2023-05-29T21:51:45.715Z] 5851b861e8e6: Verifying Checksum [2023-05-29T21:51:45.716Z] 5851b861e8e6: Download complete [2023-05-29T21:51:45.716Z] b85a868b505f: Download complete [2023-05-29T21:51:46.283Z] bab4dde63d76: Verifying Checksum [2023-05-29T21:51:46.283Z] bab4dde63d76: Download complete [2023-05-29T21:51:47.219Z] b85a868b505f: Pull complete [2023-05-29T21:51:47.219Z] e2be974225ed: Pull complete [2023-05-29T21:51:47.786Z] 339a4e72a1f5: Pull complete [2023-05-29T21:51:47.786Z] 988bab9f4d93: Pull complete [2023-05-29T21:51:48.046Z] 1469e6f7b9e6: Pull complete [2023-05-29T21:51:48.306Z] eaf3925da568: Pull complete [2023-05-29T21:51:50.214Z] bab4dde63d76: Pull complete [2023-05-29T21:51:50.214Z] bde34c3a00c8: Pull complete [2023-05-29T21:51:50.214Z] b352a97aabf1: Pull complete [2023-05-29T21:51:50.474Z] 4872d77fe225: Pull complete [2023-05-29T21:51:50.474Z] 5851b861e8e6: Pull complete [2023-05-29T21:51:50.474Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-29T21:51:50.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-29T21:51:50.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T21:51:50.687Z] prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container [2023-05-29T21:51:50.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-29T21:51:52.852Z] $ docker top 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 -eo pid,comm [2023-05-29T21:51:52.913Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-29T21:51:52.913Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-29T21:51:53.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-29T21:51:53.030Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-29T21:51:53.141Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-29T21:51:53.142Z] $ docker exec 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent [2023-05-29T21:51:53.270Z] SSH_AUTH_SOCK=/tmp/ssh-ihgZ3oDAtWty/agent.32 [2023-05-29T21:51:53.270Z] SSH_AGENT_PID=38 [2023-05-29T21:51:53.275Z] Running ssh-add (command line suppressed) [2023-05-29T21:51:53.383Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7167143507875179281.key (/w/workspace/edgex-go/1@tmp/private_key_7167143507875179281.key) [2023-05-29T21:51:53.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-29T21:51:53.732Z] + git tag --points-at HEAD [Pipeline] } [2023-05-29T21:51:53.756Z] $ docker exec --env ******** --env ******** 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent -k [2023-05-29T21:51:53.864Z] unset SSH_AUTH_SOCK; [2023-05-29T21:51:53.864Z] unset SSH_AGENT_PID; [2023-05-29T21:51:53.864Z] echo Agent pid 38 killed; [2023-05-29T21:51:53.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-29T21:51:53.962Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-29T21:51:53.962Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-29T21:51:54.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-29T21:51:54.078Z] $ docker exec 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent [2023-05-29T21:51:54.200Z] SSH_AUTH_SOCK=/tmp/ssh-3Dzlrsdm8o48/agent.70 [2023-05-29T21:51:54.200Z] SSH_AGENT_PID=77 [2023-05-29T21:51:54.205Z] Running ssh-add (command line suppressed) [2023-05-29T21:51:54.327Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9687098080115065921.key (/w/workspace/edgex-go/1@tmp/private_key_9687098080115065921.key) [2023-05-29T21:51:54.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-29T21:51:54.667Z] + git semver init [2023-05-29T21:51:54.926Z] 2023-05-29 21:51:54,858 [run_init] DEBUG init version:0.0.0 force:False [2023-05-29T21:51:54.926Z] 2023-05-29 21:51:54,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-05-29T21:51:54.926Z] 2023-05-29 21:51:54,860 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-05-29T21:51:54.926Z] 2023-05-29 21:51:54,860 [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-05-29T21:52:00.208Z] 2023-05-29 21:51:59,413 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-05-29T21:52:00.208Z] 2023-05-29 21:51:59,413 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4583 with force:False [2023-05-29T21:52:00.208Z] 2023-05-29 21:51:59,413 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4583 [2023-05-29T21:52:00.208Z] 2023-05-29 21:51:59,418 [execute] INFO git cat-file --batch-check [2023-05-29T21:52:00.208Z] 2023-05-29 21:51:59,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-29T21:52:00.208Z] 2023-05-29 21:51:59,424 [execute] INFO git cat-file --batch [2023-05-29T21:52:00.208Z] 2023-05-29 21:51:59,425 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-29T21:52:00.208Z] 2023-05-29 21:51:59,429 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4583 [2023-05-29T21:52:00.208Z] 0.0.0 [Pipeline] } [2023-05-29T21:52:00.237Z] $ docker exec --env ******** --env ******** 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent -k [2023-05-29T21:52:00.346Z] unset SSH_AUTH_SOCK; [2023-05-29T21:52:00.346Z] unset SSH_AGENT_PID; [2023-05-29T21:52:00.347Z] echo Agent pid 77 killed; [2023-05-29T21:52:00.356Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-29T21:52:00.786Z] + git semver [Pipeline] } [2023-05-29T21:52:01.076Z] $ docker stop --time=1 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 [2023-05-29T21:52:02.393Z] $ docker rm -f --volumes 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T21:52:02.791Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-29T21:52:03.060Z] Stashed 1 file(s) [Pipeline] echo [2023-05-29T21:52:03.077Z] [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-05-29T21:52:03.861Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-29T21:52:03.902Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T21:52:03.937Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T21:52:03.967Z] ========================================================= [2023-05-29T21:52:03.967Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-29T21:52:03.967Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-29T21:52:04.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-29T21:52:04.313Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-29T21:52:04.313Z] f56be85fc22e: Pulling fs layer [2023-05-29T21:52:04.313Z] 85791d961cd3: Pulling fs layer [2023-05-29T21:52:04.313Z] d694b5ae8c79: Pulling fs layer [2023-05-29T21:52:04.313Z] 9f32a84ed3da: Pulling fs layer [2023-05-29T21:52:04.313Z] 4d19c01a9841: Pulling fs layer [2023-05-29T21:52:04.313Z] 9325e15d5711: Pulling fs layer [2023-05-29T21:52:04.313Z] 556b6ee489ea: Pulling fs layer [2023-05-29T21:52:04.313Z] c5a4b2cf53e6: Pulling fs layer [2023-05-29T21:52:04.313Z] 9325e15d5711: Waiting [2023-05-29T21:52:04.313Z] 556b6ee489ea: Waiting [2023-05-29T21:52:04.313Z] c5a4b2cf53e6: Waiting [2023-05-29T21:52:04.313Z] 4d19c01a9841: Waiting [2023-05-29T21:52:04.313Z] 9f32a84ed3da: Waiting [2023-05-29T21:52:04.313Z] 85791d961cd3: Verifying Checksum [2023-05-29T21:52:04.313Z] 85791d961cd3: Download complete [2023-05-29T21:52:04.313Z] 9f32a84ed3da: Verifying Checksum [2023-05-29T21:52:04.313Z] 9f32a84ed3da: Download complete [2023-05-29T21:52:04.313Z] 4d19c01a9841: Verifying Checksum [2023-05-29T21:52:04.313Z] 4d19c01a9841: Download complete [2023-05-29T21:52:04.313Z] f56be85fc22e: Verifying Checksum [2023-05-29T21:52:04.313Z] f56be85fc22e: Download complete [2023-05-29T21:52:04.313Z] 9325e15d5711: Verifying Checksum [2023-05-29T21:52:04.313Z] 9325e15d5711: Download complete [2023-05-29T21:52:04.574Z] f56be85fc22e: Pull complete [2023-05-29T21:52:04.833Z] 85791d961cd3: Pull complete [2023-05-29T21:52:05.091Z] c5a4b2cf53e6: Verifying Checksum [2023-05-29T21:52:05.091Z] c5a4b2cf53e6: Download complete [2023-05-29T21:52:05.091Z] d694b5ae8c79: Verifying Checksum [2023-05-29T21:52:05.091Z] d694b5ae8c79: Download complete [2023-05-29T21:52:05.091Z] 556b6ee489ea: Verifying Checksum [2023-05-29T21:52:05.091Z] 556b6ee489ea: Download complete [2023-05-29T21:52:08.378Z] d694b5ae8c79: Pull complete [2023-05-29T21:52:08.378Z] 9f32a84ed3da: Pull complete [2023-05-29T21:52:08.378Z] 4d19c01a9841: Pull complete [2023-05-29T21:52:08.378Z] 9325e15d5711: Pull complete [2023-05-29T21:52:11.666Z] 556b6ee489ea: Pull complete [2023-05-29T21:52:11.926Z] c5a4b2cf53e6: Pull complete [2023-05-29T21:52:12.188Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-29T21:52:12.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-29T21:52:12.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-29T21:52:12.571Z] + + docker build -t ci-base-image-x86_64 -f - . [2023-05-29T21:52:12.571Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-29T21:52:12.571Z] WORKDIR /edgex [2023-05-29T21:52:12.571Z] COPY go.mod . [2023-05-29T21:52:12.571Z] RUN go mod download [2023-05-29T21:52:13.139Z] Sending build context to Docker daemon 170.8MB [2023-05-29T21:52:13.139Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-29T21:52:13.139Z] ---> c4be618373d6 [2023-05-29T21:52:13.139Z] Step 2/4 : WORKDIR /edgex [2023-05-29T21:52:18.390Z] Still waiting to schedule task [2023-05-29T21:52:18.391Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-17178’ [2023-05-29T21:52:18.420Z] ---> Running in bb155a73ae77 [2023-05-29T21:52:18.420Z] Removing intermediate container bb155a73ae77 [2023-05-29T21:52:18.420Z] ---> 29348d31c6a9 [2023-05-29T21:52:18.420Z] Step 3/4 : COPY go.mod . [2023-05-29T21:52:18.420Z] ---> 74acdb30f7fd [2023-05-29T21:52:18.420Z] Step 4/4 : RUN go mod download [2023-05-29T21:52:18.420Z] ---> Running in 2b372e57b677 [2023-05-29T21:52:30.670Z] Removing intermediate container 2b372e57b677 [2023-05-29T21:52:30.670Z] ---> 33bce29c90e8 [2023-05-29T21:52:30.670Z] Successfully built 33bce29c90e8 [2023-05-29T21:52:30.670Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:52:31.050Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-29T21:52:31.050Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T21:52:31.201Z] prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container [2023-05-29T21:52:31.239Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-29T21:52:31.805Z] $ docker top b8a09a5dc294c7dda3324cd653fec644b50cd99347e119502de85ef8a3b28c33 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T21:52:32.180Z] + go version [2023-05-29T21:52:32.180Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-29T21:52:32.221Z] $ docker stop --time=1 b8a09a5dc294c7dda3324cd653fec644b50cd99347e119502de85ef8a3b28c33 [2023-05-29T21:52:33.491Z] $ docker rm -f --volumes b8a09a5dc294c7dda3324cd653fec644b50cd99347e119502de85ef8a3b28c33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:52:34.179Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-29T21:52:34.179Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T21:52:34.330Z] prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container [2023-05-29T21:52:34.368Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-29T21:52:34.661Z] $ docker top a1a94cfd199b1000829af81b9b9988f84f32f5afc1a14693b58771a903bebe72 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-29T21:52:34.763Z] ========================================================= [2023-05-29T21:52:34.763Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-29T21:52:34.763Z] ========================================================= [Pipeline] sh [2023-05-29T21:52:35.055Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-29T21:52:35.413Z] + make test [2023-05-29T21:52:35.413Z] go test -race -coverprofile=coverage.out ./... [2023-05-29T21:52:41.977Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-29T21:53:00.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-29T21:53:00.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-29T21:53:00.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-29T21:53:00.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-29T21:53:00.065Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-29T21:53:00.324Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-29T21:53:00.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-29T21:53:00.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-29T21:53:00.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-29T21:53:00.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-29T21:53:01.102Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-29T21:53:01.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-29T21:53:01.674Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-29T21:53:01.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-29T21:53:03.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-29T21:53:03.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-29T21:53:03.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements [2023-05-29T21:53:06.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.082s coverage: 98.5% of statements [2023-05-29T21:53:10.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements [2023-05-29T21:53:10.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-29T21:53:10.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-29T21:53:10.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-29T21:53:11.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-29T21:53:11.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-29T21:53:11.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.079s coverage: 54.0% of statements [2023-05-29T21:53:13.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-29T21:53:13.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-29T21:53:13.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-29T21:53:13.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-29T21:53:13.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-29T21:53:14.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-29T21:53:14.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-29T21:53:15.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.684s coverage: 88.5% of statements [2023-05-29T21:53:15.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.072s coverage: 3.8% of statements [2023-05-29T21:53:16.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-29T21:53:16.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-29T21:53:16.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-29T21:53:16.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.372s coverage: 95.6% of statements [2023-05-29T21:53:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-29T21:53:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-29T21:53:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-29T21:53:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-29T21:53:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-29T21:53:16.884Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements [2023-05-29T21:53:18.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-29T21:53:18.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-29T21:53:18.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-29T21:53:18.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 65.9% of statements [2023-05-29T21:53:20.177Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-29T21:53:20.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-29T21:53:20.177Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements [2023-05-29T21:53:20.177Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements [2023-05-29T21:53:20.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 42.9% of statements [2023-05-29T21:53:20.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 82.9% of statements [2023-05-29T21:53:20.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2023-05-29T21:53:20.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements [2023-05-29T21:53:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2023-05-29T21:53:21.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-29T21:53:21.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-29T21:53:21.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-29T21:53:21.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-29T21:53:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-29T21:53:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-29T21:53:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-29T21:53:22.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-29T21:53:23.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-29T21:53:23.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-29T21:53:23.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-29T21:53:23.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-29T21:53:23.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-29T21:53:23.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-29T21:53:23.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-29T21:53:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-29T21:53:25.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-29T21:53:26.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-29T21:53:26.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-29T21:53:27.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-29T21:53:27.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-29T21:53:27.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-29T21:53:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-29T21:53:29.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-29T21:53:29.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-29T21:53:30.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-29T21:53:30.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-29T21:53:30.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-29T21:53:30.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-29T21:53:31.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-29T21:53:31.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-29T21:53:31.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-29T21:53:31.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-29T21:53:31.910Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements [2023-05-29T21:53:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-29T21:53:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-29T21:53:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-29T21:53:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-29T21:53:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-29T21:53:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-29T21:53:34.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-29T21:53:34.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.268s coverage: 79.9% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.076s coverage: 92.9% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 62.3% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 81.8% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 82.1% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.049s coverage: 86.0% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.1% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 38.4% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.122s coverage: 92.3% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 61.5% of statements [2023-05-29T21:53:46.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2023-05-29T21:53:46.688Z] 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-05-29T21:53:46.688Z] running golangci-lint [2023-05-29T21:53:46.688Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-29T21:53:46.688Z] go version go1.20.2 linux/amd64 [2023-05-29T21:53:46.688Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-29T21:53:46.688Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-29T21:54:01.560Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|types_sizes|deps|exports_file|imports|name) took 15.340140584s" [2023-05-29T21:54:01.560Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.967496ms" [2023-05-29T21:54:09.666Z] level=info msg="[linters_context/goanalysis] analyzers took 1m13.209811873s with top 10 stages: buildir: 37.220495006s, gosec: 1.732336579s, inspect: 1.541208371s, fact_deprecated: 1.397550585s, ctrlflow: 1.35286989s, printf: 1.245400053s, S1038: 1.16988555s, fact_purity: 1.037510183s, nilness: 946.141191ms, typedness: 764.368547ms" [2023-05-29T21:54:09.666Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-29T21:54:09.666Z] level=info msg="[runner] Processors filtering stat (out/in): exclude-rules: 23/203, path_prettifier: 203/203, autogenerated_exclude: 203/203, skip_files: 203/203, skip_dirs: 203/203, identifier_marker: 203/203, filename_unadjuster: 203/203, exclude: 203/203, nolint: 0/23, cgo: 203/203" [2023-05-29T21:54:09.667Z] level=info msg="[runner] processing took 14.290289ms with stages: nolint: 7.203512ms, identifier_marker: 3.991806ms, exclude-rules: 1.242265ms, autogenerated_exclude: 812.012µs, path_prettifier: 691.325µs, skip_dirs: 318.027µs, cgo: 17.791µs, filename_unadjuster: 8.42µs, max_same_issues: 1.04µs, uniq_by_line: 641ns, skip_files: 610ns, max_from_linter: 450ns, exclude: 440ns, diff: 390ns, severity-rules: 380ns, path_prefixer: 350ns, source_code: 280ns, sort_results: 240ns, path_shortener: 160ns, max_per_file_from_linter: 150ns" [2023-05-29T21:54:09.667Z] level=info msg="[runner] linters took 8.673317442s with stages: goanalysis_metalinter: 8.658936869s" [2023-05-29T21:54:09.667Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-29T21:54:09.667Z] level=info msg="Memory: 242 samples, avg is 194.3MB, max is 773.4MB" [2023-05-29T21:54:09.667Z] level=info msg="Execution took 24.05827597s" [2023-05-29T21:54:09.667Z] go vet ./... [2023-05-29T21:54:14.946Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-29T21:54:14.946Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-29T21:54:14.946Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-29T21:54:14.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-29T21:54:15.296Z] + ls -al . [2023-05-29T21:54:15.296Z] total 704 [2023-05-29T21:54:15.296Z] drwxrwxr-x 11 1001 1001 4096 May 29 21:52 . [2023-05-29T21:54:15.296Z] drwxr-xr-x 4 root root 4096 May 29 21:52 .. [2023-05-29T21:54:15.296Z] drwxrwxr-x 2 1001 1001 4096 May 29 21:51 .blubracket [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 16 May 29 21:51 .dockerignore [2023-05-29T21:54:15.296Z] drwxrwxr-x 8 1001 1001 4096 May 29 21:52 .git [2023-05-29T21:54:15.296Z] drwxrwxr-x 3 1001 1001 4096 May 29 21:51 .github [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 1133 May 29 21:51 .gitignore [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 42 May 29 21:51 .golangci.yml [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 87 May 29 21:51 .hadolint.yml [2023-05-29T21:54:15.296Z] drwxr-xr-x 3 1001 1001 4096 May 29 21:51 .semver [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 166 May 29 21:51 .sonarcloud.properties [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 1171 May 29 21:51 ADOPTERS.md [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 10835 May 29 21:51 Attribution.txt [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 73765 May 29 21:51 CHANGELOG.md [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 3804 May 29 21:51 CONTRIBUTING.md [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 677 May 29 21:51 GOVERNANCE.md [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 883 May 29 21:51 Jenkinsfile [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 10775 May 29 21:51 LICENSE [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 14368 May 29 21:51 Makefile [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 582 May 29 21:51 OWNERS.md [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 9943 May 29 21:51 README.md [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 789 May 29 21:51 SECURITY.md [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 5 May 29 21:52 VERSION [2023-05-29T21:54:15.296Z] drwxrwxr-x 2 1001 1001 4096 May 29 21:51 bin [2023-05-29T21:54:15.296Z] drwxrwxr-x 18 1001 1001 4096 May 29 21:51 cmd [2023-05-29T21:54:15.296Z] -rw-r--r-- 1 root root 447731 May 29 21:53 coverage.out [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 3159 May 29 21:51 go.mod [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 30958 May 29 21:51 go.sum [2023-05-29T21:54:15.296Z] drwxrwxr-x 7 1001 1001 4096 May 29 21:51 internal [2023-05-29T21:54:15.296Z] drwxrwxr-x 3 1001 1001 4096 May 29 21:51 openapi [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 594 May 29 21:51 security.txt [2023-05-29T21:54:15.296Z] drwxrwxr-x 4 1001 1001 4096 May 29 21:51 snap [2023-05-29T21:54:15.296Z] -rw-rw-r-- 1 1001 1001 204 May 29 21:51 version.go [Pipeline] sh [2023-05-29T21:54:15.605Z] + '[' -e coverage.out ] [2023-05-29T21:54:15.605Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-29T21:54:15.735Z] Stashed 1 file(s) [Pipeline] sh [2023-05-29T21:54:16.036Z] + make build [2023-05-29T21:54:16.036Z] 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-05-29T21:54:28.235Z] 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-05-29T21:54:29.608Z] 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-05-29T21:54:30.540Z] 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-05-29T21:54:31.474Z] 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-05-29T21:54:38.031Z] 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-05-29T21:54:39.407Z] 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-05-29T21:54:40.341Z] 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-05-29T21:54:41.717Z] 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-05-29T21:54:42.653Z] 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-05-29T21:54:43.589Z] 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-05-29T21:54:44.524Z] 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-05-29T21:54:45.927Z] $ docker stop --time=1 a1a94cfd199b1000829af81b9b9988f84f32f5afc1a14693b58771a903bebe72 [2023-05-29T21:54:51.222Z] $ docker rm -f --volumes a1a94cfd199b1000829af81b9b9988f84f32f5afc1a14693b58771a903bebe72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:54:52.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-29T21:54:52.497Z] [2023-05-29T21:54:52.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:54:52.881Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-29T21:54:53.141Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-29T21:54:53.141Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-29T21:54:53.141Z] ca9280d653b3: Pulling fs layer [2023-05-29T21:54:53.141Z] 7e9c9ca2126c: Pulling fs layer [2023-05-29T21:54:53.141Z] cbdbe7a5bc2a: Download complete [2023-05-29T21:54:53.400Z] ca9280d653b3: Verifying Checksum [2023-05-29T21:54:53.400Z] cbdbe7a5bc2a: Pull complete [2023-05-29T21:54:53.656Z] 7e9c9ca2126c: Download complete [2023-05-29T21:54:53.656Z] ca9280d653b3: Pull complete [2023-05-29T21:54:56.935Z] 7e9c9ca2126c: Pull complete [2023-05-29T21:54:56.935Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-29T21:54:56.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-29T21:54:56.935Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T21:54:57.157Z] prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container [2023-05-29T21:54:57.197Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-29T21:54:59.368Z] $ docker top 23b94dca0921d37c74ec967853497baa277fdf510249518dfc90102118ffda96 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T21:54:59.744Z] + docker-compose build --help [2023-05-29T21:54:59.744Z] + grep parallel [2023-05-29T21:55:00.312Z] --parallel Build images in parallel. [Pipeline] } [2023-05-29T21:55:00.351Z] $ docker stop --time=1 23b94dca0921d37c74ec967853497baa277fdf510249518dfc90102118ffda96 [2023-05-29T21:55:01.599Z] $ docker rm -f --volumes 23b94dca0921d37c74ec967853497baa277fdf510249518dfc90102118ffda96 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:55:02.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-29T21:55:02.164Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T21:55:02.317Z] prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container [2023-05-29T21:55:02.350Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-29T21:55:02.692Z] $ docker top 87ad00e997789638c6ca39db3637ec0d9c362dd0e54061bd48e4bc2672b9efa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T21:55:03.085Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-29T21:55:03.654Z] Building core-command ... [2023-05-29T21:55:03.654Z] Building core-common-config-bootstrapper ... [2023-05-29T21:55:03.654Z] Building core-data ... [2023-05-29T21:55:03.654Z] Building core-metadata ... [2023-05-29T21:55:03.654Z] Building security-bootstrapper ... [2023-05-29T21:55:03.654Z] Building security-proxy-auth ... [2023-05-29T21:55:03.654Z] Building security-proxy-setup ... [2023-05-29T21:55:03.654Z] Building security-secretstore-setup ... [2023-05-29T21:55:03.654Z] Building security-spiffe-token-provider ... [2023-05-29T21:55:03.654Z] Building security-spire-agent ... [2023-05-29T21:55:03.654Z] Building security-spire-config ... [2023-05-29T21:55:03.654Z] Building security-spire-server ... [2023-05-29T21:55:03.654Z] Building support-notifications ... [2023-05-29T21:55:03.654Z] Building support-scheduler ... [2023-05-29T21:55:03.654Z] Building security-bootstrapper [2023-05-29T21:55:03.654Z] Building security-spire-server [2023-05-29T21:55:03.654Z] Building security-spire-agent [2023-05-29T21:55:03.654Z] Building core-metadata [2023-05-29T21:55:03.654Z] Building core-command [2023-05-29T21:55:15.859Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:55:15.859Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:55:15.859Z] ---> 33bce29c90e8 [2023-05-29T21:55:15.859Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-29T21:55:15.859Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:55:15.859Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:55:15.859Z] ---> 33bce29c90e8 [2023-05-29T21:55:15.859Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-29T21:55:15.859Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:55:15.859Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:55:15.859Z] ---> 33bce29c90e8 [2023-05-29T21:55:15.859Z] Step 3/27 : WORKDIR /edgex-go [2023-05-29T21:55:15.859Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:55:15.859Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:55:15.859Z] ---> 33bce29c90e8 [2023-05-29T21:55:15.859Z] Step 3/26 : WORKDIR /edgex-go [2023-05-29T21:55:15.859Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:55:15.859Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:55:15.859Z] ---> 33bce29c90e8 [2023-05-29T21:55:15.859Z] Step 3/33 : WORKDIR /edgex-go [2023-05-29T21:55:23.969Z] ---> Running in 47fec534938c [2023-05-29T21:55:23.969Z] ---> Running in 5eb1bdb886dc [2023-05-29T21:55:23.969Z] ---> Running in b88e61cbd268 [2023-05-29T21:55:23.969Z] ---> Running in eed598e7ad96 [2023-05-29T21:55:23.969Z] ---> Running in 08686cd773fe [2023-05-29T21:55:23.969Z] Removing intermediate container eed598e7ad96 [2023-05-29T21:55:23.969Z] ---> cf9ddb74baa4 [2023-05-29T21:55:23.969Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-29T21:55:23.969Z] Removing intermediate container 47fec534938c [2023-05-29T21:55:23.969Z] ---> af1f781e589e [2023-05-29T21:55:23.969Z] Step 4/24 : WORKDIR /edgex-go [2023-05-29T21:55:23.969Z] Removing intermediate container 08686cd773fe [2023-05-29T21:55:23.969Z] ---> 40c1db1df525 [2023-05-29T21:55:23.969Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-29T21:55:23.969Z] ---> Running in 599b220d1e93 [2023-05-29T21:55:23.969Z] Removing intermediate container b88e61cbd268 [2023-05-29T21:55:23.969Z] ---> e4c33d983d4d [2023-05-29T21:55:23.969Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-29T21:55:23.969Z] Removing intermediate container 5eb1bdb886dc [2023-05-29T21:55:23.969Z] ---> f3b1c6c3aa3a [2023-05-29T21:55:23.969Z] Step 4/25 : WORKDIR /edgex-go [2023-05-29T21:55:23.969Z] ---> Running in eb62f7e17de6 [2023-05-29T21:55:23.969Z] ---> Running in 7adc2a4e3b0a [2023-05-29T21:55:23.969Z] ---> Running in 34f5e5949b4d [2023-05-29T21:55:23.969Z] ---> Running in 5d1a87519d96 [2023-05-29T21:55:23.969Z] Removing intermediate container 7adc2a4e3b0a [2023-05-29T21:55:23.969Z] ---> 71a0697a48b5 [2023-05-29T21:55:23.969Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-29T21:55:23.969Z] Removing intermediate container 5d1a87519d96 [2023-05-29T21:55:23.969Z] ---> b16a1ba0f32c [2023-05-29T21:55:23.969Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-29T21:55:23.969Z] ---> Running in 30b91e413874 [2023-05-29T21:55:23.969Z] ---> Running in 4571dcf216ec [2023-05-29T21:55:23.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:23.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:23.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.485Z] OK: 265 MiB in 53 packages [2023-05-29T21:55:24.485Z] OK: 265 MiB in 53 packages [2023-05-29T21:55:24.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:55:24.485Z] OK: 265 MiB in 53 packages [2023-05-29T21:55:24.744Z] OK: 265 MiB in 53 packages [2023-05-29T21:55:24.744Z] OK: 265 MiB in 53 packages [2023-05-29T21:55:24.744Z] Removing intermediate container 599b220d1e93 [2023-05-29T21:55:24.744Z] ---> f91da9c10ccc [2023-05-29T21:55:24.744Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-29T21:55:25.014Z] Removing intermediate container eb62f7e17de6 [2023-05-29T21:55:25.014Z] ---> cfe625b05216 [2023-05-29T21:55:25.014Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-29T21:55:25.014Z] ---> d72014a42104 [2023-05-29T21:55:25.014Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:55:25.014Z] ---> Running in 3c372c6c623e [2023-05-29T21:55:25.014Z] Removing intermediate container 34f5e5949b4d [2023-05-29T21:55:25.014Z] ---> 4c0734049299 [2023-05-29T21:55:25.014Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-29T21:55:25.014Z] Removing intermediate container 30b91e413874 [2023-05-29T21:55:25.014Z] ---> a4917ef6e1c8 [2023-05-29T21:55:25.014Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-29T21:55:25.271Z] ---> 606449692d3b [2023-05-29T21:55:25.271Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:55:25.271Z] Removing intermediate container 4571dcf216ec [2023-05-29T21:55:25.271Z] ---> a7c066acfd09 [2023-05-29T21:55:25.271Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-29T21:55:25.271Z] ---> Running in dc071a87c35a [2023-05-29T21:55:25.271Z] ---> 64c8df0d1e3a [2023-05-29T21:55:25.271Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:55:25.271Z] ---> e3d289ad6f33 [2023-05-29T21:55:25.271Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:55:25.271Z] ---> Running in 2b923a7ce8e7 [2023-05-29T21:55:25.271Z] ---> Running in 79a5473a24fb [2023-05-29T21:55:25.271Z] ---> 46972387ebdc [2023-05-29T21:55:25.271Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:55:25.271Z] ---> Running in c65907b0e8d7 [2023-05-29T21:55:52.279Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17180 in /w/workspace/edgexfoundry_edgex-go_PR-4583 [Pipeline] { [Pipeline] ws [2023-05-29T21:55:52.335Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-05-29T21:55:52.410Z] The recommended git tool is: git [2023-05-29T21:55:57.537Z] using credential edgex-jenkins-ssh [2023-05-29T21:55:57.558Z] Cloning the remote Git repository [2023-05-29T21:55:57.608Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-29T21:55:57.704Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-05-29T21:55:57.841Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-29T21:55:57.842Z] > git --version # timeout=10 [2023-05-29T21:55:57.867Z] > git --version # 'git version 2.25.1' [2023-05-29T21:55:57.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T21:55:58.024Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-29T21:56:13.615Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-29T21:56:13.652Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-29T21:56:14.459Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-29T21:56:14.500Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-29T21:56:14.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T21:56:15.376Z] Merging remotes/origin/main commit cc406b27680b88a4cbaad5b59c6f9b2898413f21 into PR head commit 2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:56:15.773Z] Merge succeeded, producing 2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:56:15.773Z] Checking out Revision 2eabc881b88387875c396fd7a75c800c04742c7a (PR-4583) [2023-05-29T21:56:14.518Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4583/head:refs/remotes/origin/PR-4583 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-29T21:56:15.397Z] > git config core.sparsecheckout # timeout=10 [2023-05-29T21:56:15.470Z] > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # timeout=10 [2023-05-29T21:56:15.679Z] > git remote # timeout=10 [2023-05-29T21:56:15.696Z] > git config --get remote.origin.url # timeout=10 [2023-05-29T21:56:15.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-29T21:56:15.731Z] > git merge cc406b27680b88a4cbaad5b59c6f9b2898413f21 # timeout=10 [2023-05-29T21:56:15.758Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-29T21:56:15.782Z] > git config core.sparsecheckout # timeout=10 [2023-05-29T21:56:15.795Z] > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # timeout=10 [2023-05-29T21:56:19.385Z] Commit message: "fix: Replace slack chat with github discussion" [2023-05-29T21:56:19.438Z] > git --version # timeout=10 [2023-05-29T21:56:19.452Z] > git --version # 'git version 2.25.1' [2023-05-29T21:56:19.467Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-29T21:56:20.600Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-29T21:56:20.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-29T21:56:20.600Z] Dload Upload Total Spent Left Speed [2023-05-29T21:56:20.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh [2023-05-29T21:56:21.310Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-29T21:56:21.511Z] Removing intermediate container c65907b0e8d7 [2023-05-29T21:56:21.511Z] Removing intermediate container 79a5473a24fb [2023-05-29T21:56:21.511Z] ---> 1072ad34ce73 [2023-05-29T21:56:21.511Z] ---> e3e4e2e0d550 [2023-05-29T21:56:21.511Z] Step 8/25 : COPY . .Step 8/24 : COPY . . [2023-05-29T21:56:21.511Z] [2023-05-29T21:56:21.511Z] Removing intermediate container 3c372c6c623e [2023-05-29T21:56:21.511Z] ---> ead2920c0695 [2023-05-29T21:56:21.511Z] Step 7/27 : COPY . . [2023-05-29T21:56:21.511Z] Removing intermediate container 2b923a7ce8e7 [2023-05-29T21:56:21.511Z] ---> c9507dd89f66 [2023-05-29T21:56:21.511Z] Step 7/26 : COPY . . [2023-05-29T21:56:21.511Z] Removing intermediate container dc071a87c35a [2023-05-29T21:56:21.511Z] ---> 27f7355289be [2023-05-29T21:56:21.511Z] Step 7/33 : COPY . . [2023-05-29T21:56:21.653Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-29T21:56:21.653Z] + sudo tee /etc/docker/daemon.new [2023-05-29T21:56:21.653Z] { [2023-05-29T21:56:21.653Z] "registry-mirrors": [ [2023-05-29T21:56:21.653Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-29T21:56:21.653Z] ], [2023-05-29T21:56:21.653Z] "bip": "10.250.0.254/24", [2023-05-29T21:56:21.653Z] "hosts": [ [2023-05-29T21:56:21.653Z] "tcp://0.0.0.0:5555", [2023-05-29T21:56:21.653Z] "unix:///var/run/docker.sock" [2023-05-29T21:56:21.653Z] ], [2023-05-29T21:56:21.653Z] "mtu": 1458, [2023-05-29T21:56:21.653Z] "selinux-enabled": true, [2023-05-29T21:56:21.653Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-29T21:56:21.653Z] } [Pipeline] sh [2023-05-29T21:56:21.996Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-29T21:56:22.340Z] + sudo service docker restart [2023-05-29T21:56:33.714Z] ---> 118b7282714b [2023-05-29T21:56:33.714Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-29T21:56:33.714Z] ---> 644f6fa9f27d [2023-05-29T21:56:33.714Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-29T21:56:33.714Z] ---> 82fabe78cbfa [2023-05-29T21:56:33.714Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-29T21:56:33.714Z] ---> Running in 452d26d4a73a [2023-05-29T21:56:33.714Z] ---> Running in ba8b1297e35b [2023-05-29T21:56:33.714Z] ---> Running in bf664b6ded79 [2023-05-29T21:56:33.714Z] ---> e8e291a805d2 [2023-05-29T21:56:33.714Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-29T21:56:33.714Z] ---> 1e2410da0fe4 [2023-05-29T21:56:33.714Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-29T21:56:33.714Z] ---> Running in 7cc97d2144a5 [2023-05-29T21:56:33.714Z] ---> Running in 6f6632da6d50 [2023-05-29T21:56:33.714Z] Removing intermediate container 452d26d4a73a [2023-05-29T21:56:33.714Z] ---> fc794a3c9ba0 [2023-05-29T21:56:33.714Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-29T21:56:33.715Z] ---> Running in 8b4721c13724 [2023-05-29T21:56:33.715Z] Removing intermediate container 7cc97d2144a5 [2023-05-29T21:56:33.715Z] ---> cfb3ae5d8bbe [2023-05-29T21:56:33.715Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-29T21:56:33.715Z] ---> Running in 3cbe9453c3aa [2023-05-29T21:56:33.715Z] Removing intermediate container 8b4721c13724 [2023-05-29T21:56:33.715Z] ---> c542bc44f47e [2023-05-29T21:56:33.715Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-29T21:56:33.715Z] ---> Running in 40e3c4a45a2e [2023-05-29T21:56:33.715Z] Removing intermediate container 3cbe9453c3aa [2023-05-29T21:56:33.715Z] ---> 5cf413ef2fad [2023-05-29T21:56:33.715Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-29T21:56:33.715Z] ---> Running in da4d232e0ecf [2023-05-29T21:56:33.715Z] Removing intermediate container 40e3c4a45a2e [2023-05-29T21:56:33.715Z] ---> 05a4dca06aac [2023-05-29T21:56:33.715Z] 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-05-29T21:56:33.715Z] ---> Running in d1fedd120afb [2023-05-29T21:56:33.715Z] Removing intermediate container da4d232e0ecf [2023-05-29T21:56:33.715Z] ---> 055abc744b26 [2023-05-29T21:56:33.715Z] 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-05-29T21:56:33.715Z] ---> Running in 1eb574fef53d [2023-05-29T21:56:33.715Z] 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-05-29T21:56:33.715Z] 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-05-29T21:56:33.715Z] 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-05-29T21:56:35.090Z] Removing intermediate container 1eb574fef53d [2023-05-29T21:56:35.090Z] ---> 60f87263a893 [2023-05-29T21:56:35.090Z] Step 12/27 : WORKDIR /edgex-go [2023-05-29T21:56:35.090Z] ---> Running in 5bcc9307e8fa [2023-05-29T21:56:35.090Z] Removing intermediate container d1fedd120afb [2023-05-29T21:56:35.090Z] ---> 5925812e9c8a [2023-05-29T21:56:35.090Z] Step 12/26 : WORKDIR /edgex-go [2023-05-29T21:56:35.090Z] ---> Running in 0c32090f5169 [2023-05-29T21:56:35.348Z] Removing intermediate container 5bcc9307e8fa [2023-05-29T21:56:35.348Z] ---> 9f2a84626206 [2023-05-29T21:56:35.348Z] [2023-05-29T21:56:35.348Z] Step 13/27 : FROM alpine:3.17 [2023-05-29T21:56:35.348Z] Removing intermediate container 0c32090f5169 [2023-05-29T21:56:35.348Z] ---> a06cffc47f60 [2023-05-29T21:56:35.348Z] [2023-05-29T21:56:35.348Z] Step 13/26 : FROM alpine:3.17 [2023-05-29T21:56:35.348Z] 3.17: Pulling from library/alpine [2023-05-29T21:56:35.348Z] 3.17: Pulling from library/alpine [2023-05-29T21:56:35.348Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-29T21:56:35.348Z] Status: Downloaded newer image for alpine:3.17 [2023-05-29T21:56:35.348Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-29T21:56:35.348Z] Status: Image is up to date for alpine:3.17 [2023-05-29T21:56:35.348Z] ---> 9ed4aefc74f6 [2023-05-29T21:56:35.348Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-29T21:56:35.348Z] ---> 9ed4aefc74f6 [2023-05-29T21:56:35.348Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-29T21:56:35.348Z] ---> Running in 6c6527474cc3 [2023-05-29T21:56:35.348Z] ---> Running in b109c36eec1c [2023-05-29T21:56:35.605Z] Removing intermediate container 6c6527474cc3 [2023-05-29T21:56:35.605Z] ---> 4866a788891c [2023-05-29T21:56:35.605Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-29T21:56:35.605Z] ---> Running in 8228e9530069 [2023-05-29T21:56:35.605Z] Removing intermediate container b109c36eec1c [2023-05-29T21:56:35.605Z] ---> bbe9ede65a89 [2023-05-29T21:56:35.605Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-29T21:56:35.605Z] ---> Running in c215f3b1a229 [2023-05-29T21:56:35.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.378Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T21:56:36.378Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T21:56:36.378Z] OK: 17823 distinct packages available [2023-05-29T21:56:36.378Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T21:56:36.378Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T21:56:36.378Z] OK: 17823 distinct packages available [2023-05-29T21:56:36.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:56:36.898Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-29T21:56:36.898Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-29T21:56:36.898Z] (3/5) Installing libucontext (1.2-r0) [2023-05-29T21:56:36.898Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-29T21:56:36.898Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-29T21:56:36.898Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-29T21:56:36.898Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-29T21:56:36.898Z] (3/5) Installing libucontext (1.2-r0) [2023-05-29T21:56:36.898Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-29T21:56:36.898Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-29T21:56:36.898Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:56:36.898Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:56:36.898Z] OK: 8 MiB in 20 packages [2023-05-29T21:56:36.898Z] OK: 8 MiB in 20 packages [2023-05-29T21:56:37.832Z] Removing intermediate container 8228e9530069 [2023-05-29T21:56:37.832Z] ---> 16a7d4a7d79d [2023-05-29T21:56:37.832Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:56:37.832Z] Removing intermediate container c215f3b1a229 [2023-05-29T21:56:37.832Z] ---> 142ba4587a92 [2023-05-29T21:56:37.832Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:56:38.813Z] ---> 72fbddd3d0c2 [2023-05-29T21:56:38.813Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:56:39.072Z] ---> ea6ffb3852d3 [2023-05-29T21:56:39.072Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:56:39.638Z] ---> a69ccc8bdb87 [2023-05-29T21:56:39.638Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-29T21:56:39.638Z] ---> ec21c903f2c6 [2023-05-29T21:56:39.638Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T21:56:40.648Z] provisioning config files... [2023-05-29T21:56:40.674Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10732419250896682297tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T21:56:41.056Z] ---> docker-login.sh [2023-05-29T21:56:41.056Z] nexus3.edgexfoundry.org:10001 [2023-05-29T21:56:41.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:56:41.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:56:41.601Z] Configure a credential helper to remove this warning. See [2023-05-29T21:56:41.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:56:41.601Z] [2023-05-29T21:56:41.601Z] Login Succeeded [2023-05-29T21:56:41.601Z] nexus3.edgexfoundry.org:10002 [2023-05-29T21:56:41.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:56:41.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:56:41.870Z] Configure a credential helper to remove this warning. See [2023-05-29T21:56:41.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:56:41.870Z] [2023-05-29T21:56:41.870Z] Login Succeeded [2023-05-29T21:56:41.870Z] nexus3.edgexfoundry.org:10003 [2023-05-29T21:56:42.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:56:42.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:56:42.407Z] Configure a credential helper to remove this warning. See [2023-05-29T21:56:42.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:56:42.407Z] [2023-05-29T21:56:42.407Z] Login Succeeded [2023-05-29T21:56:42.407Z] nexus3.edgexfoundry.org:10004 [2023-05-29T21:56:42.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:56:42.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:56:42.679Z] Configure a credential helper to remove this warning. See [2023-05-29T21:56:42.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:56:42.679Z] [2023-05-29T21:56:42.679Z] Login Succeeded [2023-05-29T21:56:42.679Z] docker.io [2023-05-29T21:56:42.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-29T21:56:42.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-29T21:56:42.947Z] Configure a credential helper to remove this warning. See [2023-05-29T21:56:42.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-29T21:56:42.947Z] [2023-05-29T21:56:43.216Z] Login Succeeded [2023-05-29T21:56:43.216Z] ---> docker-login.sh ends [Pipeline] } [2023-05-29T21:56:43.245Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-05-29T21:56:43.906Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-29T21:56:43.945Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T21:56:43.980Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-29T21:56:44.012Z] ========================================================= [2023-05-29T21:56:44.013Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-29T21:56:44.013Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-29T21:56:44.390Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-29T21:56:44.390Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-29T21:56:44.390Z] c41833b44d91: Pulling fs layer [2023-05-29T21:56:44.390Z] ed15518f5707: Pulling fs layer [2023-05-29T21:56:44.390Z] feae8fd75edb: Pulling fs layer [2023-05-29T21:56:44.390Z] 242c74f7c9fa: Pulling fs layer [2023-05-29T21:56:44.390Z] 3cdef696dda3: Pulling fs layer [2023-05-29T21:56:44.390Z] 2ced38df9373: Pulling fs layer [2023-05-29T21:56:44.390Z] 58f1dce35555: Pulling fs layer [2023-05-29T21:56:44.390Z] 242c74f7c9fa: Waiting [2023-05-29T21:56:44.390Z] 3cdef696dda3: Waiting [2023-05-29T21:56:44.390Z] 2ced38df9373: Waiting [2023-05-29T21:56:44.661Z] ed15518f5707: Verifying Checksum [2023-05-29T21:56:44.661Z] ed15518f5707: Download complete [2023-05-29T21:56:44.661Z] 242c74f7c9fa: Verifying Checksum [2023-05-29T21:56:44.661Z] 242c74f7c9fa: Download complete [2023-05-29T21:56:44.661Z] 3cdef696dda3: Verifying Checksum [2023-05-29T21:56:44.661Z] 3cdef696dda3: Download complete [2023-05-29T21:56:44.661Z] c41833b44d91: Verifying Checksum [2023-05-29T21:56:44.661Z] c41833b44d91: Download complete [2023-05-29T21:56:45.624Z] c41833b44d91: Pull complete [2023-05-29T21:56:45.893Z] 58f1dce35555: Verifying Checksum [2023-05-29T21:56:45.893Z] 58f1dce35555: Download complete [2023-05-29T21:56:46.167Z] ed15518f5707: Pull complete [2023-05-29T21:56:47.134Z] feae8fd75edb: Verifying Checksum [2023-05-29T21:56:47.134Z] feae8fd75edb: Download complete [2023-05-29T21:56:47.134Z] 2ced38df9373: Verifying Checksum [2023-05-29T21:56:47.134Z] 2ced38df9373: Download complete [2023-05-29T21:56:51.828Z] ---> e23622c04372 [2023-05-29T21:56:51.828Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-29T21:56:51.828Z] ---> 6318f2fa6c85 [2023-05-29T21:56:51.828Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-29T21:56:51.828Z] ---> 65c30a4068b6 [2023-05-29T21:56:51.828Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-29T21:56:51.828Z] ---> 780dc27993d7 [2023-05-29T21:56:51.828Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-29T21:56:51.828Z] ---> d5c24fcab222 [2023-05-29T21:56:51.828Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-29T21:56:51.828Z] ---> Running in c74979c54934 [2023-05-29T21:56:52.134Z] ---> 00d663fb77d4 [2023-05-29T21:56:52.134Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-29T21:56:52.393Z] Removing intermediate container c74979c54934 [2023-05-29T21:56:52.393Z] ---> 87eadab9246d [2023-05-29T21:56:52.393Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-29T21:56:52.393Z] ---> Running in 24e1e6391d2d [2023-05-29T21:56:53.001Z] ---> 486176fe7e72 [2023-05-29T21:56:53.001Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-29T21:56:53.001Z] Removing intermediate container 24e1e6391d2d [2023-05-29T21:56:53.001Z] ---> b284d403a777 [2023-05-29T21:56:53.001Z] Step 24/26 : LABEL arch=x86_64 [2023-05-29T21:56:53.001Z] ---> Running in 4815948ff08f [2023-05-29T21:56:53.260Z] ---> 7d5c406a8603 [2023-05-29T21:56:53.260Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-29T21:56:53.260Z] Removing intermediate container 4815948ff08f [2023-05-29T21:56:53.260Z] ---> e673085569c7 [2023-05-29T21:56:53.260Z] Step 25/26 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:56:53.260Z] ---> Running in e7bd8c75a134 [2023-05-29T21:56:53.517Z] Removing intermediate container e7bd8c75a134 [2023-05-29T21:56:53.517Z] ---> 02ff7d28bd91 [2023-05-29T21:56:53.517Z] Step 26/26 : LABEL version=0.0.0 [2023-05-29T21:56:53.517Z] ---> Running in 79dbc1a5051c [2023-05-29T21:56:53.517Z] ---> 697ef441cbf2 [2023-05-29T21:56:53.517Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-29T21:56:53.775Z] ---> Running in 6a9280898367 [2023-05-29T21:56:53.775Z] Removing intermediate container 79dbc1a5051c [2023-05-29T21:56:53.775Z] ---> bc8d61ffba18 [2023-05-29T21:56:53.775Z] [2023-05-29T21:56:53.775Z] Successfully built bc8d61ffba18 [2023-05-29T21:56:53.775Z] Successfully tagged security-spire-server:latest [2023-05-29T21:56:53.775Z]  Building security-spire-server ... done Building support-scheduler [2023-05-29T21:56:53.775Z] Removing intermediate container 6a9280898367 [2023-05-29T21:56:53.775Z] ---> d94b1080fa56 [2023-05-29T21:56:53.775Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-29T21:56:53.775Z] ---> Running in f572f23ab64c [2023-05-29T21:56:55.681Z] Removing intermediate container f572f23ab64c [2023-05-29T21:56:55.681Z] ---> 3793cbe66ce3 [2023-05-29T21:56:55.681Z] Step 25/27 : LABEL arch=x86_64 [2023-05-29T21:56:56.648Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:56:56.648Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:56:56.648Z] ---> 33bce29c90e8 [2023-05-29T21:56:56.648Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T21:56:56.648Z] ---> Using cache [2023-05-29T21:56:56.648Z] ---> f3b1c6c3aa3a [2023-05-29T21:56:56.648Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T21:56:56.649Z] ---> Using cache [2023-05-29T21:56:56.649Z] ---> b16a1ba0f32c [2023-05-29T21:56:56.649Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T21:56:56.649Z] ---> Using cache [2023-05-29T21:56:56.649Z] ---> a7c066acfd09 [2023-05-29T21:56:56.649Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T21:56:56.649Z] ---> Using cache [2023-05-29T21:56:56.649Z] ---> 46972387ebdc [2023-05-29T21:56:56.649Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:56:56.649Z] ---> Using cache [2023-05-29T21:56:56.649Z] ---> 1072ad34ce73 [2023-05-29T21:56:56.649Z] Step 8/23 : COPY . . [2023-05-29T21:56:56.649Z] ---> Using cache [2023-05-29T21:56:56.649Z] ---> 1e2410da0fe4 [2023-05-29T21:56:56.649Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-29T21:56:57.241Z] feae8fd75edb: Pull complete [2023-05-29T21:56:57.241Z] 242c74f7c9fa: Pull complete [2023-05-29T21:56:57.513Z] 3cdef696dda3: Pull complete [2023-05-29T21:56:59.980Z] ---> Running in 48ca810beead [2023-05-29T21:56:59.980Z] ---> Running in 7249e26af8b9 [2023-05-29T21:57:00.697Z] Removing intermediate container 48ca810beead [2023-05-29T21:57:00.697Z] ---> 2ad1bad78a37 [2023-05-29T21:57:00.697Z] Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:57:00.697Z] ---> Running in be49e7ed001e [2023-05-29T21:57:00.697Z] Removing intermediate container be49e7ed001e [2023-05-29T21:57:00.697Z] ---> f0234a21bab8 [2023-05-29T21:57:00.697Z] Step 27/27 : LABEL version=0.0.0 [2023-05-29T21:57:00.697Z] ---> Running in d0f637af5d4e [2023-05-29T21:57:00.971Z] Removing intermediate container d0f637af5d4e [2023-05-29T21:57:00.971Z] ---> 96c3fa79b0a0 [2023-05-29T21:57:00.971Z] [2023-05-29T21:57:00.971Z] 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-05-29T21:57:00.971Z] Successfully built 96c3fa79b0a0 [2023-05-29T21:57:00.971Z] Successfully tagged security-spire-agent:latest [2023-05-29T21:57:00.971Z]  Building security-spire-agent ... done Building support-notifications [2023-05-29T21:57:04.182Z] 2ced38df9373: Pull complete [2023-05-29T21:57:06.131Z] 58f1dce35555: Pull complete [2023-05-29T21:57:06.131Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-29T21:57:06.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-29T21:57:06.132Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-29T21:57:06.419Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:57:06.419Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:57:06.419Z] ---> 33bce29c90e8 [2023-05-29T21:57:06.419Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T21:57:06.419Z] ---> Using cache [2023-05-29T21:57:06.419Z] ---> f3b1c6c3aa3a [2023-05-29T21:57:06.419Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T21:57:06.419Z] ---> Using cache [2023-05-29T21:57:06.419Z] ---> b16a1ba0f32c [2023-05-29T21:57:06.419Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-29T21:57:06.528Z] + docker build -t ci-base-image-arm64 -f - . [2023-05-29T21:57:06.528Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-29T21:57:06.528Z] WORKDIR /edgex [2023-05-29T21:57:06.528Z] COPY go.mod . [2023-05-29T21:57:06.528Z] RUN go mod download [2023-05-29T21:57:07.116Z] Sending build context to Docker daemon 2.928MB [2023-05-29T21:57:07.117Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-29T21:57:07.117Z] ---> fadd8f120f05 [2023-05-29T21:57:07.117Z] Step 2/4 : WORKDIR /edgex [2023-05-29T21:57:09.066Z] ---> Running in 13d099209c18 [2023-05-29T21:57:09.336Z] Removing intermediate container 13d099209c18 [2023-05-29T21:57:09.336Z] ---> 5d8bd864e24e [2023-05-29T21:57:09.336Z] Step 3/4 : COPY go.mod . [2023-05-29T21:57:09.927Z] ---> 33ab0a657005 [2023-05-29T21:57:09.927Z] Step 4/4 : RUN go mod download [2023-05-29T21:57:09.927Z] ---> Running in 16419350fe5a [2023-05-29T21:57:14.528Z] ---> Running in df21d2c2a680 [2023-05-29T21:57:14.528Z] Removing intermediate container bf664b6ded79 [2023-05-29T21:57:14.528Z] ---> a8edfe87eadd [2023-05-29T21:57:14.528Z] [2023-05-29T21:57:14.528Z] Step 10/24 : FROM alpine:3.17 [2023-05-29T21:57:14.528Z] ---> 9ed4aefc74f6 [2023-05-29T21:57:14.528Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-29T21:57:14.528Z] Removing intermediate container 6f6632da6d50 [2023-05-29T21:57:14.528Z] ---> fcbb6fc9d27d [2023-05-29T21:57:14.528Z] [2023-05-29T21:57:14.528Z] Step 10/25 : FROM alpine:3.17 [2023-05-29T21:57:14.528Z] ---> 9ed4aefc74f6 [2023-05-29T21:57:14.528Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-29T21:57:14.528Z] Removing intermediate container ba8b1297e35b [2023-05-29T21:57:14.528Z] ---> 11c2ead7b085 [2023-05-29T21:57:14.528Z] [2023-05-29T21:57:14.528Z] Step 9/33 : FROM alpine:3.17 [2023-05-29T21:57:14.528Z] ---> 9ed4aefc74f6 [2023-05-29T21:57:14.528Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-29T21:57:14.528Z] ---> Running in 3ba2aac0ff2e [2023-05-29T21:57:14.528Z] ---> Running in d420c3bdf016 [2023-05-29T21:57:14.528Z] ---> Running in 2822ad5e9557 [2023-05-29T21:57:14.528Z] Removing intermediate container 3ba2aac0ff2e [2023-05-29T21:57:14.528Z] ---> 317c58942a75 [2023-05-29T21:57:14.528Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-29T21:57:14.528Z] ---> Running in 729f2ae75f4d [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] OK: 265 MiB in 53 packages [2023-05-29T21:57:14.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:14.528Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T21:57:14.528Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:57:14.528Z] OK: 7 MiB in 16 packages [2023-05-29T21:57:14.528Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T21:57:14.528Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:57:14.528Z] OK: 7 MiB in 16 packages [2023-05-29T21:57:14.528Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-29T21:57:14.528Z] (2/2) Installing su-exec (0.2-r2) [2023-05-29T21:57:14.528Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:57:14.528Z] OK: 7 MiB in 17 packages [2023-05-29T21:57:14.528Z] Removing intermediate container df21d2c2a680 [2023-05-29T21:57:14.528Z] ---> 8a38d96a31d7 [2023-05-29T21:57:14.528Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T21:57:14.528Z] ---> bf4def635011 [2023-05-29T21:57:14.528Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:57:14.528Z] ---> Running in 120e5cdb0840 [2023-05-29T21:57:14.802Z] Removing intermediate container d420c3bdf016 [2023-05-29T21:57:14.802Z] ---> ebc0a99f63d9 [2023-05-29T21:57:14.802Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T21:57:14.802Z] ---> Running in beeaf7b1fed1 [2023-05-29T21:57:15.059Z] Removing intermediate container 2822ad5e9557 [2023-05-29T21:57:15.059Z] ---> fa96e5e08e5b [2023-05-29T21:57:15.059Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T21:57:15.059Z] Removing intermediate container 729f2ae75f4d [2023-05-29T21:57:15.059Z] ---> bc1652907c1e [2023-05-29T21:57:15.059Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-29T21:57:15.059Z] Removing intermediate container beeaf7b1fed1 [2023-05-29T21:57:15.059Z] ---> 19e99abf39b3 [2023-05-29T21:57:15.059Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-29T21:57:15.059Z] ---> Running in 491148b2673e [2023-05-29T21:57:15.059Z] ---> Running in 22d0567b0451 [2023-05-29T21:57:15.059Z] ---> Running in afc9492d6a35 [2023-05-29T21:57:15.316Z] Removing intermediate container 491148b2673e [2023-05-29T21:57:15.316Z] ---> 23c651b5be72 [2023-05-29T21:57:15.316Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-29T21:57:15.316Z] Removing intermediate container afc9492d6a35 [2023-05-29T21:57:15.316Z] ---> d2239b850cc9 [2023-05-29T21:57:15.316Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-29T21:57:15.316Z] ---> Running in 268cbecdda95 [2023-05-29T21:57:15.316Z] Removing intermediate container 22d0567b0451 [2023-05-29T21:57:15.316Z] ---> 2942f1154640 [2023-05-29T21:57:15.316Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-29T21:57:15.316Z] ---> Running in 2aab3c15a17e [2023-05-29T21:57:15.316Z] ---> Running in e3c45eac4664 [2023-05-29T21:57:15.576Z] Removing intermediate container 268cbecdda95 [2023-05-29T21:57:15.576Z] ---> 71237edb8347 [2023-05-29T21:57:15.576Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-29T21:57:15.576Z] Removing intermediate container 2aab3c15a17e [2023-05-29T21:57:15.576Z] ---> 90493b622ff4 [2023-05-29T21:57:15.576Z] Step 15/25 : WORKDIR / [2023-05-29T21:57:15.576Z] Removing intermediate container e3c45eac4664 [2023-05-29T21:57:15.576Z] ---> 8725987f481c [2023-05-29T21:57:15.576Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-29T21:57:15.576Z] ---> Running in f30e4b07ab8b [2023-05-29T21:57:15.576Z] ---> Running in f39705e0e28a [2023-05-29T21:57:15.576Z] ---> Running in d459d12eb858 [2023-05-29T21:57:15.833Z] Removing intermediate container d459d12eb858 [2023-05-29T21:57:15.833Z] ---> 5c9f467fd237 [2023-05-29T21:57:15.833Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-29T21:57:15.833Z] Removing intermediate container f30e4b07ab8b [2023-05-29T21:57:15.833Z] ---> 7328f5521a01 [2023-05-29T21:57:15.833Z] Step 15/24 : WORKDIR / [2023-05-29T21:57:15.833Z] Removing intermediate container f39705e0e28a [2023-05-29T21:57:15.833Z] ---> 44b069030f27 [2023-05-29T21:57:15.833Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:57:15.833Z] ---> Running in 1066547bc005 [2023-05-29T21:57:15.833Z] ---> Running in 630e84057adc [2023-05-29T21:57:16.095Z] Removing intermediate container 1066547bc005 [2023-05-29T21:57:16.095Z] ---> bbcd88a59b21 [2023-05-29T21:57:16.095Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-29T21:57:16.095Z] Removing intermediate container 630e84057adc [2023-05-29T21:57:16.095Z] ---> 1f2f28aed02f [2023-05-29T21:57:16.095Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:57:16.095Z] ---> Running in 4f03986eb5eb [2023-05-29T21:57:16.095Z] ---> 5c0a8f73f0ff [2023-05-29T21:57:16.095Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:57:16.095Z] ---> 7811e28129e9 [2023-05-29T21:57:16.095Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:57:16.352Z] ---> 7bb07c63cef6 [2023-05-29T21:57:16.352Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-29T21:57:16.352Z] ---> ea980d239feb [2023-05-29T21:57:16.352Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-29T21:57:17.746Z] ---> c4e8338be080 [2023-05-29T21:57:17.746Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:57:17.746Z] ---> 0555c5741b3d [2023-05-29T21:57:17.746Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:57:17.746Z] Removing intermediate container 4f03986eb5eb [2023-05-29T21:57:17.746Z] ---> 698354a203e4 [2023-05-29T21:57:17.746Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-29T21:57:17.746Z] ---> Running in 067ce02ed15c [2023-05-29T21:57:18.005Z] ---> 92cfadb37fbf [2023-05-29T21:57:18.005Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-29T21:57:18.005Z] Removing intermediate container 067ce02ed15c [2023-05-29T21:57:18.005Z] ---> b1fd1da010d7 [2023-05-29T21:57:18.005Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-29T21:57:18.005Z] ---> 6351696ccd21 [2023-05-29T21:57:18.005Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-29T21:57:18.357Z] ---> Running in a6d2a70d7cbc [2023-05-29T21:57:18.615Z] Removing intermediate container a6d2a70d7cbc [2023-05-29T21:57:18.615Z] ---> 12a7a91e2d23 [2023-05-29T21:57:18.615Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T21:57:19.180Z] ---> cc23475f2e8c [2023-05-29T21:57:19.180Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-29T21:57:19.438Z] ---> Running in d093acae84dc [2023-05-29T21:57:19.438Z] ---> db05e0daffc8 [2023-05-29T21:57:19.438Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-29T21:57:19.438Z] ---> Running in 47ef073dd4da [2023-05-29T21:57:19.703Z] ---> Running in 2228ddc1fa0b [2023-05-29T21:57:19.703Z] Removing intermediate container d093acae84dc [2023-05-29T21:57:19.703Z] ---> 0215f5a91a02 [2023-05-29T21:57:19.703Z] Step 22/24 : LABEL arch=x86_64 [2023-05-29T21:57:19.703Z] Removing intermediate container 47ef073dd4da [2023-05-29T21:57:19.703Z] ---> 1cf806265e56 [2023-05-29T21:57:19.703Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T21:57:19.703Z] ---> Running in 097e5f060bf8 [2023-05-29T21:57:19.703Z] ---> Running in 9dc9e16ed0c0 [2023-05-29T21:57:20.277Z] Removing intermediate container 9dc9e16ed0c0 [2023-05-29T21:57:20.277Z] ---> fd4274f973c9 [2023-05-29T21:57:20.277Z] Step 23/25 : LABEL arch=x86_64 [2023-05-29T21:57:20.277Z] Removing intermediate container 097e5f060bf8 [2023-05-29T21:57:20.277Z] ---> c89154b4b4c1 [2023-05-29T21:57:20.277Z] Step 23/24 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:57:20.538Z] ---> Running in 22411ad25165 [2023-05-29T21:57:20.538Z] ---> Running in bbf8aa078f15 [2023-05-29T21:57:22.473Z] Removing intermediate container 22411ad25165 [2023-05-29T21:57:22.473Z] ---> 10d21ccbcf02 [2023-05-29T21:57:22.473Z] Step 24/24 : LABEL version=0.0.0 [2023-05-29T21:57:22.732Z] Removing intermediate container bbf8aa078f15 [2023-05-29T21:57:22.732Z] ---> dcf2cd2cf29d [2023-05-29T21:57:22.732Z] Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:57:23.308Z] ---> Running in 2d2fc13dee35 [2023-05-29T21:57:23.567Z] ---> Running in 7cf05b6c513a [2023-05-29T21:57:23.567Z] Removing intermediate container 2228ddc1fa0b [2023-05-29T21:57:23.567Z] ---> 0cf54bb79681 [2023-05-29T21:57:23.567Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:57:23.838Z] Removing intermediate container 2d2fc13dee35 [2023-05-29T21:57:23.838Z] ---> ff2738b9f90f [2023-05-29T21:57:23.838Z] [2023-05-29T21:57:24.096Z] Removing intermediate container 7cf05b6c513a [2023-05-29T21:57:24.096Z] ---> 72eea7d6e9ac [2023-05-29T21:57:24.096Z] Step 25/25 : LABEL version=0.0.0 [2023-05-29T21:57:24.096Z] Successfully built ff2738b9f90f [2023-05-29T21:57:25.045Z] Successfully tagged core-command:latest [2023-05-29T21:57:25.303Z]  Building core-command ... done Building core-data [2023-05-29T21:57:27.256Z] ---> Running in 4f734db8fe28 [2023-05-29T21:57:28.635Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:57:28.635Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:57:28.635Z] ---> 33bce29c90e8 [2023-05-29T21:57:28.635Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T21:57:28.635Z] ---> Using cache [2023-05-29T21:57:28.635Z] ---> f3b1c6c3aa3a [2023-05-29T21:57:28.635Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T21:57:28.635Z] ---> Using cache [2023-05-29T21:57:28.635Z] ---> b16a1ba0f32c [2023-05-29T21:57:28.635Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T21:57:28.635Z] ---> Using cache [2023-05-29T21:57:28.635Z] ---> a7c066acfd09 [2023-05-29T21:57:28.635Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T21:57:28.635Z] ---> Using cache [2023-05-29T21:57:28.635Z] ---> 46972387ebdc [2023-05-29T21:57:28.635Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:57:28.635Z] ---> Using cache [2023-05-29T21:57:28.635Z] ---> 1072ad34ce73 [2023-05-29T21:57:28.635Z] Step 8/23 : COPY . . [2023-05-29T21:57:28.635Z] ---> Using cache [2023-05-29T21:57:28.635Z] ---> 1e2410da0fe4 [2023-05-29T21:57:28.635Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-29T21:57:31.182Z] ---> 1daf61e0d38f [2023-05-29T21:57:31.182Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:57:31.182Z] ---> Running in 3d584d0b0a8b [2023-05-29T21:57:31.182Z] Removing intermediate container 4f734db8fe28 [2023-05-29T21:57:31.182Z] ---> 0d17b10e5366 [2023-05-29T21:57:31.182Z] [2023-05-29T21:57:31.182Z] Successfully built 0d17b10e5366 [2023-05-29T21:57:31.182Z] Successfully tagged core-metadata:latest [2023-05-29T21:57:31.182Z] Building security-spire-config [2023-05-29T21:57:31.182Z]  Building core-metadata ... done Removing intermediate container 7249e26af8b9 [2023-05-29T21:57:31.182Z] ---> 1e5e722347a4 [2023-05-29T21:57:31.182Z] [2023-05-29T21:57:31.182Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T21:57:31.182Z] ---> 9ed4aefc74f6 [2023-05-29T21:57:31.182Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T21:57:31.182Z] ---> Using cache [2023-05-29T21:57:31.182Z] ---> fa96e5e08e5b [2023-05-29T21:57:31.182Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T21:57:31.182Z] ---> Using cache [2023-05-29T21:57:31.182Z] ---> 23c651b5be72 [2023-05-29T21:57:31.182Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-29T21:57:32.116Z] 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-05-29T21:57:35.395Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:57:35.395Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:57:35.396Z] ---> 33bce29c90e8 [2023-05-29T21:57:35.396Z] Step 3/27 : WORKDIR /edgex-go [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> e4c33d983d4d [2023-05-29T21:57:35.396Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> 4c0734049299 [2023-05-29T21:57:35.396Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> 64c8df0d1e3a [2023-05-29T21:57:35.396Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> c9507dd89f66 [2023-05-29T21:57:35.396Z] Step 7/27 : COPY . . [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> 118b7282714b [2023-05-29T21:57:35.396Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> fc794a3c9ba0 [2023-05-29T21:57:35.396Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> c542bc44f47e [2023-05-29T21:57:35.396Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-29T21:57:35.396Z] ---> Using cache [2023-05-29T21:57:35.396Z] ---> 05a4dca06aac [2023-05-29T21:57:35.396Z] 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-05-29T21:57:35.960Z] ---> Running in 2fd0ee0f1825 [2023-05-29T21:57:40.142Z] ---> d592be574188 [2023-05-29T21:57:40.142Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-29T21:57:40.142Z] ---> Running in 85abbfb67241 [2023-05-29T21:57:40.142Z] Removing intermediate container 2fd0ee0f1825 [2023-05-29T21:57:40.142Z] ---> a382bb101998 [2023-05-29T21:57:40.142Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-29T21:57:40.406Z] ---> Running in ec2dc4c79e52 [2023-05-29T21:57:40.972Z] Removing intermediate container 120e5cdb0840 [2023-05-29T21:57:40.972Z] ---> 5afe0956499e [2023-05-29T21:57:40.972Z] Step 8/23 : COPY . . [2023-05-29T21:57:42.184Z] Removing intermediate container 16419350fe5a [2023-05-29T21:57:42.184Z] ---> 42f30f978978 [2023-05-29T21:57:42.184Z] Successfully built 42f30f978978 [2023-05-29T21:57:42.184Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:57:42.590Z] + docker inspect -f . ci-base-image-arm64 [2023-05-29T21:57:42.590Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T21:57:42.870Z] prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container [2023-05-29T21:57:42.939Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-29T21:57:44.138Z] $ docker top 1b31cfc953a6f5d38d6a68c4c1618b6bdaa011f35ad6d9c0c14714a75bd14623 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T21:57:45.034Z] + go version [2023-05-29T21:57:45.034Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-29T21:57:45.072Z] $ docker stop --time=1 1b31cfc953a6f5d38d6a68c4c1618b6bdaa011f35ad6d9c0c14714a75bd14623 [2023-05-29T21:57:46.231Z] Removing intermediate container ec2dc4c79e52 [2023-05-29T21:57:46.231Z] ---> 27e412a77d18 [2023-05-29T21:57:46.231Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:57:46.231Z] ---> 2c03c68cce4b [2023-05-29T21:57:46.231Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-29T21:57:46.231Z] ---> 49855deaff92 [2023-05-29T21:57:46.231Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-29T21:57:46.231Z] ---> Running in 91bbfc1c4fe1 [2023-05-29T21:57:46.231Z] Removing intermediate container 85abbfb67241 [2023-05-29T21:57:46.231Z] ---> 8cbd26ea4438 [2023-05-29T21:57:46.231Z] Step 12/27 : WORKDIR /edgex-go [2023-05-29T21:57:46.231Z] ---> 9b9916ad2338 [2023-05-29T21:57:46.231Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:57:46.231Z] ---> Running in 4b13a599205e [2023-05-29T21:57:46.231Z] ---> 0e1ad70f7248 [2023-05-29T21:57:46.231Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-29T21:57:46.231Z] Removing intermediate container 4b13a599205e [2023-05-29T21:57:46.231Z] ---> 1573c57c8ef4 [2023-05-29T21:57:46.231Z] [2023-05-29T21:57:46.231Z] Step 13/27 : FROM alpine:3.17 [2023-05-29T21:57:46.231Z] ---> 9ed4aefc74f6 [2023-05-29T21:57:46.231Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-29T21:57:46.231Z] ---> Using cache [2023-05-29T21:57:46.231Z] ---> bbe9ede65a89 [2023-05-29T21:57:46.231Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-29T21:57:46.231Z] ---> 1a113193e01b [2023-05-29T21:57:46.231Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-29T21:57:46.231Z] ---> Running in 607bd3f81154 [2023-05-29T21:57:46.231Z] ---> 53daa19efe9a [2023-05-29T21:57:46.231Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-29T21:57:46.231Z] 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-05-29T21:57:46.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:46.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:47.055Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T21:57:47.055Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T21:57:47.055Z] OK: 17823 distinct packages available [2023-05-29T21:57:47.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:47.318Z] ---> 690e199f40d5 [2023-05-29T21:57:47.318Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-29T21:57:47.318Z] ---> acb400cfafec [2023-05-29T21:57:47.318Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:57:47.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:57:47.851Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-29T21:57:47.851Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-29T21:57:47.851Z] (3/4) Installing libucontext (1.2-r0) [2023-05-29T21:57:47.851Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-29T21:57:47.851Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:57:47.851Z] OK: 7 MiB in 19 packages [2023-05-29T21:57:47.851Z] ---> 43f485e2f4f8 [2023-05-29T21:57:47.851Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-29T21:57:47.851Z] ---> ee2bdb2ecba9 [2023-05-29T21:57:47.851Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-29T21:57:48.109Z] ---> Running in ec3d989350ed [2023-05-29T21:57:48.109Z] ---> b04102d4b53b [2023-05-29T21:57:48.109Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-29T21:57:48.109Z] Removing intermediate container ec3d989350ed [2023-05-29T21:57:48.109Z] ---> a2819b473822 [2023-05-29T21:57:48.110Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T21:57:48.110Z] ---> Running in 735d2c03e94f [2023-05-29T21:57:48.368Z] ---> Running in 4521d1d41f79 [2023-05-29T21:57:48.368Z] Removing intermediate container 4521d1d41f79 [2023-05-29T21:57:48.368Z] ---> 117a5c1885a2 [2023-05-29T21:57:48.368Z] Step 21/23 : LABEL arch=x86_64 [2023-05-29T21:57:48.368Z] Removing intermediate container 607bd3f81154 [2023-05-29T21:57:48.368Z] ---> c1b1b82c7d82 [2023-05-29T21:57:48.368Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:57:48.368Z] ---> Running in e7500bae88a1 [2023-05-29T21:57:48.626Z] Removing intermediate container e7500bae88a1 [2023-05-29T21:57:48.626Z] ---> 6ab42501ab5e [2023-05-29T21:57:48.626Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:57:48.626Z] ---> 47968b525708 [2023-05-29T21:57:48.626Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:57:48.626Z] ---> Running in 2c0acf355423 [2023-05-29T21:57:48.626Z] Removing intermediate container 2c0acf355423 [2023-05-29T21:57:48.626Z] ---> a9cdd64e788f [2023-05-29T21:57:48.626Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T21:57:48.873Z] $ docker rm -f --volumes 1b31cfc953a6f5d38d6a68c4c1618b6bdaa011f35ad6d9c0c14714a75bd14623 [2023-05-29T21:57:48.883Z] ---> 53249556356d [2023-05-29T21:57:48.884Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-29T21:57:48.884Z] ---> Running in 77db2e7f7e4c [2023-05-29T21:57:48.884Z] Removing intermediate container 77db2e7f7e4c [2023-05-29T21:57:48.884Z] ---> 1456f47276b3 [2023-05-29T21:57:48.884Z] [2023-05-29T21:57:49.145Z] Removing intermediate container 735d2c03e94f [2023-05-29T21:57:49.145Z] ---> 9560edd79609 [2023-05-29T21:57:49.145Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-29T21:57:49.145Z] Successfully built 1456f47276b3 [2023-05-29T21:57:49.145Z] ---> Running in 0407607c7f80 [2023-05-29T21:57:49.145Z] Successfully tagged support-scheduler:latest [2023-05-29T21:57:49.145Z]  Building support-scheduler ... done Building security-proxy-auth [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T21:57:49.917Z] + docker inspect -f . ci-base-image-arm64 [2023-05-29T21:57:49.917Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T21:57:50.170Z] prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container [2023-05-29T21:57:50.231Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-29T21:57:51.407Z] $ docker top 5c0a6ca38f1ff5911469f12b0b4eda6eeeb758d34628fe94f0fb5344c489419c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-29T21:57:51.650Z] ========================================================= [2023-05-29T21:57:51.650Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-29T21:57:51.650Z] ========================================================= [Pipeline] sh [2023-05-29T21:57:52.286Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-29T21:57:52.750Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:57:52.750Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:57:52.750Z] ---> 33bce29c90e8 [2023-05-29T21:57:52.750Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T21:57:52.750Z] ---> Using cache [2023-05-29T21:57:52.750Z] ---> f3b1c6c3aa3a [2023-05-29T21:57:52.750Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T21:57:52.750Z] ---> Using cache [2023-05-29T21:57:52.750Z] ---> b16a1ba0f32c [2023-05-29T21:57:52.750Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T21:57:52.750Z] ---> Using cache [2023-05-29T21:57:52.750Z] ---> a7c066acfd09 [2023-05-29T21:57:52.750Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T21:57:52.750Z] ---> Using cache [2023-05-29T21:57:52.750Z] ---> 46972387ebdc [2023-05-29T21:57:52.750Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:57:52.750Z] ---> Using cache [2023-05-29T21:57:52.750Z] ---> 1072ad34ce73 [2023-05-29T21:57:52.750Z] Step 8/23 : COPY . . [2023-05-29T21:57:52.750Z] ---> Using cache [2023-05-29T21:57:52.750Z] ---> 1e2410da0fe4 [2023-05-29T21:57:52.750Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-29T21:57:52.989Z] + make test [2023-05-29T21:57:52.989Z] go test -race -coverprofile=coverage.out ./... [2023-05-29T21:57:56.053Z] Removing intermediate container 0407607c7f80 [2023-05-29T21:57:56.053Z] ---> cf75a67d5d5d [2023-05-29T21:57:56.053Z] Step 30/33 : CMD ["gate"] [2023-05-29T21:57:56.996Z] ---> Running in 6cb8cf13d33a [2023-05-29T21:57:56.996Z] ---> e4eb066ac746 [2023-05-29T21:57:56.996Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-29T21:57:56.996Z] ---> Running in 5691b0a108f3 [2023-05-29T21:57:57.574Z] 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-05-29T21:57:57.574Z] Removing intermediate container 5691b0a108f3 [2023-05-29T21:57:57.574Z] ---> de4925be0679 [2023-05-29T21:57:57.574Z] Step 31/33 : LABEL arch=x86_64 [2023-05-29T21:57:57.835Z] ---> 63c7e3ffdfa6 [2023-05-29T21:57:57.835Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-29T21:57:57.835Z] ---> Running in 8235c3c34fb3 [2023-05-29T21:57:57.835Z] ---> Running in 3c4ecd7e6d6f [2023-05-29T21:57:58.097Z] Removing intermediate container 8235c3c34fb3 [2023-05-29T21:57:58.097Z] ---> 647abc6c1732 [2023-05-29T21:57:58.097Z] Step 32/33 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:57:58.097Z] ---> Running in 02473bf03c8c [2023-05-29T21:57:58.097Z] Removing intermediate container 3c4ecd7e6d6f [2023-05-29T21:57:58.097Z] ---> e78a37096658 [2023-05-29T21:57:58.097Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-29T21:57:58.666Z] Removing intermediate container 02473bf03c8c [2023-05-29T21:57:58.666Z] ---> 542cd8f5f652 [2023-05-29T21:57:58.666Z] Step 33/33 : LABEL version=0.0.0 [2023-05-29T21:57:58.666Z] ---> Running in e670929effe1 [2023-05-29T21:57:58.666Z] ---> fbc06a6d5379 [2023-05-29T21:57:58.666Z] Step 22/27 : WORKDIR / [2023-05-29T21:57:58.666Z] ---> Running in ba11c6f7e744 [2023-05-29T21:57:58.927Z] Removing intermediate container e670929effe1 [2023-05-29T21:57:58.927Z] ---> 9a5951d0dbd4 [2023-05-29T21:57:58.927Z] [2023-05-29T21:57:58.927Z] Successfully built 9a5951d0dbd4 [2023-05-29T21:57:58.927Z] Successfully tagged security-bootstrapper:latest [2023-05-29T21:57:58.927Z]  Building security-bootstrapper ... done Removing intermediate container ba11c6f7e744 [2023-05-29T21:57:58.927Z] Building security-spiffe-token-provider [2023-05-29T21:57:58.927Z] ---> 61279b5ba717 [2023-05-29T21:57:58.927Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-29T21:57:59.187Z] ---> Running in f41d5c12a699 [2023-05-29T21:58:01.724Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:58:01.724Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:58:01.724Z] ---> 33bce29c90e8 [2023-05-29T21:58:01.724Z] Step 3/20 : WORKDIR /edgex-go [2023-05-29T21:58:01.724Z] ---> Using cache [2023-05-29T21:58:01.724Z] ---> e4c33d983d4d [2023-05-29T21:58:01.724Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-29T21:58:07.018Z] Removing intermediate container f41d5c12a699 [2023-05-29T21:58:07.018Z] ---> 94c1bed5613a [2023-05-29T21:58:07.018Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-29T21:58:07.018Z] ---> Running in 9c8ad46ac085 [2023-05-29T21:58:07.018Z] Removing intermediate container 3d584d0b0a8b [2023-05-29T21:58:07.018Z] ---> ed288bd8a75f [2023-05-29T21:58:07.018Z] [2023-05-29T21:58:07.018Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T21:58:07.018Z] ---> 9ed4aefc74f6 [2023-05-29T21:58:07.018Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T21:58:07.278Z] ---> Running in 319744fb174c [2023-05-29T21:58:07.278Z] ---> Running in d166f8f7160d [2023-05-29T21:58:07.540Z] Removing intermediate container 319744fb174c [2023-05-29T21:58:07.540Z] ---> c66f410d9f25 [2023-05-29T21:58:07.540Z] Step 25/27 : LABEL arch=x86_64 [2023-05-29T21:58:07.540Z] Removing intermediate container d166f8f7160d [2023-05-29T21:58:07.540Z] ---> 664eb1759b0e [2023-05-29T21:58:07.540Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-29T21:58:07.540Z] ---> Running in 3258b4a93c5c [2023-05-29T21:58:07.540Z] ---> Running in 54bacece0e1a [2023-05-29T21:58:08.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:08.111Z] Removing intermediate container 3258b4a93c5c [2023-05-29T21:58:08.111Z] ---> 69dc422f4f63 [2023-05-29T21:58:08.111Z] Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:58:08.111Z] Removing intermediate container 54bacece0e1a [2023-05-29T21:58:08.111Z] ---> 010eccdb9c9b [2023-05-29T21:58:08.111Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-29T21:58:08.372Z] ---> Running in 27c025bfb87b [2023-05-29T21:58:08.372Z] ---> Running in 0dcad1de2e38 [2023-05-29T21:58:08.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:08.633Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T21:58:08.633Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T21:58:08.633Z] OK: 17828 distinct packages available [2023-05-29T21:58:08.633Z] Removing intermediate container 0dcad1de2e38 [2023-05-29T21:58:08.633Z] ---> f7548f5d72a6 [2023-05-29T21:58:08.633Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T21:58:08.633Z] Removing intermediate container 27c025bfb87b [2023-05-29T21:58:08.633Z] ---> 11027a0cf3ea [2023-05-29T21:58:08.633Z] Step 27/27 : LABEL version=0.0.0 [2023-05-29T21:58:08.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:08.633Z] ---> Running in 0f45d5ff3e33 [2023-05-29T21:58:08.633Z] ---> Running in ba2cc53f59b8 [2023-05-29T21:58:08.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:08.895Z] Removing intermediate container ba2cc53f59b8 [2023-05-29T21:58:08.895Z] ---> dff268b6ead6 [2023-05-29T21:58:08.895Z] [2023-05-29T21:58:08.895Z] Successfully built dff268b6ead6 [2023-05-29T21:58:08.895Z] Successfully tagged security-spire-config:latest [2023-05-29T21:58:08.895Z] Building core-common-config-bootstrapper [2023-05-29T21:58:08.895Z]  Building security-spire-config ... done OK: 265 MiB in 53 packages [2023-05-29T21:58:09.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:09.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:09.416Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T21:58:09.416Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:58:09.416Z] OK: 7 MiB in 16 packages [2023-05-29T21:58:12.098Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:58:12.099Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:58:12.099Z] ---> 33bce29c90e8 [2023-05-29T21:58:12.099Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T21:58:12.099Z] ---> Using cache [2023-05-29T21:58:12.099Z] ---> f3b1c6c3aa3a [2023-05-29T21:58:12.099Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T21:58:12.099Z] ---> Using cache [2023-05-29T21:58:12.099Z] ---> b16a1ba0f32c [2023-05-29T21:58:12.099Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T21:58:12.099Z] ---> Using cache [2023-05-29T21:58:12.099Z] ---> a7c066acfd09 [2023-05-29T21:58:12.099Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T21:58:12.099Z] ---> Using cache [2023-05-29T21:58:12.099Z] ---> 46972387ebdc [2023-05-29T21:58:12.099Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:58:12.099Z] ---> Using cache [2023-05-29T21:58:12.099Z] ---> 1072ad34ce73 [2023-05-29T21:58:12.099Z] Step 8/23 : COPY . . [2023-05-29T21:58:12.099Z] ---> Using cache [2023-05-29T21:58:12.099Z] ---> 1e2410da0fe4 [2023-05-29T21:58:12.099Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-29T21:58:14.037Z] ---> Running in 7ce37d62947b [2023-05-29T21:58:14.298Z] Removing intermediate container 0f45d5ff3e33 [2023-05-29T21:58:14.298Z] ---> cd5910eeb9de [2023-05-29T21:58:14.298Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:58:14.298Z] Removing intermediate container 9c8ad46ac085 [2023-05-29T21:58:14.298Z] ---> a2026ff8b6d4 [2023-05-29T21:58:14.298Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-29T21:58:14.557Z] 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-05-29T21:58:15.123Z] ---> 15df0960b309 [2023-05-29T21:58:15.123Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:58:16.059Z] ---> Running in 30d7326dc012 [2023-05-29T21:58:16.059Z] ---> a51d7e7c0611 [2023-05-29T21:58:16.059Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:58:17.055Z] ---> 7c5a8bb05c89 [2023-05-29T21:58:17.055Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-29T21:58:17.055Z] Removing intermediate container 91bbfc1c4fe1 [2023-05-29T21:58:17.055Z] ---> 7a75faee484b [2023-05-29T21:58:17.055Z] [2023-05-29T21:58:17.055Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T21:58:17.055Z] ---> 9ed4aefc74f6 [2023-05-29T21:58:17.055Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-29T21:58:17.316Z] ---> Running in 5ca3b3fc5de0 [2023-05-29T21:58:17.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:17.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:18.107Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-29T21:58:18.107Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-29T21:58:18.107Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:58:18.107Z] Executing ca-certificates-20230506-r0.trigger [2023-05-29T21:58:18.366Z] OK: 8 MiB in 17 packages [2023-05-29T21:58:18.366Z] ---> a69205b37996 [2023-05-29T21:58:18.366Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:58:18.366Z] ---> 62abebf08963 [2023-05-29T21:58:18.366Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-29T21:58:18.626Z] ---> Running in 5d83ab6258ec [2023-05-29T21:58:18.626Z] Removing intermediate container 5d83ab6258ec [2023-05-29T21:58:18.626Z] ---> e3425520e928 [2023-05-29T21:58:18.626Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T21:58:18.626Z] ---> Running in 04a0dd930fb3 [2023-05-29T21:58:18.888Z] Removing intermediate container 04a0dd930fb3 [2023-05-29T21:58:18.888Z] ---> 15bfd2997ad7 [2023-05-29T21:58:18.888Z] Step 21/23 : LABEL arch=x86_64 [2023-05-29T21:58:18.888Z] Removing intermediate container 5ca3b3fc5de0 [2023-05-29T21:58:18.888Z] ---> 77965718a30e [2023-05-29T21:58:18.888Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T21:58:18.888Z] ---> Running in b2b83611b70e [2023-05-29T21:58:18.888Z] ---> Running in 9fa07b5a8c14 [2023-05-29T21:58:19.460Z] Removing intermediate container b2b83611b70e [2023-05-29T21:58:19.460Z] ---> 78fa8435a333 [2023-05-29T21:58:19.460Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:58:19.460Z] Removing intermediate container 9fa07b5a8c14 [2023-05-29T21:58:19.460Z] ---> fa20b388c9e6 [2023-05-29T21:58:19.460Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-29T21:58:19.460Z] ---> Running in 74c8772691a4 [2023-05-29T21:58:19.460Z] ---> Running in 3369c362f10a [2023-05-29T21:58:19.724Z] Removing intermediate container 74c8772691a4 [2023-05-29T21:58:19.724Z] ---> a07c3a90486a [2023-05-29T21:58:19.724Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T21:58:19.724Z] Removing intermediate container 3369c362f10a [2023-05-29T21:58:19.724Z] ---> 74d017e6a7d4 [2023-05-29T21:58:19.724Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-29T21:58:19.724Z] ---> Running in 290cc10cff66 [2023-05-29T21:58:19.724Z] ---> Running in 0073e1c592c7 [2023-05-29T21:58:19.724Z] Removing intermediate container 290cc10cff66 [2023-05-29T21:58:19.724Z] ---> 3df460025a67 [2023-05-29T21:58:19.724Z] [2023-05-29T21:58:19.984Z] Removing intermediate container 0073e1c592c7 [2023-05-29T21:58:19.984Z] ---> 5270d8e7cf47 [2023-05-29T21:58:19.984Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:58:19.984Z] Successfully built 3df460025a67 [2023-05-29T21:58:19.984Z] Successfully tagged core-data:latest [2023-05-29T21:58:19.984Z] Building security-proxy-setup [2023-05-29T21:58:23.452Z]  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:58:23.452Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:58:23.452Z] ---> 33bce29c90e8 [2023-05-29T21:58:23.452Z] Step 3/22 : WORKDIR /edgex-go [2023-05-29T21:58:23.452Z] ---> Using cache [2023-05-29T21:58:23.452Z] ---> e4c33d983d4d [2023-05-29T21:58:23.452Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-29T21:58:24.861Z] ---> e9f1ca53dc51 [2023-05-29T21:58:24.861Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:58:25.806Z] ---> Running in db346aadb0c3 [2023-05-29T21:58:26.067Z] ---> 096e8f4835f3 [2023-05-29T21:58:26.067Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-29T21:58:26.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:26.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:26.595Z] OK: 265 MiB in 53 packages [2023-05-29T21:58:27.992Z] ---> 2488b7a08b49 [2023-05-29T21:58:27.992Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:58:28.251Z] Removing intermediate container 6cb8cf13d33a [2023-05-29T21:58:28.252Z] ---> 6f8b82463b5c [2023-05-29T21:58:28.252Z] [2023-05-29T21:58:28.252Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T21:58:28.252Z] ---> 9ed4aefc74f6 [2023-05-29T21:58:28.252Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-29T21:58:28.252Z] ---> Running in cfe82fb5976e [2023-05-29T21:58:28.252Z] ---> d1a62476393f [2023-05-29T21:58:28.252Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-29T21:58:28.252Z] Removing intermediate container db346aadb0c3 [2023-05-29T21:58:28.252Z] ---> 813af0e4dcfd [2023-05-29T21:58:28.252Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-29T21:58:28.252Z] Removing intermediate container cfe82fb5976e [2023-05-29T21:58:28.252Z] ---> 5f6ad8434262 [2023-05-29T21:58:28.252Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T21:58:28.252Z] ---> Running in dc2940c4ef1b [2023-05-29T21:58:28.252Z] ---> Running in 0ec20fff6fb9 [2023-05-29T21:58:28.511Z] Removing intermediate container dc2940c4ef1b [2023-05-29T21:58:28.511Z] ---> f9a64dbd3cde [2023-05-29T21:58:28.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T21:58:28.511Z] ---> Running in 5c0559aef158 [2023-05-29T21:58:28.511Z] ---> 728c569db824 [2023-05-29T21:58:28.511Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:58:28.511Z] ---> Running in bc4540dfe747 [2023-05-29T21:58:28.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:28.772Z] Removing intermediate container 5c0559aef158 [2023-05-29T21:58:28.772Z] ---> d134d8c07ae2 [2023-05-29T21:58:28.772Z] Step 21/23 : LABEL arch=x86_64 [2023-05-29T21:58:28.772Z] ---> Running in ebd94483e146 [2023-05-29T21:58:28.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:58:28.772Z] Removing intermediate container ebd94483e146 [2023-05-29T21:58:28.772Z] ---> 1c64ef37c887 [2023-05-29T21:58:28.772Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:58:28.772Z] ---> Running in ad3fe91aca75 [2023-05-29T21:58:29.031Z] Removing intermediate container ad3fe91aca75 [2023-05-29T21:58:29.031Z] ---> fbf5ab385eb4 [2023-05-29T21:58:29.031Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T21:58:29.031Z] ---> Running in 0bc2cc35d643 [2023-05-29T21:58:29.031Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T21:58:29.031Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:58:29.031Z] OK: 7 MiB in 16 packages [2023-05-29T21:58:29.290Z] Removing intermediate container 0bc2cc35d643 [2023-05-29T21:58:29.290Z] ---> 12e334c12154 [2023-05-29T21:58:29.290Z] [2023-05-29T21:58:29.290Z] Successfully built 12e334c12154 [2023-05-29T21:58:29.290Z] Successfully tagged support-notifications:latest [2023-05-29T21:58:29.290Z]  Building support-notifications ... done Building security-secretstore-setup [2023-05-29T21:58:31.840Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T21:58:31.840Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-29T21:58:31.840Z] ---> 33bce29c90e8 [2023-05-29T21:58:31.840Z] Step 3/25 : WORKDIR /edgex-go [2023-05-29T21:58:31.840Z] ---> Using cache [2023-05-29T21:58:31.840Z] ---> e4c33d983d4d [2023-05-29T21:58:31.840Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-29T21:58:31.840Z] ---> Using cache [2023-05-29T21:58:31.840Z] ---> 813af0e4dcfd [2023-05-29T21:58:31.840Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-29T21:58:31.840Z] ---> Using cache [2023-05-29T21:58:31.840Z] ---> 728c569db824 [2023-05-29T21:58:31.840Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T21:58:34.527Z] ---> Running in 7133a5ba711f [2023-05-29T21:58:35.464Z] Removing intermediate container 0ec20fff6fb9 [2023-05-29T21:58:35.464Z] ---> d9515abdc52c [2023-05-29T21:58:35.464Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:58:38.762Z] ---> 1148973caef0 [2023-05-29T21:58:38.762Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:58:39.023Z] ---> ee077f66f114 [2023-05-29T21:58:39.023Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-29T21:58:39.023Z] Removing intermediate container 7ce37d62947b [2023-05-29T21:58:39.023Z] ---> 15725b187944 [2023-05-29T21:58:39.023Z] [2023-05-29T21:58:39.023Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T21:58:39.023Z] ---> 9ed4aefc74f6 [2023-05-29T21:58:39.023Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-29T21:58:39.023Z] ---> Using cache [2023-05-29T21:58:39.023Z] ---> 5f6ad8434262 [2023-05-29T21:58:39.023Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T21:58:39.023Z] ---> Using cache [2023-05-29T21:58:39.023Z] ---> d9515abdc52c [2023-05-29T21:58:39.023Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:58:39.023Z] ---> Using cache [2023-05-29T21:58:39.023Z] ---> 1148973caef0 [2023-05-29T21:58:39.023Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:58:39.023Z] ---> Using cache [2023-05-29T21:58:39.023Z] ---> ee077f66f114 [2023-05-29T21:58:39.023Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-29T21:58:39.821Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-29T21:58:40.935Z] ---> 3dd6ba138a0d [2023-05-29T21:58:40.935Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:58:40.935Z] ---> ea92f4a556b9 [2023-05-29T21:58:40.935Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:58:40.935Z] ---> e218a1f31b6f [2023-05-29T21:58:40.935Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-29T21:58:40.935Z] ---> 1d06ec63cd37 [2023-05-29T21:58:40.935Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-29T21:58:41.505Z] ---> ea34ad13fc37 [2023-05-29T21:58:41.505Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T21:58:41.764Z] ---> ed7642bece31 [2023-05-29T21:58:41.764Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T21:58:41.764Z] ---> Running in b64457b2cbe2 [2023-05-29T21:58:41.764Z] ---> Running in 224f0aab11b2 [2023-05-29T21:58:49.943Z] Removing intermediate container 30d7326dc012 [2023-05-29T21:58:49.943Z] ---> 5e85b8a42f0e [2023-05-29T21:58:49.943Z] Step 7/20 : COPY . . [2023-05-29T21:58:49.943Z] Removing intermediate container b64457b2cbe2 [2023-05-29T21:58:49.943Z] ---> 493185e95149 [2023-05-29T21:58:49.943Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T21:58:49.943Z] Removing intermediate container 224f0aab11b2 [2023-05-29T21:58:49.943Z] ---> 434adfc3710d [2023-05-29T21:58:49.943Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T21:58:58.097Z] ---> Running in 8ac8c9ce9911 [2023-05-29T21:58:58.097Z] ---> Running in 6d6cd8ca16be [2023-05-29T21:58:58.097Z] ---> 9af9d3ac1407 [2023-05-29T21:58:58.097Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-29T21:58:58.098Z] Removing intermediate container 6d6cd8ca16be [2023-05-29T21:58:58.098Z] ---> edd7629e50f4 [2023-05-29T21:58:58.098Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-29T21:58:58.098Z] Removing intermediate container 8ac8c9ce9911 [2023-05-29T21:58:58.098Z] ---> b8e25e8c519f [2023-05-29T21:58:58.098Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-29T21:58:58.098Z] ---> Running in 1b24f99c951a [2023-05-29T21:58:58.356Z] ---> Running in f76ac6b321a6 [2023-05-29T21:58:58.356Z] ---> Running in d31ee4dd0712 [2023-05-29T21:58:58.615Z] 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-05-29T21:58:58.615Z] Removing intermediate container d31ee4dd0712 [2023-05-29T21:58:58.615Z] ---> 9aa82959bc4d [2023-05-29T21:58:58.615Z] Step 21/23 : LABEL arch=x86_64 [2023-05-29T21:58:58.874Z] Removing intermediate container f76ac6b321a6 [2023-05-29T21:58:58.874Z] ---> e6d6ca6c7271 [2023-05-29T21:58:58.874Z] Step 21/23 : LABEL arch=x86_64 [2023-05-29T21:58:58.874Z] Removing intermediate container bc4540dfe747 [2023-05-29T21:58:58.874Z] ---> fb8c545ece5b [2023-05-29T21:58:58.874Z] Step 7/22 : COPY . . [2023-05-29T21:59:03.070Z] ---> Running in 52e824fb972d [2023-05-29T21:59:07.418Z] ---> 19b683ed81bb [2023-05-29T21:59:07.418Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-29T21:59:07.418Z] ---> Running in d34aea7eb722 [2023-05-29T21:59:07.418Z] Removing intermediate container 52e824fb972d [2023-05-29T21:59:07.418Z] ---> ce59ffaddf9b [2023-05-29T21:59:07.418Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:59:07.702Z] ---> Running in 3d693dcc031d [2023-05-29T21:59:07.703Z] ---> Running in f63af9dd920e [2023-05-29T21:59:07.703Z] Removing intermediate container d34aea7eb722 [2023-05-29T21:59:07.703Z] ---> 5780b889458d [2023-05-29T21:59:07.703Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:59:07.703Z] ---> Running in d3df71d8bb73 [2023-05-29T21:59:07.971Z] Removing intermediate container f63af9dd920e [2023-05-29T21:59:07.971Z] ---> 482822844aee [2023-05-29T21:59:07.971Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T21:59:07.971Z] ---> Running in faddc2aebbe7 [2023-05-29T21:59:07.971Z] Removing intermediate container d3df71d8bb73 [2023-05-29T21:59:07.971Z] ---> 88e07753bcb5 [2023-05-29T21:59:07.971Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T21:59:08.231Z] 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-05-29T21:59:08.231Z] ---> Running in 0905b33b4a2f [2023-05-29T21:59:08.231Z] Removing intermediate container faddc2aebbe7 [2023-05-29T21:59:08.231Z] ---> 5c4b8e76473c [2023-05-29T21:59:08.231Z] [2023-05-29T21:59:08.231Z] Removing intermediate container 7133a5ba711f [2023-05-29T21:59:08.231Z] ---> 05268ec90629 [2023-05-29T21:59:08.231Z] Step 7/25 : COPY . . [2023-05-29T21:59:08.231Z] Removing intermediate container 0905b33b4a2f [2023-05-29T21:59:08.231Z] ---> 5f53b3562bdf [2023-05-29T21:59:08.231Z] [2023-05-29T21:59:08.496Z] Successfully built 5f53b3562bdf [2023-05-29T21:59:08.496Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-29T21:59:08.496Z]  Building core-common-config-bootstrapper ... done Successfully built 5c4b8e76473c [2023-05-29T21:59:08.496Z] Successfully tagged security-proxy-auth:latest [2023-05-29T21:59:20.770Z]  Building security-proxy-auth ... done  ---> f05047a4ed66 [2023-05-29T21:59:20.770Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-29T21:59:20.770Z] ---> Running in 5ab2a20caf1c [2023-05-29T21:59:20.770Z] 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-05-29T21:59:22.675Z] Removing intermediate container 1b24f99c951a [2023-05-29T21:59:22.675Z] ---> 72e44b7fbadf [2023-05-29T21:59:22.675Z] [2023-05-29T21:59:22.675Z] Step 9/20 : FROM alpine:3.17 [2023-05-29T21:59:22.675Z] ---> 9ed4aefc74f6 [2023-05-29T21:59:22.675Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-29T21:59:22.675Z] ---> Using cache [2023-05-29T21:59:22.675Z] ---> 317c58942a75 [2023-05-29T21:59:22.675Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-29T21:59:22.675Z] ---> Running in ee579262aaac [2023-05-29T21:59:23.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:23.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:23.505Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T21:59:23.505Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T21:59:23.505Z] OK: 17823 distinct packages available [2023-05-29T21:59:23.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:23.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:24.022Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-29T21:59:24.022Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-29T21:59:24.022Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-29T21:59:24.022Z] (4/9) Installing libcurl (8.1.1-r1) [2023-05-29T21:59:24.023Z] (5/9) Installing curl (8.1.1-r1) [2023-05-29T21:59:24.023Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-29T21:59:24.023Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-29T21:59:24.023Z] (8/9) Installing libucontext (1.2-r0) [2023-05-29T21:59:24.023Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-29T21:59:24.023Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:59:24.023Z] Executing ca-certificates-20230506-r0.trigger [2023-05-29T21:59:24.023Z] OK: 10 MiB in 24 packages [2023-05-29T21:59:25.927Z] Removing intermediate container ee579262aaac [2023-05-29T21:59:25.927Z] ---> 5f6714682d59 [2023-05-29T21:59:25.927Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:59:26.496Z] ---> f297d16c0c4c [2023-05-29T21:59:26.496Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:59:26.757Z] ---> b156e35bd242 [2023-05-29T21:59:26.757Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-29T21:59:30.058Z] ---> e0674b3af2da [2023-05-29T21:59:30.058Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:59:30.058Z] Removing intermediate container 3d693dcc031d [2023-05-29T21:59:30.058Z] ---> acb71bc90ba7 [2023-05-29T21:59:30.058Z] [2023-05-29T21:59:30.058Z] Step 9/22 : FROM alpine:3.17 [2023-05-29T21:59:30.058Z] ---> 9ed4aefc74f6 [2023-05-29T21:59:30.058Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-29T21:59:30.058Z] ---> Running in cdddc602c349 [2023-05-29T21:59:30.058Z] ---> 64f6bd292b13 [2023-05-29T21:59:30.058Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-29T21:59:30.058Z] ---> Running in b8b86eb8363d [2023-05-29T21:59:30.058Z] Removing intermediate container b8b86eb8363d [2023-05-29T21:59:30.058Z] ---> 95c1f8174f29 [2023-05-29T21:59:30.058Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-29T21:59:30.058Z] ---> Running in de014b7d824a [2023-05-29T21:59:30.058Z] Removing intermediate container de014b7d824a [2023-05-29T21:59:30.058Z] ---> 1fb9d95f6b2f [2023-05-29T21:59:30.058Z] Step 18/20 : LABEL arch=x86_64 [2023-05-29T21:59:30.058Z] ---> Running in 1078b5c27973 [2023-05-29T21:59:30.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:30.058Z] Removing intermediate container 1078b5c27973 [2023-05-29T21:59:30.058Z] ---> f9acac4c97ee [2023-05-29T21:59:30.058Z] Step 19/20 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:59:30.058Z] ---> Running in 02b099e9b77e [2023-05-29T21:59:30.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:30.058Z] Removing intermediate container 02b099e9b77e [2023-05-29T21:59:30.058Z] ---> b9ef787b3592 [2023-05-29T21:59:30.058Z] Step 20/20 : LABEL version=0.0.0 [2023-05-29T21:59:30.058Z] ---> Running in 41238cc68682 [2023-05-29T21:59:30.318Z] Removing intermediate container 41238cc68682 [2023-05-29T21:59:30.318Z] ---> abfb6df82283 [2023-05-29T21:59:30.318Z] [2023-05-29T21:59:30.318Z] Successfully built abfb6df82283 [2023-05-29T21:59:30.318Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-29T21:59:30.318Z]  Building security-spiffe-token-provider ... done (1/2) Installing dumb-init (1.2.5-r2) [2023-05-29T21:59:30.318Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-29T21:59:30.318Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:59:30.318Z] OK: 8 MiB in 17 packages [2023-05-29T21:59:31.295Z] Removing intermediate container cdddc602c349 [2023-05-29T21:59:31.295Z] ---> 0ac545958a70 [2023-05-29T21:59:31.295Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-29T21:59:31.295Z] ---> Running in a8b5f1630203 [2023-05-29T21:59:31.627Z] Removing intermediate container a8b5f1630203 [2023-05-29T21:59:31.627Z] ---> c38ab80060f7 [2023-05-29T21:59:31.627Z] Step 12/22 : WORKDIR /edgex [2023-05-29T21:59:31.627Z] ---> Running in 199d64cd47ea [2023-05-29T21:59:31.627Z] Removing intermediate container 199d64cd47ea [2023-05-29T21:59:31.627Z] ---> 2b0ed501b630 [2023-05-29T21:59:31.627Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:59:31.885Z] ---> b9ee5f9fae88 [2023-05-29T21:59:31.885Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:59:31.885Z] ---> e7d90a5a31b1 [2023-05-29T21:59:31.885Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-29T21:59:32.143Z] ---> 023ee2e99a44 [2023-05-29T21:59:32.143Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-29T21:59:32.710Z] ---> e97254b0943d [2023-05-29T21:59:32.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-29T21:59:32.710Z] ---> a7d8b985b7d4 [2023-05-29T21:59:32.710Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T21:59:32.710Z] ---> Running in e558b83f3df3 [2023-05-29T21:59:33.277Z] 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-05-29T21:59:33.277Z] Removing intermediate container e558b83f3df3 [2023-05-29T21:59:33.277Z] ---> 9869e035d3c1 [2023-05-29T21:59:33.277Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T21:59:33.536Z] ---> Running in 3cca186f5bcc [2023-05-29T21:59:33.536Z] Removing intermediate container 3cca186f5bcc [2023-05-29T21:59:33.536Z] ---> eeac183aa833 [2023-05-29T21:59:33.536Z] Step 20/22 : LABEL arch=x86_64 [2023-05-29T21:59:33.536Z] ---> Running in 31c5f18595dc [2023-05-29T21:59:33.536Z] Removing intermediate container 31c5f18595dc [2023-05-29T21:59:33.536Z] ---> 07800f6ea0dd [2023-05-29T21:59:33.536Z] Step 21/22 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:59:33.536Z] ---> Running in 6fb001ccdf3f [2023-05-29T21:59:33.536Z] Removing intermediate container 6fb001ccdf3f [2023-05-29T21:59:33.536Z] ---> 87d883cd387e [2023-05-29T21:59:33.536Z] Step 22/22 : LABEL version=0.0.0 [2023-05-29T21:59:33.794Z] ---> Running in 2fcb2250dbde [2023-05-29T21:59:33.795Z] Removing intermediate container 2fcb2250dbde [2023-05-29T21:59:33.795Z] ---> 19c11c74fba7 [2023-05-29T21:59:33.795Z] [2023-05-29T21:59:33.795Z] Successfully built 19c11c74fba7 [2023-05-29T21:59:33.795Z] Successfully tagged security-proxy-setup:latest [2023-05-29T21:59:37.093Z]  Building security-proxy-setup ... done Removing intermediate container 5ab2a20caf1c [2023-05-29T21:59:37.093Z] ---> d7ee072b4ca9 [2023-05-29T21:59:37.093Z] [2023-05-29T21:59:37.093Z] Step 9/25 : FROM alpine:3.17 [2023-05-29T21:59:37.093Z] ---> 9ed4aefc74f6 [2023-05-29T21:59:37.093Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-29T21:59:37.093Z] ---> Running in 7239b925702f [2023-05-29T21:59:37.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:37.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-29T21:59:37.351Z] (1/3) Installing ca-certificates (20230506-r0) [2023-05-29T21:59:37.351Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-29T21:59:37.351Z] (3/3) Installing su-exec (0.2-r2) [2023-05-29T21:59:37.351Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T21:59:37.351Z] Executing ca-certificates-20230506-r0.trigger [2023-05-29T21:59:37.351Z] OK: 8 MiB in 18 packages [2023-05-29T21:59:37.918Z] Removing intermediate container 7239b925702f [2023-05-29T21:59:37.918Z] ---> daf97738e6ce [2023-05-29T21:59:37.918Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-29T21:59:37.918Z] ---> Running in 6f5c20a33890 [2023-05-29T21:59:37.918Z] Removing intermediate container 6f5c20a33890 [2023-05-29T21:59:37.918Z] ---> ee9acd1829a7 [2023-05-29T21:59:37.918Z] Step 12/25 : WORKDIR / [2023-05-29T21:59:37.918Z] ---> Running in 073ed0ef4c7a [2023-05-29T21:59:37.918Z] Removing intermediate container 073ed0ef4c7a [2023-05-29T21:59:37.918Z] ---> 165f1582e003 [2023-05-29T21:59:37.918Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T21:59:38.176Z] ---> a2104bd8b491 [2023-05-29T21:59:38.176Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T21:59:38.176Z] ---> 5112d483fc42 [2023-05-29T21:59:38.176Z] 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-05-29T21:59:38.436Z] ---> a471da41b6e7 [2023-05-29T21:59:38.436Z] 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-05-29T21:59:38.436Z] ---> e564ef759854 [2023-05-29T21:59:38.436Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-29T21:59:38.819Z] ---> 3bf00e7e4524 [2023-05-29T21:59:38.819Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-29T21:59:39.253Z] ---> c357908ee55d [2023-05-29T21:59:39.253Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-29T21:59:39.512Z] ---> 845f4d4ff261 [2023-05-29T21:59:39.512Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-29T21:59:39.512Z] ---> 40b6064cbc6e [2023-05-29T21:59:39.512Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T21:59:39.512Z] ---> Running in c70494627d28 [2023-05-29T21:59:40.079Z] Removing intermediate container c70494627d28 [2023-05-29T21:59:40.079Z] ---> cc84c25a4585 [2023-05-29T21:59:40.079Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T21:59:40.079Z] ---> Running in 91fe486599ab [2023-05-29T21:59:40.079Z] Removing intermediate container 91fe486599ab [2023-05-29T21:59:40.079Z] ---> b5bd3b82ee53 [2023-05-29T21:59:40.079Z] Step 23/25 : LABEL arch=x86_64 [2023-05-29T21:59:40.079Z] ---> Running in f84c558e7a44 [2023-05-29T21:59:40.338Z] Removing intermediate container f84c558e7a44 [2023-05-29T21:59:40.338Z] ---> 6910c0023cb7 [2023-05-29T21:59:40.338Z] Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T21:59:40.338Z] ---> Running in a0cf7df77b48 [2023-05-29T21:59:40.338Z] Removing intermediate container a0cf7df77b48 [2023-05-29T21:59:40.338Z] ---> 77ce3fdf95ea [2023-05-29T21:59:40.338Z] Step 25/25 : LABEL version=0.0.0 [2023-05-29T21:59:40.338Z] ---> Running in c33ed47a3000 [2023-05-29T21:59:40.338Z] Removing intermediate container c33ed47a3000 [2023-05-29T21:59:40.338Z] ---> 86833ae10846 [2023-05-29T21:59:40.338Z] [2023-05-29T21:59:40.338Z] Successfully built 86833ae10846 [2023-05-29T21:59:40.338Z] Successfully tagged security-secretstore-setup:latest [2023-05-29T21:59:40.603Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-05-29T21:59:40.622Z] $ docker stop --time=1 87ad00e997789638c6ca39db3637ec0d9c362dd0e54061bd48e4bc2672b9efa6 [2023-05-29T21:59:41.878Z] $ docker rm -f --volumes 87ad00e997789638c6ca39db3637ec0d9c362dd0e54061bd48e4bc2672b9efa6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T21:59:42.276Z] + docker images [2023-05-29T21:59:42.276Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-29T21:59:42.276Z] security-secretstore-setup latest 86833ae10846 2 seconds ago 32.8MB [2023-05-29T21:59:42.276Z] d7ee072b4ca9 7 seconds ago 1.72GB [2023-05-29T21:59:42.276Z] security-proxy-setup latest 19c11c74fba7 9 seconds ago 18.7MB [2023-05-29T21:59:42.276Z] security-spiffe-token-provider latest abfb6df82283 12 seconds ago 32.8MB [2023-05-29T21:59:42.276Z] acb71bc90ba7 13 seconds ago 1.7GB [2023-05-29T21:59:42.276Z] 72e44b7fbadf 22 seconds ago 1.76GB [2023-05-29T21:59:42.276Z] core-common-config-bootstrapper latest 5f53b3562bdf 34 seconds ago 17.2MB [2023-05-29T21:59:42.276Z] security-proxy-auth latest 5c4b8e76473c 34 seconds ago 18.3MB [2023-05-29T21:59:42.276Z] 15725b187944 About a minute ago 1.72GB [2023-05-29T21:59:42.276Z] support-notifications latest 12e334c12154 About a minute ago 32.4MB [2023-05-29T21:59:42.276Z] 6f8b82463b5c About a minute ago 1.7GB [2023-05-29T21:59:42.276Z] core-data latest 3df460025a67 About a minute ago 20MB [2023-05-29T21:59:42.276Z] 7a75faee484b About a minute ago 1.79GB [2023-05-29T21:59:42.276Z] security-spire-config latest dff268b6ead6 About a minute ago 102MB [2023-05-29T21:59:42.276Z] ed288bd8a75f About a minute ago 1.73GB [2023-05-29T21:59:42.276Z] security-bootstrapper latest 9a5951d0dbd4 About a minute ago 22.2MB [2023-05-29T21:59:42.276Z] support-scheduler latest 1456f47276b3 About a minute ago 31.8MB [2023-05-29T21:59:42.276Z] 1573c57c8ef4 About a minute ago 1.58GB [2023-05-29T21:59:42.276Z] core-metadata latest 0d17b10e5366 2 minutes ago 20.4MB [2023-05-29T21:59:42.276Z] 1e5e722347a4 2 minutes ago 1.79GB [2023-05-29T21:59:42.276Z] core-command latest ff2738b9f90f 2 minutes ago 19.9MB [2023-05-29T21:59:42.276Z] a8edfe87eadd 2 minutes ago 1.72GB [2023-05-29T21:59:42.276Z] fcbb6fc9d27d 2 minutes ago 1.73GB [2023-05-29T21:59:42.276Z] 11c2ead7b085 2 minutes ago 1.71GB [2023-05-29T21:59:42.276Z] security-spire-agent latest 96c3fa79b0a0 2 minutes ago 161MB [2023-05-29T21:59:42.276Z] security-spire-server latest bc8d61ffba18 2 minutes ago 103MB [2023-05-29T21:59:42.276Z] 9f2a84626206 3 minutes ago 1.58GB [2023-05-29T21:59:42.276Z] a06cffc47f60 3 minutes ago 1.58GB [2023-05-29T21:59:42.276Z] ci-base-image-x86_64 latest 33bce29c90e8 7 minutes ago 918MB [2023-05-29T21:59:42.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 5 weeks ago 700MB [2023-05-29T21:59:42.276Z] alpine 3.17 9ed4aefc74f6 2 months ago 7.05MB [2023-05-29T21:59:42.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB [2023-05-29T21:59:42.276Z] 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-05-29T22:00:31.481Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-29T22:00:31.481Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-29T22:00:31.481Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-29T22:00:31.481Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-29T22:00:31.481Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-29T22:00:32.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-29T22:00:33.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-29T22:00:33.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-29T22:00:33.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-29T22:00:36.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-29T22:00:39.329Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-29T22:00:39.329Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-29T22:00:39.329Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-29T22:00:39.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-29T22:00:54.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-29T22:00:54.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-29T22:00:54.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.272s coverage: 28.7% of statements [2023-05-29T22:01:04.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.284s coverage: 98.5% of statements [2023-05-29T22:01:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-29T22:01:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-29T22:01:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-29T22:01:12.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.494s coverage: 71.5% of statements [2023-05-29T22:01:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-29T22:01:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-29T22:01:15.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.359s coverage: 54.0% of statements [2023-05-29T22:01:21.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-29T22:01:21.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-29T22:01:21.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-29T22:01:21.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-29T22:01:21.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-29T22:01:31.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-29T22:01:31.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-29T22:01:31.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 10.848s coverage: 88.5% of statements [2023-05-29T22:01:31.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.615s coverage: 3.8% of statements [2023-05-29T22:01:43.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-29T22:01:43.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-29T22:01:43.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-29T22:01:44.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-29T22:01:44.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-29T22:01:44.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-29T22:01:44.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-29T22:01:44.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-29T22:01:44.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.653s coverage: 95.6% of statements [2023-05-29T22:01:44.465Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.197s coverage: 72.2% of statements [2023-05-29T22:01:49.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-29T22:01:49.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-29T22:01:49.805Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-29T22:01:49.805Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.247s coverage: 65.9% of statements [2023-05-29T22:01:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-29T22:01:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-29T22:01:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.401s coverage: 0.9% of statements [2023-05-29T22:01:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.247s coverage: 29.0% of statements [2023-05-29T22:02:04.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.284s coverage: 42.9% of statements [2023-05-29T22:02:04.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements [2023-05-29T22:02:04.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.238s coverage: 94.1% of statements [2023-05-29T22:02:04.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.277s coverage: 96.3% of statements [2023-05-29T22:02:06.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.210s coverage: 87.5% of statements [2023-05-29T22:02:09.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-29T22:02:09.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-29T22:02:09.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-29T22:02:09.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-29T22:02:12.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-29T22:02:12.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-29T22:02:12.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-29T22:02:12.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-29T22:02:18.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.204s coverage: 94.4% of statements [2023-05-29T22:02:18.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-29T22:02:18.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-29T22:02:18.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-29T22:02:18.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-29T22:02:24.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-29T22:02:24.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-29T22:02:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-29T22:02:33.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.111s coverage: 79.9% of statements [2023-05-29T22:02:34.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.268s coverage: 92.9% of statements [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.203s coverage: 62.3% of statements [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.203s coverage: 87.2% of statements [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.182s coverage: 20.0% of statements [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.184s coverage: 100.0% of statements [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.454s coverage: 81.8% of statements [2023-05-29T22:02:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.507s coverage: 82.1% of statements [2023-05-29T22:02:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-29T22:02:36.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 86.0% of statements [2023-05-29T22:02:41.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-29T22:02:41.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-29T22:02:41.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.026s coverage: 63.1% of statements [2023-05-29T22:02:41.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.267s coverage: 100.0% of statements [2023-05-29T22:02:43.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.140s coverage: 89.4% of statements [2023-05-29T22:02:43.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements [2023-05-29T22:02:43.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements [2023-05-29T22:02:43.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-29T22:02:43.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-29T22:02:43.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-29T22:02:43.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2023-05-29T22:02:51.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-29T22:02:51.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-29T22:02:51.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-29T22:02:51.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.985s coverage: 38.4% of statements [2023-05-29T22:02:51.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.264s coverage: 89.5% of statements [2023-05-29T22:02:56.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-29T22:02:56.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-29T22:02:56.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-29T22:02:56.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-29T22:02:56.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.224s coverage: 84.8% of statements [2023-05-29T22:03:02.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-29T22:03:02.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-29T22:03:02.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-29T22:03:02.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-29T22:03:08.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.297s coverage: 17.7% of statements [2023-05-29T22:03:08.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-29T22:03:08.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-29T22:03:08.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-29T22:03:08.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-29T22:03:09.068Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.558s coverage: 92.3% of statements [2023-05-29T22:03:12.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-29T22:03:12.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-29T22:03:12.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.276s coverage: 61.5% of statements [2023-05-29T22:03:15.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-29T22:03:15.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-29T22:03:15.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.7% of statements [2023-05-29T22:03:16.210Z] 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-05-29T22:03:16.210Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-29T22:03:16.210Z] go vet ./... [2023-05-29T22:05:57.249Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-29T22:05:57.249Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-29T22:05:57.249Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-29T22:05:57.288Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-29T22:05:57.624Z] + ls -al . [2023-05-29T22:05:57.624Z] total 700 [2023-05-29T22:05:57.624Z] drwxrwxr-x 10 1001 1001 4096 May 29 21:57 . [2023-05-29T22:05:57.624Z] drwxr-xr-x 4 root root 4096 May 29 21:57 .. [2023-05-29T22:05:57.624Z] drwxrwxr-x 2 1001 1001 4096 May 29 21:56 .blubracket [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 16 May 29 21:56 .dockerignore [2023-05-29T22:05:57.624Z] drwxrwxr-x 8 1001 1001 4096 May 29 21:56 .git [2023-05-29T22:05:57.624Z] drwxrwxr-x 3 1001 1001 4096 May 29 21:56 .github [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 1133 May 29 21:56 .gitignore [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 42 May 29 21:56 .golangci.yml [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 87 May 29 21:56 .hadolint.yml [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 166 May 29 21:56 .sonarcloud.properties [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 1171 May 29 21:56 ADOPTERS.md [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 10835 May 29 21:56 Attribution.txt [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 73765 May 29 21:56 CHANGELOG.md [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 3804 May 29 21:56 CONTRIBUTING.md [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 677 May 29 21:56 GOVERNANCE.md [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 883 May 29 21:56 Jenkinsfile [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 10775 May 29 21:56 LICENSE [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 14368 May 29 21:56 Makefile [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 582 May 29 21:56 OWNERS.md [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 9943 May 29 21:56 README.md [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 789 May 29 21:56 SECURITY.md [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 5 May 29 21:52 VERSION [2023-05-29T22:05:57.624Z] drwxrwxr-x 2 1001 1001 4096 May 29 21:56 bin [2023-05-29T22:05:57.624Z] drwxrwxr-x 18 1001 1001 4096 May 29 21:56 cmd [2023-05-29T22:05:57.624Z] -rw-r--r-- 1 root root 447730 May 29 22:03 coverage.out [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 3159 May 29 21:56 go.mod [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 30958 May 29 21:56 go.sum [2023-05-29T22:05:57.624Z] drwxrwxr-x 7 1001 1001 4096 May 29 21:56 internal [2023-05-29T22:05:57.624Z] drwxrwxr-x 3 1001 1001 4096 May 29 21:56 openapi [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 594 May 29 21:56 security.txt [2023-05-29T22:05:57.624Z] drwxrwxr-x 4 1001 1001 4096 May 29 21:56 snap [2023-05-29T22:05:57.624Z] -rw-rw-r-- 1 1001 1001 204 May 29 21:56 version.go [Pipeline] sh [2023-05-29T22:05:58.277Z] + '[' -e coverage.out ] [2023-05-29T22:05:58.277Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-29T22:05:58.322Z] Warning: overwriting stash ‘coverage-report’ [2023-05-29T22:05:59.093Z] Stashed 1 file(s) [Pipeline] sh [2023-05-29T22:05:59.736Z] + make build [2023-05-29T22:05:59.736Z] 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-05-29T22:07:36.515Z] 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-05-29T22:07:36.515Z] 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-05-29T22:07:36.515Z] 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-05-29T22:07:36.515Z] 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-05-29T22:08:23.378Z] 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-05-29T22:08:25.955Z] 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-05-29T22:08:32.592Z] 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-05-29T22:08:37.926Z] 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-05-29T22:08:41.265Z] 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-05-29T22:08:45.520Z] 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-05-29T22:08:50.859Z] 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-05-29T22:08:57.541Z] $ docker stop --time=1 5c0a6ca38f1ff5911469f12b0b4eda6eeeb758d34628fe94f0fb5344c489419c [2023-05-29T22:08:59.547Z] $ docker rm -f --volumes 5c0a6ca38f1ff5911469f12b0b4eda6eeeb758d34628fe94f0fb5344c489419c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:09:02.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-29T22:09:02.217Z] [2023-05-29T22:09:02.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:09:02.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-29T22:09:03.582Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-29T22:09:03.582Z] 29e5d40040c1: Pulling fs layer [2023-05-29T22:09:03.582Z] 1ce36da41761: Pulling fs layer [2023-05-29T22:09:03.582Z] 25b303627fd3: Pulling fs layer [2023-05-29T22:09:03.851Z] 29e5d40040c1: Verifying Checksum [2023-05-29T22:09:03.851Z] 29e5d40040c1: Download complete [2023-05-29T22:09:04.115Z] 1ce36da41761: Verifying Checksum [2023-05-29T22:09:04.115Z] 1ce36da41761: Download complete [2023-05-29T22:09:04.480Z] 29e5d40040c1: Pull complete [2023-05-29T22:09:05.447Z] 25b303627fd3: Verifying Checksum [2023-05-29T22:09:05.447Z] 1ce36da41761: Pull complete [2023-05-29T22:09:17.768Z] 25b303627fd3: Pull complete [2023-05-29T22:09:17.768Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-29T22:09:17.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-29T22:09:17.768Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:09:18.072Z] prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container [2023-05-29T22:09:18.137Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-29T22:09:20.187Z] $ docker top 52861f6c78b5b4ce12a3b836ee058c8dde9117fe3cb4214cbb9b5d254d938615 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:09:21.057Z] + docker-compose build --help [2023-05-29T22:09:21.057Z] + grep parallel [2023-05-29T22:09:25.285Z] --parallel Build images in parallel. [Pipeline] } [2023-05-29T22:09:25.326Z] $ docker stop --time=1 52861f6c78b5b4ce12a3b836ee058c8dde9117fe3cb4214cbb9b5d254d938615 [2023-05-29T22:09:26.918Z] $ docker rm -f --volumes 52861f6c78b5b4ce12a3b836ee058c8dde9117fe3cb4214cbb9b5d254d938615 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:09:27.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-29T22:09:27.587Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:09:27.844Z] prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container [2023-05-29T22:09:27.911Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-29T22:09:30.186Z] $ docker top 9eaf6ec58dbf3bd96c0946c4d42dd63032124cf518783cc04cb721c58071a345 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:09:30.710Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-29T22:09:34.948Z] Building core-command ... [2023-05-29T22:09:34.948Z] Building core-common-config-bootstrapper ... [2023-05-29T22:09:34.948Z] Building core-data ... [2023-05-29T22:09:34.948Z] Building core-metadata ... [2023-05-29T22:09:34.948Z] Building security-bootstrapper ... [2023-05-29T22:09:34.948Z] Building security-proxy-auth ... [2023-05-29T22:09:34.948Z] Building security-proxy-setup ... [2023-05-29T22:09:34.948Z] Building security-secretstore-setup ... [2023-05-29T22:09:34.948Z] Building security-spiffe-token-provider ... [2023-05-29T22:09:34.948Z] Building security-spire-agent ... [2023-05-29T22:09:34.948Z] Building security-spire-config ... [2023-05-29T22:09:34.948Z] Building security-spire-server ... [2023-05-29T22:09:34.948Z] Building support-notifications ... [2023-05-29T22:09:34.948Z] Building support-scheduler ... [2023-05-29T22:09:34.948Z] Building security-proxy-setup [2023-05-29T22:09:34.948Z] Building core-data [2023-05-29T22:09:34.948Z] Building security-proxy-auth [2023-05-29T22:09:34.948Z] Building security-spiffe-token-provider [2023-05-29T22:09:34.948Z] Building support-notifications [2023-05-29T22:10:21.773Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:10:21.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:10:21.773Z] ---> 42f30f978978 [2023-05-29T22:10:21.773Z] Step 3/22 : WORKDIR /edgex-go [2023-05-29T22:10:21.773Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:10:21.773Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:10:21.773Z] ---> 42f30f978978 [2023-05-29T22:10:21.773Z] Step 3/20 : WORKDIR /edgex-go [2023-05-29T22:10:21.773Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:10:21.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:10:21.773Z] ---> 42f30f978978 [2023-05-29T22:10:21.773Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:10:21.773Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:10:21.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:10:21.773Z] ---> 42f30f978978 [2023-05-29T22:10:21.773Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:10:21.773Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:10:21.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:10:21.773Z] ---> 42f30f978978 [2023-05-29T22:10:21.773Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:10:23.711Z] ---> Running in 82b9d1b63191 [2023-05-29T22:10:23.711Z] ---> Running in 350d846c4734 [2023-05-29T22:10:23.711Z] ---> Running in dea2a76dfb80 [2023-05-29T22:10:23.711Z] ---> Running in 99c10095d285 [2023-05-29T22:10:23.711Z] ---> Running in 205fd9ac2f78 [2023-05-29T22:10:23.711Z] Removing intermediate container 82b9d1b63191 [2023-05-29T22:10:23.711Z] ---> 7108551256ad [2023-05-29T22:10:23.711Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-29T22:10:23.988Z] ---> Running in a469521a2820 [2023-05-29T22:10:23.988Z] Removing intermediate container 205fd9ac2f78 [2023-05-29T22:10:23.988Z] ---> a4ee01650b6e [2023-05-29T22:10:23.988Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T22:10:23.988Z] Removing intermediate container 350d846c4734 [2023-05-29T22:10:23.988Z] ---> e15119b37625 [2023-05-29T22:10:23.988Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-29T22:10:23.988Z] Removing intermediate container 99c10095d285 [2023-05-29T22:10:23.988Z] ---> a1c76629d560 [2023-05-29T22:10:23.988Z] Step 4/23 : WORKDIR /edgex-goRemoving intermediate container dea2a76dfb80 [2023-05-29T22:10:23.988Z] ---> c006c69f7be9 [2023-05-29T22:10:23.988Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T22:10:23.988Z] [2023-05-29T22:10:24.254Z] ---> Running in 0b018b08a21e [2023-05-29T22:10:24.254Z] ---> Running in 133116200f0c [2023-05-29T22:10:24.254Z] ---> Running in fd3b6e759d35 [2023-05-29T22:10:24.254Z] ---> Running in 5c352e8753d0 [2023-05-29T22:10:25.218Z] Removing intermediate container 0b018b08a21e [2023-05-29T22:10:25.218Z] ---> d911abca9006 [2023-05-29T22:10:25.218Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-29T22:10:25.218Z] Removing intermediate container 133116200f0c [2023-05-29T22:10:25.218Z] ---> cdbb6dde35d8 [2023-05-29T22:10:25.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T22:10:25.218Z] Removing intermediate container 5c352e8753d0 [2023-05-29T22:10:25.218Z] ---> a1de46d218e9 [2023-05-29T22:10:25.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T22:10:25.218Z] ---> Running in 44ec314b38ce [2023-05-29T22:10:25.218Z] ---> Running in 71002f5e8db0 [2023-05-29T22:10:25.218Z] ---> Running in 6bde16633245 [2023-05-29T22:10:26.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:26.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:26.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:27.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:27.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:27.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:27.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:28.152Z] OK: 263 MiB in 53 packages [2023-05-29T22:10:28.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:28.152Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T22:10:28.152Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T22:10:28.152Z] OK: 17699 distinct packages available [2023-05-29T22:10:28.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:28.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:28.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:29.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:10:29.537Z] Removing intermediate container a469521a2820 [2023-05-29T22:10:29.537Z] ---> 9d599f4d67f0 [2023-05-29T22:10:29.537Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-29T22:10:29.804Z] OK: 263 MiB in 53 packages [2023-05-29T22:10:30.071Z] OK: 263 MiB in 53 packages [2023-05-29T22:10:30.338Z] OK: 263 MiB in 53 packages [2023-05-29T22:10:30.606Z] ---> 230b01841e02 [2023-05-29T22:10:30.606Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:10:30.606Z] OK: 263 MiB in 53 packages [2023-05-29T22:10:30.878Z] ---> Running in 2951d3261fd7 [2023-05-29T22:10:31.473Z] Removing intermediate container 44ec314b38ce [2023-05-29T22:10:31.473Z] ---> 2820fa04567a [2023-05-29T22:10:31.473Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T22:10:32.060Z] Removing intermediate container 6bde16633245 [2023-05-29T22:10:32.060Z] ---> edba31fa83a9 [2023-05-29T22:10:32.060Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T22:10:32.354Z] Removing intermediate container 71002f5e8db0 [2023-05-29T22:10:32.354Z] ---> d9f01e2e8fa8 [2023-05-29T22:10:32.354Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T22:10:32.635Z] Removing intermediate container fd3b6e759d35 [2023-05-29T22:10:32.635Z] ---> 9f15a8d5d4f2 [2023-05-29T22:10:32.635Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-29T22:10:32.635Z] ---> 59a92fe56d27 [2023-05-29T22:10:32.635Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:10:32.903Z] ---> Running in a266d9519c5e [2023-05-29T22:10:36.240Z] ---> 74895692656f [2023-05-29T22:10:36.240Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:10:36.240Z] ---> 61d8b6ebf6a6 [2023-05-29T22:10:36.240Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:10:36.240Z] ---> 930084c85ab4 [2023-05-29T22:10:36.240Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:10:36.240Z] ---> Running in 22aaf63faea4 [2023-05-29T22:10:36.240Z] ---> Running in 5525e42eb04e [2023-05-29T22:10:36.240Z] ---> Running in 4e0c555296f7 [2023-05-29T22:12:27.892Z] Removing intermediate container a266d9519c5e [2023-05-29T22:12:27.892Z] ---> 59a680e2cdb0 [2023-05-29T22:12:27.892Z] Step 8/23 : COPY . .Removing intermediate container 4e0c555296f7 [2023-05-29T22:12:27.892Z] [2023-05-29T22:12:27.892Z] ---> 1181b097fdff [2023-05-29T22:12:27.892Z] Step 7/20 : COPY . . [2023-05-29T22:12:27.892Z] Removing intermediate container 5525e42eb04e [2023-05-29T22:12:27.892Z] ---> b91f0bdc5772 [2023-05-29T22:12:27.892Z] Step 8/23 : COPY . . [2023-05-29T22:12:27.892Z] Removing intermediate container 2951d3261fd7 [2023-05-29T22:12:27.892Z] ---> 46deeaac3161 [2023-05-29T22:12:27.892Z] Step 7/22 : COPY . . [2023-05-29T22:12:27.892Z] Removing intermediate container 22aaf63faea4 [2023-05-29T22:12:27.892Z] ---> 9b732b71c5fb [2023-05-29T22:12:27.892Z] Step 8/23 : COPY . . [2023-05-29T22:12:32.170Z] ---> 280ea534d6cd [2023-05-29T22:12:32.170Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-29T22:12:32.170Z] ---> 09d650913620 [2023-05-29T22:12:32.170Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-29T22:12:32.170Z] ---> Running in f6c9771c7f26 [2023-05-29T22:12:32.170Z] ---> d974ca94916e [2023-05-29T22:12:32.170Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-29T22:12:32.170Z] ---> b536660ddee2 [2023-05-29T22:12:32.170Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-29T22:12:32.496Z] ---> Running in 3ce2af305ff8 [2023-05-29T22:12:32.496Z] ---> Running in a9ed555fad6e [2023-05-29T22:12:32.496Z] ---> 2bfbe68eed7d [2023-05-29T22:12:32.496Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-29T22:12:32.496Z] ---> Running in cc219ac9dbaf [2023-05-29T22:12:32.764Z] ---> Running in e165cd4d7789 [2023-05-29T22:12:34.175Z] 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-05-29T22:12:37.513Z] 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-05-29T22:12:37.513Z] 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-05-29T22:12:37.513Z] 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-05-29T22:12:37.513Z] 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-05-29T22:18:29.483Z] Removing intermediate container a9ed555fad6e [2023-05-29T22:18:29.483Z] ---> 29cda3989b81 [2023-05-29T22:18:29.483Z] [2023-05-29T22:18:29.483Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T22:18:29.483Z] 3.17: Pulling from library/alpine [2023-05-29T22:18:29.483Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-29T22:18:29.483Z] Status: Downloaded newer image for alpine:3.17 [2023-05-29T22:18:29.483Z] ---> 51e60588ff2c [2023-05-29T22:18:29.483Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-29T22:18:29.483Z] ---> Running in 0145e67f1810 [2023-05-29T22:18:29.483Z] Removing intermediate container 0145e67f1810 [2023-05-29T22:18:29.483Z] ---> c1dd4c052e57 [2023-05-29T22:18:29.483Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:18:29.483Z] ---> Running in 50612e959097 [2023-05-29T22:18:32.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:18:32.069Z] Removing intermediate container e165cd4d7789 [2023-05-29T22:18:32.069Z] ---> 23230a85be0f [2023-05-29T22:18:32.069Z] [2023-05-29T22:18:32.069Z] Step 9/22 : FROM alpine:3.17 [2023-05-29T22:18:32.069Z] ---> 51e60588ff2c [2023-05-29T22:18:32.069Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-29T22:18:32.069Z] ---> Running in 0a6dd9195425 [2023-05-29T22:18:32.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:18:33.612Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:18:34.195Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T22:18:34.195Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:18:34.195Z] OK: 8 MiB in 16 packages [2023-05-29T22:18:34.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:18:35.882Z] Removing intermediate container 50612e959097 [2023-05-29T22:18:35.882Z] ---> 4df009cf80ce [2023-05-29T22:18:35.882Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:18:35.882Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-29T22:18:35.882Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-29T22:18:36.148Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:18:36.148Z] OK: 8 MiB in 17 packages [2023-05-29T22:18:36.416Z] ---> b0d4b27852d8 [2023-05-29T22:18:36.416Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:18:37.839Z] ---> 0810ef2cac91 [2023-05-29T22:18:37.839Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-29T22:18:37.839Z] Removing intermediate container 0a6dd9195425 [2023-05-29T22:18:37.839Z] ---> d7e209f45911 [2023-05-29T22:18:37.839Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-29T22:18:38.114Z] ---> Running in 4d5017b45c45 [2023-05-29T22:18:38.696Z] Removing intermediate container 4d5017b45c45 [2023-05-29T22:18:38.696Z] ---> e903aca36d16 [2023-05-29T22:18:38.696Z] Step 12/22 : WORKDIR /edgex [2023-05-29T22:18:38.965Z] ---> Running in 4fb0dc1a4eb4 [2023-05-29T22:18:39.546Z] Removing intermediate container 4fb0dc1a4eb4 [2023-05-29T22:18:39.546Z] ---> 94d2a642fbc3 [2023-05-29T22:18:39.546Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:18:40.127Z] ---> 27df7b9cf6d7 [2023-05-29T22:18:40.127Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:18:40.710Z] ---> 2c4a1f6be748 [2023-05-29T22:18:40.710Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:18:41.292Z] ---> fc79bc096fa2 [2023-05-29T22:18:41.292Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-29T22:18:41.876Z] ---> 7e9a88cd2b57 [2023-05-29T22:18:41.876Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-29T22:18:42.174Z] ---> fe807aeb9deb [2023-05-29T22:18:42.174Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T22:18:42.439Z] ---> Running in e2a94886bc41 [2023-05-29T22:18:43.394Z] ---> 869adb19795f [2023-05-29T22:18:43.394Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-29T22:18:45.973Z] ---> 21023e961337 [2023-05-29T22:18:45.973Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-29T22:18:46.258Z] Removing intermediate container e2a94886bc41 [2023-05-29T22:18:46.258Z] ---> b2087c7350e7 [2023-05-29T22:18:46.258Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T22:18:46.258Z] ---> Running in 76b4cf6ec87e [2023-05-29T22:18:47.230Z] ---> 19c20e6da68d [2023-05-29T22:18:47.230Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T22:18:47.230Z] Removing intermediate container 76b4cf6ec87e [2023-05-29T22:18:47.230Z] ---> 975cf417d8cd [2023-05-29T22:18:47.230Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-29T22:18:47.230Z] ---> Running in fdf4ccb3b768 [2023-05-29T22:18:47.230Z] ---> Running in d2340ed19e98 [2023-05-29T22:18:48.208Z] Removing intermediate container d2340ed19e98 [2023-05-29T22:18:48.208Z] ---> 9607bf7d2691 [2023-05-29T22:18:48.208Z] Step 21/23 : LABEL arch=arm64 [2023-05-29T22:18:48.208Z] ---> Running in b4bd5e13c866 [2023-05-29T22:18:48.788Z] Removing intermediate container b4bd5e13c866 [2023-05-29T22:18:48.788Z] ---> 9a101599d1d8 [2023-05-29T22:18:48.788Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:18:48.788Z] ---> Running in 330fd6c2c0b3 [2023-05-29T22:18:49.366Z] Removing intermediate container 330fd6c2c0b3 [2023-05-29T22:18:49.366Z] ---> 6a746d585f6f [2023-05-29T22:18:49.366Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T22:18:49.630Z] ---> Running in 478b2cb4dbb1 [2023-05-29T22:18:50.209Z] Removing intermediate container 478b2cb4dbb1 [2023-05-29T22:18:50.209Z] ---> 3d1073c9cb33 [2023-05-29T22:18:50.209Z] [2023-05-29T22:18:50.806Z] Removing intermediate container fdf4ccb3b768 [2023-05-29T22:18:50.806Z] ---> 5e76976925e4 [2023-05-29T22:18:50.806Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T22:18:50.806Z] Successfully built 3d1073c9cb33 [2023-05-29T22:18:50.806Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-29T22:18:50.806Z] Building security-secretstore-setup [2023-05-29T22:18:50.806Z] ---> Running in aa229876f2ad [2023-05-29T22:18:51.387Z]  Building security-proxy-auth ... done Removing intermediate container aa229876f2ad [2023-05-29T22:18:51.387Z] ---> ab0a31fd80dc [2023-05-29T22:18:51.387Z] Step 20/22 : LABEL arch=arm64 [2023-05-29T22:18:51.652Z] ---> Running in 8c2847bad463 [2023-05-29T22:18:52.233Z] Removing intermediate container 8c2847bad463 [2023-05-29T22:18:52.233Z] ---> 99f7c58a0cb2 [2023-05-29T22:18:52.233Z] Step 21/22 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:18:52.233Z] ---> Running in 0d38e6e5f8db [2023-05-29T22:18:54.210Z] Removing intermediate container 0d38e6e5f8db [2023-05-29T22:18:54.210Z] ---> e7143892075d [2023-05-29T22:18:54.210Z] Step 22/22 : LABEL version=0.0.0 [2023-05-29T22:18:54.805Z] ---> Running in d15214ce50aa [2023-05-29T22:18:55.071Z] Removing intermediate container d15214ce50aa [2023-05-29T22:18:55.071Z] ---> 4bebe66180fd [2023-05-29T22:18:55.337Z] [2023-05-29T22:18:55.602Z] Successfully built 4bebe66180fd [2023-05-29T22:18:55.602Z] Successfully tagged security-proxy-setup-arm64:latest [2023-05-29T22:18:55.602Z] Building core-command [2023-05-29T22:19:13.804Z]  Building security-proxy-setup ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:19:13.804Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:19:13.804Z] ---> 42f30f978978 [2023-05-29T22:19:13.804Z] Step 3/25 : WORKDIR /edgex-go [2023-05-29T22:19:13.804Z] ---> Using cache [2023-05-29T22:19:13.804Z] ---> e15119b37625 [2023-05-29T22:19:13.804Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-29T22:19:13.804Z] ---> Running in f7400f29c5f1 [2023-05-29T22:19:13.804Z] Removing intermediate container f6c9771c7f26 [2023-05-29T22:19:13.804Z] ---> 285f13f27047 [2023-05-29T22:19:13.804Z] [2023-05-29T22:19:13.804Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T22:19:13.804Z] ---> 51e60588ff2c [2023-05-29T22:19:13.804Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T22:19:14.069Z] ---> Running in 74dd24ee8b5a [2023-05-29T22:19:15.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:19:15.026Z] Removing intermediate container 74dd24ee8b5a [2023-05-29T22:19:15.026Z] ---> 171a8ba4500f [2023-05-29T22:19:15.026Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-29T22:19:15.026Z] ---> Running in 48c81fbca3c0 [2023-05-29T22:19:15.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:19:15.878Z] Removing intermediate container 48c81fbca3c0 [2023-05-29T22:19:15.878Z] ---> 025ac214ac27 [2023-05-29T22:19:15.878Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-29T22:19:15.878Z] ---> Running in b3b55e0049b5 [2023-05-29T22:19:16.457Z] Removing intermediate container b3b55e0049b5 [2023-05-29T22:19:16.457Z] ---> 4ce89c72d4f5 [2023-05-29T22:19:16.457Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:19:16.723Z] ---> Running in 82ed12b57e57 [2023-05-29T22:19:17.302Z] OK: 263 MiB in 53 packages [2023-05-29T22:19:18.723Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:19:18.723Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:19:18.723Z] ---> 42f30f978978 [2023-05-29T22:19:18.723Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:19:18.723Z] ---> Using cache [2023-05-29T22:19:18.723Z] ---> a1c76629d560 [2023-05-29T22:19:18.723Z] Step 4/24 : WORKDIR /edgex-go [2023-05-29T22:19:18.723Z] ---> Using cache [2023-05-29T22:19:18.723Z] ---> a1de46d218e9 [2023-05-29T22:19:18.723Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-29T22:19:18.723Z] ---> Using cache [2023-05-29T22:19:18.723Z] ---> d9f01e2e8fa8 [2023-05-29T22:19:18.723Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-29T22:19:18.723Z] ---> Using cache [2023-05-29T22:19:18.723Z] ---> 930084c85ab4 [2023-05-29T22:19:18.723Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:19:18.723Z] ---> Using cache [2023-05-29T22:19:18.723Z] ---> b91f0bdc5772 [2023-05-29T22:19:18.723Z] Step 8/24 : COPY . . [2023-05-29T22:19:18.723Z] ---> Using cache [2023-05-29T22:19:18.723Z] ---> d974ca94916e [2023-05-29T22:19:18.723Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-29T22:19:18.994Z] Removing intermediate container f7400f29c5f1 [2023-05-29T22:19:18.994Z] ---> Running in e3faf03337e4 [2023-05-29T22:19:18.994Z] ---> 93b46cc21e85 [2023-05-29T22:19:18.994Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-29T22:19:19.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:19:20.233Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:19:20.233Z] ---> d1f21bada977 [2023-05-29T22:19:20.233Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:19:21.634Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T22:19:21.634Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:19:21.634Z] OK: 8 MiB in 16 packages [2023-05-29T22:19:21.634Z] ---> Running in dcf25f6cadda [2023-05-29T22:19:22.214Z] 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-05-29T22:19:23.171Z] Removing intermediate container 82ed12b57e57 [2023-05-29T22:19:23.171Z] ---> 731bfa26d481 [2023-05-29T22:19:23.171Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:19:24.571Z] ---> 2ca334c47393 [2023-05-29T22:19:24.571Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:19:25.150Z] ---> e3b4ad04494a [2023-05-29T22:19:25.150Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-29T22:19:27.085Z] ---> be42ff90d040 [2023-05-29T22:19:27.085Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:19:28.044Z] ---> 0b55c3ed576b [2023-05-29T22:19:28.044Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-29T22:19:28.044Z] ---> Running in 296e6dd85111 [2023-05-29T22:19:28.624Z] Removing intermediate container 296e6dd85111 [2023-05-29T22:19:28.624Z] ---> 8c557da311f6 [2023-05-29T22:19:28.624Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:19:28.624Z] ---> Running in 89364780be76 [2023-05-29T22:19:29.217Z] Removing intermediate container 89364780be76 [2023-05-29T22:19:29.217Z] ---> 893a18db3018 [2023-05-29T22:19:29.217Z] Step 21/23 : LABEL arch=arm64 [2023-05-29T22:19:29.483Z] ---> Running in d7463338d505 [2023-05-29T22:19:30.069Z] Removing intermediate container d7463338d505 [2023-05-29T22:19:30.069Z] ---> ec3521801031 [2023-05-29T22:19:30.069Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:19:30.069Z] ---> Running in 586f6183ac9e [2023-05-29T22:19:30.650Z] Removing intermediate container 586f6183ac9e [2023-05-29T22:19:30.650Z] ---> 5c31a4dc2796 [2023-05-29T22:19:30.650Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T22:19:30.650Z] ---> Running in a8d67c083eec [2023-05-29T22:19:31.226Z] Removing intermediate container a8d67c083eec [2023-05-29T22:19:31.226Z] ---> 93793fede26f [2023-05-29T22:19:31.226Z] [2023-05-29T22:19:31.492Z] Successfully built 93793fede26f [2023-05-29T22:19:31.492Z] Successfully tagged core-data-arm64:latest [2023-05-29T22:19:31.492Z]  Building core-data ... done Building core-metadata [2023-05-29T22:19:46.459Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:19:46.459Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:19:46.459Z] ---> 42f30f978978 [2023-05-29T22:19:46.459Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:19:46.459Z] ---> Using cache [2023-05-29T22:19:46.459Z] ---> a1c76629d560 [2023-05-29T22:19:46.459Z] Step 4/25 : WORKDIR /edgex-go [2023-05-29T22:19:46.459Z] ---> Using cache [2023-05-29T22:19:46.459Z] ---> a1de46d218e9 [2023-05-29T22:19:46.459Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-29T22:19:46.459Z] ---> Using cache [2023-05-29T22:19:46.459Z] ---> d9f01e2e8fa8 [2023-05-29T22:19:46.459Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-29T22:19:46.459Z] ---> Using cache [2023-05-29T22:19:46.459Z] ---> 930084c85ab4 [2023-05-29T22:19:46.459Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:19:46.459Z] ---> Using cache [2023-05-29T22:19:46.459Z] ---> b91f0bdc5772 [2023-05-29T22:19:46.459Z] Step 8/25 : COPY . . [2023-05-29T22:19:46.459Z] ---> Using cache [2023-05-29T22:19:46.459Z] ---> d974ca94916e [2023-05-29T22:19:46.459Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-29T22:19:46.736Z] ---> Running in 1c4cbd0824b6 [2023-05-29T22:19:48.680Z] 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-05-29T22:20:45.055Z] Removing intermediate container 3ce2af305ff8 [2023-05-29T22:20:45.055Z] ---> a05ff8c426c3 [2023-05-29T22:20:45.055Z] [2023-05-29T22:20:45.055Z] Step 9/20 : FROM alpine:3.17 [2023-05-29T22:20:45.055Z] ---> 51e60588ff2c [2023-05-29T22:20:45.055Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-29T22:20:45.055Z] ---> Running in 557ceddb7c19 [2023-05-29T22:20:45.055Z] Removing intermediate container 557ceddb7c19 [2023-05-29T22:20:45.055Z] ---> fe8f540ab1b2 [2023-05-29T22:20:45.055Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-29T22:20:45.055Z] ---> Running in a24724660ff7 [2023-05-29T22:20:45.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:20:45.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:20:45.320Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T22:20:45.320Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T22:20:45.320Z] OK: 17694 distinct packages available [2023-05-29T22:20:45.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:20:46.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:20:48.587Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-29T22:20:48.587Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-29T22:20:48.587Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-29T22:20:48.587Z] (4/9) Installing libcurl (8.1.1-r1) [2023-05-29T22:20:48.587Z] (5/9) Installing curl (8.1.1-r1) [2023-05-29T22:20:48.587Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-29T22:20:48.587Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-29T22:20:48.587Z] (8/9) Installing libucontext (1.2-r0) [2023-05-29T22:20:48.587Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-29T22:20:48.853Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:20:48.853Z] Executing ca-certificates-20230506-r0.trigger [2023-05-29T22:20:49.807Z] OK: 11 MiB in 24 packages [2023-05-29T22:20:53.135Z] Removing intermediate container a24724660ff7 [2023-05-29T22:20:53.135Z] ---> 1e840c8c8795 [2023-05-29T22:20:53.135Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:20:54.094Z] ---> daaf8428a86e [2023-05-29T22:20:54.094Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:20:58.340Z] ---> b25187912a1e [2023-05-29T22:20:58.340Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-29T22:21:00.914Z] ---> 731c8b5fe668 [2023-05-29T22:21:00.914Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:21:02.314Z] ---> 569c0c519c1d [2023-05-29T22:21:02.314Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-29T22:21:02.314Z] ---> Running in 2c36cf6cd720 [2023-05-29T22:21:02.894Z] Removing intermediate container 2c36cf6cd720 [2023-05-29T22:21:02.894Z] ---> 346367ba6c8b [2023-05-29T22:21:02.894Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-29T22:21:03.160Z] ---> Running in c6a18fd91c57 [2023-05-29T22:21:03.742Z] Removing intermediate container c6a18fd91c57 [2023-05-29T22:21:03.742Z] ---> c3f1bfa46db7 [2023-05-29T22:21:03.742Z] Step 18/20 : LABEL arch=arm64 [2023-05-29T22:21:03.742Z] ---> Running in 4f2f1db7f944 [2023-05-29T22:21:04.324Z] Removing intermediate container 4f2f1db7f944 [2023-05-29T22:21:04.324Z] ---> a3c597c3551f [2023-05-29T22:21:04.324Z] Step 19/20 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:21:04.591Z] ---> Running in d7c7d376815d [2023-05-29T22:21:05.172Z] Removing intermediate container d7c7d376815d [2023-05-29T22:21:05.172Z] ---> 2bd2b1475144 [2023-05-29T22:21:05.172Z] Step 20/20 : LABEL version=0.0.0 [2023-05-29T22:21:05.438Z] ---> Running in 84991ed4a883 [2023-05-29T22:21:06.017Z] Removing intermediate container 84991ed4a883 [2023-05-29T22:21:06.017Z] ---> 3e793c508977 [2023-05-29T22:21:06.017Z] [2023-05-29T22:21:06.017Z] Removing intermediate container dcf25f6cadda [2023-05-29T22:21:06.017Z] ---> fcf94d9196b0 [2023-05-29T22:21:06.017Z] Step 7/25 : COPY . . [2023-05-29T22:21:06.282Z] Successfully built 3e793c508977 [2023-05-29T22:21:06.282Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-29T22:21:06.282Z]  Building security-spiffe-token-provider ... done Building core-common-config-bootstrapper [2023-05-29T22:21:21.248Z] ---> a3c16501e997 [2023-05-29T22:21:21.248Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-29T22:21:21.248Z] ---> Running in c584ad4f6fcc [2023-05-29T22:21:22.653Z] 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-05-29T22:21:24.589Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:21:24.589Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:21:24.589Z] ---> 42f30f978978 [2023-05-29T22:21:24.589Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:21:24.589Z] ---> Using cache [2023-05-29T22:21:24.589Z] ---> a1c76629d560 [2023-05-29T22:21:24.589Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T22:21:24.589Z] ---> Using cache [2023-05-29T22:21:24.589Z] ---> a1de46d218e9 [2023-05-29T22:21:24.589Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T22:21:24.589Z] ---> Using cache [2023-05-29T22:21:24.589Z] ---> d9f01e2e8fa8 [2023-05-29T22:21:24.589Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T22:21:24.589Z] ---> Using cache [2023-05-29T22:21:24.589Z] ---> 930084c85ab4 [2023-05-29T22:21:24.589Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:21:24.589Z] ---> Using cache [2023-05-29T22:21:24.589Z] ---> b91f0bdc5772 [2023-05-29T22:21:24.589Z] Step 8/23 : COPY . . [2023-05-29T22:21:24.589Z] ---> Using cache [2023-05-29T22:21:24.589Z] ---> d974ca94916e [2023-05-29T22:21:24.589Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-29T22:21:25.172Z] ---> Running in ccded26229f1 [2023-05-29T22:21:27.108Z] 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-05-29T22:21:39.405Z] Removing intermediate container cc219ac9dbaf [2023-05-29T22:21:39.405Z] ---> e2e4908bd093 [2023-05-29T22:21:39.405Z] [2023-05-29T22:21:39.405Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T22:21:39.405Z] ---> 51e60588ff2c [2023-05-29T22:21:39.405Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-29T22:21:39.677Z] ---> Running in 6744bef3a5d9 [2023-05-29T22:21:41.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:21:42.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:21:43.611Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-29T22:21:43.878Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-29T22:21:43.878Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:21:43.878Z] Executing ca-certificates-20230506-r0.trigger [2023-05-29T22:21:44.462Z] OK: 8 MiB in 17 packages [2023-05-29T22:21:46.413Z] Removing intermediate container 6744bef3a5d9 [2023-05-29T22:21:46.413Z] ---> 655fc155d84b [2023-05-29T22:21:46.413Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T22:21:46.681Z] ---> Running in 3a6975891141 [2023-05-29T22:21:47.262Z] Removing intermediate container 3a6975891141 [2023-05-29T22:21:47.262Z] ---> 68236794ed72 [2023-05-29T22:21:47.262Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-29T22:21:47.262Z] ---> Running in 22f94c8086df [2023-05-29T22:21:47.952Z] Removing intermediate container 22f94c8086df [2023-05-29T22:21:47.952Z] ---> cc17d935ddb4 [2023-05-29T22:21:47.952Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-29T22:21:47.952Z] ---> Running in 0fa9532c12e6 [2023-05-29T22:21:48.229Z] Removing intermediate container 0fa9532c12e6 [2023-05-29T22:21:48.229Z] ---> 755bf09d7808 [2023-05-29T22:21:48.229Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:21:52.649Z] ---> bb7babe1cc5e [2023-05-29T22:21:52.649Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:21:53.313Z] ---> 1947217bf664 [2023-05-29T22:21:53.313Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-29T22:21:55.285Z] ---> 7db33f967053 [2023-05-29T22:21:55.285Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:21:56.242Z] ---> 0a56bb055525 [2023-05-29T22:21:56.242Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-29T22:21:56.518Z] ---> Running in f4a3b223a5e6 [2023-05-29T22:21:56.785Z] Removing intermediate container f4a3b223a5e6 [2023-05-29T22:21:56.785Z] ---> f0d8d6cb896c [2023-05-29T22:21:56.785Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:21:57.061Z] ---> Running in e17b8d19326a [2023-05-29T22:21:57.327Z] Removing intermediate container e17b8d19326a [2023-05-29T22:21:57.327Z] ---> cc026791c207 [2023-05-29T22:21:57.327Z] Step 21/23 : LABEL arch=arm64 [2023-05-29T22:21:57.602Z] ---> Running in ca932aac2766 [2023-05-29T22:21:58.188Z] Removing intermediate container ca932aac2766 [2023-05-29T22:21:58.188Z] ---> 042ba08ff5d5 [2023-05-29T22:21:58.188Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:21:58.188Z] ---> Running in eda9595e08a7 [2023-05-29T22:21:58.767Z] Removing intermediate container eda9595e08a7 [2023-05-29T22:21:58.767Z] ---> 489cc919503e [2023-05-29T22:21:58.767Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T22:21:58.767Z] ---> Running in 0050c9a0d16c [2023-05-29T22:21:59.350Z] Removing intermediate container 0050c9a0d16c [2023-05-29T22:21:59.350Z] ---> 2fbd501e0a89 [2023-05-29T22:21:59.350Z] [2023-05-29T22:21:59.618Z] Successfully built 2fbd501e0a89 [2023-05-29T22:21:59.618Z] Successfully tagged support-notifications-arm64:latest [2023-05-29T22:21:59.618Z]  Building support-notifications ... done Building security-spire-config [2023-05-29T22:22:17.799Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:22:17.799Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:22:17.799Z] ---> 42f30f978978 [2023-05-29T22:22:17.799Z] Step 3/27 : WORKDIR /edgex-go [2023-05-29T22:22:17.799Z] ---> Using cache [2023-05-29T22:22:17.799Z] ---> e15119b37625 [2023-05-29T22:22:17.799Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-29T22:22:17.799Z] ---> Running in 9a5442d3d198 [2023-05-29T22:22:18.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:22:19.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:22:20.740Z] OK: 263 MiB in 53 packages [2023-05-29T22:22:22.146Z] Removing intermediate container 9a5442d3d198 [2023-05-29T22:22:22.146Z] ---> 50cf148c86c0 [2023-05-29T22:22:22.146Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-29T22:22:22.735Z] ---> f6b064b7c1c1 [2023-05-29T22:22:22.735Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:22:23.001Z] ---> Running in 7036c72e6662 [2023-05-29T22:23:59.613Z] Removing intermediate container 7036c72e6662 [2023-05-29T22:23:59.613Z] ---> 5f10951313fb [2023-05-29T22:23:59.613Z] Step 7/27 : COPY . . [2023-05-29T22:24:02.958Z] ---> c588cb8ce15d [2023-05-29T22:24:02.958Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-29T22:24:02.958Z] ---> Running in 477d51c819d9 [2023-05-29T22:24:03.226Z] Removing intermediate container 477d51c819d9 [2023-05-29T22:24:03.226Z] ---> aeb8bfa8f864 [2023-05-29T22:24:03.226Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-29T22:24:03.491Z] ---> Running in 2dcbbcc4f755 [2023-05-29T22:24:04.074Z] Removing intermediate container 2dcbbcc4f755 [2023-05-29T22:24:04.074Z] ---> 3f59120ec25c [2023-05-29T22:24:04.074Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-29T22:24:04.341Z] ---> Running in 3e55f6f5258e [2023-05-29T22:24:04.924Z] Removing intermediate container 3e55f6f5258e [2023-05-29T22:24:04.924Z] ---> 76ef6cfdfa78 [2023-05-29T22:24:04.924Z] 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-05-29T22:24:04.924Z] ---> Running in e5779ae049ce [2023-05-29T22:24:10.299Z] Removing intermediate container e5779ae049ce [2023-05-29T22:24:10.299Z] ---> 800ebb50f052 [2023-05-29T22:24:10.299Z] Step 12/27 : WORKDIR /edgex-go [2023-05-29T22:24:10.299Z] ---> Running in bdcfb3af5fd6 [2023-05-29T22:24:10.565Z] Removing intermediate container bdcfb3af5fd6 [2023-05-29T22:24:10.565Z] ---> 72bf5808ffca [2023-05-29T22:24:10.565Z] [2023-05-29T22:24:10.565Z] Step 13/27 : FROM alpine:3.17 [2023-05-29T22:24:10.565Z] ---> 51e60588ff2c [2023-05-29T22:24:10.565Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-29T22:24:10.565Z] ---> Running in 2a6add81be85 [2023-05-29T22:24:11.149Z] Removing intermediate container 2a6add81be85 [2023-05-29T22:24:11.149Z] ---> 2ad10dfe50a7 [2023-05-29T22:24:11.149Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-29T22:24:11.149Z] ---> Running in 5e1b54ef927f [2023-05-29T22:24:13.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:24:14.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:24:15.444Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T22:24:15.444Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T22:24:15.444Z] OK: 17694 distinct packages available [2023-05-29T22:24:15.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:24:16.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:24:17.350Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-29T22:24:17.350Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-29T22:24:17.350Z] (3/4) Installing libucontext (1.2-r0) [2023-05-29T22:24:17.350Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-29T22:24:17.350Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:24:17.350Z] OK: 8 MiB in 19 packages [2023-05-29T22:24:19.299Z] Removing intermediate container 5e1b54ef927f [2023-05-29T22:24:19.299Z] ---> 2bf82185ff37 [2023-05-29T22:24:19.299Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:24:19.879Z] ---> 664896d1446b [2023-05-29T22:24:19.879Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:24:22.447Z] ---> 9aeab9b4cd2a [2023-05-29T22:24:22.447Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-29T22:24:29.123Z] ---> a682018ac0df [2023-05-29T22:24:29.123Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-29T22:24:29.123Z] ---> dbfcf21b5c12 [2023-05-29T22:24:29.123Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-29T22:24:29.123Z] ---> Running in 792b3456a4e0 [2023-05-29T22:24:29.716Z] Removing intermediate container 792b3456a4e0 [2023-05-29T22:24:29.716Z] ---> a76cb969195b [2023-05-29T22:24:29.716Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-29T22:24:30.673Z] ---> 840f3a806a70 [2023-05-29T22:24:30.673Z] Step 22/27 : WORKDIR / [2023-05-29T22:24:30.673Z] ---> Running in da96669ed819 [2023-05-29T22:24:31.257Z] Removing intermediate container da96669ed819 [2023-05-29T22:24:31.257Z] ---> b1a106b35035 [2023-05-29T22:24:31.257Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-29T22:24:31.257Z] ---> Running in d0709d1b28b4 [2023-05-29T22:24:31.840Z] Removing intermediate container d0709d1b28b4 [2023-05-29T22:24:31.840Z] ---> 8d158e8085a6 [2023-05-29T22:24:31.840Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-29T22:24:31.840Z] ---> Running in 62024eb367b2 [2023-05-29T22:24:32.423Z] Removing intermediate container 62024eb367b2 [2023-05-29T22:24:32.423Z] ---> d253dfa09ea3 [2023-05-29T22:24:32.423Z] Step 25/27 : LABEL arch=arm64 [2023-05-29T22:24:32.423Z] ---> Running in 7ce1e2715a08 [2023-05-29T22:24:35.751Z] Removing intermediate container 7ce1e2715a08 [2023-05-29T22:24:35.751Z] ---> 310aa3d84c10 [2023-05-29T22:24:35.751Z] Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:24:35.751Z] ---> Running in 893c9f029afd [2023-05-29T22:24:36.019Z] Removing intermediate container 893c9f029afd [2023-05-29T22:24:36.019Z] ---> 77144141e0bd [2023-05-29T22:24:36.019Z] Step 27/27 : LABEL version=0.0.0 [2023-05-29T22:24:36.284Z] ---> Running in 6176c7e8f02d [2023-05-29T22:24:36.864Z] Removing intermediate container 6176c7e8f02d [2023-05-29T22:24:36.864Z] ---> 1ae80e3adc54 [2023-05-29T22:24:36.864Z] [2023-05-29T22:24:36.864Z] Successfully built 1ae80e3adc54 [2023-05-29T22:24:36.864Z] Successfully tagged security-spire-config-arm64:latest [2023-05-29T22:24:36.864Z]  Building security-spire-config ... done Building security-bootstrapper [2023-05-29T22:24:55.050Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:24:55.050Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:24:55.050Z] ---> 42f30f978978 [2023-05-29T22:24:55.050Z] Step 3/33 : WORKDIR /edgex-go [2023-05-29T22:24:55.050Z] ---> Using cache [2023-05-29T22:24:55.050Z] ---> e15119b37625 [2023-05-29T22:24:55.050Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-29T22:24:55.050Z] ---> Using cache [2023-05-29T22:24:55.050Z] ---> 93b46cc21e85 [2023-05-29T22:24:55.050Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-29T22:24:55.050Z] ---> Using cache [2023-05-29T22:24:55.050Z] ---> d1f21bada977 [2023-05-29T22:24:55.050Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:24:55.050Z] ---> Using cache [2023-05-29T22:24:55.050Z] ---> fcf94d9196b0 [2023-05-29T22:24:55.050Z] Step 7/33 : COPY . . [2023-05-29T22:24:55.050Z] ---> Using cache [2023-05-29T22:24:55.050Z] ---> a3c16501e997 [2023-05-29T22:24:55.050Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-29T22:24:55.315Z] ---> Running in 6c4dd526183d [2023-05-29T22:24:57.246Z] 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-05-29T22:26:18.838Z] Removing intermediate container e3faf03337e4 [2023-05-29T22:26:18.838Z] ---> 55c069d2a145 [2023-05-29T22:26:18.838Z] [2023-05-29T22:26:18.838Z] Step 10/24 : FROM alpine:3.17 [2023-05-29T22:26:18.838Z] ---> 51e60588ff2c [2023-05-29T22:26:18.838Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:26:18.838Z] ---> Running in c53ea289a08e [2023-05-29T22:26:18.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:26:18.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:26:18.838Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-29T22:26:18.838Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:26:18.838Z] OK: 8 MiB in 16 packages [2023-05-29T22:26:18.838Z] Removing intermediate container c53ea289a08e [2023-05-29T22:26:18.838Z] ---> 637f2f24b688 [2023-05-29T22:26:18.838Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T22:26:18.838Z] ---> Running in 44bb3a385f5b [2023-05-29T22:26:18.838Z] Removing intermediate container 44bb3a385f5b [2023-05-29T22:26:18.838Z] ---> 88fe2ff849de [2023-05-29T22:26:18.838Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-29T22:26:18.838Z] ---> Running in 4873ca928548 [2023-05-29T22:26:18.838Z] Removing intermediate container 4873ca928548 [2023-05-29T22:26:18.838Z] ---> 4cce98ace654 [2023-05-29T22:26:18.838Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-29T22:26:18.838Z] ---> Running in 915aa9c163ae [2023-05-29T22:26:18.838Z] Removing intermediate container 915aa9c163ae [2023-05-29T22:26:18.838Z] ---> 01813386e055 [2023-05-29T22:26:18.838Z] Step 15/24 : WORKDIR / [2023-05-29T22:26:18.838Z] ---> Running in 8b6474574d05 [2023-05-29T22:26:18.838Z] Removing intermediate container 8b6474574d05 [2023-05-29T22:26:18.838Z] ---> 54d4cc59254f [2023-05-29T22:26:18.838Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:26:18.838Z] ---> 20f4ced4e061 [2023-05-29T22:26:18.838Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:26:18.838Z] ---> 0ed80ad7f77b [2023-05-29T22:26:18.838Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-29T22:26:18.838Z] ---> e86216aee757 [2023-05-29T22:26:18.838Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:26:18.838Z] ---> 9272e47292d5 [2023-05-29T22:26:18.838Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-29T22:26:18.838Z] ---> Running in a554be4890a9 [2023-05-29T22:26:18.838Z] Removing intermediate container a554be4890a9 [2023-05-29T22:26:18.838Z] ---> 2504f32e77b7 [2023-05-29T22:26:18.838Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:26:18.838Z] ---> Running in 68094e6a09fb [2023-05-29T22:26:19.429Z] Removing intermediate container 68094e6a09fb [2023-05-29T22:26:19.429Z] ---> 8eb364d36be7 [2023-05-29T22:26:19.429Z] Step 22/24 : LABEL arch=arm64 [2023-05-29T22:26:19.429Z] ---> Running in 1bdc4b59d74c [2023-05-29T22:26:22.008Z] Removing intermediate container 1bdc4b59d74c [2023-05-29T22:26:22.008Z] ---> 39a4948e417d [2023-05-29T22:26:22.008Z] Step 23/24 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:26:22.008Z] ---> Running in a68c0e5bc9c4 [2023-05-29T22:26:22.276Z] Removing intermediate container a68c0e5bc9c4 [2023-05-29T22:26:22.276Z] ---> d6e2563c7a30 [2023-05-29T22:26:22.276Z] Step 24/24 : LABEL version=0.0.0 [2023-05-29T22:26:22.542Z] ---> Running in 546f709de511 [2023-05-29T22:26:22.806Z] Removing intermediate container 546f709de511 [2023-05-29T22:26:22.806Z] ---> da65ed2d5d25 [2023-05-29T22:26:22.806Z] [2023-05-29T22:26:23.073Z] Successfully built da65ed2d5d25 [2023-05-29T22:26:23.073Z] Successfully tagged core-command-arm64:latest [2023-05-29T22:26:23.073Z]  Building core-command ... done Building security-spire-server [2023-05-29T22:26:38.103Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:26:38.103Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:26:38.103Z] ---> 42f30f978978 [2023-05-29T22:26:38.103Z] Step 3/26 : WORKDIR /edgex-go [2023-05-29T22:26:38.103Z] ---> Using cache [2023-05-29T22:26:38.103Z] ---> e15119b37625 [2023-05-29T22:26:38.104Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-29T22:26:38.104Z] ---> Using cache [2023-05-29T22:26:38.104Z] ---> 50cf148c86c0 [2023-05-29T22:26:38.104Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-29T22:26:38.104Z] ---> Using cache [2023-05-29T22:26:38.104Z] ---> f6b064b7c1c1 [2023-05-29T22:26:38.104Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:26:38.104Z] ---> Using cache [2023-05-29T22:26:38.104Z] ---> 5f10951313fb [2023-05-29T22:26:38.104Z] Step 7/26 : COPY . . [2023-05-29T22:26:38.104Z] ---> Using cache [2023-05-29T22:26:38.104Z] ---> c588cb8ce15d [2023-05-29T22:26:38.104Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-29T22:26:38.104Z] ---> Using cache [2023-05-29T22:26:38.104Z] ---> aeb8bfa8f864 [2023-05-29T22:26:38.104Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-29T22:26:38.104Z] ---> Using cache [2023-05-29T22:26:38.104Z] ---> 3f59120ec25c [2023-05-29T22:26:38.104Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-29T22:26:38.104Z] ---> Using cache [2023-05-29T22:26:38.104Z] ---> 76ef6cfdfa78 [2023-05-29T22:26:38.104Z] 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-05-29T22:26:38.720Z] ---> Running in 0371106badf9 [2023-05-29T22:26:41.378Z] Removing intermediate container 0371106badf9 [2023-05-29T22:26:41.378Z] ---> e1d91f63eec0 [2023-05-29T22:26:41.378Z] Step 12/26 : WORKDIR /edgex-go [2023-05-29T22:26:41.645Z] ---> Running in 5ec5d17b6e07 [2023-05-29T22:26:42.239Z] Removing intermediate container 5ec5d17b6e07 [2023-05-29T22:26:42.239Z] ---> 7db90a59c36c [2023-05-29T22:26:42.239Z] [2023-05-29T22:26:42.239Z] Step 13/26 : FROM alpine:3.17 [2023-05-29T22:26:42.239Z] ---> 51e60588ff2c [2023-05-29T22:26:42.239Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-29T22:26:42.239Z] ---> Using cache [2023-05-29T22:26:42.239Z] ---> 2ad10dfe50a7 [2023-05-29T22:26:42.239Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-29T22:26:42.506Z] ---> Running in 719ca8c62665 [2023-05-29T22:26:45.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:26:46.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:26:48.444Z] v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-29T22:26:48.444Z] v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-29T22:26:48.444Z] OK: 17694 distinct packages available [2023-05-29T22:26:48.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:26:49.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:26:50.812Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-29T22:26:50.812Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-29T22:26:50.812Z] (3/5) Installing libucontext (1.2-r0) [2023-05-29T22:26:50.812Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-29T22:26:50.812Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-29T22:26:51.077Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:26:51.077Z] OK: 9 MiB in 20 packages [2023-05-29T22:26:53.027Z] Removing intermediate container 1c4cbd0824b6 [2023-05-29T22:26:53.027Z] ---> 8cbe7509aa2a [2023-05-29T22:26:53.027Z] [2023-05-29T22:26:53.027Z] Step 10/25 : FROM alpine:3.17 [2023-05-29T22:26:53.027Z] ---> 51e60588ff2c [2023-05-29T22:26:53.027Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:26:53.027Z] ---> Using cache [2023-05-29T22:26:53.027Z] ---> 637f2f24b688 [2023-05-29T22:26:53.027Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T22:26:53.027Z] ---> Using cache [2023-05-29T22:26:53.027Z] ---> 88fe2ff849de [2023-05-29T22:26:53.027Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-29T22:26:53.027Z] Removing intermediate container 719ca8c62665 [2023-05-29T22:26:53.027Z] ---> 9d71e8689367 [2023-05-29T22:26:53.027Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:26:53.027Z] ---> Running in 71f84c102a85 [2023-05-29T22:26:53.986Z] Removing intermediate container 71f84c102a85 [2023-05-29T22:26:53.986Z] ---> f9259376ad8f [2023-05-29T22:26:53.987Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-29T22:26:53.987Z] ---> Running in 718033bdaa8c [2023-05-29T22:26:53.987Z] ---> 22e2d7434624 [2023-05-29T22:26:53.987Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:26:54.574Z] Removing intermediate container 718033bdaa8c [2023-05-29T22:26:54.574Z] ---> fdecde33489a [2023-05-29T22:26:54.574Z] Step 15/25 : WORKDIR / [2023-05-29T22:26:54.839Z] ---> Running in 913d4cd4b6bb [2023-05-29T22:26:55.423Z] ---> 9c21033e7f06 [2023-05-29T22:26:55.423Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-29T22:26:55.688Z] Removing intermediate container 913d4cd4b6bb [2023-05-29T22:26:55.688Z] ---> fda8763fedff [2023-05-29T22:26:55.688Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:26:57.090Z] ---> 96e46a1132a7 [2023-05-29T22:26:57.090Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:26:58.491Z] ---> 8766a3a71549 [2023-05-29T22:26:58.491Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-29T22:27:01.823Z] ---> 7e5185b033cd [2023-05-29T22:27:01.823Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:27:04.396Z] ---> a73324e70bd8 [2023-05-29T22:27:04.396Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-29T22:27:04.662Z] ---> 0ddd7a90c643 [2023-05-29T22:27:04.662Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-29T22:27:06.067Z] ---> 4333724d7b6e [2023-05-29T22:27:06.067Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-29T22:27:06.067Z] ---> dc52e46de77c [2023-05-29T22:27:06.067Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-29T22:27:06.067Z] ---> Running in 184efc937f3c [2023-05-29T22:27:06.653Z] Removing intermediate container 184efc937f3c [2023-05-29T22:27:06.653Z] ---> 3465afba6f53 [2023-05-29T22:27:06.653Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:27:06.653Z] ---> Running in 410e6ff68736 [2023-05-29T22:27:06.918Z] ---> a7f22e461596 [2023-05-29T22:27:06.918Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-29T22:27:07.184Z] Removing intermediate container 410e6ff68736 [2023-05-29T22:27:07.184Z] ---> 8961e55e1461 [2023-05-29T22:27:07.184Z] Step 23/25 : LABEL arch=arm64 [2023-05-29T22:27:07.451Z] ---> Running in 2cb93903800a [2023-05-29T22:27:08.063Z] ---> 9b5565aee023 [2023-05-29T22:27:08.063Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-29T22:27:08.331Z] Removing intermediate container 2cb93903800a [2023-05-29T22:27:08.331Z] ---> 99f353396f83 [2023-05-29T22:27:08.331Z] Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:27:08.331Z] ---> Running in c4db341e5a80 [2023-05-29T22:27:08.331Z] ---> Running in c1355a3b1c18 [2023-05-29T22:27:08.922Z] Removing intermediate container c1355a3b1c18 [2023-05-29T22:27:08.923Z] ---> 9ecc68f51a4d [2023-05-29T22:27:08.923Z] Step 25/25 : LABEL version=0.0.0 [2023-05-29T22:27:08.923Z] Removing intermediate container c4db341e5a80 [2023-05-29T22:27:08.923Z] ---> ae4166d48d9d [2023-05-29T22:27:08.923Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-29T22:27:08.923Z] ---> Running in 782879d895cb [2023-05-29T22:27:09.189Z] ---> Running in eeec8dbf5b29 [2023-05-29T22:27:09.771Z] Removing intermediate container 782879d895cb [2023-05-29T22:27:09.771Z] ---> 672ddd31d93e [2023-05-29T22:27:09.771Z] [2023-05-29T22:27:09.771Z] Removing intermediate container eeec8dbf5b29 [2023-05-29T22:27:09.771Z] ---> 37abf51e4c3a [2023-05-29T22:27:09.771Z] Step 24/26 : LABEL arch=arm64 [2023-05-29T22:27:09.771Z] ---> Running in 7d09f797b4ca [2023-05-29T22:27:10.355Z] Successfully built 672ddd31d93e [2023-05-29T22:27:10.355Z] Successfully tagged core-metadata-arm64:latest [2023-05-29T22:27:10.355Z]  Building core-metadata ... done Building support-scheduler [2023-05-29T22:27:10.623Z] Removing intermediate container 7d09f797b4ca [2023-05-29T22:27:10.623Z] ---> 967b803170ae [2023-05-29T22:27:10.623Z] Step 25/26 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:27:10.623Z] ---> Running in 3f56e3847db4 [2023-05-29T22:27:11.211Z] Removing intermediate container 3f56e3847db4 [2023-05-29T22:27:11.211Z] ---> 1b50d4028538 [2023-05-29T22:27:11.211Z] Step 26/26 : LABEL version=0.0.0 [2023-05-29T22:27:11.211Z] ---> Running in e5a4b212f273 [2023-05-29T22:27:11.790Z] Removing intermediate container e5a4b212f273 [2023-05-29T22:27:11.790Z] ---> 25df65b561da [2023-05-29T22:27:11.790Z] [2023-05-29T22:27:12.057Z] Successfully built 25df65b561da [2023-05-29T22:27:12.057Z] Successfully tagged security-spire-server-arm64:latest [2023-05-29T22:27:12.057Z]  Building security-spire-server ... done Building security-spire-agent [2023-05-29T22:27:27.020Z] 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-05-29T22:27:35.203Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:27:35.203Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:27:35.203Z] ---> 42f30f978978 [2023-05-29T22:27:35.203Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-29T22:27:35.203Z] ---> Using cache [2023-05-29T22:27:35.203Z] ---> a1c76629d560 [2023-05-29T22:27:35.203Z] Step 4/23 : WORKDIR /edgex-go [2023-05-29T22:27:35.203Z] ---> Using cache [2023-05-29T22:27:35.203Z] ---> a1de46d218e9 [2023-05-29T22:27:35.203Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-29T22:27:35.203Z] ---> Using cache [2023-05-29T22:27:35.203Z] ---> d9f01e2e8fa8 [2023-05-29T22:27:35.203Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-29T22:27:35.203Z] ---> Using cache [2023-05-29T22:27:35.203Z] ---> 930084c85ab4 [2023-05-29T22:27:35.203Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:27:35.203Z] ---> Using cache [2023-05-29T22:27:35.203Z] ---> b91f0bdc5772 [2023-05-29T22:27:35.203Z] Step 8/23 : COPY . . [2023-05-29T22:27:35.203Z] ---> Using cache [2023-05-29T22:27:35.203Z] ---> d974ca94916e [2023-05-29T22:27:35.203Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-29T22:27:36.163Z] ---> Running in 10adcf73e026 [2023-05-29T22:27:37.119Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-29T22:27:37.119Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-29T22:27:37.119Z] ---> 42f30f978978 [2023-05-29T22:27:37.119Z] Step 3/27 : WORKDIR /edgex-go [2023-05-29T22:27:37.119Z] ---> Using cache [2023-05-29T22:27:37.119Z] ---> e15119b37625 [2023-05-29T22:27:37.119Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-29T22:27:37.119Z] ---> Using cache [2023-05-29T22:27:37.119Z] ---> 50cf148c86c0 [2023-05-29T22:27:37.119Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-29T22:27:37.119Z] ---> Using cache [2023-05-29T22:27:37.119Z] ---> f6b064b7c1c1 [2023-05-29T22:27:37.119Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-29T22:27:37.119Z] ---> Using cache [2023-05-29T22:27:37.119Z] ---> 5f10951313fb [2023-05-29T22:27:37.119Z] Step 7/27 : COPY . . [2023-05-29T22:27:37.384Z] ---> Using cache [2023-05-29T22:27:37.384Z] ---> c588cb8ce15d [2023-05-29T22:27:37.384Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-29T22:27:37.384Z] ---> Using cache [2023-05-29T22:27:37.384Z] ---> aeb8bfa8f864 [2023-05-29T22:27:37.384Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.385Z] ---> 3f59120ec25c [2023-05-29T22:27:37.385Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.385Z] ---> 76ef6cfdfa78 [2023-05-29T22:27:37.385Z] 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-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.385Z] ---> 800ebb50f052 [2023-05-29T22:27:37.385Z] Step 12/27 : WORKDIR /edgex-go [2023-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.385Z] ---> 72bf5808ffca [2023-05-29T22:27:37.385Z] [2023-05-29T22:27:37.385Z] Step 13/27 : FROM alpine:3.17 [2023-05-29T22:27:37.385Z] ---> 51e60588ff2c [2023-05-29T22:27:37.385Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.385Z] ---> 2ad10dfe50a7 [2023-05-29T22:27:37.385Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.385Z] ---> 9d71e8689367 [2023-05-29T22:27:37.385Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.385Z] ---> 22e2d7434624 [2023-05-29T22:27:37.385Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:27:37.385Z] ---> Using cache [2023-05-29T22:27:37.650Z] ---> 9c21033e7f06 [2023-05-29T22:27:37.650Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-29T22:27:38.230Z] 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-05-29T22:27:46.420Z] ---> 5934e79e1f6c [2023-05-29T22:27:46.420Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-29T22:27:47.828Z] Removing intermediate container c584ad4f6fcc [2023-05-29T22:27:47.828Z] ---> 10724338159d [2023-05-29T22:27:47.828Z] [2023-05-29T22:27:47.828Z] Step 9/25 : FROM alpine:3.17 [2023-05-29T22:27:47.828Z] ---> 51e60588ff2c [2023-05-29T22:27:47.828Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-29T22:27:47.828Z] ---> Running in a55865666865 [2023-05-29T22:27:50.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:27:51.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:27:52.329Z] ---> c4eef9c3bdfb [2023-05-29T22:27:52.329Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-29T22:27:53.282Z] (1/3) Installing ca-certificates (20230506-r0) [2023-05-29T22:27:53.282Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-29T22:27:53.282Z] (3/3) Installing su-exec (0.2-r2) [2023-05-29T22:27:53.282Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:27:53.282Z] Executing ca-certificates-20230506-r0.trigger [2023-05-29T22:27:53.548Z] ---> 666b404556c7 [2023-05-29T22:27:53.548Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-29T22:27:54.129Z] OK: 8 MiB in 18 packages [2023-05-29T22:27:55.103Z] ---> 4d3a440703aa [2023-05-29T22:27:55.103Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-29T22:27:57.697Z] ---> 0dfe43f92b31 [2023-05-29T22:27:57.697Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-29T22:27:58.007Z] Removing intermediate container a55865666865 [2023-05-29T22:27:58.007Z] ---> 2d29e4331a4d [2023-05-29T22:27:58.007Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-29T22:27:58.007Z] ---> Running in 7dd59b47b02c [2023-05-29T22:27:58.007Z] ---> Running in 656391e37edf [2023-05-29T22:27:58.969Z] Removing intermediate container 7dd59b47b02c [2023-05-29T22:27:58.969Z] ---> 76e11adae0b0 [2023-05-29T22:27:58.969Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-29T22:27:58.969Z] ---> Running in c53f63c1f6a2 [2023-05-29T22:27:58.969Z] Removing intermediate container 656391e37edf [2023-05-29T22:27:58.969Z] ---> 4671a5d434a1 [2023-05-29T22:27:58.969Z] Step 12/25 : WORKDIR / [2023-05-29T22:27:59.235Z] ---> Running in 3930ad7e5109 [2023-05-29T22:28:00.190Z] Removing intermediate container 3930ad7e5109 [2023-05-29T22:28:00.190Z] ---> 87ec10f37394 [2023-05-29T22:28:00.190Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:28:00.190Z] Removing intermediate container c53f63c1f6a2 [2023-05-29T22:28:00.190Z] ---> 3390bc65ad82 [2023-05-29T22:28:00.190Z] Step 25/27 : LABEL arch=arm64 [2023-05-29T22:28:00.190Z] ---> Running in 2bbc564b2aa8 [2023-05-29T22:28:01.155Z] Removing intermediate container 2bbc564b2aa8 [2023-05-29T22:28:01.155Z] ---> 51ac1e3b0e6d [2023-05-29T22:28:01.155Z] Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:28:01.430Z] ---> Running in 7ec2de7ee8ee [2023-05-29T22:28:01.697Z] ---> 25be7b8be10f [2023-05-29T22:28:01.697Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:28:02.280Z] Removing intermediate container 7ec2de7ee8ee [2023-05-29T22:28:02.280Z] ---> 76894b8fdfc2 [2023-05-29T22:28:02.280Z] Step 27/27 : LABEL version=0.0.0 [2023-05-29T22:28:02.546Z] ---> Running in f00301e67351 [2023-05-29T22:28:03.127Z] ---> 0f003e2a547e [2023-05-29T22:28:03.127Z] 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-05-29T22:28:03.393Z] Removing intermediate container f00301e67351 [2023-05-29T22:28:03.393Z] ---> dd163ebc2f45 [2023-05-29T22:28:03.393Z] [2023-05-29T22:28:04.353Z] Successfully built dd163ebc2f45 [2023-05-29T22:28:04.353Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-29T22:28:04.619Z]  Building security-spire-agent ... done  ---> 6571ed9cc355 [2023-05-29T22:28:04.619Z] 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-05-29T22:28:06.027Z] ---> 396d3f496d48 [2023-05-29T22:28:06.028Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:28:06.985Z] Removing intermediate container ccded26229f1 [2023-05-29T22:28:06.985Z] ---> 3f44c875cae1 [2023-05-29T22:28:06.985Z] [2023-05-29T22:28:06.985Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T22:28:06.985Z] ---> 51e60588ff2c [2023-05-29T22:28:06.985Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-29T22:28:06.985Z] ---> Using cache [2023-05-29T22:28:06.985Z] ---> c1dd4c052e57 [2023-05-29T22:28:06.985Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:28:06.985Z] ---> Using cache [2023-05-29T22:28:06.985Z] ---> 4df009cf80ce [2023-05-29T22:28:06.985Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:28:06.985Z] ---> Using cache [2023-05-29T22:28:06.986Z] ---> b0d4b27852d8 [2023-05-29T22:28:06.986Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:28:06.986Z] ---> Using cache [2023-05-29T22:28:06.986Z] ---> 9e8c21cbeb1e [2023-05-29T22:28:06.986Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-29T22:28:06.986Z] ---> 0810ef2cac91 [2023-05-29T22:28:06.986Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-29T22:28:08.924Z] ---> 52c8bd665e58 [2023-05-29T22:28:08.924Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:28:09.190Z] ---> 97a6ba140552 [2023-05-29T22:28:09.190Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-29T22:28:11.768Z] ---> 5d03edeba8a8 [2023-05-29T22:28:11.768Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-29T22:28:11.768Z] ---> beb1f58460cc [2023-05-29T22:28:11.768Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-29T22:28:13.172Z] ---> 8d518f26c9fa [2023-05-29T22:28:13.172Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T22:28:13.172Z] ---> 674deb39eca7 [2023-05-29T22:28:13.172Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-29T22:28:13.172Z] ---> Running in 585314c1ac7e [2023-05-29T22:28:13.172Z] ---> Running in 5cd5a64c8144 [2023-05-29T22:28:17.416Z] Removing intermediate container 5cd5a64c8144 [2023-05-29T22:28:17.416Z] ---> 235325c1fb59 [2023-05-29T22:28:17.416Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T22:28:17.416Z] Removing intermediate container 585314c1ac7e [2023-05-29T22:28:17.416Z] ---> 35ae89a6de7b [2023-05-29T22:28:17.416Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-29T22:28:17.416Z] ---> Running in 44621637bd77 [2023-05-29T22:28:17.416Z] ---> Running in 508bba31a098 [2023-05-29T22:28:17.416Z] Removing intermediate container 508bba31a098 [2023-05-29T22:28:17.416Z] ---> 36b4b56821f0 [2023-05-29T22:28:17.416Z] Step 23/25 : LABEL arch=arm64 [2023-05-29T22:28:17.681Z] Removing intermediate container 44621637bd77 [2023-05-29T22:28:17.681Z] ---> e0abf7cbbe0b [2023-05-29T22:28:17.681Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-29T22:28:17.681Z] ---> Running in 6bee1b4a6352 [2023-05-29T22:28:17.681Z] ---> Running in 7827ae0a3695 [2023-05-29T22:28:18.268Z] Removing intermediate container 6bee1b4a6352 [2023-05-29T22:28:18.268Z] ---> a0a8732133fa [2023-05-29T22:28:18.268Z] Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:28:18.532Z] Removing intermediate container 7827ae0a3695 [2023-05-29T22:28:18.532Z] ---> 27abe21b68f7 [2023-05-29T22:28:18.532Z] Step 21/23 : LABEL arch=arm64 [2023-05-29T22:28:18.532Z] ---> Running in 8405d3e1fa27 [2023-05-29T22:28:18.532Z] ---> Running in f81d0f4cbfd4 [2023-05-29T22:28:19.484Z] Removing intermediate container 8405d3e1fa27 [2023-05-29T22:28:19.484Z] ---> 723060039d5e [2023-05-29T22:28:19.484Z] Step 25/25 : LABEL version=0.0.0 [2023-05-29T22:28:19.484Z] Removing intermediate container f81d0f4cbfd4 [2023-05-29T22:28:19.484Z] ---> 86dd51e5786b [2023-05-29T22:28:19.484Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:28:19.484Z] ---> Running in b34ac517ae19 [2023-05-29T22:28:19.484Z] ---> Running in 419fa1518af9 [2023-05-29T22:28:20.069Z] Removing intermediate container b34ac517ae19 [2023-05-29T22:28:20.069Z] ---> 5edb526b4174 [2023-05-29T22:28:20.069Z] [2023-05-29T22:28:20.069Z] Removing intermediate container 419fa1518af9 [2023-05-29T22:28:20.069Z] ---> 1fb542c78a2b [2023-05-29T22:28:20.069Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T22:28:20.333Z] ---> Running in 9d015f4fcfba [2023-05-29T22:28:20.598Z] Successfully built 5edb526b4174 [2023-05-29T22:28:20.599Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-29T22:28:20.599Z]  Building security-secretstore-setup ... done Removing intermediate container 9d015f4fcfba [2023-05-29T22:28:20.862Z] ---> b9a789df8d04 [2023-05-29T22:28:20.862Z] [2023-05-29T22:28:21.126Z] Successfully built b9a789df8d04 [2023-05-29T22:28:21.127Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-29T22:29:28.942Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 6c4dd526183d [2023-05-29T22:29:28.942Z] ---> 75816fc6ae30 [2023-05-29T22:29:28.942Z] [2023-05-29T22:29:28.942Z] Step 9/33 : FROM alpine:3.17 [2023-05-29T22:29:28.942Z] ---> 51e60588ff2c [2023-05-29T22:29:28.942Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-29T22:29:28.942Z] ---> Using cache [2023-05-29T22:29:28.942Z] ---> fe8f540ab1b2 [2023-05-29T22:29:28.942Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-29T22:29:28.942Z] ---> Running in d355b9c738e8 [2023-05-29T22:29:28.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-29T22:29:28.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-29T22:29:28.942Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-29T22:29:28.942Z] (2/2) Installing su-exec (0.2-r2) [2023-05-29T22:29:28.942Z] Executing busybox-1.35.0-r29.trigger [2023-05-29T22:29:28.942Z] OK: 8 MiB in 17 packages [2023-05-29T22:29:28.942Z] Removing intermediate container d355b9c738e8 [2023-05-29T22:29:28.942Z] ---> 4f46a4ad1cc6 [2023-05-29T22:29:28.942Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-29T22:29:28.942Z] ---> Running in 88f402bd4246 [2023-05-29T22:29:28.942Z] Removing intermediate container 88f402bd4246 [2023-05-29T22:29:28.942Z] ---> eea890f4279d [2023-05-29T22:29:28.942Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-29T22:29:28.942Z] ---> Running in 874e61338ca9 [2023-05-29T22:29:28.942Z] Removing intermediate container 874e61338ca9 [2023-05-29T22:29:28.942Z] ---> ec2bda59f0fc [2023-05-29T22:29:28.942Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-29T22:29:28.942Z] ---> Running in 0082e9251fe7 [2023-05-29T22:29:29.589Z] Removing intermediate container 0082e9251fe7 [2023-05-29T22:29:29.589Z] ---> d1ef5a002dcd [2023-05-29T22:29:29.589Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-29T22:29:29.856Z] ---> Running in 79d4986aa4f0 [2023-05-29T22:29:30.124Z] Removing intermediate container 79d4986aa4f0 [2023-05-29T22:29:30.124Z] ---> 029f83cbe43d [2023-05-29T22:29:30.124Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-29T22:29:30.391Z] ---> Running in 2a335ff81f09 [2023-05-29T22:29:33.755Z] Removing intermediate container 2a335ff81f09 [2023-05-29T22:29:33.755Z] ---> 774de267d8f9 [2023-05-29T22:29:33.755Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-29T22:29:33.755Z] ---> Running in 2a4d990ff316 [2023-05-29T22:29:34.348Z] Removing intermediate container 2a4d990ff316 [2023-05-29T22:29:34.349Z] ---> 2c59b8ded43c [2023-05-29T22:29:34.349Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-29T22:29:35.312Z] ---> 867df87fd530 [2023-05-29T22:29:35.312Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-29T22:29:35.312Z] ---> Running in 18d65fef3e65 [2023-05-29T22:29:38.666Z] Removing intermediate container 18d65fef3e65 [2023-05-29T22:29:38.666Z] ---> 9084452cc452 [2023-05-29T22:29:38.666Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:29:39.251Z] ---> 3223bfcbf721 [2023-05-29T22:29:39.251Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:29:39.837Z] ---> 24bfb3ae7555 [2023-05-29T22:29:39.837Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-29T22:29:41.799Z] ---> 48a269451bdd [2023-05-29T22:29:41.799Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-29T22:29:42.763Z] ---> a7c80c601c74 [2023-05-29T22:29:42.763Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-29T22:29:43.720Z] ---> 39a9cc3e1a32 [2023-05-29T22:29:43.720Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-29T22:29:46.303Z] ---> 254f611d172f [2023-05-29T22:29:46.303Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-29T22:29:46.893Z] ---> 4744c3d38b4d [2023-05-29T22:29:46.893Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-29T22:29:47.859Z] ---> 0d20086b9e30 [2023-05-29T22:29:47.859Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-29T22:29:47.859Z] ---> Running in 278513e8ec5f [2023-05-29T22:29:51.207Z] Removing intermediate container 278513e8ec5f [2023-05-29T22:29:51.207Z] ---> 3e1cb22d558f [2023-05-29T22:29:51.207Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-29T22:29:51.207Z] ---> Running in 7f73edeed6cf [2023-05-29T22:29:51.207Z] Removing intermediate container 7f73edeed6cf [2023-05-29T22:29:51.207Z] ---> 592632b4a00b [2023-05-29T22:29:51.207Z] Step 30/33 : CMD ["gate"] [2023-05-29T22:29:51.207Z] ---> Running in 2004423febc4 [2023-05-29T22:29:51.798Z] Removing intermediate container 2004423febc4 [2023-05-29T22:29:51.798Z] ---> 92cf1dad8cda [2023-05-29T22:29:51.798Z] Step 31/33 : LABEL arch=arm64 [2023-05-29T22:29:51.798Z] ---> Running in 186b1de15173 [2023-05-29T22:29:52.383Z] Removing intermediate container 186b1de15173 [2023-05-29T22:29:52.383Z] ---> eccd74453c8a [2023-05-29T22:29:52.383Z] Step 32/33 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:29:52.383Z] ---> Running in 886dfe77eeec [2023-05-29T22:29:52.974Z] Removing intermediate container 886dfe77eeec [2023-05-29T22:29:52.974Z] ---> ab8ce5a01ea7 [2023-05-29T22:29:52.974Z] Step 33/33 : LABEL version=0.0.0 [2023-05-29T22:29:52.974Z] ---> Running in 60299c7fb929 [2023-05-29T22:29:53.563Z] Removing intermediate container 60299c7fb929 [2023-05-29T22:29:53.563Z] ---> e8bdb8fd4e82 [2023-05-29T22:29:53.563Z] [2023-05-29T22:29:53.832Z] Successfully built e8bdb8fd4e82 [2023-05-29T22:29:53.832Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-29T22:30:50.242Z]  Building security-bootstrapper ... done Removing intermediate container 10adcf73e026 [2023-05-29T22:30:50.242Z] ---> c5a3d5c452b4 [2023-05-29T22:30:50.242Z] [2023-05-29T22:30:50.242Z] Step 10/23 : FROM alpine:3.17 [2023-05-29T22:30:50.242Z] ---> 51e60588ff2c [2023-05-29T22:30:50.242Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-29T22:30:50.242Z] ---> Using cache [2023-05-29T22:30:50.242Z] ---> 637f2f24b688 [2023-05-29T22:30:50.242Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-29T22:30:50.242Z] ---> Using cache [2023-05-29T22:30:50.242Z] ---> 88fe2ff849de [2023-05-29T22:30:50.242Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-29T22:30:50.242Z] ---> Running in cb68f7f57e2b [2023-05-29T22:30:50.242Z] Removing intermediate container cb68f7f57e2b [2023-05-29T22:30:50.242Z] ---> 55cb9a5bb36c [2023-05-29T22:30:50.242Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-29T22:30:50.242Z] ---> Running in fe30160382c1 [2023-05-29T22:30:50.242Z] Removing intermediate container fe30160382c1 [2023-05-29T22:30:50.242Z] ---> 3626cd972bd2 [2023-05-29T22:30:50.242Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-29T22:30:50.242Z] ---> 61e9728875c7 [2023-05-29T22:30:50.242Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-29T22:30:50.242Z] ---> 4be3397ffed4 [2023-05-29T22:30:50.242Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-29T22:30:50.512Z] ---> 8b5344e6e6a9 [2023-05-29T22:30:50.512Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-29T22:30:53.885Z] ---> dbea09f57fe7 [2023-05-29T22:30:53.885Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-29T22:30:53.885Z] ---> Running in d0da12895a2a [2023-05-29T22:30:53.885Z] Removing intermediate container d0da12895a2a [2023-05-29T22:30:53.885Z] ---> 824bc3ab669d [2023-05-29T22:30:53.885Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-29T22:30:53.885Z] ---> Running in 0b98a0b2eb2f [2023-05-29T22:30:54.161Z] Removing intermediate container 0b98a0b2eb2f [2023-05-29T22:30:54.161Z] ---> 17d94c6f88f4 [2023-05-29T22:30:54.161Z] Step 21/23 : LABEL arch=arm64 [2023-05-29T22:30:54.161Z] ---> Running in 2bce325729fe [2023-05-29T22:30:54.436Z] Removing intermediate container 2bce325729fe [2023-05-29T22:30:54.436Z] ---> 9820ee045af1 [2023-05-29T22:30:54.436Z] Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a [2023-05-29T22:30:54.436Z] ---> Running in 43dadb67a1bf [2023-05-29T22:30:54.711Z] Removing intermediate container 43dadb67a1bf [2023-05-29T22:30:54.711Z] ---> a8c14aeb9e9f [2023-05-29T22:30:54.711Z] Step 23/23 : LABEL version=0.0.0 [2023-05-29T22:30:54.992Z] ---> Running in f27bb9082349 [2023-05-29T22:30:55.262Z] Removing intermediate container f27bb9082349 [2023-05-29T22:30:55.262Z] ---> 900bfe090063 [2023-05-29T22:30:55.262Z] [2023-05-29T22:30:55.262Z] Successfully built 900bfe090063 [2023-05-29T22:30:55.262Z] Successfully tagged support-scheduler-arm64:latest [2023-05-29T22:30:55.553Z]  Building support-scheduler ... done  [Pipeline] } [2023-05-29T22:30:55.577Z] $ docker stop --time=1 9eaf6ec58dbf3bd96c0946c4d42dd63032124cf518783cc04cb721c58071a345 [2023-05-29T22:30:57.222Z] $ docker rm -f --volumes 9eaf6ec58dbf3bd96c0946c4d42dd63032124cf518783cc04cb721c58071a345 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-29T22:30:57.790Z] + docker images [2023-05-29T22:30:58.054Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-29T22:30:58.054Z] support-scheduler-arm64 latest 900bfe090063 3 seconds ago 31.2MB [2023-05-29T22:30:58.054Z] c5a3d5c452b4 12 seconds ago 1.59GB [2023-05-29T22:30:58.054Z] security-bootstrapper-arm64 latest e8bdb8fd4e82 About a minute ago 21.9MB [2023-05-29T22:30:58.054Z] 75816fc6ae30 About a minute ago 1.51GB [2023-05-29T22:30:58.054Z] core-common-config-bootstrapper-arm64 latest b9a789df8d04 2 minutes ago 17.2MB [2023-05-29T22:30:58.054Z] security-secretstore-setup-arm64 latest 5edb526b4174 2 minutes ago 32.2MB [2023-05-29T22:30:58.054Z] 3f44c875cae1 2 minutes ago 1.52GB [2023-05-29T22:30:58.054Z] security-spire-agent-arm64 latest dd163ebc2f45 2 minutes ago 153MB [2023-05-29T22:30:58.054Z] 10724338159d 3 minutes ago 1.52GB [2023-05-29T22:30:58.054Z] security-spire-server-arm64 latest 25df65b561da 3 minutes ago 97MB [2023-05-29T22:30:58.054Z] core-metadata-arm64 latest 672ddd31d93e 3 minutes ago 20.2MB [2023-05-29T22:30:58.054Z] 8cbe7509aa2a 4 minutes ago 1.53GB [2023-05-29T22:30:58.054Z] 7db90a59c36c 4 minutes ago 1.39GB [2023-05-29T22:30:58.054Z] core-command-arm64 latest da65ed2d5d25 4 minutes ago 19.7MB [2023-05-29T22:30:58.054Z] 55c069d2a145 4 minutes ago 1.53GB [2023-05-29T22:30:58.054Z] security-spire-config-arm64 latest 1ae80e3adc54 6 minutes ago 96.1MB [2023-05-29T22:30:58.054Z] 72bf5808ffca 6 minutes ago 1.39GB [2023-05-29T22:30:58.054Z] support-notifications-arm64 latest 2fbd501e0a89 8 minutes ago 31.9MB [2023-05-29T22:30:58.054Z] e2e4908bd093 9 minutes ago 1.59GB [2023-05-29T22:30:58.054Z] security-spiffe-token-provider-arm64 latest 3e793c508977 9 minutes ago 32.7MB [2023-05-29T22:30:58.054Z] a05ff8c426c3 10 minutes ago 1.57GB [2023-05-29T22:30:58.054Z] core-data-arm64 latest 93793fede26f 11 minutes ago 19.9MB [2023-05-29T22:30:58.054Z] 285f13f27047 11 minutes ago 1.53GB [2023-05-29T22:30:58.054Z] security-proxy-setup-arm64 latest 4bebe66180fd 12 minutes ago 18.7MB [2023-05-29T22:30:58.054Z] security-proxy-auth-arm64 latest 3d1073c9cb33 12 minutes ago 18.1MB [2023-05-29T22:30:58.054Z] 23230a85be0f 12 minutes ago 1.51GB [2023-05-29T22:30:58.054Z] 29cda3989b81 12 minutes ago 1.51GB [2023-05-29T22:30:58.054Z] ci-base-image-arm64 latest 42f30f978978 33 minutes ago 899MB [2023-05-29T22:30:58.054Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 5 weeks ago 681MB [2023-05-29T22:30:58.054Z] alpine 3.17 51e60588ff2c 2 months ago 7.46MB [2023-05-29T22:30:58.054Z] 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-05-29T22:30:58.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T22:30:58.871Z] [2023-05-29T22:30:58.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:30:59.271Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T22:30:59.539Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-29T22:30:59.539Z] 8998bd30e6a1: Pulling fs layer [2023-05-29T22:30:59.539Z] 04944245beec: Pulling fs layer [2023-05-29T22:30:59.539Z] 699f458cf7ca: Pulling fs layer [2023-05-29T22:30:59.539Z] 765212b225bb: Pulling fs layer [2023-05-29T22:30:59.539Z] f23df028b6ca: Pulling fs layer [2023-05-29T22:30:59.539Z] d65c8cfc05b1: Pulling fs layer [2023-05-29T22:30:59.539Z] 2437ff75d9bd: Pulling fs layer [2023-05-29T22:30:59.539Z] 765212b225bb: Waiting [2023-05-29T22:30:59.539Z] f23df028b6ca: Waiting [2023-05-29T22:30:59.539Z] d65c8cfc05b1: Waiting [2023-05-29T22:30:59.539Z] 2437ff75d9bd: Waiting [2023-05-29T22:30:59.539Z] 04944245beec: Verifying Checksum [2023-05-29T22:30:59.539Z] 04944245beec: Download complete [2023-05-29T22:30:59.539Z] 765212b225bb: Verifying Checksum [2023-05-29T22:30:59.539Z] 765212b225bb: Download complete [2023-05-29T22:30:59.539Z] f23df028b6ca: Download complete [2023-05-29T22:30:59.808Z] d65c8cfc05b1: Verifying Checksum [2023-05-29T22:30:59.808Z] d65c8cfc05b1: Download complete [2023-05-29T22:30:59.808Z] 699f458cf7ca: Verifying Checksum [2023-05-29T22:30:59.808Z] 699f458cf7ca: Download complete [2023-05-29T22:31:00.075Z] 8998bd30e6a1: Verifying Checksum [2023-05-29T22:31:00.075Z] 8998bd30e6a1: Download complete [2023-05-29T22:31:02.650Z] 2437ff75d9bd: Verifying Checksum [2023-05-29T22:31:02.650Z] 2437ff75d9bd: Download complete [2023-05-29T22:31:04.055Z] 8998bd30e6a1: Pull complete [2023-05-29T22:31:04.640Z] 04944245beec: Pull complete [2023-05-29T22:31:06.581Z] 699f458cf7ca: Pull complete [2023-05-29T22:31:06.846Z] 765212b225bb: Pull complete [2023-05-29T22:31:07.428Z] f23df028b6ca: Pull complete [2023-05-29T22:31:07.693Z] d65c8cfc05b1: Pull complete [2023-05-29T22:31:22.662Z] 2437ff75d9bd: Pull complete [2023-05-29T22:31:22.662Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-29T22:31:22.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-29T22:31:22.662Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:31:22.996Z] prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container [2023-05-29T22:31:23.064Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-29T22:31:25.729Z] $ docker top 08e08c88b41d0017646dc263a126f40dba5d217af0a9de3111959163ec28d6e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:26.378Z] ---> job-cost.sh [2023-05-29T22:31:26.644Z] lf-activate-venv: SKIPPING [2023-05-29T22:31:26.644Z] INFO: No Stack... [2023-05-29T22:31:26.907Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-29T22:31:27.859Z] INFO: Archiving Costs [Pipeline] sh [2023-05-29T22:31:28.199Z] + + cut -d, -f6 [2023-05-29T22:31:28.465Z] cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-05-29T22:31:28.521Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] [2023-05-29T22:31:28.525Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] did not exist. Created. [2023-05-29T22:31:28.526Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-29T22:31:29.243Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-29T22:31:29.414Z] Stashed 1 file(s) [Pipeline] } [2023-05-29T22:31:29.435Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-29T22:31:29.512Z] $ docker stop --time=1 08e08c88b41d0017646dc263a126f40dba5d217af0a9de3111959163ec28d6e8 [2023-05-29T22:31:31.007Z] $ docker rm -f --volumes 08e08c88b41d0017646dc263a126f40dba5d217af0a9de3111959163ec28d6e8 [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-05-29T22:31:32.035Z] provisioning config files... [2023-05-29T22:31:32.044Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2122932249096235321tmp [Pipeline] { [Pipeline] sh [2023-05-29T22:31:32.379Z] + set +x [2023-05-29T22:31:32.379Z] + bash -s -- [2023-05-29T22:31:32.379Z] + curl -s https://codecov.io/bash [2023-05-29T22:31:32.379Z] [2023-05-29T22:31:32.379Z] _____ _ [2023-05-29T22:31:32.379Z] / ____| | | [2023-05-29T22:31:32.379Z] | | ___ __| | ___ ___ _____ __ [2023-05-29T22:31:32.379Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-29T22:31:32.379Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-29T22:31:32.379Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-29T22:31:32.379Z] Bash-1.0.6 [2023-05-29T22:31:32.379Z] [2023-05-29T22:31:32.379Z] [2023-05-29T22:31:32.379Z] ==> git version 2.25.1 found [2023-05-29T22:31:32.379Z] ==> 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-05-29T22:31:32.379Z] Release-Date: 2020-01-08 [2023-05-29T22:31:32.379Z] 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-05-29T22:31:32.379Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-29T22:31:32.379Z] ==> Jenkins CI detected. [2023-05-29T22:31:32.379Z] current dir:  /w/workspace/edgex-go/1 [2023-05-29T22:31:32.379Z] project root: . [2023-05-29T22:31:32.379Z] --> token set from env [2023-05-29T22:31:32.379Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-29T22:31:32.380Z] ==> Running gcov in . (disable via -X gcov) [2023-05-29T22:31:32.639Z] ==> Python coveragepy not found [2023-05-29T22:31:32.639Z] ==> Searching for coverage reports in: [2023-05-29T22:31:32.639Z] + . [2023-05-29T22:31:32.639Z] -> Found 1 reports [2023-05-29T22:31:32.639Z] ==> Detecting git/mercurial file structure [2023-05-29T22:31:32.639Z] ==> Reading reports [2023-05-29T22:31:32.639Z] + ./coverage.out bytes=447730 [2023-05-29T22:31:32.639Z] ==> Appending adjustments [2023-05-29T22:31:32.639Z] https://docs.codecov.io/docs/fixing-reports [2023-05-29T22:31:33.575Z] + Found adjustments [2023-05-29T22:31:33.575Z] ==> Gzipping contents [2023-05-29T22:31:33.575Z] 60K /tmp/codecov.dfSzwS.gz [2023-05-29T22:31:33.575Z] ==> Uploading reports [2023-05-29T22:31:33.575Z] url: https://codecov.io [2023-05-29T22:31:33.575Z] query: branch=PR-4583&commit=2eabc881b88387875c396fd7a75c800c04742c7a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4583%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4583&job=&cmd_args= [2023-05-29T22:31:33.575Z] -> Pinging Codecov [2023-05-29T22:31:33.575Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4583&commit=2eabc881b88387875c396fd7a75c800c04742c7a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4583%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4583&job=&cmd_args= [2023-05-29T22:31:33.834Z] -> Uploading to [2023-05-29T22:31:33.834Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-29/00271124DB129430A58F1EEE437C3FCB/2eabc881b88387875c396fd7a75c800c04742c7a/2186acd5-144d-4296-b1ca-b010736f1040.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230529%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230529T223133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fa4ff69314b6017321263fa51a1ce6cc5e53365fc84ca63341ff224326857d99 [2023-05-29T22:31:33.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-29T22:31:33.834Z] Dload Upload Total Spent Left Speed [2023-05-29T22:31:34.095Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57446 0 0 100 57446 0 198k --:--:-- --:--:-- --:--:-- 198k [2023-05-29T22:31:34.095Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] } [2023-05-29T22:31:34.121Z] 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-05-29T22:31:35.423Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:35.744Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:36.624Z] ---> package-listing.sh [2023-05-29T22:31:36.624Z] ++ facter osfamily [2023-05-29T22:31:36.624Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-29T22:31:36.883Z] + OS_FAMILY=debian [2023-05-29T22:31:36.883Z] + workspace=/w/workspace/edgex-go/1 [2023-05-29T22:31:36.883Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-29T22:31:36.883Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-29T22:31:36.883Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-29T22:31:36.883Z] + PACKAGES=/tmp/packages_start.txt [2023-05-29T22:31:36.883Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-29T22:31:36.883Z] + PACKAGES=/tmp/packages_end.txt [2023-05-29T22:31:36.883Z] + case "${OS_FAMILY}" in [2023-05-29T22:31:36.883Z] + dpkg -l [2023-05-29T22:31:36.883Z] + grep '^ii' [2023-05-29T22:31:36.883Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-29T22:31:36.883Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-29T22:31:36.883Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-29T22:31:36.883Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-29T22:31:36.883Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-05-29T22:31:36.883Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-05-29T22:31:36.917Z] 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-05-29T22:31:37.209Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:31:37.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:31:37.830Z] [2023-05-29T22:31:37.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-29T22:31:38.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:31:38.193Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-29T22:31:38.193Z] 5eb5b503b376: Pulling fs layer [2023-05-29T22:31:38.193Z] 5c69ac0246d0: Pulling fs layer [2023-05-29T22:31:38.193Z] ec43610c2a17: Pulling fs layer [2023-05-29T22:31:38.193Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-29T22:31:38.193Z] 33b1e0a273af: Pulling fs layer [2023-05-29T22:31:38.193Z] 5d3b04190fa2: Pulling fs layer [2023-05-29T22:31:38.193Z] 2f39f015ded8: Pulling fs layer [2023-05-29T22:31:38.193Z] 3a2ae6a8a46f: Waiting [2023-05-29T22:31:38.193Z] 33b1e0a273af: Waiting [2023-05-29T22:31:38.193Z] 5d3b04190fa2: Waiting [2023-05-29T22:31:38.193Z] 2f39f015ded8: Waiting [2023-05-29T22:31:38.193Z] 5c69ac0246d0: Verifying Checksum [2023-05-29T22:31:38.193Z] 5c69ac0246d0: Download complete [2023-05-29T22:31:38.193Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-29T22:31:38.193Z] 3a2ae6a8a46f: Download complete [2023-05-29T22:31:38.193Z] ec43610c2a17: Verifying Checksum [2023-05-29T22:31:38.193Z] ec43610c2a17: Download complete [2023-05-29T22:31:38.193Z] 33b1e0a273af: Verifying Checksum [2023-05-29T22:31:38.193Z] 33b1e0a273af: Download complete [2023-05-29T22:31:38.193Z] 5d3b04190fa2: Download complete [2023-05-29T22:31:38.452Z] 5eb5b503b376: Verifying Checksum [2023-05-29T22:31:38.452Z] 5eb5b503b376: Download complete [2023-05-29T22:31:39.024Z] 2f39f015ded8: Download complete [2023-05-29T22:31:39.589Z] 5eb5b503b376: Pull complete [2023-05-29T22:31:39.589Z] 5c69ac0246d0: Pull complete [2023-05-29T22:31:40.154Z] ec43610c2a17: Pull complete [2023-05-29T22:31:40.154Z] 3a2ae6a8a46f: Pull complete [2023-05-29T22:31:40.412Z] 33b1e0a273af: Pull complete [2023-05-29T22:31:40.412Z] 5d3b04190fa2: Pull complete [2023-05-29T22:31:44.589Z] 2f39f015ded8: Pull complete [2023-05-29T22:31:44.589Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-29T22:31:44.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-29T22:31:44.589Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-29T22:31:44.789Z] prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container [2023-05-29T22:31:44.829Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-29T22:31:48.264Z] $ docker top 1408dcf88f1319674110b4d56d46f0044684d996838fb427bdaf9a4758383f8c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-29T22:31:48.637Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-29T22:31:48.958Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-29T22:31:49.267Z] + ls /var/log/sa-host [2023-05-29T22:31:49.267Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-29T22:31:49.494Z] provisioning config files... [2023-05-29T22:31:49.501Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15413735317187654203tmp [Pipeline] { [Pipeline] echo [2023-05-29T22:31:49.559Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:49.878Z] ---> create-netrc.sh [Pipeline] } [2023-05-29T22:31:49.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:50.300Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-29T22:31:50.332Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:50.642Z] ---> sudo-logs.sh [2023-05-29T22:31:50.642Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-29T22:31:50.714Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:51.019Z] ---> job-cost.sh [2023-05-29T22:31:51.019Z] lf-activate-venv: SKIPPING [2023-05-29T22:31:51.019Z] DEBUG: total: 0.10999999940395355 [2023-05-29T22:31:51.019Z] INFO: Retrieving Stack Cost... [2023-05-29T22:31:51.278Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-29T22:31:51.847Z] INFO: Archiving Costs [Pipeline] echo [2023-05-29T22:31:51.882Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-29T22:31:52.192Z] ---> logs-deploy.sh [2023-05-29T22:31:52.193Z] lf-activate-venv: SKIPPING [2023-05-29T22:31:52.193Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4583/1 [2023-05-29T22:31:52.193Z] INFO: archiving workspace using pattern(s): [2023-05-29T22:31:53.127Z] Archives upload complete. [2023-05-29T22:31:53.127Z] INFO: archiving logs to Nexus