Pull request #4330 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 872b1b9300e89db3806117c88b15e38dc454dded+65e9980456b4b2f337a17b2905105e5bc0143998 (22ef72bd004d69d853ff52c68011ee53d5a34c36) 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-ssh3207817794143134258.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh15184238249952066687.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-4330/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-4330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13555996348213804139.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-4330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17193658881619775352.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh10316066992604277294.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-4330/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-4330/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh494130359459051768.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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/v2], 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.18 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4908 in /w/workspace/edgexfoundry_edgex-go_PR-4330 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 65e9980456b4b2f337a17b2905105e5bc0143998 into PR head commit 872b1b9300e89db3806117c88b15e38dc454dded Merge succeeded, producing 872b1b9300e89db3806117c88b15e38dc454dded Checking out Revision 872b1b9300e89db3806117c88b15e38dc454dded (PR-4330) > 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/4330/head:refs/remotes/origin/PR-4330 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # 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 65e9980456b4b2f337a17b2905105e5bc0143998 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # timeout=10 Commit message: "feat: remove UseMessageBus from common config" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T15:02:53.566Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T15:02:53.733Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T15:02:53.830Z] ========================================================= [2023-02-07T15:02:53.830Z] EdgeX Global Pipelines Version Info [2023-02-07T15:02:53.830Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:02:54.961Z] ------------------- [2023-02-07T15:02:54.961Z] stable info: [2023-02-07T15:02:54.961Z] ------------------- [2023-02-07T15:02:54.961Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T15:02:54.961Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T15:02:54.961Z] Message: update stable to v1.0.244 [2023-02-07T15:02:55.222Z] ------------------- [2023-02-07T15:02:55.222Z] experimental info: [2023-02-07T15:02:55.222Z] ------------------- [2023-02-07T15:02:55.222Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T15:02:55.222Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T15:02:55.222Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T15:02:55.491Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-07T15:02:55.531Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-07T15:02:55.564Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T15:02:55.600Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T15:02:55.636Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T15:02:55.680Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T15:02:55.719Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T15:02:55.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-07T15:02:55.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-07T15:02:55.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-07T15:02:55.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T15:02:55.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T15:02:55.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T15:02:55.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T15:02:56.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T15:02:56.049Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T15:02:56.084Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T15:02:56.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T15:02:56.163Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-07T15:02:56.209Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-07T15:02:56.250Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T15:02:56.296Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T15:02:56.331Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T15:02:56.374Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4330 [Pipeline] echo [2023-02-07T15:02:56.412Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4330 [Pipeline] echo [2023-02-07T15:02:56.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4330 [Pipeline] echo [2023-02-07T15:02:56.488Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] echo [2023-02-07T15:02:56.525Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 872b1b9 [Pipeline] echo [2023-02-07T15:02:56.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T15:02:56.678Z] provisioning config files... [2023-02-07T15:02:56.692Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13781100633821496668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:02:57.028Z] ---> docker-login.sh [2023-02-07T15:02:57.028Z] nexus3.edgexfoundry.org:10001 [2023-02-07T15:02:57.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:02:58.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:02:58.227Z] Configure a credential helper to remove this warning. See [2023-02-07T15:02:58.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:02:58.227Z] [2023-02-07T15:02:58.227Z] Login Succeeded [2023-02-07T15:02:58.227Z] nexus3.edgexfoundry.org:10002 [2023-02-07T15:02:58.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:02:58.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:02:58.227Z] Configure a credential helper to remove this warning. See [2023-02-07T15:02:58.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:02:58.227Z] [2023-02-07T15:02:58.227Z] Login Succeeded [2023-02-07T15:02:58.227Z] nexus3.edgexfoundry.org:10003 [2023-02-07T15:02:58.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:02:58.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:02:58.488Z] Configure a credential helper to remove this warning. See [2023-02-07T15:02:58.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:02:58.488Z] [2023-02-07T15:02:58.488Z] Login Succeeded [2023-02-07T15:02:58.488Z] nexus3.edgexfoundry.org:10004 [2023-02-07T15:02:58.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:02:58.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:02:58.488Z] Configure a credential helper to remove this warning. See [2023-02-07T15:02:58.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:02:58.488Z] [2023-02-07T15:02:58.488Z] Login Succeeded [2023-02-07T15:02:58.488Z] docker.io [2023-02-07T15:02:58.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:02:58.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:02:58.750Z] Configure a credential helper to remove this warning. See [2023-02-07T15:02:58.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:02:58.750Z] [2023-02-07T15:02:58.750Z] Login Succeeded [2023-02-07T15:02:58.750Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T15:02:58.775Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T15:02:59.198Z] + 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-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-02-07T15:02:59.198Z] + dirname cmd/core-command/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/core-data/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/core-metadata/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-07T15:02:59.198Z] + + dirnamecut cmd/support-notifications/Dockerfile -d/ [2023-02-07T15:02:59.198Z] -f2 [2023-02-07T15:02:59.198Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-07T15:02:59.198Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-07T15:02:59.198Z] + cut -d/ -f2 [2023-02-07T15:02:59.198Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-07T15:02:59.264Z] 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-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-02-07T15:02:59.765Z] + git rev-list -1 --merges 872b1b9300e89db3806117c88b15e38dc454dded~1..872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] echo [2023-02-07T15:02:59.795Z] -----------> git rev-list -1 --merges 872b1b9300e89db3806117c88b15e38dc454dded~1..872b1b9300e89db3806117c88b15e38dc454dded 872b1b9300e89db3806117c88b15e38dc454dded [false] [Pipeline] sh [2023-02-07T15:03:00.105Z] + git log --format=format:%s -1 872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] echo [2023-02-07T15:03:00.137Z] ========================================================= [2023-02-07T15:03:00.137Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T15:03:00.137Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-07T15:03:00.637Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T15:03:00.637Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T15:03:00.637Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T15:03:00.637Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T15:03:00.637Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T15:03:00.637Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T15:03:00.637Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:03:01.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T15:03:01.162Z] [2023-02-07T15:03:01.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:03:01.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T15:03:02.118Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T15:03:02.118Z] b85a868b505f: Pulling fs layer [2023-02-07T15:03:02.118Z] e2be974225ed: Pulling fs layer [2023-02-07T15:03:02.118Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T15:03:02.118Z] 988bab9f4d93: Pulling fs layer [2023-02-07T15:03:02.118Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T15:03:02.118Z] eaf3925da568: Pulling fs layer [2023-02-07T15:03:02.118Z] bab4dde63d76: Pulling fs layer [2023-02-07T15:03:02.118Z] bde34c3a00c8: Pulling fs layer [2023-02-07T15:03:02.118Z] b352a97aabf1: Pulling fs layer [2023-02-07T15:03:02.118Z] 988bab9f4d93: Waiting [2023-02-07T15:03:02.118Z] bde34c3a00c8: Waiting [2023-02-07T15:03:02.118Z] bab4dde63d76: Waiting [2023-02-07T15:03:02.118Z] b352a97aabf1: Waiting [2023-02-07T15:03:02.118Z] 1469e6f7b9e6: Waiting [2023-02-07T15:03:02.118Z] eaf3925da568: Waiting [2023-02-07T15:03:02.118Z] 4872d77fe225: Pulling fs layer [2023-02-07T15:03:02.118Z] 5851b861e8e6: Pulling fs layer [2023-02-07T15:03:02.118Z] 5851b861e8e6: Waiting [2023-02-07T15:03:02.378Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T15:03:02.378Z] 339a4e72a1f5: Download complete [2023-02-07T15:03:02.378Z] 988bab9f4d93: Verifying Checksum [2023-02-07T15:03:02.378Z] 988bab9f4d93: Download complete [2023-02-07T15:03:02.638Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T15:03:02.638Z] 1469e6f7b9e6: Download complete [2023-02-07T15:03:02.638Z] b85a868b505f: Verifying Checksum [2023-02-07T15:03:02.638Z] b85a868b505f: Download complete [2023-02-07T15:03:03.210Z] bab4dde63d76: Verifying Checksum [2023-02-07T15:03:03.210Z] bab4dde63d76: Download complete [2023-02-07T15:03:03.210Z] bde34c3a00c8: Verifying Checksum [2023-02-07T15:03:03.210Z] bde34c3a00c8: Download complete [2023-02-07T15:03:03.210Z] b352a97aabf1: Download complete [2023-02-07T15:03:03.210Z] 5851b861e8e6: Download complete [2023-02-07T15:03:04.148Z] b85a868b505f: Pull complete [2023-02-07T15:03:09.430Z] eaf3925da568: Verifying Checksum [2023-02-07T15:03:09.430Z] e2be974225ed: Verifying Checksum [2023-02-07T15:03:09.430Z] e2be974225ed: Download complete [2023-02-07T15:03:09.430Z] e2be974225ed: Pull complete [2023-02-07T15:03:09.691Z] 339a4e72a1f5: Pull complete [2023-02-07T15:03:09.950Z] 988bab9f4d93: Pull complete [2023-02-07T15:03:10.209Z] 1469e6f7b9e6: Pull complete [2023-02-07T15:03:10.468Z] eaf3925da568: Pull complete [2023-02-07T15:03:12.372Z] bab4dde63d76: Pull complete [2023-02-07T15:03:12.372Z] bde34c3a00c8: Pull complete [2023-02-07T15:03:12.631Z] b352a97aabf1: Pull complete [2023-02-07T15:03:12.892Z] 4872d77fe225: Pull complete [2023-02-07T15:03:12.892Z] 5851b861e8e6: Pull complete [2023-02-07T15:03:12.892Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T15:03:12.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T15:03:12.892Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:03:13.106Z] prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container [2023-02-07T15:03:13.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T15:03:19.338Z] $ docker top 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 -eo pid,comm [2023-02-07T15:03:19.388Z] 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-02-07T15:03:19.388Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T15:03:19.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T15:03:19.510Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T15:03:19.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T15:03:19.622Z] $ docker exec 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent [2023-02-07T15:03:19.732Z] SSH_AUTH_SOCK=/tmp/ssh-8Ax6NxjjaEUf/agent.32 [2023-02-07T15:03:19.732Z] SSH_AGENT_PID=38 [2023-02-07T15:03:19.738Z] Running ssh-add (command line suppressed) [2023-02-07T15:03:19.841Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2174451120197614130.key (/w/workspace/edgex-go/1@tmp/private_key_2174451120197614130.key) [2023-02-07T15:03:19.861Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T15:03:20.194Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T15:03:20.221Z] $ docker exec --env ******** --env ******** 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent -k [2023-02-07T15:03:20.319Z] unset SSH_AUTH_SOCK; [2023-02-07T15:03:20.320Z] unset SSH_AGENT_PID; [2023-02-07T15:03:20.320Z] echo Agent pid 38 killed; [2023-02-07T15:03:20.328Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T15:03:20.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T15:03:20.409Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T15:03:20.527Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T15:03:20.532Z] $ docker exec 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent [2023-02-07T15:03:20.625Z] SSH_AUTH_SOCK=/tmp/ssh-9f8stPy9n0ZA/agent.70 [2023-02-07T15:03:20.625Z] SSH_AGENT_PID=76 [2023-02-07T15:03:20.630Z] Running ssh-add (command line suppressed) [2023-02-07T15:03:20.723Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8941693525647369379.key (/w/workspace/edgex-go/1@tmp/private_key_8941693525647369379.key) [2023-02-07T15:03:20.733Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T15:03:21.062Z] + git semver init [2023-02-07T15:03:21.321Z] 2023-02-07 15:03:21,225 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T15:03:21.321Z] 2023-02-07 15:03:21,226 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-07T15:03:21.321Z] 2023-02-07 15:03:21,227 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-07T15:03:21.321Z] 2023-02-07 15:03:21,227 [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-02-07T15:03:29.740Z] 2023-02-07 15:03:28,679 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-07T15:03:29.740Z] 2023-02-07 15:03:28,679 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4330 with force:False [2023-02-07T15:03:29.740Z] 2023-02-07 15:03:28,680 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4330 [2023-02-07T15:03:29.740Z] 2023-02-07 15:03:28,684 [execute] INFO git cat-file --batch-check [2023-02-07T15:03:29.740Z] 2023-02-07 15:03:28,685 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T15:03:29.740Z] 2023-02-07 15:03:28,692 [execute] INFO git cat-file --batch [2023-02-07T15:03:29.740Z] 2023-02-07 15:03:28,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T15:03:29.740Z] 2023-02-07 15:03:28,697 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4330 [2023-02-07T15:03:29.740Z] 0.0.0 [Pipeline] } [2023-02-07T15:03:29.776Z] $ docker exec --env ******** --env ******** 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent -k [2023-02-07T15:03:29.895Z] unset SSH_AUTH_SOCK; [2023-02-07T15:03:29.896Z] unset SSH_AGENT_PID; [2023-02-07T15:03:29.896Z] echo Agent pid 76 killed; [2023-02-07T15:03:29.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T15:03:30.341Z] + git semver [Pipeline] } [2023-02-07T15:03:30.629Z] $ docker stop --time=1 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 [2023-02-07T15:03:32.879Z] $ docker rm -f --volumes 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T15:03:33.333Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T15:03:33.676Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T15:03:33.695Z] [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-02-07T15:03:34.476Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-07T15:03:34.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T15:03:34.548Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T15:03:34.576Z] ========================================================= [2023-02-07T15:03:34.576Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T15:03:34.576Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-07T15:03:34.922Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T15:03:34.922Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T15:03:34.922Z] 213ec9aee27d: Pulling fs layer [2023-02-07T15:03:34.922Z] 4583459ba037: Pulling fs layer [2023-02-07T15:03:34.922Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T15:03:34.922Z] 53926ce57604: Pulling fs layer [2023-02-07T15:03:34.922Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T15:03:34.922Z] 22ff95d597cd: Pulling fs layer [2023-02-07T15:03:34.922Z] 53926ce57604: Waiting [2023-02-07T15:03:34.922Z] 21b2b0c7a3f4: Waiting [2023-02-07T15:03:34.922Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T15:03:34.922Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T15:03:34.922Z] a7acece74701: Pulling fs layer [2023-02-07T15:03:34.922Z] 22ff95d597cd: Waiting [2023-02-07T15:03:34.922Z] 96b7cbca73a9: Waiting [2023-02-07T15:03:34.922Z] a7acece74701: Waiting [2023-02-07T15:03:34.922Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T15:03:34.922Z] 93c1e223e6f2: Download complete [2023-02-07T15:03:35.185Z] 4583459ba037: Verifying Checksum [2023-02-07T15:03:35.185Z] 4583459ba037: Download complete [2023-02-07T15:03:35.185Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-07T15:03:35.185Z] 21b2b0c7a3f4: Download complete [2023-02-07T15:03:35.185Z] 22ff95d597cd: Verifying Checksum [2023-02-07T15:03:35.185Z] 22ff95d597cd: Download complete [2023-02-07T15:03:35.185Z] 213ec9aee27d: Verifying Checksum [2023-02-07T15:03:35.185Z] 12d6caf4c0d1: Download complete [2023-02-07T15:03:35.451Z] 213ec9aee27d: Pull complete [2023-02-07T15:03:36.038Z] 4583459ba037: Pull complete [2023-02-07T15:03:36.302Z] 53926ce57604: Verifying Checksum [2023-02-07T15:03:36.302Z] 53926ce57604: Download complete [2023-02-07T15:03:36.302Z] a7acece74701: Verifying Checksum [2023-02-07T15:03:36.302Z] a7acece74701: Download complete [2023-02-07T15:03:36.302Z] 93c1e223e6f2: Pull complete [2023-02-07T15:03:36.873Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T15:03:36.874Z] 96b7cbca73a9: Download complete [2023-02-07T15:03:41.073Z] 53926ce57604: Pull complete [2023-02-07T15:03:41.073Z] 21b2b0c7a3f4: Pull complete [2023-02-07T15:03:41.073Z] 22ff95d597cd: Pull complete [2023-02-07T15:03:41.073Z] 12d6caf4c0d1: Pull complete [2023-02-07T15:03:43.604Z] 96b7cbca73a9: Pull complete [2023-02-07T15:03:44.539Z] a7acece74701: Pull complete [2023-02-07T15:03:44.539Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T15:03:44.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T15:03:44.539Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-07T15:03:44.905Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T15:03:44.905Z] WORKDIR /edgex [2023-02-07T15:03:44.905Z] COPY go.mod . [2023-02-07T15:03:44.905Z] RUN go mod download [2023-02-07T15:03:44.905Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-07T15:03:45.473Z] Sending build context to Docker daemon 170.1MB [2023-02-07T15:03:45.473Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T15:03:45.473Z] ---> db6d94c90886 [2023-02-07T15:03:45.473Z] Step 2/4 : WORKDIR /edgex [2023-02-07T15:03:49.011Z] Still waiting to schedule task [2023-02-07T15:03:49.012Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-07T15:03:57.914Z] ---> Running in 3de9eff430b7 [2023-02-07T15:03:57.914Z] Removing intermediate container 3de9eff430b7 [2023-02-07T15:03:57.914Z] ---> 1e6a340f2e7d [2023-02-07T15:03:57.914Z] Step 3/4 : COPY go.mod . [2023-02-07T15:03:57.914Z] ---> 8fca7b6926ac [2023-02-07T15:03:57.914Z] Step 4/4 : RUN go mod download [2023-02-07T15:03:57.914Z] ---> Running in f418773bbf02 [2023-02-07T15:04:16.036Z] Removing intermediate container f418773bbf02 [2023-02-07T15:04:16.036Z] ---> e08fcaad9df7 [2023-02-07T15:04:16.036Z] Successfully built e08fcaad9df7 [2023-02-07T15:04:16.036Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:04:16.428Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T15:04:16.428Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:04:16.586Z] prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container [2023-02-07T15:04:16.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T15:04:17.092Z] $ docker top b6cbe25a4387fe69e5031463c6647d62a81c4b6ed5d04ef85fc5a9577325a54e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T15:04:17.494Z] + go version [2023-02-07T15:04:17.494Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T15:04:17.527Z] $ docker stop --time=1 b6cbe25a4387fe69e5031463c6647d62a81c4b6ed5d04ef85fc5a9577325a54e [2023-02-07T15:04:18.860Z] $ docker rm -f --volumes b6cbe25a4387fe69e5031463c6647d62a81c4b6ed5d04ef85fc5a9577325a54e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:04:19.668Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T15:04:19.668Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:04:19.824Z] prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container [2023-02-07T15:04:19.861Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T15:04:20.252Z] $ docker top a76504e0b46f45b4c957bd42e923323f13792b25c63f430afb917952dff74504 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-07T15:04:20.371Z] ========================================================= [2023-02-07T15:04:20.371Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-07T15:04:20.371Z] ========================================================= [Pipeline] sh [2023-02-07T15:04:20.663Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-07T15:04:21.022Z] + make test [2023-02-07T15:04:21.022Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T15:04:27.594Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-07T15:04:42.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-07T15:04:43.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements [2023-02-07T15:04:43.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-07T15:04:43.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-07T15:04:43.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.087s coverage: 98.5% of statements [2023-02-07T15:04:43.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.138s coverage: 43.1% of statements [2023-02-07T15:04:43.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-07T15:04:43.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-07T15:04:43.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-07T15:04:43.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.150s coverage: 54.0% of statements [2023-02-07T15:04:43.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-07T15:04:43.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.326s coverage: 89.2% of statements [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.080s coverage: 2.6% of statements [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.492s coverage: 95.6% of statements [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.072s coverage: 72.2% of statements [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 65.9% of statements [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.123s coverage: 0.9% of statements [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.110s coverage: 29.6% of statements [2023-02-07T15:04:48.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 82.9% of statements [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2023-02-07T15:04:48.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2023-02-07T15:04:53.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.108s coverage: 94.4% of statements [2023-02-07T15:04:53.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2023-02-07T15:04:58.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.304s coverage: 79.9% of statements [2023-02-07T15:04:58.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.155s coverage: 86.9% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.125s coverage: 87.2% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 77.4% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.2% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 64.7% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 89.4% of statements [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 65.3% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 41.8% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.089s coverage: 17.7% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-07T15:05:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.195s coverage: 92.3% of statements [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-07T15:05:06.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-07T15:05:06.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements [2023-02-07T15:05:06.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-07T15:05:06.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-07T15:05:06.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.140s coverage: 97.7% of statements [2023-02-07T15:05:06.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-07T15:05:06.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:05:06.935Z] 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-02-07T15:05:23.199Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4910 in /w/workspace/edgexfoundry_edgex-go_PR-4330 [Pipeline] { [Pipeline] ws [2023-02-07T15:05:23.255Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-07T15:05:23.335Z] The recommended git tool is: git [2023-02-07T15:05:28.811Z] using credential edgex-jenkins-ssh [2023-02-07T15:05:28.832Z] Cloning the remote Git repository [2023-02-07T15:05:28.872Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-07T15:05:28.872Z] go vet ./... [2023-02-07T15:05:28.869Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-07T15:05:28.944Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-07T15:05:29.097Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-07T15:05:29.098Z] > git --version # timeout=10 [2023-02-07T15:05:29.119Z] > git --version # 'git version 2.25.1' [2023-02-07T15:05:29.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T15:05:29.178Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T15:05:31.409Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T15:05:31.409Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T15:05:31.668Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-07T15:05:31.705Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-07T15:05:32.016Z] + ls -al . [2023-02-07T15:05:32.016Z] total 744 [2023-02-07T15:05:32.016Z] drwxrwxr-x 11 1001 1001 4096 Feb 7 15:04 . [2023-02-07T15:05:32.016Z] drwxr-xr-x 4 root root 4096 Feb 7 15:04 .. [2023-02-07T15:05:32.016Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 15:02 .blubracket [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 16 Feb 7 15:02 .dockerignore [2023-02-07T15:05:32.016Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 15:05 .git [2023-02-07T15:05:32.016Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 15:02 .github [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 1024 Feb 7 15:02 .gitignore [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 42 Feb 7 15:02 .golangci.yml [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 87 Feb 7 15:02 .hadolint.yml [2023-02-07T15:05:32.016Z] drwxr-xr-x 3 1001 1001 4096 Feb 7 15:03 .semver [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 15:02 .sonarcloud.properties [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 1171 Feb 7 15:02 ADOPTERS.md [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 10825 Feb 7 15:02 Attribution.txt [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 73765 Feb 7 15:02 CHANGELOG.md [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 15:02 CONTRIBUTING.md [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 677 Feb 7 15:02 GOVERNANCE.md [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 850 Feb 7 15:02 Jenkinsfile [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 15:02 LICENSE [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 13375 Feb 7 15:02 Makefile [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 582 Feb 7 15:02 OWNERS.md [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 9403 Feb 7 15:02 README.md [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 6912 Feb 7 15:02 SECURITY.md [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 15:03 VERSION [2023-02-07T15:05:32.016Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 15:02 bin [2023-02-07T15:05:32.016Z] drwxrwxr-x 17 1001 1001 4096 Feb 7 15:02 cmd [2023-02-07T15:05:32.016Z] -rw-r--r-- 1 root root 486191 Feb 7 15:05 coverage.out [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 3294 Feb 7 15:02 go.mod [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 34708 Feb 7 15:02 go.sum [2023-02-07T15:05:32.016Z] drwxrwxr-x 7 1001 1001 4096 Feb 7 15:02 internal [2023-02-07T15:05:32.016Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 15:02 openapi [2023-02-07T15:05:32.016Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 15:02 snap [2023-02-07T15:05:32.016Z] -rw-rw-r-- 1 1001 1001 204 Feb 7 15:02 version.go [Pipeline] sh [2023-02-07T15:05:32.370Z] + '[' -e coverage.out ] [2023-02-07T15:05:32.370Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-07T15:05:32.512Z] Stashed 1 file(s) [Pipeline] sh [2023-02-07T15:05:32.808Z] + make build [2023-02-07T15:05:32.808Z] 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-02-07T15:05:47.685Z] 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-02-07T15:05:47.685Z] 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-02-07T15:05:48.623Z] 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-02-07T15:05:49.554Z] 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-02-07T15:05:48.122Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-07T15:05:48.144Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T15:05:48.904Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-07T15:05:48.944Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-07T15:05:48.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T15:05:48.959Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4330/head:refs/remotes/origin/PR-4330 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-07T15:05:49.898Z] Merging remotes/origin/main commit 65e9980456b4b2f337a17b2905105e5bc0143998 into PR head commit 872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:05:50.245Z] Merge succeeded, producing 872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:05:50.245Z] Checking out Revision 872b1b9300e89db3806117c88b15e38dc454dded (PR-4330) [2023-02-07T15:05:49.919Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T15:05:49.936Z] > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # timeout=10 [2023-02-07T15:05:50.158Z] > git remote # timeout=10 [2023-02-07T15:05:50.176Z] > git config --get remote.origin.url # timeout=10 [2023-02-07T15:05:50.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T15:05:50.208Z] > git merge 65e9980456b4b2f337a17b2905105e5bc0143998 # timeout=10 [2023-02-07T15:05:50.231Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-07T15:05:50.252Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T15:05:50.263Z] > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # timeout=10 [2023-02-07T15:05:53.826Z] Commit message: "feat: remove UseMessageBus from common config" [2023-02-07T15:05:53.870Z] > git --version # timeout=10 [2023-02-07T15:05:53.882Z] > git --version # 'git version 2.25.1' [2023-02-07T15:05:53.898Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T15:05:55.122Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T15:05:55.122Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T15:05:55.122Z] Dload Upload Total Spent Left Speed [2023-02-07T15:05:55.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 64075 0 --:--:-- --:--:-- --:--:-- 63755 100 12751 100 12751 0 0 63755 0 --:--:-- --:--:-- --:--:-- 63437 [Pipeline] sh [2023-02-07T15:05:55.793Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T15:05:56.136Z] + sudo tee /etc/docker/daemon.new [2023-02-07T15:05:56.136Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T15:05:56.136Z] { [2023-02-07T15:05:56.136Z] "registry-mirrors": [ [2023-02-07T15:05:56.136Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T15:05:56.136Z] ], [2023-02-07T15:05:56.136Z] "bip": "10.250.0.254/24", [2023-02-07T15:05:56.136Z] "hosts": [ [2023-02-07T15:05:56.136Z] "tcp://0.0.0.0:5555", [2023-02-07T15:05:56.136Z] "unix:///var/run/docker.sock" [2023-02-07T15:05:56.136Z] ], [2023-02-07T15:05:56.136Z] "mtu": 1458, [2023-02-07T15:05:56.136Z] "selinux-enabled": true, [2023-02-07T15:05:56.136Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T15:05:56.136Z] } [Pipeline] sh [2023-02-07T15:05:56.480Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T15:05:56.837Z] + sudo service docker restart [2023-02-07T15:05:57.715Z] 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-02-07T15:05:57.972Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-07T15:05:58.908Z] 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-02-07T15:06:00.279Z] 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-02-07T15:06:01.211Z] 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-02-07T15:06:01.788Z] 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-02-07T15:06:05.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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-07T15:06:06.033Z] $ docker stop --time=1 a76504e0b46f45b4c957bd42e923323f13792b25c63f430afb917952dff74504 [2023-02-07T15:06:10.977Z] $ docker rm -f --volumes a76504e0b46f45b4c957bd42e923323f13792b25c63f430afb917952dff74504 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:06:12.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T15:06:12.184Z] [2023-02-07T15:06:12.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:06:12.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T15:06:12.830Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-07T15:06:12.830Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-07T15:06:12.830Z] ca9280d653b3: Pulling fs layer [2023-02-07T15:06:12.830Z] 7e9c9ca2126c: Pulling fs layer [2023-02-07T15:06:13.091Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-07T15:06:13.091Z] cbdbe7a5bc2a: Download complete [2023-02-07T15:06:13.091Z] cbdbe7a5bc2a: Pull complete [2023-02-07T15:06:13.091Z] ca9280d653b3: Verifying Checksum [2023-02-07T15:06:13.091Z] ca9280d653b3: Download complete [2023-02-07T15:06:13.676Z] 7e9c9ca2126c: Download complete [2023-02-07T15:06:13.676Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T15:06:15.172Z] provisioning config files... [2023-02-07T15:06:15.201Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17337545009527414312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:06:15.586Z] ---> docker-login.sh [2023-02-07T15:06:15.586Z] nexus3.edgexfoundry.org:10001 [2023-02-07T15:06:15.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:06:16.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:06:16.125Z] Configure a credential helper to remove this warning. See [2023-02-07T15:06:16.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:06:16.126Z] [2023-02-07T15:06:16.126Z] Login Succeeded [2023-02-07T15:06:16.126Z] nexus3.edgexfoundry.org:10002 [2023-02-07T15:06:16.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:06:16.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:06:16.661Z] Configure a credential helper to remove this warning. See [2023-02-07T15:06:16.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:06:16.661Z] [2023-02-07T15:06:16.661Z] Login Succeeded [2023-02-07T15:06:16.661Z] nexus3.edgexfoundry.org:10003 [2023-02-07T15:06:16.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:06:16.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:06:16.936Z] Configure a credential helper to remove this warning. See [2023-02-07T15:06:16.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:06:16.936Z] [2023-02-07T15:06:16.936Z] Login Succeeded [2023-02-07T15:06:16.936Z] nexus3.edgexfoundry.org:10004 [2023-02-07T15:06:17.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:06:17.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:06:17.208Z] Configure a credential helper to remove this warning. See [2023-02-07T15:06:17.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:06:17.208Z] [2023-02-07T15:06:17.208Z] Login Succeeded [2023-02-07T15:06:17.208Z] docker.io [2023-02-07T15:06:17.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T15:06:17.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T15:06:17.753Z] Configure a credential helper to remove this warning. See [2023-02-07T15:06:17.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T15:06:17.753Z] [2023-02-07T15:06:17.753Z] Login Succeeded [2023-02-07T15:06:17.753Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T15:06:17.781Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-07T15:06:17.875Z] 7e9c9ca2126c: Pull complete [2023-02-07T15:06:17.875Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-07T15:06:17.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T15:06:17.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:06:18.136Z] prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container [2023-02-07T15:06:18.171Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-07T15:06:22.233Z] $ docker top ff77e14b13bba45544bd5bd5192371af3acb336a8c192170fc3689225c6b120e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-07T15:06:22.647Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2023-02-07T15:06:22.677Z] + grep parallel [2023-02-07T15:06:22.677Z] + docker-compose build --help [Pipeline] echo [2023-02-07T15:06:22.686Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T15:06:22.743Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T15:06:22.775Z] ========================================================= [2023-02-07T15:06:22.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T15:06:22.775Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-07T15:06:23.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T15:06:23.244Z] --parallel Build images in parallel. [Pipeline] } [2023-02-07T15:06:23.282Z] $ docker stop --time=1 ff77e14b13bba45544bd5bd5192371af3acb336a8c192170fc3689225c6b120e [2023-02-07T15:06:24.611Z] $ docker rm -f --volumes ff77e14b13bba45544bd5bd5192371af3acb336a8c192170fc3689225c6b120e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:06:25.110Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T15:06:25.110Z] 9b18e9b68314: Pulling fs layer [2023-02-07T15:06:25.110Z] 35d82f9e3411: Pulling fs layer [2023-02-07T15:06:25.110Z] e16973657156: Pulling fs layer [2023-02-07T15:06:25.110Z] fc693d55d65f: Pulling fs layer [2023-02-07T15:06:25.110Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T15:06:25.110Z] dda99020689f: Pulling fs layer [2023-02-07T15:06:25.110Z] db1c61fa0a46: Pulling fs layer [2023-02-07T15:06:25.110Z] 891c053d2c06: Pulling fs layer [2023-02-07T15:06:25.110Z] fc693d55d65f: Waiting [2023-02-07T15:06:25.110Z] 7e9fc2657dce: Waiting [2023-02-07T15:06:25.110Z] dda99020689f: Waiting [2023-02-07T15:06:25.110Z] db1c61fa0a46: Waiting [2023-02-07T15:06:25.110Z] e16973657156: Verifying Checksum [2023-02-07T15:06:25.110Z] e16973657156: Download complete [2023-02-07T15:06:25.110Z] 35d82f9e3411: Download complete [2023-02-07T15:06:25.110Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T15:06:25.110Z] 7e9fc2657dce: Download complete [2023-02-07T15:06:25.110Z] dda99020689f: Verifying Checksum [2023-02-07T15:06:25.110Z] dda99020689f: Download complete [2023-02-07T15:06:25.110Z] 9b18e9b68314: Verifying Checksum [2023-02-07T15:06:25.110Z] 9b18e9b68314: Download complete [2023-02-07T15:06:25.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T15:06:25.210Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:06:25.364Z] prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container [2023-02-07T15:06:25.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-07T15:06:25.721Z] 9b18e9b68314: Pull complete [2023-02-07T15:06:25.809Z] $ docker top a843b02cf4a2f71911f7b063c79c0a8d0c1cb3525905eaab149edde0e80391a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T15:06:25.992Z] 891c053d2c06: Verifying Checksum [2023-02-07T15:06:25.992Z] 891c053d2c06: Download complete [2023-02-07T15:06:26.223Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-07T15:06:26.261Z] 35d82f9e3411: Pull complete [2023-02-07T15:06:26.532Z] e16973657156: Pull complete [2023-02-07T15:06:26.791Z] Building core-command ... [2023-02-07T15:06:26.791Z] Building core-common-config-bootstrapper ... [2023-02-07T15:06:26.791Z] Building core-data ... [2023-02-07T15:06:26.791Z] Building core-metadata ... [2023-02-07T15:06:26.791Z] Building security-bootstrapper ... [2023-02-07T15:06:26.791Z] Building security-proxy-setup ... [2023-02-07T15:06:26.791Z] Building security-secretstore-setup ... [2023-02-07T15:06:26.791Z] Building security-spiffe-token-provider ... [2023-02-07T15:06:26.791Z] Building security-spire-agent ... [2023-02-07T15:06:26.791Z] Building security-spire-config ... [2023-02-07T15:06:26.791Z] Building security-spire-server ... [2023-02-07T15:06:26.791Z] Building support-notifications ... [2023-02-07T15:06:26.791Z] Building support-scheduler ... [2023-02-07T15:06:26.791Z] Building security-bootstrapper [2023-02-07T15:06:26.792Z] Building core-command [2023-02-07T15:06:26.792Z] Building security-secretstore-setup [2023-02-07T15:06:26.792Z] Building support-scheduler [2023-02-07T15:06:26.792Z] Building core-data [2023-02-07T15:06:27.126Z] db1c61fa0a46: Verifying Checksum [2023-02-07T15:06:27.126Z] db1c61fa0a46: Download complete [2023-02-07T15:06:27.710Z] fc693d55d65f: Verifying Checksum [2023-02-07T15:06:27.710Z] fc693d55d65f: Download complete [2023-02-07T15:06:38.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:06:38.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:06:38.986Z] ---> e08fcaad9df7 [2023-02-07T15:06:38.986Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:06:38.986Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:06:38.986Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:06:38.986Z] ---> e08fcaad9df7 [2023-02-07T15:06:38.986Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:06:38.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:06:38.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:06:38.986Z] ---> e08fcaad9df7 [2023-02-07T15:06:38.986Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:06:38.986Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:06:38.986Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:06:38.986Z] ---> e08fcaad9df7 [2023-02-07T15:06:38.986Z] Step 3/32 : WORKDIR /edgex-go [2023-02-07T15:06:39.921Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:06:39.921Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:06:39.921Z] ---> e08fcaad9df7 [2023-02-07T15:06:39.921Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T15:06:40.041Z] fc693d55d65f: Pull complete [2023-02-07T15:06:40.041Z] 7e9fc2657dce: Pull complete [2023-02-07T15:06:40.041Z] dda99020689f: Pull complete [2023-02-07T15:06:45.399Z] db1c61fa0a46: Pull complete [2023-02-07T15:06:47.343Z] 891c053d2c06: Pull complete [2023-02-07T15:06:47.343Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T15:06:47.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T15:06:47.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-07T15:06:47.729Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-07T15:06:47.729Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T15:06:47.729Z] WORKDIR /edgex [2023-02-07T15:06:47.729Z] COPY go.mod . [2023-02-07T15:06:47.729Z] RUN go mod download [2023-02-07T15:06:48.315Z] Sending build context to Docker daemon 3.091MB [2023-02-07T15:06:48.315Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T15:06:48.315Z] ---> f96f9c87975a [2023-02-07T15:06:48.315Z] Step 2/4 : WORKDIR /edgex [2023-02-07T15:06:50.261Z] ---> Running in 1d12a4eda17c [2023-02-07T15:06:50.261Z] Removing intermediate container 1d12a4eda17c [2023-02-07T15:06:50.261Z] ---> d1655fc7895d [2023-02-07T15:06:50.261Z] Step 3/4 : COPY go.mod . [2023-02-07T15:06:50.847Z] ---> 6345d912622f [2023-02-07T15:06:50.847Z] Step 4/4 : RUN go mod download [2023-02-07T15:06:50.847Z] ---> Running in c77ec8e7a5d7 [2023-02-07T15:06:52.134Z] ---> Running in 10d79e615ea6 [2023-02-07T15:06:52.134Z] ---> Running in a2ebb342125d [2023-02-07T15:06:52.134Z] ---> Running in 444d732685b4 [2023-02-07T15:06:52.134Z] ---> Running in 8126d424c00d [2023-02-07T15:06:52.134Z] ---> Running in 0f8bb0736849 [2023-02-07T15:06:52.134Z] Removing intermediate container 0f8bb0736849 [2023-02-07T15:06:52.134Z] ---> 0df1c1b00361 [2023-02-07T15:06:52.134Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-07T15:06:52.134Z] Removing intermediate container a2ebb342125d [2023-02-07T15:06:52.134Z] ---> 0bc58053c119 [2023-02-07T15:06:52.134Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:06:52.134Z] Removing intermediate container 8126d424c00d [2023-02-07T15:06:52.134Z] ---> 8ca881dd9f5d [2023-02-07T15:06:52.134Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:06:52.134Z] Removing intermediate container 10d79e615ea6 [2023-02-07T15:06:52.134Z] ---> db629df2e9f0 [2023-02-07T15:06:52.134Z] Step 4/23 : WORKDIR /edgex-go [2023-02-07T15:06:52.134Z] Removing intermediate container 444d732685b4 [2023-02-07T15:06:52.134Z] ---> 07cf328709ed [2023-02-07T15:06:52.134Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-07T15:06:52.134Z] ---> Running in a57abd83d168 [2023-02-07T15:06:52.134Z] ---> Running in 1eb57185975e [2023-02-07T15:06:52.134Z] ---> Running in 89d80ff68d01 [2023-02-07T15:06:52.134Z] ---> Running in 0e6c5cf42284 [2023-02-07T15:06:52.134Z] ---> Running in 2bededead436 [2023-02-07T15:06:52.134Z] Removing intermediate container 1eb57185975e [2023-02-07T15:06:52.134Z] ---> 89ae06a6518e [2023-02-07T15:06:52.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T15:06:52.134Z] Removing intermediate container 0e6c5cf42284 [2023-02-07T15:06:52.134Z] ---> d3cce8646bbe [2023-02-07T15:06:52.134Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-07T15:06:52.134Z] Removing intermediate container 89d80ff68d01 [2023-02-07T15:06:52.134Z] ---> 88f3b54e1b3c [2023-02-07T15:06:52.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T15:06:52.134Z] ---> Running in 7f257bd87166 [2023-02-07T15:06:52.134Z] ---> Running in 2f29a6a1d21b [2023-02-07T15:06:52.134Z] ---> Running in c542291d8c74 [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] OK: 211 MiB in 51 packages [2023-02-07T15:06:52.134Z] OK: 211 MiB in 51 packages [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:06:52.134Z] OK: 211 MiB in 51 packages [2023-02-07T15:06:52.134Z] OK: 211 MiB in 51 packages [2023-02-07T15:06:52.134Z] OK: 211 MiB in 51 packages [2023-02-07T15:06:52.707Z] Removing intermediate container 2bededead436 [2023-02-07T15:06:52.707Z] ---> a61181791ce6 [2023-02-07T15:06:52.707Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T15:06:52.707Z] Removing intermediate container a57abd83d168 [2023-02-07T15:06:52.707Z] ---> fc2faa394d26 [2023-02-07T15:06:52.707Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-07T15:06:52.707Z] ---> c744946c6453 [2023-02-07T15:06:52.707Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:06:52.707Z] ---> Running in c7b4fd825fee [2023-02-07T15:06:52.707Z] ---> f3f0113934cc [2023-02-07T15:06:52.707Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:06:52.969Z] ---> Running in c0e6844a8fe1 [2023-02-07T15:06:52.969Z] Removing intermediate container 2f29a6a1d21b [2023-02-07T15:06:52.969Z] ---> cdc316616649 [2023-02-07T15:06:52.969Z] Step 6/23 : COPY go.mod vendor* ./Removing intermediate container 7f257bd87166 [2023-02-07T15:06:52.969Z] ---> 4177a58a68ea [2023-02-07T15:06:52.969Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:06:52.969Z] [2023-02-07T15:06:52.969Z] Removing intermediate container c542291d8c74 [2023-02-07T15:06:52.969Z] ---> be1a799519b4 [2023-02-07T15:06:52.969Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:06:52.969Z] ---> 7c9588cfc6a1 [2023-02-07T15:06:52.969Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:06:52.969Z] ---> f66794ea7646 [2023-02-07T15:06:52.969Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:06:53.229Z] ---> ecc52f512015 [2023-02-07T15:06:53.229Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:06:53.229Z] ---> Running in ba8bd5687670 [2023-02-07T15:06:53.229Z] ---> Running in ef4bb46604ff [2023-02-07T15:06:53.229Z] ---> Running in 03289065531b [2023-02-07T15:07:23.073Z] Removing intermediate container c77ec8e7a5d7 [2023-02-07T15:07:23.073Z] ---> e8a461d35803 [2023-02-07T15:07:23.073Z] Successfully built e8a461d35803 [2023-02-07T15:07:23.073Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:07:23.479Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T15:07:23.479Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:07:23.726Z] prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container [2023-02-07T15:07:23.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-07T15:07:24.891Z] $ docker top da185664450ebdad5be585d9a0f7562a7f7b8a2a6cd8524d6a8254af9035e011 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T15:07:25.771Z] + go version [2023-02-07T15:07:25.771Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T15:07:25.810Z] $ docker stop --time=1 da185664450ebdad5be585d9a0f7562a7f7b8a2a6cd8524d6a8254af9035e011 [2023-02-07T15:07:27.386Z] $ docker rm -f --volumes da185664450ebdad5be585d9a0f7562a7f7b8a2a6cd8524d6a8254af9035e011 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:07:28.250Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T15:07:28.251Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:07:28.491Z] prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container [2023-02-07T15:07:28.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-07T15:07:29.647Z] $ docker top 9b92e9faa331cfd8e3b064e8f4c7fd7b0d187ed79c7a4bd927d248a3fc7247b2 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-07T15:07:29.879Z] ========================================================= [2023-02-07T15:07:29.879Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-07T15:07:29.879Z] ========================================================= [Pipeline] sh [2023-02-07T15:07:30.195Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-07T15:07:30.584Z] + make test [2023-02-07T15:07:30.584Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T15:08:02.810Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-07T15:08:14.762Z] Removing intermediate container ef4bb46604ff [2023-02-07T15:08:14.762Z] Removing intermediate container ba8bd5687670 [2023-02-07T15:08:14.762Z] ---> ee5d849ba5f1 [2023-02-07T15:08:14.762Z] Step 8/22 : COPY . . ---> 90b1e9346228 [2023-02-07T15:08:14.762Z] [2023-02-07T15:08:14.762Z] Step 8/23 : COPY . . [2023-02-07T15:08:14.763Z] Removing intermediate container c7b4fd825fee [2023-02-07T15:08:14.763Z] ---> 464df71c350e [2023-02-07T15:08:14.763Z] Step 7/32 : COPY . . [2023-02-07T15:08:14.763Z] Removing intermediate container 03289065531b [2023-02-07T15:08:14.763Z] ---> 3e24522e3228 [2023-02-07T15:08:14.763Z] Step 8/22 : COPY . . [2023-02-07T15:08:14.763Z] Removing intermediate container c0e6844a8fe1 [2023-02-07T15:08:14.763Z] ---> 3bf04fe09475 [2023-02-07T15:08:14.763Z] Step 7/24 : COPY . . [2023-02-07T15:08:46.919Z] ---> 8ab11cb490c8 [2023-02-07T15:08:46.919Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-07T15:08:46.919Z] ---> 9e6bdde8b955 [2023-02-07T15:08:46.919Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-07T15:08:46.919Z] ---> de4f29b2d03d [2023-02-07T15:08:46.919Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-07T15:08:46.919Z] ---> ecc8100ca753 [2023-02-07T15:08:46.919Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-07T15:08:46.919Z] ---> 0f5520b3ab7d [2023-02-07T15:08:46.919Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-07T15:08:46.919Z] ---> Running in aff0d6251391 [2023-02-07T15:08:46.919Z] ---> Running in 418b940c96ee [2023-02-07T15:08:46.919Z] ---> Running in 075338e2a72e [2023-02-07T15:08:46.919Z] ---> Running in e2b77922de69 [2023-02-07T15:08:46.919Z] ---> Running in 75168e836789 [2023-02-07T15:08:46.919Z] 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-02-07T15:08:46.919Z] 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-02-07T15:08:46.919Z] 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-02-07T15:08:46.919Z] 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-02-07T15:08:46.919Z] 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-02-07T15:09:13.443Z] 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-02-07T15:09:39.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-07T15:09:39.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-07T15:09:39.981Z] Removing intermediate container 075338e2a72e [2023-02-07T15:09:39.982Z] ---> a64b4ecd98ec [2023-02-07T15:09:39.982Z] [2023-02-07T15:09:39.982Z] Step 9/24 : FROM alpine:3.16 [2023-02-07T15:09:39.982Z] Removing intermediate container aff0d6251391 [2023-02-07T15:09:39.982Z] ---> e45e27567364 [2023-02-07T15:09:39.982Z] [2023-02-07T15:09:39.982Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:09:39.982Z] Removing intermediate container 75168e836789 [2023-02-07T15:09:39.982Z] ---> e640dacd4c27 [2023-02-07T15:09:39.982Z] [2023-02-07T15:09:39.982Z] Step 9/32 : FROM alpine:3.16 [2023-02-07T15:09:39.982Z] Removing intermediate container e2b77922de69 [2023-02-07T15:09:39.982Z] ---> b4a3de15edeb [2023-02-07T15:09:39.982Z] [2023-02-07T15:09:39.982Z] Step 10/23 : FROM alpine:3.16 [2023-02-07T15:09:39.982Z] Removing intermediate container 418b940c96ee [2023-02-07T15:09:39.982Z] ---> f73a3b68c371 [2023-02-07T15:09:39.982Z] [2023-02-07T15:09:39.982Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:09:40.549Z] 3.16: Pulling from library/alpine [2023-02-07T15:09:40.807Z] 3.16: Pulling from library/alpine [2023-02-07T15:09:40.916Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-07T15:09:41.374Z] 3.16: Pulling from library/alpine [2023-02-07T15:09:41.374Z] 3.16: Pulling from library/alpine [2023-02-07T15:09:41.374Z] 3.16: Pulling from library/alpine [2023-02-07T15:09:43.905Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T15:09:43.905Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T15:09:43.905Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T15:09:43.905Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T15:09:43.905Z] Status: Image is up to date for alpine:3.16 [2023-02-07T15:09:43.905Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T15:09:43.905Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T15:09:43.905Z] Status: Image is up to date for alpine:3.16 [2023-02-07T15:09:43.905Z] ---> bfe296a52501 [2023-02-07T15:09:43.905Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:09:43.905Z] ---> bfe296a52501 [2023-02-07T15:09:43.905Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:09:43.905Z] ---> bfe296a52501 [2023-02-07T15:09:43.905Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-07T15:09:43.905Z] ---> bfe296a52501 [2023-02-07T15:09:43.905Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-07T15:09:43.905Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T15:09:43.905Z] Status: Image is up to date for alpine:3.16 [2023-02-07T15:09:43.905Z] ---> bfe296a52501 [2023-02-07T15:09:43.905Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:09:43.906Z] ---> Running in b1ee70a96399 [2023-02-07T15:09:43.906Z] ---> Running in 55f46e05fa06 [2023-02-07T15:09:43.906Z] ---> Running in f90333c53a3d [2023-02-07T15:09:43.906Z] ---> Running in 60abcb14f6ca [2023-02-07T15:09:43.906Z] ---> Running in f2e403ad892d [2023-02-07T15:09:43.906Z] Removing intermediate container f90333c53a3d [2023-02-07T15:09:43.906Z] ---> 8a6e3db2aeda [2023-02-07T15:09:43.906Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-07T15:09:43.906Z] Removing intermediate container f2e403ad892d [2023-02-07T15:09:43.906Z] ---> 5a88b9fad20a [2023-02-07T15:09:43.906Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-07T15:09:43.906Z] ---> Running in f3ca1a9d6438 [2023-02-07T15:09:43.906Z] ---> Running in ccf90a4b11dd [2023-02-07T15:09:43.906Z] Removing intermediate container ccf90a4b11dd [2023-02-07T15:09:43.906Z] ---> f5051d9da47e [2023-02-07T15:09:43.906Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-07T15:09:43.906Z] ---> Running in 8fcc168d6cc1 [2023-02-07T15:09:44.164Z] Removing intermediate container 8fcc168d6cc1 [2023-02-07T15:09:44.164Z] ---> d1e0d8197540 [2023-02-07T15:09:44.164Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:09:44.164Z] ---> Running in c5d46e41474a [2023-02-07T15:09:44.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.263Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-07T15:09:44.264Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-07T15:09:44.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:09:44.678Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T15:09:44.678Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-07T15:09:44.678Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:09:44.678Z] OK: 6 MiB in 15 packages [2023-02-07T15:09:44.678Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-07T15:09:44.678Z] (3/3) Installing su-exec (0.2-r1) [2023-02-07T15:09:44.678Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:09:44.678Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:09:44.678Z] OK: 6 MiB in 17 packages [2023-02-07T15:09:44.678Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-07T15:09:44.678Z] (2/2) Installing su-exec (0.2-r1) [2023-02-07T15:09:44.678Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:09:44.678Z] OK: 6 MiB in 16 packages [2023-02-07T15:09:44.936Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T15:09:44.936Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T15:09:44.936Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:09:44.936Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:09:44.936Z] OK: 6 MiB in 15 packages [2023-02-07T15:09:44.936Z] OK: 6 MiB in 15 packages [2023-02-07T15:09:45.195Z] Removing intermediate container b1ee70a96399 [2023-02-07T15:09:45.195Z] ---> e865b773c8ea [2023-02-07T15:09:45.195Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:09:45.195Z] ---> Running in 0215a705b1c2 [2023-02-07T15:09:45.452Z] Removing intermediate container f3ca1a9d6438 [2023-02-07T15:09:45.452Z] ---> d5e7955b24c9 [2023-02-07T15:09:45.452Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-07T15:09:45.452Z] Removing intermediate container 55f46e05fa06 [2023-02-07T15:09:45.452Z] ---> 2a391fa0fdee [2023-02-07T15:09:45.452Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T15:09:45.452Z] Removing intermediate container 0215a705b1c2 [2023-02-07T15:09:45.452Z] ---> d5aa285129bd [2023-02-07T15:09:45.452Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-07T15:09:45.452Z] ---> Running in b72ffccb4b14 [2023-02-07T15:09:45.452Z] ---> Running in 078459cb49f8 [2023-02-07T15:09:45.452Z] ---> Running in 5e9c8caa641a [2023-02-07T15:09:45.452Z] Removing intermediate container c5d46e41474a [2023-02-07T15:09:45.452Z] ---> ab611022c51e [2023-02-07T15:09:45.452Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:09:45.452Z] Removing intermediate container 60abcb14f6ca [2023-02-07T15:09:45.452Z] ---> 2380dadcffb9 [2023-02-07T15:09:45.452Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:09:45.452Z] Removing intermediate container b72ffccb4b14 [2023-02-07T15:09:45.452Z] ---> 41f1624ab1e5 [2023-02-07T15:09:45.452Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-07T15:09:45.452Z] ---> Running in 8e7bdffd735c [2023-02-07T15:09:45.452Z] ---> Running in 6d3151d66db5 [2023-02-07T15:09:45.721Z] Removing intermediate container 078459cb49f8 [2023-02-07T15:09:45.721Z] ---> e25ac05175a6 [2023-02-07T15:09:45.721Z] Step 12/24 : WORKDIR / [2023-02-07T15:09:45.721Z] Removing intermediate container 5e9c8caa641a [2023-02-07T15:09:45.721Z] ---> f32888da23dc [2023-02-07T15:09:45.721Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-07T15:09:45.721Z] ---> Running in cf0ee758d957 [2023-02-07T15:09:45.721Z] ---> Running in 0fa6552febae [2023-02-07T15:09:45.721Z] Removing intermediate container 8e7bdffd735c [2023-02-07T15:09:45.721Z] ---> a2335e3dfca8 [2023-02-07T15:09:45.721Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-07T15:09:45.721Z] ---> abe0612308d2 [2023-02-07T15:09:45.721Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-07T15:09:45.721Z] Removing intermediate container 6d3151d66db5 [2023-02-07T15:09:45.721Z] ---> 4e8b5665877a [2023-02-07T15:09:45.721Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-07T15:09:45.721Z] ---> Running in 257f87b661ef [2023-02-07T15:09:45.721Z] Removing intermediate container 0fa6552febae [2023-02-07T15:09:45.721Z] ---> 069e2067c74e [2023-02-07T15:09:45.721Z] Step 15/23 : WORKDIR / [2023-02-07T15:09:45.721Z] ---> Running in 5cf7afdd6c7e [2023-02-07T15:09:45.721Z] Removing intermediate container cf0ee758d957 [2023-02-07T15:09:45.721Z] ---> da214ff73a24 [2023-02-07T15:09:45.721Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-07T15:09:45.980Z] ---> Running in e7b7c8ff8e3d [2023-02-07T15:09:46.242Z] Removing intermediate container 257f87b661ef [2023-02-07T15:09:46.242Z] ---> 0854e7fc2d83 [2023-02-07T15:09:46.242Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T15:09:46.242Z] Removing intermediate container 5cf7afdd6c7e [2023-02-07T15:09:46.242Z] ---> fe1eda786466 [2023-02-07T15:09:46.242Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-07T15:09:46.242Z] ---> e48944e3be55 [2023-02-07T15:09:46.242Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-07T15:09:46.242Z] ---> c11c12b0c4b9 [2023-02-07T15:09:46.242Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-07T15:09:46.499Z] ---> Running in 9660c0544d7b [2023-02-07T15:09:46.499Z] ---> Running in 7ac4f2d855f3 [2023-02-07T15:09:46.499Z] Removing intermediate container e7b7c8ff8e3d [2023-02-07T15:09:46.499Z] ---> 04634b1bd45a [2023-02-07T15:09:46.499Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:09:46.499Z] Removing intermediate container 7ac4f2d855f3 [2023-02-07T15:09:46.499Z] ---> 2a17e0de27cf [2023-02-07T15:09:46.499Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-07T15:09:46.499Z] Removing intermediate container 9660c0544d7b [2023-02-07T15:09:46.499Z] ---> 66a5a7c143a7 [2023-02-07T15:09:46.499Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:09:46.499Z] ---> f42c38a44feb [2023-02-07T15:09:46.499Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-07T15:09:46.499Z] ---> 5c76400d83f8 [2023-02-07T15:09:46.499Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-07T15:09:46.499Z] ---> Running in c7d9b70c1cfb [2023-02-07T15:09:46.499Z] ---> Running in b74161db6b8b [2023-02-07T15:09:46.499Z] ---> 51b3486e382c [2023-02-07T15:09:46.499Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-07T15:09:46.758Z] ---> 378e43f60291 [2023-02-07T15:09:46.758Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-07T15:09:46.758Z] Removing intermediate container b74161db6b8b [2023-02-07T15:09:46.758Z] ---> b49f64f2755d [2023-02-07T15:09:46.758Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:09:46.758Z] ---> Running in 7be37926c097 [2023-02-07T15:09:48.148Z] ---> 36eb60f7fe35 [2023-02-07T15:09:48.148Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-07T15:09:48.148Z] Removing intermediate container 7be37926c097 [2023-02-07T15:09:48.148Z] ---> 77d833f6223b [2023-02-07T15:09:48.148Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T15:09:48.148Z] ---> 1a9edb4860a0 [2023-02-07T15:09:48.148Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-07T15:09:48.148Z] ---> 89900b512e8a [2023-02-07T15:09:48.148Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-07T15:09:48.148Z] ---> Running in ad4f8fff96ad [2023-02-07T15:09:48.461Z] Removing intermediate container ad4f8fff96ad [2023-02-07T15:09:48.461Z] ---> 9efb1f8d5493 [2023-02-07T15:09:48.461Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:09:48.461Z] ---> 8b303019b316 [2023-02-07T15:09:48.461Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-07T15:09:48.461Z] ---> Running in e22e3ca89b2d [2023-02-07T15:09:48.461Z] ---> 4204b75e9178 [2023-02-07T15:09:48.461Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-07T15:09:48.461Z] ---> a46365b0ca07 [2023-02-07T15:09:48.461Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-07T15:09:48.461Z] ---> Running in 8eb01f591de8 [2023-02-07T15:09:48.461Z] ---> Running in 9647d65c7589 [2023-02-07T15:09:48.462Z] Removing intermediate container c7d9b70c1cfb [2023-02-07T15:09:48.462Z] ---> c69544a12c52 [2023-02-07T15:09:48.462Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-07T15:09:48.462Z] Removing intermediate container e22e3ca89b2d [2023-02-07T15:09:48.462Z] ---> 2495a9b0b165 [2023-02-07T15:09:48.462Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:09:48.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-07T15:09:48.720Z] ---> Running in 86782b0a7669 [2023-02-07T15:09:48.720Z] ---> Running in 5ea545ac8e0e [2023-02-07T15:09:48.720Z] ---> 20a9ff1e1b20 [2023-02-07T15:09:48.720Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-07T15:09:48.720Z] Removing intermediate container 9647d65c7589 [2023-02-07T15:09:48.720Z] ---> f427268f87e7 [2023-02-07T15:09:48.720Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:09:48.720Z] Removing intermediate container 8eb01f591de8 [2023-02-07T15:09:48.720Z] ---> 7866611294ed [2023-02-07T15:09:48.720Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:09:48.720Z] ---> Running in 7d7e06099822 [2023-02-07T15:09:48.984Z] ---> Running in f4a2720f8ee3 [2023-02-07T15:09:48.984Z] Removing intermediate container 5ea545ac8e0e [2023-02-07T15:09:48.984Z] ---> 29b9a9b31679 [2023-02-07T15:09:48.984Z] [2023-02-07T15:09:48.984Z] Removing intermediate container 86782b0a7669 [2023-02-07T15:09:48.984Z] ---> c2c36c9e05cd [2023-02-07T15:09:48.984Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-07T15:09:48.984Z] Removing intermediate container 7d7e06099822 [2023-02-07T15:09:48.984Z] ---> ceb5465ec377 [2023-02-07T15:09:48.984Z] Step 21/23 : LABEL arch=x86_64 [2023-02-07T15:09:48.984Z] Successfully built 29b9a9b31679 [2023-02-07T15:09:48.984Z] Successfully tagged core-data:latest [2023-02-07T15:09:48.984Z] Building security-proxy-setup [2023-02-07T15:09:49.241Z]  Building core-data ... done  ---> Running in c8af1eb16ac0 [2023-02-07T15:09:49.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-07T15:09:49.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-07T15:09:49.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-07T15:09:49.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-07T15:09:49.788Z] Removing intermediate container f4a2720f8ee3 [2023-02-07T15:09:49.788Z] ---> 9badb5067390 [2023-02-07T15:09:49.788Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T15:09:52.345Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:09:52.345Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:09:52.345Z] ---> e08fcaad9df7 [2023-02-07T15:09:52.345Z] Step 3/21 : WORKDIR /edgex-go [2023-02-07T15:09:52.345Z] ---> Using cache [2023-02-07T15:09:52.345Z] ---> 07cf328709ed [2023-02-07T15:09:52.345Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-07T15:09:52.345Z] ---> Using cache [2023-02-07T15:09:52.345Z] ---> a61181791ce6 [2023-02-07T15:09:52.345Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-07T15:09:52.345Z] ---> Using cache [2023-02-07T15:09:52.345Z] ---> f3f0113934cc [2023-02-07T15:09:52.345Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:09:52.345Z] ---> Using cache [2023-02-07T15:09:52.345Z] ---> 3bf04fe09475 [2023-02-07T15:09:52.345Z] Step 7/21 : COPY . . [2023-02-07T15:09:52.345Z] ---> Using cache [2023-02-07T15:09:52.345Z] ---> ecc8100ca753 [2023-02-07T15:09:52.345Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-07T15:09:52.857Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-07T15:09:52.857Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-07T15:09:52.857Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-07T15:09:52.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-07T15:09:53.732Z] ---> b05afdefb6ca [2023-02-07T15:09:53.732Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-07T15:09:53.732Z] Removing intermediate container c8af1eb16ac0 [2023-02-07T15:09:53.732Z] ---> 5bcbfeab0dc9 [2023-02-07T15:09:53.732Z] Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:09:53.732Z] ---> Running in b575d4827199 [2023-02-07T15:09:53.732Z] ---> 1ec1215510d0 [2023-02-07T15:09:53.732Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T15:09:53.732Z] ---> Running in 143c84fe34f4 [2023-02-07T15:09:53.732Z] ---> Running in 40e0b0f66517 [2023-02-07T15:09:53.732Z] ---> Running in d17ddf656e64 [2023-02-07T15:09:53.992Z] Removing intermediate container b575d4827199 [2023-02-07T15:09:53.992Z] ---> 43a104e7b082 [2023-02-07T15:09:53.992Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:09:53.992Z] Removing intermediate container d17ddf656e64 [2023-02-07T15:09:53.992Z] ---> fc0233e95713 [2023-02-07T15:09:53.992Z] Step 23/23 : LABEL version=0.0.0 [2023-02-07T15:09:53.992Z] ---> Running in 0e8ae3b41474 [2023-02-07T15:09:53.992Z] ---> Running in 8856d8215a09 [2023-02-07T15:09:53.992Z] ---> 981b6030928d [2023-02-07T15:09:53.992Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T15:09:53.992Z] Removing intermediate container 0e8ae3b41474 [2023-02-07T15:09:53.992Z] ---> d84c894b4992 [2023-02-07T15:09:53.992Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:09:53.992Z] ---> Running in eb97d8445bb6 [2023-02-07T15:09:53.992Z] ---> Running in 6a734dbc2380 [2023-02-07T15:09:53.992Z] Removing intermediate container 8856d8215a09 [2023-02-07T15:09:53.992Z] ---> 88e78a5dd0af [2023-02-07T15:09:53.992Z] [2023-02-07T15:09:54.250Z] Successfully built 88e78a5dd0af [2023-02-07T15:09:54.250Z] Successfully tagged core-command:latest [2023-02-07T15:09:54.250Z]  Building core-command ... done Building security-spire-agent [2023-02-07T15:09:54.250Z] Removing intermediate container 6a734dbc2380 [2023-02-07T15:09:54.250Z] ---> eab1b716d250 [2023-02-07T15:09:54.250Z] [2023-02-07T15:09:54.250Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-07T15:09:54.250Z] Successfully built eab1b716d250 [2023-02-07T15:09:54.250Z] Successfully tagged support-scheduler:latest [2023-02-07T15:09:54.250Z] Building core-common-config-bootstrapper [2023-02-07T15:09:58.456Z]  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:09:58.456Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:09:58.456Z] ---> e08fcaad9df7 [2023-02-07T15:09:58.456Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T15:09:58.456Z] ---> Using cache [2023-02-07T15:09:58.456Z] ---> 07cf328709ed [2023-02-07T15:09:58.456Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T15:09:58.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:09:58.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:09:58.715Z] ---> e08fcaad9df7 [2023-02-07T15:09:58.715Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:09:58.715Z] ---> Using cache [2023-02-07T15:09:58.715Z] ---> db629df2e9f0 [2023-02-07T15:09:58.975Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:09:58.975Z] ---> Using cache [2023-02-07T15:09:58.975Z] ---> d3cce8646bbe [2023-02-07T15:09:58.975Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T15:09:58.975Z] ---> Using cache [2023-02-07T15:09:58.975Z] ---> cdc316616649 [2023-02-07T15:09:58.975Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:09:58.975Z] ---> Using cache [2023-02-07T15:09:58.975Z] ---> f66794ea7646 [2023-02-07T15:09:58.975Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:09:58.975Z] ---> Using cache [2023-02-07T15:09:58.975Z] ---> 90b1e9346228 [2023-02-07T15:09:58.975Z] Step 8/22 : COPY . . [2023-02-07T15:09:58.975Z] ---> Using cache [2023-02-07T15:09:58.975Z] ---> de4f29b2d03d [2023-02-07T15:09:58.975Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-07T15:10:07.124Z] ---> Running in ae0dcd1cac43 [2023-02-07T15:10:07.124Z] ---> Running in 10435f90a11c [2023-02-07T15:10:07.124Z] Removing intermediate container eb97d8445bb6 [2023-02-07T15:10:07.124Z] ---> 9207dd568998 [2023-02-07T15:10:07.124Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T15:10:07.124Z] Removing intermediate container 40e0b0f66517 [2023-02-07T15:10:07.124Z] ---> bbeb2969fbc2 [2023-02-07T15:10:07.124Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:10:07.124Z] ---> Running in 53caf4d1e7e4 [2023-02-07T15:10:07.124Z] Removing intermediate container 53caf4d1e7e4 [2023-02-07T15:10:07.124Z] ---> eb24497839dd [2023-02-07T15:10:07.124Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T15:10:07.124Z] ---> Running in ba2ca5eff13e [2023-02-07T15:10:07.124Z] ---> d16fb822a6e6 [2023-02-07T15:10:07.124Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-07T15:10:07.124Z] Removing intermediate container ba2ca5eff13e [2023-02-07T15:10:07.124Z] ---> fc41384c9e87 [2023-02-07T15:10:07.124Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:10:07.124Z] ---> Running in 7c9de07888fa [2023-02-07T15:10:07.124Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:07.124Z] Removing intermediate container 7c9de07888fa [2023-02-07T15:10:07.124Z] ---> e6a3a1fc5685 [2023-02-07T15:10:07.124Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:10:07.124Z] 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-02-07T15:10:07.124Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:07.395Z] ---> e113b24f3800 [2023-02-07T15:10:07.395Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-07T15:10:07.395Z] ---> Running in b18d3fa6227a [2023-02-07T15:10:07.395Z] Removing intermediate container b18d3fa6227a [2023-02-07T15:10:07.395Z] ---> 65dfe1793dfa [2023-02-07T15:10:07.395Z] [2023-02-07T15:10:07.395Z] OK: 211 MiB in 51 packages [2023-02-07T15:10:07.395Z] Successfully built 65dfe1793dfa [2023-02-07T15:10:07.395Z] ---> a51ae49bb40a [2023-02-07T15:10:07.395Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-07T15:10:07.654Z] Successfully tagged security-secretstore-setup:latest [2023-02-07T15:10:07.654Z] Building core-metadata [2023-02-07T15:10:07.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.494s coverage: 28.7% of statements [2023-02-07T15:10:07.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-07T15:10:07.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-07T15:10:11.934Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:10:11.934Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:10:11.934Z] ---> e08fcaad9df7 [2023-02-07T15:10:11.934Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:10:11.934Z] ---> Using cache [2023-02-07T15:10:11.934Z] ---> db629df2e9f0 [2023-02-07T15:10:11.934Z] Step 4/24 : WORKDIR /edgex-go [2023-02-07T15:10:11.934Z] ---> Using cache [2023-02-07T15:10:11.934Z] ---> d3cce8646bbe [2023-02-07T15:10:11.934Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-07T15:10:11.934Z] ---> Using cache [2023-02-07T15:10:11.934Z] ---> cdc316616649 [2023-02-07T15:10:11.934Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-07T15:10:11.934Z] ---> Using cache [2023-02-07T15:10:11.934Z] ---> f66794ea7646 [2023-02-07T15:10:11.934Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:10:11.934Z] ---> Using cache [2023-02-07T15:10:11.934Z] ---> 90b1e9346228 [2023-02-07T15:10:11.934Z] Step 8/24 : COPY . . [2023-02-07T15:10:11.934Z] ---> Using cache [2023-02-07T15:10:11.934Z] ---> de4f29b2d03d [2023-02-07T15:10:11.934Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-07T15:10:15.226Z] 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-02-07T15:10:15.815Z] ---> cdb08af9a0ab [2023-02-07T15:10:15.815Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-07T15:10:15.815Z] ---> Running in 362aea44a1b1 [2023-02-07T15:10:16.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.545s coverage: 98.5% of statements [2023-02-07T15:10:16.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.671s coverage: 43.1% of statements [2023-02-07T15:10:16.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-07T15:10:16.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-07T15:10:16.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-07T15:10:16.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.174s coverage: 54.0% of statements [2023-02-07T15:10:16.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-07T15:10:16.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-07T15:10:16.074Z] Removing intermediate container ae0dcd1cac43 [2023-02-07T15:10:16.074Z] ---> fb574085b371 [2023-02-07T15:10:16.074Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T15:10:16.074Z] ---> 16ff34ac5c25 [2023-02-07T15:10:16.074Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-07T15:10:16.333Z] ---> 0f54f097d93b [2023-02-07T15:10:16.333Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:10:16.602Z] ---> Running in 3533e807eebd [2023-02-07T15:10:16.602Z] ---> 7af369b17a28 [2023-02-07T15:10:16.602Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-07T15:10:16.602Z] 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-02-07T15:10:17.170Z] ---> f06e533f447a [2023-02-07T15:10:17.170Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-07T15:10:17.170Z] ---> Running in b6b9f97a1642 [2023-02-07T15:10:20.468Z] Removing intermediate container b6b9f97a1642 [2023-02-07T15:10:20.468Z] ---> 3a607c7075bf [2023-02-07T15:10:20.468Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-07T15:10:20.468Z] ---> Running in 14ddca6a5aab [2023-02-07T15:10:20.468Z] Removing intermediate container 143c84fe34f4 [2023-02-07T15:10:20.468Z] ---> 8cf54f811aea [2023-02-07T15:10:20.468Z] [2023-02-07T15:10:20.468Z] Step 9/21 : FROM alpine:3.16 [2023-02-07T15:10:20.468Z] ---> bfe296a52501 [2023-02-07T15:10:20.468Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-07T15:10:20.468Z] ---> Running in 922c72adcd49 [2023-02-07T15:10:20.468Z] Removing intermediate container 14ddca6a5aab [2023-02-07T15:10:20.468Z] ---> dbd636c8fcb0 [2023-02-07T15:10:20.468Z] Step 29/32 : CMD ["gate"] [2023-02-07T15:10:20.468Z] ---> Running in 0920f636e83b [2023-02-07T15:10:20.732Z] Removing intermediate container 0920f636e83b [2023-02-07T15:10:20.732Z] ---> 5c6167e56152 [2023-02-07T15:10:20.732Z] Step 30/32 : LABEL arch=x86_64 [2023-02-07T15:10:20.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:20.997Z] ---> Running in f7be2d821b1d [2023-02-07T15:10:20.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:20.997Z] Removing intermediate container f7be2d821b1d [2023-02-07T15:10:20.997Z] ---> f19cffb4d116 [2023-02-07T15:10:20.997Z] Step 31/32 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:10:21.266Z] ---> Running in 1834f71d5b16 [2023-02-07T15:10:21.266Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-07T15:10:21.266Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-07T15:10:21.526Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-07T15:10:21.526Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-07T15:10:21.526Z] Removing intermediate container 1834f71d5b16 [2023-02-07T15:10:21.526Z] ---> a77dc4c4089d [2023-02-07T15:10:21.526Z] Step 32/32 : LABEL version=0.0.0 [2023-02-07T15:10:21.526Z] (5/6) Installing curl (7.83.1-r5) [2023-02-07T15:10:21.526Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-07T15:10:21.526Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:10:21.526Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:10:21.939Z] OK: 8 MiB in 20 packages [2023-02-07T15:10:21.939Z] ---> Running in 9fc51353e58c [2023-02-07T15:10:22.245Z] Removing intermediate container 9fc51353e58c [2023-02-07T15:10:22.245Z] ---> ad3a65ee9667 [2023-02-07T15:10:22.245Z] [2023-02-07T15:10:22.245Z] Successfully built ad3a65ee9667 [2023-02-07T15:10:22.245Z] Successfully tagged security-bootstrapper:latest [2023-02-07T15:10:22.245Z]  Building security-bootstrapper ... done Building support-notifications [2023-02-07T15:10:26.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:10:26.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:10:26.457Z] ---> e08fcaad9df7 [2023-02-07T15:10:26.457Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:10:26.457Z] ---> Using cache [2023-02-07T15:10:26.457Z] ---> db629df2e9f0 [2023-02-07T15:10:26.457Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:10:26.457Z] ---> Using cache [2023-02-07T15:10:26.457Z] ---> d3cce8646bbe [2023-02-07T15:10:26.457Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-07T15:10:29.765Z] ---> Running in 99b6d7bbae80 [2023-02-07T15:10:29.765Z] Removing intermediate container 922c72adcd49 [2023-02-07T15:10:29.765Z] ---> b6ed7198534c [2023-02-07T15:10:29.765Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T15:10:30.090Z] ---> Running in 5cc833e311b6 [2023-02-07T15:10:30.090Z] Removing intermediate container 5cc833e311b6 [2023-02-07T15:10:30.090Z] ---> 341c870f8343 [2023-02-07T15:10:30.090Z] Step 12/21 : WORKDIR /edgex [2023-02-07T15:10:30.350Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:30.350Z] ---> Running in 3dad44f05768 [2023-02-07T15:10:30.350Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:30.610Z] OK: 211 MiB in 51 packages [2023-02-07T15:10:30.871Z] Removing intermediate container 3dad44f05768 [2023-02-07T15:10:30.871Z] ---> f476551ae5bc [2023-02-07T15:10:30.871Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-07T15:10:32.809Z] ---> 406586c853c9 [2023-02-07T15:10:32.809Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-07T15:10:33.074Z] Removing intermediate container 99b6d7bbae80 [2023-02-07T15:10:33.074Z] ---> 0627554e33f5 [2023-02-07T15:10:33.074Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:10:33.074Z] Removing intermediate container 10435f90a11c [2023-02-07T15:10:33.074Z] ---> e92c1ae028ec [2023-02-07T15:10:33.074Z] [2023-02-07T15:10:33.074Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:10:33.074Z] ---> bfe296a52501 [2023-02-07T15:10:33.074Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-07T15:10:33.074Z] ---> Running in dcd8fc5eb9c5 [2023-02-07T15:10:33.340Z] ---> 8f9a2d12ff97 [2023-02-07T15:10:33.340Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:10:33.340Z] Removing intermediate container dcd8fc5eb9c5 [2023-02-07T15:10:33.601Z] ---> Running in f1782512bd6d [2023-02-07T15:10:33.601Z] ---> cd54179257e1 [2023-02-07T15:10:33.601Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:10:33.601Z] ---> 88ec670c02d4 [2023-02-07T15:10:33.601Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-07T15:10:33.601Z] ---> Running in 53732e1e2eb4 [2023-02-07T15:10:34.170Z] ---> 924117419ff8 [2023-02-07T15:10:34.170Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T15:10:34.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:34.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:10:34.689Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T15:10:34.689Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:10:34.689Z] OK: 6 MiB in 15 packages [2023-02-07T15:10:35.628Z] ---> 6af57f15c8e7 [2023-02-07T15:10:35.629Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T15:10:35.896Z] ---> Running in eecbed1c46cd [2023-02-07T15:10:36.158Z] Removing intermediate container 53732e1e2eb4 [2023-02-07T15:10:36.158Z] ---> 8fcf7925f5cf [2023-02-07T15:10:36.158Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:10:36.426Z] ---> 3d4f57ef6415 [2023-02-07T15:10:36.426Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-07T15:10:38.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.871s coverage: 89.2% of statements [2023-02-07T15:10:38.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-07T15:10:38.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-07T15:10:38.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:10:38.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-07T15:10:38.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-07T15:10:38.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.532s coverage: 2.6% of statements [2023-02-07T15:10:38.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-07T15:10:38.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-07T15:10:38.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.664s coverage: 95.6% of statements [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-07T15:10:38.720Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.355s coverage: 72.2% of statements [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-07T15:10:38.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.311s coverage: 65.9% of statements [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-07T15:10:38.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.531s coverage: 0.9% of statements [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-07T15:10:38.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.360s coverage: 29.6% of statements [2023-02-07T15:10:38.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-07T15:10:38.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.269s coverage: 47.1% of statements [2023-02-07T15:10:38.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.250s coverage: 82.9% of statements [2023-02-07T15:10:40.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.332s coverage: 94.1% of statements [2023-02-07T15:10:41.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.294s coverage: 96.3% of statements [2023-02-07T15:10:41.726Z] ---> 51f4e7fe0ffd [2023-02-07T15:10:41.726Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-07T15:10:41.726Z] Removing intermediate container eecbed1c46cd [2023-02-07T15:10:41.726Z] ---> f2125ee48d9f [2023-02-07T15:10:41.726Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T15:10:41.726Z] ---> Running in c0efb26b7833 [2023-02-07T15:10:42.041Z] ---> 35d07d480bc5 [2023-02-07T15:10:42.041Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-07T15:10:42.393Z] Removing intermediate container c0efb26b7833 [2023-02-07T15:10:42.393Z] ---> b1c6d723499c [2023-02-07T15:10:42.393Z] Step 19/21 : LABEL arch=x86_64 [2023-02-07T15:10:44.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.324s coverage: 87.5% of statements [2023-02-07T15:10:46.711Z] ---> Running in c4fe02cb53c6 [2023-02-07T15:10:46.711Z] ---> 263ef61004fe [2023-02-07T15:10:46.711Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T15:10:47.276Z] ---> Running in fc76fd372406 [2023-02-07T15:10:47.276Z] Removing intermediate container c4fe02cb53c6 [2023-02-07T15:10:47.276Z] ---> a586fb29eba1 [2023-02-07T15:10:47.276Z] Step 20/21 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:10:47.276Z] ---> Running in e65aaddcc60d [2023-02-07T15:10:47.276Z] Removing intermediate container 362aea44a1b1 [2023-02-07T15:10:47.276Z] ---> 2b0cdf5268bb [2023-02-07T15:10:47.276Z] [2023-02-07T15:10:47.276Z] Step 10/24 : FROM alpine:3.16 [2023-02-07T15:10:47.276Z] ---> bfe296a52501 [2023-02-07T15:10:47.276Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:10:47.276Z] ---> Using cache [2023-02-07T15:10:47.276Z] ---> 2380dadcffb9 [2023-02-07T15:10:47.276Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:10:47.276Z] ---> Using cache [2023-02-07T15:10:47.276Z] ---> a2335e3dfca8 [2023-02-07T15:10:47.276Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-07T15:10:47.276Z] ---> Running in d809ca193fe8 [2023-02-07T15:10:47.276Z] Removing intermediate container e65aaddcc60d [2023-02-07T15:10:47.276Z] ---> 118c97836206 [2023-02-07T15:10:47.276Z] Step 21/21 : LABEL version=0.0.0 [2023-02-07T15:10:47.533Z] ---> Running in 36b1202c8007 [2023-02-07T15:10:47.533Z] Removing intermediate container d809ca193fe8 [2023-02-07T15:10:47.533Z] ---> acddabb064bb [2023-02-07T15:10:47.533Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-07T15:10:47.533Z] ---> Running in 34e3c6957acc [2023-02-07T15:10:47.533Z] Removing intermediate container 36b1202c8007 [2023-02-07T15:10:47.533Z] ---> d5e2a7c11ae7 [2023-02-07T15:10:47.533Z] [2023-02-07T15:10:47.533Z] Successfully built d5e2a7c11ae7 [2023-02-07T15:10:47.533Z] Successfully tagged security-proxy-setup:latest [2023-02-07T15:10:47.533Z] Building security-spire-server [2023-02-07T15:10:47.790Z]  Building security-proxy-setup ... done Removing intermediate container 34e3c6957acc [2023-02-07T15:10:47.790Z] ---> fe472beeac75 [2023-02-07T15:10:47.790Z] Step 15/24 : WORKDIR / [2023-02-07T15:10:47.790Z] ---> Running in 1188af1ea3db [2023-02-07T15:10:48.049Z] Removing intermediate container 3533e807eebd [2023-02-07T15:10:48.049Z] ---> 87b86ac3dd92 [2023-02-07T15:10:48.049Z] Step 7/24 : COPY . . [2023-02-07T15:10:50.662Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:10:50.662Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:10:50.662Z] ---> e08fcaad9df7 [2023-02-07T15:10:50.662Z] Step 3/23 : WORKDIR /edgex-go [2023-02-07T15:10:50.662Z] ---> Using cache [2023-02-07T15:10:50.662Z] ---> 07cf328709ed [2023-02-07T15:10:50.662Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T15:10:50.662Z] ---> Using cache [2023-02-07T15:10:50.662Z] ---> fb574085b371 [2023-02-07T15:10:50.662Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-07T15:10:50.662Z] ---> Using cache [2023-02-07T15:10:50.662Z] ---> 0f54f097d93b [2023-02-07T15:10:50.662Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:10:50.662Z] ---> Using cache [2023-02-07T15:10:50.662Z] ---> 87b86ac3dd92 [2023-02-07T15:10:50.662Z] Step 7/23 : COPY . . [2023-02-07T15:10:54.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.339s coverage: 94.4% of statements [2023-02-07T15:10:54.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.212s coverage: 44.8% of statements [2023-02-07T15:10:59.055Z] Removing intermediate container 1188af1ea3db [2023-02-07T15:10:59.055Z] ---> c5b119c64780 [2023-02-07T15:10:59.055Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:10:59.055Z] Removing intermediate container fc76fd372406 [2023-02-07T15:10:59.055Z] ---> 0d8a1d1252b5 [2023-02-07T15:10:59.055Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T15:10:59.400Z] ---> Running in 2296a111589b [2023-02-07T15:10:59.400Z] ---> 2798adad096e [2023-02-07T15:10:59.400Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T15:10:59.400Z] ---> 06d472d6b291 [2023-02-07T15:10:59.400Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T15:10:59.400Z] ---> Running in ade7b2082baf [2023-02-07T15:10:59.400Z] ---> Running in 46a6fea2ceff [2023-02-07T15:10:59.400Z] Removing intermediate container 2296a111589b [2023-02-07T15:10:59.400Z] ---> ee3766c66566 [2023-02-07T15:10:59.400Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-07T15:10:59.400Z] ---> 07ff9257113b [2023-02-07T15:10:59.400Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-07T15:10:59.400Z] ---> Running in 118b6d247361 [2023-02-07T15:10:59.400Z] Removing intermediate container 46a6fea2ceff [2023-02-07T15:10:59.400Z] ---> 42fd034d5f71 [2023-02-07T15:10:59.400Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T15:10:59.400Z] ---> Running in 8c87aa772e34 [2023-02-07T15:10:59.400Z] Removing intermediate container ade7b2082baf [2023-02-07T15:10:59.400Z] ---> 3298a16f5c0c [2023-02-07T15:10:59.400Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-07T15:10:59.686Z] Removing intermediate container 118b6d247361 [2023-02-07T15:10:59.686Z] ---> 12943c5f5b9c [2023-02-07T15:10:59.686Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T15:10:59.686Z] ---> Running in b29485a73a75 [2023-02-07T15:10:59.686Z] Removing intermediate container 8c87aa772e34 [2023-02-07T15:10:59.686Z] ---> 418ac4b87ecb [2023-02-07T15:10:59.686Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T15:10:59.952Z] ---> Running in e2682f3afab5 [2023-02-07T15:10:59.952Z] ---> e580b539a6ea [2023-02-07T15:10:59.952Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-07T15:10:59.952Z] ---> Running in 22a3dc72cb5a [2023-02-07T15:10:59.952Z] Removing intermediate container b29485a73a75 [2023-02-07T15:10:59.952Z] ---> 63e2c9c12033 [2023-02-07T15:10:59.952Z] Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T15:10:59.952Z] Removing intermediate container e2682f3afab5 [2023-02-07T15:10:59.952Z] ---> ce6225499ce8 [2023-02-07T15:10:59.952Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:10:59.952Z] ---> Running in e0467ab6b08d [2023-02-07T15:10:59.952Z] ---> Running in bca2a929e76d [2023-02-07T15:10:59.952Z] ---> ca659c9070d3 [2023-02-07T15:10:59.952Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-07T15:11:00.212Z] Removing intermediate container bca2a929e76d [2023-02-07T15:11:00.212Z] ---> f0b805e50712 [2023-02-07T15:11:00.212Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:11:00.212Z] ---> Running in 0451102ed5d4 [2023-02-07T15:11:00.212Z] ---> 70198ced7fa0 [2023-02-07T15:11:00.212Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-07T15:11:00.212Z] ---> Running in 75c1f0292b1f [2023-02-07T15:11:00.212Z] Removing intermediate container 0451102ed5d4 [2023-02-07T15:11:00.212Z] ---> bf79afb90514 [2023-02-07T15:11:00.212Z] [2023-02-07T15:11:00.212Z] Removing intermediate container 75c1f0292b1f [2023-02-07T15:11:00.212Z] ---> 07015d301031 [2023-02-07T15:11:00.212Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:11:00.212Z] Successfully built bf79afb90514 [2023-02-07T15:11:00.212Z] ---> Running in 3b3a833c03a8 [2023-02-07T15:11:00.212Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-07T15:11:00.474Z]  Building core-common-config-bootstrapper ... done Building security-spire-config [2023-02-07T15:11:00.474Z] Removing intermediate container 3b3a833c03a8 [2023-02-07T15:11:00.474Z] ---> 8974b6b5e1e3 [2023-02-07T15:11:00.474Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T15:11:04.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.082s coverage: 79.9% of statements [2023-02-07T15:11:04.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-07T15:11:04.911Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:11:04.911Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:11:04.911Z] ---> e08fcaad9df7 [2023-02-07T15:11:04.911Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T15:11:04.911Z] ---> Using cache [2023-02-07T15:11:04.911Z] ---> 07cf328709ed [2023-02-07T15:11:04.911Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T15:11:04.911Z] ---> Using cache [2023-02-07T15:11:04.911Z] ---> fb574085b371 [2023-02-07T15:11:04.911Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T15:11:04.911Z] ---> Using cache [2023-02-07T15:11:04.911Z] ---> 0f54f097d93b [2023-02-07T15:11:04.911Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:11:04.911Z] ---> Using cache [2023-02-07T15:11:04.911Z] ---> 87b86ac3dd92 [2023-02-07T15:11:04.911Z] Step 7/24 : COPY . . [2023-02-07T15:11:04.911Z] ---> Using cache [2023-02-07T15:11:04.911Z] ---> 2798adad096e [2023-02-07T15:11:04.911Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T15:11:04.911Z] ---> Using cache [2023-02-07T15:11:04.911Z] ---> 3298a16f5c0c [2023-02-07T15:11:04.911Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T15:11:04.911Z] ---> Using cache [2023-02-07T15:11:04.911Z] ---> 63e2c9c12033 [2023-02-07T15:11:04.911Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T15:11:07.496Z] ---> Running in 4339d5756c85 [2023-02-07T15:11:07.496Z] ---> Running in 8a19538a380e [2023-02-07T15:11:07.496Z] Removing intermediate container 4339d5756c85 [2023-02-07T15:11:07.496Z] ---> 0ed4711e30ad [2023-02-07T15:11:07.496Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:11:07.496Z] Removing intermediate container 22a3dc72cb5a [2023-02-07T15:11:07.496Z] ---> bec8457960c3 [2023-02-07T15:11:07.496Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T15:11:07.496Z] Removing intermediate container e0467ab6b08d [2023-02-07T15:11:07.496Z] ---> 0c4fc1a8788b [2023-02-07T15:11:07.496Z] Step 11/23 : WORKDIR /edgex-go [2023-02-07T15:11:07.840Z] ---> Running in beac4ba1c1f7 [2023-02-07T15:11:07.840Z] ---> Running in cb4b96d0f0a3 [2023-02-07T15:11:07.840Z] ---> Running in 962020dd024d [2023-02-07T15:11:08.104Z] Removing intermediate container cb4b96d0f0a3 [2023-02-07T15:11:08.104Z] ---> ca92102ea498 [2023-02-07T15:11:08.104Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:11:09.046Z] Removing intermediate container beac4ba1c1f7 [2023-02-07T15:11:09.046Z] Removing intermediate container 962020dd024d [2023-02-07T15:11:09.046Z] ---> d97b6ced70a6 [2023-02-07T15:11:09.046Z] ---> c68e339eaf29 [2023-02-07T15:11:09.046Z] [2023-02-07T15:11:09.046Z] [2023-02-07T15:11:09.046Z] Step 12/24 : FROM alpine:3.15Step 12/23 : FROM alpine:3.15 [2023-02-07T15:11:09.046Z] [2023-02-07T15:11:09.046Z] ---> Running in 4bf439127ab9 [2023-02-07T15:11:09.306Z] Removing intermediate container 4bf439127ab9 [2023-02-07T15:11:09.306Z] ---> 877c439f8c66 [2023-02-07T15:11:09.306Z] [2023-02-07T15:11:09.306Z] Removing intermediate container 8a19538a380e [2023-02-07T15:11:09.306Z] ---> 6fa4e46c153c [2023-02-07T15:11:09.306Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T15:11:09.306Z] Successfully built 877c439f8c66 [2023-02-07T15:11:09.306Z] ---> Running in f2d0c32fe202 [2023-02-07T15:11:09.306Z] Successfully tagged core-metadata:latest [2023-02-07T15:11:09.306Z]  Building core-metadata ... done Building security-spiffe-token-provider [2023-02-07T15:11:09.567Z] Removing intermediate container f2d0c32fe202 [2023-02-07T15:11:09.567Z] ---> c33a6db6012d [2023-02-07T15:11:09.567Z] [2023-02-07T15:11:09.567Z] Step 12/24 : FROM alpine:3.15 [2023-02-07T15:11:10.197Z] 3.15: Pulling from library/alpine [2023-02-07T15:11:10.789Z] 3.15: Pulling from library/alpine [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.362s coverage: 92.9% of statements [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 64.4% of statements [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.262s coverage: 86.9% of statements [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.234s coverage: 87.2% of statements [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.293s coverage: 77.4% of statements [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.307s coverage: 80.0% of statements [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.290s coverage: 87.2% of statements [2023-02-07T15:11:11.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.326s coverage: 91.2% of statements [2023-02-07T15:11:11.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-07T15:11:12.710Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:11:12.711Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:11:12.711Z] ---> e08fcaad9df7 [2023-02-07T15:11:12.711Z] Step 3/19 : WORKDIR /edgex-go [2023-02-07T15:11:12.711Z] ---> Using cache [2023-02-07T15:11:12.711Z] ---> 07cf328709ed [2023-02-07T15:11:12.711Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-07T15:11:13.282Z] ---> Running in 118eaf0e0a0e [2023-02-07T15:11:13.542Z] 3.15: Pulling from library/alpine [2023-02-07T15:11:14.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:14.031Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T15:11:14.031Z] Status: Downloaded newer image for alpine:3.15 [2023-02-07T15:11:14.031Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T15:11:14.031Z] Status: Image is up to date for alpine:3.15 [2023-02-07T15:11:14.031Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T15:11:14.031Z] Status: Image is up to date for alpine:3.15 [2023-02-07T15:11:14.031Z] ---> c4fc93816858 [2023-02-07T15:11:14.031Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:11:14.031Z] ---> c4fc93816858 [2023-02-07T15:11:14.031Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:11:14.031Z] ---> c4fc93816858 [2023-02-07T15:11:14.031Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:11:14.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:14.292Z] ---> Running in 7d5507431182 [2023-02-07T15:11:14.292Z] ---> Running in f3c2c03249c0 [2023-02-07T15:11:14.292Z] ---> Running in 33358c3e4fca [2023-02-07T15:11:14.564Z] v3.16.3-155-g4a5e7dae477 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-07T15:11:14.564Z] v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-07T15:11:14.564Z] OK: 17044 distinct packages available [2023-02-07T15:11:14.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:14.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:14.821Z] OK: 211 MiB in 51 packages [2023-02-07T15:11:15.396Z] Removing intermediate container 33358c3e4fca [2023-02-07T15:11:15.396Z] ---> abfe971e8b11 [2023-02-07T15:11:15.396Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T15:11:15.751Z] Removing intermediate container 7d5507431182 [2023-02-07T15:11:15.751Z] ---> 8b413f4f0e15 [2023-02-07T15:11:15.751Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-07T15:11:16.364Z] Removing intermediate container f3c2c03249c0 [2023-02-07T15:11:16.364Z] ---> 5ca74bfe6487 [2023-02-07T15:11:16.364Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T15:11:16.364Z] ---> Running in c7b33095e4fc [2023-02-07T15:11:16.364Z] ---> Running in dfdf40046ab2 [2023-02-07T15:11:16.364Z] ---> Running in 8c986fc72175 [2023-02-07T15:11:16.621Z] Removing intermediate container 118eaf0e0a0e [2023-02-07T15:11:16.621Z] ---> c3de74e61254 [2023-02-07T15:11:16.621Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-07T15:11:17.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.188Z] ---> 96d3338fd710 [2023-02-07T15:11:17.188Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:11:17.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.702Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:11:17.702Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:11:17.702Z] OK: 15859 distinct packages available [2023-02-07T15:11:17.702Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:11:17.702Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:11:17.702Z] OK: 15859 distinct packages available [2023-02-07T15:11:17.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.703Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:11:17.703Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:11:17.703Z] OK: 15859 distinct packages available [2023-02-07T15:11:17.703Z] ---> Running in c4879e68f4da [2023-02-07T15:11:17.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:17.960Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-07T15:11:17.960Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-07T15:11:17.960Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:11:17.960Z] (3/5) Installing libucontext (1.1-r0) [2023-02-07T15:11:17.960Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:11:17.960Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-07T15:11:17.960Z] (3/4) Installing libucontext (1.1-r0) [2023-02-07T15:11:17.960Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-07T15:11:17.960Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-07T15:11:17.960Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:11:17.960Z] OK: 6 MiB in 18 packages [2023-02-07T15:11:17.960Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:11:17.960Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-07T15:11:17.960Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:11:17.960Z] OK: 7 MiB in 19 packages [2023-02-07T15:11:17.960Z] (3/5) Installing libucontext (1.1-r0) [2023-02-07T15:11:18.226Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-07T15:11:18.226Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-07T15:11:18.226Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:11:18.226Z] OK: 7 MiB in 19 packages [2023-02-07T15:11:19.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.424s coverage: 64.7% of statements [2023-02-07T15:11:19.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-07T15:11:19.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-07T15:11:19.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.321s coverage: 100.0% of statements [2023-02-07T15:11:19.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.214s coverage: 89.4% of statements [2023-02-07T15:11:19.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements [2023-02-07T15:11:19.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.176s coverage: 73.7% of statements [2023-02-07T15:11:19.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.109s coverage: 100.0% of statements [2023-02-07T15:11:20.190Z] Removing intermediate container dfdf40046ab2 [2023-02-07T15:11:20.190Z] ---> 7f9318cf1cf6 [2023-02-07T15:11:20.190Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T15:11:20.190Z] Removing intermediate container 8c986fc72175 [2023-02-07T15:11:20.190Z] ---> a584c7f95f10 [2023-02-07T15:11:20.190Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T15:11:20.190Z] Removing intermediate container c7b33095e4fc [2023-02-07T15:11:20.190Z] ---> 73dc6b17dc41 [2023-02-07T15:11:20.190Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-07T15:11:20.190Z] Removing intermediate container f1782512bd6d [2023-02-07T15:11:20.190Z] ---> 233e0817b93a [2023-02-07T15:11:20.190Z] Step 8/22 : COPY . . [2023-02-07T15:11:26.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.356s coverage: 65.3% of statements [2023-02-07T15:11:26.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-07T15:11:26.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-07T15:11:26.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-07T15:11:28.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.781s coverage: 41.8% of statements [2023-02-07T15:11:28.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-07T15:11:28.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-07T15:11:28.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.247s coverage: 89.5% of statements [2023-02-07T15:11:28.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-07T15:11:28.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.437s coverage: 84.8% of statements [2023-02-07T15:11:28.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-07T15:11:28.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-07T15:11:28.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-07T15:11:28.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-07T15:11:28.550Z] ---> 7c86239d6c1b [2023-02-07T15:11:28.550Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T15:11:28.550Z] ---> 32571041fcd5 [2023-02-07T15:11:28.550Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T15:11:28.550Z] ---> 4905ccb54bf9 [2023-02-07T15:11:28.550Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T15:11:28.550Z] ---> 08c7117e2c2f [2023-02-07T15:11:28.550Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-07T15:11:28.550Z] ---> Running in ba1f030c9f26 [2023-02-07T15:11:28.550Z] ---> 4e7427f98499 [2023-02-07T15:11:28.550Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-07T15:11:28.550Z] ---> 2b5f31d3ce07 [2023-02-07T15:11:28.550Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-07T15:11:28.550Z] ---> Running in a59567128144 [2023-02-07T15:11:28.550Z] Removing intermediate container a59567128144 [2023-02-07T15:11:28.550Z] ---> 7c1c2c7029da [2023-02-07T15:11:28.550Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-07T15:11:28.839Z] 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-02-07T15:11:29.100Z] ---> b2e3df4dc62a [2023-02-07T15:11:29.100Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-07T15:11:29.100Z] ---> 20268000af53 [2023-02-07T15:11:29.100Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T15:11:29.368Z] ---> 701491d82ca1 [2023-02-07T15:11:29.368Z] Step 19/24 : WORKDIR / [2023-02-07T15:11:29.655Z] ---> 452688dd26e0 [2023-02-07T15:11:29.655Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T15:11:29.655Z] ---> 440232cae3b3 [2023-02-07T15:11:29.655Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-07T15:11:29.655Z] ---> Running in 67425473b613 [2023-02-07T15:11:29.655Z] ---> Running in 535ec1ef3c5d [2023-02-07T15:11:29.655Z] Removing intermediate container 535ec1ef3c5d [2023-02-07T15:11:29.655Z] ---> a0a23b3fb20f [2023-02-07T15:11:29.655Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T15:11:29.655Z] Removing intermediate container 67425473b613 [2023-02-07T15:11:29.655Z] ---> c2f9002beabc [2023-02-07T15:11:29.655Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T15:11:29.655Z] ---> 1833238c5d4d [2023-02-07T15:11:29.655Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-07T15:11:29.655Z] ---> Running in 88ae07c3bfb7 [2023-02-07T15:11:29.917Z] ---> Running in bd91584ef746 [2023-02-07T15:11:29.917Z] Removing intermediate container 88ae07c3bfb7 [2023-02-07T15:11:29.917Z] ---> f1e676f9e1c9 [2023-02-07T15:11:29.917Z] Step 21/23 : LABEL arch=x86_64 [2023-02-07T15:11:29.917Z] ---> 74b235083930 [2023-02-07T15:11:29.917Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T15:11:29.917Z] ---> Running in 629d918a1f91 [2023-02-07T15:11:29.917Z] ---> Running in 0ddc5c048c8d [2023-02-07T15:11:29.917Z] Removing intermediate container bd91584ef746 [2023-02-07T15:11:29.917Z] ---> 23a4c0a1dee8 [2023-02-07T15:11:29.917Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T15:11:29.917Z] ---> Running in 20631cffc3c5 [2023-02-07T15:11:29.917Z] Removing intermediate container 0ddc5c048c8d [2023-02-07T15:11:29.917Z] ---> 3ee20fab7ade [2023-02-07T15:11:29.917Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T15:11:29.917Z] Removing intermediate container 629d918a1f91 [2023-02-07T15:11:29.917Z] ---> c4cb096cb3c2 [2023-02-07T15:11:29.917Z] Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:11:29.917Z] ---> Running in 4438661cdc7a [2023-02-07T15:11:30.177Z] ---> Running in 8c826d8277b0 [2023-02-07T15:11:30.177Z] Removing intermediate container 20631cffc3c5 [2023-02-07T15:11:30.177Z] ---> 237e168726dc [2023-02-07T15:11:30.177Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T15:11:30.177Z] ---> Running in 24ad33e54595 [2023-02-07T15:11:30.177Z] Removing intermediate container 8c826d8277b0 [2023-02-07T15:11:30.177Z] ---> e63e7ce6cf17 [2023-02-07T15:11:30.177Z] Step 23/23 : LABEL version=0.0.0 [2023-02-07T15:11:30.177Z] Removing intermediate container 4438661cdc7a [2023-02-07T15:11:30.177Z] ---> 8dbeb15fa441 [2023-02-07T15:11:30.177Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T15:11:30.177Z] ---> Running in 52fd1c4d1f68 [2023-02-07T15:11:30.177Z] Removing intermediate container 24ad33e54595 [2023-02-07T15:11:30.177Z] ---> 76f1459484ae [2023-02-07T15:11:30.177Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:11:30.177Z] ---> Running in 28ec6518c03b [2023-02-07T15:11:30.437Z] ---> Running in 9c15fba0bb21 [2023-02-07T15:11:30.437Z] Removing intermediate container 52fd1c4d1f68 [2023-02-07T15:11:30.437Z] ---> 7b3eb717cedc [2023-02-07T15:11:30.437Z] [2023-02-07T15:11:30.437Z] Removing intermediate container 28ec6518c03b [2023-02-07T15:11:30.437Z] ---> 57ae30df25cf [2023-02-07T15:11:30.437Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:11:30.437Z] Removing intermediate container 9c15fba0bb21 [2023-02-07T15:11:30.437Z] ---> 2c6593c3a7b6 [2023-02-07T15:11:30.437Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:11:30.437Z] Successfully built 7b3eb717cedc [2023-02-07T15:11:30.437Z] ---> Running in e5ee07bc546c [2023-02-07T15:11:30.437Z] Successfully tagged security-spire-server:latest [2023-02-07T15:11:30.437Z]  Building security-spire-server ... done  ---> Running in 961d5bb16ef6 [2023-02-07T15:11:30.437Z] Removing intermediate container e5ee07bc546c [2023-02-07T15:11:30.437Z] ---> 8652559dbae1 [2023-02-07T15:11:30.437Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:11:30.697Z] ---> Running in 558cb4be6532 [2023-02-07T15:11:30.697Z] Removing intermediate container 961d5bb16ef6 [2023-02-07T15:11:30.697Z] ---> ca72290111ea [2023-02-07T15:11:30.697Z] [2023-02-07T15:11:30.697Z] Removing intermediate container 558cb4be6532 [2023-02-07T15:11:30.697Z] ---> 08d00bf887c4 [2023-02-07T15:11:30.697Z] [2023-02-07T15:11:30.697Z] Successfully built ca72290111ea [2023-02-07T15:11:30.697Z] Successfully tagged security-spire-config:latest [2023-02-07T15:11:30.697Z]  Building security-spire-config ... done Successfully built 08d00bf887c4 [2023-02-07T15:11:30.697Z] Successfully tagged security-spire-agent:latest [2023-02-07T15:11:36.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.297s coverage: 17.7% of statements [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-07T15:11:36.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.666s coverage: 92.3% of statements [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-07T15:11:36.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.267s coverage: 63.2% of statements [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-07T15:11:36.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.452s coverage: 97.7% of statements [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-07T15:11:36.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-07T15:11:36.819Z] 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-02-07T15:11:36.819Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-07T15:11:36.819Z] go vet ./... [2023-02-07T15:11:57.270Z]  Building security-spire-agent ... done Removing intermediate container ba1f030c9f26 [2023-02-07T15:11:57.270Z] ---> a1b0f1023a94 [2023-02-07T15:11:57.270Z] [2023-02-07T15:11:57.270Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:11:57.270Z] ---> bfe296a52501 [2023-02-07T15:11:57.270Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T15:11:57.270Z] ---> Running in de9e655572c8 [2023-02-07T15:11:57.270Z] Removing intermediate container c4879e68f4da [2023-02-07T15:11:57.270Z] ---> 999d9f730ae9 [2023-02-07T15:11:57.270Z] Step 7/19 : COPY . . [2023-02-07T15:11:57.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:57.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:11:57.270Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T15:11:57.270Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T15:11:57.270Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:11:57.270Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:11:57.270Z] OK: 6 MiB in 16 packages [2023-02-07T15:12:02.595Z] ---> 17e9a3ca71b9 [2023-02-07T15:12:02.595Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-07T15:12:02.595Z] ---> Running in 40ad2eb0dc12 [2023-02-07T15:12:02.595Z] Removing intermediate container de9e655572c8 [2023-02-07T15:12:02.595Z] ---> 78257e822b99 [2023-02-07T15:12:02.595Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:12:02.595Z] ---> Running in 0b928c9558fe [2023-02-07T15:12:02.595Z] Removing intermediate container 0b928c9558fe [2023-02-07T15:12:02.595Z] ---> 88a5db76e5d2 [2023-02-07T15:12:02.595Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-07T15:12:02.595Z] ---> Running in b635f0e14fe8 [2023-02-07T15:12:02.595Z] Removing intermediate container b635f0e14fe8 [2023-02-07T15:12:02.595Z] ---> f5abc1a7c0dd [2023-02-07T15:12:02.595Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T15:12:02.595Z] 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-02-07T15:12:02.595Z] ---> Running in 8acefd8d4aa5 [2023-02-07T15:12:02.595Z] Removing intermediate container 8acefd8d4aa5 [2023-02-07T15:12:02.595Z] ---> 53a4764f6933 [2023-02-07T15:12:02.595Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:12:02.595Z] ---> e30fdb3d7942 [2023-02-07T15:12:02.595Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-07T15:12:03.166Z] ---> 2ed38b4babb0 [2023-02-07T15:12:03.166Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-07T15:12:03.425Z] ---> 88fe0262a5ba [2023-02-07T15:12:03.425Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-07T15:12:03.425Z] ---> Running in 5aa574e4f585 [2023-02-07T15:12:03.425Z] Removing intermediate container 5aa574e4f585 [2023-02-07T15:12:03.425Z] ---> b224278b8902 [2023-02-07T15:12:03.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:12:03.425Z] ---> Running in eac3da1a323f [2023-02-07T15:12:03.685Z] Removing intermediate container eac3da1a323f [2023-02-07T15:12:03.685Z] ---> 7de7f28532bb [2023-02-07T15:12:03.685Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T15:12:03.685Z] ---> Running in 76954607b497 [2023-02-07T15:12:03.685Z] Removing intermediate container 76954607b497 [2023-02-07T15:12:03.685Z] ---> 226fd7a9f27a [2023-02-07T15:12:03.685Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:12:03.685Z] ---> Running in 11676bcb376c [2023-02-07T15:12:03.685Z] Removing intermediate container 11676bcb376c [2023-02-07T15:12:03.685Z] ---> 7081a8650e49 [2023-02-07T15:12:03.685Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:12:03.685Z] ---> Running in 387365bc7f2e [2023-02-07T15:12:03.945Z] Removing intermediate container 387365bc7f2e [2023-02-07T15:12:03.945Z] ---> 7fca66cd7774 [2023-02-07T15:12:03.945Z] [2023-02-07T15:12:03.945Z] Successfully built 7fca66cd7774 [2023-02-07T15:12:03.945Z] Successfully tagged support-notifications:latest [2023-02-07T15:12:22.049Z]  Building support-notifications ... done Removing intermediate container 40ad2eb0dc12 [2023-02-07T15:12:22.049Z] ---> be720ee08cd5 [2023-02-07T15:12:22.049Z] [2023-02-07T15:12:22.049Z] Step 9/19 : FROM alpine:3.15 [2023-02-07T15:12:22.049Z] ---> c4fc93816858 [2023-02-07T15:12:22.049Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:12:22.049Z] ---> Using cache [2023-02-07T15:12:22.049Z] ---> 5ca74bfe6487 [2023-02-07T15:12:22.049Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-07T15:12:22.049Z] ---> Running in 6ce4dbbf5a62 [2023-02-07T15:12:22.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:12:22.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:12:22.049Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:12:22.049Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:12:22.049Z] OK: 15859 distinct packages available [2023-02-07T15:12:22.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T15:12:22.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T15:12:22.049Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-07T15:12:22.311Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-07T15:12:22.311Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-07T15:12:22.311Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-07T15:12:22.311Z] (5/9) Installing curl (7.80.0-r5) [2023-02-07T15:12:22.311Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-07T15:12:22.311Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:12:22.311Z] (8/9) Installing libucontext (1.1-r0) [2023-02-07T15:12:22.311Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-07T15:12:22.311Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:12:22.311Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:12:22.311Z] OK: 8 MiB in 23 packages [2023-02-07T15:12:22.883Z] Removing intermediate container 6ce4dbbf5a62 [2023-02-07T15:12:22.883Z] ---> 4c637b2cbf7f [2023-02-07T15:12:22.883Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:12:23.143Z] ---> 567ef49f9c24 [2023-02-07T15:12:23.143Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-07T15:12:23.714Z] ---> fd4fb803918b [2023-02-07T15:12:23.714Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-07T15:12:23.974Z] ---> e3b692174872 [2023-02-07T15:12:23.974Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-07T15:12:23.974Z] ---> Running in 59f44f67c807 [2023-02-07T15:12:23.974Z] Removing intermediate container 59f44f67c807 [2023-02-07T15:12:23.974Z] ---> 4517c424ff8e [2023-02-07T15:12:23.974Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:12:23.974Z] ---> Running in 8b88d7a2a243 [2023-02-07T15:12:23.974Z] Removing intermediate container 8b88d7a2a243 [2023-02-07T15:12:23.974Z] ---> c7cda40cc607 [2023-02-07T15:12:23.974Z] Step 17/19 : LABEL arch=x86_64 [2023-02-07T15:12:23.974Z] ---> Running in ef08c65fc206 [2023-02-07T15:12:24.233Z] Removing intermediate container ef08c65fc206 [2023-02-07T15:12:24.233Z] ---> 575339d77706 [2023-02-07T15:12:24.233Z] Step 18/19 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:12:24.233Z] ---> Running in b8e46e32b774 [2023-02-07T15:12:24.233Z] Removing intermediate container b8e46e32b774 [2023-02-07T15:12:24.233Z] ---> 133679febe32 [2023-02-07T15:12:24.233Z] Step 19/19 : LABEL version=0.0.0 [2023-02-07T15:12:24.233Z] ---> Running in 9384b64b5f5b [2023-02-07T15:12:24.233Z] Removing intermediate container 9384b64b5f5b [2023-02-07T15:12:24.233Z] ---> aa3bb51c4e01 [2023-02-07T15:12:24.233Z] [2023-02-07T15:12:24.491Z] Successfully built aa3bb51c4e01 [2023-02-07T15:12:24.491Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-07T15:12:24.496Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-02-07T15:12:24.523Z] $ docker stop --time=1 a843b02cf4a2f71911f7b063c79c0a8d0c1cb3525905eaab149edde0e80391a7 [2023-02-07T15:12:25.795Z] $ docker rm -f --volumes a843b02cf4a2f71911f7b063c79c0a8d0c1cb3525905eaab149edde0e80391a7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T15:12:26.189Z] + docker images [2023-02-07T15:12:26.189Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-07T15:12:26.189Z] security-spiffe-token-provider latest aa3bb51c4e01 2 seconds ago 29.8MB [2023-02-07T15:12:26.189Z] be720ee08cd5 7 seconds ago 1.71GB [2023-02-07T15:12:26.189Z] support-notifications latest 7fca66cd7774 23 seconds ago 30.6MB [2023-02-07T15:12:26.189Z] a1b0f1023a94 32 seconds ago 1.75GB [2023-02-07T15:12:26.189Z] security-spire-agent latest 08d00bf887c4 56 seconds ago 125MB [2023-02-07T15:12:26.189Z] security-spire-server latest 7b3eb717cedc 56 seconds ago 86.5MB [2023-02-07T15:12:26.189Z] security-spire-config latest ca72290111ea 56 seconds ago 85.8MB [2023-02-07T15:12:26.189Z] c33a6db6012d About a minute ago 1.55GB [2023-02-07T15:12:26.189Z] core-metadata latest 877c439f8c66 About a minute ago 18.4MB [2023-02-07T15:12:26.189Z] d97b6ced70a6 About a minute ago 1.55GB [2023-02-07T15:12:26.189Z] c68e339eaf29 About a minute ago 1.55GB [2023-02-07T15:12:26.189Z] core-common-config-bootstrapper latest bf79afb90514 About a minute ago 15.5MB [2023-02-07T15:12:26.189Z] security-proxy-setup latest d5e2a7c11ae7 About a minute ago 27.8MB [2023-02-07T15:12:26.189Z] 2b0cdf5268bb About a minute ago 1.69GB [2023-02-07T15:12:26.189Z] e92c1ae028ec About a minute ago 1.68GB [2023-02-07T15:12:26.189Z] security-bootstrapper latest ad3a65ee9667 2 minutes ago 20.3MB [2023-02-07T15:12:26.189Z] 8cf54f811aea 2 minutes ago 1.67GB [2023-02-07T15:12:26.189Z] security-secretstore-setup latest 65dfe1793dfa 2 minutes ago 29.9MB [2023-02-07T15:12:26.189Z] support-scheduler latest eab1b716d250 2 minutes ago 30MB [2023-02-07T15:12:26.189Z] core-command latest 88e78a5dd0af 2 minutes ago 17.7MB [2023-02-07T15:12:26.189Z] core-data latest 29b9a9b31679 2 minutes ago 17.9MB [2023-02-07T15:12:26.189Z] f73a3b68c371 2 minutes ago 1.75GB [2023-02-07T15:12:26.189Z] e45e27567364 2 minutes ago 1.69GB [2023-02-07T15:12:26.189Z] b4a3de15edeb 2 minutes ago 1.68GB [2023-02-07T15:12:26.189Z] e640dacd4c27 2 minutes ago 1.67GB [2023-02-07T15:12:26.189Z] a64b4ecd98ec 2 minutes ago 1.67GB [2023-02-07T15:12:26.189Z] ci-base-image-x86_64 latest e08fcaad9df7 8 minutes ago 903MB [2023-02-07T15:12:26.189Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-02-07T15:12:26.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-07T15:12:26.189Z] alpine 3.15 c4fc93816858 6 months ago 5.59MB [2023-02-07T15:12:26.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-07T15:12:26.189Z] 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-02-07T15:13:28.795Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T15:13:28.795Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T15:13:28.795Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-07T15:13:28.835Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-07T15:13:29.168Z] + ls -al . [2023-02-07T15:13:29.168Z] total 740 [2023-02-07T15:13:29.168Z] drwxrwxr-x 10 1001 1001 4096 Feb 7 15:07 . [2023-02-07T15:13:29.168Z] drwxr-xr-x 4 root root 4096 Feb 7 15:07 .. [2023-02-07T15:13:29.168Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 15:05 .blubracket [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 16 Feb 7 15:05 .dockerignore [2023-02-07T15:13:29.168Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 15:05 .git [2023-02-07T15:13:29.168Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 15:05 .github [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 1024 Feb 7 15:05 .gitignore [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 42 Feb 7 15:05 .golangci.yml [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 87 Feb 7 15:05 .hadolint.yml [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 15:05 .sonarcloud.properties [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 1171 Feb 7 15:05 ADOPTERS.md [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 10825 Feb 7 15:05 Attribution.txt [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 73765 Feb 7 15:05 CHANGELOG.md [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 15:05 CONTRIBUTING.md [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 677 Feb 7 15:05 GOVERNANCE.md [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 850 Feb 7 15:05 Jenkinsfile [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 15:05 LICENSE [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 13375 Feb 7 15:05 Makefile [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 582 Feb 7 15:05 OWNERS.md [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 9403 Feb 7 15:05 README.md [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 6912 Feb 7 15:05 SECURITY.md [2023-02-07T15:13:29.168Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 15:03 VERSION [2023-02-07T15:13:29.168Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 15:05 bin [2023-02-07T15:13:29.168Z] drwxrwxr-x 17 1001 1001 4096 Feb 7 15:05 cmd [2023-02-07T15:13:29.168Z] -rw-r--r-- 1 root root 486191 Feb 7 15:11 coverage.out [2023-02-07T15:13:29.169Z] -rw-rw-r-- 1 1001 1001 3294 Feb 7 15:05 go.mod [2023-02-07T15:13:29.169Z] -rw-rw-r-- 1 1001 1001 34708 Feb 7 15:05 go.sum [2023-02-07T15:13:29.169Z] drwxrwxr-x 7 1001 1001 4096 Feb 7 15:05 internal [2023-02-07T15:13:29.169Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 15:05 openapi [2023-02-07T15:13:29.169Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 15:05 snap [2023-02-07T15:13:29.169Z] -rw-rw-r-- 1 1001 1001 204 Feb 7 15:05 version.go [Pipeline] sh [2023-02-07T15:13:30.037Z] + '[' -e coverage.out ] [2023-02-07T15:13:30.037Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-07T15:13:30.073Z] Warning: overwriting stash ‘coverage-report’ [2023-02-07T15:13:30.838Z] Stashed 1 file(s) [Pipeline] sh [2023-02-07T15:13:31.479Z] + make build [2023-02-07T15:13:31.479Z] 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-02-07T15:14:53.093Z] 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-02-07T15:14:54.499Z] 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-02-07T15:15:01.151Z] 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-02-07T15:15:04.490Z] 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-02-07T15:15:51.323Z] 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-02-07T15:15:55.571Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-07T15:16:00.907Z] 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-02-07T15:16:07.546Z] 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-02-07T15:16:10.886Z] 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-02-07T15:16:15.127Z] 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-02-07T15:16:27.428Z] 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-02-07T15:16:32.789Z] $ docker stop --time=1 9b92e9faa331cfd8e3b064e8f4c7fd7b0d187ed79c7a4bd927d248a3fc7247b2 [2023-02-07T15:16:34.701Z] $ docker rm -f --volumes 9b92e9faa331cfd8e3b064e8f4c7fd7b0d187ed79c7a4bd927d248a3fc7247b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:16:37.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T15:16:37.152Z] [2023-02-07T15:16:37.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:16:37.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T15:16:37.545Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-07T15:16:37.545Z] 29e5d40040c1: Pulling fs layer [2023-02-07T15:16:37.545Z] 1ce36da41761: Pulling fs layer [2023-02-07T15:16:37.545Z] 25b303627fd3: Pulling fs layer [2023-02-07T15:16:37.812Z] 29e5d40040c1: Download complete [2023-02-07T15:16:38.078Z] 1ce36da41761: Verifying Checksum [2023-02-07T15:16:38.346Z] 29e5d40040c1: Pull complete [2023-02-07T15:16:39.423Z] 25b303627fd3: Verifying Checksum [2023-02-07T15:16:39.423Z] 25b303627fd3: Download complete [2023-02-07T15:16:39.423Z] 1ce36da41761: Pull complete [2023-02-07T15:16:49.578Z] 25b303627fd3: Pull complete [2023-02-07T15:16:49.578Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-07T15:16:49.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T15:16:49.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:16:49.887Z] prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container [2023-02-07T15:16:49.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-07T15:16:52.124Z] $ docker top 02d435d087a6e7f99cc962df252b5598ad6510a584110f7ff5fcc44ba5ef9cc1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T15:16:52.954Z] + docker-compose build --help [2023-02-07T15:16:52.954Z] + grep parallel [2023-02-07T15:16:57.191Z] --parallel Build images in parallel. [Pipeline] } [2023-02-07T15:16:57.485Z] $ docker stop --time=1 02d435d087a6e7f99cc962df252b5598ad6510a584110f7ff5fcc44ba5ef9cc1 [2023-02-07T15:16:59.064Z] $ docker rm -f --volumes 02d435d087a6e7f99cc962df252b5598ad6510a584110f7ff5fcc44ba5ef9cc1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:16:59.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T15:16:59.811Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:17:00.134Z] prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container [2023-02-07T15:17:00.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-07T15:17:01.265Z] $ docker top bc9b2450cd5e02f54f8b42f1a8d18b3ba2003900683f33a1ac50948a8f75445f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T15:17:01.791Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-07T15:17:06.029Z] Building core-command ... [2023-02-07T15:17:06.029Z] Building core-common-config-bootstrapper ... [2023-02-07T15:17:06.029Z] Building core-data ... [2023-02-07T15:17:06.029Z] Building core-metadata ... [2023-02-07T15:17:06.029Z] Building security-bootstrapper ... [2023-02-07T15:17:06.029Z] Building security-proxy-setup ... [2023-02-07T15:17:06.029Z] Building security-secretstore-setup ... [2023-02-07T15:17:06.029Z] Building security-spiffe-token-provider ... [2023-02-07T15:17:06.029Z] Building security-spire-agent ... [2023-02-07T15:17:06.029Z] Building security-spire-config ... [2023-02-07T15:17:06.029Z] Building security-spire-server ... [2023-02-07T15:17:06.029Z] Building support-notifications ... [2023-02-07T15:17:06.029Z] Building support-scheduler ... [2023-02-07T15:17:06.029Z] Building security-proxy-setup [2023-02-07T15:17:06.029Z] Building support-notifications [2023-02-07T15:17:06.029Z] Building core-common-config-bootstrapper [2023-02-07T15:17:06.029Z] Building security-spire-server [2023-02-07T15:17:06.029Z] Building security-spire-agent [2023-02-07T15:17:52.837Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:17:52.837Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:17:52.837Z] ---> e8a461d35803 [2023-02-07T15:17:52.837Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:17:52.837Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:17:52.837Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:17:52.837Z] ---> e8a461d35803 [2023-02-07T15:17:52.837Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:17:52.837Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:17:52.837Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:17:52.837Z] ---> e8a461d35803 [2023-02-07T15:17:52.837Z] Step 3/21 : WORKDIR /edgex-go [2023-02-07T15:17:52.837Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:17:52.837Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:17:52.837Z] ---> e8a461d35803 [2023-02-07T15:17:52.837Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T15:17:52.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:17:52.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:17:52.837Z] ---> e8a461d35803 [2023-02-07T15:17:52.837Z] Step 3/23 : WORKDIR /edgex-go [2023-02-07T15:17:52.837Z] ---> Running in 4af797266deb [2023-02-07T15:17:52.837Z] ---> Running in 60d3af9ae8ce [2023-02-07T15:17:52.837Z] ---> Running in 3d24590d63bf [2023-02-07T15:17:52.837Z] ---> Running in 6eebd6a747f8 [2023-02-07T15:17:52.837Z] ---> Running in 7574b34576f6 [2023-02-07T15:17:52.837Z] Removing intermediate container 60d3af9ae8ce [2023-02-07T15:17:52.837Z] ---> 713c6900b01d [2023-02-07T15:17:52.837Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T15:17:52.837Z] Removing intermediate container 3d24590d63bf [2023-02-07T15:17:52.837Z] ---> 7c5eaff4224c [2023-02-07T15:17:52.837Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-07T15:17:52.837Z] Removing intermediate container 7574b34576f6 [2023-02-07T15:17:52.837Z] ---> edc8f66a5d8c [2023-02-07T15:17:52.837Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:17:52.837Z] ---> Running in 3874c0046312 [2023-02-07T15:17:52.837Z] Removing intermediate container 4af797266deb [2023-02-07T15:17:52.837Z] ---> f0cb63e36ce3 [2023-02-07T15:17:52.837Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T15:17:52.837Z] ---> Running in ca686e557c28 [2023-02-07T15:17:52.837Z] Removing intermediate container 6eebd6a747f8 [2023-02-07T15:17:52.837Z] ---> 8ec0d93990e2 [2023-02-07T15:17:52.837Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:17:52.837Z] ---> Running in 5bca1ff5ca1d [2023-02-07T15:17:52.837Z] ---> Running in 17a40b06ed5e [2023-02-07T15:17:52.837Z] ---> Running in efaf093a9dbf [2023-02-07T15:17:52.837Z] Removing intermediate container efaf093a9dbf [2023-02-07T15:17:52.837Z] ---> 3cfe30d6695a [2023-02-07T15:17:52.837Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T15:17:52.837Z] Removing intermediate container 5bca1ff5ca1d [2023-02-07T15:17:52.837Z] ---> 6d673226b174 [2023-02-07T15:17:52.837Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-07T15:17:52.837Z] ---> Running in 50283565e357 [2023-02-07T15:17:52.837Z] ---> Running in cd7632fec42a [2023-02-07T15:17:53.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:53.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:53.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:53.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:53.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:53.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:53.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:54.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:54.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:54.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:17:55.095Z] OK: 221 MiB in 51 packages [2023-02-07T15:17:55.095Z] OK: 221 MiB in 51 packages [2023-02-07T15:17:55.680Z] OK: 221 MiB in 51 packages [2023-02-07T15:17:55.964Z] OK: 221 MiB in 51 packages [2023-02-07T15:17:55.964Z] OK: 221 MiB in 51 packages [2023-02-07T15:17:56.936Z] Removing intermediate container ca686e557c28 [2023-02-07T15:17:56.936Z] ---> ea9e401b3356 [2023-02-07T15:17:56.936Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-07T15:17:56.936Z] Removing intermediate container 3874c0046312 [2023-02-07T15:17:56.936Z] ---> aa5e905891d1 [2023-02-07T15:17:56.936Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T15:17:57.525Z] Removing intermediate container 17a40b06ed5e [2023-02-07T15:17:57.525Z] ---> 010cc92cf64c [2023-02-07T15:17:57.525Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-07T15:17:57.525Z] Removing intermediate container cd7632fec42a [2023-02-07T15:17:57.525Z] ---> 3199ef742415 [2023-02-07T15:17:57.525Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:17:58.125Z] Removing intermediate container 50283565e357 [2023-02-07T15:17:58.125Z] ---> f0c17af7aa91 [2023-02-07T15:17:58.125Z] ---> 7e30c2d57824 [2023-02-07T15:17:58.125Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:17:58.125Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:17:58.125Z] ---> Running in f9c4b1e227cc [2023-02-07T15:17:58.396Z] ---> 5b9408151a56 [2023-02-07T15:17:58.396Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:17:58.396Z] ---> aa7d20ddb5de [2023-02-07T15:17:58.396Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:17:58.661Z] ---> Running in 08d47aaa84c7 [2023-02-07T15:17:58.661Z] ---> Running in 130b455066b2 [2023-02-07T15:17:59.247Z] ---> 56d57c35cd5c [2023-02-07T15:17:59.247Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:17:59.518Z] ---> Running in e07919305b1a [2023-02-07T15:17:59.785Z] ---> 3fef35b74bab [2023-02-07T15:17:59.785Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:17:59.785Z] ---> Running in 28c35ae68e30 [2023-02-07T15:19:51.418Z] Removing intermediate container 08d47aaa84c7 [2023-02-07T15:19:51.418Z] ---> c95d85130c2f [2023-02-07T15:19:51.418Z] Step 7/23 : COPY . . [2023-02-07T15:19:51.418Z] Removing intermediate container 130b455066b2 [2023-02-07T15:19:51.418Z] ---> 8a420b855e61 [2023-02-07T15:19:51.418Z] Step 7/21 : COPY . . [2023-02-07T15:19:51.418Z] Removing intermediate container e07919305b1a [2023-02-07T15:19:51.418Z] ---> 3a8e788c920c [2023-02-07T15:19:51.418Z] Step 8/22 : COPY . . [2023-02-07T15:19:51.418Z] Removing intermediate container 28c35ae68e30 [2023-02-07T15:19:51.418Z] ---> 5bed30a0013f [2023-02-07T15:19:51.418Z] Step 8/22 : COPY . . [2023-02-07T15:19:51.418Z] Removing intermediate container f9c4b1e227cc [2023-02-07T15:19:51.418Z] ---> 089642f5d63c [2023-02-07T15:19:51.418Z] Step 7/24 : COPY . . [2023-02-07T15:19:58.053Z] ---> ea59b2a1f667 [2023-02-07T15:19:58.053Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T15:19:58.053Z] ---> a02933e046a6 [2023-02-07T15:19:58.053Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-07T15:19:58.053Z] ---> 1803f5679159 [2023-02-07T15:19:58.053Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-07T15:19:58.053Z] ---> Running in 218f192d17ee [2023-02-07T15:19:58.053Z] ---> 04075bf9e5f9 [2023-02-07T15:19:58.053Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-07T15:19:58.053Z] ---> e04c56e93f66 [2023-02-07T15:19:58.053Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T15:19:58.053Z] ---> Running in 427a057732d8 [2023-02-07T15:19:58.053Z] ---> Running in 2adb0b65a254 [2023-02-07T15:19:58.053Z] ---> Running in 911294105dfc [2023-02-07T15:19:58.053Z] ---> Running in d923099b4ee1 [2023-02-07T15:19:58.053Z] Removing intermediate container 218f192d17ee [2023-02-07T15:19:58.053Z] ---> 69054f62ae9b [2023-02-07T15:19:58.053Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-07T15:19:58.317Z] Removing intermediate container d923099b4ee1 [2023-02-07T15:19:58.317Z] ---> ccfa84551e3a [2023-02-07T15:19:58.317Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T15:19:58.317Z] ---> Running in 53fbf637ffe6 [2023-02-07T15:19:58.317Z] ---> Running in 1d31e13854af [2023-02-07T15:19:58.898Z] Removing intermediate container 53fbf637ffe6 [2023-02-07T15:19:58.898Z] ---> b7481bb7bc57 [2023-02-07T15:19:58.898Z] Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T15:19:59.164Z] ---> Running in 9a75baff03d5 [2023-02-07T15:19:59.164Z] Removing intermediate container 1d31e13854af [2023-02-07T15:19:59.164Z] ---> 20b333e04fb3 [2023-02-07T15:19:59.164Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T15:19:59.430Z] 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-02-07T15:19:59.430Z] ---> Running in 840521eb654d [2023-02-07T15:20:00.014Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-07T15:20:00.014Z] 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-02-07T15:20:02.592Z] Removing intermediate container 9a75baff03d5 [2023-02-07T15:20:02.592Z] ---> b3a31a89200b [2023-02-07T15:20:02.592Z] Step 11/23 : WORKDIR /edgex-go [2023-02-07T15:20:02.860Z] ---> Running in cfed55846d36 [2023-02-07T15:20:03.127Z] Removing intermediate container 840521eb654d [2023-02-07T15:20:03.128Z] ---> 506990d1f09c [2023-02-07T15:20:03.128Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T15:20:03.398Z] ---> Running in facc45ea7bc8 [2023-02-07T15:20:03.398Z] Removing intermediate container cfed55846d36 [2023-02-07T15:20:03.398Z] ---> 2afd3ce352fc [2023-02-07T15:20:03.398Z] [2023-02-07T15:20:03.398Z] Step 12/23 : FROM alpine:3.15 [2023-02-07T15:20:03.664Z] 3.15: Pulling from library/alpine [2023-02-07T15:20:03.931Z] Removing intermediate container facc45ea7bc8 [2023-02-07T15:20:03.931Z] ---> c5fb2f14233f [2023-02-07T15:20:03.931Z] [2023-02-07T15:20:03.931Z] Step 12/24 : FROM alpine:3.15 [2023-02-07T15:20:03.931Z] 3.15: Pulling from library/alpine [2023-02-07T15:20:04.889Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T15:20:04.889Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T15:20:04.889Z] Status: Downloaded newer image for alpine:3.15 [2023-02-07T15:20:04.889Z] Status: Downloaded newer image for alpine:3.15 [2023-02-07T15:20:04.889Z] ---> 8aa73fd46299 [2023-02-07T15:20:04.889Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:20:04.889Z] ---> 8aa73fd46299 [2023-02-07T15:20:04.889Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:20:05.156Z] ---> Running in f6f1b0fb1718 [2023-02-07T15:20:05.156Z] ---> Running in fdb066b8de81 [2023-02-07T15:20:05.743Z] Removing intermediate container fdb066b8de81 [2023-02-07T15:20:05.743Z] ---> be4f8c2efbf0 [2023-02-07T15:20:05.743Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T15:20:06.010Z] Removing intermediate container f6f1b0fb1718 [2023-02-07T15:20:06.010Z] ---> 83edbc336aaa [2023-02-07T15:20:06.010Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T15:20:06.010Z] ---> Running in 422fed7e1533 [2023-02-07T15:20:06.010Z] ---> Running in bb9a3789431f [2023-02-07T15:20:08.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:08.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:08.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:08.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:10.258Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:20:10.258Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:20:10.258Z] OK: 15736 distinct packages available [2023-02-07T15:20:10.258Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:20:10.258Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:20:10.258Z] OK: 15736 distinct packages available [2023-02-07T15:20:10.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:10.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:10.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:10.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:20:11.798Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-07T15:20:11.798Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:20:11.798Z] (3/5) Installing libucontext (1.1-r0) [2023-02-07T15:20:11.798Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-07T15:20:11.798Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-07T15:20:11.798Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:20:11.798Z] OK: 6 MiB in 19 packages [2023-02-07T15:20:12.064Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-07T15:20:12.064Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:20:12.064Z] (3/5) Installing libucontext (1.1-r0) [2023-02-07T15:20:12.064Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-07T15:20:12.064Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-07T15:20:12.064Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:20:12.064Z] OK: 6 MiB in 19 packages [2023-02-07T15:20:14.000Z] Removing intermediate container 422fed7e1533 [2023-02-07T15:20:14.000Z] ---> 96834f7d9462 [2023-02-07T15:20:14.000Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-07T15:20:14.265Z] Removing intermediate container bb9a3789431f [2023-02-07T15:20:14.265Z] ---> 30d03c7e0dd7 [2023-02-07T15:20:14.265Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T15:20:18.502Z] ---> 283bdce45004 [2023-02-07T15:20:18.502Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T15:20:23.825Z] ---> d76950364b52 [2023-02-07T15:20:23.825Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T15:20:24.804Z] ---> 0c38d8b98554 [2023-02-07T15:20:24.804Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-07T15:20:24.804Z] ---> 0b6b37b9561c [2023-02-07T15:20:24.804Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T15:20:25.763Z] ---> 5fc6e9d73fa3 [2023-02-07T15:20:25.763Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-07T15:20:25.763Z] ---> 066cf7f45e0b [2023-02-07T15:20:25.763Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-07T15:20:26.722Z] ---> 92591d32888c [2023-02-07T15:20:26.722Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T15:20:26.987Z] ---> e426cbece0b8 [2023-02-07T15:20:26.987Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-07T15:20:26.987Z] ---> Running in e3ce4e7005f8 [2023-02-07T15:20:27.569Z] Removing intermediate container e3ce4e7005f8 [2023-02-07T15:20:27.569Z] ---> 17d48db2df01 [2023-02-07T15:20:27.834Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T15:20:27.834Z] ---> Running in 118952fe428e [2023-02-07T15:20:28.416Z] ---> c22a8f84279b [2023-02-07T15:20:28.416Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T15:20:28.416Z] Removing intermediate container 118952fe428e [2023-02-07T15:20:28.416Z] ---> 24ff264f6a77 [2023-02-07T15:20:28.416Z] Step 21/23 : LABEL arch=arm64 [2023-02-07T15:20:28.682Z] ---> Running in ffccf06ee28c [2023-02-07T15:20:28.682Z] ---> Running in 3e66a04a372b [2023-02-07T15:20:29.265Z] Removing intermediate container ffccf06ee28c [2023-02-07T15:20:29.265Z] ---> 95be1048fe2a [2023-02-07T15:20:29.265Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T15:20:29.265Z] ---> Running in 40a2a7decf6c [2023-02-07T15:20:29.265Z] Removing intermediate container 3e66a04a372b [2023-02-07T15:20:29.265Z] ---> 670c7ab56a4e [2023-02-07T15:20:29.265Z] Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:20:29.530Z] ---> Running in cee1d014a296 [2023-02-07T15:20:30.110Z] Removing intermediate container 40a2a7decf6c [2023-02-07T15:20:30.110Z] ---> 96e32c258002 [2023-02-07T15:20:30.110Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T15:20:30.110Z] ---> Running in 682cf1628e44 [2023-02-07T15:20:30.110Z] Removing intermediate container cee1d014a296 [2023-02-07T15:20:30.110Z] ---> 52e57000b41f [2023-02-07T15:20:30.110Z] Step 23/23 : LABEL version=0.0.0 [2023-02-07T15:20:30.375Z] ---> Running in 395ef147aab5 [2023-02-07T15:20:30.646Z] Removing intermediate container 682cf1628e44 [2023-02-07T15:20:30.646Z] ---> 14d448971eba [2023-02-07T15:20:30.646Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:20:30.913Z] ---> Running in 538b955b614f [2023-02-07T15:20:30.913Z] Removing intermediate container 395ef147aab5 [2023-02-07T15:20:30.913Z] ---> 49f017c29569 [2023-02-07T15:20:30.913Z] [2023-02-07T15:20:31.492Z] Removing intermediate container 538b955b614f [2023-02-07T15:20:31.492Z] ---> 07babaa285b2 [2023-02-07T15:20:31.493Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:20:31.493Z] Successfully built 49f017c29569 [2023-02-07T15:20:31.493Z] Successfully tagged security-spire-server-arm64:latest [2023-02-07T15:20:31.493Z]  Building security-spire-server ... done Building security-spire-config [2023-02-07T15:20:31.493Z] ---> Running in cdfd5ffd30e1 [2023-02-07T15:20:32.079Z] Removing intermediate container cdfd5ffd30e1 [2023-02-07T15:20:32.079Z] ---> 826f51ea98ee [2023-02-07T15:20:32.079Z] [2023-02-07T15:20:32.344Z] Successfully built 826f51ea98ee [2023-02-07T15:20:32.344Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-07T15:20:32.344Z]  Building security-spire-agent ... done Building security-bootstrapper [2023-02-07T15:20:59.002Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:20:59.002Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:20:59.002Z] ---> e8a461d35803 [2023-02-07T15:20:59.002Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> f0cb63e36ce3 [2023-02-07T15:20:59.002Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> 010cc92cf64c [2023-02-07T15:20:59.002Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> 5b9408151a56 [2023-02-07T15:20:59.002Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> c95d85130c2f [2023-02-07T15:20:59.002Z] Step 7/24 : COPY . . [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> ea59b2a1f667 [2023-02-07T15:20:59.002Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> 69054f62ae9b [2023-02-07T15:20:59.002Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> b7481bb7bc57 [2023-02-07T15:20:59.002Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T15:20:59.002Z] ---> Running in 88520709585f [2023-02-07T15:20:59.002Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:20:59.002Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:20:59.002Z] ---> e8a461d35803 [2023-02-07T15:20:59.002Z] Step 3/32 : WORKDIR /edgex-go [2023-02-07T15:20:59.002Z] ---> Using cache [2023-02-07T15:20:59.002Z] ---> f0cb63e36ce3 [2023-02-07T15:20:59.002Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-07T15:20:59.002Z] ---> Running in 6469fef53a2a [2023-02-07T15:21:00.954Z] Removing intermediate container 88520709585f [2023-02-07T15:21:00.954Z] ---> 968356d102c3 [2023-02-07T15:21:00.954Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T15:21:00.954Z] ---> Running in 4e099da9bedd [2023-02-07T15:21:00.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:01.567Z] Removing intermediate container 4e099da9bedd [2023-02-07T15:21:01.567Z] ---> ca4eda12b550 [2023-02-07T15:21:01.567Z] [2023-02-07T15:21:01.567Z] Step 12/24 : FROM alpine:3.15 [2023-02-07T15:21:01.567Z] ---> 8aa73fd46299 [2023-02-07T15:21:01.567Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:21:01.567Z] ---> Using cache [2023-02-07T15:21:01.567Z] ---> 83edbc336aaa [2023-02-07T15:21:01.567Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-07T15:21:01.567Z] ---> Running in 4e67d9ff00a0 [2023-02-07T15:21:01.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:03.793Z] OK: 221 MiB in 51 packages [2023-02-07T15:21:03.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:04.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:05.349Z] Removing intermediate container 6469fef53a2a [2023-02-07T15:21:05.349Z] ---> 9e2024b83585 [2023-02-07T15:21:05.349Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-07T15:21:05.931Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:21:05.931Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:21:05.931Z] OK: 15736 distinct packages available [2023-02-07T15:21:05.932Z] ---> 9ebe62348e93 [2023-02-07T15:21:05.932Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:21:06.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:06.210Z] ---> Running in f89073d8d2cd [2023-02-07T15:21:06.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:08.731Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-07T15:21:08.731Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:21:08.731Z] (3/4) Installing libucontext (1.1-r0) [2023-02-07T15:21:08.731Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-07T15:21:08.731Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:21:08.731Z] OK: 6 MiB in 18 packages [2023-02-07T15:21:10.135Z] Removing intermediate container 4e67d9ff00a0 [2023-02-07T15:21:10.135Z] ---> e0c340dc0615 [2023-02-07T15:21:10.135Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T15:21:16.782Z] ---> 97dea111452f [2023-02-07T15:21:16.782Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T15:21:17.050Z] ---> a948ba02a70a [2023-02-07T15:21:17.050Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-07T15:21:17.323Z] ---> Running in 1492c7d6ff8c [2023-02-07T15:21:17.905Z] Removing intermediate container 1492c7d6ff8c [2023-02-07T15:21:17.905Z] ---> ec2dde946dc7 [2023-02-07T15:21:17.905Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-07T15:21:19.002Z] ---> 0bedb866cab2 [2023-02-07T15:21:19.002Z] Step 19/24 : WORKDIR / [2023-02-07T15:21:19.002Z] ---> Running in 0a0c870be376 [2023-02-07T15:21:19.595Z] Removing intermediate container 0a0c870be376 [2023-02-07T15:21:19.595Z] ---> b8da0bae1e9b [2023-02-07T15:21:19.595Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T15:21:19.595Z] ---> Running in b57fc19a5097 [2023-02-07T15:21:20.245Z] Removing intermediate container b57fc19a5097 [2023-02-07T15:21:20.245Z] ---> d390d305234e [2023-02-07T15:21:20.245Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T15:21:20.519Z] ---> Running in 50150e518e65 [2023-02-07T15:21:21.123Z] Removing intermediate container 50150e518e65 [2023-02-07T15:21:21.123Z] ---> db7d92369ca1 [2023-02-07T15:21:21.123Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T15:21:21.123Z] ---> Running in d2b8da9af05e [2023-02-07T15:21:21.738Z] Removing intermediate container d2b8da9af05e [2023-02-07T15:21:21.738Z] ---> 1992c5b2cd10 [2023-02-07T15:21:21.738Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:21:21.738Z] ---> Running in 6b5604e3e571 [2023-02-07T15:21:22.380Z] Removing intermediate container 6b5604e3e571 [2023-02-07T15:21:22.380Z] ---> 409f4544ed52 [2023-02-07T15:21:22.380Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:21:22.668Z] ---> Running in 33989f724def [2023-02-07T15:21:23.267Z] Removing intermediate container 33989f724def [2023-02-07T15:21:23.267Z] ---> fa4968adaa11 [2023-02-07T15:21:23.267Z] [2023-02-07T15:21:23.535Z] Successfully built fa4968adaa11 [2023-02-07T15:21:23.535Z] Successfully tagged security-spire-config-arm64:latest [2023-02-07T15:21:23.535Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2023-02-07T15:21:41.748Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:21:41.748Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:21:41.748Z] ---> e8a461d35803 [2023-02-07T15:21:41.748Z] Step 3/19 : WORKDIR /edgex-go [2023-02-07T15:21:41.748Z] ---> Using cache [2023-02-07T15:21:41.748Z] ---> f0cb63e36ce3 [2023-02-07T15:21:41.748Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-07T15:21:41.748Z] ---> Running in 3fa1b4e6bcc7 [2023-02-07T15:21:43.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:44.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:45.679Z] v3.16.3-155-g4a5e7dae477 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-07T15:21:45.679Z] v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-07T15:21:45.679Z] OK: 16901 distinct packages available [2023-02-07T15:21:45.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:46.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:21:48.161Z] OK: 221 MiB in 51 packages [2023-02-07T15:21:49.793Z] Removing intermediate container 3fa1b4e6bcc7 [2023-02-07T15:21:49.793Z] ---> 5f944cae2fd3 [2023-02-07T15:21:49.793Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-07T15:21:50.753Z] ---> e19891cdda0e [2023-02-07T15:21:50.753Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:21:50.753Z] ---> Running in 00b2b8472ec9 [2023-02-07T15:22:47.151Z] Removing intermediate container f89073d8d2cd [2023-02-07T15:22:47.151Z] ---> 94c0dca7e663 [2023-02-07T15:22:47.151Z] Step 7/32 : COPY . . [2023-02-07T15:23:02.150Z] ---> f456d93c8a70 [2023-02-07T15:23:02.150Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-07T15:23:02.150Z] ---> Running in a1450f70ae54 [2023-02-07T15:23:03.555Z] 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-02-07T15:23:42.404Z] Removing intermediate container 00b2b8472ec9 [2023-02-07T15:23:42.404Z] ---> cb456338f774 [2023-02-07T15:23:42.404Z] Step 7/19 : COPY . . [2023-02-07T15:23:50.608Z] ---> ba6b1ff9c7b2 [2023-02-07T15:23:50.609Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-07T15:23:50.609Z] ---> Running in c3eba09dcc29 [2023-02-07T15:23:52.017Z] 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-02-07T15:26:28.722Z] 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-02-07T15:26:50.774Z] Removing intermediate container 2adb0b65a254 [2023-02-07T15:26:50.774Z] ---> 66ab4f806298 [2023-02-07T15:26:50.774Z] [2023-02-07T15:26:50.774Z] Step 9/21 : FROM alpine:3.16 [2023-02-07T15:26:50.774Z] 3.16: Pulling from library/alpine [2023-02-07T15:26:50.774Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T15:26:50.774Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T15:26:50.774Z] ---> 2b4661558fb8 [2023-02-07T15:26:50.774Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-07T15:26:50.774Z] ---> Running in 504ed9b0c2fa [2023-02-07T15:26:52.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:26:53.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:26:54.730Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-07T15:26:54.730Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-07T15:26:54.730Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-07T15:26:54.730Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-07T15:26:54.730Z] (5/6) Installing curl (7.83.1-r5) [2023-02-07T15:26:54.995Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-07T15:26:54.995Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:26:54.995Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:26:55.579Z] OK: 8 MiB in 20 packages [2023-02-07T15:26:57.529Z] Removing intermediate container 504ed9b0c2fa [2023-02-07T15:26:57.529Z] ---> 36b41872d150 [2023-02-07T15:26:57.529Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T15:26:57.797Z] ---> Running in 1b931108eb95 [2023-02-07T15:26:58.382Z] Removing intermediate container 1b931108eb95 [2023-02-07T15:26:58.382Z] ---> 73e7ee31e05a [2023-02-07T15:26:58.382Z] Step 12/21 : WORKDIR /edgex [2023-02-07T15:26:58.382Z] ---> Running in 4d60aaa0ce7f [2023-02-07T15:26:58.971Z] Removing intermediate container 4d60aaa0ce7f [2023-02-07T15:26:58.971Z] ---> fd41e21cc392 [2023-02-07T15:26:59.239Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-07T15:27:00.203Z] ---> ea45eab6ceb7 [2023-02-07T15:27:00.203Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-07T15:27:01.615Z] ---> 33383a1af2cc [2023-02-07T15:27:01.615Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-07T15:27:03.024Z] ---> 2acdd2f26654 [2023-02-07T15:27:03.024Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T15:27:03.994Z] ---> 3dde76d9f658 [2023-02-07T15:27:03.994Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T15:27:04.270Z] ---> Running in c7897d3cba86 [2023-02-07T15:27:07.622Z] Removing intermediate container c7897d3cba86 [2023-02-07T15:27:07.622Z] ---> e055725fb9df [2023-02-07T15:27:07.622Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T15:27:07.622Z] ---> Running in 4bed6121510f [2023-02-07T15:27:07.892Z] Removing intermediate container 4bed6121510f [2023-02-07T15:27:07.892Z] ---> 19fd6e857eab [2023-02-07T15:27:07.892Z] Step 19/21 : LABEL arch=arm64 [2023-02-07T15:27:08.160Z] ---> Running in 6eb6678271af [2023-02-07T15:27:08.742Z] Removing intermediate container 6eb6678271af [2023-02-07T15:27:08.742Z] ---> 758ff5f4d24c [2023-02-07T15:27:08.742Z] Step 20/21 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:27:09.010Z] ---> Running in bc669e66e0f8 [2023-02-07T15:27:09.593Z] Removing intermediate container bc669e66e0f8 [2023-02-07T15:27:09.593Z] ---> 47be19fdcd54 [2023-02-07T15:27:09.593Z] Step 21/21 : LABEL version=0.0.0 [2023-02-07T15:27:09.593Z] ---> Running in 283bf35b9627 [2023-02-07T15:27:10.550Z] Removing intermediate container 283bf35b9627 [2023-02-07T15:27:10.550Z] ---> 94ba7ff8d984 [2023-02-07T15:27:10.550Z] [2023-02-07T15:27:10.817Z] Successfully built 94ba7ff8d984 [2023-02-07T15:27:10.817Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-07T15:27:10.817Z]  Building security-proxy-setup ... done Building core-metadata [2023-02-07T15:27:17.465Z] Removing intermediate container 911294105dfc [2023-02-07T15:27:17.465Z] ---> 40129f4c1e89 [2023-02-07T15:27:17.465Z] [2023-02-07T15:27:17.465Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:27:17.465Z] ---> 2b4661558fb8 [2023-02-07T15:27:17.465Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-07T15:27:17.465Z] ---> Running in 18e32db09860 [2023-02-07T15:27:19.409Z] Removing intermediate container 18e32db09860 [2023-02-07T15:27:19.409Z] ---> 941795ffadb0 [2023-02-07T15:27:19.409Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:27:19.409Z] ---> Running in b0f4a5da4410 [2023-02-07T15:27:22.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:27:22.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:27:25.171Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T15:27:25.171Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:27:25.171Z] OK: 5 MiB in 15 packages [2023-02-07T15:27:27.111Z] Removing intermediate container b0f4a5da4410 [2023-02-07T15:27:27.111Z] ---> 445eabaddf73 [2023-02-07T15:27:27.111Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:27:28.521Z] ---> 39853c13348f [2023-02-07T15:27:28.522Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-07T15:27:30.467Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:27:30.467Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:27:30.467Z] ---> e8a461d35803 [2023-02-07T15:27:30.467Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:27:30.467Z] ---> Using cache [2023-02-07T15:27:30.467Z] ---> 8ec0d93990e2 [2023-02-07T15:27:30.467Z] Step 4/24 : WORKDIR /edgex-go [2023-02-07T15:27:30.467Z] ---> Using cache [2023-02-07T15:27:30.467Z] ---> 3cfe30d6695a [2023-02-07T15:27:30.467Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-07T15:27:30.467Z] ---> Using cache [2023-02-07T15:27:30.467Z] ---> 7e30c2d57824 [2023-02-07T15:27:30.467Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-07T15:27:30.467Z] ---> Using cache [2023-02-07T15:27:30.467Z] ---> 3fef35b74bab [2023-02-07T15:27:30.467Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:27:30.467Z] ---> Using cache [2023-02-07T15:27:30.467Z] ---> 5bed30a0013f [2023-02-07T15:27:30.467Z] Step 8/24 : COPY . . [2023-02-07T15:27:30.467Z] ---> Using cache [2023-02-07T15:27:30.467Z] ---> 1803f5679159 [2023-02-07T15:27:30.467Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-07T15:27:30.740Z] ---> Running in 9cc220e8d708 [2023-02-07T15:27:30.740Z] ---> de8472ede340 [2023-02-07T15:27:30.740Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-07T15:27:32.686Z] ---> c32679987e5c [2023-02-07T15:27:32.686Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-07T15:27:33.273Z] 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-02-07T15:27:33.861Z] ---> 1e00af18289f [2023-02-07T15:27:33.861Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T15:27:33.861Z] ---> Running in 11f4b56da496 [2023-02-07T15:27:37.207Z] Removing intermediate container 11f4b56da496 [2023-02-07T15:27:37.207Z] ---> a337f4c52bea [2023-02-07T15:27:37.207Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T15:27:37.207Z] ---> Running in 8649bc6a962f [2023-02-07T15:27:37.474Z] Removing intermediate container 8649bc6a962f [2023-02-07T15:27:37.474Z] ---> c80974e46af7 [2023-02-07T15:27:37.474Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-07T15:27:37.741Z] ---> Running in c8cad6d6454b [2023-02-07T15:27:38.012Z] Removing intermediate container c8cad6d6454b [2023-02-07T15:27:38.012Z] ---> 17913e2f8bf3 [2023-02-07T15:27:38.012Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T15:27:38.012Z] ---> Running in 3758a1777dd9 [2023-02-07T15:27:38.598Z] Removing intermediate container 3758a1777dd9 [2023-02-07T15:27:38.598Z] ---> 1ec4e85aea0d [2023-02-07T15:27:38.598Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:27:38.598Z] ---> Running in 9b8020c87a62 [2023-02-07T15:27:39.182Z] Removing intermediate container 9b8020c87a62 [2023-02-07T15:27:39.182Z] ---> 7bb08e08fd3b [2023-02-07T15:27:39.182Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:27:39.182Z] ---> Running in c9edd243e729 [2023-02-07T15:27:39.765Z] Removing intermediate container c9edd243e729 [2023-02-07T15:27:39.765Z] ---> fcf7aaf90f1c [2023-02-07T15:27:39.765Z] [2023-02-07T15:27:40.034Z] Successfully built fcf7aaf90f1c [2023-02-07T15:27:40.301Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-07T15:27:40.301Z] Building core-data [2023-02-07T15:27:58.501Z]  Building core-common-config-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:27:58.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:27:58.501Z] ---> e8a461d35803 [2023-02-07T15:27:58.501Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:27:58.501Z] ---> Using cache [2023-02-07T15:27:58.501Z] ---> 8ec0d93990e2 [2023-02-07T15:27:58.501Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:27:58.501Z] ---> Using cache [2023-02-07T15:27:58.501Z] ---> 3cfe30d6695a [2023-02-07T15:27:58.501Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T15:27:58.501Z] ---> Using cache [2023-02-07T15:27:58.501Z] ---> 7e30c2d57824 [2023-02-07T15:27:58.501Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:27:58.501Z] ---> Using cache [2023-02-07T15:27:58.501Z] ---> 3fef35b74bab [2023-02-07T15:27:58.501Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:27:58.501Z] ---> Using cache [2023-02-07T15:27:58.501Z] ---> 5bed30a0013f [2023-02-07T15:27:58.501Z] Step 8/22 : COPY . . [2023-02-07T15:27:58.501Z] ---> Using cache [2023-02-07T15:27:58.501Z] ---> 1803f5679159 [2023-02-07T15:27:58.501Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-07T15:27:58.501Z] ---> Running in e285b5bbe599 [2023-02-07T15:28:00.439Z] 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-02-07T15:30:07.440Z] Removing intermediate container a1450f70ae54 [2023-02-07T15:30:07.440Z] ---> a4dacef80dfb [2023-02-07T15:30:07.440Z] [2023-02-07T15:30:07.440Z] Step 9/32 : FROM alpine:3.16 [2023-02-07T15:30:07.440Z] ---> 2b4661558fb8 [2023-02-07T15:30:07.440Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:30:07.440Z] ---> Running in 55a5388e5161 [2023-02-07T15:30:07.440Z] Removing intermediate container 55a5388e5161 [2023-02-07T15:30:07.440Z] ---> b817e26bd409 [2023-02-07T15:30:07.440Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-07T15:30:07.440Z] ---> Running in c824b7d8b82b [2023-02-07T15:30:07.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:30:07.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:30:08.874Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-07T15:30:08.874Z] (2/2) Installing su-exec (0.2-r1) [2023-02-07T15:30:08.874Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:30:08.874Z] OK: 5 MiB in 16 packages [2023-02-07T15:30:10.313Z] Removing intermediate container c824b7d8b82b [2023-02-07T15:30:10.313Z] ---> 4c1f3f5f0220 [2023-02-07T15:30:10.313Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-07T15:30:10.578Z] ---> Running in 22a3870c2e3c [2023-02-07T15:30:10.862Z] Removing intermediate container 22a3870c2e3c [2023-02-07T15:30:10.862Z] ---> 720f4c07bd0d [2023-02-07T15:30:10.862Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-07T15:30:11.128Z] ---> Running in 13588c1923b7 [2023-02-07T15:30:11.394Z] Removing intermediate container 13588c1923b7 [2023-02-07T15:30:11.394Z] ---> 19d4b5c498a1 [2023-02-07T15:30:11.394Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-07T15:30:11.660Z] ---> Running in a9c9fccb6224 [2023-02-07T15:30:12.241Z] Removing intermediate container a9c9fccb6224 [2023-02-07T15:30:12.241Z] ---> cc7f0e4d1a2a [2023-02-07T15:30:12.241Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-07T15:30:12.241Z] ---> Running in f63120a2bf56 [2023-02-07T15:30:12.821Z] Removing intermediate container f63120a2bf56 [2023-02-07T15:30:12.821Z] ---> 27acdd59738b [2023-02-07T15:30:12.821Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-07T15:30:12.821Z] ---> Running in c608c931e507 [2023-02-07T15:30:16.155Z] Removing intermediate container c608c931e507 [2023-02-07T15:30:16.155Z] ---> 144c55a6c438 [2023-02-07T15:30:16.155Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-07T15:30:16.155Z] ---> Running in 9a373b9c4761 [2023-02-07T15:30:16.422Z] Removing intermediate container 9a373b9c4761 [2023-02-07T15:30:16.422Z] ---> a51b3c71cddd [2023-02-07T15:30:16.422Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-07T15:30:17.385Z] ---> 1d52886038f2 [2023-02-07T15:30:17.385Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-07T15:30:17.651Z] ---> Running in b7972ccc036f [2023-02-07T15:30:20.993Z] Removing intermediate container b7972ccc036f [2023-02-07T15:30:20.993Z] ---> 615e71517430 [2023-02-07T15:30:20.993Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:30:21.954Z] ---> 622f31077a80 [2023-02-07T15:30:21.954Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-07T15:30:24.536Z] ---> 794c8ef94ecd [2023-02-07T15:30:24.536Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-07T15:30:25.939Z] ---> 9646fe892af9 [2023-02-07T15:30:25.939Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-07T15:30:27.340Z] ---> 70f2a0ac9fff [2023-02-07T15:30:27.340Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-07T15:30:30.671Z] ---> bbf898131b96 [2023-02-07T15:30:30.671Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-07T15:30:31.627Z] ---> 9e695127f031 [2023-02-07T15:30:31.627Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-07T15:30:33.565Z] ---> 7fe699eb2c4c [2023-02-07T15:30:33.565Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-07T15:30:33.565Z] ---> Running in f67bc59c56cf [2023-02-07T15:30:34.521Z] Removing intermediate container 427a057732d8 [2023-02-07T15:30:34.521Z] ---> 49d492cee752 [2023-02-07T15:30:34.521Z] [2023-02-07T15:30:34.521Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:30:34.521Z] ---> 2b4661558fb8 [2023-02-07T15:30:34.521Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T15:30:34.788Z] ---> Running in 47afc0f8023b [2023-02-07T15:30:37.360Z] Removing intermediate container f67bc59c56cf [2023-02-07T15:30:37.360Z] ---> 5a405f4946ea [2023-02-07T15:30:37.360Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-07T15:30:37.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:30:37.360Z] ---> Running in 18b3d56081fa [2023-02-07T15:30:37.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:30:37.894Z] Removing intermediate container 18b3d56081fa [2023-02-07T15:30:37.894Z] ---> 20db5b5c8125 [2023-02-07T15:30:37.894Z] Step 29/32 : CMD ["gate"] [2023-02-07T15:30:38.161Z] ---> Running in f7eb4e686275 [2023-02-07T15:30:38.748Z] Removing intermediate container f7eb4e686275 [2023-02-07T15:30:38.748Z] ---> 8a1297d38743 [2023-02-07T15:30:38.748Z] Step 30/32 : LABEL arch=arm64 [2023-02-07T15:30:38.748Z] ---> Running in 2a990a712cad [2023-02-07T15:30:39.329Z] Removing intermediate container 2a990a712cad [2023-02-07T15:30:39.329Z] ---> 9f8d223e16e4 [2023-02-07T15:30:39.330Z] Step 31/32 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:30:39.330Z] ---> Running in 291b3ccfedb6 [2023-02-07T15:30:39.330Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T15:30:39.596Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T15:30:39.596Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:30:39.596Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:30:39.867Z] Removing intermediate container 291b3ccfedb6 [2023-02-07T15:30:39.867Z] ---> fa5cfcce0e7f [2023-02-07T15:30:39.867Z] Step 32/32 : LABEL version=0.0.0 [2023-02-07T15:30:39.867Z] ---> Running in 6ea7c6f5555d [2023-02-07T15:30:40.139Z] OK: 6 MiB in 16 packages [2023-02-07T15:30:40.727Z] Removing intermediate container 6ea7c6f5555d [2023-02-07T15:30:40.727Z] ---> 4f874ba46393 [2023-02-07T15:30:40.727Z] [2023-02-07T15:30:40.993Z] Successfully built 4f874ba46393 [2023-02-07T15:30:43.575Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-07T15:30:43.575Z]  Building security-bootstrapper ... done Building support-scheduler [2023-02-07T15:30:44.157Z] Removing intermediate container 47afc0f8023b [2023-02-07T15:30:44.157Z] ---> 6fcae0df737f [2023-02-07T15:30:44.157Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:30:44.423Z] ---> Running in 05590bb269fa [2023-02-07T15:30:44.689Z] Removing intermediate container 05590bb269fa [2023-02-07T15:30:44.689Z] ---> 5db6ab490e02 [2023-02-07T15:30:44.689Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-07T15:30:44.956Z] ---> Running in 91893db4a5b1 [2023-02-07T15:30:45.570Z] Removing intermediate container 91893db4a5b1 [2023-02-07T15:30:45.570Z] ---> db05aaabc5b1 [2023-02-07T15:30:45.570Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T15:30:45.570Z] ---> Running in b09ba3fc98e7 [2023-02-07T15:30:46.154Z] Removing intermediate container b09ba3fc98e7 [2023-02-07T15:30:46.154Z] ---> 0e59e70cca6a [2023-02-07T15:30:46.154Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:30:47.107Z] ---> 03a0cc0011d6 [2023-02-07T15:30:47.107Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-07T15:30:49.691Z] ---> 53b1f15aa48c [2023-02-07T15:30:49.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-07T15:30:50.270Z] ---> b6cc986d58a6 [2023-02-07T15:30:50.270Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-07T15:30:50.270Z] ---> Running in 9a5f0b0c2f66 [2023-02-07T15:30:51.244Z] Removing intermediate container 9a5f0b0c2f66 [2023-02-07T15:30:51.244Z] ---> f64452fa1402 [2023-02-07T15:30:51.244Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:30:51.244Z] ---> Running in dd370b136670 [2023-02-07T15:30:52.195Z] Removing intermediate container dd370b136670 [2023-02-07T15:30:52.195Z] ---> 264bd8fbc96e [2023-02-07T15:30:52.195Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T15:30:52.195Z] ---> Running in 01b232b4b86b [2023-02-07T15:30:52.775Z] Removing intermediate container 01b232b4b86b [2023-02-07T15:30:52.775Z] ---> 0acc66eead49 [2023-02-07T15:30:52.775Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:30:52.775Z] ---> Running in 1b43e9d282e8 [2023-02-07T15:30:53.730Z] Removing intermediate container 1b43e9d282e8 [2023-02-07T15:30:53.730Z] ---> b257cfe6ae5d [2023-02-07T15:30:53.730Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:30:53.730Z] ---> Running in 9d177d6e9d51 [2023-02-07T15:30:55.666Z] Removing intermediate container 9d177d6e9d51 [2023-02-07T15:30:55.666Z] ---> b5df9f0f6808 [2023-02-07T15:30:55.666Z] [2023-02-07T15:30:55.940Z] Successfully built b5df9f0f6808 [2023-02-07T15:30:55.940Z] Successfully tagged support-notifications-arm64:latest [2023-02-07T15:30:55.940Z] Building security-secretstore-setup [2023-02-07T15:31:04.161Z]  Building support-notifications ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:31:04.161Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:31:04.161Z] ---> e8a461d35803 [2023-02-07T15:31:04.161Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:31:04.161Z] ---> Using cache [2023-02-07T15:31:04.161Z] ---> 8ec0d93990e2 [2023-02-07T15:31:04.161Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T15:31:04.161Z] ---> Using cache [2023-02-07T15:31:04.161Z] ---> 3cfe30d6695a [2023-02-07T15:31:04.161Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T15:31:04.161Z] ---> Using cache [2023-02-07T15:31:04.161Z] ---> 7e30c2d57824 [2023-02-07T15:31:04.161Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T15:31:04.161Z] ---> Using cache [2023-02-07T15:31:04.161Z] ---> 3fef35b74bab [2023-02-07T15:31:04.161Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:31:04.161Z] ---> Using cache [2023-02-07T15:31:04.161Z] ---> 5bed30a0013f [2023-02-07T15:31:04.161Z] Step 8/22 : COPY . . [2023-02-07T15:31:04.161Z] ---> Using cache [2023-02-07T15:31:04.161Z] ---> 1803f5679159 [2023-02-07T15:31:04.161Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-07T15:31:04.161Z] ---> Running in 1d20f883e643 [2023-02-07T15:31:06.102Z] 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-02-07T15:31:18.463Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:31:18.464Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:31:18.464Z] ---> e8a461d35803 [2023-02-07T15:31:18.464Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T15:31:18.464Z] ---> Using cache [2023-02-07T15:31:18.464Z] ---> f0cb63e36ce3 [2023-02-07T15:31:18.464Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-07T15:31:18.464Z] ---> Using cache [2023-02-07T15:31:18.464Z] ---> 9e2024b83585 [2023-02-07T15:31:18.464Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T15:31:18.464Z] ---> Using cache [2023-02-07T15:31:18.464Z] ---> 9ebe62348e93 [2023-02-07T15:31:18.464Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:31:18.464Z] ---> Using cache [2023-02-07T15:31:18.464Z] ---> 94c0dca7e663 [2023-02-07T15:31:18.464Z] Step 7/24 : COPY . . [2023-02-07T15:31:18.464Z] ---> Using cache [2023-02-07T15:31:18.464Z] ---> f456d93c8a70 [2023-02-07T15:31:18.464Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-07T15:31:18.464Z] ---> Running in d14c2cc8573a [2023-02-07T15:31:19.866Z] 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-02-07T15:32:41.475Z] Removing intermediate container c3eba09dcc29 [2023-02-07T15:32:41.475Z] ---> b5ebd5ea9b44 [2023-02-07T15:32:41.475Z] [2023-02-07T15:32:41.475Z] Step 9/19 : FROM alpine:3.15 [2023-02-07T15:32:41.475Z] ---> 8aa73fd46299 [2023-02-07T15:32:41.475Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T15:32:41.475Z] ---> Using cache [2023-02-07T15:32:41.475Z] ---> 83edbc336aaa [2023-02-07T15:32:41.475Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-07T15:32:41.475Z] ---> Running in 11f910447b7c [2023-02-07T15:32:41.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:32:41.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:32:41.475Z] v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T15:32:41.475Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T15:32:41.475Z] OK: 15736 distinct packages available [2023-02-07T15:32:41.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:32:41.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:32:41.475Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-07T15:32:41.475Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-07T15:32:41.475Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-07T15:32:41.475Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-07T15:32:41.475Z] (5/9) Installing curl (7.80.0-r5) [2023-02-07T15:32:41.476Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-07T15:32:41.476Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-07T15:32:41.476Z] (8/9) Installing libucontext (1.1-r0) [2023-02-07T15:32:41.476Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-07T15:32:41.476Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T15:32:41.476Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:32:41.476Z] OK: 8 MiB in 23 packages [2023-02-07T15:32:41.476Z] Removing intermediate container 11f910447b7c [2023-02-07T15:32:41.476Z] ---> 833fbe41fb03 [2023-02-07T15:32:41.476Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:32:41.476Z] ---> ef00270032bc [2023-02-07T15:32:41.476Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-07T15:32:41.476Z] ---> 28c56eb43e18 [2023-02-07T15:32:41.476Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-07T15:32:42.060Z] ---> e0a7032f1288 [2023-02-07T15:32:42.061Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-07T15:32:42.061Z] ---> Running in c6fd260be72e [2023-02-07T15:32:42.641Z] Removing intermediate container c6fd260be72e [2023-02-07T15:32:42.641Z] ---> b9bf5323af10 [2023-02-07T15:32:42.641Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:32:42.641Z] ---> Running in 2b7111938e22 [2023-02-07T15:32:43.221Z] Removing intermediate container 2b7111938e22 [2023-02-07T15:32:43.222Z] ---> 2d559d4d1492 [2023-02-07T15:32:43.222Z] Step 17/19 : LABEL arch=arm64 [2023-02-07T15:32:43.222Z] ---> Running in a3b4a0f760ae [2023-02-07T15:32:43.804Z] Removing intermediate container a3b4a0f760ae [2023-02-07T15:32:43.804Z] ---> 69311d50c734 [2023-02-07T15:32:43.804Z] Step 18/19 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:32:43.804Z] ---> Running in d86b7448d5fa [2023-02-07T15:32:44.387Z] Removing intermediate container d86b7448d5fa [2023-02-07T15:32:44.387Z] ---> 13bc9c3c0009 [2023-02-07T15:32:44.387Z] Step 19/19 : LABEL version=0.0.0 [2023-02-07T15:32:44.387Z] ---> Running in 12218a6223ea [2023-02-07T15:32:44.967Z] Removing intermediate container 12218a6223ea [2023-02-07T15:32:44.967Z] ---> 1b6b38a1d7d6 [2023-02-07T15:32:44.967Z] [2023-02-07T15:32:45.232Z] Successfully built 1b6b38a1d7d6 [2023-02-07T15:32:45.232Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-07T15:32:45.232Z] Building core-command [2023-02-07T15:33:03.402Z]  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T15:33:03.402Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T15:33:03.402Z] ---> e8a461d35803 [2023-02-07T15:33:03.402Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-07T15:33:03.402Z] ---> Using cache [2023-02-07T15:33:03.402Z] ---> 8ec0d93990e2 [2023-02-07T15:33:03.402Z] Step 4/23 : WORKDIR /edgex-go [2023-02-07T15:33:03.402Z] ---> Using cache [2023-02-07T15:33:03.402Z] ---> 3cfe30d6695a [2023-02-07T15:33:03.402Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-07T15:33:03.402Z] ---> Using cache [2023-02-07T15:33:03.402Z] ---> 7e30c2d57824 [2023-02-07T15:33:03.402Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-07T15:33:03.402Z] ---> Using cache [2023-02-07T15:33:03.402Z] ---> 3fef35b74bab [2023-02-07T15:33:03.402Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T15:33:03.402Z] ---> Using cache [2023-02-07T15:33:03.402Z] ---> 5bed30a0013f [2023-02-07T15:33:03.402Z] Step 8/23 : COPY . . [2023-02-07T15:33:03.402Z] ---> Using cache [2023-02-07T15:33:03.402Z] ---> 1803f5679159 [2023-02-07T15:33:03.403Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-07T15:33:03.403Z] ---> Running in 027a4b696ec6 [2023-02-07T15:33:04.804Z] 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-02-07T15:34:42.116Z] Removing intermediate container 9cc220e8d708 [2023-02-07T15:34:42.116Z] ---> 8c8eaf910d3b [2023-02-07T15:34:42.116Z] [2023-02-07T15:34:42.116Z] Step 10/24 : FROM alpine:3.16 [2023-02-07T15:34:42.116Z] ---> 2b4661558fb8 [2023-02-07T15:34:42.116Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:34:42.116Z] ---> Running in 8008983e3cb1 [2023-02-07T15:34:42.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:34:42.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:34:42.116Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T15:34:42.116Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:34:42.116Z] OK: 5 MiB in 15 packages [2023-02-07T15:34:42.116Z] Removing intermediate container 8008983e3cb1 [2023-02-07T15:34:42.116Z] ---> 260395fca74b [2023-02-07T15:34:42.116Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:34:42.116Z] ---> Running in 31e795dc6f65 [2023-02-07T15:34:42.116Z] Removing intermediate container 31e795dc6f65 [2023-02-07T15:34:42.116Z] ---> 8930e39c86e7 [2023-02-07T15:34:42.116Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-07T15:34:42.116Z] ---> Running in 0f934b22e065 [2023-02-07T15:34:42.116Z] Removing intermediate container 0f934b22e065 [2023-02-07T15:34:42.116Z] ---> 70c812d2bdc2 [2023-02-07T15:34:42.116Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-07T15:34:42.116Z] ---> Running in ff3c1316dacf [2023-02-07T15:34:42.116Z] Removing intermediate container ff3c1316dacf [2023-02-07T15:34:42.116Z] ---> 63ce4d384f4f [2023-02-07T15:34:42.116Z] Step 15/24 : WORKDIR / [2023-02-07T15:34:42.116Z] ---> Running in 1c0882f560f0 [2023-02-07T15:34:42.116Z] Removing intermediate container 1c0882f560f0 [2023-02-07T15:34:42.116Z] ---> 870d9c630414 [2023-02-07T15:34:42.116Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:34:42.116Z] ---> 2a9653559e28 [2023-02-07T15:34:42.116Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-07T15:34:42.116Z] ---> 8046f11a7ae3 [2023-02-07T15:34:42.116Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-07T15:34:42.116Z] ---> dbd601c942e4 [2023-02-07T15:34:42.116Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-07T15:34:42.116Z] ---> ab7e823215b3 [2023-02-07T15:34:42.116Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-07T15:34:42.116Z] ---> Running in f82d278798fe [2023-02-07T15:34:42.116Z] Removing intermediate container f82d278798fe [2023-02-07T15:34:42.116Z] ---> 7da3e71b5fa5 [2023-02-07T15:34:42.116Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:34:42.116Z] ---> Running in e3285f0755ea [2023-02-07T15:34:42.381Z] Removing intermediate container e3285f0755ea [2023-02-07T15:34:42.381Z] ---> c16acdd2adbd [2023-02-07T15:34:42.381Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T15:34:42.645Z] ---> Running in 504245e993bc [2023-02-07T15:34:43.599Z] Removing intermediate container 504245e993bc [2023-02-07T15:34:43.599Z] ---> 3bc433ab513d [2023-02-07T15:34:43.599Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:34:43.864Z] ---> Running in 8892a71422b4 [2023-02-07T15:34:44.819Z] Removing intermediate container 8892a71422b4 [2023-02-07T15:34:44.819Z] ---> 7ba84eb03824 [2023-02-07T15:34:44.819Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:34:44.819Z] ---> Running in 797cfedc8ac7 [2023-02-07T15:34:45.775Z] Removing intermediate container 797cfedc8ac7 [2023-02-07T15:34:45.775Z] ---> c7d2d23a9a37 [2023-02-07T15:34:45.775Z] [2023-02-07T15:34:46.358Z] Successfully built c7d2d23a9a37 [2023-02-07T15:34:46.358Z] Successfully tagged core-metadata-arm64:latest [2023-02-07T15:34:50.604Z]  Building core-metadata ... done Removing intermediate container e285b5bbe599 [2023-02-07T15:34:50.604Z] ---> fb7566425ce6 [2023-02-07T15:34:50.604Z] [2023-02-07T15:34:50.604Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:34:50.604Z] ---> 2b4661558fb8 [2023-02-07T15:34:50.604Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-07T15:34:50.604Z] ---> Running in a18105a43d45 [2023-02-07T15:34:50.604Z] Removing intermediate container a18105a43d45 [2023-02-07T15:34:50.604Z] ---> a74edac0f558 [2023-02-07T15:34:50.604Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-07T15:34:50.869Z] ---> Running in fbb645788f26 [2023-02-07T15:34:51.451Z] Removing intermediate container fbb645788f26 [2023-02-07T15:34:51.451Z] ---> 27da5b4cf41b [2023-02-07T15:34:51.451Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-07T15:34:51.451Z] ---> Running in 4063b1aa2ce5 [2023-02-07T15:34:52.036Z] Removing intermediate container 4063b1aa2ce5 [2023-02-07T15:34:52.036Z] ---> 4e2f2c0aab92 [2023-02-07T15:34:52.036Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:34:52.036Z] ---> Running in af937a25b26e [2023-02-07T15:34:53.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:34:54.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:34:55.969Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T15:34:55.969Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:34:55.969Z] OK: 5 MiB in 15 packages [2023-02-07T15:34:57.917Z] Removing intermediate container af937a25b26e [2023-02-07T15:34:57.917Z] ---> 46341bedddea [2023-02-07T15:34:57.917Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:34:58.502Z] ---> fe22a71e8406 [2023-02-07T15:34:58.502Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-07T15:34:59.906Z] ---> 662320726076 [2023-02-07T15:34:59.906Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-07T15:35:00.872Z] ---> 7829d0307c5d [2023-02-07T15:35:00.872Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-07T15:35:00.872Z] ---> Running in ee188e94517d [2023-02-07T15:35:01.149Z] Removing intermediate container ee188e94517d [2023-02-07T15:35:01.149Z] ---> b319943464f1 [2023-02-07T15:35:01.149Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:35:01.417Z] ---> Running in 81d5958ed408 [2023-02-07T15:35:01.998Z] Removing intermediate container 81d5958ed408 [2023-02-07T15:35:01.998Z] ---> a789e0a426bc [2023-02-07T15:35:01.998Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T15:35:01.998Z] ---> Running in 999eb27e1cf2 [2023-02-07T15:35:02.274Z] Removing intermediate container 999eb27e1cf2 [2023-02-07T15:35:02.274Z] ---> 8b3607ed3ef8 [2023-02-07T15:35:02.274Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:35:02.543Z] ---> Running in c38ef8a935de [2023-02-07T15:35:02.808Z] Removing intermediate container c38ef8a935de [2023-02-07T15:35:02.808Z] ---> beda2da46825 [2023-02-07T15:35:02.808Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:35:02.808Z] ---> Running in ac795ea88c0c [2023-02-07T15:35:03.387Z] Removing intermediate container ac795ea88c0c [2023-02-07T15:35:03.387Z] ---> 9f8115ac0ea5 [2023-02-07T15:35:03.387Z] [2023-02-07T15:35:03.652Z] Successfully built 9f8115ac0ea5 [2023-02-07T15:35:03.652Z] Successfully tagged core-data-arm64:latest [2023-02-07T15:36:11.855Z]  Building core-data ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-07T15:36:26.875Z] Removing intermediate container d14c2cc8573a [2023-02-07T15:36:26.875Z] ---> 4b4859ba3f3e [2023-02-07T15:36:26.875Z] [2023-02-07T15:36:26.875Z] Step 9/24 : FROM alpine:3.16 [2023-02-07T15:36:26.875Z] ---> 2b4661558fb8 [2023-02-07T15:36:26.875Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-07T15:36:26.875Z] ---> Running in a6e62e21e55c [2023-02-07T15:36:27.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T15:36:28.098Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T15:36:29.503Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-07T15:36:29.503Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-07T15:36:29.503Z] (3/3) Installing su-exec (0.2-r1) [2023-02-07T15:36:29.503Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T15:36:29.503Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T15:36:29.768Z] OK: 6 MiB in 17 packages [2023-02-07T15:36:31.716Z] Removing intermediate container a6e62e21e55c [2023-02-07T15:36:31.716Z] ---> 63609b166867 [2023-02-07T15:36:31.716Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T15:36:31.983Z] ---> Running in 1d54d8638f42 [2023-02-07T15:36:32.259Z] Removing intermediate container 1d54d8638f42 [2023-02-07T15:36:32.259Z] ---> 9a97040052ef [2023-02-07T15:36:32.259Z] Step 12/24 : WORKDIR / [2023-02-07T15:36:32.259Z] ---> Running in 5d1b99f49a3a [2023-02-07T15:36:32.840Z] Removing intermediate container 5d1b99f49a3a [2023-02-07T15:36:32.840Z] ---> 96d8fa553932 [2023-02-07T15:36:32.840Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-07T15:36:33.797Z] ---> 0f597ee83b30 [2023-02-07T15:36:33.797Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-07T15:36:34.377Z] ---> d8fe82e83f88 [2023-02-07T15:36:34.377Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-07T15:36:35.335Z] ---> 84f8e719445d [2023-02-07T15:36:35.335Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-07T15:36:36.290Z] ---> e89afe71ecc9 [2023-02-07T15:36:36.290Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-07T15:36:38.231Z] ---> 526ad0146777 [2023-02-07T15:36:38.231Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-07T15:36:40.170Z] ---> ddf8090baed7 [2023-02-07T15:36:40.170Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T15:36:40.761Z] ---> 66ed8c43774e [2023-02-07T15:36:40.761Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T15:36:40.761Z] ---> Running in 4a538d1f0b44 [2023-02-07T15:36:44.099Z] Removing intermediate container 4a538d1f0b44 [2023-02-07T15:36:44.099Z] ---> 02e57eadd038 [2023-02-07T15:36:44.099Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T15:36:44.099Z] ---> Running in 3a3976e4da6b [2023-02-07T15:36:44.099Z] Removing intermediate container 3a3976e4da6b [2023-02-07T15:36:44.099Z] ---> 96bde43e5e7a [2023-02-07T15:36:44.099Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T15:36:44.363Z] ---> Running in 2f0f8f8910ad [2023-02-07T15:36:44.943Z] Removing intermediate container 2f0f8f8910ad [2023-02-07T15:36:44.943Z] ---> e538e9dfa90a [2023-02-07T15:36:44.943Z] Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:36:44.943Z] ---> Running in 1402d604e539 [2023-02-07T15:36:45.522Z] Removing intermediate container 1402d604e539 [2023-02-07T15:36:45.522Z] ---> dd887d5ca0e7 [2023-02-07T15:36:45.522Z] Step 24/24 : LABEL version=0.0.0 [2023-02-07T15:36:45.522Z] ---> Running in 69cc958ce01f [2023-02-07T15:36:46.102Z] Removing intermediate container 69cc958ce01f [2023-02-07T15:36:46.102Z] ---> c5bc0f30a7fa [2023-02-07T15:36:46.102Z] [2023-02-07T15:36:46.367Z] Successfully built c5bc0f30a7fa [2023-02-07T15:36:46.367Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-07T15:37:18.569Z]  Building security-secretstore-setup ... done Removing intermediate container 027a4b696ec6 [2023-02-07T15:37:18.569Z] ---> 913a7e13a2dd [2023-02-07T15:37:18.569Z] [2023-02-07T15:37:18.569Z] Step 10/23 : FROM alpine:3.16 [2023-02-07T15:37:18.569Z] ---> 2b4661558fb8 [2023-02-07T15:37:18.569Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:37:18.569Z] ---> Using cache [2023-02-07T15:37:18.569Z] ---> 260395fca74b [2023-02-07T15:37:18.569Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:37:18.569Z] ---> Using cache [2023-02-07T15:37:18.569Z] ---> 8930e39c86e7 [2023-02-07T15:37:18.569Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-07T15:37:18.569Z] ---> Running in 50906d5fad38 [2023-02-07T15:37:18.569Z] Removing intermediate container 50906d5fad38 [2023-02-07T15:37:18.569Z] ---> 3b0611eed5c7 [2023-02-07T15:37:18.569Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-07T15:37:18.569Z] ---> Running in 2eea6174e2b4 [2023-02-07T15:37:18.569Z] Removing intermediate container 2eea6174e2b4 [2023-02-07T15:37:18.569Z] ---> b69e6ebe2b26 [2023-02-07T15:37:18.569Z] Step 15/23 : WORKDIR / [2023-02-07T15:37:18.569Z] ---> Running in 2d4115b1241d [2023-02-07T15:37:18.569Z] Removing intermediate container 2d4115b1241d [2023-02-07T15:37:18.569Z] ---> 1dce0ee25905 [2023-02-07T15:37:18.569Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:37:18.569Z] ---> 32c317ea12c4 [2023-02-07T15:37:18.569Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-07T15:37:18.569Z] ---> 54fdff792df0 [2023-02-07T15:37:18.569Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-07T15:37:19.149Z] ---> fe3886fe3aba [2023-02-07T15:37:19.149Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-07T15:37:19.149Z] ---> Running in 7e344536848f [2023-02-07T15:37:19.414Z] Removing intermediate container 7e344536848f [2023-02-07T15:37:19.414Z] ---> 7cbb110dec5f [2023-02-07T15:37:19.414Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:37:19.414Z] ---> Running in 92e90316d579 [2023-02-07T15:37:20.007Z] Removing intermediate container 92e90316d579 [2023-02-07T15:37:20.007Z] ---> ecde602d67c7 [2023-02-07T15:37:20.007Z] Step 21/23 : LABEL arch=arm64 [2023-02-07T15:37:20.007Z] ---> Running in b6b8270f1b4c [2023-02-07T15:37:20.277Z] Removing intermediate container b6b8270f1b4c [2023-02-07T15:37:20.277Z] ---> 81db54d115b0 [2023-02-07T15:37:20.277Z] Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:37:20.277Z] ---> Running in 43cbcd91b6ba [2023-02-07T15:37:20.855Z] Removing intermediate container 43cbcd91b6ba [2023-02-07T15:37:20.855Z] ---> 50910891e7e3 [2023-02-07T15:37:20.855Z] Step 23/23 : LABEL version=0.0.0 [2023-02-07T15:37:20.855Z] ---> Running in b32943a68304 [2023-02-07T15:37:21.445Z] Removing intermediate container b32943a68304 [2023-02-07T15:37:21.445Z] ---> a6ebdbc1dd1e [2023-02-07T15:37:21.445Z] [2023-02-07T15:37:21.445Z] Successfully built a6ebdbc1dd1e [2023-02-07T15:37:21.445Z] Successfully tagged core-command-arm64:latest [2023-02-07T15:37:33.987Z]  Building core-command ... done Removing intermediate container 1d20f883e643 [2023-02-07T15:37:33.987Z] ---> cecb52bb0fd5 [2023-02-07T15:37:33.987Z] [2023-02-07T15:37:33.987Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T15:37:33.987Z] ---> 2b4661558fb8 [2023-02-07T15:37:33.987Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T15:37:33.987Z] ---> Using cache [2023-02-07T15:37:33.987Z] ---> 260395fca74b [2023-02-07T15:37:33.987Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T15:37:33.987Z] ---> Using cache [2023-02-07T15:37:33.987Z] ---> 8930e39c86e7 [2023-02-07T15:37:33.987Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-07T15:37:33.987Z] ---> Running in a1fdd185368c [2023-02-07T15:37:34.251Z] Removing intermediate container a1fdd185368c [2023-02-07T15:37:34.251Z] ---> 37bd076f4839 [2023-02-07T15:37:34.251Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T15:37:34.251Z] ---> Running in 479980751a32 [2023-02-07T15:37:34.515Z] Removing intermediate container 479980751a32 [2023-02-07T15:37:34.515Z] ---> c3c08d45f3ff [2023-02-07T15:37:34.515Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T15:37:34.785Z] ---> b8ab964cb399 [2023-02-07T15:37:34.785Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-07T15:37:36.185Z] ---> 636ec7bbe646 [2023-02-07T15:37:36.185Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-07T15:37:36.762Z] ---> 2a6b14783945 [2023-02-07T15:37:36.762Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-07T15:37:36.762Z] ---> Running in 0de797d6c7c7 [2023-02-07T15:37:37.028Z] Removing intermediate container 0de797d6c7c7 [2023-02-07T15:37:37.028Z] ---> 968391f410c5 [2023-02-07T15:37:37.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T15:37:37.028Z] ---> Running in dc1cd4566b1d [2023-02-07T15:37:37.294Z] Removing intermediate container dc1cd4566b1d [2023-02-07T15:37:37.294Z] ---> 4c5a47129c82 [2023-02-07T15:37:37.294Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T15:37:37.294Z] ---> Running in ec5190b766c3 [2023-02-07T15:37:37.559Z] Removing intermediate container ec5190b766c3 [2023-02-07T15:37:37.559Z] ---> 19e90f76c817 [2023-02-07T15:37:37.559Z] Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded [2023-02-07T15:37:37.559Z] ---> Running in 42fd334c3821 [2023-02-07T15:37:37.823Z] Removing intermediate container 42fd334c3821 [2023-02-07T15:37:37.823Z] ---> 1b10cbd07ff5 [2023-02-07T15:37:37.823Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T15:37:38.091Z] ---> Running in 72529d78d79d [2023-02-07T15:37:38.356Z] Removing intermediate container 72529d78d79d [2023-02-07T15:37:38.356Z] ---> 1c223f5f4a55 [2023-02-07T15:37:38.356Z] [2023-02-07T15:37:38.356Z] Successfully built 1c223f5f4a55 [2023-02-07T15:37:38.356Z] Successfully tagged support-scheduler-arm64:latest [2023-02-07T15:37:38.628Z]  Building support-scheduler ... done  [Pipeline] } [2023-02-07T15:37:38.652Z] $ docker stop --time=1 bc9b2450cd5e02f54f8b42f1a8d18b3ba2003900683f33a1ac50948a8f75445f [2023-02-07T15:37:43.146Z] $ docker rm -f --volumes bc9b2450cd5e02f54f8b42f1a8d18b3ba2003900683f33a1ac50948a8f75445f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T15:37:43.680Z] + docker images [2023-02-07T15:37:43.946Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-07T15:37:43.946Z] support-scheduler-arm64 latest 1c223f5f4a55 5 seconds ago 29MB [2023-02-07T15:37:43.946Z] cecb52bb0fd5 11 seconds ago 1.57GB [2023-02-07T15:37:43.946Z] core-command-arm64 latest a6ebdbc1dd1e 22 seconds ago 17MB [2023-02-07T15:37:43.946Z] 913a7e13a2dd 29 seconds ago 1.51GB [2023-02-07T15:37:43.946Z] security-secretstore-setup-arm64 latest c5bc0f30a7fa 58 seconds ago 28.7MB [2023-02-07T15:37:43.946Z] 4b4859ba3f3e About a minute ago 1.5GB [2023-02-07T15:37:43.946Z] core-data-arm64 latest 9f8115ac0ea5 2 minutes ago 17.2MB [2023-02-07T15:37:43.946Z] fb7566425ce6 2 minutes ago 1.51GB [2023-02-07T15:37:43.946Z] core-metadata-arm64 latest c7d2d23a9a37 2 minutes ago 17.7MB [2023-02-07T15:37:43.946Z] 8c8eaf910d3b 3 minutes ago 1.51GB [2023-02-07T15:37:43.946Z] security-spiffe-token-provider-arm64 latest 1b6b38a1d7d6 4 minutes ago 28.9MB [2023-02-07T15:37:43.946Z] b5ebd5ea9b44 5 minutes ago 1.54GB [2023-02-07T15:37:43.946Z] support-notifications-arm64 latest b5df9f0f6808 6 minutes ago 29.5MB [2023-02-07T15:37:43.946Z] security-bootstrapper-arm64 latest 4f874ba46393 7 minutes ago 19.5MB [2023-02-07T15:37:43.946Z] 49d492cee752 7 minutes ago 1.57GB [2023-02-07T15:37:43.946Z] a4dacef80dfb 7 minutes ago 1.5GB [2023-02-07T15:37:43.946Z] core-common-config-bootstrapper-arm64 latest fcf7aaf90f1c 10 minutes ago 14.9MB [2023-02-07T15:37:43.946Z] 40129f4c1e89 10 minutes ago 1.5GB [2023-02-07T15:37:43.946Z] security-proxy-setup-arm64 latest 94ba7ff8d984 10 minutes ago 26.8MB [2023-02-07T15:37:43.946Z] 66ab4f806298 10 minutes ago 1.5GB [2023-02-07T15:37:43.946Z] security-spire-config-arm64 latest fa4968adaa11 16 minutes ago 83.6MB [2023-02-07T15:37:43.946Z] ca4eda12b550 16 minutes ago 1.38GB [2023-02-07T15:37:43.946Z] security-spire-agent-arm64 latest 826f51ea98ee 17 minutes ago 122MB [2023-02-07T15:37:43.946Z] security-spire-server-arm64 latest 49f017c29569 17 minutes ago 84.3MB [2023-02-07T15:37:43.946Z] 2afd3ce352fc 17 minutes ago 1.38GB [2023-02-07T15:37:43.946Z] c5fb2f14233f 17 minutes ago 1.38GB [2023-02-07T15:37:43.946Z] ci-base-image-arm64 latest e8a461d35803 30 minutes ago 905MB [2023-02-07T15:37:43.946Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-02-07T15:37:43.946Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-02-07T15:37:43.946Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-07T15:37:43.946Z] 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-02-07T15:37:44.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T15:37:44.728Z] [2023-02-07T15:37:44.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:37:45.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T15:37:45.402Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T15:37:45.402Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T15:37:45.402Z] 04944245beec: Pulling fs layer [2023-02-07T15:37:45.402Z] 699f458cf7ca: Pulling fs layer [2023-02-07T15:37:45.402Z] 765212b225bb: Pulling fs layer [2023-02-07T15:37:45.402Z] f23df028b6ca: Pulling fs layer [2023-02-07T15:37:45.402Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T15:37:45.402Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T15:37:45.402Z] f23df028b6ca: Waiting [2023-02-07T15:37:45.402Z] 765212b225bb: Waiting [2023-02-07T15:37:45.402Z] d65c8cfc05b1: Waiting [2023-02-07T15:37:45.402Z] 2437ff75d9bd: Waiting [2023-02-07T15:37:45.402Z] 04944245beec: Verifying Checksum [2023-02-07T15:37:45.402Z] 04944245beec: Download complete [2023-02-07T15:37:45.402Z] 765212b225bb: Verifying Checksum [2023-02-07T15:37:45.402Z] 765212b225bb: Download complete [2023-02-07T15:37:45.670Z] f23df028b6ca: Verifying Checksum [2023-02-07T15:37:45.670Z] f23df028b6ca: Download complete [2023-02-07T15:37:45.670Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T15:37:45.670Z] d65c8cfc05b1: Download complete [2023-02-07T15:37:45.670Z] 699f458cf7ca: Verifying Checksum [2023-02-07T15:37:45.670Z] 699f458cf7ca: Download complete [2023-02-07T15:37:45.938Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T15:37:45.938Z] 8998bd30e6a1: Download complete [2023-02-07T15:37:48.511Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T15:37:48.511Z] 2437ff75d9bd: Download complete [2023-02-07T15:37:49.916Z] 8998bd30e6a1: Pull complete [2023-02-07T15:37:50.498Z] 04944245beec: Pull complete [2023-02-07T15:37:51.906Z] 699f458cf7ca: Pull complete [2023-02-07T15:37:51.906Z] 765212b225bb: Pull complete [2023-02-07T15:37:55.245Z] f23df028b6ca: Pull complete [2023-02-07T15:37:55.245Z] d65c8cfc05b1: Pull complete [2023-02-07T15:38:10.217Z] 2437ff75d9bd: Pull complete [2023-02-07T15:38:10.217Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T15:38:10.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T15:38:10.217Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:38:10.512Z] prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container [2023-02-07T15:38:10.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-07T15:38:13.191Z] $ docker top 615e47014f80c31a8d62c3f92047c9f0f54e5dc325928ea4dd2c51b8b4fdd5d2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:14.153Z] ---> job-cost.sh [2023-02-07T15:38:14.154Z] lf-activate-venv: SKIPPING [2023-02-07T15:38:14.154Z] INFO: No Stack... [2023-02-07T15:38:14.732Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T15:38:15.311Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T15:38:15.959Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-02-07T15:38:15.959Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T15:38:16.040Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] [2023-02-07T15:38:16.045Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] did not exist. Created. [2023-02-07T15:38:16.045Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T15:38:16.462Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T15:38:16.901Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T15:38:16.918Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T15:38:16.996Z] $ docker stop --time=1 615e47014f80c31a8d62c3f92047c9f0f54e5dc325928ea4dd2c51b8b4fdd5d2 [2023-02-07T15:38:18.501Z] $ docker rm -f --volumes 615e47014f80c31a8d62c3f92047c9f0f54e5dc325928ea4dd2c51b8b4fdd5d2 [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-02-07T15:38:19.498Z] provisioning config files... [2023-02-07T15:38:19.507Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config928667272414132599tmp [Pipeline] { [Pipeline] sh [2023-02-07T15:38:19.837Z] + set +x [2023-02-07T15:38:19.837Z] + curl -s https://codecov.io/bash [2023-02-07T15:38:19.837Z] + bash -s -- [2023-02-07T15:38:19.837Z] [2023-02-07T15:38:19.837Z] _____ _ [2023-02-07T15:38:19.837Z] / ____| | | [2023-02-07T15:38:19.837Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T15:38:19.838Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T15:38:19.838Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T15:38:19.838Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T15:38:19.838Z] Bash-1.0.6 [2023-02-07T15:38:19.838Z] [2023-02-07T15:38:19.838Z] [2023-02-07T15:38:19.838Z] ==> git version 2.25.1 found [2023-02-07T15:38:19.838Z] ==> 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-02-07T15:38:19.838Z] Release-Date: 2020-01-08 [2023-02-07T15:38:19.838Z] 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-02-07T15:38:19.838Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T15:38:19.838Z] ==> Jenkins CI detected. [2023-02-07T15:38:19.838Z] current dir:  /w/workspace/edgex-go/1 [2023-02-07T15:38:19.838Z] project root: . [2023-02-07T15:38:19.838Z] --> token set from env [2023-02-07T15:38:19.838Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T15:38:19.838Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T15:38:19.838Z] ==> Python coveragepy not found [2023-02-07T15:38:19.838Z] ==> Searching for coverage reports in: [2023-02-07T15:38:19.838Z] + . [2023-02-07T15:38:19.838Z] -> Found 1 reports [2023-02-07T15:38:19.838Z] ==> Detecting git/mercurial file structure [2023-02-07T15:38:20.097Z] ==> Reading reports [2023-02-07T15:38:20.097Z] + ./coverage.out bytes=486191 [2023-02-07T15:38:20.097Z] ==> Appending adjustments [2023-02-07T15:38:20.097Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T15:38:21.034Z] + Found adjustments [2023-02-07T15:38:21.034Z] ==> Gzipping contents [2023-02-07T15:38:21.034Z] 64K /tmp/codecov.wffCC2.gz [2023-02-07T15:38:21.034Z] ==> Uploading reports [2023-02-07T15:38:21.034Z] url: https://codecov.io [2023-02-07T15:38:21.034Z] query: branch=PR-4330&commit=872b1b9300e89db3806117c88b15e38dc454dded&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4330&job=&cmd_args= [2023-02-07T15:38:21.293Z] -> Pinging Codecov [2023-02-07T15:38:21.293Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4330&commit=872b1b9300e89db3806117c88b15e38dc454dded&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4330&job=&cmd_args= [2023-02-07T15:38:21.553Z] -> Uploading to [2023-02-07T15:38:21.553Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/00271124DB129430A58F1EEE437C3FCB/872b1b9300e89db3806117c88b15e38dc454dded/5db0b6ee-6323-4b66-b963-3b4b8e168cb6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T153821Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a688bf34195c1ca9020c514cd985bf0274b51e65936a0f11d8d9d9785a50c8d2 [2023-02-07T15:38:21.553Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T15:38:21.553Z] Dload Upload Total Spent Left Speed [2023-02-07T15:38:21.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62844 0 0 100 62844 0 206k --:--:-- --:--:-- --:--:-- 206k [2023-02-07T15:38:21.812Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] } [2023-02-07T15:38:21.839Z] 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-02-07T15:38:23.249Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:23.582Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:24.469Z] ---> package-listing.sh [2023-02-07T15:38:24.469Z] ++ facter osfamily [2023-02-07T15:38:24.469Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T15:38:24.729Z] + OS_FAMILY=debian [2023-02-07T15:38:24.729Z] + workspace=/w/workspace/edgex-go/1 [2023-02-07T15:38:24.729Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T15:38:24.729Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T15:38:24.729Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T15:38:24.729Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T15:38:24.729Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-07T15:38:24.729Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T15:38:24.729Z] + case "${OS_FAMILY}" in [2023-02-07T15:38:24.729Z] + dpkg -l [2023-02-07T15:38:24.729Z] + grep '^ii' [2023-02-07T15:38:24.729Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T15:38:24.729Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T15:38:24.729Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T15:38:24.729Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-07T15:38:24.729Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-07T15:38:24.729Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-07T15:38:24.761Z] 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-02-07T15:38:25.049Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:38:25.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T15:38:25.679Z] [2023-02-07T15:38:25.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T15:38:26.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T15:38:26.040Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T15:38:26.040Z] 5eb5b503b376: Pulling fs layer [2023-02-07T15:38:26.040Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T15:38:26.040Z] ec43610c2a17: Pulling fs layer [2023-02-07T15:38:26.040Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T15:38:26.040Z] 33b1e0a273af: Pulling fs layer [2023-02-07T15:38:26.040Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T15:38:26.040Z] 2f39f015ded8: Pulling fs layer [2023-02-07T15:38:26.040Z] 33b1e0a273af: Waiting [2023-02-07T15:38:26.040Z] 5d3b04190fa2: Waiting [2023-02-07T15:38:26.040Z] 2f39f015ded8: Waiting [2023-02-07T15:38:26.040Z] 3a2ae6a8a46f: Waiting [2023-02-07T15:38:26.040Z] 5c69ac0246d0: Download complete [2023-02-07T15:38:26.040Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T15:38:26.040Z] 3a2ae6a8a46f: Download complete [2023-02-07T15:38:26.313Z] 33b1e0a273af: Verifying Checksum [2023-02-07T15:38:26.313Z] 33b1e0a273af: Download complete [2023-02-07T15:38:26.313Z] 5d3b04190fa2: Verifying Checksum [2023-02-07T15:38:26.313Z] 5d3b04190fa2: Download complete [2023-02-07T15:38:26.575Z] ec43610c2a17: Verifying Checksum [2023-02-07T15:38:26.575Z] ec43610c2a17: Download complete [2023-02-07T15:38:26.575Z] 5eb5b503b376: Verifying Checksum [2023-02-07T15:38:26.575Z] 5eb5b503b376: Download complete [2023-02-07T15:38:27.540Z] 2f39f015ded8: Download complete [2023-02-07T15:38:27.800Z] 5eb5b503b376: Pull complete [2023-02-07T15:38:28.058Z] 5c69ac0246d0: Pull complete [2023-02-07T15:38:28.625Z] ec43610c2a17: Pull complete [2023-02-07T15:38:28.625Z] 3a2ae6a8a46f: Pull complete [2023-02-07T15:38:28.884Z] 33b1e0a273af: Pull complete [2023-02-07T15:38:28.884Z] 5d3b04190fa2: Pull complete [2023-02-07T15:38:33.075Z] 2f39f015ded8: Pull complete [2023-02-07T15:38:33.075Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T15:38:33.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T15:38:33.075Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T15:38:33.300Z] prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container [2023-02-07T15:38:33.359Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T15:38:35.625Z] $ docker top c201948aee3e8e66deb6be56a79c22e92e89a08a60b8e1fd2f7784be87fad3f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T15:38:36.017Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T15:38:36.327Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T15:38:36.638Z] + ls /var/log/sa-host [2023-02-07T15:38:36.638Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T15:38:36.856Z] provisioning config files... [2023-02-07T15:38:36.865Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17595326207732617603tmp [Pipeline] { [Pipeline] echo [2023-02-07T15:38:36.915Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:37.225Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T15:38:37.246Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:37.641Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T15:38:37.672Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:37.985Z] ---> sudo-logs.sh [2023-02-07T15:38:37.986Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T15:38:38.066Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:38.377Z] ---> job-cost.sh [2023-02-07T15:38:38.377Z] lf-activate-venv: SKIPPING [2023-02-07T15:38:38.377Z] DEBUG: total: 0.10999999940395355 [2023-02-07T15:38:38.377Z] INFO: Retrieving Stack Cost... [2023-02-07T15:38:38.945Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T15:38:39.514Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T15:38:39.547Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T15:38:39.857Z] ---> logs-deploy.sh [2023-02-07T15:38:39.857Z] lf-activate-venv: SKIPPING [2023-02-07T15:38:39.857Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4330/1 [2023-02-07T15:38:39.857Z] INFO: archiving workspace using pattern(s): [2023-02-07T15:38:40.793Z] Archives upload complete. [2023-02-07T15:38:40.793Z] INFO: archiving logs to Nexus