Pull request #4546 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1af0f8c81b0acb79030db965a9fec96e4161de5a+0075755ea904cb1c320e6f00828dbbda8c0a5f06 (404db1d1c7abbe5cdc783d1f6b0511aa5df96f8b) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16860533752254028319.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11793326945101510282.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4546/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4546/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15874484182724401152.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4546/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6248155135633577431.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7012859317543332846.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4546/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4546/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4565578970445455768.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12458 in /w/workspace/edgexfoundry_edgex-go_PR-4546 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 0075755ea904cb1c320e6f00828dbbda8c0a5f06 into PR head commit 1af0f8c81b0acb79030db965a9fec96e4161de5a Merge succeeded, producing 1af0f8c81b0acb79030db965a9fec96e4161de5a Checking out Revision 1af0f8c81b0acb79030db965a9fec96e4161de5a (PR-4546) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4546/head:refs/remotes/origin/PR-4546 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0075755ea904cb1c320e6f00828dbbda8c0a5f06 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-02T20:00:17.211Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-02T20:00:17.393Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-02T20:00:17.497Z] ========================================================= [2023-05-02T20:00:17.497Z] EdgeX Global Pipelines Version Info [2023-05-02T20:00:17.497Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:00:19.101Z] ------------------- [2023-05-02T20:00:19.102Z] stable info: [2023-05-02T20:00:19.102Z] ------------------- [2023-05-02T20:00:19.102Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-02T20:00:19.102Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-02T20:00:19.102Z] Message: update stable to v1.0.248 [2023-05-02T20:00:19.365Z] ------------------- [2023-05-02T20:00:19.365Z] experimental info: [2023-05-02T20:00:19.365Z] ------------------- [2023-05-02T20:00:19.365Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-02T20:00:19.365Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-02T20:00:19.365Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-02T20:00:19.675Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-02T20:00:19.718Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-02T20:00:19.761Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-02T20:00:19.804Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-02T20:00:19.850Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-02T20:00:19.902Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-02T20:00:19.943Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-02T20:00:19.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-02T20:00:20.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-02T20:00:20.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-02T20:00:20.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-02T20:00:20.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-02T20:00:20.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-02T20:00:20.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-02T20:00:20.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-02T20:00:20.341Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-02T20:00:20.398Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-02T20:00:20.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-02T20:00:20.479Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-02T20:00:20.519Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-02T20:00:20.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-02T20:00:20.610Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-02T20:00:20.651Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-02T20:00:20.695Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4546 [Pipeline] echo [2023-05-02T20:00:20.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4546 [Pipeline] echo [2023-05-02T20:00:20.788Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4546 [Pipeline] echo [2023-05-02T20:00:20.829Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] echo [2023-05-02T20:00:20.871Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1af0f8c [Pipeline] echo [2023-05-02T20:00:20.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T20:00:21.032Z] provisioning config files... [2023-05-02T20:00:21.042Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9568994940352494768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:00:21.393Z] ---> docker-login.sh [2023-05-02T20:00:21.393Z] nexus3.edgexfoundry.org:10001 [2023-05-02T20:00:21.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:00:21.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:00:21.652Z] Configure a credential helper to remove this warning. See [2023-05-02T20:00:21.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:00:21.652Z] [2023-05-02T20:00:21.652Z] Login Succeeded [2023-05-02T20:00:21.917Z] nexus3.edgexfoundry.org:10002 [2023-05-02T20:00:21.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:00:21.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:00:21.917Z] Configure a credential helper to remove this warning. See [2023-05-02T20:00:21.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:00:21.917Z] [2023-05-02T20:00:21.917Z] Login Succeeded [2023-05-02T20:00:21.917Z] nexus3.edgexfoundry.org:10003 [2023-05-02T20:00:21.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:00:22.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:00:22.179Z] Configure a credential helper to remove this warning. See [2023-05-02T20:00:22.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:00:22.179Z] [2023-05-02T20:00:22.179Z] Login Succeeded [2023-05-02T20:00:22.179Z] nexus3.edgexfoundry.org:10004 [2023-05-02T20:00:22.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:00:22.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:00:22.179Z] Configure a credential helper to remove this warning. See [2023-05-02T20:00:22.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:00:22.179Z] [2023-05-02T20:00:22.179Z] Login Succeeded [2023-05-02T20:00:22.179Z] docker.io [2023-05-02T20:00:22.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:00:22.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:00:22.494Z] Configure a credential helper to remove this warning. See [2023-05-02T20:00:22.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:00:22.494Z] [2023-05-02T20:00:22.494Z] Login Succeeded [2023-05-02T20:00:22.494Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T20:00:22.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-02T20:00:22.978Z] + 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-02T20:00:22.979Z] + + cut -d/ -f2 [2023-05-02T20:00:22.979Z] dirname cmd/core-command/Dockerfile [2023-05-02T20:00:22.979Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/core-data/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2+ [2023-05-02T20:00:22.979Z] dirname cmd/core-metadata/Dockerfile [2023-05-02T20:00:22.979Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-02T20:00:22.979Z] + + cut -d/ -f2 [2023-05-02T20:00:22.979Z] dirname cmd/security-bootstrapper/Dockerfile [2023-05-02T20:00:22.979Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-02T20:00:22.979Z] + + dirnamecut cmd/security-proxy-auth/Dockerfile -d/ [2023-05-02T20:00:22.979Z] -f2 [2023-05-02T20:00:22.979Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-02T20:00:22.979Z] + dirname+ cmd/security-spiffe-token-provider/Dockerfile [2023-05-02T20:00:22.979Z] cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-02T20:00:22.979Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/security-spire-config/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/support-notifications/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-02T20:00:22.979Z] + dirname cmd/support-scheduler/Dockerfile [2023-05-02T20:00:22.979Z] + cut -d/ -f2 [2023-05-02T20:00:22.979Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-02T20:00:23.043Z] 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-02T20:00:23.551Z] + git rev-list -1 --merges 1af0f8c81b0acb79030db965a9fec96e4161de5a~1..1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] echo [2023-05-02T20:00:23.585Z] -----------> git rev-list -1 --merges 1af0f8c81b0acb79030db965a9fec96e4161de5a~1..1af0f8c81b0acb79030db965a9fec96e4161de5a 1af0f8c81b0acb79030db965a9fec96e4161de5a [false] [Pipeline] sh [2023-05-02T20:00:23.900Z] + git log --format=format:%s -1 1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] echo [2023-05-02T20:00:23.938Z] ========================================================= [2023-05-02T20:00:23.938Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-02T20:00:23.938Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-02T20:00:24.389Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-02T20:00:24.389Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-02T20:00:24.389Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-02T20:00:24.389Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-02T20:00:24.389Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-02T20:00:24.389Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-02T20:00:24.389Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:00:24.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T20:00:24.873Z] [2023-05-02T20:00:24.873Z] 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-02T20:00:25.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T20:00:25.554Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-02T20:00:25.554Z] b85a868b505f: Pulling fs layer [2023-05-02T20:00:25.554Z] e2be974225ed: Pulling fs layer [2023-05-02T20:00:25.554Z] 339a4e72a1f5: Pulling fs layer [2023-05-02T20:00:25.554Z] 988bab9f4d93: Pulling fs layer [2023-05-02T20:00:25.554Z] 1469e6f7b9e6: Pulling fs layer [2023-05-02T20:00:25.554Z] eaf3925da568: Pulling fs layer [2023-05-02T20:00:25.554Z] bab4dde63d76: Pulling fs layer [2023-05-02T20:00:25.554Z] bde34c3a00c8: Pulling fs layer [2023-05-02T20:00:25.554Z] b352a97aabf1: Pulling fs layer [2023-05-02T20:00:25.554Z] 4872d77fe225: Pulling fs layer [2023-05-02T20:00:25.554Z] 5851b861e8e6: Pulling fs layer [2023-05-02T20:00:25.554Z] bab4dde63d76: Waiting [2023-05-02T20:00:25.554Z] bde34c3a00c8: Waiting [2023-05-02T20:00:25.554Z] b352a97aabf1: Waiting [2023-05-02T20:00:25.554Z] 4872d77fe225: Waiting [2023-05-02T20:00:25.554Z] 5851b861e8e6: Waiting [2023-05-02T20:00:25.554Z] 988bab9f4d93: Waiting [2023-05-02T20:00:25.554Z] 1469e6f7b9e6: Waiting [2023-05-02T20:00:25.554Z] eaf3925da568: Waiting [2023-05-02T20:00:25.554Z] e2be974225ed: Download complete [2023-05-02T20:00:25.554Z] 988bab9f4d93: Verifying Checksum [2023-05-02T20:00:25.554Z] 988bab9f4d93: Download complete [2023-05-02T20:00:25.815Z] 1469e6f7b9e6: Verifying Checksum [2023-05-02T20:00:25.815Z] 1469e6f7b9e6: Download complete [2023-05-02T20:00:25.815Z] eaf3925da568: Verifying Checksum [2023-05-02T20:00:25.815Z] eaf3925da568: Download complete [2023-05-02T20:00:25.815Z] 339a4e72a1f5: Verifying Checksum [2023-05-02T20:00:25.815Z] 339a4e72a1f5: Download complete [2023-05-02T20:00:25.815Z] bde34c3a00c8: Verifying Checksum [2023-05-02T20:00:25.815Z] bde34c3a00c8: Download complete [2023-05-02T20:00:25.815Z] b352a97aabf1: Verifying Checksum [2023-05-02T20:00:25.815Z] b352a97aabf1: Download complete [2023-05-02T20:00:25.815Z] 4872d77fe225: Verifying Checksum [2023-05-02T20:00:25.815Z] 4872d77fe225: Download complete [2023-05-02T20:00:25.815Z] 5851b861e8e6: Verifying Checksum [2023-05-02T20:00:25.815Z] 5851b861e8e6: Download complete [2023-05-02T20:00:25.815Z] b85a868b505f: Verifying Checksum [2023-05-02T20:00:25.815Z] b85a868b505f: Download complete [2023-05-02T20:00:26.090Z] bab4dde63d76: Verifying Checksum [2023-05-02T20:00:26.090Z] bab4dde63d76: Download complete [2023-05-02T20:00:27.030Z] b85a868b505f: Pull complete [2023-05-02T20:00:27.290Z] e2be974225ed: Pull complete [2023-05-02T20:00:28.225Z] 339a4e72a1f5: Pull complete [2023-05-02T20:00:28.809Z] 988bab9f4d93: Pull complete [2023-05-02T20:00:29.377Z] 1469e6f7b9e6: Pull complete [2023-05-02T20:00:29.649Z] eaf3925da568: Pull complete [2023-05-02T20:00:31.594Z] bab4dde63d76: Pull complete [2023-05-02T20:00:32.165Z] bde34c3a00c8: Pull complete [2023-05-02T20:00:32.426Z] b352a97aabf1: Pull complete [2023-05-02T20:00:32.686Z] 4872d77fe225: Pull complete [2023-05-02T20:00:32.980Z] 5851b861e8e6: Pull complete [2023-05-02T20:00:33.242Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-02T20:00:33.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-02T20:00:33.242Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:00:33.507Z] prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container [2023-05-02T20:00:33.546Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-02T20:00:40.161Z] $ docker top 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 -eo pid,comm [2023-05-02T20:00:40.238Z] 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-02T20:00:40.238Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-02T20:00:40.405Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-02T20:00:40.405Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-02T20:00:40.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-02T20:00:40.508Z] $ docker exec 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent [2023-05-02T20:00:40.600Z] SSH_AUTH_SOCK=/tmp/ssh-lJ4SHLIj0stA/agent.13 [2023-05-02T20:00:40.600Z] SSH_AGENT_PID=19 [2023-05-02T20:00:40.604Z] Running ssh-add (command line suppressed) [2023-05-02T20:00:40.695Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16855645151905433586.key (/w/workspace/edgex-go/1@tmp/private_key_16855645151905433586.key) [2023-05-02T20:00:40.701Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-02T20:00:41.038Z] + git tag --points-at HEAD [Pipeline] } [2023-05-02T20:00:41.072Z] $ docker exec --env ******** --env ******** 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent -k [2023-05-02T20:00:41.151Z] unset SSH_AUTH_SOCK; [2023-05-02T20:00:41.151Z] unset SSH_AGENT_PID; [2023-05-02T20:00:41.152Z] echo Agent pid 19 killed; [2023-05-02T20:00:41.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-02T20:00:41.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-02T20:00:41.250Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-02T20:00:41.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-02T20:00:41.355Z] $ docker exec 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent [2023-05-02T20:00:41.456Z] SSH_AUTH_SOCK=/tmp/ssh-VZwIhtwbsuXe/agent.69 [2023-05-02T20:00:41.456Z] SSH_AGENT_PID=75 [2023-05-02T20:00:41.461Z] Running ssh-add (command line suppressed) [2023-05-02T20:00:41.553Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8551161160179077823.key (/w/workspace/edgex-go/1@tmp/private_key_8551161160179077823.key) [2023-05-02T20:00:41.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-02T20:00:41.897Z] + git semver init [2023-05-02T20:00:42.162Z] 2023-05-02 20:00:42,157 [run_init] DEBUG init version:0.0.0 force:False [2023-05-02T20:00:42.162Z] 2023-05-02 20:00:42,158 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-05-02T20:00:42.162Z] 2023-05-02 20:00:42,158 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-05-02T20:00:42.162Z] 2023-05-02 20:00:42,159 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,285 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,285 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4546 with force:False [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,285 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4546 [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,287 [execute] INFO git cat-file --batch-check [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,291 [execute] INFO git cat-file --batch [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,292 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-02T20:00:48.762Z] 2023-05-02 20:00:48,297 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4546 [2023-05-02T20:00:48.762Z] 0.0.0 [Pipeline] } [2023-05-02T20:00:48.795Z] $ docker exec --env ******** --env ******** 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 ssh-agent -k [2023-05-02T20:00:48.879Z] unset SSH_AUTH_SOCK; [2023-05-02T20:00:48.880Z] unset SSH_AGENT_PID; [2023-05-02T20:00:48.880Z] echo Agent pid 75 killed; [2023-05-02T20:00:48.885Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-02T20:00:49.317Z] + git semver [Pipeline] } [2023-05-02T20:00:49.605Z] $ docker stop --time=1 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 [2023-05-02T20:00:51.271Z] $ docker rm -f --volumes 24586656dfdee77963086893a78e97a8b88ead37fd3a2431ea259520eb8d9169 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T20:00:51.761Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-02T20:00:52.042Z] Stashed 1 file(s) [Pipeline] echo [2023-05-02T20:00:52.069Z] [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-02T20:00:52.866Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-02T20:00:52.904Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T20:00:52.946Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T20:00:52.979Z] ========================================================= [2023-05-02T20:00:52.979Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-02T20:00:52.979Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-02T20:00:53.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-02T20:00:53.330Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-02T20:00:53.330Z] f56be85fc22e: Pulling fs layer [2023-05-02T20:00:53.330Z] 85791d961cd3: Pulling fs layer [2023-05-02T20:00:53.330Z] d694b5ae8c79: Pulling fs layer [2023-05-02T20:00:53.330Z] 9f32a84ed3da: Pulling fs layer [2023-05-02T20:00:53.330Z] 4d19c01a9841: Pulling fs layer [2023-05-02T20:00:53.330Z] 9325e15d5711: Pulling fs layer [2023-05-02T20:00:53.330Z] 556b6ee489ea: Pulling fs layer [2023-05-02T20:00:53.330Z] c5a4b2cf53e6: Pulling fs layer [2023-05-02T20:00:53.330Z] 9325e15d5711: Waiting [2023-05-02T20:00:53.330Z] 556b6ee489ea: Waiting [2023-05-02T20:00:53.330Z] c5a4b2cf53e6: Waiting [2023-05-02T20:00:53.330Z] 9f32a84ed3da: Waiting [2023-05-02T20:00:53.330Z] 4d19c01a9841: Waiting [2023-05-02T20:00:53.330Z] 85791d961cd3: Verifying Checksum [2023-05-02T20:00:53.330Z] 85791d961cd3: Download complete [2023-05-02T20:00:53.590Z] 9f32a84ed3da: Verifying Checksum [2023-05-02T20:00:53.590Z] 9f32a84ed3da: Download complete [2023-05-02T20:00:53.590Z] 4d19c01a9841: Download complete [2023-05-02T20:00:53.590Z] f56be85fc22e: Verifying Checksum [2023-05-02T20:00:53.590Z] f56be85fc22e: Download complete [2023-05-02T20:00:53.590Z] 9325e15d5711: Verifying Checksum [2023-05-02T20:00:53.590Z] 9325e15d5711: Download complete [2023-05-02T20:00:53.849Z] f56be85fc22e: Pull complete [2023-05-02T20:00:54.418Z] c5a4b2cf53e6: Verifying Checksum [2023-05-02T20:00:54.418Z] c5a4b2cf53e6: Download complete [2023-05-02T20:00:54.418Z] 85791d961cd3: Pull complete [2023-05-02T20:00:54.418Z] d694b5ae8c79: Verifying Checksum [2023-05-02T20:00:54.418Z] 556b6ee489ea: Download complete [2023-05-02T20:00:57.706Z] d694b5ae8c79: Pull complete [2023-05-02T20:00:57.706Z] 9f32a84ed3da: Pull complete [2023-05-02T20:00:57.966Z] 4d19c01a9841: Pull complete [2023-05-02T20:00:58.226Z] 9325e15d5711: Pull complete [2023-05-02T20:01:00.917Z] 556b6ee489ea: Pull complete [2023-05-02T20:01:01.849Z] c5a4b2cf53e6: Pull complete [2023-05-02T20:01:02.121Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-02T20:01:02.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-02T20:01:02.121Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-02T20:01:02.695Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-02T20:01:02.695Z] WORKDIR /edgex [2023-05-02T20:01:02.695Z] COPY go.mod . [2023-05-02T20:01:02.695Z] RUN go mod download build [2023-05-02T20:01:02.695Z] -t ci-base-image-x86_64 -f - . [2023-05-02T20:01:03.263Z] Sending build context to Docker daemon 170.7MB [2023-05-02T20:01:03.263Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-02T20:01:03.263Z] ---> c4be618373d6 [2023-05-02T20:01:03.263Z] Step 2/4 : WORKDIR /edgex [2023-05-02T20:01:07.381Z] Still waiting to schedule task [2023-05-02T20:01:07.381Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-12459’ is offline [2023-05-02T20:01:15.541Z] ---> Running in c0e39572641d [2023-05-02T20:01:15.541Z] Removing intermediate container c0e39572641d [2023-05-02T20:01:15.541Z] ---> fff6301c92e1 [2023-05-02T20:01:15.541Z] Step 3/4 : COPY go.mod . [2023-05-02T20:01:15.800Z] ---> 286e346d806b [2023-05-02T20:01:15.800Z] Step 4/4 : RUN go mod download [2023-05-02T20:01:16.058Z] ---> Running in 241d0317f760 [2023-05-02T20:01:34.196Z] Removing intermediate container 241d0317f760 [2023-05-02T20:01:34.196Z] ---> 19415cad7c1b [2023-05-02T20:01:34.196Z] Successfully built 19415cad7c1b [2023-05-02T20:01:34.196Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:01:34.615Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-02T20:01:34.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:01:34.768Z] prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container [2023-05-02T20:01:34.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-02T20:01:35.458Z] $ docker top eebea47206bf71cfe8ad80ed4bb09bcf3cfe4e515d0f55b64e9aedbbc06ac47a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T20:01:35.837Z] + go version [2023-05-02T20:01:35.837Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-02T20:01:35.872Z] $ docker stop --time=1 eebea47206bf71cfe8ad80ed4bb09bcf3cfe4e515d0f55b64e9aedbbc06ac47a [2023-05-02T20:01:37.490Z] $ docker rm -f --volumes eebea47206bf71cfe8ad80ed4bb09bcf3cfe4e515d0f55b64e9aedbbc06ac47a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:01:38.275Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-02T20:01:38.275Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:01:38.460Z] prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container [2023-05-02T20:01:38.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-02T20:01:39.539Z] $ docker top 015bedf6d64f027a27e9d646fe794a2ea5bc69508342deb53c2b294178083f09 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-02T20:01:39.639Z] ========================================================= [2023-05-02T20:01:39.639Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-02T20:01:39.639Z] ========================================================= [Pipeline] sh [2023-05-02T20:01:39.928Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-02T20:01:40.302Z] + make test [2023-05-02T20:01:40.302Z] go test -race -coverprofile=coverage.out ./... [2023-05-02T20:01:47.016Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-02T20:02:01.887Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-02T20:02:01.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-02T20:02:01.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-02T20:02:02.147Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-02T20:02:02.405Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-02T20:02:02.405Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-02T20:02:02.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-02T20:02:03.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-02T20:02:03.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-02T20:02:03.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.071s coverage: 28.7% of statements [2023-05-02T20:02:04.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.066s coverage: 98.5% of statements [2023-05-02T20:02:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-02T20:02:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-02T20:02:05.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-02T20:02:07.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-02T20:02:07.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-02T20:02:08.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-02T20:02:08.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-02T20:02:08.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:02:08.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-02T20:02:08.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-02T20:02:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements [2023-05-02T20:02:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements [2023-05-02T20:02:09.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-02T20:02:09.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-02T20:02:11.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.822s coverage: 88.5% of statements [2023-05-02T20:02:11.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.057s coverage: 3.8% of statements [2023-05-02T20:02:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-02T20:02:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:02:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-02T20:02:12.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.339s coverage: 95.6% of statements [2023-05-02T20:02:12.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-02T20:02:12.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-02T20:02:12.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-02T20:02:12.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-02T20:02:12.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-02T20:02:12.351Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements [2023-05-02T20:02:13.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-02T20:02:13.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-02T20:02:13.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-02T20:02:13.280Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.039s coverage: 65.9% of statements [2023-05-02T20:02:13.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-02T20:02:13.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-02T20:02:14.121Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2023-05-02T20:02:14.121Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements [2023-05-02T20:02:14.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 42.9% of statements [2023-05-02T20:02:14.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 82.9% of statements [2023-05-02T20:02:14.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2023-05-02T20:02:14.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2023-05-02T20:02:14.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-02T20:02:15.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-02T20:02:16.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-02T20:02:16.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-02T20:02:16.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-02T20:02:16.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-02T20:02:16.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-02T20:02:16.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-02T20:02:17.384Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-02T20:02:18.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-02T20:02:18.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-02T20:02:19.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-02T20:02:19.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-02T20:02:20.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-02T20:02:20.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-02T20:02:20.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-02T20:02:22.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-02T20:02:22.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-02T20:02:22.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-02T20:02:27.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2023-05-02T20:02:29.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-02T20:02:29.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-02T20:02:29.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-02T20:02:29.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-02T20:02:30.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-02T20:02:30.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-02T20:02:30.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-02T20:02:30.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-02T20:02:32.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-02T20:02:32.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:02:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-02T20:02:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-02T20:02:32.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-02T20:02:32.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-02T20:02:33.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-02T20:02:33.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.328s coverage: 79.9% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 64.4% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 62.3% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.061s coverage: 87.2% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 81.8% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 82.1% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.047s coverage: 86.0% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.1% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.006s coverage: 38.4% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2023-05-02T20:02:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2023-05-02T20:02:38.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.152s coverage: 92.3% of statements [2023-05-02T20:02:38.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 61.5% of statements [2023-05-02T20:02:38.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements [2023-05-02T20:02:39.141Z] 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-02T20:02:39.722Z] running golangci-lint [2023-05-02T20:02:39.722Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-02T20:02:39.722Z] go version go1.20.2 linux/amd64 [2023-05-02T20:02:40.000Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-02T20:02:40.262Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-02T20:02:58.369Z] level=info msg="[loader] Go packages loading at mode 575 (name|imports|deps|exports_file|files|types_sizes|compiled_files) took 15.24428425s" [2023-05-02T20:02:58.369Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 56.640127ms" [2023-05-02T20:03:02.548Z] level=info msg="[linters_context/goanalysis] analyzers took 45.966988734s with top 10 stages: buildir: 26.767229536s, fact_deprecated: 1.792335128s, inspect: 1.63896245s, gosec: 1.196716388s, printf: 924.04269ms, S1038: 869.862911ms, ctrlflow: 847.013453ms, nilness: 800.595129ms, fact_purity: 786.14061ms, typedness: 465.416333ms" [2023-05-02T20:03:02.548Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-02T20:03:02.548Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 203/203, skip_dirs: 203/203, autogenerated_exclude: 203/203, path_prettifier: 203/203, skip_files: 203/203, nolint: 0/23, cgo: 203/203, filename_unadjuster: 203/203, identifier_marker: 203/203, exclude-rules: 23/203" [2023-05-02T20:03:02.548Z] level=info msg="[runner] processing took 14.556384ms with stages: nolint: 7.727909ms, identifier_marker: 3.225151ms, exclude-rules: 1.621871ms, path_prettifier: 876.166µs, autogenerated_exclude: 733.415µs, skip_dirs: 323.542µs, cgo: 23.96µs, filename_unadjuster: 19.84µs, max_same_issues: 1.16µs, source_code: 610ns, uniq_by_line: 530ns, diff: 400ns, skip_files: 270ns, path_shortener: 270ns, exclude: 260ns, severity-rules: 260ns, sort_results: 240ns, max_from_linter: 200ns, path_prefixer: 170ns, max_per_file_from_linter: 160ns" [2023-05-02T20:03:02.548Z] level=info msg="[runner] linters took 6.623298906s with stages: goanalysis_metalinter: 6.60862682s" [2023-05-02T20:03:02.548Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-02T20:03:02.548Z] level=info msg="Memory: 221 samples, avg is 172.0MB, max is 823.6MB" [2023-05-02T20:03:02.548Z] level=info msg="Execution took 21.948434337s" [2023-05-02T20:03:02.548Z] go vet ./... [2023-05-02T20:03:06.727Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-02T20:03:06.727Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-02T20:03:06.727Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-02T20:03:06.767Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-02T20:03:07.091Z] + ls -al . [2023-05-02T20:03:07.091Z] total 704 [2023-05-02T20:03:07.091Z] drwxrwxr-x 11 1001 1001 4096 May 2 20:01 . [2023-05-02T20:03:07.091Z] drwxr-xr-x 4 root root 4096 May 2 20:01 .. [2023-05-02T20:03:07.091Z] drwxrwxr-x 2 1001 1001 4096 May 2 20:00 .blubracket [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 16 May 2 20:00 .dockerignore [2023-05-02T20:03:07.091Z] drwxrwxr-x 8 1001 1001 4096 May 2 20:00 .git [2023-05-02T20:03:07.091Z] drwxrwxr-x 3 1001 1001 4096 May 2 20:00 .github [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 1133 May 2 20:00 .gitignore [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 42 May 2 20:00 .golangci.yml [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 87 May 2 20:00 .hadolint.yml [2023-05-02T20:03:07.091Z] drwxr-xr-x 3 1001 1001 4096 May 2 20:00 .semver [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 166 May 2 20:00 .sonarcloud.properties [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 1171 May 2 20:00 ADOPTERS.md [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 10835 May 2 20:00 Attribution.txt [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 73765 May 2 20:00 CHANGELOG.md [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 3804 May 2 20:00 CONTRIBUTING.md [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 677 May 2 20:00 GOVERNANCE.md [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 883 May 2 20:00 Jenkinsfile [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 10775 May 2 20:00 LICENSE [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 14368 May 2 20:00 Makefile [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 582 May 2 20:00 OWNERS.md [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 9403 May 2 20:00 README.md [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 789 May 2 20:00 SECURITY.md [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 5 May 2 20:00 VERSION [2023-05-02T20:03:07.091Z] drwxrwxr-x 2 1001 1001 4096 May 2 20:00 bin [2023-05-02T20:03:07.091Z] drwxrwxr-x 18 1001 1001 4096 May 2 20:00 cmd [2023-05-02T20:03:07.091Z] -rw-r--r-- 1 root root 448352 May 2 20:02 coverage.out [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 3200 May 2 20:00 go.mod [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 31040 May 2 20:00 go.sum [2023-05-02T20:03:07.091Z] drwxrwxr-x 7 1001 1001 4096 May 2 20:00 internal [2023-05-02T20:03:07.091Z] drwxrwxr-x 3 1001 1001 4096 May 2 20:00 openapi [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 594 May 2 20:00 security.txt [2023-05-02T20:03:07.091Z] drwxrwxr-x 4 1001 1001 4096 May 2 20:00 snap [2023-05-02T20:03:07.091Z] -rw-rw-r-- 1 1001 1001 204 May 2 20:00 version.go [Pipeline] sh [2023-05-02T20:03:07.428Z] + '[' -e coverage.out ] [2023-05-02T20:03:07.429Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-02T20:03:07.564Z] Stashed 1 file(s) [Pipeline] sh [2023-05-02T20:03:07.859Z] + make build [2023-05-02T20:03:07.859Z] 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-02T20:03:20.054Z] 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-02T20:03:20.985Z] 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-02T20:03:22.361Z] 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-02T20:03:22.927Z] 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-02T20:03:29.532Z] 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-02T20:03:30.906Z] 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-02T20:03:31.836Z] 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-02T20:03:33.217Z] 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-02T20:03:33.784Z] 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-02T20:03:34.716Z] 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-02T20:03:35.648Z] 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-02T20:03:37.067Z] $ docker stop --time=1 015bedf6d64f027a27e9d646fe794a2ea5bc69508342deb53c2b294178083f09 [2023-05-02T20:03:43.687Z] $ docker rm -f --volumes 015bedf6d64f027a27e9d646fe794a2ea5bc69508342deb53c2b294178083f09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:03:44.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-02T20:03:44.920Z] [2023-05-02T20:03:44.920Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:03:45.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-02T20:03:45.307Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-02T20:03:45.307Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-02T20:03:45.307Z] ca9280d653b3: Pulling fs layer [2023-05-02T20:03:45.307Z] 7e9c9ca2126c: Pulling fs layer [2023-05-02T20:03:45.569Z] cbdbe7a5bc2a: Verifying Checksum [2023-05-02T20:03:45.570Z] cbdbe7a5bc2a: Download complete [2023-05-02T20:03:45.570Z] ca9280d653b3: Verifying Checksum [2023-05-02T20:03:45.570Z] ca9280d653b3: Download complete [2023-05-02T20:03:45.840Z] cbdbe7a5bc2a: Pull complete [2023-05-02T20:03:46.415Z] 7e9c9ca2126c: Verifying Checksum [2023-05-02T20:03:46.415Z] 7e9c9ca2126c: Download complete [2023-05-02T20:03:46.878Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12461 in /w/workspace/edgexfoundry_edgex-go_PR-4546 [Pipeline] { [Pipeline] ws [2023-05-02T20:03:46.941Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [2023-05-02T20:03:46.992Z] ca9280d653b3: Pull complete [Pipeline] checkout [2023-05-02T20:03:47.022Z] The recommended git tool is: git [2023-05-02T20:03:53.139Z] using credential edgex-jenkins-ssh [2023-05-02T20:03:53.161Z] Cloning the remote Git repository [2023-05-02T20:03:53.227Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-02T20:03:53.613Z] 7e9c9ca2126c: Pull complete [2023-05-02T20:03:53.614Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-02T20:03:53.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-02T20:03:53.614Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:03:53.887Z] prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container [2023-05-02T20:03:53.936Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-02T20:03:53.342Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-05-02T20:03:53.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-02T20:03:53.528Z] > git --version # timeout=10 [2023-05-02T20:03:53.557Z] > git --version # 'git version 2.25.1' [2023-05-02T20:03:53.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T20:03:53.740Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-02T20:03:59.594Z] $ docker top 0fbc8a6fb8e38e4764e939937a06dcfdc6d51d1dffacfc930503c8ed8497bb89 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T20:03:59.989Z] + + grepdocker-compose parallel build [2023-05-02T20:03:59.989Z] --help [2023-05-02T20:04:00.557Z] --parallel Build images in parallel. [Pipeline] } [2023-05-02T20:04:00.842Z] $ docker stop --time=1 0fbc8a6fb8e38e4764e939937a06dcfdc6d51d1dffacfc930503c8ed8497bb89 [2023-05-02T20:04:02.165Z] $ docker rm -f --volumes 0fbc8a6fb8e38e4764e939937a06dcfdc6d51d1dffacfc930503c8ed8497bb89 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:04:02.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-02T20:04:02.845Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:04:03.025Z] prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container [2023-05-02T20:04:03.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-02T20:04:03.543Z] $ docker top 4260ab392119cc3df6303161f67c92ce9a14deda7a9c6cd8e9f884e65ce2251d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T20:04:03.968Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-02T20:04:04.924Z] Building core-command ... [2023-05-02T20:04:04.924Z] Building core-common-config-bootstrapper ... [2023-05-02T20:04:04.924Z] Building core-data ... [2023-05-02T20:04:04.924Z] Building core-metadata ... [2023-05-02T20:04:04.924Z] Building security-bootstrapper ... [2023-05-02T20:04:04.924Z] Building security-proxy-auth ... [2023-05-02T20:04:04.924Z] Building security-proxy-setup ... [2023-05-02T20:04:04.924Z] Building security-secretstore-setup ... [2023-05-02T20:04:04.924Z] Building security-spiffe-token-provider ... [2023-05-02T20:04:04.924Z] Building security-spire-agent ... [2023-05-02T20:04:04.924Z] Building security-spire-config ... [2023-05-02T20:04:04.924Z] Building security-spire-server ... [2023-05-02T20:04:04.924Z] Building support-notifications ... [2023-05-02T20:04:04.924Z] Building support-scheduler ... [2023-05-02T20:04:04.924Z] Building security-bootstrapper [2023-05-02T20:04:04.924Z] Building core-command [2023-05-02T20:04:04.924Z] Building security-proxy-auth [2023-05-02T20:04:04.924Z] Building security-secretstore-setup [2023-05-02T20:04:04.924Z] Building core-metadata [2023-05-02T20:04:11.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-02T20:04:11.995Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-02T20:04:13.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-02T20:04:13.216Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-02T20:04:13.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T20:04:13.237Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4546/head:refs/remotes/origin/PR-4546 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-02T20:04:14.019Z] Merging remotes/origin/main commit 0075755ea904cb1c320e6f00828dbbda8c0a5f06 into PR head commit 1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:04:14.525Z] Merge succeeded, producing 1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:04:14.526Z] Checking out Revision 1af0f8c81b0acb79030db965a9fec96e4161de5a (PR-4546) [2023-05-02T20:04:15.301Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-05-02T20:04:15.363Z] > git --version # timeout=10 [2023-05-02T20:04:15.375Z] > git --version # 'git version 2.25.1' [2023-05-02T20:04:15.390Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [2023-05-02T20:04:14.047Z] > git config core.sparsecheckout # timeout=10 [2023-05-02T20:04:14.132Z] > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # timeout=10 [2023-05-02T20:04:14.407Z] > git remote # timeout=10 [2023-05-02T20:04:14.429Z] > git config --get remote.origin.url # timeout=10 [2023-05-02T20:04:14.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-02T20:04:14.471Z] > git merge 0075755ea904cb1c320e6f00828dbbda8c0a5f06 # timeout=10 [2023-05-02T20:04:14.505Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-02T20:04:14.539Z] > git config core.sparsecheckout # timeout=10 [2023-05-02T20:04:14.558Z] > git checkout -f 1af0f8c81b0acb79030db965a9fec96e4161de5a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-02T20:04:16.539Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-02T20:04:16.539Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-02T20:04:16.539Z] Dload Upload Total Spent Left Speed [2023-05-02T20:04:16.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh [2023-05-02T20:04:17.120Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-02T20:04:17.209Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:04:17.209Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:04:17.209Z] ---> 19415cad7c1b [2023-05-02T20:04:17.209Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:04:17.466Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:04:17.466Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:04:17.466Z] ---> 19415cad7c1b [2023-05-02T20:04:17.466Z] Step 3/25 : WORKDIR /edgex-go [2023-05-02T20:04:17.466Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:04:17.466Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:04:17.466Z] ---> 19415cad7c1b [2023-05-02T20:04:17.466Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:04:17.481Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-02T20:04:17.481Z] + sudo tee /etc/docker/daemon.new [2023-05-02T20:04:17.481Z] { [2023-05-02T20:04:17.481Z] "registry-mirrors": [ [2023-05-02T20:04:17.481Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-02T20:04:17.481Z] ], [2023-05-02T20:04:17.481Z] "bip": "10.250.0.254/24", [2023-05-02T20:04:17.481Z] "hosts": [ [2023-05-02T20:04:17.481Z] "tcp://0.0.0.0:5555", [2023-05-02T20:04:17.481Z] "unix:///var/run/docker.sock" [2023-05-02T20:04:17.481Z] ], [2023-05-02T20:04:17.481Z] "mtu": 1458, [2023-05-02T20:04:17.481Z] "selinux-enabled": true, [2023-05-02T20:04:17.481Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-02T20:04:17.481Z] } [Pipeline] sh [2023-05-02T20:04:17.847Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:04:17.847Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:04:17.847Z] ---> 19415cad7c1b [2023-05-02T20:04:17.847Z] Step 3/33 : WORKDIR /edgex-go [2023-05-02T20:04:17.847Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-02T20:04:18.243Z] + sudo service docker restart [2023-05-02T20:04:19.773Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:04:19.773Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:04:19.773Z] ---> 19415cad7c1b [2023-05-02T20:04:19.773Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T20:04:36.642Z] provisioning config files... [2023-05-02T20:04:36.680Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6315375136885080807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:04:37.121Z] ---> docker-login.sh [2023-05-02T20:04:37.121Z] nexus3.edgexfoundry.org:10001 [2023-05-02T20:04:37.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:04:37.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:04:37.719Z] Configure a credential helper to remove this warning. See [2023-05-02T20:04:37.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:04:37.719Z] [2023-05-02T20:04:37.976Z] ---> Running in c7bd4f1d81c9 [2023-05-02T20:04:37.976Z] ---> Running in 883de4b48d83 [2023-05-02T20:04:37.976Z] ---> Running in 507799297c01 [2023-05-02T20:04:37.976Z] ---> Running in ae87883e90d9 [2023-05-02T20:04:37.976Z] ---> Running in 548523334e7a [2023-05-02T20:04:37.976Z] Removing intermediate container 507799297c01 [2023-05-02T20:04:37.976Z] ---> 39e6c034f7a3 [2023-05-02T20:04:37.976Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-02T20:04:37.976Z] Removing intermediate container 883de4b48d83 [2023-05-02T20:04:37.976Z] ---> 5b29d9091f89 [2023-05-02T20:04:37.976Z] Step 4/25 : WORKDIR /edgex-go [2023-05-02T20:04:37.976Z] ---> Running in 882bebf2b97c [2023-05-02T20:04:37.976Z] Removing intermediate container 548523334e7a [2023-05-02T20:04:37.976Z] ---> 33f2e8b84ff3 [2023-05-02T20:04:37.976Z] Step 4/24 : WORKDIR /edgex-go [2023-05-02T20:04:37.976Z] Removing intermediate container ae87883e90d9 [2023-05-02T20:04:37.976Z] ---> 60751ee7b45f [2023-05-02T20:04:37.976Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:04:37.976Z] Removing intermediate container c7bd4f1d81c9 [2023-05-02T20:04:37.976Z] ---> 3be4b69fa577 [2023-05-02T20:04:37.976Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-02T20:04:37.976Z] ---> Running in ce0b5acee6cd [2023-05-02T20:04:37.976Z] ---> Running in cb42ba511878 [2023-05-02T20:04:37.976Z] ---> Running in eb9355ea60d4 [2023-05-02T20:04:37.976Z] ---> Running in 3a9aaa3bc03c [2023-05-02T20:04:37.976Z] Removing intermediate container ce0b5acee6cd [2023-05-02T20:04:37.976Z] ---> ce4cf657cdb1 [2023-05-02T20:04:37.976Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-02T20:04:37.976Z] Removing intermediate container eb9355ea60d4 [2023-05-02T20:04:37.976Z] ---> ef08f27edb7d [2023-05-02T20:04:37.976Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:04:37.976Z] Removing intermediate container cb42ba511878 [2023-05-02T20:04:37.976Z] ---> 4ce11027152b [2023-05-02T20:04:37.976Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-02T20:04:37.976Z] ---> Running in f5486eb2b4fc [2023-05-02T20:04:37.976Z] ---> Running in 37ff7769fd94 [2023-05-02T20:04:37.976Z] ---> Running in c53fca3d8712 [2023-05-02T20:04:37.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:37.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:37.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:37.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:37.995Z] Login Succeeded [2023-05-02T20:04:37.995Z] nexus3.edgexfoundry.org:10002 [2023-05-02T20:04:38.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:04:38.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:04:38.268Z] Configure a credential helper to remove this warning. See [2023-05-02T20:04:38.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:04:38.268Z] [2023-05-02T20:04:38.268Z] Login Succeeded [2023-05-02T20:04:38.268Z] nexus3.edgexfoundry.org:10003 [2023-05-02T20:04:38.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:04:38.542Z] OK: 265 MiB in 53 packages [2023-05-02T20:04:38.542Z] OK: 265 MiB in 53 packages [2023-05-02T20:04:38.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:38.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:38.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:38.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:38.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:38.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:04:38.800Z] OK: 265 MiB in 53 packages [2023-05-02T20:04:38.800Z] OK: 265 MiB in 53 packages [2023-05-02T20:04:38.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:04:38.824Z] Configure a credential helper to remove this warning. See [2023-05-02T20:04:38.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:04:38.824Z] [2023-05-02T20:04:38.824Z] Login Succeeded [2023-05-02T20:04:38.824Z] nexus3.edgexfoundry.org:10004 [2023-05-02T20:04:39.058Z] OK: 265 MiB in 53 packages [2023-05-02T20:04:39.058Z] Removing intermediate container 3a9aaa3bc03c [2023-05-02T20:04:39.058Z] ---> be1381319c09 [2023-05-02T20:04:39.058Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-02T20:04:39.058Z] Removing intermediate container 882bebf2b97c [2023-05-02T20:04:39.058Z] ---> 19292d46d284 [2023-05-02T20:04:39.058Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-02T20:04:39.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:04:39.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:04:39.102Z] Configure a credential helper to remove this warning. See [2023-05-02T20:04:39.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:04:39.102Z] [2023-05-02T20:04:39.102Z] Login Succeeded [2023-05-02T20:04:39.102Z] docker.io [2023-05-02T20:04:39.325Z] ---> 44c6ab9363ba [2023-05-02T20:04:39.325Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:04:39.325Z] ---> 1e5ae0c9bfb4 [2023-05-02T20:04:39.325Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:04:39.325Z] ---> Running in 7fba92cb387d [2023-05-02T20:04:39.325Z] ---> Running in 8bbefb6514e9 [2023-05-02T20:04:39.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-02T20:04:39.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-02T20:04:39.973Z] Configure a credential helper to remove this warning. See [2023-05-02T20:04:39.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-02T20:04:39.973Z] [2023-05-02T20:04:39.973Z] Login Succeeded [2023-05-02T20:04:39.973Z] ---> docker-login.sh ends [Pipeline] } [2023-05-02T20:04:40.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-05-02T20:04:40.260Z] Removing intermediate container f5486eb2b4fc [2023-05-02T20:04:40.260Z] ---> d27b09978a60 [2023-05-02T20:04:40.260Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-02T20:04:40.260Z] Removing intermediate container 37ff7769fd94 [2023-05-02T20:04:40.260Z] ---> 82c086f91da5 [2023-05-02T20:04:40.260Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-02T20:04:40.260Z] Removing intermediate container c53fca3d8712 [2023-05-02T20:04:40.260Z] ---> 48f29b298efe [2023-05-02T20:04:40.260Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:04:40.260Z] ---> 844fe872df71 [2023-05-02T20:04:40.260Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh [2023-05-02T20:04:40.755Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-02T20:04:40.793Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T20:04:40.824Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-02T20:04:40.856Z] ========================================================= [2023-05-02T20:04:40.856Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-02T20:04:40.856Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-02T20:04:41.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-02T20:04:41.289Z] ---> bd898cb4be14 [2023-05-02T20:04:41.289Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:04:41.289Z] ---> 9f8c0cb9b627 [2023-05-02T20:04:41.289Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:04:41.289Z] ---> Running in 725401984f98 [2023-05-02T20:04:41.533Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-02T20:04:41.533Z] c41833b44d91: Pulling fs layer [2023-05-02T20:04:41.533Z] ed15518f5707: Pulling fs layer [2023-05-02T20:04:41.533Z] feae8fd75edb: Pulling fs layer [2023-05-02T20:04:41.533Z] 242c74f7c9fa: Pulling fs layer [2023-05-02T20:04:41.533Z] 3cdef696dda3: Pulling fs layer [2023-05-02T20:04:41.533Z] 2ced38df9373: Pulling fs layer [2023-05-02T20:04:41.533Z] 58f1dce35555: Pulling fs layer [2023-05-02T20:04:41.533Z] 242c74f7c9fa: Waiting [2023-05-02T20:04:41.533Z] 58f1dce35555: Waiting [2023-05-02T20:04:41.533Z] 3cdef696dda3: Waiting [2023-05-02T20:04:41.533Z] 2ced38df9373: Waiting [2023-05-02T20:04:41.533Z] ed15518f5707: Download complete [2023-05-02T20:04:41.533Z] 242c74f7c9fa: Verifying Checksum [2023-05-02T20:04:41.533Z] 242c74f7c9fa: Download complete [2023-05-02T20:04:41.533Z] 3cdef696dda3: Verifying Checksum [2023-05-02T20:04:41.533Z] 3cdef696dda3: Download complete [2023-05-02T20:04:41.533Z] c41833b44d91: Verifying Checksum [2023-05-02T20:04:41.533Z] c41833b44d91: Download complete [2023-05-02T20:04:41.546Z] ---> Running in bde0eee4d47b [2023-05-02T20:04:41.804Z] ---> Running in 6e441f527d9c [2023-05-02T20:04:42.525Z] c41833b44d91: Pull complete [2023-05-02T20:04:43.153Z] 58f1dce35555: Verifying Checksum [2023-05-02T20:04:43.153Z] 58f1dce35555: Download complete [2023-05-02T20:04:43.153Z] ed15518f5707: Pull complete [2023-05-02T20:04:44.698Z] feae8fd75edb: Download complete [2023-05-02T20:04:44.698Z] 2ced38df9373: Verifying Checksum [2023-05-02T20:04:44.698Z] 2ced38df9373: Download complete [2023-05-02T20:04:57.057Z] feae8fd75edb: Pull complete [2023-05-02T20:04:57.057Z] 242c74f7c9fa: Pull complete [2023-05-02T20:04:57.057Z] 3cdef696dda3: Pull complete [2023-05-02T20:05:03.771Z] 2ced38df9373: Pull complete [2023-05-02T20:05:05.201Z] 58f1dce35555: Pull complete [2023-05-02T20:05:05.201Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-02T20:05:05.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-02T20:05:05.201Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-02T20:05:05.605Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-02T20:05:05.605Z] WORKDIR /edgex [2023-05-02T20:05:05.605Z] COPY go.mod . [2023-05-02T20:05:05.605Z] RUN go mod download [2023-05-02T20:05:05.605Z] + docker build -t ci-base-image-arm64 -f - . [2023-05-02T20:05:06.197Z] Sending build context to Docker daemon 2.932MB [2023-05-02T20:05:06.197Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-02T20:05:06.197Z] ---> fadd8f120f05 [2023-05-02T20:05:06.197Z] Step 2/4 : WORKDIR /edgex [2023-05-02T20:05:08.160Z] ---> Running in b96ea7c7b2ea [2023-05-02T20:05:08.430Z] Removing intermediate container b96ea7c7b2ea [2023-05-02T20:05:08.430Z] ---> 1f4e49e8df54 [2023-05-02T20:05:08.430Z] Step 3/4 : COPY go.mod . [2023-05-02T20:05:09.019Z] ---> b3226db4d097 [2023-05-02T20:05:09.019Z] Step 4/4 : RUN go mod download [2023-05-02T20:05:09.019Z] ---> Running in 0c5ac4afb2cc [2023-05-02T20:05:41.347Z] Removing intermediate container 0c5ac4afb2cc [2023-05-02T20:05:41.347Z] ---> 2816fe3ce966 [2023-05-02T20:05:41.347Z] Successfully built 2816fe3ce966 [2023-05-02T20:05:41.347Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:05:41.777Z] + docker inspect -f . ci-base-image-arm64 [2023-05-02T20:05:41.777Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:05:42.121Z] prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container [2023-05-02T20:05:42.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-02T20:05:43.592Z] $ docker top 50dd0a4051b7c38f4838f690f2b4d352d38bad19e98ce69ac32a6b8f6a02bbd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T20:05:44.540Z] + go version [2023-05-02T20:05:44.540Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-02T20:05:44.582Z] $ docker stop --time=1 50dd0a4051b7c38f4838f690f2b4d352d38bad19e98ce69ac32a6b8f6a02bbd2 [2023-05-02T20:05:46.248Z] $ docker rm -f --volumes 50dd0a4051b7c38f4838f690f2b4d352d38bad19e98ce69ac32a6b8f6a02bbd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:05:47.202Z] + docker inspect -f . ci-base-image-arm64 [2023-05-02T20:05:47.202Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:05:47.555Z] prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container [2023-05-02T20:05:47.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-02T20:05:48.985Z] $ docker top fc36210272b3de83b5152dfc0b2585c874be2b0ec7d6a35fb06e40f765cafde3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-02T20:05:49.271Z] ========================================================= [2023-05-02T20:05:49.271Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-02T20:05:49.271Z] ========================================================= [Pipeline] sh [2023-05-02T20:05:49.925Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-02T20:05:50.644Z] + make test [2023-05-02T20:05:50.644Z] go test -race -coverprofile=coverage.out ./... [2023-05-02T20:06:03.269Z] Removing intermediate container 6e441f527d9c [2023-05-02T20:06:03.269Z] ---> 83268c7b103f [2023-05-02T20:06:03.269Z] Step 8/23 : COPY . . [2023-05-02T20:06:03.269Z] Removing intermediate container 8bbefb6514e9 [2023-05-02T20:06:03.269Z] ---> e79e21d501d6 [2023-05-02T20:06:03.269Z] Step 7/25 : COPY . . [2023-05-02T20:06:03.269Z] Removing intermediate container 7fba92cb387d [2023-05-02T20:06:03.269Z] ---> a8bda8d1320c [2023-05-02T20:06:03.269Z] Step 7/33 : COPY . . [2023-05-02T20:06:03.269Z] Removing intermediate container bde0eee4d47b [2023-05-02T20:06:03.269Z] Removing intermediate container 725401984f98 [2023-05-02T20:06:03.269Z] ---> 152241e6dc41 [2023-05-02T20:06:03.269Z] ---> 6088eac5d3f9 [2023-05-02T20:06:03.269Z] Step 8/25 : COPY . .Step 8/24 : COPY . . [2023-05-02T20:06:03.269Z] [2023-05-02T20:06:35.907Z] ---> c38da0668931 [2023-05-02T20:06:35.907Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-02T20:06:35.907Z] ---> 57cb8e727927 [2023-05-02T20:06:35.907Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-02T20:06:35.907Z] ---> b36a51c73dda [2023-05-02T20:06:35.907Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-02T20:06:35.907Z] ---> 2c119158c7dd [2023-05-02T20:06:35.907Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-02T20:06:35.907Z] ---> 09ae0cf661be [2023-05-02T20:06:35.908Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-02T20:06:35.908Z] ---> Running in a46f3c074dbf [2023-05-02T20:06:35.908Z] ---> Running in 9d2b8e536cb7 [2023-05-02T20:06:35.908Z] ---> Running in d67af300d46c [2023-05-02T20:06:35.908Z] ---> Running in c1ca67fecdbc [2023-05-02T20:06:35.908Z] ---> Running in fcc6b94339bc [2023-05-02T20:06:36.166Z] 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-02T20:06:36.424Z] 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-02T20:06:36.424Z] 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-02T20:06:36.683Z] 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-02T20:06:36.941Z] 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-02T20:06:47.127Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-02T20:07:09.065Z] 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-02T20:07:35.726Z] Removing intermediate container fcc6b94339bc [2023-05-02T20:07:35.726Z] ---> 08b0b85b06be [2023-05-02T20:07:35.726Z] [2023-05-02T20:07:35.726Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:07:35.726Z] Removing intermediate container c1ca67fecdbc [2023-05-02T20:07:35.726Z] ---> 3bf49667eb37 [2023-05-02T20:07:35.726Z] [2023-05-02T20:07:35.726Z] Step 9/33 : FROM alpine:3.17 [2023-05-02T20:07:35.726Z] Removing intermediate container 9d2b8e536cb7 [2023-05-02T20:07:35.726Z] ---> c60882fcc486 [2023-05-02T20:07:35.726Z] [2023-05-02T20:07:35.726Z] Step 10/24 : FROM alpine:3.17 [2023-05-02T20:07:35.726Z] Removing intermediate container a46f3c074dbf [2023-05-02T20:07:35.726Z] ---> 78bd00dfb290 [2023-05-02T20:07:35.726Z] [2023-05-02T20:07:35.726Z] Step 9/25 : FROM alpine:3.17 [2023-05-02T20:07:35.726Z] Removing intermediate container d67af300d46c [2023-05-02T20:07:35.726Z] ---> 57909b756706 [2023-05-02T20:07:35.726Z] [2023-05-02T20:07:35.726Z] Step 10/25 : FROM alpine:3.17 [2023-05-02T20:07:35.726Z] 3.17: Pulling from library/alpine [2023-05-02T20:07:35.726Z] 3.17: Pulling from library/alpine [2023-05-02T20:07:35.726Z] 3.17: Pulling from library/alpine [2023-05-02T20:07:35.726Z] 3.17: Pulling from library/alpine [2023-05-02T20:07:35.726Z] 3.17: Pulling from library/alpine [2023-05-02T20:07:37.632Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T20:07:37.632Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T20:07:37.632Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T20:07:37.632Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T20:07:37.632Z] Status: Image is up to date for alpine:3.17 [2023-05-02T20:07:37.632Z] Status: Image is up to date for alpine:3.17 [2023-05-02T20:07:37.632Z] Status: Downloaded newer image for alpine:3.17 [2023-05-02T20:07:37.632Z] Status: Downloaded newer image for alpine:3.17 [2023-05-02T20:07:37.632Z] ---> 9ed4aefc74f6 [2023-05-02T20:07:37.632Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-02T20:07:37.632Z] ---> 9ed4aefc74f6 [2023-05-02T20:07:37.632Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:07:37.632Z] ---> 9ed4aefc74f6 [2023-05-02T20:07:37.632Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-02T20:07:37.632Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T20:07:37.632Z] ---> 9ed4aefc74f6 [2023-05-02T20:07:37.632Z] Status: Image is up to date for alpine:3.17 [2023-05-02T20:07:37.632Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-02T20:07:37.632Z] ---> 9ed4aefc74f6 [2023-05-02T20:07:37.632Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:07:37.632Z] ---> Running in 319ac286fbc4 [2023-05-02T20:07:37.632Z] ---> Running in ff4f6dd87b02 [2023-05-02T20:07:37.632Z] ---> Running in b6a321daf1ef [2023-05-02T20:07:37.632Z] ---> Running in 9b3c4365fe4a [2023-05-02T20:07:37.632Z] ---> Running in ab2fa69d6429 [2023-05-02T20:07:37.632Z] Removing intermediate container 319ac286fbc4 [2023-05-02T20:07:37.632Z] ---> 39ccded21cfc [2023-05-02T20:07:37.632Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:07:37.632Z] Removing intermediate container ff4f6dd87b02 [2023-05-02T20:07:37.632Z] ---> ba1a1dcf4e09 [2023-05-02T20:07:37.632Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-02T20:07:37.632Z] ---> Running in a1b8944d46a4 [2023-05-02T20:07:37.632Z] ---> Running in b8f8a5af0d6e [2023-05-02T20:07:37.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:37.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.156Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T20:07:38.156Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:07:38.156Z] OK: 7 MiB in 16 packages [2023-05-02T20:07:38.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.413Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T20:07:38.413Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:07:38.413Z] OK: 7 MiB in 16 packages [2023-05-02T20:07:38.413Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-02T20:07:38.413Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-02T20:07:38.413Z] (3/3) Installing su-exec (0.2-r2) [2023-05-02T20:07:38.413Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:07:38.413Z] Executing ca-certificates-20220614-r4.trigger [2023-05-02T20:07:38.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:07:38.680Z] OK: 8 MiB in 18 packages [2023-05-02T20:07:38.680Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-02T20:07:38.680Z] (2/2) Installing su-exec (0.2-r2) [2023-05-02T20:07:38.680Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:07:38.680Z] OK: 7 MiB in 17 packages [2023-05-02T20:07:38.938Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T20:07:38.938Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:07:38.938Z] OK: 7 MiB in 16 packages [2023-05-02T20:07:38.938Z] Removing intermediate container b6a321daf1ef [2023-05-02T20:07:38.938Z] ---> 2dc6a03b9dfd [2023-05-02T20:07:38.938Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:07:39.198Z] ---> Running in f6d7ccac8023 [2023-05-02T20:07:39.456Z] Removing intermediate container 9b3c4365fe4a [2023-05-02T20:07:39.456Z] ---> 5e6734dd5269 [2023-05-02T20:07:39.456Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:07:39.749Z] Removing intermediate container f6d7ccac8023 [2023-05-02T20:07:39.749Z] ---> 5e7154596171 [2023-05-02T20:07:39.749Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-02T20:07:39.749Z] ---> Running in e580be7769f3 [2023-05-02T20:07:40.013Z] ---> Running in d321d9583824 [2023-05-02T20:07:40.013Z] Removing intermediate container ab2fa69d6429 [2023-05-02T20:07:40.013Z] ---> bac9cc8ebc3f [2023-05-02T20:07:40.013Z] 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-02T20:07:40.013Z] Removing intermediate container b8f8a5af0d6e [2023-05-02T20:07:40.013Z] ---> 78b925df725f [2023-05-02T20:07:40.013Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-02T20:07:40.279Z] ---> Running in 8f3636115998 [2023-05-02T20:07:40.279Z] ---> Running in 7668fd109dbd [2023-05-02T20:07:40.279Z] Removing intermediate container e580be7769f3 [2023-05-02T20:07:40.279Z] ---> 014df30cc9ff [2023-05-02T20:07:40.279Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-02T20:07:40.279Z] Removing intermediate container d321d9583824 [2023-05-02T20:07:40.279Z] ---> 5216d1049a92 [2023-05-02T20:07:40.279Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-02T20:07:40.279Z] Removing intermediate container a1b8944d46a4 [2023-05-02T20:07:40.279Z] ---> f29ba062cc35 [2023-05-02T20:07:40.279Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:07:40.279Z] ---> Running in 64e478571b39 [2023-05-02T20:07:40.279Z] ---> Running in c646fd7958cf [2023-05-02T20:07:40.559Z] Removing intermediate container 7668fd109dbd [2023-05-02T20:07:40.559Z] ---> 5845bfdcb7b7 [2023-05-02T20:07:40.559Z] Step 12/25 : WORKDIR / [2023-05-02T20:07:40.559Z] Removing intermediate container 8f3636115998 [2023-05-02T20:07:40.559Z] ---> 6944b0ca0d38 [2023-05-02T20:07:40.559Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-02T20:07:40.822Z] Removing intermediate container 64e478571b39 [2023-05-02T20:07:40.822Z] ---> ed2cbf5153a1 [2023-05-02T20:07:40.822Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-02T20:07:40.822Z] Removing intermediate container c646fd7958cf [2023-05-02T20:07:40.822Z] ---> dae766cec235 [2023-05-02T20:07:40.822Z] Step 15/24 : WORKDIR / [2023-05-02T20:07:40.822Z] ---> 304a8768635f [2023-05-02T20:07:40.822Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:07:40.822Z] ---> Running in 8bc8768d4edc [2023-05-02T20:07:40.822Z] ---> Running in c5c5c1a9c152 [2023-05-02T20:07:40.822Z] ---> Running in 3c4870269e8c [2023-05-02T20:07:41.086Z] ---> Running in 9a1080b7d4fb [2023-05-02T20:07:41.358Z] Removing intermediate container c5c5c1a9c152 [2023-05-02T20:07:41.358Z] ---> 7b8e8f41fc18 [2023-05-02T20:07:41.358Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-02T20:07:41.358Z] ---> d6d1977475ee [2023-05-02T20:07:41.358Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-02T20:07:41.358Z] Removing intermediate container 8bc8768d4edc [2023-05-02T20:07:41.358Z] ---> 0c115a4b5872 [2023-05-02T20:07:41.358Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:07:41.619Z] Removing intermediate container 3c4870269e8c [2023-05-02T20:07:41.619Z] ---> cbb60f4c458b [2023-05-02T20:07:41.619Z] Step 15/25 : WORKDIR / [2023-05-02T20:07:41.619Z] ---> Running in 09281a85ae30 [2023-05-02T20:07:41.619Z] Removing intermediate container 9a1080b7d4fb [2023-05-02T20:07:41.619Z] ---> 2ae255359f73 [2023-05-02T20:07:41.619Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:07:42.190Z] ---> Running in 8b6a20d0c9f9 [2023-05-02T20:07:42.190Z] ---> 81cd46e939d4 [2023-05-02T20:07:42.190Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:07:42.763Z] ---> 7d9327851d0a [2023-05-02T20:07:42.763Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:07:43.024Z] ---> 373de63df64c [2023-05-02T20:07:43.024Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:07:43.024Z] Removing intermediate container 09281a85ae30 [2023-05-02T20:07:43.024Z] ---> 9e6745504f67 [2023-05-02T20:07:43.024Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-02T20:07:43.300Z] Removing intermediate container 8b6a20d0c9f9 [2023-05-02T20:07:43.300Z] ---> 6cb3895a7e24 [2023-05-02T20:07:43.300Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:07:43.561Z] ---> 6164af2dead4 [2023-05-02T20:07:43.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-02T20:07:43.561Z] ---> Running in 916c2ad5ffed [2023-05-02T20:07:43.561Z] ---> b6ce2782d8e7 [2023-05-02T20:07:43.561Z] 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-02T20:07:43.822Z] ---> 5a85feb1482d [2023-05-02T20:07:43.822Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-02T20:07:44.768Z] ---> c924573e0c1e [2023-05-02T20:07:44.768Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:07:44.768Z] ---> 1c40e947964b [2023-05-02T20:07:44.768Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:07:44.768Z] ---> 683bc92dee79 [2023-05-02T20:07:44.768Z] 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-02T20:07:44.768Z] Removing intermediate container 916c2ad5ffed [2023-05-02T20:07:44.768Z] ---> a047c89f6353 [2023-05-02T20:07:44.768Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-02T20:07:44.768Z] ---> 82ac980153b3 [2023-05-02T20:07:44.768Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:07:44.768Z] ---> Running in 9154d5b73921 [2023-05-02T20:07:44.768Z] ---> Running in a215226a8bf9 [2023-05-02T20:07:45.028Z] ---> 1003426cf093 [2023-05-02T20:07:45.028Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-02T20:07:45.598Z] ---> 22163e1e5b8b [2023-05-02T20:07:45.598Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:07:45.864Z] ---> fe23e90a64db [2023-05-02T20:07:45.864Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-02T20:07:45.864Z] ---> b701316d7e9a [2023-05-02T20:07:45.864Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:07:45.864Z] ---> Running in 815c7ad1520a [2023-05-02T20:07:45.864Z] Removing intermediate container 815c7ad1520a [2023-05-02T20:07:45.864Z] ---> 27bb795b0685 [2023-05-02T20:07:45.864Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:07:45.864Z] ---> c72ef99b132b [2023-05-02T20:07:45.864Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-02T20:07:45.864Z] ---> Running in d3c358b88077 [2023-05-02T20:07:45.864Z] ---> e1449a245f49 [2023-05-02T20:07:45.864Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-02T20:07:46.129Z] Removing intermediate container d3c358b88077 [2023-05-02T20:07:46.129Z] ---> 59f8b1bcc936 [2023-05-02T20:07:46.129Z] Step 22/24 : LABEL arch=x86_64 [2023-05-02T20:07:46.129Z] ---> Running in 34c2f5b04693 [2023-05-02T20:07:46.704Z] ---> 460e1124d20a [2023-05-02T20:07:46.704Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-02T20:07:46.704Z] Removing intermediate container 34c2f5b04693 [2023-05-02T20:07:46.704Z] ---> 8a58983ba597 [2023-05-02T20:07:46.704Z] Step 23/24 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:07:46.704Z] ---> f7ca5bbe58d9 [2023-05-02T20:07:46.704Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-02T20:07:46.704Z] ---> Running in 93c13dd06acc [2023-05-02T20:07:46.704Z] ---> Running in 21c92ad3b0cd [2023-05-02T20:07:46.704Z] Removing intermediate container 9154d5b73921 [2023-05-02T20:07:46.704Z] ---> 3412ff9791cf [2023-05-02T20:07:46.704Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:07:46.704Z] Removing intermediate container 93c13dd06acc [2023-05-02T20:07:46.704Z] ---> 1ea87b35b0cb [2023-05-02T20:07:46.704Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:07:46.704Z] ---> Running in 6035faa40f57 [2023-05-02T20:07:46.704Z] Removing intermediate container 21c92ad3b0cd [2023-05-02T20:07:46.704Z] ---> b0869aa6ac22 [2023-05-02T20:07:46.704Z] Step 24/24 : LABEL version=0.0.0 [2023-05-02T20:07:47.292Z] ---> Running in 8e73d89e441e [2023-05-02T20:07:47.292Z] Removing intermediate container a215226a8bf9 [2023-05-02T20:07:47.292Z] ---> afd7bb6fecb4 [2023-05-02T20:07:47.292Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-02T20:07:47.292Z] ---> Running in 03017be293a6 [2023-05-02T20:07:47.292Z] Removing intermediate container 6035faa40f57 [2023-05-02T20:07:47.292Z] ---> 54f3c97f155b [2023-05-02T20:07:47.292Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-02T20:07:47.554Z] ---> b044cca70914 [2023-05-02T20:07:47.554Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-02T20:07:47.554Z] Removing intermediate container 8e73d89e441e [2023-05-02T20:07:47.554Z] ---> e9da6414aeea [2023-05-02T20:07:47.554Z] Step 23/25 : LABEL arch=x86_64 [2023-05-02T20:07:47.554Z] ---> Running in 5966ada300a1 [2023-05-02T20:07:47.554Z] ---> Running in 10ed4b243186 [2023-05-02T20:07:47.554Z] ---> Running in 058b65199ab7 [2023-05-02T20:07:47.554Z] Removing intermediate container 03017be293a6 [2023-05-02T20:07:47.554Z] ---> 6942808e6c92 [2023-05-02T20:07:47.554Z] [2023-05-02T20:07:47.554Z] Removing intermediate container 10ed4b243186 [2023-05-02T20:07:47.554Z] ---> 2b39749fd938 [2023-05-02T20:07:47.554Z] Step 21/23 : LABEL arch=x86_64 [2023-05-02T20:07:47.554Z] Successfully built 6942808e6c92 [2023-05-02T20:07:47.554Z] ---> Running in 3458d82ec1ad [2023-05-02T20:07:47.554Z] Successfully tagged core-command:latest [2023-05-02T20:07:47.554Z]  Building core-command ... done Building core-common-config-bootstrapper [2023-05-02T20:07:47.554Z] Removing intermediate container 5966ada300a1 [2023-05-02T20:07:47.554Z] ---> db13921c58af [2023-05-02T20:07:47.554Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-02T20:07:47.554Z] Removing intermediate container 058b65199ab7 [2023-05-02T20:07:47.554Z] ---> de1e187ae1af [2023-05-02T20:07:47.554Z] Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:07:47.554Z] ---> c8ba829e5594 [2023-05-02T20:07:47.554Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:07:47.828Z] ---> Running in fe10f73899c2 [2023-05-02T20:07:48.623Z] ---> Running in b614844e9bde [2023-05-02T20:07:51.743Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:07:51.743Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:07:56.416Z] ---> 19415cad7c1b [2023-05-02T20:07:56.417Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:07:56.417Z] ---> Using cache [2023-05-02T20:07:56.417Z] ---> 60751ee7b45f [2023-05-02T20:07:56.417Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:07:56.417Z] Removing intermediate container 3458d82ec1ad [2023-05-02T20:07:56.417Z] ---> bdecb23668ba [2023-05-02T20:07:56.417Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a ---> Using cache [2023-05-02T20:07:56.417Z] [2023-05-02T20:07:56.417Z] ---> ef08f27edb7d [2023-05-02T20:07:56.417Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:07:56.417Z] ---> Using cache [2023-05-02T20:07:56.417Z] ---> 48f29b298efe [2023-05-02T20:07:56.417Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:07:56.417Z] ---> Using cache [2023-05-02T20:07:56.417Z] ---> 9f8c0cb9b627 [2023-05-02T20:07:56.417Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:07:56.417Z] ---> Using cache [2023-05-02T20:07:56.417Z] ---> 83268c7b103f [2023-05-02T20:07:56.417Z] Step 8/23 : COPY . . [2023-05-02T20:07:56.417Z] Removing intermediate container fe10f73899c2 [2023-05-02T20:07:56.417Z] ---> 71145e62595a [2023-05-02T20:07:56.417Z] Step 25/25 : LABEL version=0.0.0 [2023-05-02T20:07:56.417Z] ---> Using cache [2023-05-02T20:07:56.417Z] ---> 09ae0cf661be [2023-05-02T20:07:56.417Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-02T20:07:56.417Z] ---> e73d542f9293 [2023-05-02T20:07:56.417Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-02T20:07:56.417Z] ---> Running in ba9d609859da [2023-05-02T20:07:56.417Z] ---> Running in ebe1367c8e6c [2023-05-02T20:07:56.417Z] ---> Running in f8d7247eac29 [2023-05-02T20:07:56.417Z] ---> Running in 80d3d6e5d48b [2023-05-02T20:07:56.417Z] Removing intermediate container ba9d609859da [2023-05-02T20:07:56.417Z] ---> dba12e14ea7d [2023-05-02T20:07:56.417Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:07:56.417Z] Removing intermediate container ebe1367c8e6c [2023-05-02T20:07:56.417Z] ---> fe7571be18dc [2023-05-02T20:07:56.417Z] [2023-05-02T20:07:56.417Z] ---> Running in fd8426c20851 [2023-05-02T20:07:56.417Z] Successfully built fe7571be18dc [2023-05-02T20:07:56.417Z] Successfully tagged core-metadata:latest [2023-05-02T20:07:56.417Z]  Building core-metadata ... done Building support-scheduler [2023-05-02T20:07:56.417Z] Removing intermediate container fd8426c20851 [2023-05-02T20:07:56.417Z] ---> 0c32d4b46f1f [2023-05-02T20:07:56.417Z] [2023-05-02T20:07:56.682Z] Successfully built 0c32d4b46f1f [2023-05-02T20:07:56.682Z] Successfully tagged security-proxy-auth:latest [2023-05-02T20:07:56.682Z]  Building security-proxy-auth ... done Building support-notifications [2023-05-02T20:07:56.682Z] 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-02T20:08:00.987Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:08:00.987Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:08:00.987Z] ---> 19415cad7c1b [2023-05-02T20:08:00.987Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:08:00.987Z] ---> Using cache [2023-05-02T20:08:00.987Z] ---> 60751ee7b45f [2023-05-02T20:08:00.987Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:08:00.987Z] ---> Using cache [2023-05-02T20:08:00.987Z] ---> ef08f27edb7d [2023-05-02T20:08:00.987Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:08:00.987Z] ---> Using cache [2023-05-02T20:08:00.987Z] ---> 48f29b298efe [2023-05-02T20:08:00.987Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:08:00.987Z] ---> Using cache [2023-05-02T20:08:00.987Z] ---> 9f8c0cb9b627 [2023-05-02T20:08:00.987Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:08:00.987Z] ---> Using cache [2023-05-02T20:08:00.987Z] ---> 83268c7b103f [2023-05-02T20:08:00.987Z] Step 8/23 : COPY . . [2023-05-02T20:08:00.987Z] ---> Using cache [2023-05-02T20:08:00.987Z] ---> 09ae0cf661be [2023-05-02T20:08:00.987Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-02T20:08:05.192Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:08:05.192Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:08:05.192Z] ---> 19415cad7c1b [2023-05-02T20:08:05.192Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:08:05.192Z] ---> Using cache [2023-05-02T20:08:05.192Z] ---> 60751ee7b45f [2023-05-02T20:08:05.192Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:08:05.192Z] ---> Using cache [2023-05-02T20:08:05.192Z] ---> ef08f27edb7d [2023-05-02T20:08:05.192Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-02T20:08:15.401Z] ---> Running in 4a03a6072b85 [2023-05-02T20:08:15.402Z] ---> Running in 8232a7139830 [2023-05-02T20:08:15.402Z] Removing intermediate container b614844e9bde [2023-05-02T20:08:15.402Z] ---> 13d52c6ab0f2 [2023-05-02T20:08:15.402Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:08:15.402Z] Removing intermediate container f8d7247eac29 [2023-05-02T20:08:15.402Z] ---> 43b82cf0be16 [2023-05-02T20:08:15.402Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:08:15.402Z] ---> Running in 1d67fb59b9f9 [2023-05-02T20:08:15.402Z] 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-02T20:08:15.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:08:15.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:08:15.948Z] Removing intermediate container 1d67fb59b9f9 [2023-05-02T20:08:15.948Z] ---> 9db25e9cb545 [2023-05-02T20:08:15.948Z] Step 23/25 : LABEL arch=x86_64 [2023-05-02T20:08:16.211Z] OK: 265 MiB in 53 packages [2023-05-02T20:08:16.211Z] ---> 89680018a604 [2023-05-02T20:08:16.211Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:08:16.481Z] ---> Running in 80c1ceb641ac [2023-05-02T20:08:17.444Z] ---> 14bf2ada47d0 [2023-05-02T20:08:17.444Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-02T20:08:17.715Z] Removing intermediate container 80c1ceb641ac [2023-05-02T20:08:17.715Z] ---> bde5628f46bc [2023-05-02T20:08:17.715Z] Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:08:19.278Z] Removing intermediate container 8232a7139830 [2023-05-02T20:08:19.278Z] ---> d683705e9edc [2023-05-02T20:08:19.278Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:08:19.850Z] ---> Running in fe0cbc7a3a91 [2023-05-02T20:08:19.850Z] ---> be66ac295724 [2023-05-02T20:08:19.850Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-02T20:08:19.850Z] ---> 0f4d979a6eca [2023-05-02T20:08:19.850Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:08:19.850Z] ---> Running in 1d738447777b [2023-05-02T20:08:20.120Z] Removing intermediate container fe0cbc7a3a91 [2023-05-02T20:08:20.120Z] ---> 3a44b77e6ba2 [2023-05-02T20:08:20.120Z] Step 25/25 : LABEL version=0.0.0 [2023-05-02T20:08:20.381Z] ---> Running in f8b72653455c [2023-05-02T20:08:20.641Z] ---> 319b963cbf5a [2023-05-02T20:08:20.641Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-02T20:08:21.617Z] Removing intermediate container f8b72653455c [2023-05-02T20:08:21.617Z] ---> 6f3733fa2e6b [2023-05-02T20:08:21.617Z] [2023-05-02T20:08:21.617Z] Successfully built 6f3733fa2e6b [2023-05-02T20:08:22.246Z] Successfully tagged security-secretstore-setup:latest [2023-05-02T20:08:22.246Z]  Building security-secretstore-setup ... done Building core-data [2023-05-02T20:08:22.246Z] ---> ec0990298399 [2023-05-02T20:08:22.246Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-02T20:08:27.523Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:08:27.523Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:08:27.523Z] ---> 19415cad7c1b [2023-05-02T20:08:27.523Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:08:27.523Z] ---> Using cache [2023-05-02T20:08:27.523Z] ---> 60751ee7b45f [2023-05-02T20:08:27.523Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:08:27.523Z] ---> Using cache [2023-05-02T20:08:27.523Z] ---> ef08f27edb7d [2023-05-02T20:08:27.523Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:08:27.523Z] ---> Using cache [2023-05-02T20:08:27.523Z] ---> 48f29b298efe [2023-05-02T20:08:27.523Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:08:27.523Z] ---> Using cache [2023-05-02T20:08:27.523Z] ---> 9f8c0cb9b627 [2023-05-02T20:08:27.523Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:08:27.523Z] ---> Using cache [2023-05-02T20:08:27.523Z] ---> 83268c7b103f [2023-05-02T20:08:27.523Z] Step 8/23 : COPY . . [2023-05-02T20:08:27.523Z] ---> Using cache [2023-05-02T20:08:27.523Z] ---> 09ae0cf661be [2023-05-02T20:08:27.523Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-02T20:08:35.647Z] ---> 341ece3531f1 [2023-05-02T20:08:35.647Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-02T20:08:35.647Z] ---> Running in 1ef7c3edddd5 [2023-05-02T20:08:35.647Z] 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-02T20:08:35.647Z] ---> d69d484aeb85 [2023-05-02T20:08:35.647Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-02T20:08:39.191Z] ---> c5df586c19cf [2023-05-02T20:08:39.191Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-02T20:08:39.191Z] ---> Running in dd0937a521aa [2023-05-02T20:08:39.191Z] Removing intermediate container 80d3d6e5d48b [2023-05-02T20:08:39.191Z] ---> 56f5168321a3 [2023-05-02T20:08:39.191Z] [2023-05-02T20:08:39.191Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:08:39.191Z] ---> 9ed4aefc74f6 [2023-05-02T20:08:39.191Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-02T20:08:39.191Z] ---> Using cache [2023-05-02T20:08:39.191Z] ---> 39ccded21cfc [2023-05-02T20:08:39.191Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:08:39.191Z] ---> Using cache [2023-05-02T20:08:39.191Z] ---> f29ba062cc35 [2023-05-02T20:08:39.191Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:08:39.191Z] ---> Using cache [2023-05-02T20:08:39.451Z] ---> 304a8768635f [2023-05-02T20:08:39.451Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:08:39.451Z] ---> Using cache [2023-05-02T20:08:39.451Z] ---> d6d1977475ee [2023-05-02T20:08:39.451Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-02T20:08:49.660Z] ---> 985b87793262 [2023-05-02T20:08:49.660Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:08:53.877Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-02T20:08:53.878Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-02T20:08:56.349Z] ---> 15861a5e7ab0 [2023-05-02T20:08:56.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-02T20:08:56.349Z] Removing intermediate container dd0937a521aa [2023-05-02T20:08:56.349Z] ---> 5f5a3771b656 [2023-05-02T20:08:56.349Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-02T20:08:56.349Z] ---> Running in 4f7cb7a62fe7 [2023-05-02T20:08:56.349Z] Removing intermediate container 4a03a6072b85 [2023-05-02T20:08:56.349Z] ---> 9c3f9f5c1913 [2023-05-02T20:08:56.349Z] [2023-05-02T20:08:56.349Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:08:56.349Z] ---> 9ed4aefc74f6 [2023-05-02T20:08:56.349Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:08:56.349Z] ---> Using cache [2023-05-02T20:08:56.349Z] ---> 5e6734dd5269 [2023-05-02T20:08:56.349Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:08:56.349Z] ---> Using cache [2023-05-02T20:08:56.349Z] ---> 014df30cc9ff [2023-05-02T20:08:56.349Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-02T20:08:56.349Z] ---> Running in 1dec4a6a90bd [2023-05-02T20:08:56.349Z] Removing intermediate container 4f7cb7a62fe7 [2023-05-02T20:08:56.349Z] ---> 399e331e3855 [2023-05-02T20:08:56.349Z] Step 30/33 : CMD ["gate"] [2023-05-02T20:08:56.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-02T20:08:56.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-02T20:08:56.740Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-02T20:08:57.919Z] ---> ed8342b413ac [2023-05-02T20:08:57.919Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:08:58.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-02T20:08:59.281Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-02T20:08:59.281Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-02T20:08:59.281Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-02T20:09:00.269Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-02T20:09:03.633Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-02T20:09:03.633Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-02T20:09:03.633Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-02T20:09:03.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-02T20:09:04.558Z] ---> Running in c93f1c162ed2 [2023-05-02T20:09:04.558Z] Removing intermediate container 1dec4a6a90bd [2023-05-02T20:09:04.558Z] ---> 85f94eb0e923 [2023-05-02T20:09:04.558Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-02T20:09:04.558Z] ---> Running in a75860b99ad3 [2023-05-02T20:09:04.558Z] ---> Running in 87314769b9fc [2023-05-02T20:09:04.833Z] Removing intermediate container c93f1c162ed2 [2023-05-02T20:09:04.833Z] ---> 49b3ae76b474 [2023-05-02T20:09:04.833Z] Step 31/33 : LABEL arch=x86_64 [2023-05-02T20:09:04.833Z] Removing intermediate container 87314769b9fc [2023-05-02T20:09:04.833Z] ---> c234f175b6f3 [2023-05-02T20:09:04.833Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:09:04.833Z] ---> Running in 0b38bd86342b [2023-05-02T20:09:05.092Z] Removing intermediate container 1d738447777b [2023-05-02T20:09:05.092Z] ---> 6d96870430e2 [2023-05-02T20:09:05.092Z] Step 8/23 : COPY . . [2023-05-02T20:09:07.661Z] Removing intermediate container 0b38bd86342b [2023-05-02T20:09:07.661Z] ---> f9fcc740b923 [2023-05-02T20:09:07.661Z] Step 32/33 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:09:14.359Z] ---> df6a6218a7cf [2023-05-02T20:09:14.359Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:09:14.359Z] ---> Running in 794372c6faa1 [2023-05-02T20:09:14.359Z] ---> 4120e73bc7f6 [2023-05-02T20:09:14.359Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-02T20:09:14.359Z] Removing intermediate container 1ef7c3edddd5 [2023-05-02T20:09:14.359Z] ---> cf320844fcde [2023-05-02T20:09:14.359Z] [2023-05-02T20:09:14.359Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:09:14.359Z] ---> 9ed4aefc74f6 [2023-05-02T20:09:14.359Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:09:14.359Z] ---> Running in 836d41cbd655 [2023-05-02T20:09:14.359Z] ---> Running in ee0394a514be [2023-05-02T20:09:14.664Z] Removing intermediate container a75860b99ad3 [2023-05-02T20:09:14.664Z] ---> 707413d8c9ff [2023-05-02T20:09:14.664Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:09:14.925Z] Removing intermediate container 794372c6faa1 [2023-05-02T20:09:14.925Z] ---> 53095d3d1f17 [2023-05-02T20:09:14.925Z] ---> 9aad6c21613d [2023-05-02T20:09:14.925Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 33/33 : LABEL version=0.0.0 [2023-05-02T20:09:14.925Z] [2023-05-02T20:09:15.889Z] ---> Running in 1ea3b626f633 [2023-05-02T20:09:16.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-02T20:09:16.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-02T20:09:16.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.269s coverage: 28.7% of statements [2023-05-02T20:09:16.599Z] 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-02T20:09:17.172Z] Removing intermediate container ee0394a514be [2023-05-02T20:09:17.172Z] ---> 3d1e49d710c7 [2023-05-02T20:09:17.172Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-02T20:09:17.172Z] ---> Running in 99797fb05425 [2023-05-02T20:09:17.762Z] ---> Running in 6fd094196bdd [2023-05-02T20:09:17.762Z] ---> c709e6f04651 [2023-05-02T20:09:17.762Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:09:17.762Z] Removing intermediate container 1ea3b626f633 [2023-05-02T20:09:17.762Z] ---> 58e3d2bdef1c [2023-05-02T20:09:17.762Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-02T20:09:18.024Z] Removing intermediate container 99797fb05425 [2023-05-02T20:09:18.024Z] ---> cc781a16a9e1 [2023-05-02T20:09:18.024Z] [2023-05-02T20:09:18.024Z] Successfully built cc781a16a9e1 [2023-05-02T20:09:18.024Z] ---> Running in df9ebab276db [2023-05-02T20:09:18.285Z] Successfully tagged security-bootstrapper:latest [2023-05-02T20:09:18.285Z] Building security-spiffe-token-provider [2023-05-02T20:09:18.285Z]  Building security-bootstrapper ... done Removing intermediate container 6fd094196bdd [2023-05-02T20:09:18.285Z] ---> 2d99d59463e6 [2023-05-02T20:09:18.285Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-02T20:09:19.715Z] ---> 4bd993c1abf6 [2023-05-02T20:09:19.715Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-02T20:09:24.362Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:09:24.362Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:09:24.362Z] ---> 19415cad7c1b [2023-05-02T20:09:24.362Z] Step 3/20 : WORKDIR /edgex-go [2023-05-02T20:09:24.655Z] ---> Using cache [2023-05-02T20:09:24.656Z] ---> 3be4b69fa577 [2023-05-02T20:09:24.656Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-02T20:09:28.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.346s coverage: 98.5% of statements [2023-05-02T20:09:33.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-02T20:09:33.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-02T20:09:33.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-02T20:09:36.921Z] ---> Running in 46381f649ba7 [2023-05-02T20:09:36.921Z] Removing intermediate container df9ebab276db [2023-05-02T20:09:36.921Z] ---> 3f4aeead5278 [2023-05-02T20:09:36.921Z] Step 21/23 : LABEL arch=x86_64 [2023-05-02T20:09:36.921Z] ---> Running in f88b886b50e8 [2023-05-02T20:09:36.921Z] ---> Running in 1d7e0aae1ca7 [2023-05-02T20:09:36.921Z] ---> Running in b5d56554502f [2023-05-02T20:09:36.921Z] Removing intermediate container 46381f649ba7 [2023-05-02T20:09:36.921Z] ---> 22ab4b972e7d [2023-05-02T20:09:36.921Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:09:36.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:09:36.921Z] Removing intermediate container f88b886b50e8 [2023-05-02T20:09:36.921Z] ---> 156034dc12cd [2023-05-02T20:09:36.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:09:37.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.425s coverage: 71.5% of statements [2023-05-02T20:09:37.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:09:37.179Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:09:37.179Z] v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:09:37.179Z] OK: 17819 distinct packages available [2023-05-02T20:09:37.179Z] ---> Running in 75b4916006be [2023-05-02T20:09:37.179Z] Removing intermediate container b5d56554502f [2023-05-02T20:09:37.179Z] ---> 1e470439a8ce [2023-05-02T20:09:37.179Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:09:37.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:09:37.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:09:37.697Z] ---> Running in 5e901327820c [2023-05-02T20:09:37.697Z] OK: 265 MiB in 53 packages [2023-05-02T20:09:37.697Z] ---> Running in 3aab6cffc8af [2023-05-02T20:09:38.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:09:38.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:09:39.110Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T20:09:39.110Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:09:39.110Z] OK: 7 MiB in 16 packages [2023-05-02T20:09:39.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-02T20:09:39.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-02T20:09:40.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.343s coverage: 54.0% of statements [2023-05-02T20:09:42.454Z] Removing intermediate container 5e901327820c [2023-05-02T20:09:42.454Z] ---> 57364b30049b [2023-05-02T20:09:42.454Z] Step 21/23 : LABEL arch=x86_64 [2023-05-02T20:09:44.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-02T20:09:44.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-02T20:09:44.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:09:44.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-02T20:09:44.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-02T20:09:44.376Z] Removing intermediate container 3aab6cffc8af [2023-05-02T20:09:44.376Z] ---> e1e11be93717 [2023-05-02T20:09:44.376Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:09:44.683Z] ---> Running in b989e12138b7 [2023-05-02T20:09:44.683Z] ---> Running in ff3fd372d3c7 [2023-05-02T20:09:44.683Z] Removing intermediate container 1d7e0aae1ca7 [2023-05-02T20:09:44.683Z] ---> befdfbc24608 [2023-05-02T20:09:44.683Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-02T20:09:44.683Z] Removing intermediate container b989e12138b7 [2023-05-02T20:09:44.683Z] ---> 788f71595502 [2023-05-02T20:09:44.683Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:09:44.944Z] Removing intermediate container ff3fd372d3c7 [2023-05-02T20:09:44.944Z] ---> 24c2ba0279fd [2023-05-02T20:09:44.944Z] [2023-05-02T20:09:44.944Z] Removing intermediate container 75b4916006be [2023-05-02T20:09:44.944Z] ---> 2a1c05a6213f [2023-05-02T20:09:44.944Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:09:44.944Z] ---> dc87a248b590 [2023-05-02T20:09:44.944Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:09:44.944Z] ---> Running in 12e44df553d9 [2023-05-02T20:09:44.944Z] ---> Running in c6a5981fee17 [2023-05-02T20:09:45.207Z] Successfully built 24c2ba0279fd [2023-05-02T20:09:45.207Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-02T20:09:45.207Z]  Building core-common-config-bootstrapper ... done Building security-proxy-setup [2023-05-02T20:09:45.468Z] Removing intermediate container 12e44df553d9 [2023-05-02T20:09:45.468Z] ---> 6bb60b139b83 [2023-05-02T20:09:45.468Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:09:52.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-02T20:09:52.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-02T20:09:55.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:09:55.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:09:55.591Z] ---> 19415cad7c1b [2023-05-02T20:09:55.591Z] Step 3/22 : WORKDIR /edgex-go [2023-05-02T20:09:55.591Z] ---> Using cache [2023-05-02T20:09:55.591Z] ---> 3be4b69fa577 [2023-05-02T20:09:55.591Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-02T20:09:55.591Z] ---> Using cache [2023-05-02T20:09:55.591Z] ---> be1381319c09 [2023-05-02T20:09:55.591Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-02T20:09:55.591Z] ---> Using cache [2023-05-02T20:09:55.591Z] ---> 44c6ab9363ba [2023-05-02T20:09:55.591Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:09:55.591Z] ---> Using cache [2023-05-02T20:09:55.591Z] ---> a8bda8d1320c [2023-05-02T20:09:55.591Z] Step 7/22 : COPY . . [2023-05-02T20:09:55.591Z] ---> Using cache [2023-05-02T20:09:55.591Z] ---> 2c119158c7dd [2023-05-02T20:09:55.591Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-02T20:09:56.163Z] ---> 793ace9b2d7f [2023-05-02T20:09:56.163Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:09:56.163Z] ---> Running in 49f95a13ada8 [2023-05-02T20:09:56.163Z] ---> Running in f688be676c16 [2023-05-02T20:09:57.137Z] 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-02T20:09:58.213Z] Removing intermediate container f688be676c16 [2023-05-02T20:09:58.214Z] ---> 1114966b1f77 [2023-05-02T20:09:58.214Z] [2023-05-02T20:09:58.214Z] ---> 61d264b055b4 [2023-05-02T20:09:58.214Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-02T20:09:58.214Z] Successfully built 1114966b1f77 [2023-05-02T20:09:58.214Z] Successfully tagged support-scheduler:latest [2023-05-02T20:09:58.214Z] Building security-spire-config [2023-05-02T20:09:59.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.281s coverage: 88.5% of statements [2023-05-02T20:09:59.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.371s coverage: 3.8% of statements [2023-05-02T20:10:05.580Z]  Building support-scheduler ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:10:05.580Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:10:05.580Z] ---> 19415cad7c1b [2023-05-02T20:10:05.580Z] Step 3/27 : WORKDIR /edgex-go [2023-05-02T20:10:05.580Z] ---> Using cache [2023-05-02T20:10:05.580Z] ---> 3be4b69fa577 [2023-05-02T20:10:05.580Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-02T20:10:07.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-02T20:10:07.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:10:07.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-02T20:10:08.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.771s coverage: 95.6% of statements [2023-05-02T20:10:08.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-02T20:10:08.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-02T20:10:08.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-02T20:10:08.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-02T20:10:08.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-02T20:10:08.630Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.213s coverage: 72.2% of statements [2023-05-02T20:10:13.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-02T20:10:13.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-02T20:10:13.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-02T20:10:14.266Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.258s coverage: 65.9% of statements [2023-05-02T20:10:18.015Z] ---> f192f8da1373 [2023-05-02T20:10:18.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:10:18.015Z] Removing intermediate container 836d41cbd655 [2023-05-02T20:10:18.015Z] ---> 9c4dad7e6d11 [2023-05-02T20:10:18.015Z] [2023-05-02T20:10:18.015Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:10:18.015Z] ---> 9ed4aefc74f6 [2023-05-02T20:10:18.015Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-02T20:10:18.016Z] ---> Running in a7f8c6e5e12f [2023-05-02T20:10:18.016Z] ---> Running in 5c32e00ccaa1 [2023-05-02T20:10:18.016Z] ---> f70f158f52ff [2023-05-02T20:10:18.016Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-02T20:10:18.016Z] ---> Running in a816d9f91f96 [2023-05-02T20:10:18.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:10:18.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:10:18.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:10:18.016Z] Removing intermediate container a816d9f91f96 [2023-05-02T20:10:18.016Z] ---> 2269dbdd501d [2023-05-02T20:10:18.016Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:10:18.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:10:18.016Z] OK: 265 MiB in 53 packages [2023-05-02T20:10:18.275Z] ---> Running in c458318287e2 [2023-05-02T20:10:18.275Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-02T20:10:18.275Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-02T20:10:18.275Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:10:18.275Z] Executing ca-certificates-20220614-r4.trigger [2023-05-02T20:10:18.667Z] OK: 8 MiB in 17 packages [2023-05-02T20:10:18.668Z] Removing intermediate container c458318287e2 [2023-05-02T20:10:18.668Z] ---> 9312a990a031 [2023-05-02T20:10:18.668Z] Step 21/23 : LABEL arch=x86_64 [2023-05-02T20:10:19.611Z] ---> Running in 4600755c7ae5 [2023-05-02T20:10:20.180Z] Removing intermediate container a7f8c6e5e12f [2023-05-02T20:10:20.180Z] ---> 626e853ccb4a [2023-05-02T20:10:20.180Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-02T20:10:20.180Z] Removing intermediate container 4600755c7ae5 [2023-05-02T20:10:20.180Z] ---> 5862ae9c9fb0 [2023-05-02T20:10:20.180Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:10:20.180Z] Removing intermediate container 5c32e00ccaa1 [2023-05-02T20:10:20.180Z] ---> e603c69c9fbf [2023-05-02T20:10:20.180Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:10:20.180Z] ---> Running in b32d3ef4ba6d [2023-05-02T20:10:21.130Z] ---> Running in 7e4554caf287 [2023-05-02T20:10:21.130Z] Removing intermediate container b32d3ef4ba6d [2023-05-02T20:10:21.130Z] ---> 67e7d4b5d9ce [2023-05-02T20:10:21.130Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:10:26.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-02T20:10:26.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-02T20:10:26.595Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.444s coverage: 0.9% of statements [2023-05-02T20:10:26.595Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.266s coverage: 29.0% of statements [2023-05-02T20:10:30.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.339s coverage: 42.9% of statements [2023-05-02T20:10:30.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.268s coverage: 82.9% of statements [2023-05-02T20:10:30.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.267s coverage: 94.1% of statements [2023-05-02T20:10:30.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.288s coverage: 96.3% of statements [2023-05-02T20:10:31.119Z] ---> 78e97194259f [2023-05-02T20:10:31.119Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:10:31.119Z] Removing intermediate container 7e4554caf287 [2023-05-02T20:10:31.119Z] ---> cc9e7e5a14b4 [2023-05-02T20:10:31.119Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-02T20:10:31.119Z] ---> Running in a129c9e3eb2e [2023-05-02T20:10:31.119Z] ---> Running in 0390ddebf7e6 [2023-05-02T20:10:31.119Z] ---> Running in b9bb062dfe27 [2023-05-02T20:10:31.685Z] Removing intermediate container a129c9e3eb2e [2023-05-02T20:10:31.685Z] ---> bc0108befc21 [2023-05-02T20:10:31.685Z] [2023-05-02T20:10:31.685Z] Successfully built bc0108befc21 [2023-05-02T20:10:31.685Z] Successfully tagged core-data:latest [2023-05-02T20:10:31.685Z]  Building core-data ... done Building security-spire-server [2023-05-02T20:10:34.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.223s coverage: 87.5% of statements [2023-05-02T20:10:36.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-02T20:10:36.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-02T20:10:36.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-02T20:10:36.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-02T20:10:37.049Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:10:37.049Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:10:37.049Z] ---> 19415cad7c1b [2023-05-02T20:10:37.049Z] Step 3/26 : WORKDIR /edgex-go [2023-05-02T20:10:37.049Z] ---> Using cache [2023-05-02T20:10:37.049Z] ---> 3be4b69fa577 [2023-05-02T20:10:37.049Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-02T20:10:37.049Z] ---> Using cache [2023-05-02T20:10:37.049Z] ---> 626e853ccb4a [2023-05-02T20:10:37.049Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-02T20:10:37.049Z] ---> Using cache [2023-05-02T20:10:37.049Z] ---> 78e97194259f [2023-05-02T20:10:37.049Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:10:39.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-02T20:10:39.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-02T20:10:39.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-02T20:10:39.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-02T20:10:40.348Z] Removing intermediate container 0390ddebf7e6 [2023-05-02T20:10:40.348Z] ---> 2680ff7185ec [2023-05-02T20:10:40.348Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-02T20:10:46.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.226s coverage: 94.4% of statements [2023-05-02T20:10:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-02T20:10:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-02T20:10:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-02T20:10:46.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-02T20:10:50.747Z] Removing intermediate container 49f95a13ada8 [2023-05-02T20:10:50.747Z] ---> a5ee3727d039 [2023-05-02T20:10:50.747Z] [2023-05-02T20:10:50.747Z] Step 9/22 : FROM alpine:3.17 [2023-05-02T20:10:50.747Z] ---> 9ed4aefc74f6 [2023-05-02T20:10:50.747Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-02T20:10:50.747Z] ---> Running in 25584a30f344 [2023-05-02T20:10:50.747Z] ---> Running in ab1c0ec93d1c [2023-05-02T20:10:50.747Z] ---> Running in 4d65d0411401 [2023-05-02T20:10:50.747Z] Removing intermediate container c6a5981fee17 [2023-05-02T20:10:50.747Z] ---> 6fa02df78da8 [2023-05-02T20:10:50.747Z] Step 7/20 : COPY . . [2023-05-02T20:10:50.747Z] Removing intermediate container 25584a30f344 [2023-05-02T20:10:50.747Z] ---> 8b2e50ae5d26 [2023-05-02T20:10:50.747Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:10:50.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:10:51.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:10:51.711Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-02T20:10:51.711Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-02T20:10:51.711Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:10:51.711Z] OK: 8 MiB in 17 packages [2023-05-02T20:10:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-02T20:10:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-02T20:10:55.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.150s coverage: 79.9% of statements [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.330s coverage: 92.9% of statements [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.246s coverage: 62.3% of statements [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.247s coverage: 87.2% of statements [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.197s coverage: 20.0% of statements [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements [2023-05-02T20:11:01.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.518s coverage: 81.8% of statements [2023-05-02T20:11:01.960Z] ---> 16b03cc53f95 [2023-05-02T20:11:01.960Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:11:01.960Z] ---> b58a122bc347 [2023-05-02T20:11:01.960Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-02T20:11:01.960Z] ---> Running in 11b887b8145a [2023-05-02T20:11:01.960Z] ---> 129e6c29c5a6 [2023-05-02T20:11:01.960Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-02T20:11:01.960Z] Removing intermediate container 4d65d0411401 [2023-05-02T20:11:01.960Z] ---> 23921ae1ba40 [2023-05-02T20:11:01.960Z] 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-02T20:11:01.960Z] ---> Running in c8ddc65ed323 [2023-05-02T20:11:01.960Z] Removing intermediate container c8ddc65ed323 [2023-05-02T20:11:01.960Z] ---> 19d46c3fac50 [2023-05-02T20:11:01.960Z] Step 12/22 : WORKDIR /edgex [2023-05-02T20:11:01.960Z] 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-02T20:11:02.963Z] ---> Running in 1105031a16b9 [2023-05-02T20:11:03.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-02T20:11:03.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-02T20:11:03.221Z] ---> 454a2e3f426b [2023-05-02T20:11:03.222Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:11:03.481Z] Removing intermediate container 1105031a16b9 [2023-05-02T20:11:03.481Z] ---> d48f48254975 [2023-05-02T20:11:03.481Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:11:03.745Z] ---> 13d4bf337c86 [2023-05-02T20:11:03.745Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-02T20:11:03.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.528s coverage: 82.1% of statements [2023-05-02T20:11:03.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.248s coverage: 86.0% of statements [2023-05-02T20:11:04.004Z] ---> Running in d8511dc8eb8f [2023-05-02T20:11:04.004Z] ---> fa07b27d32db [2023-05-02T20:11:04.004Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:11:05.564Z] Removing intermediate container d8511dc8eb8f [2023-05-02T20:11:05.564Z] ---> 46455913e522 [2023-05-02T20:11:05.564Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:11:08.883Z] ---> b3764682f4e7 [2023-05-02T20:11:08.884Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-02T20:11:10.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-02T20:11:10.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-02T20:11:11.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.154s coverage: 63.1% of statements [2023-05-02T20:11:11.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.258s coverage: 100.0% of statements [2023-05-02T20:11:12.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.172s coverage: 89.4% of statements [2023-05-02T20:11:12.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.133s coverage: 100.0% of statements [2023-05-02T20:11:13.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2023-05-02T20:11:13.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-02T20:11:13.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-02T20:11:13.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-02T20:11:13.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.102s coverage: 100.0% of statements [2023-05-02T20:11:14.567Z] ---> Running in af47a4f49166 [2023-05-02T20:11:18.817Z] ---> 353c8e89f628 [2023-05-02T20:11:18.817Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-02T20:11:18.817Z] Removing intermediate container af47a4f49166 [2023-05-02T20:11:18.817Z] ---> ad69e1b32d21 [2023-05-02T20:11:18.817Z] Step 21/23 : LABEL arch=x86_64 [2023-05-02T20:11:19.758Z] ---> Running in 58a4b713b432 [2023-05-02T20:11:21.139Z] ---> c9e04dcc0c10 [2023-05-02T20:11:21.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-02T20:11:23.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-02T20:11:23.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-02T20:11:23.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-02T20:11:23.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.078s coverage: 38.4% of statements [2023-05-02T20:11:23.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.274s coverage: 89.5% of statements [2023-05-02T20:11:29.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-02T20:11:29.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-02T20:11:29.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-02T20:11:29.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-02T20:11:29.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.240s coverage: 84.8% of statements [2023-05-02T20:11:29.480Z] Removing intermediate container 58a4b713b432 [2023-05-02T20:11:29.480Z] ---> 24bf0dc77c78 [2023-05-02T20:11:29.480Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:11:36.819Z] ---> 71d98cf3b7f4 [2023-05-02T20:11:36.819Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:11:36.819Z] ---> Running in c6e1a179d458 [2023-05-02T20:11:36.819Z] ---> Running in 9140e1366410 [2023-05-02T20:11:37.077Z] Removing intermediate container c6e1a179d458 [2023-05-02T20:11:37.077Z] ---> cedc3b34ae9f [2023-05-02T20:11:37.077Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:11:37.077Z] Removing intermediate container b9bb062dfe27 [2023-05-02T20:11:37.077Z] ---> 00fb72d73eee [2023-05-02T20:11:37.077Z] Step 7/27 : COPY . . [2023-05-02T20:11:37.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-02T20:11:37.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-02T20:11:37.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-02T20:11:37.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-02T20:11:42.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.336s coverage: 17.7% of statements [2023-05-02T20:11:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-02T20:11:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:11:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-02T20:11:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-02T20:11:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.643s coverage: 92.3% of statements [2023-05-02T20:11:49.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-02T20:11:49.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-02T20:11:50.264Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.331s coverage: 61.5% of statements [2023-05-02T20:11:52.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-02T20:11:52.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-02T20:11:53.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.460s coverage: 97.7% of statements [2023-05-02T20:11:54.614Z] 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-02T20:11:54.614Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-02T20:11:54.614Z] go vet ./... [2023-05-02T20:11:55.244Z] ---> Running in 331f1e465a16 [2023-05-02T20:11:55.244Z] ---> ad5c9cf5f62a [2023-05-02T20:11:55.244Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-02T20:11:55.244Z] ---> Running in 0833626c31d5 [2023-05-02T20:11:55.244Z] Removing intermediate container 11b887b8145a [2023-05-02T20:11:55.244Z] ---> d4471875650f [2023-05-02T20:11:55.244Z] [2023-05-02T20:11:55.244Z] Step 9/20 : FROM alpine:3.17 [2023-05-02T20:11:55.244Z] ---> 9ed4aefc74f6 [2023-05-02T20:11:55.244Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-02T20:11:55.244Z] ---> Using cache [2023-05-02T20:11:55.244Z] ---> ba1a1dcf4e09 [2023-05-02T20:11:55.244Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-02T20:11:55.244Z] Removing intermediate container 331f1e465a16 [2023-05-02T20:11:55.244Z] ---> bc47b71864a7 [2023-05-02T20:11:55.244Z] [2023-05-02T20:11:55.244Z] Removing intermediate container 9140e1366410 [2023-05-02T20:11:55.244Z] ---> e190e09468ca [2023-05-02T20:11:55.244Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:11:55.244Z] ---> Running in eb2c2d056639 [2023-05-02T20:11:55.244Z] Successfully built bc47b71864a7 [2023-05-02T20:11:55.244Z] ---> Running in f1ce476d8c52 [2023-05-02T20:11:55.244Z] Successfully tagged support-notifications:latest [2023-05-02T20:11:55.244Z] Building security-spire-agent [2023-05-02T20:11:55.244Z]  Building support-notifications ... done Removing intermediate container 0833626c31d5 [2023-05-02T20:11:55.244Z] ---> 4446d2ce543d [2023-05-02T20:11:55.244Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-02T20:11:55.244Z] ---> Running in 6416ec3586b1 [2023-05-02T20:11:55.244Z] Removing intermediate container f1ce476d8c52 [2023-05-02T20:11:55.244Z] ---> d21fa0d56b13 [2023-05-02T20:11:55.244Z] Step 20/22 : LABEL arch=x86_64 [2023-05-02T20:11:55.244Z] Removing intermediate container ab1c0ec93d1c [2023-05-02T20:11:55.244Z] ---> f92b14c2bcf7 [2023-05-02T20:11:55.244Z] Step 7/26 : COPY . . [2023-05-02T20:11:55.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:11:55.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:11:55.244Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:11:55.244Z] v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:11:55.244Z] OK: 17820 distinct packages available [2023-05-02T20:11:55.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:11:55.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:11:55.244Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-02T20:11:55.244Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-02T20:11:55.244Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-02T20:11:55.244Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-02T20:11:55.244Z] (5/9) Installing curl (8.0.1-r0) [2023-05-02T20:11:55.244Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-02T20:11:55.244Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-02T20:11:55.244Z] (8/9) Installing libucontext (1.2-r0) [2023-05-02T20:11:55.244Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-02T20:11:55.244Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:11:55.244Z] Executing ca-certificates-20220614-r4.trigger [2023-05-02T20:11:55.244Z] OK: 10 MiB in 24 packages [2023-05-02T20:11:57.771Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:11:57.771Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:11:58.337Z] ---> 19415cad7c1b [2023-05-02T20:11:58.337Z] Step 3/27 : WORKDIR /edgex-go [2023-05-02T20:11:58.337Z] ---> Using cache [2023-05-02T20:11:58.337Z] ---> 3be4b69fa577 [2023-05-02T20:11:58.337Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-02T20:11:58.337Z] ---> Using cache [2023-05-02T20:11:58.337Z] ---> 626e853ccb4a [2023-05-02T20:11:58.337Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-02T20:11:58.338Z] ---> Using cache [2023-05-02T20:11:58.338Z] ---> 78e97194259f [2023-05-02T20:11:58.338Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:11:58.338Z] ---> Using cache [2023-05-02T20:11:58.338Z] ---> f92b14c2bcf7 [2023-05-02T20:11:58.338Z] Step 7/27 : COPY . . [2023-05-02T20:12:16.450Z] ---> Running in f32040297fcb [2023-05-02T20:12:16.450Z] Removing intermediate container 6416ec3586b1 [2023-05-02T20:12:16.450Z] ---> 79d1daf09903 [2023-05-02T20:12:16.450Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-02T20:12:16.450Z] ---> Running in fcb919e4d4f1 [2023-05-02T20:12:16.450Z] ---> 3d6e4ea8a86a [2023-05-02T20:12:16.450Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-02T20:12:16.450Z] ---> 4fad2db6c2ba [2023-05-02T20:12:16.450Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-02T20:12:16.450Z] Removing intermediate container f32040297fcb [2023-05-02T20:12:16.450Z] ---> 79625592abba [2023-05-02T20:12:16.450Z] Step 21/22 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:12:16.450Z] ---> Running in dec49fa15621 [2023-05-02T20:12:16.450Z] ---> Running in 805e70cc6e8b [2023-05-02T20:12:16.450Z] Removing intermediate container fcb919e4d4f1 [2023-05-02T20:12:16.450Z] ---> 7a51dcd57ee0 [2023-05-02T20:12:16.450Z] 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-02T20:12:16.450Z] ---> Running in ca30264499c6 [2023-05-02T20:12:16.450Z] ---> Running in 75251deaec39 [2023-05-02T20:12:16.450Z] Removing intermediate container dec49fa15621 [2023-05-02T20:12:16.450Z] ---> 59bb34f46b85 [2023-05-02T20:12:16.450Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-02T20:12:16.450Z] Removing intermediate container eb2c2d056639 [2023-05-02T20:12:16.450Z] ---> 12f8fb0a904d [2023-05-02T20:12:16.450Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:12:16.450Z] ---> Running in b8830f9a97b3 [2023-05-02T20:12:16.450Z] Removing intermediate container 805e70cc6e8b [2023-05-02T20:12:16.450Z] ---> e37473b17906 [2023-05-02T20:12:16.450Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-02T20:12:16.450Z] Removing intermediate container ca30264499c6 [2023-05-02T20:12:16.450Z] ---> 11888885d9d4 [2023-05-02T20:12:16.450Z] Step 22/22 : LABEL version=0.0.0 [2023-05-02T20:12:16.450Z] ---> 2376afcbc6e6 [2023-05-02T20:12:16.450Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:12:16.450Z] ---> Running in cc522e22fe9c [2023-05-02T20:12:16.450Z] ---> Running in 51b45ef8defc [2023-05-02T20:12:16.450Z] Removing intermediate container b8830f9a97b3 [2023-05-02T20:12:16.450Z] ---> e783fd712f71 [2023-05-02T20:12:16.450Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-02T20:12:16.450Z] ---> Running in b1a2dbb8d14e [2023-05-02T20:12:16.450Z] ---> 032d1255c011 [2023-05-02T20:12:16.450Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-02T20:12:16.450Z] Removing intermediate container cc522e22fe9c [2023-05-02T20:12:16.450Z] ---> 2659e0cd2c3c [2023-05-02T20:12:16.450Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-02T20:12:16.450Z] Removing intermediate container 51b45ef8defc [2023-05-02T20:12:16.450Z] ---> 9b72fb23adbe [2023-05-02T20:12:16.450Z] [2023-05-02T20:12:16.450Z] Removing intermediate container b1a2dbb8d14e [2023-05-02T20:12:16.450Z] ---> b38e30fdeb9f [2023-05-02T20:12:16.451Z] 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-02T20:12:16.451Z] ---> Running in ac7ce7ca80e1 [2023-05-02T20:12:16.451Z] ---> Running in 96f89d01227b [2023-05-02T20:12:16.451Z] Successfully built 9b72fb23adbe [2023-05-02T20:12:16.451Z] Successfully tagged security-proxy-setup:latest [2023-05-02T20:12:16.451Z]  Building security-proxy-setup ... done Removing intermediate container ac7ce7ca80e1 [2023-05-02T20:12:16.451Z] ---> f69de53475cc [2023-05-02T20:12:16.451Z] 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-02T20:12:16.451Z] ---> c157b23132a1 [2023-05-02T20:12:16.451Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:12:16.451Z] ---> Running in c2bb61ebd610 [2023-05-02T20:12:16.451Z] Removing intermediate container 75251deaec39 [2023-05-02T20:12:16.451Z] ---> fc23d82b9917 [2023-05-02T20:12:16.451Z] Step 12/27 : WORKDIR /edgex-go [2023-05-02T20:12:16.451Z] ---> c4aee6409516 [2023-05-02T20:12:16.451Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-02T20:12:16.451Z] ---> Running in 412cd5f19ccb [2023-05-02T20:12:16.451Z] ---> Running in 1c9da782a38f [2023-05-02T20:12:16.451Z] Removing intermediate container 412cd5f19ccb [2023-05-02T20:12:16.451Z] ---> 29877baabb9e [2023-05-02T20:12:16.451Z] [2023-05-02T20:12:16.451Z] Step 13/27 : FROM alpine:3.17 [2023-05-02T20:12:16.451Z] ---> 9ed4aefc74f6 [2023-05-02T20:12:16.451Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-02T20:12:16.712Z] Removing intermediate container 1c9da782a38f [2023-05-02T20:12:16.712Z] ---> 3c66f9d40e1e [2023-05-02T20:12:16.712Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-02T20:12:16.712Z] ---> Running in ded6450ba469 [2023-05-02T20:12:16.712Z] ---> Running in 78fc8e1a564d [2023-05-02T20:12:16.712Z] Removing intermediate container ded6450ba469 [2023-05-02T20:12:16.712Z] ---> 17439284c6e3 [2023-05-02T20:12:16.712Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-02T20:12:16.712Z] Removing intermediate container 78fc8e1a564d [2023-05-02T20:12:16.712Z] ---> 8573bcf59b85 [2023-05-02T20:12:16.712Z] Step 18/20 : LABEL arch=x86_64 [2023-05-02T20:12:16.712Z] ---> Running in 5705ae3f8a21 [2023-05-02T20:12:16.712Z] ---> Running in ff71b4cb909e [2023-05-02T20:12:16.976Z] Removing intermediate container 5705ae3f8a21 [2023-05-02T20:12:16.976Z] ---> 68272841524e [2023-05-02T20:12:16.976Z] Step 19/20 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:12:16.976Z] ---> Running in 203aaf198384 [2023-05-02T20:12:16.976Z] Removing intermediate container 203aaf198384 [2023-05-02T20:12:16.976Z] ---> 70f86dc819a7 [2023-05-02T20:12:16.976Z] Step 20/20 : LABEL version=0.0.0 [2023-05-02T20:12:16.976Z] ---> Running in 002d091b55d3 [2023-05-02T20:12:16.976Z] Removing intermediate container 96f89d01227b [2023-05-02T20:12:16.976Z] ---> 3c9020e0f653 [2023-05-02T20:12:16.976Z] Step 12/27 : WORKDIR /edgex-go [2023-05-02T20:12:16.976Z] ---> Running in d0326bb764a6 [2023-05-02T20:12:17.237Z] Removing intermediate container 002d091b55d3 [2023-05-02T20:12:17.237Z] ---> 021f1359853e [2023-05-02T20:12:17.237Z] [2023-05-02T20:12:17.237Z] Removing intermediate container c2bb61ebd610 [2023-05-02T20:12:17.237Z] ---> 5bad6776254b [2023-05-02T20:12:17.237Z] Step 12/26 : WORKDIR /edgex-go [2023-05-02T20:12:17.237Z] ---> Running in e6ee57a2aeae [2023-05-02T20:12:17.237Z] Removing intermediate container d0326bb764a6 [2023-05-02T20:12:17.237Z] ---> acd93c57b1a3 [2023-05-02T20:12:17.237Z] [2023-05-02T20:12:17.237Z] Step 13/27 : FROM alpine:3.17 [2023-05-02T20:12:17.237Z] ---> 9ed4aefc74f6 [2023-05-02T20:12:17.237Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-02T20:12:17.237Z] ---> Using cache [2023-05-02T20:12:17.237Z] ---> 17439284c6e3 [2023-05-02T20:12:17.237Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-02T20:12:17.237Z] Successfully built 021f1359853e [2023-05-02T20:12:17.237Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-02T20:12:17.237Z]  Building security-spiffe-token-provider ... done  ---> Running in 15abfaec8212 [2023-05-02T20:12:17.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:17.237Z] Removing intermediate container e6ee57a2aeae [2023-05-02T20:12:17.237Z] ---> 77e723439a7a [2023-05-02T20:12:17.237Z] [2023-05-02T20:12:17.237Z] Step 13/26 : FROM alpine:3.17 [2023-05-02T20:12:17.237Z] ---> 9ed4aefc74f6 [2023-05-02T20:12:17.237Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-02T20:12:17.237Z] ---> Using cache [2023-05-02T20:12:17.237Z] ---> 17439284c6e3 [2023-05-02T20:12:17.237Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-02T20:12:17.237Z] ---> Running in 2bf77f2c8754 [2023-05-02T20:12:17.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:17.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:17.757Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:12:17.757Z] v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:12:17.757Z] OK: 17820 distinct packages available [2023-05-02T20:12:17.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:17.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:17.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:17.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:17.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:18.018Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:12:18.018Z] v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:12:18.018Z] OK: 17820 distinct packages available [2023-05-02T20:12:18.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:18.018Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:12:18.018Z] v3.17.3-145-gc711fff4fde [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:12:18.018Z] OK: 17820 distinct packages available [2023-05-02T20:12:18.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:18.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:18.279Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-02T20:12:18.279Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-02T20:12:18.279Z] (3/4) Installing libucontext (1.2-r0) [2023-05-02T20:12:18.279Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-02T20:12:18.279Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:12:18.279Z] OK: 7 MiB in 19 packages [2023-05-02T20:12:18.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-02T20:12:18.279Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-02T20:12:18.279Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-02T20:12:18.279Z] (3/5) Installing libucontext (1.2-r0) [2023-05-02T20:12:18.279Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-02T20:12:18.279Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-02T20:12:18.279Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:12:18.561Z] OK: 8 MiB in 20 packages [2023-05-02T20:12:18.561Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-02T20:12:18.561Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-02T20:12:18.561Z] (3/5) Installing libucontext (1.2-r0) [2023-05-02T20:12:18.561Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-02T20:12:18.561Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-02T20:12:18.561Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:12:18.561Z] OK: 8 MiB in 20 packages [2023-05-02T20:12:19.135Z] Removing intermediate container ff71b4cb909e [2023-05-02T20:12:19.135Z] ---> f3c4304984b4 [2023-05-02T20:12:19.135Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:12:19.135Z] ---> fe32a8aeca27 [2023-05-02T20:12:19.135Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:12:19.406Z] Removing intermediate container 15abfaec8212 [2023-05-02T20:12:19.406Z] ---> d55e750df4ea [2023-05-02T20:12:19.406Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:12:19.406Z] ---> 13c26237cd2e [2023-05-02T20:12:19.406Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-02T20:12:19.406Z] Removing intermediate container 2bf77f2c8754 [2023-05-02T20:12:19.406Z] ---> 5b6dea58cc85 [2023-05-02T20:12:19.406Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:12:19.406Z] ---> 4943d4c53d2f [2023-05-02T20:12:19.406Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:12:19.406Z] ---> f0c253624ab5 [2023-05-02T20:12:19.406Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:12:22.699Z] ---> c084b956d22b [2023-05-02T20:12:22.699Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-02T20:12:22.699Z] ---> ce24dc52005f [2023-05-02T20:12:22.699Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-02T20:12:22.699Z] ---> fd87c4a01adf [2023-05-02T20:12:22.699Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-02T20:12:29.344Z] ---> 46e1c32e0ef5 [2023-05-02T20:12:29.344Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-02T20:12:29.344Z] ---> Running in 04ea754f9f2e [2023-05-02T20:12:29.344Z] ---> 4bdce0fa4815 [2023-05-02T20:12:29.344Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-02T20:12:29.344Z] ---> 10ce705c1a96 [2023-05-02T20:12:29.344Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-02T20:12:29.609Z] Removing intermediate container 04ea754f9f2e [2023-05-02T20:12:29.609Z] ---> 62c2dfaca5ed [2023-05-02T20:12:29.609Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-02T20:12:32.944Z] ---> aa70b545a24e [2023-05-02T20:12:32.944Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-02T20:12:32.944Z] ---> 819f12fbbdda [2023-05-02T20:12:32.944Z] Step 22/27 : WORKDIR / [2023-05-02T20:12:32.944Z] ---> 8c60962a7ef8 [2023-05-02T20:12:32.944Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-02T20:12:32.944Z] ---> Running in f1df91364651 [2023-05-02T20:12:32.944Z] ---> e60ff975de06 [2023-05-02T20:12:32.944Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-02T20:12:32.944Z] Removing intermediate container f1df91364651 [2023-05-02T20:12:32.944Z] ---> 401cdabb54e6 [2023-05-02T20:12:32.944Z] ---> a41cad566303 [2023-05-02T20:12:32.944Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-02T20:12:32.944Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-02T20:12:32.944Z] ---> Running in fd0afa46fff7 [2023-05-02T20:12:32.944Z] ---> 2477b3ad2f42 [2023-05-02T20:12:32.944Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-02T20:12:32.944Z] ---> Running in 5c268d5d19d3 [2023-05-02T20:12:32.944Z] Removing intermediate container fd0afa46fff7 [2023-05-02T20:12:32.944Z] ---> 6128263aa83f [2023-05-02T20:12:32.944Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-02T20:12:32.944Z] ---> Running in 1dd09a78eb4f [2023-05-02T20:12:32.944Z] ---> c1ae12254ba4 [2023-05-02T20:12:32.944Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-02T20:12:32.944Z] Removing intermediate container 5c268d5d19d3 [2023-05-02T20:12:32.944Z] ---> 4019b96a4fbe [2023-05-02T20:12:32.944Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-02T20:12:32.944Z] Removing intermediate container 1dd09a78eb4f [2023-05-02T20:12:32.944Z] ---> daea8b0ca2f5 [2023-05-02T20:12:32.944Z] Step 25/27 : LABEL arch=x86_64 [2023-05-02T20:12:32.944Z] ---> Running in a27dd707a7bd [2023-05-02T20:12:33.207Z] ---> Running in a67c9c920854 [2023-05-02T20:12:33.207Z] ---> e89960bf607e [2023-05-02T20:12:33.207Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-02T20:12:33.207Z] Removing intermediate container a27dd707a7bd [2023-05-02T20:12:33.207Z] ---> 3ab374f8d5c2 [2023-05-02T20:12:33.207Z] Step 24/26 : LABEL arch=x86_64 [2023-05-02T20:12:33.207Z] ---> Running in cb29eb64ea10 [2023-05-02T20:12:33.207Z] Removing intermediate container a67c9c920854 [2023-05-02T20:12:33.207Z] ---> a3c7a9bfa5d7 [2023-05-02T20:12:33.207Z] Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:12:33.207Z] ---> Running in 7b451c737661 [2023-05-02T20:12:33.207Z] ---> Running in 7c14c93e879c [2023-05-02T20:12:33.207Z] Removing intermediate container cb29eb64ea10 [2023-05-02T20:12:33.207Z] ---> 604e2a96a698 [2023-05-02T20:12:33.207Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-02T20:12:33.207Z] ---> Running in 1c20ff62aca4 [2023-05-02T20:12:33.469Z] Removing intermediate container 7b451c737661 [2023-05-02T20:12:33.469Z] ---> c96352addc0a [2023-05-02T20:12:33.469Z] Step 25/26 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:12:33.469Z] Removing intermediate container 7c14c93e879c [2023-05-02T20:12:33.469Z] ---> a35658ceb1ec [2023-05-02T20:12:33.469Z] Step 27/27 : LABEL version=0.0.0 [2023-05-02T20:12:33.469Z] ---> Running in d5f1a613e962 [2023-05-02T20:12:33.469Z] ---> Running in e4d43dff7640 [2023-05-02T20:12:33.469Z] Removing intermediate container 1c20ff62aca4 [2023-05-02T20:12:33.469Z] ---> 8278a19602ab [2023-05-02T20:12:33.469Z] Step 25/27 : LABEL arch=x86_64 [2023-05-02T20:12:33.469Z] ---> Running in b95932caee2b [2023-05-02T20:12:33.469Z] Removing intermediate container d5f1a613e962 [2023-05-02T20:12:33.469Z] ---> bdf268467e64 [2023-05-02T20:12:33.469Z] Step 26/26 : LABEL version=0.0.0 [2023-05-02T20:12:33.469Z] ---> Running in a1a26bd837ae [2023-05-02T20:12:33.469Z] Removing intermediate container e4d43dff7640 [2023-05-02T20:12:33.469Z] ---> fc2351060ee3 [2023-05-02T20:12:33.469Z] [2023-05-02T20:12:33.731Z] Removing intermediate container b95932caee2b [2023-05-02T20:12:33.731Z] ---> f2f18f7b1d63 [2023-05-02T20:12:33.731Z] Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:12:33.731Z] ---> Running in dbb1ac8201de [2023-05-02T20:12:33.731Z] Successfully built fc2351060ee3 [2023-05-02T20:12:33.731Z] Successfully tagged security-spire-config:latest [2023-05-02T20:12:33.731Z]  Building security-spire-config ... done Removing intermediate container a1a26bd837ae [2023-05-02T20:12:33.731Z] ---> 5aa7c27c4afc [2023-05-02T20:12:33.731Z] [2023-05-02T20:12:33.731Z] Removing intermediate container dbb1ac8201de [2023-05-02T20:12:33.731Z] ---> 568d8749468d [2023-05-02T20:12:33.731Z] Step 27/27 : LABEL version=0.0.0 [2023-05-02T20:12:33.731Z] ---> Running in 9bedbf878266 [2023-05-02T20:12:33.731Z] Successfully built 5aa7c27c4afc [2023-05-02T20:12:33.731Z] Successfully tagged security-spire-server:latest [2023-05-02T20:12:33.731Z]  Building security-spire-server ... done Removing intermediate container 9bedbf878266 [2023-05-02T20:12:33.731Z] ---> 2905d802ab22 [2023-05-02T20:12:33.731Z] [2023-05-02T20:12:33.993Z] Successfully built 2905d802ab22 [2023-05-02T20:12:33.993Z] Successfully tagged security-spire-agent:latest [2023-05-02T20:12:34.001Z]  Building security-spire-agent ... done  [Pipeline] } [2023-05-02T20:12:34.030Z] $ docker stop --time=1 4260ab392119cc3df6303161f67c92ce9a14deda7a9c6cd8e9f884e65ce2251d [2023-05-02T20:12:35.439Z] $ docker rm -f --volumes 4260ab392119cc3df6303161f67c92ce9a14deda7a9c6cd8e9f884e65ce2251d [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T20:12:35.872Z] + docker images [2023-05-02T20:12:35.872Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-02T20:12:35.872Z] security-spire-config latest fc2351060ee3 2 seconds ago 102MB [2023-05-02T20:12:35.872Z] security-spire-agent latest 2905d802ab22 2 seconds ago 161MB [2023-05-02T20:12:35.872Z] security-spire-server latest 5aa7c27c4afc 2 seconds ago 103MB [2023-05-02T20:12:35.872Z] 77e723439a7a 18 seconds ago 1.58GB [2023-05-02T20:12:35.872Z] acd93c57b1a3 18 seconds ago 1.58GB [2023-05-02T20:12:35.872Z] security-spiffe-token-provider latest 021f1359853e 19 seconds ago 32.8MB [2023-05-02T20:12:35.872Z] 29877baabb9e 19 seconds ago 1.58GB [2023-05-02T20:12:35.872Z] security-proxy-setup latest 9b72fb23adbe 21 seconds ago 18.7MB [2023-05-02T20:12:35.872Z] support-notifications latest bc47b71864a7 43 seconds ago 32.4MB [2023-05-02T20:12:35.872Z] d4471875650f 50 seconds ago 1.76GB [2023-05-02T20:12:35.872Z] a5ee3727d039 About a minute ago 1.7GB [2023-05-02T20:12:35.872Z] core-data latest bc0108befc21 2 minutes ago 20MB [2023-05-02T20:12:35.872Z] 9c4dad7e6d11 2 minutes ago 1.79GB [2023-05-02T20:12:35.872Z] support-scheduler latest 1114966b1f77 2 minutes ago 31.8MB [2023-05-02T20:12:35.872Z] core-common-config-bootstrapper latest 24c2ba0279fd 2 minutes ago 17.2MB [2023-05-02T20:12:35.872Z] security-bootstrapper latest cc781a16a9e1 3 minutes ago 22.2MB [2023-05-02T20:12:35.872Z] cf320844fcde 3 minutes ago 1.73GB [2023-05-02T20:12:35.872Z] 9c3f9f5c1913 3 minutes ago 1.79GB [2023-05-02T20:12:35.872Z] 56f5168321a3 3 minutes ago 1.72GB [2023-05-02T20:12:35.872Z] security-secretstore-setup latest 6f3733fa2e6b 4 minutes ago 32.8MB [2023-05-02T20:12:35.872Z] core-metadata latest fe7571be18dc 4 minutes ago 20.4MB [2023-05-02T20:12:35.872Z] security-proxy-auth latest 0c32d4b46f1f 4 minutes ago 18.3MB [2023-05-02T20:12:35.872Z] core-command latest 6942808e6c92 4 minutes ago 19.8MB [2023-05-02T20:12:35.872Z] 78bd00dfb290 5 minutes ago 1.72GB [2023-05-02T20:12:35.872Z] c60882fcc486 5 minutes ago 1.72GB [2023-05-02T20:12:35.872Z] 57909b756706 5 minutes ago 1.73GB [2023-05-02T20:12:35.872Z] 3bf49667eb37 5 minutes ago 1.71GB [2023-05-02T20:12:35.872Z] 08b0b85b06be 5 minutes ago 1.7GB [2023-05-02T20:12:35.872Z] ci-base-image-x86_64 latest 19415cad7c1b 11 minutes ago 918MB [2023-05-02T20:12:35.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 8 days ago 700MB [2023-05-02T20:12:35.872Z] alpine 3.17 9ed4aefc74f6 4 weeks ago 7.05MB [2023-05-02T20:12:35.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-05-02T20:12:35.872Z] 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-02T20:15:01.510Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-02T20:15:01.510Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-02T20:15:01.510Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-02T20:15:01.559Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-02T20:15:02.262Z] + ls -al . [2023-05-02T20:15:02.262Z] total 700 [2023-05-02T20:15:02.262Z] drwxrwxr-x 10 1001 1001 4096 May 2 20:05 . [2023-05-02T20:15:02.262Z] drwxr-xr-x 4 root root 4096 May 2 20:05 .. [2023-05-02T20:15:02.262Z] drwxrwxr-x 2 1001 1001 4096 May 2 20:04 .blubracket [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 16 May 2 20:04 .dockerignore [2023-05-02T20:15:02.262Z] drwxrwxr-x 8 1001 1001 4096 May 2 20:04 .git [2023-05-02T20:15:02.262Z] drwxrwxr-x 3 1001 1001 4096 May 2 20:04 .github [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 1133 May 2 20:04 .gitignore [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 42 May 2 20:04 .golangci.yml [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 87 May 2 20:04 .hadolint.yml [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 166 May 2 20:04 .sonarcloud.properties [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 1171 May 2 20:04 ADOPTERS.md [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 10835 May 2 20:04 Attribution.txt [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 73765 May 2 20:04 CHANGELOG.md [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 3804 May 2 20:04 CONTRIBUTING.md [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 677 May 2 20:04 GOVERNANCE.md [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 883 May 2 20:04 Jenkinsfile [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 10775 May 2 20:04 LICENSE [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 14368 May 2 20:04 Makefile [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 582 May 2 20:04 OWNERS.md [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 9403 May 2 20:04 README.md [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 789 May 2 20:04 SECURITY.md [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 5 May 2 20:00 VERSION [2023-05-02T20:15:02.262Z] drwxrwxr-x 2 1001 1001 4096 May 2 20:04 bin [2023-05-02T20:15:02.262Z] drwxrwxr-x 18 1001 1001 4096 May 2 20:04 cmd [2023-05-02T20:15:02.262Z] -rw-r--r-- 1 root root 448352 May 2 20:11 coverage.out [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 3200 May 2 20:04 go.mod [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 31040 May 2 20:04 go.sum [2023-05-02T20:15:02.262Z] drwxrwxr-x 7 1001 1001 4096 May 2 20:04 internal [2023-05-02T20:15:02.262Z] drwxrwxr-x 3 1001 1001 4096 May 2 20:04 openapi [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 594 May 2 20:04 security.txt [2023-05-02T20:15:02.262Z] drwxrwxr-x 4 1001 1001 4096 May 2 20:04 snap [2023-05-02T20:15:02.262Z] -rw-rw-r-- 1 1001 1001 204 May 2 20:04 version.go [Pipeline] sh [2023-05-02T20:15:02.937Z] + '[' -e coverage.out ] [2023-05-02T20:15:02.937Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-02T20:15:02.975Z] Warning: overwriting stash ‘coverage-report’ [2023-05-02T20:15:03.965Z] Stashed 1 file(s) [Pipeline] sh [2023-05-02T20:15:04.631Z] + make build [2023-05-02T20:15:04.631Z] 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-02T20:16:56.395Z] 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-02T20:16:56.395Z] 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-02T20:17:01.739Z] 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-02T20:17:06.017Z] 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-02T20:18:02.835Z] 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-02T20:18:06.203Z] 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-02T20:18:12.845Z] 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-02T20:18:19.487Z] 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-02T20:18:23.742Z] 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-02T20:18:28.076Z] 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-02T20:18:34.808Z] 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-02T20:18:43.157Z] $ docker stop --time=1 fc36210272b3de83b5152dfc0b2585c874be2b0ec7d6a35fb06e40f765cafde3 [2023-05-02T20:18:45.275Z] $ docker rm -f --volumes fc36210272b3de83b5152dfc0b2585c874be2b0ec7d6a35fb06e40f765cafde3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:18:48.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-02T20:18:48.384Z] [2023-05-02T20:18:48.384Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:18:48.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-02T20:18:49.087Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-02T20:18:49.087Z] 29e5d40040c1: Pulling fs layer [2023-05-02T20:18:49.087Z] 1ce36da41761: Pulling fs layer [2023-05-02T20:18:49.087Z] 25b303627fd3: Pulling fs layer [2023-05-02T20:18:49.087Z] 29e5d40040c1: Verifying Checksum [2023-05-02T20:18:49.087Z] 29e5d40040c1: Download complete [2023-05-02T20:18:49.358Z] 1ce36da41761: Verifying Checksum [2023-05-02T20:18:49.358Z] 1ce36da41761: Download complete [2023-05-02T20:18:49.630Z] 29e5d40040c1: Pull complete [2023-05-02T20:18:51.047Z] 1ce36da41761: Pull complete [2023-05-02T20:18:51.047Z] 25b303627fd3: Verifying Checksum [2023-05-02T20:18:51.047Z] 25b303627fd3: Download complete [2023-05-02T20:19:01.247Z] 25b303627fd3: Pull complete [2023-05-02T20:19:01.247Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-02T20:19:01.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-02T20:19:01.247Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:19:01.611Z] prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container [2023-05-02T20:19:01.703Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-02T20:19:04.253Z] $ docker top 0b1e0bf0bced6eb145e43950cee6a3fb702bb61e8e7f1e2db0418b45b71a2f5e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T20:19:05.190Z] + docker-compose build --help+ [2023-05-02T20:19:05.190Z] grep parallel [2023-05-02T20:19:11.845Z] --parallel Build images in parallel. [Pipeline] } [2023-05-02T20:19:11.883Z] $ docker stop --time=1 0b1e0bf0bced6eb145e43950cee6a3fb702bb61e8e7f1e2db0418b45b71a2f5e [2023-05-02T20:19:13.649Z] $ docker rm -f --volumes 0b1e0bf0bced6eb145e43950cee6a3fb702bb61e8e7f1e2db0418b45b71a2f5e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:19:15.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-02T20:19:15.696Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:19:16.010Z] prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container [2023-05-02T20:19:16.117Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-02T20:19:17.513Z] $ docker top e387070dc14447b6498b812653b3b0ad1c1af312b62063ff08a154f9af5be29e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T20:19:18.492Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-02T20:19:26.763Z] Building core-command ... [2023-05-02T20:19:26.763Z] Building core-common-config-bootstrapper ... [2023-05-02T20:19:26.763Z] Building core-data ... [2023-05-02T20:19:26.763Z] Building core-metadata ... [2023-05-02T20:19:26.763Z] Building security-bootstrapper ... [2023-05-02T20:19:26.763Z] Building security-proxy-auth ... [2023-05-02T20:19:26.763Z] Building security-proxy-setup ... [2023-05-02T20:19:26.763Z] Building security-secretstore-setup ... [2023-05-02T20:19:26.763Z] Building security-spiffe-token-provider ... [2023-05-02T20:19:26.763Z] Building security-spire-agent ... [2023-05-02T20:19:26.763Z] Building security-spire-config ... [2023-05-02T20:19:26.763Z] Building security-spire-server ... [2023-05-02T20:19:26.763Z] Building support-notifications ... [2023-05-02T20:19:26.763Z] Building support-scheduler ... [2023-05-02T20:19:26.763Z] Building security-spire-agent [2023-05-02T20:19:26.763Z] Building security-proxy-auth [2023-05-02T20:19:26.763Z] Building support-scheduler [2023-05-02T20:19:26.763Z] Building support-notifications [2023-05-02T20:19:26.763Z] Building core-command [2023-05-02T20:20:23.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:20:23.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:20:23.284Z] ---> 2816fe3ce966 [2023-05-02T20:20:23.284Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:20:23.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:20:23.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:20:23.284Z] ---> 2816fe3ce966 [2023-05-02T20:20:23.284Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:20:23.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:20:23.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:20:23.284Z] ---> 2816fe3ce966 [2023-05-02T20:20:23.284Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:20:23.284Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:20:23.284Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:20:23.284Z] ---> 2816fe3ce966 [2023-05-02T20:20:23.284Z] Step 3/27 : WORKDIR /edgex-go [2023-05-02T20:20:23.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:20:23.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:20:23.284Z] ---> 2816fe3ce966 [2023-05-02T20:20:23.284Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:20:23.284Z] ---> Running in f2161ff11fae [2023-05-02T20:20:23.284Z] ---> Running in 212e62b35bab [2023-05-02T20:20:23.284Z] ---> Running in fe4b063ed292 [2023-05-02T20:20:23.284Z] ---> Running in fd59cff43f3c [2023-05-02T20:20:23.284Z] ---> Running in 5e8e94f1fa74 [2023-05-02T20:20:23.284Z] Removing intermediate container 212e62b35bab [2023-05-02T20:20:23.284Z] ---> 22deb18faa8b [2023-05-02T20:20:23.284Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:20:23.284Z] Removing intermediate container fd59cff43f3c [2023-05-02T20:20:23.284Z] ---> 97275585825a [2023-05-02T20:20:23.284Z] Step 4/24 : WORKDIR /edgex-go [2023-05-02T20:20:23.284Z] ---> Running in 6f475f8f536d [2023-05-02T20:20:23.284Z] Removing intermediate container f2161ff11fae [2023-05-02T20:20:23.284Z] ---> 5da3f77df349 [2023-05-02T20:20:23.284Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:20:23.284Z] Removing intermediate container fe4b063ed292 [2023-05-02T20:20:23.284Z] ---> 2488f2579ecf [2023-05-02T20:20:23.284Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-02T20:20:23.284Z] ---> Running in ae77fb5d3d7d [2023-05-02T20:20:23.284Z] Removing intermediate container 5e8e94f1fa74 [2023-05-02T20:20:23.284Z] ---> b3db7b4ee303 [2023-05-02T20:20:23.284Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:20:23.284Z] ---> Running in cbe0f8611448 [2023-05-02T20:20:23.284Z] ---> Running in d183fba5f84b [2023-05-02T20:20:23.284Z] ---> Running in 2de3018178b5 [2023-05-02T20:20:23.284Z] Removing intermediate container 6f475f8f536d [2023-05-02T20:20:23.284Z] ---> 4450fedbd9a3 [2023-05-02T20:20:23.284Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:20:23.284Z] Removing intermediate container d183fba5f84b [2023-05-02T20:20:23.284Z] ---> c784b14e2ec6 [2023-05-02T20:20:23.284Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:20:23.284Z] ---> Running in bb054dc7fb3f [2023-05-02T20:20:23.284Z] Removing intermediate container ae77fb5d3d7d [2023-05-02T20:20:23.284Z] ---> aaf3bba3abd6 [2023-05-02T20:20:23.284Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-02T20:20:23.284Z] ---> Running in cb59f44c7742 [2023-05-02T20:20:23.284Z] Removing intermediate container 2de3018178b5 [2023-05-02T20:20:23.284Z] ---> e2c8ecb8b23c [2023-05-02T20:20:23.284Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-02T20:20:23.284Z] ---> Running in 57cd4da3e013 [2023-05-02T20:20:23.284Z] ---> Running in 1fc8fa904355 [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] OK: 263 MiB in 53 packages [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:20:23.284Z] Removing intermediate container cbe0f8611448 [2023-05-02T20:20:23.284Z] ---> 423486884277 [2023-05-02T20:20:23.284Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-02T20:20:23.284Z] OK: 263 MiB in 53 packages [2023-05-02T20:20:23.284Z] OK: 263 MiB in 53 packages [2023-05-02T20:20:23.554Z] OK: 263 MiB in 53 packages [2023-05-02T20:20:24.043Z] OK: 263 MiB in 53 packages [2023-05-02T20:20:24.314Z] ---> d1e4510fdf0f [2023-05-02T20:20:24.314Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:20:24.585Z] ---> Running in de6292d2d098 [2023-05-02T20:20:25.569Z] Removing intermediate container cb59f44c7742 [2023-05-02T20:20:25.569Z] ---> 76caa4e478de [2023-05-02T20:20:25.569Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:20:25.569Z] Removing intermediate container bb054dc7fb3f [2023-05-02T20:20:25.569Z] ---> 3940733da0fc [2023-05-02T20:20:25.569Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:20:25.839Z] Removing intermediate container 57cd4da3e013 [2023-05-02T20:20:25.839Z] ---> c6de5dbdb201 [2023-05-02T20:20:25.839Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-02T20:20:26.117Z] Removing intermediate container 1fc8fa904355 [2023-05-02T20:20:26.117Z] ---> 629fb9a99023 [2023-05-02T20:20:26.117Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:20:26.706Z] ---> 58cc8f169c25 [2023-05-02T20:20:26.706Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:20:26.706Z] ---> 635626f86562 [2023-05-02T20:20:26.978Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:20:26.978Z] ---> Running in 2213f7aba1ea [2023-05-02T20:20:27.248Z] ---> Running in f9ed13cc3563 [2023-05-02T20:20:27.248Z] ---> 1feb071d2678 [2023-05-02T20:20:27.248Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:20:27.520Z] ---> Running in d0cb9db5ff67 [2023-05-02T20:20:27.793Z] ---> 59fe1dd5d51d [2023-05-02T20:20:27.793Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:20:28.065Z] ---> Running in 15609897d3a6 [2023-05-02T20:22:19.802Z] Removing intermediate container de6292d2d098 [2023-05-02T20:22:19.802Z] ---> 018fa853c02b [2023-05-02T20:22:19.802Z] Step 7/27 : COPY . . [2023-05-02T20:22:19.802Z] Removing intermediate container d0cb9db5ff67 [2023-05-02T20:22:19.802Z] ---> 91ba2b10fa51 [2023-05-02T20:22:19.802Z] Step 8/24 : COPY . . [2023-05-02T20:22:19.802Z] Removing intermediate container f9ed13cc3563 [2023-05-02T20:22:19.802Z] ---> ce81cb4d084a [2023-05-02T20:22:19.802Z] Step 8/23 : COPY . . [2023-05-02T20:22:19.802Z] Removing intermediate container 2213f7aba1ea [2023-05-02T20:22:19.802Z] ---> f3f75c91c63f [2023-05-02T20:22:19.802Z] Step 8/23 : COPY . . [2023-05-02T20:22:19.802Z] Removing intermediate container 15609897d3a6 [2023-05-02T20:22:19.802Z] ---> 5d319a826d09 [2023-05-02T20:22:19.802Z] Step 8/23 : COPY . . [2023-05-02T20:22:38.033Z] ---> bf56a8b7b3ec [2023-05-02T20:22:38.033Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-02T20:22:38.033Z] ---> 28379e13d8c5 [2023-05-02T20:22:38.033Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-02T20:22:38.033Z] ---> b0a50b7ad1e0 [2023-05-02T20:22:38.033Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-02T20:22:38.033Z] ---> Running in 8905da445f11 [2023-05-02T20:22:38.033Z] ---> 3c6ecaeb8117 [2023-05-02T20:22:38.033Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-02T20:22:38.033Z] ---> Running in f17bd493c518 [2023-05-02T20:22:38.033Z] ---> Running in 0209c2f08af1 [2023-05-02T20:22:38.033Z] ---> 6b3ef7a6a9a0 [2023-05-02T20:22:38.033Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-02T20:22:38.033Z] ---> Running in b0d683517253 [2023-05-02T20:22:38.033Z] ---> Running in b30bf21d2417 [2023-05-02T20:22:38.033Z] Removing intermediate container 8905da445f11 [2023-05-02T20:22:38.033Z] ---> a87d5d481031 [2023-05-02T20:22:38.033Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-02T20:22:38.033Z] ---> Running in 175bd03a3bc2 [2023-05-02T20:22:38.033Z] Removing intermediate container 175bd03a3bc2 [2023-05-02T20:22:38.033Z] ---> 805f5a3153e8 [2023-05-02T20:22:38.033Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-02T20:22:38.034Z] ---> Running in 672a2f89c94f [2023-05-02T20:22:38.034Z] Removing intermediate container 672a2f89c94f [2023-05-02T20:22:38.034Z] ---> 1c9af56f1352 [2023-05-02T20:22:38.034Z] 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-02T20:22:38.303Z] ---> Running in 14b35049f2ce [2023-05-02T20:22:38.572Z] 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-02T20:22:38.572Z] 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-02T20:22:38.572Z] 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-02T20:22:38.572Z] 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-02T20:22:41.149Z] Removing intermediate container 14b35049f2ce [2023-05-02T20:22:41.149Z] ---> 11ecda98b2be [2023-05-02T20:22:41.149Z] Step 12/27 : WORKDIR /edgex-go [2023-05-02T20:22:41.420Z] ---> Running in 607640287e31 [2023-05-02T20:22:42.004Z] Removing intermediate container 607640287e31 [2023-05-02T20:22:42.004Z] ---> ea220a23a091 [2023-05-02T20:22:42.004Z] [2023-05-02T20:22:42.004Z] Step 13/27 : FROM alpine:3.17 [2023-05-02T20:22:42.278Z] 3.17: Pulling from library/alpine [2023-05-02T20:22:42.278Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-02T20:22:42.278Z] Status: Downloaded newer image for alpine:3.17 [2023-05-02T20:22:42.278Z] ---> 51e60588ff2c [2023-05-02T20:22:42.278Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-02T20:22:42.564Z] ---> Running in 7387525a7718 [2023-05-02T20:22:43.159Z] Removing intermediate container 7387525a7718 [2023-05-02T20:22:43.159Z] ---> ad02993c7ac2 [2023-05-02T20:22:43.159Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-02T20:22:43.427Z] ---> Running in e85e9a225784 [2023-05-02T20:22:45.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:22:46.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:22:47.764Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:22:47.764Z] v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:22:47.764Z] OK: 17691 distinct packages available [2023-05-02T20:22:48.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:22:49.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:22:50.947Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-02T20:22:50.947Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-02T20:22:50.947Z] (3/5) Installing libucontext (1.2-r0) [2023-05-02T20:22:50.947Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-02T20:22:50.947Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-02T20:22:50.947Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:22:50.947Z] OK: 9 MiB in 20 packages [2023-05-02T20:22:52.908Z] Removing intermediate container e85e9a225784 [2023-05-02T20:22:52.908Z] ---> b73ad392e15a [2023-05-02T20:22:52.908Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:22:53.873Z] ---> 8da59fd0d6fc [2023-05-02T20:22:53.873Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:22:54.840Z] ---> 1be98d2c018b [2023-05-02T20:22:54.840Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-02T20:23:00.227Z] ---> 549fd02d362c [2023-05-02T20:23:00.227Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-02T20:23:06.871Z] ---> 60dcf723119c [2023-05-02T20:23:06.871Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-02T20:23:06.871Z] ---> 4e4443f77a94 [2023-05-02T20:23:06.871Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-02T20:23:10.217Z] ---> 93a5288855d3 [2023-05-02T20:23:10.217Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-02T20:23:11.182Z] ---> 8fbad5d09abf [2023-05-02T20:23:11.182Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-02T20:23:11.182Z] ---> Running in 1fc5131036d9 [2023-05-02T20:23:11.784Z] Removing intermediate container 1fc5131036d9 [2023-05-02T20:23:11.784Z] ---> d16bfd0562c9 [2023-05-02T20:23:11.784Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-02T20:23:11.784Z] ---> Running in 0ff1ea180cfb [2023-05-02T20:23:12.372Z] Removing intermediate container 0ff1ea180cfb [2023-05-02T20:23:12.372Z] ---> dd577bffaa64 [2023-05-02T20:23:12.372Z] Step 25/27 : LABEL arch=arm64 [2023-05-02T20:23:12.372Z] ---> Running in 6fd24af4adfe [2023-05-02T20:23:13.157Z] Removing intermediate container 6fd24af4adfe [2023-05-02T20:23:13.157Z] ---> f2799c6f807f [2023-05-02T20:23:13.157Z] Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:23:13.442Z] ---> Running in 4868fa1bd825 [2023-05-02T20:23:13.752Z] Removing intermediate container 4868fa1bd825 [2023-05-02T20:23:13.752Z] ---> 95e1ce69df84 [2023-05-02T20:23:13.752Z] Step 27/27 : LABEL version=0.0.0 [2023-05-02T20:23:14.057Z] ---> Running in 591344743c9b [2023-05-02T20:23:14.353Z] Removing intermediate container 591344743c9b [2023-05-02T20:23:14.353Z] ---> 410c68f2fc75 [2023-05-02T20:23:14.353Z] [2023-05-02T20:23:14.978Z] Successfully built 410c68f2fc75 [2023-05-02T20:23:14.978Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-02T20:23:14.978Z]  Building security-spire-agent ... done Building security-spire-config [2023-05-02T20:23:33.311Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:23:33.311Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:23:33.311Z] ---> 2816fe3ce966 [2023-05-02T20:23:33.311Z] Step 3/27 : WORKDIR /edgex-go [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> 2488f2579ecf [2023-05-02T20:23:33.311Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> 423486884277 [2023-05-02T20:23:33.311Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> d1e4510fdf0f [2023-05-02T20:23:33.311Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> 018fa853c02b [2023-05-02T20:23:33.311Z] Step 7/27 : COPY . . [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> bf56a8b7b3ec [2023-05-02T20:23:33.311Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> a87d5d481031 [2023-05-02T20:23:33.311Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> 805f5a3153e8 [2023-05-02T20:23:33.311Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> 1c9af56f1352 [2023-05-02T20:23:33.311Z] 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-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> 11ecda98b2be [2023-05-02T20:23:33.311Z] Step 12/27 : WORKDIR /edgex-go [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> ea220a23a091 [2023-05-02T20:23:33.311Z] [2023-05-02T20:23:33.311Z] Step 13/27 : FROM alpine:3.17 [2023-05-02T20:23:33.311Z] ---> 51e60588ff2c [2023-05-02T20:23:33.311Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-02T20:23:33.311Z] ---> Using cache [2023-05-02T20:23:33.311Z] ---> ad02993c7ac2 [2023-05-02T20:23:33.311Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-02T20:23:33.311Z] ---> Running in 85d0ade5fb2d [2023-05-02T20:23:33.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:23:33.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:23:35.875Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:23:35.875Z] v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:23:35.875Z] OK: 17691 distinct packages available [2023-05-02T20:23:35.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:23:36.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:23:38.262Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-02T20:23:38.263Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-02T20:23:38.263Z] (3/4) Installing libucontext (1.2-r0) [2023-05-02T20:23:38.263Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-02T20:23:38.263Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:23:38.263Z] OK: 8 MiB in 19 packages [2023-05-02T20:23:40.227Z] Removing intermediate container 85d0ade5fb2d [2023-05-02T20:23:40.227Z] ---> 8d868a3d5884 [2023-05-02T20:23:40.227Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:23:40.818Z] ---> f450e450821e [2023-05-02T20:23:40.818Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:23:41.789Z] ---> 4b9a73821323 [2023-05-02T20:23:41.789Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-02T20:23:50.054Z] ---> 43e8060f7954 [2023-05-02T20:23:50.054Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-02T20:23:50.324Z] ---> bb0b0de95cac [2023-05-02T20:23:50.324Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-02T20:23:50.324Z] ---> Running in a1cd4a5e6e60 [2023-05-02T20:23:50.916Z] Removing intermediate container a1cd4a5e6e60 [2023-05-02T20:23:50.916Z] ---> de88954df5da [2023-05-02T20:23:50.916Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-02T20:23:51.898Z] ---> 82c4d2426e73 [2023-05-02T20:23:51.898Z] Step 22/27 : WORKDIR / [2023-05-02T20:23:52.170Z] ---> Running in 4e4ae1049dd2 [2023-05-02T20:23:52.787Z] Removing intermediate container 4e4ae1049dd2 [2023-05-02T20:23:52.787Z] ---> c9f90dab639b [2023-05-02T20:23:52.787Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-02T20:23:52.787Z] ---> Running in 79106181edcb [2023-05-02T20:23:53.377Z] Removing intermediate container 79106181edcb [2023-05-02T20:23:53.377Z] ---> e694a8e9ce60 [2023-05-02T20:23:53.377Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-02T20:23:53.377Z] ---> Running in 7cc40e42e158 [2023-05-02T20:23:53.967Z] Removing intermediate container 7cc40e42e158 [2023-05-02T20:23:53.967Z] ---> ae4d45dd99a0 [2023-05-02T20:23:53.967Z] Step 25/27 : LABEL arch=arm64 [2023-05-02T20:23:53.967Z] ---> Running in f6e085d358b3 [2023-05-02T20:23:54.569Z] Removing intermediate container f6e085d358b3 [2023-05-02T20:23:54.569Z] ---> 704844ffb4e0 [2023-05-02T20:23:54.569Z] Step 26/27 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:23:54.840Z] ---> Running in 83a868bbed6a [2023-05-02T20:23:55.454Z] Removing intermediate container 83a868bbed6a [2023-05-02T20:23:55.454Z] ---> a8498d6260ed [2023-05-02T20:23:55.454Z] Step 27/27 : LABEL version=0.0.0 [2023-05-02T20:23:55.454Z] ---> Running in a5f3367daa39 [2023-05-02T20:23:56.060Z] Removing intermediate container a5f3367daa39 [2023-05-02T20:23:56.060Z] ---> cf08109fe478 [2023-05-02T20:23:56.060Z] [2023-05-02T20:23:56.329Z] Successfully built cf08109fe478 [2023-05-02T20:23:56.329Z] Successfully tagged security-spire-config-arm64:latest [2023-05-02T20:23:56.329Z] Building security-spire-server [2023-05-02T20:24:14.587Z]  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:24:14.587Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:24:14.587Z] ---> 2816fe3ce966 [2023-05-02T20:24:14.587Z] Step 3/26 : WORKDIR /edgex-go [2023-05-02T20:24:14.587Z] ---> Using cache [2023-05-02T20:24:14.587Z] ---> 2488f2579ecf [2023-05-02T20:24:14.587Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-02T20:24:14.587Z] ---> Using cache [2023-05-02T20:24:14.587Z] ---> 423486884277 [2023-05-02T20:24:14.587Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-02T20:24:14.587Z] ---> Using cache [2023-05-02T20:24:14.587Z] ---> d1e4510fdf0f [2023-05-02T20:24:14.587Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:24:14.587Z] ---> Using cache [2023-05-02T20:24:14.587Z] ---> 018fa853c02b [2023-05-02T20:24:14.588Z] Step 7/26 : COPY . . [2023-05-02T20:24:14.588Z] ---> Using cache [2023-05-02T20:24:14.588Z] ---> bf56a8b7b3ec [2023-05-02T20:24:14.588Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-02T20:24:14.588Z] ---> Using cache [2023-05-02T20:24:14.588Z] ---> a87d5d481031 [2023-05-02T20:24:14.588Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-02T20:24:14.588Z] ---> Using cache [2023-05-02T20:24:14.588Z] ---> 805f5a3153e8 [2023-05-02T20:24:14.588Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-02T20:24:14.588Z] ---> Using cache [2023-05-02T20:24:14.588Z] ---> 1c9af56f1352 [2023-05-02T20:24:14.588Z] 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-02T20:24:16.559Z] ---> Running in b666150c1f7f [2023-05-02T20:24:19.956Z] Removing intermediate container b666150c1f7f [2023-05-02T20:24:19.956Z] ---> 17fad217bff5 [2023-05-02T20:24:19.956Z] Step 12/26 : WORKDIR /edgex-go [2023-05-02T20:24:19.956Z] ---> Running in f615937d4711 [2023-05-02T20:24:20.542Z] Removing intermediate container f615937d4711 [2023-05-02T20:24:20.542Z] ---> 79dccc20ae42 [2023-05-02T20:24:20.542Z] [2023-05-02T20:24:20.542Z] Step 13/26 : FROM alpine:3.17 [2023-05-02T20:24:20.542Z] ---> 51e60588ff2c [2023-05-02T20:24:20.542Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-02T20:24:20.542Z] ---> Using cache [2023-05-02T20:24:20.542Z] ---> ad02993c7ac2 [2023-05-02T20:24:20.542Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-02T20:24:20.542Z] ---> Using cache [2023-05-02T20:24:20.542Z] ---> b73ad392e15a [2023-05-02T20:24:20.542Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:24:20.542Z] ---> Using cache [2023-05-02T20:24:20.542Z] ---> 8da59fd0d6fc [2023-05-02T20:24:20.813Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:24:20.813Z] ---> Using cache [2023-05-02T20:24:20.813Z] ---> 1be98d2c018b [2023-05-02T20:24:20.813Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-02T20:24:27.483Z] ---> e9670abf95db [2023-05-02T20:24:27.483Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-02T20:24:29.432Z] ---> 7436b0528cdf [2023-05-02T20:24:29.432Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-02T20:24:30.403Z] ---> 941f89245f93 [2023-05-02T20:24:30.403Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-02T20:24:31.367Z] ---> 8b55b6b1707b [2023-05-02T20:24:31.367Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-02T20:24:31.367Z] ---> Running in 9d469a00047b [2023-05-02T20:24:31.951Z] Removing intermediate container 9d469a00047b [2023-05-02T20:24:31.951Z] ---> dbb9f06ea959 [2023-05-02T20:24:31.951Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-02T20:24:31.951Z] ---> Running in bc261d9ddfed [2023-05-02T20:24:32.535Z] Removing intermediate container bc261d9ddfed [2023-05-02T20:24:32.535Z] ---> f4ab965b43fc [2023-05-02T20:24:32.535Z] Step 24/26 : LABEL arch=arm64 [2023-05-02T20:24:32.535Z] ---> Running in a625dba12d26 [2023-05-02T20:24:33.123Z] Removing intermediate container a625dba12d26 [2023-05-02T20:24:33.123Z] ---> 715691d52581 [2023-05-02T20:24:33.123Z] Step 25/26 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:24:33.123Z] ---> Running in 94751b5db0b7 [2023-05-02T20:24:33.707Z] Removing intermediate container 94751b5db0b7 [2023-05-02T20:24:33.708Z] ---> 54a0750bf427 [2023-05-02T20:24:33.708Z] Step 26/26 : LABEL version=0.0.0 [2023-05-02T20:24:33.708Z] ---> Running in dfe27f2739e4 [2023-05-02T20:24:34.295Z] Removing intermediate container dfe27f2739e4 [2023-05-02T20:24:34.295Z] ---> 5c30d6f89636 [2023-05-02T20:24:34.295Z] [2023-05-02T20:24:34.882Z] Successfully built 5c30d6f89636 [2023-05-02T20:24:34.882Z] Successfully tagged security-spire-server-arm64:latest [2023-05-02T20:24:34.882Z] Building core-common-config-bootstrapper [2023-05-02T20:24:56.971Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:24:56.971Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:24:56.971Z] ---> 2816fe3ce966 [2023-05-02T20:24:56.971Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:24:56.971Z] ---> Using cache [2023-05-02T20:24:56.971Z] ---> b3db7b4ee303 [2023-05-02T20:24:56.971Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:24:56.971Z] ---> Using cache [2023-05-02T20:24:56.971Z] ---> e2c8ecb8b23c [2023-05-02T20:24:56.971Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:24:56.971Z] ---> Running in 7cfa48c943d2 [2023-05-02T20:24:58.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:24:59.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:25:01.312Z] OK: 263 MiB in 53 packages [2023-05-02T20:25:03.264Z] Removing intermediate container 7cfa48c943d2 [2023-05-02T20:25:03.264Z] ---> a1750f0531c7 [2023-05-02T20:25:03.264Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:25:03.853Z] ---> 3e67ae4708ca [2023-05-02T20:25:03.853Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:25:03.853Z] ---> Running in 5d77431655cb [2023-05-02T20:26:55.548Z] Removing intermediate container 5d77431655cb [2023-05-02T20:26:55.548Z] ---> 2f0c1067c694 [2023-05-02T20:26:55.548Z] Step 8/23 : COPY . . [2023-05-02T20:26:55.548Z] ---> 7bd96f0d4a13 [2023-05-02T20:26:55.548Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-02T20:26:55.548Z] ---> Running in 47bf8b13c9c4 [2023-05-02T20:26:57.500Z] 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-02T20:30:04.451Z] Removing intermediate container 0209c2f08af1 [2023-05-02T20:30:04.451Z] ---> 61d118fc209a [2023-05-02T20:30:04.451Z] [2023-05-02T20:30:04.451Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:30:04.451Z] ---> 51e60588ff2c [2023-05-02T20:30:04.451Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-02T20:30:04.451Z] ---> Running in cb8505945776 [2023-05-02T20:30:04.451Z] Removing intermediate container cb8505945776 [2023-05-02T20:30:04.451Z] ---> 11b706f6212b [2023-05-02T20:30:04.451Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:30:04.451Z] ---> Running in b034c4404a9d [2023-05-02T20:30:04.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:30:04.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:30:04.451Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T20:30:04.451Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:30:04.451Z] OK: 8 MiB in 16 packages [2023-05-02T20:30:04.451Z] Removing intermediate container b034c4404a9d [2023-05-02T20:30:04.451Z] ---> c5c9c332f362 [2023-05-02T20:30:04.451Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:30:04.451Z] ---> 726309820b59 [2023-05-02T20:30:04.451Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:30:04.451Z] ---> 3031625de001 [2023-05-02T20:30:04.451Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-02T20:30:04.451Z] ---> e0ce5b79c6ab [2023-05-02T20:30:04.451Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:30:04.451Z] ---> 73ea552b01c7 [2023-05-02T20:30:04.451Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-02T20:30:04.451Z] ---> 927b018c7923 [2023-05-02T20:30:04.451Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:30:04.451Z] ---> Running in 5b707b2bcec6 [2023-05-02T20:30:07.045Z] Removing intermediate container 5b707b2bcec6 [2023-05-02T20:30:07.045Z] ---> fbbbc6269e2b [2023-05-02T20:30:07.045Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:30:07.325Z] ---> Running in 133c4dc1ac9c [2023-05-02T20:30:07.911Z] Removing intermediate container 133c4dc1ac9c [2023-05-02T20:30:07.911Z] ---> 806af01a733b [2023-05-02T20:30:07.911Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-02T20:30:07.911Z] ---> Running in b08df962d671 [2023-05-02T20:30:08.495Z] Removing intermediate container b08df962d671 [2023-05-02T20:30:08.495Z] ---> 65a0842d3314 [2023-05-02T20:30:08.495Z] Step 21/23 : LABEL arch=arm64 [2023-05-02T20:30:08.495Z] ---> Running in 0609fa8c116b [2023-05-02T20:30:09.079Z] Removing intermediate container 0609fa8c116b [2023-05-02T20:30:09.079Z] ---> d3a67617708c [2023-05-02T20:30:09.079Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:30:09.354Z] ---> Running in c537ced24d37 [2023-05-02T20:30:09.621Z] Removing intermediate container c537ced24d37 [2023-05-02T20:30:09.621Z] ---> c5bf3765d6c2 [2023-05-02T20:30:09.621Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:30:09.891Z] ---> Running in adca3825fd09 [2023-05-02T20:30:10.479Z] Removing intermediate container adca3825fd09 [2023-05-02T20:30:10.479Z] ---> da3359333853 [2023-05-02T20:30:10.479Z] [2023-05-02T20:30:10.748Z] Successfully built da3359333853 [2023-05-02T20:30:10.748Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-02T20:30:10.748Z]  Building security-proxy-auth ... done Building security-secretstore-setup [2023-05-02T20:30:32.807Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:30:32.807Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:30:32.807Z] ---> 2816fe3ce966 [2023-05-02T20:30:32.807Z] Step 3/25 : WORKDIR /edgex-go [2023-05-02T20:30:32.807Z] ---> Using cache [2023-05-02T20:30:32.807Z] ---> 2488f2579ecf [2023-05-02T20:30:32.807Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-02T20:30:32.807Z] ---> Running in a5d0595a771a [2023-05-02T20:30:32.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:30:32.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:30:34.213Z] OK: 263 MiB in 53 packages [2023-05-02T20:30:36.156Z] Removing intermediate container a5d0595a771a [2023-05-02T20:30:36.157Z] ---> d85ebff76dc6 [2023-05-02T20:30:36.157Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-02T20:30:36.743Z] ---> c3a049b30fda [2023-05-02T20:30:36.743Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:30:36.743Z] ---> Running in d3a0e9c0c32f [2023-05-02T20:30:51.763Z] Removing intermediate container b0d683517253 [2023-05-02T20:30:51.763Z] ---> 41b94d1f3dcd [2023-05-02T20:30:51.763Z] [2023-05-02T20:30:51.763Z] Step 10/24 : FROM alpine:3.17 [2023-05-02T20:30:51.763Z] ---> 51e60588ff2c [2023-05-02T20:30:51.763Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:30:51.763Z] ---> Running in 35045550b7b2 [2023-05-02T20:30:53.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:30:54.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:30:56.069Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T20:30:56.069Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:30:56.069Z] OK: 8 MiB in 16 packages [2023-05-02T20:30:58.014Z] Removing intermediate container 35045550b7b2 [2023-05-02T20:30:58.014Z] ---> f209a9d76b16 [2023-05-02T20:30:58.014Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:30:58.014Z] ---> Running in ea799363160a [2023-05-02T20:30:58.604Z] Removing intermediate container ea799363160a [2023-05-02T20:30:58.604Z] ---> 3424db7c2dcb [2023-05-02T20:30:58.604Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-02T20:30:58.877Z] ---> Running in d699d40a5d7c [2023-05-02T20:30:59.465Z] Removing intermediate container d699d40a5d7c [2023-05-02T20:30:59.465Z] ---> 826ae80488d7 [2023-05-02T20:30:59.465Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-02T20:30:59.465Z] ---> Running in 200e5b74bb83 [2023-05-02T20:31:00.056Z] Removing intermediate container 200e5b74bb83 [2023-05-02T20:31:00.057Z] ---> 3f7ce6efd715 [2023-05-02T20:31:00.057Z] Step 15/24 : WORKDIR / [2023-05-02T20:31:00.323Z] ---> Running in 62d97d40f4dc [2023-05-02T20:31:00.910Z] Removing intermediate container 62d97d40f4dc [2023-05-02T20:31:00.910Z] ---> acaa7ed61f06 [2023-05-02T20:31:00.910Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:31:01.875Z] ---> 6b76993e7e7a [2023-05-02T20:31:01.875Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:31:02.842Z] ---> 9e85a0f88684 [2023-05-02T20:31:02.842Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-02T20:31:04.793Z] ---> 6c05c9080cb8 [2023-05-02T20:31:04.793Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:31:05.384Z] ---> 98e979c2e857 [2023-05-02T20:31:05.384Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-02T20:31:05.653Z] ---> Running in 58a00b115e96 [2023-05-02T20:31:06.239Z] Removing intermediate container 58a00b115e96 [2023-05-02T20:31:06.239Z] ---> 35822a8da370 [2023-05-02T20:31:06.239Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:31:06.239Z] ---> Running in d1d530d9b1b8 [2023-05-02T20:31:07.006Z] Removing intermediate container d1d530d9b1b8 [2023-05-02T20:31:07.006Z] ---> 5d7fbf085cb9 [2023-05-02T20:31:07.006Z] Step 22/24 : LABEL arch=arm64 [2023-05-02T20:31:07.297Z] ---> Running in 7059edfe58b4 [2023-05-02T20:31:07.582Z] Removing intermediate container 7059edfe58b4 [2023-05-02T20:31:07.582Z] ---> 03f44f1d06ad [2023-05-02T20:31:07.582Z] Step 23/24 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:31:07.875Z] ---> Running in 929eb945dc08 [2023-05-02T20:31:08.494Z] Removing intermediate container 929eb945dc08 [2023-05-02T20:31:08.494Z] ---> d701e2c68474 [2023-05-02T20:31:08.494Z] Step 24/24 : LABEL version=0.0.0 [2023-05-02T20:31:08.494Z] ---> Running in 9bc9147c5c07 [2023-05-02T20:31:09.128Z] Removing intermediate container 9bc9147c5c07 [2023-05-02T20:31:09.128Z] ---> 1d88649ce72b [2023-05-02T20:31:09.128Z] [2023-05-02T20:31:09.411Z] Successfully built 1d88649ce72b [2023-05-02T20:31:09.411Z] Successfully tagged core-command-arm64:latest [2023-05-02T20:31:09.411Z]  Building core-command ... done Building core-data [2023-05-02T20:31:27.684Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:31:27.684Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:31:27.684Z] ---> 2816fe3ce966 [2023-05-02T20:31:27.684Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:31:27.684Z] ---> Using cache [2023-05-02T20:31:27.684Z] ---> b3db7b4ee303 [2023-05-02T20:31:27.684Z] Step 4/23 : WORKDIR /edgex-go [2023-05-02T20:31:27.684Z] ---> Using cache [2023-05-02T20:31:27.684Z] ---> e2c8ecb8b23c [2023-05-02T20:31:27.684Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-02T20:31:27.684Z] ---> Using cache [2023-05-02T20:31:27.684Z] ---> a1750f0531c7 [2023-05-02T20:31:27.684Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-02T20:31:27.684Z] ---> Using cache [2023-05-02T20:31:27.684Z] ---> 3e67ae4708ca [2023-05-02T20:31:27.684Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:31:27.684Z] ---> Using cache [2023-05-02T20:31:27.684Z] ---> 2f0c1067c694 [2023-05-02T20:31:27.684Z] Step 8/23 : COPY . . [2023-05-02T20:31:27.684Z] ---> Using cache [2023-05-02T20:31:27.684Z] ---> 7bd96f0d4a13 [2023-05-02T20:31:27.684Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-02T20:31:27.958Z] ---> Running in 571f0c7b131b [2023-05-02T20:31:30.542Z] 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-02T20:32:26.948Z] Removing intermediate container d3a0e9c0c32f [2023-05-02T20:32:26.948Z] ---> aab5b01123fb [2023-05-02T20:32:26.948Z] Step 7/25 : COPY . . [2023-05-02T20:32:37.060Z] ---> a4cdb3d61c42 [2023-05-02T20:32:37.060Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-02T20:32:37.060Z] ---> Running in 9352ce6d0de1 [2023-05-02T20:32:37.645Z] 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-02T20:34:29.335Z] Removing intermediate container f17bd493c518 [2023-05-02T20:34:29.335Z] ---> 6df8eb97b34e [2023-05-02T20:34:29.335Z] [2023-05-02T20:34:29.335Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:34:29.335Z] ---> 51e60588ff2c [2023-05-02T20:34:29.335Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-02T20:34:29.335Z] Removing intermediate container b30bf21d2417 [2023-05-02T20:34:29.335Z] ---> 57d8d654f016 [2023-05-02T20:34:29.335Z] [2023-05-02T20:34:29.335Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:34:29.335Z] ---> 51e60588ff2c [2023-05-02T20:34:29.335Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:34:29.335Z] ---> Using cache [2023-05-02T20:34:29.335Z] ---> f209a9d76b16 [2023-05-02T20:34:29.335Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:34:29.335Z] ---> Using cache [2023-05-02T20:34:29.335Z] ---> 3424db7c2dcb [2023-05-02T20:34:29.335Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-02T20:34:29.335Z] ---> Running in f6ccccfedd7e [2023-05-02T20:34:29.335Z] ---> Running in 11fbd1591a59 [2023-05-02T20:34:29.335Z] Removing intermediate container 11fbd1591a59 [2023-05-02T20:34:29.335Z] ---> 30eaf3abd43e [2023-05-02T20:34:29.335Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-02T20:34:29.335Z] ---> Running in 665c2a660971 [2023-05-02T20:34:29.335Z] Removing intermediate container 665c2a660971 [2023-05-02T20:34:29.335Z] ---> b716b3435a14 [2023-05-02T20:34:29.335Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:34:29.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:34:29.335Z] ---> 6a1dcffb8ad3 [2023-05-02T20:34:29.335Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:34:29.335Z] ---> a80fec51f5b1 [2023-05-02T20:34:29.335Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-02T20:34:29.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:34:29.335Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-02T20:34:29.335Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-02T20:34:29.335Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:34:29.335Z] Executing ca-certificates-20220614-r4.trigger [2023-05-02T20:34:29.335Z] ---> 5e781320d713 [2023-05-02T20:34:29.335Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:34:29.335Z] OK: 8 MiB in 17 packages [2023-05-02T20:34:29.335Z] ---> 18dadb5f8da9 [2023-05-02T20:34:29.335Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-02T20:34:29.335Z] ---> Running in 73d8a52908be [2023-05-02T20:34:29.937Z] Removing intermediate container 73d8a52908be [2023-05-02T20:34:29.937Z] ---> 4848eed0e151 [2023-05-02T20:34:29.937Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:34:29.937Z] ---> Running in 339ae6606eb7 [2023-05-02T20:34:30.902Z] Removing intermediate container 339ae6606eb7 [2023-05-02T20:34:30.902Z] ---> 499569963cea [2023-05-02T20:34:30.902Z] Step 21/23 : LABEL arch=arm64 [2023-05-02T20:34:30.902Z] ---> Running in f1e869407454 [2023-05-02T20:34:31.496Z] Removing intermediate container f6ccccfedd7e [2023-05-02T20:34:31.496Z] ---> 8952a741a314 [2023-05-02T20:34:31.497Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:34:31.787Z] ---> Running in 5c788a1088a4 [2023-05-02T20:34:31.787Z] Removing intermediate container f1e869407454 [2023-05-02T20:34:31.787Z] ---> 8892056d8bb0 [2023-05-02T20:34:31.787Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:34:32.057Z] ---> Running in 19a14718ac41 [2023-05-02T20:34:32.650Z] Removing intermediate container 5c788a1088a4 [2023-05-02T20:34:32.650Z] ---> e8f219d0df0c [2023-05-02T20:34:32.650Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-02T20:34:32.650Z] Removing intermediate container 19a14718ac41 [2023-05-02T20:34:32.650Z] ---> ec03ae2db3aa [2023-05-02T20:34:32.650Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:34:32.650Z] ---> Running in ea01c5b1f23d [2023-05-02T20:34:32.927Z] ---> Running in c9c135628782 [2023-05-02T20:34:33.531Z] Removing intermediate container ea01c5b1f23d [2023-05-02T20:34:33.531Z] ---> 83145de188ac [2023-05-02T20:34:33.531Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-02T20:34:33.531Z] Removing intermediate container c9c135628782 [2023-05-02T20:34:33.531Z] ---> ad4988f1ad4d [2023-05-02T20:34:33.531Z] [2023-05-02T20:34:33.802Z] ---> Running in 91cc178a7cdc [2023-05-02T20:34:34.389Z] Successfully built ad4988f1ad4d [2023-05-02T20:34:34.389Z] Successfully tagged support-scheduler-arm64:latest [2023-05-02T20:34:34.389Z] Removing intermediate container 91cc178a7cdc [2023-05-02T20:34:34.389Z] ---> c6f044c721aa [2023-05-02T20:34:34.389Z] Building core-metadata [2023-05-02T20:34:34.389Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:34:35.362Z]  Building support-scheduler ... done  ---> 4d2a8bf64f59 [2023-05-02T20:34:35.362Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:34:36.324Z] ---> 7ce197ba3426 [2023-05-02T20:34:36.324Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-02T20:34:38.915Z] ---> d3b7be4bd8a2 [2023-05-02T20:34:38.915Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:34:40.336Z] ---> 273a692449bd [2023-05-02T20:34:40.336Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-02T20:34:40.336Z] ---> Running in a2c8f67fde58 [2023-05-02T20:34:40.920Z] Removing intermediate container a2c8f67fde58 [2023-05-02T20:34:40.920Z] ---> 0fbbee6c5d81 [2023-05-02T20:34:40.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:34:41.190Z] ---> Running in 501b1f628439 [2023-05-02T20:34:41.781Z] Removing intermediate container 501b1f628439 [2023-05-02T20:34:41.781Z] ---> 7d396e306865 [2023-05-02T20:34:41.781Z] Step 21/23 : LABEL arch=arm64 [2023-05-02T20:34:42.051Z] ---> Running in 503c913f036d [2023-05-02T20:34:43.020Z] Removing intermediate container 503c913f036d [2023-05-02T20:34:43.020Z] ---> 4f30ac700595 [2023-05-02T20:34:43.020Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:34:43.289Z] ---> Running in df424ffb1d73 [2023-05-02T20:34:44.721Z] Removing intermediate container df424ffb1d73 [2023-05-02T20:34:44.721Z] ---> 932308259cdd [2023-05-02T20:34:44.721Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:34:44.721Z] ---> Running in 69f2b687218e [2023-05-02T20:34:45.690Z] Removing intermediate container 69f2b687218e [2023-05-02T20:34:45.690Z] ---> cb26a10af932 [2023-05-02T20:34:45.690Z] [2023-05-02T20:34:46.655Z] Successfully built cb26a10af932 [2023-05-02T20:34:46.655Z] Successfully tagged support-notifications-arm64:latest [2023-05-02T20:34:46.655Z]  Building support-notifications ... done Building security-bootstrapper [2023-05-02T20:34:54.858Z] Removing intermediate container 47bf8b13c9c4 [2023-05-02T20:34:54.858Z] ---> 896d50c1a55e [2023-05-02T20:34:54.858Z] [2023-05-02T20:34:54.858Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:34:54.858Z] ---> 51e60588ff2c [2023-05-02T20:34:54.858Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-02T20:34:54.858Z] ---> Using cache [2023-05-02T20:34:54.858Z] ---> 11b706f6212b [2023-05-02T20:34:54.858Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:34:54.858Z] ---> Using cache [2023-05-02T20:34:54.858Z] ---> c5c9c332f362 [2023-05-02T20:34:54.858Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:34:54.858Z] ---> Using cache [2023-05-02T20:34:54.858Z] ---> 726309820b59 [2023-05-02T20:34:54.858Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:34:54.858Z] ---> Using cache [2023-05-02T20:34:54.858Z] ---> 3031625de001 [2023-05-02T20:34:54.858Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-02T20:34:56.276Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:34:56.276Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:34:56.276Z] ---> 2816fe3ce966 [2023-05-02T20:34:56.276Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-02T20:34:56.276Z] ---> Using cache [2023-05-02T20:34:56.276Z] ---> b3db7b4ee303 [2023-05-02T20:34:56.276Z] Step 4/25 : WORKDIR /edgex-go [2023-05-02T20:34:56.276Z] ---> Using cache [2023-05-02T20:34:56.276Z] ---> e2c8ecb8b23c [2023-05-02T20:34:56.276Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-02T20:34:56.276Z] ---> Using cache [2023-05-02T20:34:56.276Z] ---> a1750f0531c7 [2023-05-02T20:34:56.276Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-02T20:34:56.276Z] ---> Using cache [2023-05-02T20:34:56.276Z] ---> 3e67ae4708ca [2023-05-02T20:34:56.276Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:34:56.276Z] ---> Using cache [2023-05-02T20:34:56.276Z] ---> 2f0c1067c694 [2023-05-02T20:34:56.276Z] Step 8/25 : COPY . . [2023-05-02T20:34:56.276Z] ---> Using cache [2023-05-02T20:34:56.276Z] ---> 7bd96f0d4a13 [2023-05-02T20:34:56.276Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-02T20:34:56.873Z] ---> Running in 62387b379c29 [2023-05-02T20:34:57.139Z] ---> 74b5ab4edd53 [2023-05-02T20:34:57.139Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:34:58.560Z] ---> caa6a306e079 [2023-05-02T20:34:58.560Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-02T20:34:59.999Z] 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-02T20:35:00.267Z] ---> 183a35da1494 [2023-05-02T20:35:00.267Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:35:00.535Z] ---> Running in b40968bebb6e [2023-05-02T20:35:04.806Z] Removing intermediate container b40968bebb6e [2023-05-02T20:35:04.806Z] ---> 48d219a892f6 [2023-05-02T20:35:04.806Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:35:04.806Z] ---> Running in 33ca57e58e5d [2023-05-02T20:35:04.806Z] Removing intermediate container 33ca57e58e5d [2023-05-02T20:35:04.806Z] ---> f15431125752 [2023-05-02T20:35:04.806Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-02T20:35:05.082Z] ---> Running in 21cc04f30ced [2023-05-02T20:35:05.672Z] Removing intermediate container 21cc04f30ced [2023-05-02T20:35:05.672Z] ---> bc476d8e9d49 [2023-05-02T20:35:05.672Z] Step 21/23 : LABEL arch=arm64 [2023-05-02T20:35:05.672Z] ---> Running in f9a94ed59cb4 [2023-05-02T20:35:06.261Z] Removing intermediate container f9a94ed59cb4 [2023-05-02T20:35:06.261Z] ---> aa037b6cc5cb [2023-05-02T20:35:06.261Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:35:06.532Z] ---> Running in d1e2f1e73538 [2023-05-02T20:35:07.121Z] Removing intermediate container d1e2f1e73538 [2023-05-02T20:35:07.121Z] ---> 352937b3972b [2023-05-02T20:35:07.121Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:35:07.121Z] ---> Running in 6024059d0514 [2023-05-02T20:35:07.708Z] Removing intermediate container 6024059d0514 [2023-05-02T20:35:07.708Z] ---> 69b3d413d40e [2023-05-02T20:35:07.708Z] [2023-05-02T20:35:08.293Z] Successfully built 69b3d413d40e [2023-05-02T20:35:08.293Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-02T20:35:08.293Z]  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider [2023-05-02T20:35:10.874Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:35:10.874Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:35:10.874Z] ---> 2816fe3ce966 [2023-05-02T20:35:10.874Z] Step 3/33 : WORKDIR /edgex-go [2023-05-02T20:35:10.874Z] ---> Using cache [2023-05-02T20:35:10.874Z] ---> 2488f2579ecf [2023-05-02T20:35:10.874Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-02T20:35:10.874Z] ---> Using cache [2023-05-02T20:35:10.874Z] ---> d85ebff76dc6 [2023-05-02T20:35:10.874Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-02T20:35:10.874Z] ---> Using cache [2023-05-02T20:35:10.874Z] ---> c3a049b30fda [2023-05-02T20:35:10.874Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:35:10.874Z] ---> Using cache [2023-05-02T20:35:10.874Z] ---> aab5b01123fb [2023-05-02T20:35:10.874Z] Step 7/33 : COPY . . [2023-05-02T20:35:10.874Z] ---> Using cache [2023-05-02T20:35:10.874Z] ---> a4cdb3d61c42 [2023-05-02T20:35:10.874Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-02T20:35:10.874Z] ---> Running in 82ae2333a89e [2023-05-02T20:35:12.827Z] 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-02T20:35:27.842Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:35:27.842Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:35:27.842Z] ---> 2816fe3ce966 [2023-05-02T20:35:27.842Z] Step 3/20 : WORKDIR /edgex-go [2023-05-02T20:35:27.842Z] ---> Using cache [2023-05-02T20:35:27.842Z] ---> 2488f2579ecf [2023-05-02T20:35:27.842Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-02T20:35:28.113Z] ---> Running in 9083ada44f9c [2023-05-02T20:35:30.697Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:35:31.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:35:32.695Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:35:32.695Z] v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:35:32.695Z] OK: 17690 distinct packages available [2023-05-02T20:35:32.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:35:33.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:35:35.874Z] OK: 263 MiB in 53 packages [2023-05-02T20:35:37.300Z] Removing intermediate container 9083ada44f9c [2023-05-02T20:35:37.300Z] ---> 251bc7897572 [2023-05-02T20:35:37.300Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-02T20:35:38.275Z] ---> c07d7426ddee [2023-05-02T20:35:38.275Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:35:38.275Z] ---> Running in a31275f383d5 [2023-05-02T20:37:14.921Z] Removing intermediate container a31275f383d5 [2023-05-02T20:37:14.921Z] ---> 16e48f9e0862 [2023-05-02T20:37:14.921Z] Step 7/20 : COPY . . [2023-05-02T20:37:27.234Z] ---> 700248b05878 [2023-05-02T20:37:27.234Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-02T20:37:27.234Z] ---> Running in 70fb3e3ff752 [2023-05-02T20:37:27.504Z] 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-02T20:39:49.389Z] 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-02T20:39:52.888Z] Removing intermediate container 571f0c7b131b [2023-05-02T20:39:52.888Z] ---> 65a286f512c0 [2023-05-02T20:39:52.888Z] [2023-05-02T20:39:52.888Z] Step 10/23 : FROM alpine:3.17 [2023-05-02T20:39:52.888Z] ---> 51e60588ff2c [2023-05-02T20:39:52.888Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:39:52.888Z] ---> Running in 95a5a247daea [2023-05-02T20:39:53.166Z] Removing intermediate container 95a5a247daea [2023-05-02T20:39:53.166Z] ---> 5e921337e8d8 [2023-05-02T20:39:53.166Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-02T20:39:53.437Z] ---> Running in e5d784553c99 [2023-05-02T20:39:53.706Z] Removing intermediate container e5d784553c99 [2023-05-02T20:39:53.706Z] ---> 83f8d7d38b90 [2023-05-02T20:39:53.706Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-02T20:39:53.973Z] ---> Running in c29f6924c4fe [2023-05-02T20:39:54.557Z] Removing intermediate container c29f6924c4fe [2023-05-02T20:39:54.557Z] ---> f5a586d4d42a [2023-05-02T20:39:54.557Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:39:54.557Z] ---> Running in 64fef96f19bf [2023-05-02T20:39:57.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:39:58.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:40:00.691Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-02T20:40:00.691Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:40:00.691Z] OK: 8 MiB in 16 packages [2023-05-02T20:40:02.642Z] Removing intermediate container 64fef96f19bf [2023-05-02T20:40:02.642Z] ---> c58c780cef49 [2023-05-02T20:40:02.642Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:40:04.053Z] ---> 2db877bc1cc9 [2023-05-02T20:40:04.053Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:40:05.460Z] ---> 2b559238e33b [2023-05-02T20:40:05.460Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-02T20:40:08.050Z] Removing intermediate container 9352ce6d0de1 [2023-05-02T20:40:08.050Z] ---> 0287769c78ec [2023-05-02T20:40:08.050Z] [2023-05-02T20:40:08.050Z] Step 9/25 : FROM alpine:3.17 [2023-05-02T20:40:08.050Z] ---> 51e60588ff2c [2023-05-02T20:40:08.050Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-02T20:40:08.050Z] ---> 01a21e33ef9d [2023-05-02T20:40:08.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:40:08.050Z] ---> Running in 76157c3cf2da [2023-05-02T20:40:09.458Z] ---> 797c0389e453 [2023-05-02T20:40:09.458Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-02T20:40:09.725Z] ---> Running in 0a729a59de4b [2023-05-02T20:40:10.711Z] Removing intermediate container 0a729a59de4b [2023-05-02T20:40:10.711Z] ---> 713675e17ae7 [2023-05-02T20:40:10.711Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:40:10.711Z] ---> Running in 9c9fa503cdd1 [2023-05-02T20:40:10.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:40:11.572Z] Removing intermediate container 9c9fa503cdd1 [2023-05-02T20:40:11.572Z] ---> cd7be536840a [2023-05-02T20:40:11.572Z] Step 21/23 : LABEL arch=arm64 [2023-05-02T20:40:11.572Z] ---> Running in 47105e0b27cf [2023-05-02T20:40:12.164Z] Removing intermediate container 47105e0b27cf [2023-05-02T20:40:12.164Z] ---> 1132b5808abe [2023-05-02T20:40:12.164Z] Step 22/23 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:40:12.164Z] ---> Running in 7dc760f5e3f5 [2023-05-02T20:40:12.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:40:12.706Z] Removing intermediate container 7dc760f5e3f5 [2023-05-02T20:40:12.706Z] ---> 2ec19f6c7b87 [2023-05-02T20:40:12.706Z] Step 23/23 : LABEL version=0.0.0 [2023-05-02T20:40:12.706Z] ---> Running in 81faffb20a1c [2023-05-02T20:40:13.296Z] Removing intermediate container 81faffb20a1c [2023-05-02T20:40:13.296Z] ---> 8ae08f3c1d98 [2023-05-02T20:40:13.296Z] [2023-05-02T20:40:13.565Z] Successfully built 8ae08f3c1d98 [2023-05-02T20:40:13.833Z] Successfully tagged core-data-arm64:latest [2023-05-02T20:40:13.833Z]  Building core-data ... done Building security-proxy-setup [2023-05-02T20:40:14.426Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-02T20:40:14.426Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-02T20:40:14.426Z] (3/3) Installing su-exec (0.2-r2) [2023-05-02T20:40:14.426Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:40:14.426Z] Executing ca-certificates-20220614-r4.trigger [2023-05-02T20:40:15.013Z] OK: 8 MiB in 18 packages [2023-05-02T20:40:17.697Z] Removing intermediate container 76157c3cf2da [2023-05-02T20:40:17.697Z] ---> b888671708c7 [2023-05-02T20:40:17.697Z] 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-02T20:40:17.697Z] ---> Running in ef06b63692b5 [2023-05-02T20:40:18.283Z] Removing intermediate container ef06b63692b5 [2023-05-02T20:40:18.283Z] ---> 15e7cb84622d [2023-05-02T20:40:18.283Z] Step 12/25 : WORKDIR / [2023-05-02T20:40:18.283Z] ---> Running in f0c1f42d3b87 [2023-05-02T20:40:18.871Z] Removing intermediate container f0c1f42d3b87 [2023-05-02T20:40:18.871Z] ---> 21c7f9daa653 [2023-05-02T20:40:18.871Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:40:20.289Z] ---> 8ae971004a8d [2023-05-02T20:40:20.289Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:40:21.259Z] ---> c0a5f18b902d [2023-05-02T20:40:21.259Z] 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-02T20:40:21.840Z] ---> 615db04009c6 [2023-05-02T20:40:21.840Z] 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-02T20:40:22.810Z] ---> 703d5c524c84 [2023-05-02T20:40:22.810Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:40:24.231Z] ---> 2531ec6cff68 [2023-05-02T20:40:24.231Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-02T20:40:26.821Z] ---> 4937404478b7 [2023-05-02T20:40:26.821Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-02T20:40:30.163Z] ---> 4276ca53192b [2023-05-02T20:40:30.163Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-02T20:40:31.124Z] ---> e1f17e46222a [2023-05-02T20:40:31.124Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:40:31.400Z] ---> Running in d7a9eb7eaa6c [2023-05-02T20:40:34.016Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-02T20:40:34.016Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-02T20:40:34.016Z] ---> 2816fe3ce966 [2023-05-02T20:40:34.016Z] Step 3/22 : WORKDIR /edgex-go [2023-05-02T20:40:34.016Z] ---> Using cache [2023-05-02T20:40:34.016Z] ---> 2488f2579ecf [2023-05-02T20:40:34.016Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-02T20:40:34.016Z] ---> Using cache [2023-05-02T20:40:34.016Z] ---> d85ebff76dc6 [2023-05-02T20:40:34.016Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-02T20:40:34.016Z] ---> Using cache [2023-05-02T20:40:34.016Z] ---> c3a049b30fda [2023-05-02T20:40:34.016Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-02T20:40:34.016Z] ---> Using cache [2023-05-02T20:40:34.016Z] ---> aab5b01123fb [2023-05-02T20:40:34.016Z] Step 7/22 : COPY . . [2023-05-02T20:40:34.016Z] ---> Using cache [2023-05-02T20:40:34.016Z] ---> a4cdb3d61c42 [2023-05-02T20:40:34.016Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-02T20:40:34.016Z] ---> Running in 043f1728f693 [2023-05-02T20:40:35.433Z] Removing intermediate container d7a9eb7eaa6c [2023-05-02T20:40:35.433Z] ---> d6f4c09e8aa0 [2023-05-02T20:40:35.433Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:40:35.433Z] ---> Running in 67f4fa1ccae4 [2023-05-02T20:40:36.019Z] Removing intermediate container 67f4fa1ccae4 [2023-05-02T20:40:36.019Z] ---> b7c9f86aa3ee [2023-05-02T20:40:36.019Z] Step 23/25 : LABEL arch=arm64 [2023-05-02T20:40:36.287Z] ---> Running in 32178b3031b7 [2023-05-02T20:40:36.874Z] 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-02T20:40:36.874Z] Removing intermediate container 32178b3031b7 [2023-05-02T20:40:36.874Z] ---> 77648f4787c8 [2023-05-02T20:40:36.874Z] Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:40:37.142Z] ---> Running in 444b86e08a30 [2023-05-02T20:40:37.726Z] Removing intermediate container 444b86e08a30 [2023-05-02T20:40:37.726Z] ---> 3496ca405a45 [2023-05-02T20:40:37.726Z] Step 25/25 : LABEL version=0.0.0 [2023-05-02T20:40:37.726Z] ---> Running in e7a56e06119d [2023-05-02T20:40:38.324Z] Removing intermediate container e7a56e06119d [2023-05-02T20:40:38.324Z] ---> c1f97c9c7443 [2023-05-02T20:40:38.324Z] [2023-05-02T20:40:38.600Z] Successfully built c1f97c9c7443 [2023-05-02T20:40:38.600Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-02T20:42:30.516Z]  Building security-secretstore-setup ... done Removing intermediate container 82ae2333a89e [2023-05-02T20:42:30.516Z] ---> a1ed6211016a [2023-05-02T20:42:30.516Z] [2023-05-02T20:42:30.516Z] Step 9/33 : FROM alpine:3.17 [2023-05-02T20:42:30.516Z] ---> 51e60588ff2c [2023-05-02T20:42:30.516Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-02T20:42:30.516Z] ---> Running in c9de3598e45e [2023-05-02T20:42:30.516Z] Removing intermediate container c9de3598e45e [2023-05-02T20:42:30.516Z] ---> c261a745e1a8 [2023-05-02T20:42:30.516Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-02T20:42:30.516Z] ---> Running in 9c482d9f8428 [2023-05-02T20:42:30.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:42:30.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:42:30.516Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-02T20:42:30.516Z] (2/2) Installing su-exec (0.2-r2) [2023-05-02T20:42:30.516Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:42:30.516Z] OK: 8 MiB in 17 packages [2023-05-02T20:42:31.940Z] Removing intermediate container 9c482d9f8428 [2023-05-02T20:42:31.940Z] ---> 1a45c7a14107 [2023-05-02T20:42:31.940Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-02T20:42:31.940Z] ---> Running in 56667038f709 [2023-05-02T20:42:32.530Z] Removing intermediate container 56667038f709 [2023-05-02T20:42:32.530Z] ---> 360b0bee823b [2023-05-02T20:42:32.530Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-02T20:42:32.800Z] ---> Running in 2c5894397c8e [2023-05-02T20:42:33.070Z] Removing intermediate container 2c5894397c8e [2023-05-02T20:42:33.070Z] ---> 73b7b859b7df [2023-05-02T20:42:33.070Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-02T20:42:33.345Z] ---> Running in 78f32af2e947 [2023-05-02T20:42:33.933Z] Removing intermediate container 78f32af2e947 [2023-05-02T20:42:33.933Z] ---> cd918a11b6ac [2023-05-02T20:42:33.933Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-02T20:42:33.933Z] ---> Running in 65ee6dcf68ea [2023-05-02T20:42:34.525Z] Removing intermediate container 65ee6dcf68ea [2023-05-02T20:42:34.525Z] ---> 6591fbc445c9 [2023-05-02T20:42:34.525Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-02T20:42:34.525Z] ---> Running in c962b1a0ffb3 [2023-05-02T20:42:37.901Z] Removing intermediate container c962b1a0ffb3 [2023-05-02T20:42:37.901Z] ---> 5243d0ac45f9 [2023-05-02T20:42:37.901Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-02T20:42:37.901Z] ---> Running in f6d5ab6ac32e [2023-05-02T20:42:38.492Z] Removing intermediate container f6d5ab6ac32e [2023-05-02T20:42:38.492Z] ---> 246ad5b0e708 [2023-05-02T20:42:38.493Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-02T20:42:39.467Z] ---> 0e8424c701a1 [2023-05-02T20:42:39.467Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-02T20:42:39.742Z] ---> Running in 8e3fd30dc999 [2023-05-02T20:42:43.129Z] Removing intermediate container 8e3fd30dc999 [2023-05-02T20:42:43.129Z] ---> a0a564e0922d [2023-05-02T20:42:43.129Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:42:44.091Z] ---> 2026bb2780cf [2023-05-02T20:42:44.091Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:42:45.048Z] ---> 17f954c2f474 [2023-05-02T20:42:45.048Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-02T20:42:46.995Z] ---> d6dd8501e858 [2023-05-02T20:42:46.995Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-02T20:42:47.960Z] ---> 6a8abed3e045 [2023-05-02T20:42:47.960Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-02T20:42:48.935Z] ---> 87baa9b5d2c3 [2023-05-02T20:42:48.935Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-02T20:42:49.902Z] ---> 7e94833096ce [2023-05-02T20:42:49.902Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-02T20:42:50.872Z] ---> 51f9df1737f2 [2023-05-02T20:42:50.872Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-02T20:42:51.835Z] ---> 518e539fe87a [2023-05-02T20:42:51.835Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-02T20:42:51.835Z] ---> Running in 28a9cb0a4d48 [2023-05-02T20:42:56.109Z] Removing intermediate container 28a9cb0a4d48 [2023-05-02T20:42:56.109Z] ---> 60da66aded84 [2023-05-02T20:42:56.109Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-02T20:42:56.109Z] ---> Running in d0478312d54f [2023-05-02T20:42:56.701Z] Removing intermediate container d0478312d54f [2023-05-02T20:42:56.701Z] ---> 4f8ea4cb5da9 [2023-05-02T20:42:56.701Z] Step 30/33 : CMD ["gate"] [2023-05-02T20:42:56.974Z] ---> Running in d5ddd285c269 [2023-05-02T20:42:57.933Z] Removing intermediate container d5ddd285c269 [2023-05-02T20:42:57.933Z] ---> f68d6ed13f87 [2023-05-02T20:42:57.933Z] Step 31/33 : LABEL arch=arm64 [2023-05-02T20:42:58.203Z] ---> Running in 5f284cd942dd [2023-05-02T20:42:59.167Z] Removing intermediate container 5f284cd942dd [2023-05-02T20:42:59.167Z] ---> 88e5b4d0ad27 [2023-05-02T20:42:59.167Z] Step 32/33 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:42:59.434Z] ---> Running in 816cb1417b9d [2023-05-02T20:43:00.400Z] Removing intermediate container 816cb1417b9d [2023-05-02T20:43:00.400Z] ---> 1cc8ba7f10a7 [2023-05-02T20:43:00.400Z] Step 33/33 : LABEL version=0.0.0 [2023-05-02T20:43:00.669Z] ---> Running in 81d90c7306c1 [2023-05-02T20:43:01.639Z] Removing intermediate container 81d90c7306c1 [2023-05-02T20:43:01.639Z] ---> 4b826ab88494 [2023-05-02T20:43:01.640Z] [2023-05-02T20:43:02.232Z] Successfully built 4b826ab88494 [2023-05-02T20:43:02.232Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-02T20:43:08.879Z]  Building security-bootstrapper ... done Removing intermediate container 62387b379c29 [2023-05-02T20:43:08.879Z] ---> 98c5d7b2a01a [2023-05-02T20:43:08.879Z] [2023-05-02T20:43:08.879Z] Step 10/25 : FROM alpine:3.17 [2023-05-02T20:43:08.879Z] ---> 51e60588ff2c [2023-05-02T20:43:08.879Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-02T20:43:08.879Z] ---> Using cache [2023-05-02T20:43:08.879Z] ---> f209a9d76b16 [2023-05-02T20:43:08.879Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-02T20:43:08.879Z] ---> Using cache [2023-05-02T20:43:08.879Z] ---> 3424db7c2dcb [2023-05-02T20:43:08.879Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-02T20:43:08.879Z] ---> Running in 06481620711c [2023-05-02T20:43:09.147Z] Removing intermediate container 06481620711c [2023-05-02T20:43:09.147Z] ---> dbd5220d9ebf [2023-05-02T20:43:09.147Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-02T20:43:09.147Z] ---> Running in 731440a06129 [2023-05-02T20:43:09.738Z] Removing intermediate container 731440a06129 [2023-05-02T20:43:09.739Z] ---> 234bc61ecdca [2023-05-02T20:43:09.739Z] Step 15/25 : WORKDIR / [2023-05-02T20:43:10.015Z] ---> Running in 4698b996fcd0 [2023-05-02T20:43:10.599Z] Removing intermediate container 4698b996fcd0 [2023-05-02T20:43:10.599Z] ---> cca374a7e72e [2023-05-02T20:43:10.599Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:43:11.561Z] ---> d0218c538013 [2023-05-02T20:43:11.561Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:43:12.516Z] ---> 1dee4f47e3c5 [2023-05-02T20:43:12.516Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-02T20:43:14.458Z] ---> 6a4f680076c0 [2023-05-02T20:43:14.458Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:43:15.414Z] ---> 4fac1120678b [2023-05-02T20:43:15.414Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-02T20:43:16.375Z] ---> e069889d494a [2023-05-02T20:43:16.375Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-02T20:43:16.648Z] ---> Running in f2f3660ee967 [2023-05-02T20:43:17.237Z] Removing intermediate container f2f3660ee967 [2023-05-02T20:43:17.238Z] ---> 4da1cefb1e95 [2023-05-02T20:43:17.238Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-02T20:43:17.506Z] ---> Running in a7eb08186eda [2023-05-02T20:43:18.098Z] Removing intermediate container a7eb08186eda [2023-05-02T20:43:18.098Z] ---> 606c11f0f2d4 [2023-05-02T20:43:18.098Z] Step 23/25 : LABEL arch=arm64 [2023-05-02T20:43:18.098Z] ---> Running in 1acc3bad365e [2023-05-02T20:43:18.682Z] Removing intermediate container 1acc3bad365e [2023-05-02T20:43:18.682Z] ---> 00823aa84489 [2023-05-02T20:43:18.682Z] Step 24/25 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:43:18.682Z] ---> Running in a3e924095022 [2023-05-02T20:43:19.275Z] Removing intermediate container a3e924095022 [2023-05-02T20:43:19.275Z] ---> 715ee5720a7c [2023-05-02T20:43:19.275Z] Step 25/25 : LABEL version=0.0.0 [2023-05-02T20:43:19.544Z] ---> Running in 9d75c7001d10 [2023-05-02T20:43:20.127Z] Removing intermediate container 9d75c7001d10 [2023-05-02T20:43:20.127Z] ---> 61d44cf75bda [2023-05-02T20:43:20.127Z] [2023-05-02T20:43:20.394Z] Successfully built 61d44cf75bda [2023-05-02T20:43:20.394Z] Successfully tagged core-metadata-arm64:latest [2023-05-02T20:44:57.256Z]  Building core-metadata ... done Removing intermediate container 70fb3e3ff752 [2023-05-02T20:44:57.256Z] ---> 4718931dbb9b [2023-05-02T20:44:57.256Z] [2023-05-02T20:44:57.256Z] Step 9/20 : FROM alpine:3.17 [2023-05-02T20:44:57.256Z] ---> 51e60588ff2c [2023-05-02T20:44:57.256Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-02T20:44:57.256Z] ---> Using cache [2023-05-02T20:44:57.256Z] ---> c261a745e1a8 [2023-05-02T20:44:57.256Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-02T20:44:57.256Z] ---> Running in 73df327deeed [2023-05-02T20:44:57.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:44:57.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:44:57.256Z] Removing intermediate container 043f1728f693 [2023-05-02T20:44:57.256Z] ---> 4e0828c9cf12 [2023-05-02T20:44:57.256Z] [2023-05-02T20:44:57.256Z] Step 9/22 : FROM alpine:3.17 [2023-05-02T20:44:57.256Z] ---> 51e60588ff2c [2023-05-02T20:44:57.256Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-02T20:44:57.256Z] v3.17.3-144-gedb697f0a25 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-02T20:44:57.256Z] v3.17.3-146-g00487ded7d9 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-02T20:44:57.256Z] OK: 17691 distinct packages available [2023-05-02T20:44:57.256Z] ---> Running in 2362a9dc9069 [2023-05-02T20:44:57.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:44:57.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:44:57.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-02T20:44:57.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-02T20:44:57.256Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-02T20:44:57.256Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-02T20:44:57.256Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-02T20:44:57.256Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-02T20:44:57.256Z] (5/9) Installing curl (8.0.1-r0) [2023-05-02T20:44:57.256Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-02T20:44:57.256Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-02T20:44:57.256Z] (8/9) Installing libucontext (1.2-r0) [2023-05-02T20:44:57.256Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-02T20:44:57.256Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:44:57.256Z] Executing ca-certificates-20220614-r4.trigger [2023-05-02T20:44:57.256Z] OK: 11 MiB in 24 packages [2023-05-02T20:44:57.256Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-02T20:44:57.256Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-02T20:44:57.256Z] Executing busybox-1.35.0-r29.trigger [2023-05-02T20:44:57.256Z] OK: 8 MiB in 17 packages [2023-05-02T20:44:57.256Z] Removing intermediate container 2362a9dc9069 [2023-05-02T20:44:57.256Z] ---> 82fa34596741 [2023-05-02T20:44:57.256Z] 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-02T20:44:57.256Z] ---> Running in 8b83e7d5907c [2023-05-02T20:44:57.256Z] Removing intermediate container 73df327deeed [2023-05-02T20:44:57.256Z] ---> 37359b37e598 [2023-05-02T20:44:57.256Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:44:57.256Z] Removing intermediate container 8b83e7d5907c [2023-05-02T20:44:57.256Z] ---> e2c5ea3eafc9 [2023-05-02T20:44:57.256Z] Step 12/22 : WORKDIR /edgex [2023-05-02T20:44:57.256Z] ---> Running in 7847d0d41b76 [2023-05-02T20:44:57.256Z] ---> 77a022f3d3cd [2023-05-02T20:44:57.256Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:44:57.256Z] Removing intermediate container 7847d0d41b76 [2023-05-02T20:44:57.256Z] ---> 7b8d99403eab [2023-05-02T20:44:57.256Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-02T20:44:57.256Z] ---> 87085f84ce0d [2023-05-02T20:44:57.256Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-02T20:44:57.256Z] ---> d475ccbe955b [2023-05-02T20:44:57.256Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-02T20:44:57.256Z] ---> f3986eff3c33 [2023-05-02T20:44:57.256Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-02T20:44:57.256Z] ---> 0caaa5a11e86 [2023-05-02T20:44:57.256Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-02T20:44:57.256Z] ---> 95c4f95f3260 [2023-05-02T20:44:57.256Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-02T20:44:57.256Z] ---> 99f42520e573 [2023-05-02T20:44:57.256Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-02T20:44:57.256Z] ---> Running in 2024269912c4 [2023-05-02T20:44:57.256Z] ---> 2d1a6f80ba09 [2023-05-02T20:44:57.256Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-02T20:44:57.529Z] Removing intermediate container 2024269912c4 [2023-05-02T20:44:57.529Z] ---> 20417654a405 [2023-05-02T20:44:57.529Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-02T20:44:57.529Z] ---> Running in d04ebcf0a6e5 [2023-05-02T20:44:57.830Z] Removing intermediate container d04ebcf0a6e5 [2023-05-02T20:44:57.830Z] ---> 727d63e1a63d [2023-05-02T20:44:57.830Z] Step 18/20 : LABEL arch=arm64 [2023-05-02T20:44:58.099Z] ---> 4acbb7174b89 [2023-05-02T20:44:58.100Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-02T20:44:58.100Z] ---> Running in bc13f1dad899 [2023-05-02T20:44:58.100Z] ---> Running in 9e57b1924d39 [2023-05-02T20:44:58.369Z] Removing intermediate container bc13f1dad899 [2023-05-02T20:44:58.369Z] ---> 0811e282b5a9 [2023-05-02T20:44:58.369Z] Step 19/20 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:44:58.639Z] ---> Running in c83c8605799a [2023-05-02T20:44:58.911Z] Removing intermediate container c83c8605799a [2023-05-02T20:44:58.911Z] ---> a82d37316de6 [2023-05-02T20:44:58.911Z] Step 20/20 : LABEL version=0.0.0 [2023-05-02T20:44:58.911Z] ---> Running in f4957b66ecf9 [2023-05-02T20:44:59.504Z] Removing intermediate container f4957b66ecf9 [2023-05-02T20:44:59.504Z] ---> 4aa707683c4b [2023-05-02T20:44:59.504Z] [2023-05-02T20:44:59.774Z] Successfully built 4aa707683c4b [2023-05-02T20:44:59.774Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-02T20:45:00.054Z]  Building security-spiffe-token-provider ... done Removing intermediate container 9e57b1924d39 [2023-05-02T20:45:00.054Z] ---> b990fe5cfeeb [2023-05-02T20:45:00.054Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-02T20:45:00.323Z] ---> Running in 390f6c0d829f [2023-05-02T20:45:00.596Z] Removing intermediate container 390f6c0d829f [2023-05-02T20:45:00.596Z] ---> 36742587ae54 [2023-05-02T20:45:00.596Z] Step 20/22 : LABEL arch=arm64 [2023-05-02T20:45:00.596Z] ---> Running in d4e0282a048c [2023-05-02T20:45:00.866Z] Removing intermediate container d4e0282a048c [2023-05-02T20:45:00.866Z] ---> 63847448191d [2023-05-02T20:45:00.866Z] Step 21/22 : LABEL git_sha=1af0f8c81b0acb79030db965a9fec96e4161de5a [2023-05-02T20:45:01.138Z] ---> Running in f18609ea5057 [2023-05-02T20:45:01.415Z] Removing intermediate container f18609ea5057 [2023-05-02T20:45:01.415Z] ---> be7edc71efed [2023-05-02T20:45:01.415Z] Step 22/22 : LABEL version=0.0.0 [2023-05-02T20:45:01.415Z] ---> Running in 9878597fd485 [2023-05-02T20:45:01.692Z] Removing intermediate container 9878597fd485 [2023-05-02T20:45:01.692Z] ---> 4b24b4527884 [2023-05-02T20:45:01.692Z] [2023-05-02T20:45:01.963Z] Successfully built 4b24b4527884 [2023-05-02T20:45:01.963Z] Successfully tagged security-proxy-setup-arm64:latest [2023-05-02T20:45:02.249Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-05-02T20:45:02.267Z] $ docker stop --time=1 e387070dc14447b6498b812653b3b0ad1c1af312b62063ff08a154f9af5be29e [2023-05-02T20:45:04.000Z] $ docker rm -f --volumes e387070dc14447b6498b812653b3b0ad1c1af312b62063ff08a154f9af5be29e [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-02T20:45:04.570Z] + docker images [2023-05-02T20:45:04.841Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-02T20:45:04.841Z] security-proxy-setup-arm64 latest 4b24b4527884 3 seconds ago 18.7MB [2023-05-02T20:45:04.841Z] security-spiffe-token-provider-arm64 latest 4aa707683c4b 5 seconds ago 32.7MB [2023-05-02T20:45:04.841Z] 4e0828c9cf12 18 seconds ago 1.51GB [2023-05-02T20:45:04.841Z] 4718931dbb9b 22 seconds ago 1.57GB [2023-05-02T20:45:04.841Z] core-metadata-arm64 latest 61d44cf75bda About a minute ago 20.2MB [2023-05-02T20:45:04.841Z] 98c5d7b2a01a About a minute ago 1.53GB [2023-05-02T20:45:04.841Z] security-bootstrapper-arm64 latest 4b826ab88494 2 minutes ago 21.9MB [2023-05-02T20:45:04.841Z] a1ed6211016a 2 minutes ago 1.51GB [2023-05-02T20:45:04.841Z] security-secretstore-setup-arm64 latest c1f97c9c7443 4 minutes ago 32.2MB [2023-05-02T20:45:04.841Z] core-data-arm64 latest 8ae08f3c1d98 4 minutes ago 19.9MB [2023-05-02T20:45:04.842Z] 0287769c78ec 4 minutes ago 1.52GB [2023-05-02T20:45:04.842Z] 65a286f512c0 5 minutes ago 1.53GB [2023-05-02T20:45:04.842Z] core-common-config-bootstrapper-arm64 latest 69b3d413d40e 9 minutes ago 17.2MB [2023-05-02T20:45:04.842Z] 896d50c1a55e 10 minutes ago 1.52GB [2023-05-02T20:45:04.842Z] support-notifications-arm64 latest cb26a10af932 10 minutes ago 31.9MB [2023-05-02T20:45:04.842Z] support-scheduler-arm64 latest ad4988f1ad4d 10 minutes ago 31.2MB [2023-05-02T20:45:04.842Z] 6df8eb97b34e 10 minutes ago 1.59GB [2023-05-02T20:45:04.842Z] 57d8d654f016 10 minutes ago 1.59GB [2023-05-02T20:45:04.842Z] core-command-arm64 latest 1d88649ce72b 13 minutes ago 19.7MB [2023-05-02T20:45:04.842Z] 41b94d1f3dcd 14 minutes ago 1.53GB [2023-05-02T20:45:04.842Z] security-proxy-auth-arm64 latest da3359333853 14 minutes ago 18.1MB [2023-05-02T20:45:04.842Z] 61d118fc209a 15 minutes ago 1.51GB [2023-05-02T20:45:04.842Z] security-spire-server-arm64 latest 5c30d6f89636 20 minutes ago 97MB [2023-05-02T20:45:04.842Z] 79dccc20ae42 20 minutes ago 1.39GB [2023-05-02T20:45:04.842Z] security-spire-config-arm64 latest cf08109fe478 21 minutes ago 96.1MB [2023-05-02T20:45:04.842Z] security-spire-agent-arm64 latest 410c68f2fc75 21 minutes ago 153MB [2023-05-02T20:45:04.842Z] ea220a23a091 22 minutes ago 1.39GB [2023-05-02T20:45:04.842Z] ci-base-image-arm64 latest 2816fe3ce966 39 minutes ago 899MB [2023-05-02T20:45:04.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 8 days ago 681MB [2023-05-02T20:45:04.842Z] alpine 3.17 51e60588ff2c 4 weeks ago 7.46MB [2023-05-02T20:45:04.842Z] 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-02T20:45:05.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T20:45:05.717Z] [2023-05-02T20:45:05.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:45:06.126Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T20:45:06.395Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-02T20:45:06.395Z] 8998bd30e6a1: Pulling fs layer [2023-05-02T20:45:06.395Z] 04944245beec: Pulling fs layer [2023-05-02T20:45:06.395Z] 699f458cf7ca: Pulling fs layer [2023-05-02T20:45:06.395Z] 765212b225bb: Pulling fs layer [2023-05-02T20:45:06.395Z] f23df028b6ca: Pulling fs layer [2023-05-02T20:45:06.395Z] d65c8cfc05b1: Pulling fs layer [2023-05-02T20:45:06.395Z] 2437ff75d9bd: Pulling fs layer [2023-05-02T20:45:06.395Z] 765212b225bb: Waiting [2023-05-02T20:45:06.395Z] f23df028b6ca: Waiting [2023-05-02T20:45:06.395Z] d65c8cfc05b1: Waiting [2023-05-02T20:45:06.395Z] 2437ff75d9bd: Waiting [2023-05-02T20:45:06.395Z] 04944245beec: Verifying Checksum [2023-05-02T20:45:06.395Z] 04944245beec: Download complete [2023-05-02T20:45:06.395Z] 765212b225bb: Verifying Checksum [2023-05-02T20:45:06.395Z] 765212b225bb: Download complete [2023-05-02T20:45:06.395Z] f23df028b6ca: Verifying Checksum [2023-05-02T20:45:06.395Z] f23df028b6ca: Download complete [2023-05-02T20:45:06.395Z] d65c8cfc05b1: Verifying Checksum [2023-05-02T20:45:06.395Z] d65c8cfc05b1: Download complete [2023-05-02T20:45:06.664Z] 699f458cf7ca: Download complete [2023-05-02T20:45:06.931Z] 8998bd30e6a1: Verifying Checksum [2023-05-02T20:45:06.931Z] 8998bd30e6a1: Download complete [2023-05-02T20:45:09.513Z] 2437ff75d9bd: Verifying Checksum [2023-05-02T20:45:09.513Z] 2437ff75d9bd: Download complete [2023-05-02T20:45:11.458Z] 8998bd30e6a1: Pull complete [2023-05-02T20:45:11.726Z] 04944245beec: Pull complete [2023-05-02T20:45:13.139Z] 699f458cf7ca: Pull complete [2023-05-02T20:45:13.139Z] 765212b225bb: Pull complete [2023-05-02T20:45:14.101Z] f23df028b6ca: Pull complete [2023-05-02T20:45:14.370Z] d65c8cfc05b1: Pull complete [2023-05-02T20:45:29.370Z] 2437ff75d9bd: Pull complete [2023-05-02T20:45:29.370Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-02T20:45:29.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-02T20:45:29.370Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:45:29.708Z] prd-ubuntu20.04-docker-arm64-4c-16g-12461 does not seem to be running inside a container [2023-05-02T20:45:29.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-02T20:45:32.799Z] $ docker top e28a3ec786f57fd5feddf52a2d93dd6bbaa1279921b96a1ca146d75c8e7d9e2d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:45:33.773Z] ---> job-cost.sh [2023-05-02T20:45:33.773Z] lf-activate-venv: SKIPPING [2023-05-02T20:45:33.773Z] INFO: No Stack... [2023-05-02T20:45:34.356Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-02T20:45:34.939Z] INFO: Archiving Costs [Pipeline] sh [2023-05-02T20:45:35.616Z] + cut -d, -f6 [2023-05-02T20:45:35.616Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-05-02T20:45:35.671Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] [2023-05-02T20:45:35.676Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] did not exist. Created. [2023-05-02T20:45:35.676Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-02T20:45:36.412Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-02T20:45:36.612Z] Stashed 1 file(s) [Pipeline] } [2023-05-02T20:45:36.631Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4546-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-02T20:45:36.716Z] $ docker stop --time=1 e28a3ec786f57fd5feddf52a2d93dd6bbaa1279921b96a1ca146d75c8e7d9e2d [2023-05-02T20:45:38.258Z] $ docker rm -f --volumes e28a3ec786f57fd5feddf52a2d93dd6bbaa1279921b96a1ca146d75c8e7d9e2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-02T20:45:39.286Z] provisioning config files... [2023-05-02T20:45:39.293Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6891130282925972583tmp [Pipeline] { [Pipeline] sh [2023-05-02T20:45:39.640Z] + set +x [2023-05-02T20:45:39.640Z] + curl -s https://codecov.io/bash [2023-05-02T20:45:39.640Z] + bash -s -- [2023-05-02T20:45:39.640Z] [2023-05-02T20:45:39.640Z] _____ _ [2023-05-02T20:45:39.640Z] / ____| | | [2023-05-02T20:45:39.640Z] | | ___ __| | ___ ___ _____ __ [2023-05-02T20:45:39.640Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-02T20:45:39.640Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-02T20:45:39.640Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-02T20:45:39.640Z] Bash-1.0.6 [2023-05-02T20:45:39.640Z] [2023-05-02T20:45:39.640Z] [2023-05-02T20:45:39.640Z] ==> git version 2.25.1 found [2023-05-02T20:45:39.640Z] ==> 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-02T20:45:39.640Z] Release-Date: 2020-01-08 [2023-05-02T20:45:39.640Z] 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-02T20:45:39.640Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-02T20:45:39.640Z] ==> Jenkins CI detected. [2023-05-02T20:45:39.640Z] current dir:  /w/workspace/edgex-go/1 [2023-05-02T20:45:39.640Z] project root: . [2023-05-02T20:45:39.640Z] --> token set from env [2023-05-02T20:45:39.640Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-02T20:45:39.640Z] ==> Running gcov in . (disable via -X gcov) [2023-05-02T20:45:39.640Z] ==> Python coveragepy not found [2023-05-02T20:45:39.640Z] ==> Searching for coverage reports in: [2023-05-02T20:45:39.640Z] + . [2023-05-02T20:45:39.640Z] -> Found 1 reports [2023-05-02T20:45:39.640Z] ==> Detecting git/mercurial file structure [2023-05-02T20:45:39.899Z] ==> Reading reports [2023-05-02T20:45:39.899Z] + ./coverage.out bytes=448352 [2023-05-02T20:45:39.899Z] ==> Appending adjustments [2023-05-02T20:45:39.900Z] https://docs.codecov.io/docs/fixing-reports [2023-05-02T20:45:40.835Z] + Found adjustments [2023-05-02T20:45:40.835Z] ==> Gzipping contents [2023-05-02T20:45:40.835Z] 60K /tmp/codecov.CScKWv.gz [2023-05-02T20:45:40.835Z] ==> Uploading reports [2023-05-02T20:45:40.835Z] url: https://codecov.io [2023-05-02T20:45:40.835Z] query: branch=PR-4546&commit=1af0f8c81b0acb79030db965a9fec96e4161de5a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4546%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4546&job=&cmd_args= [2023-05-02T20:45:40.835Z] -> Pinging Codecov [2023-05-02T20:45:40.835Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4546&commit=1af0f8c81b0acb79030db965a9fec96e4161de5a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4546%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4546&job=&cmd_args= [2023-05-02T20:45:41.095Z] -> Uploading to [2023-05-02T20:45:41.095Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-02/00271124DB129430A58F1EEE437C3FCB/1af0f8c81b0acb79030db965a9fec96e4161de5a/4f4063fa-1cf7-4023-9748-3c181117ed49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230502T204540Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=679e69369d6df65a792b14875f3144227786a151a25b7f425a395d53b2b04099 [2023-05-02T20:45:41.095Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-02T20:45:41.095Z] Dload Upload Total Spent Left Speed [2023-05-02T20:45:41.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57541 0 0 100 57541 0 182k --:--:-- --:--:-- --:--:-- 182k [2023-05-02T20:45:41.355Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1af0f8c81b0acb79030db965a9fec96e4161de5a [Pipeline] } [2023-05-02T20:45:41.383Z] 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-02T20:45:42.783Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:45:43.116Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:45:44.020Z] ---> package-listing.sh [2023-05-02T20:45:44.020Z] ++ facter osfamily [2023-05-02T20:45:44.020Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-02T20:45:44.280Z] + OS_FAMILY=debian [2023-05-02T20:45:44.280Z] + workspace=/w/workspace/edgex-go/1 [2023-05-02T20:45:44.280Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-02T20:45:44.280Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-02T20:45:44.280Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-02T20:45:44.280Z] + PACKAGES=/tmp/packages_start.txt [2023-05-02T20:45:44.280Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-02T20:45:44.280Z] + PACKAGES=/tmp/packages_end.txt [2023-05-02T20:45:44.280Z] + case "${OS_FAMILY}" in [2023-05-02T20:45:44.280Z] + dpkg -l [2023-05-02T20:45:44.280Z] + grep '^ii' [2023-05-02T20:45:44.280Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-02T20:45:44.280Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-02T20:45:44.280Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-02T20:45:44.280Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-02T20:45:44.280Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-05-02T20:45:44.280Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-05-02T20:45:44.314Z] 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-02T20:45:44.612Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:45:45.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T20:45:45.252Z] [2023-05-02T20:45:45.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-02T20:45:45.630Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T20:45:45.631Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-02T20:45:45.631Z] 5eb5b503b376: Pulling fs layer [2023-05-02T20:45:45.631Z] 5c69ac0246d0: Pulling fs layer [2023-05-02T20:45:45.631Z] ec43610c2a17: Pulling fs layer [2023-05-02T20:45:45.631Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-02T20:45:45.631Z] 33b1e0a273af: Pulling fs layer [2023-05-02T20:45:45.631Z] 5d3b04190fa2: Pulling fs layer [2023-05-02T20:45:45.631Z] 2f39f015ded8: Pulling fs layer [2023-05-02T20:45:45.631Z] 5d3b04190fa2: Waiting [2023-05-02T20:45:45.631Z] 33b1e0a273af: Waiting [2023-05-02T20:45:45.631Z] 3a2ae6a8a46f: Waiting [2023-05-02T20:45:45.631Z] 2f39f015ded8: Waiting [2023-05-02T20:45:45.890Z] 5c69ac0246d0: Verifying Checksum [2023-05-02T20:45:45.890Z] 5c69ac0246d0: Download complete [2023-05-02T20:45:45.890Z] 3a2ae6a8a46f: Download complete [2023-05-02T20:45:45.890Z] 33b1e0a273af: Verifying Checksum [2023-05-02T20:45:45.890Z] 33b1e0a273af: Download complete [2023-05-02T20:45:45.890Z] ec43610c2a17: Verifying Checksum [2023-05-02T20:45:45.890Z] ec43610c2a17: Download complete [2023-05-02T20:45:45.890Z] 5d3b04190fa2: Verifying Checksum [2023-05-02T20:45:45.890Z] 5d3b04190fa2: Download complete [2023-05-02T20:45:46.151Z] 5eb5b503b376: Download complete [2023-05-02T20:45:46.724Z] 2f39f015ded8: Verifying Checksum [2023-05-02T20:45:46.724Z] 2f39f015ded8: Download complete [2023-05-02T20:45:47.660Z] 5eb5b503b376: Pull complete [2023-05-02T20:45:47.918Z] 5c69ac0246d0: Pull complete [2023-05-02T20:45:48.176Z] ec43610c2a17: Pull complete [2023-05-02T20:45:48.435Z] 3a2ae6a8a46f: Pull complete [2023-05-02T20:45:48.693Z] 33b1e0a273af: Pull complete [2023-05-02T20:45:48.952Z] 5d3b04190fa2: Pull complete [2023-05-02T20:45:53.187Z] 2f39f015ded8: Pull complete [2023-05-02T20:45:53.187Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-02T20:45:53.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-02T20:45:53.446Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-02T20:45:53.658Z] prd-ubuntu20.04-docker-8c-8g-12458 does not seem to be running inside a container [2023-05-02T20:45:53.692Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-02T20:46:06.469Z] $ docker top 9bee5b76df8008bc82e1da22ab3925d6c3876c2f3da91da7a4c3c5c22f79e20c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-02T20:46:06.866Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-02T20:46:07.170Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-02T20:46:07.486Z] + ls /var/log/sa-host [2023-05-02T20:46:07.486Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-02T20:46:07.635Z] provisioning config files... [2023-05-02T20:46:07.644Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14513621156389561940tmp [Pipeline] { [Pipeline] echo [2023-05-02T20:46:07.704Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:46:08.022Z] ---> create-netrc.sh [Pipeline] } [2023-05-02T20:46:08.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:46:08.455Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-02T20:46:08.488Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:46:08.800Z] ---> sudo-logs.sh [2023-05-02T20:46:08.800Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-02T20:46:08.888Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:46:09.201Z] ---> job-cost.sh [2023-05-02T20:46:09.201Z] lf-activate-venv: SKIPPING [2023-05-02T20:46:09.201Z] DEBUG: total: 0.10999999940395355 [2023-05-02T20:46:09.201Z] INFO: Retrieving Stack Cost... [2023-05-02T20:46:09.461Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-02T20:46:10.030Z] INFO: Archiving Costs [Pipeline] echo [2023-05-02T20:46:10.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-02T20:46:10.375Z] ---> logs-deploy.sh [2023-05-02T20:46:10.375Z] lf-activate-venv: SKIPPING [2023-05-02T20:46:10.375Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4546/1 [2023-05-02T20:46:10.375Z] INFO: archiving workspace using pattern(s): [2023-05-02T20:46:11.310Z] Archives upload complete. [2023-05-02T20:46:11.310Z] INFO: archiving logs to Nexus