Pull request #4378 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 8c0ca7c85efba52c261c3039880fc47da148a7eb+d1220c913da191e5a5098d83180fefdfc3d41548 (7ac8328dc34525da32538ccca95f1485ec3bd2ff) 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-ssh4970968564583215052.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-ssh2289130179222940588.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-4378/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-4378/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7936431055701381925.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-4378/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18349956491596969529.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-ssh5619338107890655418.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-4378/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-4378/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8832748654236584767.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/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6882’ Running on prd-ubuntu20.04-docker-8c-8g-6884 in /w/workspace/edgexfoundry_edgex-go_PR-4378 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d1220c913da191e5a5098d83180fefdfc3d41548 into PR head commit 8c0ca7c85efba52c261c3039880fc47da148a7eb > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4378/head:refs/remotes/origin/PR-4378 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing 8c0ca7c85efba52c261c3039880fc47da148a7eb Checking out Revision 8c0ca7c85efba52c261c3039880fc47da148a7eb (PR-4378) > git merge d1220c913da191e5a5098d83180fefdfc3d41548 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 Commit message: "fix: Remove extra hyphen out of the core-metadata.yaml" 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-21T12:34:24.365Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-21T12:34:24.525Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-21T12:34:24.630Z] ========================================================= [2023-02-21T12:34:24.630Z] EdgeX Global Pipelines Version Info [2023-02-21T12:34:24.630Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-21T12:34:25.398Z] ------------------- [2023-02-21T12:34:25.398Z] stable info: [2023-02-21T12:34:25.398Z] ------------------- [2023-02-21T12:34:25.398Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-21T12:34:25.398Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-21T12:34:25.398Z] Message: update stable to v1.0.244 [2023-02-21T12:34:25.973Z] ------------------- [2023-02-21T12:34:25.973Z] experimental info: [2023-02-21T12:34:25.973Z] ------------------- [2023-02-21T12:34:25.973Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-21T12:34:25.973Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-21T12:34:25.973Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-21T12:34:26.250Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-21T12:34:26.284Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-21T12:34:26.316Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-21T12:34:26.348Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-21T12:34:26.380Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-21T12:34:26.417Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-21T12:34:26.450Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-21T12:34:26.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-21T12:34:26.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-21T12:34:26.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-21T12:34:26.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-21T12:34:26.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-21T12:34:26.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-21T12:34:26.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-21T12:34:26.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-21T12:34:26.783Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-21T12:34:26.813Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-21T12:34:26.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-21T12:34:26.881Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-21T12:34:26.912Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-21T12:34:26.948Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-21T12:34:26.986Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-21T12:34:27.021Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-21T12:34:27.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4378 [Pipeline] echo [2023-02-21T12:34:27.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4378 [Pipeline] echo [2023-02-21T12:34:27.124Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4378 [Pipeline] echo [2023-02-21T12:34:27.157Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] echo [2023-02-21T12:34:27.190Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c0ca7c [Pipeline] echo [2023-02-21T12:34:27.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-21T12:34:27.325Z] provisioning config files... [2023-02-21T12:34:27.340Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13773939191339148847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-21T12:34:27.678Z] ---> docker-login.sh [2023-02-21T12:34:27.678Z] nexus3.edgexfoundry.org:10001 [2023-02-21T12:34:27.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:34:27.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:34:27.938Z] Configure a credential helper to remove this warning. See [2023-02-21T12:34:27.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:34:27.938Z] [2023-02-21T12:34:27.938Z] Login Succeeded [2023-02-21T12:34:27.938Z] nexus3.edgexfoundry.org:10002 [2023-02-21T12:34:28.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:34:28.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:34:28.199Z] Configure a credential helper to remove this warning. See [2023-02-21T12:34:28.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:34:28.199Z] [2023-02-21T12:34:28.199Z] Login Succeeded [2023-02-21T12:34:28.199Z] nexus3.edgexfoundry.org:10003 [2023-02-21T12:34:28.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:34:28.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:34:28.199Z] Configure a credential helper to remove this warning. See [2023-02-21T12:34:28.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:34:28.199Z] [2023-02-21T12:34:28.199Z] Login Succeeded [2023-02-21T12:34:28.199Z] nexus3.edgexfoundry.org:10004 [2023-02-21T12:34:28.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:34:28.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:34:28.461Z] Configure a credential helper to remove this warning. See [2023-02-21T12:34:28.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:34:28.461Z] [2023-02-21T12:34:28.461Z] Login Succeeded [2023-02-21T12:34:28.461Z] docker.io [2023-02-21T12:34:28.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:34:28.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:34:28.721Z] Configure a credential helper to remove this warning. See [2023-02-21T12:34:28.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:34:28.721Z] [2023-02-21T12:34:28.721Z] Login Succeeded [2023-02-21T12:34:28.721Z] ---> docker-login.sh ends [Pipeline] } [2023-02-21T12:34:28.749Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-21T12:34:29.140Z] + 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-21T12:34:29.140Z] + dirname cmd/core-command/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/core-data/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-21T12:34:29.140Z] + dirname+ cmd/core-metadata/Dockerfile [2023-02-21T12:34:29.140Z] cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-21T12:34:29.140Z] + + cutdirname -d/ cmd/security-spire-config/Dockerfile -f2 [2023-02-21T12:34:29.140Z] [2023-02-21T12:34:29.140Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-21T12:34:29.140Z] + dirname cmd/support-notifications/Dockerfile [2023-02-21T12:34:29.140Z] + cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-21T12:34:29.140Z] + + dirname cmd/support-scheduler/Dockerfile [2023-02-21T12:34:29.140Z] cut -d/ -f2 [2023-02-21T12:34:29.140Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-21T12:34:29.206Z] 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-21T12:34:29.699Z] + git rev-list -1 --merges 8c0ca7c85efba52c261c3039880fc47da148a7eb~1..8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] echo [2023-02-21T12:34:29.729Z] -----------> git rev-list -1 --merges 8c0ca7c85efba52c261c3039880fc47da148a7eb~1..8c0ca7c85efba52c261c3039880fc47da148a7eb 8c0ca7c85efba52c261c3039880fc47da148a7eb [false] [Pipeline] sh [2023-02-21T12:34:30.036Z] + git log --format=format:%s -1 8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] echo [2023-02-21T12:34:30.072Z] ========================================================= [2023-02-21T12:34:30.072Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-21T12:34:30.072Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-21T12:34:30.506Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-21T12:34:30.506Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-21T12:34:30.506Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-21T12:34:30.506Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-21T12:34:30.506Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-21T12:34:30.506Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-21T12:34:30.506Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:34:30.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-21T12:34:30.922Z] [2023-02-21T12:34:30.922Z] 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-21T12:34:31.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-21T12:34:31.293Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-21T12:34:31.293Z] b85a868b505f: Pulling fs layer [2023-02-21T12:34:31.293Z] e2be974225ed: Pulling fs layer [2023-02-21T12:34:31.293Z] 339a4e72a1f5: Pulling fs layer [2023-02-21T12:34:31.293Z] 988bab9f4d93: Pulling fs layer [2023-02-21T12:34:31.293Z] 1469e6f7b9e6: Pulling fs layer [2023-02-21T12:34:31.293Z] eaf3925da568: Pulling fs layer [2023-02-21T12:34:31.293Z] bab4dde63d76: Pulling fs layer [2023-02-21T12:34:31.293Z] bde34c3a00c8: Pulling fs layer [2023-02-21T12:34:31.293Z] b352a97aabf1: Pulling fs layer [2023-02-21T12:34:31.293Z] 988bab9f4d93: Waiting [2023-02-21T12:34:31.293Z] 4872d77fe225: Pulling fs layer [2023-02-21T12:34:31.293Z] 5851b861e8e6: Pulling fs layer [2023-02-21T12:34:31.293Z] 1469e6f7b9e6: Waiting [2023-02-21T12:34:31.293Z] bde34c3a00c8: Waiting [2023-02-21T12:34:31.293Z] eaf3925da568: Waiting [2023-02-21T12:34:31.293Z] b352a97aabf1: Waiting [2023-02-21T12:34:31.293Z] bab4dde63d76: Waiting [2023-02-21T12:34:31.293Z] 4872d77fe225: Waiting [2023-02-21T12:34:31.293Z] 5851b861e8e6: Waiting [2023-02-21T12:34:31.293Z] e2be974225ed: Verifying Checksum [2023-02-21T12:34:31.293Z] e2be974225ed: Download complete [2023-02-21T12:34:31.293Z] 988bab9f4d93: Verifying Checksum [2023-02-21T12:34:31.293Z] 988bab9f4d93: Download complete [2023-02-21T12:34:31.555Z] 1469e6f7b9e6: Verifying Checksum [2023-02-21T12:34:31.555Z] 1469e6f7b9e6: Download complete [2023-02-21T12:34:31.555Z] 339a4e72a1f5: Verifying Checksum [2023-02-21T12:34:31.555Z] 339a4e72a1f5: Download complete [2023-02-21T12:34:31.555Z] eaf3925da568: Verifying Checksum [2023-02-21T12:34:31.555Z] eaf3925da568: Download complete [2023-02-21T12:34:31.555Z] bde34c3a00c8: Verifying Checksum [2023-02-21T12:34:31.555Z] bde34c3a00c8: Download complete [2023-02-21T12:34:31.555Z] b352a97aabf1: Download complete [2023-02-21T12:34:31.555Z] 4872d77fe225: Verifying Checksum [2023-02-21T12:34:31.555Z] 4872d77fe225: Download complete [2023-02-21T12:34:31.555Z] 5851b861e8e6: Verifying Checksum [2023-02-21T12:34:31.555Z] 5851b861e8e6: Download complete [2023-02-21T12:34:31.815Z] b85a868b505f: Verifying Checksum [2023-02-21T12:34:31.815Z] b85a868b505f: Download complete [2023-02-21T12:34:32.075Z] bab4dde63d76: Verifying Checksum [2023-02-21T12:34:32.075Z] bab4dde63d76: Download complete [2023-02-21T12:34:33.011Z] b85a868b505f: Pull complete [2023-02-21T12:34:33.011Z] e2be974225ed: Pull complete [2023-02-21T12:34:33.579Z] 339a4e72a1f5: Pull complete [2023-02-21T12:34:33.579Z] 988bab9f4d93: Pull complete [2023-02-21T12:34:33.839Z] 1469e6f7b9e6: Pull complete [2023-02-21T12:34:34.114Z] eaf3925da568: Pull complete [2023-02-21T12:34:36.016Z] bab4dde63d76: Pull complete [2023-02-21T12:34:36.017Z] bde34c3a00c8: Pull complete [2023-02-21T12:34:36.017Z] b352a97aabf1: Pull complete [2023-02-21T12:34:36.276Z] 4872d77fe225: Pull complete [2023-02-21T12:34:36.276Z] 5851b861e8e6: Pull complete [2023-02-21T12:34:36.276Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-21T12:34:36.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-21T12:34:36.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:34:36.488Z] prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container [2023-02-21T12:34:36.572Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-21T12:34:40.979Z] $ docker top 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 -eo pid,comm [2023-02-21T12:34:41.033Z] 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-21T12:34:41.033Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-21T12:34:41.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-21T12:34:41.153Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-21T12:34:41.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-21T12:34:41.284Z] $ docker exec 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent [2023-02-21T12:34:41.395Z] SSH_AUTH_SOCK=/tmp/ssh-XhRMjojrWjA4/agent.32 [2023-02-21T12:34:41.395Z] SSH_AGENT_PID=38 [2023-02-21T12:34:41.401Z] Running ssh-add (command line suppressed) [2023-02-21T12:34:41.501Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14594299874154042883.key (/w/workspace/edgex-go/1@tmp/private_key_14594299874154042883.key) [2023-02-21T12:34:41.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-21T12:34:41.839Z] + git tag --points-at HEAD [Pipeline] } [2023-02-21T12:34:41.867Z] $ docker exec --env ******** --env ******** 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent -k [2023-02-21T12:34:41.969Z] unset SSH_AUTH_SOCK; [2023-02-21T12:34:41.970Z] unset SSH_AGENT_PID; [2023-02-21T12:34:41.970Z] echo Agent pid 38 killed; [2023-02-21T12:34:41.977Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-21T12:34:42.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-21T12:34:42.057Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-21T12:34:42.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-21T12:34:42.173Z] $ docker exec 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent [2023-02-21T12:34:42.283Z] SSH_AUTH_SOCK=/tmp/ssh-7azzMCLqyxgG/agent.70 [2023-02-21T12:34:42.283Z] SSH_AGENT_PID=76 [2023-02-21T12:34:42.289Z] Running ssh-add (command line suppressed) [2023-02-21T12:34:42.401Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6650675778245973336.key (/w/workspace/edgex-go/1@tmp/private_key_6650675778245973336.key) [2023-02-21T12:34:42.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-21T12:34:42.741Z] + git semver init [2023-02-21T12:34:43.000Z] 2023-02-21 12:34:42,935 [run_init] DEBUG init version:0.0.0 force:False [2023-02-21T12:34:43.000Z] 2023-02-21 12:34:42,936 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-21T12:34:43.000Z] 2023-02-21 12:34:42,937 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-21T12:34:43.000Z] 2023-02-21 12:34:42,937 [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-21T12:34:49.579Z] 2023-02-21 12:34:48,545 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-21T12:34:49.579Z] 2023-02-21 12:34:48,546 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4378 with force:False [2023-02-21T12:34:49.579Z] 2023-02-21 12:34:48,546 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4378 [2023-02-21T12:34:49.579Z] 2023-02-21 12:34:48,551 [execute] INFO git cat-file --batch-check [2023-02-21T12:34:49.579Z] 2023-02-21 12:34:48,551 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-21T12:34:49.579Z] 2023-02-21 12:34:48,558 [execute] INFO git cat-file --batch [2023-02-21T12:34:49.579Z] 2023-02-21 12:34:48,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-21T12:34:49.579Z] 2023-02-21 12:34:48,564 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4378 [2023-02-21T12:34:49.579Z] 0.0.0 [Pipeline] } [2023-02-21T12:34:49.611Z] $ docker exec --env ******** --env ******** 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 ssh-agent -k [2023-02-21T12:34:49.728Z] unset SSH_AUTH_SOCK; [2023-02-21T12:34:49.728Z] unset SSH_AGENT_PID; [2023-02-21T12:34:49.728Z] echo Agent pid 76 killed; [2023-02-21T12:34:49.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-21T12:34:50.158Z] + git semver [Pipeline] } [2023-02-21T12:34:50.451Z] $ docker stop --time=1 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 [2023-02-21T12:34:51.744Z] $ docker rm -f --volumes 679e086db80edb1812d264117583f13331c295cf49861002c43068886a9e0918 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-21T12:34:52.146Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-21T12:34:52.410Z] Stashed 1 file(s) [Pipeline] echo [2023-02-21T12:34:52.433Z] [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-21T12:34:53.187Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-21T12:34:53.225Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T12:34:53.258Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T12:34:53.288Z] ========================================================= [2023-02-21T12:34:53.288Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-21T12:34:53.288Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-21T12:34:53.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T12:34:54.197Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-21T12:34:54.197Z] 213ec9aee27d: Pulling fs layer [2023-02-21T12:34:54.197Z] 4583459ba037: Pulling fs layer [2023-02-21T12:34:54.197Z] 93c1e223e6f2: Pulling fs layer [2023-02-21T12:34:54.197Z] 53926ce57604: Pulling fs layer [2023-02-21T12:34:54.197Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-21T12:34:54.197Z] 22ff95d597cd: Pulling fs layer [2023-02-21T12:34:54.197Z] 12d6caf4c0d1: Pulling fs layer [2023-02-21T12:34:54.197Z] 96b7cbca73a9: Pulling fs layer [2023-02-21T12:34:54.197Z] a7acece74701: Pulling fs layer [2023-02-21T12:34:54.197Z] 22ff95d597cd: Waiting [2023-02-21T12:34:54.197Z] 12d6caf4c0d1: Waiting [2023-02-21T12:34:54.197Z] 53926ce57604: Waiting [2023-02-21T12:34:54.197Z] 96b7cbca73a9: Waiting [2023-02-21T12:34:54.197Z] 21b2b0c7a3f4: Waiting [2023-02-21T12:34:54.197Z] a7acece74701: Waiting [2023-02-21T12:34:54.197Z] 93c1e223e6f2: Verifying Checksum [2023-02-21T12:34:54.197Z] 93c1e223e6f2: Download complete [2023-02-21T12:34:54.197Z] 4583459ba037: Download complete [2023-02-21T12:34:54.197Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-21T12:34:54.197Z] 21b2b0c7a3f4: Download complete [2023-02-21T12:34:54.197Z] 213ec9aee27d: Verifying Checksum [2023-02-21T12:34:54.197Z] 22ff95d597cd: Download complete [2023-02-21T12:34:54.197Z] 12d6caf4c0d1: Download complete [2023-02-21T12:34:54.197Z] 213ec9aee27d: Pull complete [2023-02-21T12:34:54.468Z] 4583459ba037: Pull complete [2023-02-21T12:34:54.468Z] 93c1e223e6f2: Pull complete [2023-02-21T12:34:54.736Z] a7acece74701: Verifying Checksum [2023-02-21T12:34:54.736Z] a7acece74701: Download complete [2023-02-21T12:34:54.995Z] 96b7cbca73a9: Download complete [2023-02-21T12:34:54.995Z] 53926ce57604: Verifying Checksum [2023-02-21T12:34:54.996Z] 53926ce57604: Download complete [2023-02-21T12:34:59.181Z] 53926ce57604: Pull complete [2023-02-21T12:34:59.439Z] 21b2b0c7a3f4: Pull complete [2023-02-21T12:34:59.439Z] 22ff95d597cd: Pull complete [2023-02-21T12:34:59.697Z] 12d6caf4c0d1: Pull complete [2023-02-21T12:35:01.593Z] 96b7cbca73a9: Pull complete [2023-02-21T12:35:02.530Z] a7acece74701: Pull complete [2023-02-21T12:35:02.789Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-21T12:35:02.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T12:35:02.789Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-21T12:35:03.140Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T12:35:03.140Z] WORKDIR /edgex [2023-02-21T12:35:03.140Z] COPY go.mod . [2023-02-21T12:35:03.140Z] RUN go mod download [2023-02-21T12:35:03.140Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-21T12:35:03.710Z] Sending build context to Docker daemon 170.3MB [2023-02-21T12:35:03.710Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-21T12:35:03.710Z] ---> db6d94c90886 [2023-02-21T12:35:03.710Z] Step 2/4 : WORKDIR /edgex [2023-02-21T12:35:07.724Z] Still waiting to schedule task [2023-02-21T12:35:07.725Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6883’ [2023-02-21T12:35:13.731Z] ---> Running in 4c8e7a9e7d53 [2023-02-21T12:35:13.731Z] Removing intermediate container 4c8e7a9e7d53 [2023-02-21T12:35:13.731Z] ---> 672268c43e83 [2023-02-21T12:35:13.731Z] Step 3/4 : COPY go.mod . [2023-02-21T12:35:13.731Z] ---> ab9cf3639ca7 [2023-02-21T12:35:13.731Z] Step 4/4 : RUN go mod download [2023-02-21T12:35:13.731Z] ---> Running in cee930c1cfcd [2023-02-21T12:35:31.837Z] Removing intermediate container cee930c1cfcd [2023-02-21T12:35:31.837Z] ---> 243ffa736c5d [2023-02-21T12:35:31.837Z] Successfully built 243ffa736c5d [2023-02-21T12:35:31.837Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:35:32.206Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-21T12:35:32.206Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:35:32.355Z] prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container [2023-02-21T12:35:32.383Z] $ 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 ******** ci-base-image-x86_64 cat [2023-02-21T12:35:32.782Z] $ docker top 02c348d80ee2ff9468e24ca71859367eebaf076af07f2e04687d2e86626529df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T12:35:33.172Z] + go version [2023-02-21T12:35:33.172Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-21T12:35:33.207Z] $ docker stop --time=1 02c348d80ee2ff9468e24ca71859367eebaf076af07f2e04687d2e86626529df [2023-02-21T12:35:34.608Z] $ docker rm -f --volumes 02c348d80ee2ff9468e24ca71859367eebaf076af07f2e04687d2e86626529df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:35:35.290Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-21T12:35:35.290Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:35:35.426Z] prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container [2023-02-21T12:35:35.455Z] $ 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 ******** ci-base-image-x86_64 cat [2023-02-21T12:35:35.854Z] $ docker top e11f16abd0a7597e0478c994fface655b59beb0ef3e8336dccfbc9e87cb35f36 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-21T12:35:35.957Z] ========================================================= [2023-02-21T12:35:35.957Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-21T12:35:35.957Z] ========================================================= [Pipeline] sh [2023-02-21T12:35:36.247Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-21T12:35:36.600Z] + make test [2023-02-21T12:35:36.600Z] go test -race -coverprofile=coverage.out ./... [2023-02-21T12:35:43.155Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-21T12:35:55.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-21T12:35:55.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-21T12:35:55.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-21T12:35:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-21T12:35:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-21T12:35:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-21T12:35:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-21T12:35:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-21T12:35:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-21T12:35:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-21T12:35:55.969Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-21T12:35:55.969Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-21T12:35:55.969Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-21T12:35:55.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-21T12:35:56.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements [2023-02-21T12:35:56.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-21T12:35:56.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-21T12:35:56.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.107s coverage: 98.5% of statements [2023-02-21T12:36:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.161s coverage: 73.7% of statements [2023-02-21T12:36:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-21T12:36:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-21T12:36:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-21T12:36:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.141s coverage: 54.0% of statements [2023-02-21T12:36:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-21T12:36:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-21T12:36:00.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.343s coverage: 88.5% of statements [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-21T12:36:00.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.139s coverage: 3.9% of statements [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-21T12:36:00.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.522s coverage: 95.6% of statements [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-21T12:36:00.639Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-21T12:36:00.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 65.9% of statements [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-21T12:36:00.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.118s coverage: 0.9% of statements [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-21T12:36:00.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.6% of statements [2023-02-21T12:36:00.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-21T12:36:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2023-02-21T12:36:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.132s coverage: 82.9% of statements [2023-02-21T12:36:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2023-02-21T12:36:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2023-02-21T12:36:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2023-02-21T12:36:10.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2023-02-21T12:36:10.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.382s coverage: 79.9% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.049s coverage: 86.9% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.072s coverage: 20.0% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.2% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 65.3% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 41.0% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.157s coverage: 92.3% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-21T12:36:22.842Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-21T12:36:22.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:36:22.842Z] 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-21T12:36:44.783Z] 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-21T12:36:44.783Z] go vet ./... [2023-02-21T12:36:46.742Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-21T12:36:46.742Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-21T12:36:46.742Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-21T12:36:47.030Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-21T12:36:47.347Z] + ls -al . [2023-02-21T12:36:47.347Z] total 744 [2023-02-21T12:36:47.347Z] drwxrwxr-x 11 1001 1001 4096 Feb 21 12:35 . [2023-02-21T12:36:47.347Z] drwxr-xr-x 4 root root 4096 Feb 21 12:35 .. [2023-02-21T12:36:47.347Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 12:34 .blubracket [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 16 Feb 21 12:34 .dockerignore [2023-02-21T12:36:47.347Z] drwxrwxr-x 8 1001 1001 4096 Feb 21 12:36 .git [2023-02-21T12:36:47.347Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 12:34 .github [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 1024 Feb 21 12:34 .gitignore [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 42 Feb 21 12:34 .golangci.yml [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 87 Feb 21 12:34 .hadolint.yml [2023-02-21T12:36:47.347Z] drwxr-xr-x 3 1001 1001 4096 Feb 21 12:34 .semver [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 166 Feb 21 12:34 .sonarcloud.properties [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 1171 Feb 21 12:34 ADOPTERS.md [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 10825 Feb 21 12:34 Attribution.txt [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 73765 Feb 21 12:34 CHANGELOG.md [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 3804 Feb 21 12:34 CONTRIBUTING.md [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 677 Feb 21 12:34 GOVERNANCE.md [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 883 Feb 21 12:34 Jenkinsfile [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 10775 Feb 21 12:34 LICENSE [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 13375 Feb 21 12:34 Makefile [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 582 Feb 21 12:34 OWNERS.md [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 9403 Feb 21 12:34 README.md [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 6912 Feb 21 12:34 SECURITY.md [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 5 Feb 21 12:34 VERSION [2023-02-21T12:36:47.347Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 12:34 bin [2023-02-21T12:36:47.347Z] drwxrwxr-x 17 1001 1001 4096 Feb 21 12:34 cmd [2023-02-21T12:36:47.347Z] -rw-r--r-- 1 root root 487323 Feb 21 12:36 coverage.out [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 3295 Feb 21 12:34 go.mod [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 33318 Feb 21 12:34 go.sum [2023-02-21T12:36:47.347Z] drwxrwxr-x 7 1001 1001 4096 Feb 21 12:34 internal [2023-02-21T12:36:47.347Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 12:34 openapi [2023-02-21T12:36:47.347Z] drwxrwxr-x 4 1001 1001 4096 Feb 21 12:34 snap [2023-02-21T12:36:47.347Z] -rw-rw-r-- 1 1001 1001 204 Feb 21 12:34 version.go [Pipeline] sh [2023-02-21T12:36:47.703Z] + '[' -e coverage.out ] [2023-02-21T12:36:47.703Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-21T12:36:47.818Z] Stashed 1 file(s) [Pipeline] sh [2023-02-21T12:36:48.112Z] + make build [2023-02-21T12:36:48.112Z] 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-21T12:37:02.980Z] 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-21T12:37:02.980Z] 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-21T12:37:03.917Z] 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-21T12:37:04.848Z] 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-21T12:37:11.400Z] 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-21T12:37:13.299Z] 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-21T12:37:14.233Z] 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-21T12:37:15.168Z] 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-21T12:37:16.106Z] 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-21T12:37:17.036Z] 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-21T12:37:17.904Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6885 in /w/workspace/edgexfoundry_edgex-go_PR-4378 [Pipeline] { [Pipeline] ws [2023-02-21T12:37:17.961Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-21T12:37:18.035Z] The recommended git tool is: git [2023-02-21T12:37:19.566Z] 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-21T12:37:20.963Z] $ docker stop --time=1 e11f16abd0a7597e0478c994fface655b59beb0ef3e8336dccfbc9e87cb35f36 [2023-02-21T12:37:22.808Z] using credential edgex-jenkins-ssh [2023-02-21T12:37:22.831Z] Cloning the remote Git repository [2023-02-21T12:37:22.869Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-21T12:37:23.935Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-21T12:37:24.079Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-21T12:37:24.080Z] > git --version # timeout=10 [2023-02-21T12:37:24.103Z] > git --version # 'git version 2.25.1' [2023-02-21T12:37:24.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-21T12:37:24.163Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-21T12:37:28.466Z] $ docker rm -f --volumes e11f16abd0a7597e0478c994fface655b59beb0ef3e8336dccfbc9e87cb35f36 [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-21T12:37:29.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T12:37:29.618Z] [2023-02-21T12:37:29.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:37:30.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T12:37:30.000Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-21T12:37:30.000Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-21T12:37:30.000Z] ca9280d653b3: Pulling fs layer [2023-02-21T12:37:30.000Z] 7e9c9ca2126c: Pulling fs layer [2023-02-21T12:37:30.262Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-21T12:37:30.262Z] cbdbe7a5bc2a: Download complete [2023-02-21T12:37:30.262Z] ca9280d653b3: Verifying Checksum [2023-02-21T12:37:30.262Z] ca9280d653b3: Download complete [2023-02-21T12:37:30.262Z] cbdbe7a5bc2a: Pull complete [2023-02-21T12:37:30.827Z] 7e9c9ca2126c: Download complete [2023-02-21T12:37:30.827Z] ca9280d653b3: Pull complete [2023-02-21T12:37:34.106Z] 7e9c9ca2126c: Pull complete [2023-02-21T12:37:34.106Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-21T12:37:34.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T12:37:34.106Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:37:34.303Z] prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container [2023-02-21T12:37:34.333Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-21T12:37:38.615Z] $ docker top a5bcb9b0be428e860640f832bbbcd1b3a08935aa61a01216032fc291dede781a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T12:37:39.011Z] + docker-compose build --help [2023-02-21T12:37:39.011Z] + grep parallel [2023-02-21T12:37:39.579Z] --parallel Build images in parallel. [Pipeline] } [2023-02-21T12:37:39.612Z] $ docker stop --time=1 a5bcb9b0be428e860640f832bbbcd1b3a08935aa61a01216032fc291dede781a [2023-02-21T12:37:39.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-21T12:37:39.562Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-21T12:37:40.910Z] $ docker rm -f --volumes a5bcb9b0be428e860640f832bbbcd1b3a08935aa61a01216032fc291dede781a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:37:41.332Z] Merging remotes/origin/main commit d1220c913da191e5a5098d83180fefdfc3d41548 into PR head commit 8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:37:41.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-21T12:37:41.505Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:37:41.649Z] prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container [2023-02-21T12:37:41.665Z] Merge succeeded, producing 8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:37:41.665Z] Checking out Revision 8c0ca7c85efba52c261c3039880fc47da148a7eb (PR-4378) [2023-02-21T12:37:41.681Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-21T12:37:42.022Z] $ docker top 543de9553b22b5889465db9efb5c6eb23acd334d58e19a7f0b23817c19f3bf9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T12:37:40.362Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-21T12:37:40.405Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-21T12:37:40.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-21T12:37:40.421Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4378/head:refs/remotes/origin/PR-4378 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-21T12:37:41.350Z] > git config core.sparsecheckout # timeout=10 [2023-02-21T12:37:41.366Z] > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 [2023-02-21T12:37:41.579Z] > git remote # timeout=10 [2023-02-21T12:37:41.601Z] > git config --get remote.origin.url # timeout=10 [2023-02-21T12:37:41.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-21T12:37:41.627Z] > git merge d1220c913da191e5a5098d83180fefdfc3d41548 # timeout=10 [2023-02-21T12:37:41.649Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-21T12:37:41.674Z] > git config core.sparsecheckout # timeout=10 [2023-02-21T12:37:41.694Z] > git checkout -f 8c0ca7c85efba52c261c3039880fc47da148a7eb # timeout=10 [2023-02-21T12:37:42.412Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-21T12:37:42.980Z] Building core-command ... [2023-02-21T12:37:42.981Z] Building core-common-config-bootstrapper ... [2023-02-21T12:37:42.981Z] Building core-data ... [2023-02-21T12:37:42.981Z] Building core-metadata ... [2023-02-21T12:37:42.981Z] Building security-bootstrapper ... [2023-02-21T12:37:42.981Z] Building security-proxy-setup ... [2023-02-21T12:37:42.981Z] Building security-secretstore-setup ... [2023-02-21T12:37:42.981Z] Building security-spiffe-token-provider ... [2023-02-21T12:37:42.981Z] Building security-spire-agent ... [2023-02-21T12:37:42.981Z] Building security-spire-config ... [2023-02-21T12:37:42.981Z] Building security-spire-server ... [2023-02-21T12:37:42.981Z] Building support-notifications ... [2023-02-21T12:37:42.981Z] Building support-scheduler ... [2023-02-21T12:37:42.981Z] Building security-spire-server [2023-02-21T12:37:42.981Z] Building security-spire-config [2023-02-21T12:37:42.981Z] Building core-metadata [2023-02-21T12:37:42.981Z] Building security-proxy-setup [2023-02-21T12:37:42.981Z] Building security-bootstrapper [2023-02-21T12:37:45.284Z] Commit message: "fix: Remove extra hyphen out of the core-metadata.yaml" [2023-02-21T12:37:45.329Z] > git --version # timeout=10 [2023-02-21T12:37:45.338Z] > git --version # 'git version 2.25.1' [2023-02-21T12:37:45.353Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-21T12:37:46.442Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-21T12:37:46.442Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-21T12:37:46.442Z] Dload Upload Total Spent Left Speed [2023-02-21T12:37:46.442Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh [2023-02-21T12:37:47.114Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-21T12:37:47.452Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-21T12:37:47.452Z] + sudo tee /etc/docker/daemon.new [2023-02-21T12:37:47.452Z] { [2023-02-21T12:37:47.452Z] "registry-mirrors": [ [2023-02-21T12:37:47.452Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-21T12:37:47.452Z] ], [2023-02-21T12:37:47.452Z] "bip": "10.250.0.254/24", [2023-02-21T12:37:47.452Z] "hosts": [ [2023-02-21T12:37:47.452Z] "tcp://0.0.0.0:5555", [2023-02-21T12:37:47.452Z] "unix:///var/run/docker.sock" [2023-02-21T12:37:47.452Z] ], [2023-02-21T12:37:47.452Z] "mtu": 1458, [2023-02-21T12:37:47.452Z] "selinux-enabled": true, [2023-02-21T12:37:47.452Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-21T12:37:47.452Z] } [Pipeline] sh [2023-02-21T12:37:47.790Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-21T12:37:48.139Z] + sudo service docker restart [2023-02-21T12:37:55.179Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:37:55.179Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:37:55.179Z] ---> 243ffa736c5d [2023-02-21T12:37:55.179Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T12:37:55.179Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:37:55.179Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:37:55.179Z] ---> 243ffa736c5d [2023-02-21T12:37:55.179Z] Step 3/32 : WORKDIR /edgex-go [2023-02-21T12:37:55.179Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:37:55.179Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:37:55.179Z] ---> 243ffa736c5d [2023-02-21T12:37:55.179Z] Step 3/23 : WORKDIR /edgex-go [2023-02-21T12:37:55.179Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:37:55.179Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:37:55.179Z] ---> 243ffa736c5d [2023-02-21T12:37:55.179Z] Step 3/21 : WORKDIR /edgex-go [2023-02-21T12:37:55.179Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:37:55.179Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:37:55.179Z] ---> 243ffa736c5d [2023-02-21T12:37:55.179Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:38:01.742Z] ---> Running in 3299239ddd61 [2023-02-21T12:38:01.742Z] ---> Running in 39c748cc7536 [2023-02-21T12:38:01.742Z] ---> Running in f3cf25b98bd8 [2023-02-21T12:38:01.742Z] ---> Running in 15f38907db30 [2023-02-21T12:38:01.742Z] ---> Running in 1a5364699fb2 [2023-02-21T12:38:02.705Z] Removing intermediate container 3299239ddd61 [2023-02-21T12:38:02.705Z] ---> 1f1c401e4cbc [2023-02-21T12:38:02.705Z] Step 4/24 : WORKDIR /edgex-go [2023-02-21T12:38:02.705Z] Removing intermediate container 15f38907db30 [2023-02-21T12:38:02.705Z] ---> 936d7bf28542 [2023-02-21T12:38:02.705Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-21T12:38:02.705Z] Removing intermediate container f3cf25b98bd8 [2023-02-21T12:38:02.705Z] ---> db29b0558fe2 [2023-02-21T12:38:02.705Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curlRemoving intermediate container 1a5364699fb2 [2023-02-21T12:38:02.705Z] [2023-02-21T12:38:02.705Z] ---> 7b58a2b6cf8e [2023-02-21T12:38:02.705Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T12:38:02.963Z] Removing intermediate container 39c748cc7536 [2023-02-21T12:38:02.963Z] ---> 1d8775b5b26b [2023-02-21T12:38:02.963Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-21T12:38:02.963Z] ---> Running in 193e2ed0a747 [2023-02-21T12:38:02.963Z] ---> Running in 0eff62bad063 [2023-02-21T12:38:02.963Z] ---> Running in 04df1bbdc562 [2023-02-21T12:38:02.963Z] ---> Running in 89784e5cfc36 [2023-02-21T12:38:02.963Z] ---> Running in 301a90c75901 [2023-02-21T12:38:02.963Z] Removing intermediate container 0eff62bad063 [2023-02-21T12:38:02.963Z] ---> 3ae78b3f5b26 [2023-02-21T12:38:02.963Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-21T12:38:02.963Z] ---> Running in 3d8d847caa9d [2023-02-21T12:38:03.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:03.736Z] OK: 211 MiB in 51 packages [2023-02-21T12:38:03.736Z] OK: 211 MiB in 51 packages [2023-02-21T12:38:03.736Z] OK: 211 MiB in 51 packages [2023-02-21T12:38:03.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:38:04.007Z] OK: 211 MiB in 51 packages [2023-02-21T12:38:04.007Z] OK: 211 MiB in 51 packages [2023-02-21T12:38:04.264Z] Removing intermediate container 193e2ed0a747 [2023-02-21T12:38:04.264Z] ---> b2a7c7288c3e [2023-02-21T12:38:04.264Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-21T12:38:04.264Z] Removing intermediate container 89784e5cfc36 [2023-02-21T12:38:04.264Z] ---> c8aa63eb9cd4 [2023-02-21T12:38:04.264Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T12:38:04.264Z] ---> 07dfb98dd700 [2023-02-21T12:38:04.264Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:38:04.264Z] Removing intermediate container 3d8d847caa9d [2023-02-21T12:38:04.264Z] ---> 5dfaef802a57 [2023-02-21T12:38:04.264Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-21T12:38:04.523Z] ---> Running in 55de39a73c24 [2023-02-21T12:38:04.523Z] Removing intermediate container 04df1bbdc562 [2023-02-21T12:38:04.523Z] ---> 287ba3c1edbd [2023-02-21T12:38:04.523Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-21T12:38:04.523Z] Removing intermediate container 301a90c75901 [2023-02-21T12:38:04.523Z] ---> a897c5542a9f [2023-02-21T12:38:04.523Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-21T12:38:04.523Z] ---> 5f6193c68cbc [2023-02-21T12:38:04.523Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:38:04.523Z] ---> 7132c00b3e67 [2023-02-21T12:38:04.523Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:38:04.781Z] ---> Running in c3d9df92e5f8 [2023-02-21T12:38:04.781Z] ---> Running in 7fc2831ad6db [2023-02-21T12:38:04.781Z] ---> 604c6d72830a [2023-02-21T12:38:04.781Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:38:04.781Z] ---> f033a4153d19 [2023-02-21T12:38:04.781Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:38:04.781Z] ---> Running in 101ff9dbe2f4 [2023-02-21T12:38:04.781Z] ---> Running in 0985ce2f1153 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-21T12:38:06.444Z] provisioning config files... [2023-02-21T12:38:06.469Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16063036148670399537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-21T12:38:06.852Z] ---> docker-login.sh [2023-02-21T12:38:06.852Z] nexus3.edgexfoundry.org:10001 [2023-02-21T12:38:07.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:38:07.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:38:07.389Z] Configure a credential helper to remove this warning. See [2023-02-21T12:38:07.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:38:07.389Z] [2023-02-21T12:38:07.389Z] Login Succeeded [2023-02-21T12:38:07.389Z] nexus3.edgexfoundry.org:10002 [2023-02-21T12:38:07.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:38:07.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:38:07.658Z] Configure a credential helper to remove this warning. See [2023-02-21T12:38:07.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:38:07.658Z] [2023-02-21T12:38:07.658Z] Login Succeeded [2023-02-21T12:38:07.658Z] nexus3.edgexfoundry.org:10003 [2023-02-21T12:38:07.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:38:07.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:38:07.925Z] Configure a credential helper to remove this warning. See [2023-02-21T12:38:07.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:38:07.925Z] [2023-02-21T12:38:08.200Z] Login Succeeded [2023-02-21T12:38:08.200Z] nexus3.edgexfoundry.org:10004 [2023-02-21T12:38:08.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:38:08.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:38:08.470Z] Configure a credential helper to remove this warning. See [2023-02-21T12:38:08.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:38:08.470Z] [2023-02-21T12:38:08.470Z] Login Succeeded [2023-02-21T12:38:08.470Z] docker.io [2023-02-21T12:38:08.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-21T12:38:09.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-21T12:38:09.005Z] Configure a credential helper to remove this warning. See [2023-02-21T12:38:09.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-21T12:38:09.005Z] [2023-02-21T12:38:09.005Z] Login Succeeded [2023-02-21T12:38:09.005Z] ---> docker-login.sh ends [Pipeline] } [2023-02-21T12:38:09.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-21T12:38:09.703Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-21T12:38:09.745Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T12:38:09.783Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-21T12:38:09.815Z] ========================================================= [2023-02-21T12:38:09.815Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-21T12:38:09.815Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-21T12:38:10.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T12:38:10.189Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-21T12:38:10.189Z] 9b18e9b68314: Pulling fs layer [2023-02-21T12:38:10.189Z] 35d82f9e3411: Pulling fs layer [2023-02-21T12:38:10.189Z] e16973657156: Pulling fs layer [2023-02-21T12:38:10.189Z] fc693d55d65f: Pulling fs layer [2023-02-21T12:38:10.189Z] 7e9fc2657dce: Pulling fs layer [2023-02-21T12:38:10.189Z] dda99020689f: Pulling fs layer [2023-02-21T12:38:10.189Z] db1c61fa0a46: Pulling fs layer [2023-02-21T12:38:10.189Z] 891c053d2c06: Pulling fs layer [2023-02-21T12:38:10.189Z] dda99020689f: Waiting [2023-02-21T12:38:10.189Z] fc693d55d65f: Waiting [2023-02-21T12:38:10.189Z] db1c61fa0a46: Waiting [2023-02-21T12:38:10.189Z] 891c053d2c06: Waiting [2023-02-21T12:38:10.189Z] 7e9fc2657dce: Waiting [2023-02-21T12:38:10.189Z] e16973657156: Download complete [2023-02-21T12:38:10.458Z] 35d82f9e3411: Verifying Checksum [2023-02-21T12:38:10.458Z] 35d82f9e3411: Download complete [2023-02-21T12:38:10.458Z] 7e9fc2657dce: Verifying Checksum [2023-02-21T12:38:10.458Z] 7e9fc2657dce: Download complete [2023-02-21T12:38:10.458Z] dda99020689f: Verifying Checksum [2023-02-21T12:38:10.458Z] dda99020689f: Download complete [2023-02-21T12:38:10.458Z] 9b18e9b68314: Verifying Checksum [2023-02-21T12:38:10.458Z] 9b18e9b68314: Download complete [2023-02-21T12:38:11.441Z] 9b18e9b68314: Pull complete [2023-02-21T12:38:11.441Z] 891c053d2c06: Verifying Checksum [2023-02-21T12:38:11.441Z] 891c053d2c06: Download complete [2023-02-21T12:38:11.717Z] 35d82f9e3411: Pull complete [2023-02-21T12:38:11.988Z] e16973657156: Pull complete [2023-02-21T12:38:12.581Z] db1c61fa0a46: Verifying Checksum [2023-02-21T12:38:12.581Z] db1c61fa0a46: Download complete [2023-02-21T12:38:13.537Z] fc693d55d65f: Verifying Checksum [2023-02-21T12:38:13.537Z] fc693d55d65f: Download complete [2023-02-21T12:38:25.855Z] fc693d55d65f: Pull complete [2023-02-21T12:38:25.855Z] 7e9fc2657dce: Pull complete [2023-02-21T12:38:25.855Z] dda99020689f: Pull complete [2023-02-21T12:38:29.196Z] db1c61fa0a46: Pull complete [2023-02-21T12:38:31.166Z] 891c053d2c06: Pull complete [2023-02-21T12:38:31.166Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-21T12:38:31.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T12:38:31.166Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-21T12:38:31.552Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T12:38:31.552Z] WORKDIR /edgex [2023-02-21T12:38:31.552Z] COPY go.mod . [2023-02-21T12:38:31.552Z] RUN go mod download [2023-02-21T12:38:31.552Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-21T12:38:32.133Z] Sending build context to Docker daemon 3.093MB [2023-02-21T12:38:32.134Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-21T12:38:32.134Z] ---> f96f9c87975a [2023-02-21T12:38:32.134Z] Step 2/4 : WORKDIR /edgex [2023-02-21T12:38:34.070Z] ---> Running in 30398205e10f [2023-02-21T12:38:34.070Z] Removing intermediate container 30398205e10f [2023-02-21T12:38:34.070Z] ---> 02056de22173 [2023-02-21T12:38:34.070Z] Step 3/4 : COPY go.mod . [2023-02-21T12:38:34.655Z] ---> 33b0cd32d18b [2023-02-21T12:38:34.655Z] Step 4/4 : RUN go mod download [2023-02-21T12:38:34.655Z] ---> Running in 05fe921cc92a [2023-02-21T12:39:06.904Z] Removing intermediate container 05fe921cc92a [2023-02-21T12:39:06.904Z] ---> d65715f9f291 [2023-02-21T12:39:06.904Z] Successfully built d65715f9f291 [2023-02-21T12:39:06.904Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:39:07.307Z] + docker inspect -f . ci-base-image-arm64 [2023-02-21T12:39:07.307Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:39:07.579Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2023-02-21T12:39:07.657Z] $ 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 ******** ci-base-image-arm64 cat [2023-02-21T12:39:08.897Z] $ docker top 3570bcc0e28727a023bbfc96cdc7d4014478032633814c29f1e8fd186eb53625 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T12:39:09.760Z] + go version [2023-02-21T12:39:09.761Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-21T12:39:09.801Z] $ docker stop --time=1 3570bcc0e28727a023bbfc96cdc7d4014478032633814c29f1e8fd186eb53625 [2023-02-21T12:39:11.401Z] $ docker rm -f --volumes 3570bcc0e28727a023bbfc96cdc7d4014478032633814c29f1e8fd186eb53625 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:39:12.285Z] + docker inspect -f . ci-base-image-arm64 [2023-02-21T12:39:12.285Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:39:12.537Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2023-02-21T12:39:12.610Z] $ 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 ******** ci-base-image-arm64 cat [2023-02-21T12:39:13.781Z] $ docker top b358919b78bd7a9b7dbccd35997cd3f1f7412256c587dc0e60d399402b47d9ef -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-21T12:39:14.038Z] ========================================================= [2023-02-21T12:39:14.038Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-21T12:39:14.038Z] ========================================================= [Pipeline] sh [2023-02-21T12:39:14.358Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-21T12:39:14.758Z] + make test [2023-02-21T12:39:15.025Z] go test -race -coverprofile=coverage.out ./... [2023-02-21T12:39:26.300Z] Removing intermediate container 0985ce2f1153 [2023-02-21T12:39:26.301Z] ---> 019e07638a2b [2023-02-21T12:39:26.301Z] Step 7/23 : COPY . . [2023-02-21T12:39:26.558Z] Removing intermediate container 55de39a73c24 [2023-02-21T12:39:26.558Z] ---> b6c65612cc36 [2023-02-21T12:39:26.558Z] Step 7/21 : COPY . . [2023-02-21T12:39:26.558Z] Removing intermediate container 7fc2831ad6db [2023-02-21T12:39:26.558Z] ---> d574b6b82cae [2023-02-21T12:39:26.558Z] Step 8/24 : COPY . . [2023-02-21T12:39:26.558Z] Removing intermediate container 101ff9dbe2f4 [2023-02-21T12:39:26.558Z] ---> 436ba0fddcee [2023-02-21T12:39:26.558Z] Step 7/32 : COPY . . [2023-02-21T12:39:26.558Z] Removing intermediate container c3d9df92e5f8 [2023-02-21T12:39:26.558Z] ---> f0870945e333 [2023-02-21T12:39:26.558Z] Step 7/24 : COPY . . [2023-02-21T12:39:47.262Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-21T12:39:53.185Z] ---> 83efb108795a [2023-02-21T12:39:53.185Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-21T12:39:53.185Z] ---> b9a915990f8c [2023-02-21T12:39:53.185Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T12:39:53.185Z] ---> 02899a17fe65 [2023-02-21T12:39:53.185Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-21T12:39:53.185Z] ---> 8608057cd6e0 [2023-02-21T12:39:53.185Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T12:39:53.185Z] ---> 00d5c1534f86 [2023-02-21T12:39:53.185Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-21T12:39:53.185Z] ---> Running in 1e73ad343194 [2023-02-21T12:39:53.185Z] ---> Running in 54cee56f223e [2023-02-21T12:39:53.185Z] ---> Running in 068b5a64ceee [2023-02-21T12:39:53.186Z] ---> Running in 8ba661b4f21b [2023-02-21T12:39:53.186Z] ---> Running in 2ae1459b2c66 [2023-02-21T12:39:53.186Z] Removing intermediate container 54cee56f223e [2023-02-21T12:39:53.186Z] ---> b318bd563342 [2023-02-21T12:39:53.186Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-21T12:39:53.186Z] Removing intermediate container 8ba661b4f21b [2023-02-21T12:39:53.186Z] ---> 5a57a32dffde [2023-02-21T12:39:53.186Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T12:39:53.186Z] ---> Running in a3a4359c6d3e [2023-02-21T12:39:53.186Z] ---> Running in 6fb18b622cda [2023-02-21T12:39:53.186Z] Removing intermediate container 6fb18b622cda [2023-02-21T12:39:53.186Z] ---> 603fa2916207 [2023-02-21T12:39:53.186Z] 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-21T12:39:53.186Z] Removing intermediate container a3a4359c6d3e [2023-02-21T12:39:53.186Z] ---> 1390fbe0e72d [2023-02-21T12:39:53.186Z] 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-21T12:39:53.186Z] ---> Running in e4d810b7e7df [2023-02-21T12:39:53.186Z] ---> Running in 84f3d7cc8aa7 [2023-02-21T12:39:53.186Z] 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-21T12:39:53.186Z] 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-21T12:39:53.186Z] 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-21T12:39:53.186Z] Removing intermediate container 84f3d7cc8aa7 [2023-02-21T12:39:53.186Z] ---> ca9c91f5c920 [2023-02-21T12:39:53.186Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T12:39:53.186Z] Removing intermediate container e4d810b7e7df [2023-02-21T12:39:53.186Z] ---> 9b34a995f1ec [2023-02-21T12:39:53.186Z] Step 11/23 : WORKDIR /edgex-go [2023-02-21T12:39:53.186Z] ---> Running in 4176bfba7397 [2023-02-21T12:39:53.186Z] ---> Running in d5af5b8e84df [2023-02-21T12:39:53.186Z] Removing intermediate container d5af5b8e84df [2023-02-21T12:39:53.186Z] ---> bd9c182bd874 [2023-02-21T12:39:53.186Z] [2023-02-21T12:39:53.186Z] Step 12/23 : FROM alpine:3.15 [2023-02-21T12:39:53.186Z] Removing intermediate container 4176bfba7397 [2023-02-21T12:39:53.186Z] ---> fcd95c2c9919 [2023-02-21T12:39:53.186Z] [2023-02-21T12:39:53.186Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T12:39:53.186Z] 3.15: Pulling from library/alpine [2023-02-21T12:39:53.186Z] 3.15: Pulling from library/alpine [2023-02-21T12:39:53.186Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T12:39:53.186Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T12:39:53.186Z] Status: Downloaded newer image for alpine:3.15 [2023-02-21T12:39:53.186Z] Status: Image is up to date for alpine:3.15 [2023-02-21T12:39:53.186Z] ---> 5ce65d7b0fde [2023-02-21T12:39:53.186Z] ---> 5ce65d7b0fde [2023-02-21T12:39:53.186Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation'Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T12:39:53.186Z] [2023-02-21T12:39:53.186Z] ---> Running in 4ba53dac19fd [2023-02-21T12:39:53.186Z] ---> Running in bee9266dc6c3 [2023-02-21T12:39:53.771Z] Removing intermediate container bee9266dc6c3 [2023-02-21T12:39:53.771Z] ---> 7af171ff7210 [2023-02-21T12:39:53.771Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-21T12:39:53.771Z] Removing intermediate container 4ba53dac19fd [2023-02-21T12:39:53.771Z] ---> 6976feb6b564 [2023-02-21T12:39:53.771Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T12:39:54.038Z] ---> Running in 9f7b964b469e [2023-02-21T12:39:54.038Z] ---> Running in 2d43d57715d4 [2023-02-21T12:39:54.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:54.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:54.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:55.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:55.238Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T12:39:55.238Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T12:39:55.238Z] OK: 15857 distinct packages available [2023-02-21T12:39:55.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:55.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:55.238Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T12:39:55.238Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T12:39:55.238Z] OK: 15857 distinct packages available [2023-02-21T12:39:55.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:55.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:39:55.499Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-21T12:39:55.499Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-21T12:39:55.499Z] (3/5) Installing libucontext (1.1-r0) [2023-02-21T12:39:55.499Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-21T12:39:55.499Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-21T12:39:55.499Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T12:39:55.499Z] OK: 7 MiB in 19 packages [2023-02-21T12:39:55.758Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-21T12:39:55.758Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-21T12:39:55.758Z] (3/4) Installing libucontext (1.1-r0) [2023-02-21T12:39:55.758Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-21T12:39:55.758Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T12:39:55.758Z] OK: 6 MiB in 18 packages [2023-02-21T12:40:02.526Z] Removing intermediate container 9f7b964b469e [2023-02-21T12:40:02.526Z] ---> 7fd344a40573 [2023-02-21T12:40:02.526Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T12:40:02.526Z] Removing intermediate container 2d43d57715d4 [2023-02-21T12:40:02.526Z] ---> 9160cf93b3ae [2023-02-21T12:40:02.526Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T12:40:10.669Z] ---> 659486263014 [2023-02-21T12:40:10.669Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T12:40:10.669Z] ---> e1327347aac1 [2023-02-21T12:40:10.669Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T12:40:10.669Z] ---> b790a4857392 [2023-02-21T12:40:10.669Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-21T12:40:10.669Z] ---> 6ccb53a72370 [2023-02-21T12:40:10.669Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-21T12:40:10.669Z] ---> Running in 4fd81698f13d [2023-02-21T12:40:10.669Z] Removing intermediate container 4fd81698f13d [2023-02-21T12:40:10.669Z] ---> 29bbe6c1115a [2023-02-21T12:40:10.669Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-21T12:40:10.669Z] ---> 3479c49a4825 [2023-02-21T12:40:10.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-21T12:40:11.623Z] ---> 91b6cd920266 [2023-02-21T12:40:11.623Z] Step 19/24 : WORKDIR / [2023-02-21T12:40:11.623Z] ---> e7d3a4474d37 [2023-02-21T12:40:11.623Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T12:40:12.998Z] ---> Running in d46c32e1a73b [2023-02-21T12:40:12.998Z] ---> Running in bb584c926407 [2023-02-21T12:40:13.562Z] Removing intermediate container bb584c926407 [2023-02-21T12:40:13.562Z] ---> 4f203afcacde [2023-02-21T12:40:13.562Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T12:40:14.934Z] Removing intermediate container d46c32e1a73b [2023-02-21T12:40:14.934Z] ---> 9a9a6f1ac831 [2023-02-21T12:40:14.934Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T12:40:14.934Z] ---> Running in b4c3335a2f2a [2023-02-21T12:40:15.200Z] ---> Running in ab289c0cfd81 [2023-02-21T12:40:15.200Z] Removing intermediate container b4c3335a2f2a [2023-02-21T12:40:15.200Z] ---> 1250db0cbf92 [2023-02-21T12:40:15.200Z] Step 21/23 : LABEL arch=x86_64 [2023-02-21T12:40:15.458Z] ---> Running in a99f60e59e96 [2023-02-21T12:40:15.458Z] Removing intermediate container ab289c0cfd81 [2023-02-21T12:40:15.458Z] ---> 29447a37fe80 [2023-02-21T12:40:15.458Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T12:40:15.458Z] ---> Running in b95f2d2466e9 [2023-02-21T12:40:15.716Z] Removing intermediate container a99f60e59e96 [2023-02-21T12:40:15.716Z] ---> e2994f5a13ec [2023-02-21T12:40:15.716Z] Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:40:15.974Z] ---> Running in 512af9cdebaf [2023-02-21T12:40:15.974Z] Removing intermediate container b95f2d2466e9 [2023-02-21T12:40:15.974Z] ---> b0c8e76f1e9f [2023-02-21T12:40:15.974Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T12:40:16.239Z] ---> Running in 7e5a8b89f0c7 [2023-02-21T12:40:16.503Z] Removing intermediate container 512af9cdebaf [2023-02-21T12:40:16.503Z] ---> 79ff5836463f [2023-02-21T12:40:16.503Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T12:40:16.503Z] ---> Running in 06ac392bca24 [2023-02-21T12:40:16.503Z] Removing intermediate container 7e5a8b89f0c7 [2023-02-21T12:40:16.503Z] ---> ba65631b2920 [2023-02-21T12:40:16.503Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:40:16.760Z] Removing intermediate container 06ac392bca24 [2023-02-21T12:40:16.760Z] ---> 24f95fc90e48 [2023-02-21T12:40:16.760Z] [2023-02-21T12:40:16.760Z] ---> Running in f2ab5eecd0dc [2023-02-21T12:40:16.760Z] Successfully built 24f95fc90e48 [2023-02-21T12:40:16.760Z] Successfully tagged security-spire-server:latest [2023-02-21T12:40:16.760Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-02-21T12:40:18.728Z] 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-21T12:40:21.302Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:40:21.302Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:40:21.302Z] ---> 243ffa736c5d [2023-02-21T12:40:21.302Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:40:21.302Z] ---> Using cache [2023-02-21T12:40:21.302Z] ---> 1f1c401e4cbc [2023-02-21T12:40:21.302Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T12:40:21.302Z] ---> Using cache [2023-02-21T12:40:21.302Z] ---> 3ae78b3f5b26 [2023-02-21T12:40:21.302Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T12:40:21.302Z] ---> Using cache [2023-02-21T12:40:21.302Z] ---> 5dfaef802a57 [2023-02-21T12:40:21.302Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T12:40:21.302Z] ---> Using cache [2023-02-21T12:40:21.302Z] ---> 7132c00b3e67 [2023-02-21T12:40:21.302Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:40:21.302Z] ---> Using cache [2023-02-21T12:40:21.302Z] ---> d574b6b82cae [2023-02-21T12:40:21.302Z] Step 8/22 : COPY . . [2023-02-21T12:40:21.302Z] ---> Using cache [2023-02-21T12:40:21.302Z] ---> 00d5c1534f86 [2023-02-21T12:40:21.302Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-21T12:40:24.095Z] Removing intermediate container f2ab5eecd0dc [2023-02-21T12:40:24.095Z] ---> 2570370e9c1f [2023-02-21T12:40:24.095Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T12:40:25.514Z] ---> Running in 2de22c669fe6 [2023-02-21T12:40:25.514Z] ---> Running in ce1d6c7515ed [2023-02-21T12:40:25.514Z] Removing intermediate container ce1d6c7515ed [2023-02-21T12:40:25.514Z] ---> 98b6bcf7ef1d [2023-02-21T12:40:25.514Z] [2023-02-21T12:40:25.514Z] Successfully built 98b6bcf7ef1d [2023-02-21T12:40:25.514Z] Successfully tagged security-spire-config:latest [2023-02-21T12:40:25.514Z] Building support-scheduler [2023-02-21T12:40:28.061Z]  Building security-spire-config ... done 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-21T12:40:28.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:40:28.061Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:40:28.061Z] ---> 243ffa736c5d [2023-02-21T12:40:28.061Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:40:28.061Z] ---> Using cache [2023-02-21T12:40:28.061Z] ---> 1f1c401e4cbc [2023-02-21T12:40:28.061Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T12:40:28.061Z] ---> Using cache [2023-02-21T12:40:28.061Z] ---> 3ae78b3f5b26 [2023-02-21T12:40:28.061Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T12:40:28.061Z] ---> Using cache [2023-02-21T12:40:28.061Z] ---> 5dfaef802a57 [2023-02-21T12:40:28.061Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T12:40:28.061Z] ---> Using cache [2023-02-21T12:40:28.061Z] ---> 7132c00b3e67 [2023-02-21T12:40:28.061Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:40:28.061Z] ---> Using cache [2023-02-21T12:40:28.061Z] ---> d574b6b82cae [2023-02-21T12:40:28.061Z] Step 8/22 : COPY . . [2023-02-21T12:40:28.061Z] ---> Using cache [2023-02-21T12:40:28.061Z] ---> 00d5c1534f86 [2023-02-21T12:40:28.061Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-21T12:40:38.048Z] ---> Running in 57dd49338448 [2023-02-21T12:40:38.048Z] Removing intermediate container 068b5a64ceee [2023-02-21T12:40:38.048Z] ---> a84536d2b2b0 [2023-02-21T12:40:38.048Z] [2023-02-21T12:40:38.048Z] Step 10/24 : FROM alpine:3.16 [2023-02-21T12:40:38.048Z] Removing intermediate container 1e73ad343194 [2023-02-21T12:40:38.048Z] ---> 55511a1f6da6 [2023-02-21T12:40:38.048Z] [2023-02-21T12:40:38.048Z] Step 9/32 : FROM alpine:3.16 [2023-02-21T12:40:38.048Z] Removing intermediate container 2ae1459b2c66 [2023-02-21T12:40:38.048Z] ---> e82c4ed592d8 [2023-02-21T12:40:38.048Z] [2023-02-21T12:40:38.048Z] Step 9/21 : FROM alpine:3.16 [2023-02-21T12:40:38.048Z] 3.16: Pulling from library/alpine [2023-02-21T12:40:38.048Z] 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-21T12:40:38.048Z] 3.16: Pulling from library/alpine [2023-02-21T12:40:38.048Z] 3.16: Pulling from library/alpine [2023-02-21T12:40:39.016Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-21T12:40:39.016Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-21T12:40:39.016Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-21T12:40:39.016Z] Status: Downloaded newer image for alpine:3.16 [2023-02-21T12:40:39.016Z] Status: Image is up to date for alpine:3.16 [2023-02-21T12:40:39.016Z] Status: Downloaded newer image for alpine:3.16 [2023-02-21T12:40:39.016Z] ---> dfd21b5a31f5 [2023-02-21T12:40:39.016Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T12:40:39.016Z] ---> dfd21b5a31f5 [2023-02-21T12:40:39.016Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-21T12:40:39.016Z] ---> dfd21b5a31f5 [2023-02-21T12:40:39.016Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:40:40.401Z] ---> Running in 0ad2bfbab5bf [2023-02-21T12:40:40.401Z] ---> Running in dceb2c655b86 [2023-02-21T12:40:40.401Z] ---> Running in 7c441a8f245c [2023-02-21T12:40:40.673Z] Removing intermediate container 7c441a8f245c [2023-02-21T12:40:40.674Z] ---> 39dc7b650656 [2023-02-21T12:40:40.674Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-21T12:40:40.674Z] ---> Running in f2907ac0134d [2023-02-21T12:40:41.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:41.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:41.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:41.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:41.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:41.246Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:41.505Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-21T12:40:41.505Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T12:40:41.505Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:40:41.505Z] OK: 6 MiB in 15 packages [2023-02-21T12:40:41.505Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-21T12:40:41.505Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-21T12:40:41.505Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-21T12:40:41.505Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-21T12:40:41.505Z] (2/2) Installing su-exec (0.2-r1) [2023-02-21T12:40:41.505Z] (5/6) Installing curl (7.83.1-r6) [2023-02-21T12:40:41.505Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:40:41.505Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-21T12:40:41.505Z] OK: 6 MiB in 16 packages [2023-02-21T12:40:41.505Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:40:41.505Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T12:40:41.773Z] OK: 8 MiB in 20 packages [2023-02-21T12:40:44.328Z] Removing intermediate container dceb2c655b86 [2023-02-21T12:40:44.328Z] ---> 34a9185754fb [2023-02-21T12:40:44.328Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T12:40:44.328Z] ---> Running in c1fa24c9f7c4 [2023-02-21T12:40:44.328Z] Removing intermediate container f2907ac0134d [2023-02-21T12:40:44.328Z] ---> ebded1c17d51 [2023-02-21T12:40:44.328Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-21T12:40:44.328Z] Removing intermediate container 0ad2bfbab5bf [2023-02-21T12:40:44.328Z] ---> 33427bc2cf07 [2023-02-21T12:40:44.328Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T12:40:44.328Z] ---> Running in 0ad143e93c2b [2023-02-21T12:40:44.328Z] Removing intermediate container c1fa24c9f7c4 [2023-02-21T12:40:44.328Z] ---> f045834fc0e3 [2023-02-21T12:40:44.328Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-21T12:40:44.589Z] ---> Running in 0819cf70a802 [2023-02-21T12:40:44.589Z] ---> Running in d0ff7655877f [2023-02-21T12:40:44.589Z] Removing intermediate container 0ad143e93c2b [2023-02-21T12:40:44.589Z] ---> f688b3efa31e [2023-02-21T12:40:44.589Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-21T12:40:44.589Z] ---> Running in 3547a8a95c9d [2023-02-21T12:40:44.886Z] Removing intermediate container 0819cf70a802 [2023-02-21T12:40:44.886Z] ---> b508a984ff8b [2023-02-21T12:40:44.886Z] Step 12/21 : WORKDIR /edgex [2023-02-21T12:40:44.886Z] Removing intermediate container d0ff7655877f [2023-02-21T12:40:44.886Z] ---> c7427c067fdf [2023-02-21T12:40:44.886Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-21T12:40:44.886Z] ---> Running in 078124771c79 [2023-02-21T12:40:44.886Z] Removing intermediate container 3547a8a95c9d [2023-02-21T12:40:44.886Z] ---> b1de11cfbc1c [2023-02-21T12:40:44.886Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-21T12:40:44.886Z] ---> Running in 6da4f31a48ae [2023-02-21T12:40:44.886Z] ---> Running in 411feca27661 [2023-02-21T12:40:45.152Z] Removing intermediate container 6da4f31a48ae [2023-02-21T12:40:45.152Z] ---> 8fe1326c6e23 [2023-02-21T12:40:45.152Z] Step 15/24 : WORKDIR / [2023-02-21T12:40:45.152Z] Removing intermediate container 078124771c79 [2023-02-21T12:40:45.152Z] ---> a9bcd3012274 [2023-02-21T12:40:45.152Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-21T12:40:45.152Z] Removing intermediate container 411feca27661 [2023-02-21T12:40:45.152Z] ---> e2b34e97597e [2023-02-21T12:40:45.152Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-21T12:40:45.152Z] ---> Running in 280f07f7972a [2023-02-21T12:40:45.152Z] ---> Running in 660649db084f [2023-02-21T12:40:45.418Z] Removing intermediate container 280f07f7972a [2023-02-21T12:40:45.418Z] ---> 562c25d0920d [2023-02-21T12:40:45.418Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:40:45.418Z] ---> adba65ac037c [2023-02-21T12:40:45.418Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-21T12:40:45.680Z] Removing intermediate container 660649db084f [2023-02-21T12:40:45.680Z] ---> 926d770f762b [2023-02-21T12:40:45.680Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-21T12:40:45.680Z] ---> Running in 117e8c8a59b7 [2023-02-21T12:40:46.269Z] ---> c1895e593bbe [2023-02-21T12:40:46.269Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-21T12:40:46.269Z] ---> a315c3b7802b [2023-02-21T12:40:46.269Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-21T12:40:50.709Z] ---> e02505881210 [2023-02-21T12:40:50.709Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T12:40:50.709Z] ---> 12d3817047b1 [2023-02-21T12:40:50.709Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-21T12:40:50.709Z] Removing intermediate container 117e8c8a59b7 [2023-02-21T12:40:50.709Z] ---> b07b2764fd9c [2023-02-21T12:40:50.709Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-21T12:40:50.709Z] ---> Running in 1e2e5be623a1 [2023-02-21T12:40:50.709Z] ---> a5eb4e0dcefc [2023-02-21T12:40:50.709Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T12:40:50.709Z] ---> 346d5d3b9b9e [2023-02-21T12:40:50.709Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-21T12:40:50.709Z] Removing intermediate container 1e2e5be623a1 [2023-02-21T12:40:50.709Z] ---> bbab738de27a [2023-02-21T12:40:50.709Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-21T12:40:50.709Z] ---> Running in 64088b14daf0 [2023-02-21T12:40:51.756Z] ---> c50408b2efed [2023-02-21T12:40:51.756Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-21T12:40:51.756Z] ---> 8611e7c6dae2 [2023-02-21T12:40:51.756Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-21T12:40:51.756Z] ---> Running in 82b6cb2663e6 [2023-02-21T12:40:51.756Z] ---> Running in b575c639c254 [2023-02-21T12:40:52.016Z] Removing intermediate container b575c639c254 [2023-02-21T12:40:52.016Z] ---> e66952ea1d7e [2023-02-21T12:40:52.016Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:40:52.016Z] ---> Running in b470e2e21f24 [2023-02-21T12:40:52.583Z] Removing intermediate container b470e2e21f24 [2023-02-21T12:40:52.583Z] ---> 8b0b1d42f4d2 [2023-02-21T12:40:52.583Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T12:40:55.187Z] ---> Running in 440983aac1c1 [2023-02-21T12:40:55.187Z] Removing intermediate container 64088b14daf0 [2023-02-21T12:40:55.187Z] ---> 00e6468e2363 [2023-02-21T12:40:55.187Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T12:40:56.658Z] Removing intermediate container 2de22c669fe6 [2023-02-21T12:40:56.658Z] ---> 1750d2092c51 [2023-02-21T12:40:56.658Z] [2023-02-21T12:40:56.658Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T12:40:56.658Z] ---> dfd21b5a31f5 [2023-02-21T12:40:56.658Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-21T12:40:56.658Z] Removing intermediate container 440983aac1c1 [2023-02-21T12:40:56.658Z] ---> 568108813b37 [2023-02-21T12:40:56.658Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:40:56.658Z] ---> Running in aa702a681760 [2023-02-21T12:40:56.658Z] ---> Running in f53bf779122d [2023-02-21T12:40:56.658Z] ---> Running in 5871ba4f8a3d [2023-02-21T12:40:56.658Z] Removing intermediate container 82b6cb2663e6 [2023-02-21T12:40:56.658Z] ---> 96ba0bb84ffd [2023-02-21T12:40:56.658Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:40:56.658Z] Removing intermediate container aa702a681760 [2023-02-21T12:40:56.658Z] ---> ddc10c388d68 [2023-02-21T12:40:56.658Z] Step 19/21 : LABEL arch=x86_64 [2023-02-21T12:40:56.658Z] Removing intermediate container f53bf779122d [2023-02-21T12:40:56.658Z] ---> 9a0ab70a52bd [2023-02-21T12:40:56.658Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:40:56.658Z] ---> Running in 1e8d36bfe5c8 [2023-02-21T12:40:56.921Z] Removing intermediate container 5871ba4f8a3d [2023-02-21T12:40:56.921Z] ---> 62d637672ff7 [2023-02-21T12:40:56.921Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T12:40:56.921Z] ---> Running in 58944a0c0505 [2023-02-21T12:40:56.921Z] ---> Running in b1ad9bf29ac8 [2023-02-21T12:40:56.921Z] Removing intermediate container 1e8d36bfe5c8 [2023-02-21T12:40:56.921Z] ---> 2b2d12bf6d04 [2023-02-21T12:40:56.921Z] Step 20/21 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:40:56.921Z] ---> 20ee74865bb5 [2023-02-21T12:40:56.921Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-21T12:40:56.921Z] ---> Running in b4d596833807 [2023-02-21T12:40:56.921Z] Removing intermediate container b1ad9bf29ac8 [2023-02-21T12:40:56.921Z] ---> 86e5880449d6 [2023-02-21T12:40:56.921Z] [2023-02-21T12:40:57.186Z] Successfully built 86e5880449d6 [2023-02-21T12:40:57.186Z] Successfully tagged core-metadata:latest [2023-02-21T12:40:57.186Z]  Building core-metadata ... done Building security-spiffe-token-provider [2023-02-21T12:40:57.186Z] Removing intermediate container b4d596833807 [2023-02-21T12:40:57.186Z] ---> 12e45eb37944 [2023-02-21T12:40:57.186Z] Step 21/21 : LABEL version=0.0.0 [2023-02-21T12:40:57.449Z] ---> Running in dbab104f0578 [2023-02-21T12:40:58.829Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:59.400Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:40:59.400Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T12:40:59.400Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:40:59.400Z] OK: 6 MiB in 15 packages [2023-02-21T12:40:59.970Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:40:59.970Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:40:59.970Z] ---> 243ffa736c5d [2023-02-21T12:40:59.970Z] Step 3/19 : WORKDIR /edgex-go [2023-02-21T12:40:59.970Z] ---> Using cache [2023-02-21T12:40:59.970Z] ---> 7b58a2b6cf8e [2023-02-21T12:40:59.970Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-21T12:41:04.175Z] Removing intermediate container dbab104f0578 [2023-02-21T12:41:04.175Z] ---> fb3f3fd63811 [2023-02-21T12:41:04.175Z] [2023-02-21T12:41:04.175Z] ---> bf756be3455d [2023-02-21T12:41:04.175Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-21T12:41:04.175Z] ---> Running in 449f949578b9 [2023-02-21T12:41:04.175Z] Successfully built fb3f3fd63811 [2023-02-21T12:41:04.175Z] Successfully tagged security-proxy-setup:latest [2023-02-21T12:41:04.175Z]  Building security-proxy-setup ... done Building core-command [2023-02-21T12:41:09.632Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:41:09.632Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:41:09.632Z] ---> 243ffa736c5d [2023-02-21T12:41:09.632Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:41:09.632Z] ---> Using cache [2023-02-21T12:41:09.632Z] ---> 1f1c401e4cbc [2023-02-21T12:41:09.632Z] Step 4/23 : WORKDIR /edgex-go [2023-02-21T12:41:09.632Z] ---> Using cache [2023-02-21T12:41:09.632Z] ---> 3ae78b3f5b26 [2023-02-21T12:41:09.632Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-21T12:41:09.632Z] ---> Using cache [2023-02-21T12:41:09.632Z] ---> 5dfaef802a57 [2023-02-21T12:41:09.632Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-21T12:41:09.632Z] ---> Using cache [2023-02-21T12:41:09.632Z] ---> 7132c00b3e67 [2023-02-21T12:41:09.632Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:41:09.632Z] ---> Using cache [2023-02-21T12:41:09.632Z] ---> d574b6b82cae [2023-02-21T12:41:09.632Z] Step 8/23 : COPY . . [2023-02-21T12:41:09.632Z] ---> Using cache [2023-02-21T12:41:09.632Z] ---> 00d5c1534f86 [2023-02-21T12:41:09.632Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-21T12:41:10.661Z] ---> 4015617bc2f0 [2023-02-21T12:41:10.661Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-21T12:41:10.661Z] ---> Running in e0096f2633b8 [2023-02-21T12:41:10.661Z] Removing intermediate container 58944a0c0505 [2023-02-21T12:41:10.661Z] ---> 0526df06bfd3 [2023-02-21T12:41:10.661Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:41:11.330Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:11.330Z] 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-21T12:41:11.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:12.200Z] v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-21T12:41:12.200Z] v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-21T12:41:12.200Z] OK: 17046 distinct packages available [2023-02-21T12:41:12.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:12.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:13.045Z] ---> b188998335a7 [2023-02-21T12:41:13.045Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-21T12:41:13.305Z] OK: 211 MiB in 51 packages [2023-02-21T12:41:15.874Z] ---> 9d091b71fab4 [2023-02-21T12:41:15.874Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-21T12:41:15.874Z] ---> 9246f14f69b6 [2023-02-21T12:41:15.874Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-21T12:41:15.874Z] Removing intermediate container 57dd49338448 [2023-02-21T12:41:15.874Z] ---> 9dfccd8b5876 [2023-02-21T12:41:15.874Z] [2023-02-21T12:41:15.874Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T12:41:15.874Z] ---> dfd21b5a31f5 [2023-02-21T12:41:15.874Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:41:15.874Z] ---> Using cache [2023-02-21T12:41:15.874Z] ---> 34a9185754fb [2023-02-21T12:41:15.874Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T12:41:15.874Z] ---> Using cache [2023-02-21T12:41:15.874Z] ---> f045834fc0e3 [2023-02-21T12:41:15.874Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-21T12:41:16.178Z] ---> Running in badd76bd36f6 [2023-02-21T12:41:16.439Z] Removing intermediate container 449f949578b9 [2023-02-21T12:41:16.439Z] ---> c15fd93da53b [2023-02-21T12:41:16.439Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-21T12:41:16.439Z] ---> 0988157e8cef [2023-02-21T12:41:16.439Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-21T12:41:16.439Z] ---> 23b073585eb7 [2023-02-21T12:41:16.439Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-21T12:41:16.439Z] Removing intermediate container badd76bd36f6 [2023-02-21T12:41:16.439Z] ---> 8c7719a49833 [2023-02-21T12:41:16.439Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T12:41:16.439Z] ---> Running in 6a0684e69774 [2023-02-21T12:41:16.439Z] ---> 0e9e23245e66 [2023-02-21T12:41:16.439Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:41:16.439Z] ---> Running in b6f8f81d2b6f [2023-02-21T12:41:16.702Z] ---> 405bb6d830fa [2023-02-21T12:41:16.702Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T12:41:16.702Z] ---> Running in 6860b832a395 [2023-02-21T12:41:16.702Z] ---> 9153ef670714 [2023-02-21T12:41:16.702Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-21T12:41:16.702Z] Removing intermediate container 6a0684e69774 [2023-02-21T12:41:16.702Z] ---> 100edc22c034 [2023-02-21T12:41:16.702Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:41:17.275Z] ---> 4510fbf7b2d5 [2023-02-21T12:41:17.275Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-21T12:41:17.275Z] ---> 8324223e164b [2023-02-21T12:41:17.275Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-21T12:41:17.275Z] ---> Running in 896c8ba5d2df [2023-02-21T12:41:20.031Z] ---> 14a8d871f1d1 [2023-02-21T12:41:20.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-21T12:41:20.031Z] Removing intermediate container 6860b832a395 [2023-02-21T12:41:20.031Z] ---> 840732a6e17d [2023-02-21T12:41:20.031Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T12:41:20.605Z] ---> Running in b69c83994ce2 [2023-02-21T12:41:20.605Z] ---> e140f1b52036 [2023-02-21T12:41:20.605Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-21T12:41:20.865Z] Removing intermediate container 896c8ba5d2df [2023-02-21T12:41:20.865Z] ---> 655db5ed1a7e [2023-02-21T12:41:20.865Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-21T12:41:21.365Z] ---> Running in 60c088d030db [2023-02-21T12:41:21.625Z] ---> Running in df2b49508b46 [2023-02-21T12:41:21.625Z] Removing intermediate container b69c83994ce2 [2023-02-21T12:41:21.625Z] ---> 72c3fb41c056 [2023-02-21T12:41:21.625Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-21T12:41:21.884Z] Removing intermediate container 60c088d030db [2023-02-21T12:41:21.884Z] ---> 3ccb68ddf20f [2023-02-21T12:41:21.884Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:41:21.884Z] ---> Running in cb3bc9224f1d [2023-02-21T12:41:21.884Z] Removing intermediate container df2b49508b46 [2023-02-21T12:41:21.884Z] ---> f3b75ceda09c [2023-02-21T12:41:21.884Z] Step 29/32 : CMD ["gate"] [2023-02-21T12:41:21.884Z] ---> Running in b5002f4087b7 [2023-02-21T12:41:21.884Z] ---> Running in 812fef3393e3 [2023-02-21T12:41:21.884Z] Removing intermediate container cb3bc9224f1d [2023-02-21T12:41:21.884Z] ---> 482ad2a4739e [2023-02-21T12:41:21.884Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T12:41:21.884Z] ---> Running in f1ce64fc5415 [2023-02-21T12:41:21.884Z] Removing intermediate container b5002f4087b7 [2023-02-21T12:41:21.884Z] ---> 8b48080a8c22 [2023-02-21T12:41:21.884Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T12:41:21.884Z] Removing intermediate container 812fef3393e3 [2023-02-21T12:41:21.884Z] ---> d3896d88c7f3 [2023-02-21T12:41:21.884Z] Step 30/32 : LABEL arch=x86_64 [2023-02-21T12:41:22.143Z] ---> Running in 4f685765dffc [2023-02-21T12:41:22.143Z] ---> Running in 5658046a20d8 [2023-02-21T12:41:22.143Z] Removing intermediate container f1ce64fc5415 [2023-02-21T12:41:22.143Z] ---> b0bc6eb51cba [2023-02-21T12:41:22.143Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:41:22.143Z] ---> Running in 99ba74f1b059 [2023-02-21T12:41:22.143Z] Removing intermediate container 4f685765dffc [2023-02-21T12:41:22.143Z] ---> cd7349ea690a [2023-02-21T12:41:22.143Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:41:22.143Z] Removing intermediate container 5658046a20d8 [2023-02-21T12:41:22.143Z] ---> 49b1fbff9d81 [2023-02-21T12:41:22.143Z] Step 31/32 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:41:22.143Z] ---> Running in 23d043fddace [2023-02-21T12:41:22.143Z] ---> Running in 07e0e2364911 [2023-02-21T12:41:22.143Z] Removing intermediate container 99ba74f1b059 [2023-02-21T12:41:22.143Z] ---> c7601d871ebc [2023-02-21T12:41:22.143Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T12:41:22.143Z] ---> Running in fceea044b657 [2023-02-21T12:41:22.408Z] Removing intermediate container 23d043fddace [2023-02-21T12:41:22.408Z] ---> 053791cd3c4f [2023-02-21T12:41:22.408Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T12:41:22.408Z] ---> Running in aa6e21cd150c [2023-02-21T12:41:22.408Z] Removing intermediate container 07e0e2364911 [2023-02-21T12:41:22.408Z] ---> 69a8bea5bb51 [2023-02-21T12:41:22.408Z] Step 32/32 : LABEL version=0.0.0 [2023-02-21T12:41:22.408Z] Removing intermediate container fceea044b657 [2023-02-21T12:41:22.408Z] ---> 72df843c180f [2023-02-21T12:41:22.408Z] [2023-02-21T12:41:22.408Z] ---> Running in 32919e7e9049 [2023-02-21T12:41:22.408Z] Successfully built 72df843c180f [2023-02-21T12:41:22.408Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-21T12:41:22.408Z] Building security-spire-agent [2023-02-21T12:41:22.408Z]  Building core-common-config-bootstrapper ... done Removing intermediate container aa6e21cd150c [2023-02-21T12:41:22.408Z] ---> 5d67724ea7cd [2023-02-21T12:41:22.408Z] [2023-02-21T12:41:22.675Z] Removing intermediate container 32919e7e9049 [2023-02-21T12:41:22.675Z] ---> ec60e82236d6 [2023-02-21T12:41:22.675Z] [2023-02-21T12:41:22.675Z] Successfully built 5d67724ea7cd [2023-02-21T12:41:22.675Z] Successfully tagged support-scheduler:latest [2023-02-21T12:41:22.675Z]  Building support-scheduler ... done Successfully built ec60e82236d6 [2023-02-21T12:41:22.675Z] Building security-secretstore-setup [2023-02-21T12:41:22.675Z] Successfully tagged security-bootstrapper:latest [2023-02-21T12:41:22.675Z]  Building security-bootstrapper ... done Building support-notifications [2023-02-21T12:41:30.787Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:41:30.787Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:41:30.787Z] ---> 243ffa736c5d [2023-02-21T12:41:30.787Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T12:41:30.787Z] ---> Using cache [2023-02-21T12:41:30.787Z] ---> 7b58a2b6cf8e [2023-02-21T12:41:30.787Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-21T12:41:30.787Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:41:30.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:41:30.788Z] ---> 243ffa736c5d [2023-02-21T12:41:30.788Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:41:30.788Z] ---> Using cache [2023-02-21T12:41:30.788Z] ---> 1f1c401e4cbc [2023-02-21T12:41:30.788Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T12:41:30.788Z] ---> Using cache [2023-02-21T12:41:30.788Z] ---> 3ae78b3f5b26 [2023-02-21T12:41:30.788Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-21T12:41:32.881Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:41:32.881Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:41:32.881Z] ---> 243ffa736c5d [2023-02-21T12:41:32.881Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T12:41:32.881Z] ---> Using cache [2023-02-21T12:41:32.881Z] ---> 7b58a2b6cf8e [2023-02-21T12:41:32.881Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T12:41:32.881Z] ---> Using cache [2023-02-21T12:41:32.881Z] ---> c8aa63eb9cd4 [2023-02-21T12:41:32.881Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T12:41:32.881Z] ---> Using cache [2023-02-21T12:41:32.881Z] ---> 5f6193c68cbc [2023-02-21T12:41:32.881Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:41:32.882Z] ---> Using cache [2023-02-21T12:41:32.882Z] ---> f0870945e333 [2023-02-21T12:41:32.882Z] Step 7/24 : COPY . . [2023-02-21T12:41:32.882Z] ---> Using cache [2023-02-21T12:41:32.882Z] ---> 8608057cd6e0 [2023-02-21T12:41:32.882Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T12:41:32.882Z] ---> Using cache [2023-02-21T12:41:32.882Z] ---> 5a57a32dffde [2023-02-21T12:41:32.882Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T12:41:32.882Z] ---> Using cache [2023-02-21T12:41:32.882Z] ---> 1390fbe0e72d [2023-02-21T12:41:32.882Z] 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-21T12:41:32.882Z] ---> Using cache [2023-02-21T12:41:32.882Z] ---> ca9c91f5c920 [2023-02-21T12:41:32.882Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T12:41:32.882Z] ---> Using cache [2023-02-21T12:41:32.882Z] ---> fcd95c2c9919 [2023-02-21T12:41:32.882Z] [2023-02-21T12:41:32.882Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T12:41:32.882Z] ---> 5ce65d7b0fde [2023-02-21T12:41:32.882Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T12:41:32.882Z] ---> Using cache [2023-02-21T12:41:32.882Z] ---> 7af171ff7210 [2023-02-21T12:41:32.882Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T12:41:38.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-21T12:41:38.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-21T12:41:47.994Z] ---> Running in 28b4446cee5c [2023-02-21T12:41:47.994Z] ---> Running in 6c150ce877d1 [2023-02-21T12:41:47.994Z] ---> Running in bb33594558ca [2023-02-21T12:41:47.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:48.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:48.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:48.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:48.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:48.518Z] OK: 211 MiB in 51 packages [2023-02-21T12:41:48.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:48.779Z] OK: 211 MiB in 51 packages [2023-02-21T12:41:48.779Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T12:41:48.779Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T12:41:48.779Z] OK: 15857 distinct packages available [2023-02-21T12:41:49.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:49.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:41:49.298Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-21T12:41:49.298Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-21T12:41:49.298Z] (3/5) Installing libucontext (1.1-r0) [2023-02-21T12:41:49.298Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-21T12:41:49.298Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-21T12:41:49.298Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T12:41:49.298Z] OK: 7 MiB in 19 packages [2023-02-21T12:41:57.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.474s coverage: 28.7% of statements [2023-02-21T12:41:57.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-21T12:41:57.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-21T12:41:59.358Z] Removing intermediate container e0096f2633b8 [2023-02-21T12:41:59.358Z] ---> ca857a2afc64 [2023-02-21T12:41:59.358Z] [2023-02-21T12:41:59.358Z] Step 10/23 : FROM alpine:3.16 [2023-02-21T12:41:59.358Z] ---> dfd21b5a31f5 [2023-02-21T12:41:59.358Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:41:59.358Z] ---> Using cache [2023-02-21T12:41:59.358Z] ---> 34a9185754fb [2023-02-21T12:41:59.358Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T12:41:59.358Z] ---> Using cache [2023-02-21T12:41:59.358Z] ---> f045834fc0e3 [2023-02-21T12:41:59.358Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-21T12:41:59.358Z] ---> Running in fcef66630e26 [2023-02-21T12:41:59.358Z] Removing intermediate container 28b4446cee5c [2023-02-21T12:41:59.358Z] ---> 46d131f648e7 [2023-02-21T12:41:59.358Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T12:41:59.358Z] Removing intermediate container bb33594558ca [2023-02-21T12:41:59.358Z] ---> e7dad2bd9e8f [2023-02-21T12:41:59.358Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T12:41:59.358Z] Removing intermediate container 6c150ce877d1 [2023-02-21T12:41:59.358Z] ---> da0babdd50b8 [2023-02-21T12:41:59.358Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-21T12:41:59.358Z] Removing intermediate container b6f8f81d2b6f [2023-02-21T12:41:59.358Z] ---> 8cd929a1d52f [2023-02-21T12:41:59.358Z] Step 7/19 : COPY . . [2023-02-21T12:41:59.620Z] Removing intermediate container fcef66630e26 [2023-02-21T12:41:59.620Z] ---> 1998c4fbc784 [2023-02-21T12:41:59.620Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-21T12:42:00.190Z] ---> 46186caf7bbf [2023-02-21T12:42:00.190Z] ---> 0073e12a83f7 [2023-02-21T12:42:00.190Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:42:00.190Z] [2023-02-21T12:42:01.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.602s coverage: 98.5% of statements [2023-02-21T12:42:06.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.738s coverage: 73.7% of statements [2023-02-21T12:42:06.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-21T12:42:06.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-21T12:42:06.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-21T12:42:06.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.561s coverage: 54.0% of statements [2023-02-21T12:42:06.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-21T12:42:06.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-21T12:42:07.442Z] ---> Running in 3652f7fd3574 [2023-02-21T12:42:07.442Z] ---> 4442a0e0d228 [2023-02-21T12:42:07.442Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T12:42:07.442Z] ---> Running in 5d54d3572e81 [2023-02-21T12:42:07.442Z] ---> Running in 818fbc353e7f [2023-02-21T12:42:07.442Z] ---> d97e1b4a87f0 [2023-02-21T12:42:07.442Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-21T12:42:07.442Z] Removing intermediate container 3652f7fd3574 [2023-02-21T12:42:07.442Z] ---> b99360e8df40 [2023-02-21T12:42:07.442Z] Step 15/23 : WORKDIR / [2023-02-21T12:42:08.542Z] ---> Running in e879fa1e53b0 [2023-02-21T12:42:08.542Z] ---> Running in 7dde24ef50e7 [2023-02-21T12:42:08.542Z] ---> 7a92fa73c967 [2023-02-21T12:42:08.542Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T12:42:08.801Z] Removing intermediate container 7dde24ef50e7 [2023-02-21T12:42:08.801Z] ---> 2fd944d44e6a [2023-02-21T12:42:08.801Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:42:08.801Z] ---> 0e72e01a93e3 [2023-02-21T12:42:08.801Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-21T12:42:08.801Z] ---> 78ae58de65d8 [2023-02-21T12:42:08.801Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-21T12:42:09.291Z] ---> b08c49129e9b [2023-02-21T12:42:09.291Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-21T12:42:09.291Z] 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-21T12:42:09.553Z] ---> d87068c15486 [2023-02-21T12:42:09.553Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T12:42:09.817Z] ---> 15fa6cd183b9 [2023-02-21T12:42:09.817Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-21T12:42:09.817Z] ---> Running in 394e401db0f0 [2023-02-21T12:42:09.817Z] Removing intermediate container 394e401db0f0 [2023-02-21T12:42:09.817Z] ---> 5f0316949972 [2023-02-21T12:42:09.817Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T12:42:09.817Z] ---> 5c365f6201c9 [2023-02-21T12:42:09.817Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-21T12:42:09.817Z] ---> Running in 2422701bb3de [2023-02-21T12:42:09.817Z] ---> Running in 6c088f0108ff [2023-02-21T12:42:10.078Z] Removing intermediate container 2422701bb3de [2023-02-21T12:42:10.078Z] ---> 77c3c2ab8e9a [2023-02-21T12:42:10.078Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T12:42:10.078Z] Removing intermediate container 6c088f0108ff [2023-02-21T12:42:10.078Z] ---> 94929bb7d117 [2023-02-21T12:42:10.078Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:42:10.078Z] ---> Running in 039a7ce205f8 [2023-02-21T12:42:10.078Z] ---> Running in 9ec72df8fcfb [2023-02-21T12:42:10.078Z] Removing intermediate container 039a7ce205f8 [2023-02-21T12:42:10.078Z] ---> 2a81923f0017 [2023-02-21T12:42:10.078Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:42:10.346Z] ---> Running in a33f6bc06e73 [2023-02-21T12:42:10.346Z] Removing intermediate container 9ec72df8fcfb [2023-02-21T12:42:10.346Z] ---> 8062c89008b4 [2023-02-21T12:42:10.346Z] Step 21/23 : LABEL arch=x86_64 [2023-02-21T12:42:10.346Z] ---> Running in b8332721b9b6 [2023-02-21T12:42:10.346Z] Removing intermediate container a33f6bc06e73 [2023-02-21T12:42:10.346Z] ---> 0e5a9d8f74b0 [2023-02-21T12:42:10.346Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T12:42:10.346Z] ---> Running in cc1e828c3cee [2023-02-21T12:42:10.346Z] Removing intermediate container b8332721b9b6 [2023-02-21T12:42:10.346Z] ---> c09ed134bbcf [2023-02-21T12:42:10.346Z] Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:42:10.346Z] ---> Running in b7cab5c1be4f [2023-02-21T12:42:10.346Z] Removing intermediate container cc1e828c3cee [2023-02-21T12:42:10.346Z] ---> 862e421a0654 [2023-02-21T12:42:10.346Z] [2023-02-21T12:42:10.606Z] Removing intermediate container b7cab5c1be4f [2023-02-21T12:42:10.606Z] ---> 94e5a1314a4c [2023-02-21T12:42:10.606Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T12:42:10.606Z] Successfully built 862e421a0654 [2023-02-21T12:42:10.606Z] Successfully tagged security-spire-agent:latest [2023-02-21T12:42:10.606Z]  Building security-spire-agent ... done Building core-data [2023-02-21T12:42:10.606Z] ---> Running in 57319d75b767 [2023-02-21T12:42:10.867Z] Removing intermediate container 57319d75b767 [2023-02-21T12:42:10.867Z] ---> 3e18944bc5cd [2023-02-21T12:42:10.867Z] [2023-02-21T12:42:11.126Z] Successfully built 3e18944bc5cd [2023-02-21T12:42:11.126Z] Successfully tagged core-command:latest [2023-02-21T12:42:13.059Z]  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:42:13.059Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:42:13.059Z] ---> 243ffa736c5d [2023-02-21T12:42:13.059Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:42:13.059Z] ---> Using cache [2023-02-21T12:42:13.059Z] ---> 1f1c401e4cbc [2023-02-21T12:42:13.059Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T12:42:13.059Z] ---> Using cache [2023-02-21T12:42:13.059Z] ---> 3ae78b3f5b26 [2023-02-21T12:42:13.059Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T12:42:13.059Z] ---> Using cache [2023-02-21T12:42:13.059Z] ---> 5dfaef802a57 [2023-02-21T12:42:13.059Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T12:42:13.059Z] ---> Using cache [2023-02-21T12:42:13.059Z] ---> 7132c00b3e67 [2023-02-21T12:42:13.059Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:42:13.059Z] ---> Using cache [2023-02-21T12:42:13.059Z] ---> d574b6b82cae [2023-02-21T12:42:13.059Z] Step 8/22 : COPY . . [2023-02-21T12:42:13.059Z] ---> Using cache [2023-02-21T12:42:13.059Z] ---> 00d5c1534f86 [2023-02-21T12:42:13.059Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-21T12:42:19.623Z] ---> Running in df3df4ea440b [2023-02-21T12:42:19.623Z] 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-21T12:42:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.296s coverage: 88.5% of statements [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-21T12:42:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 3.9% of statements [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-21T12:42:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.175s coverage: 95.6% of statements [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-21T12:42:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.652s coverage: 72.2% of statements [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-21T12:42:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.412s coverage: 65.9% of statements [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-21T12:42:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.434s coverage: 0.9% of statements [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-21T12:42:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.563s coverage: 29.6% of statements [2023-02-21T12:42:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-21T12:42:30.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.439s coverage: 47.1% of statements [2023-02-21T12:42:30.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.616s coverage: 82.9% of statements [2023-02-21T12:42:30.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.556s coverage: 94.1% of statements [2023-02-21T12:42:33.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.399s coverage: 96.3% of statements [2023-02-21T12:42:36.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.365s coverage: 87.5% of statements [2023-02-21T12:42:46.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.346s coverage: 94.4% of statements [2023-02-21T12:42:46.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.648s coverage: 44.8% of statements [2023-02-21T12:42:58.500Z] Removing intermediate container e879fa1e53b0 [2023-02-21T12:42:58.500Z] ---> 80da696bc575 [2023-02-21T12:42:58.500Z] [2023-02-21T12:42:58.500Z] Step 9/19 : FROM alpine:3.15 [2023-02-21T12:42:58.500Z] ---> 5ce65d7b0fde [2023-02-21T12:42:58.500Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T12:42:58.500Z] ---> Using cache [2023-02-21T12:42:58.500Z] ---> 7af171ff7210 [2023-02-21T12:42:58.500Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-21T12:42:58.500Z] Removing intermediate container 818fbc353e7f [2023-02-21T12:42:58.500Z] ---> 0ded7dca5959 [2023-02-21T12:42:58.500Z] Step 8/22 : COPY . . [2023-02-21T12:42:58.500Z] Removing intermediate container 5d54d3572e81 [2023-02-21T12:42:58.500Z] ---> 727167742a6c [2023-02-21T12:42:58.500Z] Step 7/24 : COPY . . [2023-02-21T12:42:58.760Z] ---> Running in ebefcf3fdf47 [2023-02-21T12:42:59.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:42:59.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:42:59.359Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T12:42:59.359Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T12:42:59.359Z] OK: 15857 distinct packages available [2023-02-21T12:42:59.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:42:59.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:42:59.712Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-21T12:42:59.970Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-21T12:42:59.970Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-21T12:42:59.970Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-21T12:42:59.970Z] (5/9) Installing curl (7.80.0-r6) [2023-02-21T12:42:59.970Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-21T12:42:59.970Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-21T12:42:59.970Z] (8/9) Installing libucontext (1.1-r0) [2023-02-21T12:42:59.970Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-21T12:42:59.970Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T12:42:59.970Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T12:42:59.970Z] OK: 8 MiB in 23 packages [2023-02-21T12:43:08.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.312s coverage: 79.9% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.382s coverage: 92.9% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 64.4% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.254s coverage: 86.9% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.215s coverage: 87.2% of statements [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.185s coverage: 20.0% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.184s coverage: 100.0% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 77.4% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.259s coverage: 80.0% of statements [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.220s coverage: 87.2% of statements [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.749s coverage: 91.2% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.074s coverage: 63.1% of statements [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-21T12:43:08.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.222s coverage: 100.0% of statements [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 89.4% of statements [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.098s coverage: 100.0% of statements [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2023-02-21T12:43:08.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2023-02-21T12:43:13.352Z] Removing intermediate container df3df4ea440b [2023-02-21T12:43:13.353Z] ---> b4978f8eef56 [2023-02-21T12:43:13.353Z] [2023-02-21T12:43:13.353Z] Step 10/22 : FROM alpine:3.16 ---> b16d6d60f34e [2023-02-21T12:43:13.353Z] [2023-02-21T12:43:13.353Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> dfd21b5a31f5 [2023-02-21T12:43:13.353Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-21T12:43:13.353Z] [2023-02-21T12:43:13.353Z] ---> Running in d67de9614cd8 [2023-02-21T12:43:13.353Z] ---> Running in 2cbe33499eb9 [2023-02-21T12:43:13.353Z] ---> dfba5a172586 [2023-02-21T12:43:13.353Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-21T12:43:13.353Z] ---> Running in 49a43f2cf0a5 [2023-02-21T12:43:13.353Z] Removing intermediate container d67de9614cd8 [2023-02-21T12:43:13.353Z] ---> 0e9c65ef9761 [2023-02-21T12:43:13.353Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-21T12:43:13.353Z] ---> Running in d0d0773b5cec [2023-02-21T12:43:13.353Z] Removing intermediate container ebefcf3fdf47 [2023-02-21T12:43:13.353Z] ---> f70f82385c4c [2023-02-21T12:43:13.353Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:43:13.353Z] Removing intermediate container d0d0773b5cec [2023-02-21T12:43:13.353Z] ---> 894c83eb429d [2023-02-21T12:43:13.353Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-21T12:43:13.353Z] ---> Running in 7db6e8b05b8d [2023-02-21T12:43:13.353Z] ---> 44ccabcbec0d [2023-02-21T12:43:13.353Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-21T12:43:13.353Z] Removing intermediate container 7db6e8b05b8d [2023-02-21T12:43:13.353Z] ---> 69ae2730c473 [2023-02-21T12:43:13.353Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:43:13.353Z] ---> Running in 94ed6d634730 [2023-02-21T12:43:13.353Z] 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-21T12:43:13.353Z] 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-21T12:43:13.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:43:13.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:43:13.631Z] ---> 38740228ee99 [2023-02-21T12:43:13.631Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-21T12:43:13.631Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T12:43:13.631Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:43:13.631Z] OK: 6 MiB in 15 packages [2023-02-21T12:43:13.888Z] ---> 276e4a11d05e [2023-02-21T12:43:13.888Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-21T12:43:13.888Z] ---> Running in 5ce3cd952e08 [2023-02-21T12:43:14.145Z] Removing intermediate container 5ce3cd952e08 [2023-02-21T12:43:14.145Z] ---> 9368cc79ecd3 [2023-02-21T12:43:14.145Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:43:14.145Z] ---> Running in d8bb802e7691 [2023-02-21T12:43:14.145Z] Removing intermediate container 94ed6d634730 [2023-02-21T12:43:14.145Z] ---> 38abc7a19268 [2023-02-21T12:43:14.145Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:43:14.145Z] Removing intermediate container d8bb802e7691 [2023-02-21T12:43:14.145Z] ---> 8c140281d935 [2023-02-21T12:43:14.145Z] Step 17/19 : LABEL arch=x86_64 [2023-02-21T12:43:14.405Z] ---> Running in 194a7529d656 [2023-02-21T12:43:14.663Z] ---> 5c068640ccaa [2023-02-21T12:43:14.663Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-21T12:43:14.663Z] Removing intermediate container 194a7529d656 [2023-02-21T12:43:14.663Z] ---> 753be1238ada [2023-02-21T12:43:14.663Z] Step 18/19 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:43:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.353s coverage: 65.3% of statements [2023-02-21T12:43:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-21T12:43:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-21T12:43:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-21T12:43:15.227Z] ---> Running in d510e17ca27b [2023-02-21T12:43:15.227Z] ---> 531335fe8cb6 [2023-02-21T12:43:15.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-21T12:43:15.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.787s coverage: 41.0% of statements [2023-02-21T12:43:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-21T12:43:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-21T12:43:15.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.464s coverage: 89.5% of statements [2023-02-21T12:43:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-21T12:43:15.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.319s coverage: 84.8% of statements [2023-02-21T12:43:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-21T12:43:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-21T12:43:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-21T12:43:15.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-21T12:43:15.486Z] Removing intermediate container d510e17ca27b [2023-02-21T12:43:15.486Z] ---> 193cee75d44f [2023-02-21T12:43:15.486Z] Step 19/19 : LABEL version=0.0.0 [2023-02-21T12:43:15.486Z] ---> Running in 3a93dabe3664 [2023-02-21T12:43:15.486Z] ---> 3ae209a19a02 [2023-02-21T12:43:15.486Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-21T12:43:15.486Z] ---> Running in 0ee844733e34 [2023-02-21T12:43:15.744Z] Removing intermediate container 0ee844733e34 [2023-02-21T12:43:15.745Z] ---> dbdc00315b34 [2023-02-21T12:43:15.745Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:43:15.745Z] Removing intermediate container 3a93dabe3664 [2023-02-21T12:43:15.745Z] ---> 3d3c09fcdf56 [2023-02-21T12:43:15.745Z] [2023-02-21T12:43:15.745Z] ---> Running in 5d70c5501755 [2023-02-21T12:43:15.745Z] Successfully built 3d3c09fcdf56 [2023-02-21T12:43:15.745Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-21T12:43:15.745Z]  Building security-spiffe-token-provider ... done Removing intermediate container 5d70c5501755 [2023-02-21T12:43:15.745Z] ---> b50df0553488 [2023-02-21T12:43:15.745Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T12:43:15.745Z] ---> Running in 618e65f5ad84 [2023-02-21T12:43:16.327Z] Removing intermediate container 618e65f5ad84 [2023-02-21T12:43:16.327Z] ---> 90e1da4dc8d5 [2023-02-21T12:43:16.327Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:43:16.327Z] ---> Running in d3c030e73aa2 [2023-02-21T12:43:16.602Z] Removing intermediate container d3c030e73aa2 [2023-02-21T12:43:16.602Z] ---> 4a6df3761f56 [2023-02-21T12:43:16.602Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T12:43:16.602Z] ---> Running in 70be7d7d0d47 [2023-02-21T12:43:16.861Z] Removing intermediate container 70be7d7d0d47 [2023-02-21T12:43:16.861Z] ---> 479776b6d9f1 [2023-02-21T12:43:16.861Z] [2023-02-21T12:43:16.861Z] Successfully built 479776b6d9f1 [2023-02-21T12:43:16.861Z] Successfully tagged core-data:latest [2023-02-21T12:43:23.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.361s coverage: 17.7% of statements [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-21T12:43:23.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.663s coverage: 92.3% of statements [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-21T12:43:23.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-21T12:43:23.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.232s coverage: 63.2% of statements [2023-02-21T12:43:23.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-21T12:43:23.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-21T12:43:23.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.434s coverage: 97.7% of statements [2023-02-21T12:43:23.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-21T12:43:23.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-21T12:43:23.607Z] 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-21T12:43:23.607Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-21T12:43:23.607Z] go vet ./... [2023-02-21T12:43:31.728Z]  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-21T12:43:44.038Z] Removing intermediate container 49a43f2cf0a5 [2023-02-21T12:43:44.038Z] ---> 028ddfb9296e [2023-02-21T12:43:44.038Z] [2023-02-21T12:43:44.038Z] Step 9/24 : FROM alpine:3.16 [2023-02-21T12:43:44.038Z] ---> dfd21b5a31f5 [2023-02-21T12:43:44.038Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-21T12:43:44.038Z] ---> Running in 34b6bdfc6697 [2023-02-21T12:43:44.038Z] Removing intermediate container 2cbe33499eb9 [2023-02-21T12:43:44.038Z] ---> ff46b0a26b93 [2023-02-21T12:43:44.038Z] [2023-02-21T12:43:44.038Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T12:43:44.038Z] ---> dfd21b5a31f5 [2023-02-21T12:43:44.038Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-21T12:43:44.038Z] ---> Running in 02e597f739c3 [2023-02-21T12:43:44.298Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:43:44.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-21T12:43:44.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:43:44.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-21T12:43:44.822Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-21T12:43:44.822Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-21T12:43:44.822Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-21T12:43:44.822Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-21T12:43:44.822Z] (3/3) Installing su-exec (0.2-r1) [2023-02-21T12:43:44.822Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:43:44.822Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:43:44.822Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T12:43:44.822Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T12:43:44.822Z] OK: 6 MiB in 17 packages [2023-02-21T12:43:44.822Z] OK: 6 MiB in 16 packages [2023-02-21T12:43:45.762Z] Removing intermediate container 34b6bdfc6697 [2023-02-21T12:43:45.762Z] ---> 41cf13f06aa2 [2023-02-21T12:43:45.762Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T12:43:45.762Z] ---> Running in fa044275095d [2023-02-21T12:43:45.762Z] Removing intermediate container 02e597f739c3 [2023-02-21T12:43:45.762Z] ---> 84f21663334e [2023-02-21T12:43:45.762Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T12:43:45.762Z] ---> Running in 99504af66d91 [2023-02-21T12:43:45.762Z] Removing intermediate container fa044275095d [2023-02-21T12:43:45.762Z] ---> 372b7c4bc2d7 [2023-02-21T12:43:45.762Z] Step 12/24 : WORKDIR / [2023-02-21T12:43:45.762Z] ---> Running in 444878d07eb7 [2023-02-21T12:43:45.762Z] Removing intermediate container 99504af66d91 [2023-02-21T12:43:45.762Z] ---> 9b06d5f81aba [2023-02-21T12:43:45.762Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-21T12:43:45.762Z] ---> Running in efc5fb0211fc [2023-02-21T12:43:45.762Z] Removing intermediate container 444878d07eb7 [2023-02-21T12:43:45.762Z] ---> 8209933244fe [2023-02-21T12:43:45.762Z] 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-21T12:43:46.023Z] Removing intermediate container efc5fb0211fc [2023-02-21T12:43:46.023Z] ---> da6ccf1e054a [2023-02-21T12:43:46.023Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T12:43:46.024Z] ---> Running in 9c901b3b39e2 [2023-02-21T12:43:46.024Z] ---> 53fb2c8c7e10 [2023-02-21T12:43:46.024Z] 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-21T12:43:46.024Z] Removing intermediate container 9c901b3b39e2 [2023-02-21T12:43:46.024Z] ---> 1c3308d3277f [2023-02-21T12:43:46.024Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:43:46.024Z] ---> d91d58cef3d0 [2023-02-21T12:43:46.024Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-21T12:43:46.284Z] ---> 6d19870764cb [2023-02-21T12:43:46.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-21T12:43:46.284Z] ---> 7e50093580b2 [2023-02-21T12:43:46.284Z] 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-21T12:43:47.378Z] ---> 383f0e6896a6 [2023-02-21T12:43:47.378Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-21T12:43:47.378Z] ---> 73f83a117c93 [2023-02-21T12:43:47.378Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-21T12:43:47.639Z] ---> 07e57aa12fbb [2023-02-21T12:43:47.639Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-21T12:43:47.639Z] ---> 067b1aca72e6 [2023-02-21T12:43:47.639Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-21T12:43:47.639Z] ---> Running in 05d91f8bc25c [2023-02-21T12:43:47.900Z] Removing intermediate container 05d91f8bc25c [2023-02-21T12:43:47.900Z] ---> 26e92f8324b9 [2023-02-21T12:43:47.900Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:43:47.900Z] ---> Running in a11b97b1aaf7 [2023-02-21T12:43:48.484Z] Removing intermediate container a11b97b1aaf7 [2023-02-21T12:43:48.484Z] ---> f9e652ce370e [2023-02-21T12:43:48.484Z] Step 20/22 : LABEL arch=x86_64 [2023-02-21T12:43:48.484Z] ---> b71e8aaa8b09 [2023-02-21T12:43:48.484Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T12:43:48.484Z] ---> Running in 40f859eb520a [2023-02-21T12:43:48.484Z] Removing intermediate container 40f859eb520a [2023-02-21T12:43:48.484Z] ---> a87e540d30d3 [2023-02-21T12:43:48.484Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:43:48.484Z] ---> Running in 37753fc7ac49 [2023-02-21T12:43:48.484Z] ---> f1761f7520a0 [2023-02-21T12:43:48.484Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T12:43:48.484Z] ---> Running in 4b8b8800878d [2023-02-21T12:43:48.484Z] Removing intermediate container 37753fc7ac49 [2023-02-21T12:43:48.484Z] ---> e689727747f4 [2023-02-21T12:43:48.484Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T12:43:48.744Z] ---> Running in af16065829d2 [2023-02-21T12:43:48.744Z] Removing intermediate container af16065829d2 [2023-02-21T12:43:48.744Z] ---> a8ad119e340f [2023-02-21T12:43:48.744Z] [2023-02-21T12:43:48.744Z] Successfully built a8ad119e340f [2023-02-21T12:43:48.744Z] Successfully tagged support-notifications:latest [2023-02-21T12:43:49.315Z]  Building support-notifications ... done Removing intermediate container 4b8b8800878d [2023-02-21T12:43:49.315Z] ---> 1df75b7eb82f [2023-02-21T12:43:49.315Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T12:43:49.315Z] ---> Running in af326b472e5d [2023-02-21T12:43:49.315Z] Removing intermediate container af326b472e5d [2023-02-21T12:43:49.315Z] ---> 9d96e168b8ba [2023-02-21T12:43:49.315Z] Step 22/24 : LABEL arch=x86_64 [2023-02-21T12:43:49.315Z] ---> Running in 88dc51bdfcb3 [2023-02-21T12:43:49.315Z] Removing intermediate container 88dc51bdfcb3 [2023-02-21T12:43:49.315Z] ---> 9b87832911a3 [2023-02-21T12:43:49.315Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:43:49.315Z] ---> Running in 2b74fb30d4a7 [2023-02-21T12:43:49.576Z] Removing intermediate container 2b74fb30d4a7 [2023-02-21T12:43:49.576Z] ---> bc3870fdd636 [2023-02-21T12:43:49.576Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T12:43:49.576Z] ---> Running in f2ed84a93064 [2023-02-21T12:43:49.576Z] Removing intermediate container f2ed84a93064 [2023-02-21T12:43:49.576Z] ---> 1c9535510b74 [2023-02-21T12:43:49.576Z] [2023-02-21T12:43:49.576Z] Successfully built 1c9535510b74 [2023-02-21T12:43:49.576Z] Successfully tagged security-secretstore-setup:latest [2023-02-21T12:43:49.844Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-02-21T12:43:49.862Z] $ docker stop --time=1 543de9553b22b5889465db9efb5c6eb23acd334d58e19a7f0b23817c19f3bf9a [2023-02-21T12:43:51.167Z] $ docker rm -f --volumes 543de9553b22b5889465db9efb5c6eb23acd334d58e19a7f0b23817c19f3bf9a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-21T12:43:51.574Z] + docker images [2023-02-21T12:43:51.574Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-21T12:43:51.574Z] security-secretstore-setup latest 1c9535510b74 2 seconds ago 30MB [2023-02-21T12:43:51.574Z] support-notifications latest a8ad119e340f 3 seconds ago 30.7MB [2023-02-21T12:43:51.574Z] ff46b0a26b93 8 seconds ago 1.74GB [2023-02-21T12:43:51.574Z] 028ddfb9296e 12 seconds ago 1.67GB [2023-02-21T12:43:51.574Z] core-data latest 479776b6d9f1 35 seconds ago 17.9MB [2023-02-21T12:43:51.574Z] security-spiffe-token-provider latest 3d3c09fcdf56 36 seconds ago 30MB [2023-02-21T12:43:51.575Z] b4978f8eef56 52 seconds ago 1.68GB [2023-02-21T12:43:51.575Z] 80da696bc575 About a minute ago 1.71GB [2023-02-21T12:43:51.575Z] security-spire-agent latest 862e421a0654 About a minute ago 125MB [2023-02-21T12:43:51.575Z] core-command latest 3e18944bc5cd About a minute ago 17.7MB [2023-02-21T12:43:51.575Z] ca857a2afc64 2 minutes ago 1.68GB [2023-02-21T12:43:51.575Z] security-bootstrapper latest ec60e82236d6 2 minutes ago 20.4MB [2023-02-21T12:43:51.575Z] support-scheduler latest 5d67724ea7cd 2 minutes ago 30MB [2023-02-21T12:43:51.575Z] core-common-config-bootstrapper latest 72df843c180f 2 minutes ago 15.5MB [2023-02-21T12:43:51.575Z] 9dfccd8b5876 2 minutes ago 1.74GB [2023-02-21T12:43:51.575Z] security-proxy-setup latest fb3f3fd63811 2 minutes ago 27.8MB [2023-02-21T12:43:51.575Z] core-metadata latest 86e5880449d6 2 minutes ago 18.5MB [2023-02-21T12:43:51.575Z] 1750d2092c51 2 minutes ago 1.67GB [2023-02-21T12:43:51.575Z] 55511a1f6da6 3 minutes ago 1.67GB [2023-02-21T12:43:51.575Z] e82c4ed592d8 3 minutes ago 1.67GB [2023-02-21T12:43:51.575Z] a84536d2b2b0 3 minutes ago 1.68GB [2023-02-21T12:43:51.575Z] security-spire-config latest 98b6bcf7ef1d 3 minutes ago 85.8MB [2023-02-21T12:43:51.575Z] security-spire-server latest 24f95fc90e48 3 minutes ago 86.5MB [2023-02-21T12:43:51.575Z] bd9c182bd874 4 minutes ago 1.55GB [2023-02-21T12:43:51.575Z] fcd95c2c9919 4 minutes ago 1.55GB [2023-02-21T12:43:51.575Z] ci-base-image-x86_64 latest 243ffa736c5d 8 minutes ago 904MB [2023-02-21T12:43:51.575Z] alpine 3.15 5ce65d7b0fde 10 days ago 5.59MB [2023-02-21T12:43:51.575Z] alpine 3.16 dfd21b5a31f5 10 days ago 5.55MB [2023-02-21T12:43:51.575Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-21T12:43:51.575Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-21T12:43:51.575Z] 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-21T12:45:00.235Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-21T12:45:00.235Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-21T12:45:00.821Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-21T12:45:01.441Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-21T12:45:01.796Z] + ls -al . [2023-02-21T12:45:01.796Z] total 740 [2023-02-21T12:45:01.796Z] drwxrwxr-x 10 1001 1001 4096 Feb 21 12:39 . [2023-02-21T12:45:01.796Z] drwxr-xr-x 4 root root 4096 Feb 21 12:39 .. [2023-02-21T12:45:01.796Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 12:37 .blubracket [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 16 Feb 21 12:37 .dockerignore [2023-02-21T12:45:01.796Z] drwxrwxr-x 8 1001 1001 4096 Feb 21 12:37 .git [2023-02-21T12:45:01.796Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 12:37 .github [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 1024 Feb 21 12:37 .gitignore [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 42 Feb 21 12:37 .golangci.yml [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 87 Feb 21 12:37 .hadolint.yml [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 166 Feb 21 12:37 .sonarcloud.properties [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 1171 Feb 21 12:37 ADOPTERS.md [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 10825 Feb 21 12:37 Attribution.txt [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 73765 Feb 21 12:37 CHANGELOG.md [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 3804 Feb 21 12:37 CONTRIBUTING.md [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 677 Feb 21 12:37 GOVERNANCE.md [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 883 Feb 21 12:37 Jenkinsfile [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 10775 Feb 21 12:37 LICENSE [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 13375 Feb 21 12:37 Makefile [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 582 Feb 21 12:37 OWNERS.md [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 9403 Feb 21 12:37 README.md [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 6912 Feb 21 12:37 SECURITY.md [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 5 Feb 21 12:34 VERSION [2023-02-21T12:45:01.796Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 12:37 bin [2023-02-21T12:45:01.796Z] drwxrwxr-x 17 1001 1001 4096 Feb 21 12:37 cmd [2023-02-21T12:45:01.796Z] -rw-r--r-- 1 root root 487323 Feb 21 12:43 coverage.out [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 3295 Feb 21 12:37 go.mod [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 33318 Feb 21 12:37 go.sum [2023-02-21T12:45:01.796Z] drwxrwxr-x 7 1001 1001 4096 Feb 21 12:37 internal [2023-02-21T12:45:01.796Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 12:37 openapi [2023-02-21T12:45:01.796Z] drwxrwxr-x 4 1001 1001 4096 Feb 21 12:37 snap [2023-02-21T12:45:01.796Z] -rw-rw-r-- 1 1001 1001 204 Feb 21 12:37 version.go [Pipeline] sh [2023-02-21T12:45:02.140Z] + '[' -e coverage.out ] [2023-02-21T12:45:02.140Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-21T12:45:02.174Z] Warning: overwriting stash ‘coverage-report’ [2023-02-21T12:45:02.908Z] Stashed 1 file(s) [Pipeline] sh [2023-02-21T12:45:03.227Z] + make build [2023-02-21T12:45:03.227Z] 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-21T12:46:24.865Z] 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-21T12:46:26.272Z] 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-21T12:46:31.614Z] 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-21T12:46:34.953Z] 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-21T12:47:21.781Z] 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-21T12:47:21.781Z] 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-21T12:47:27.112Z] 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-21T12:47:33.757Z] 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-21T12:47:37.091Z] 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-21T12:47:41.336Z] 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-21T12:47:53.641Z] 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-21T12:47:58.999Z] $ docker stop --time=1 b358919b78bd7a9b7dbccd35997cd3f1f7412256c587dc0e60d399402b47d9ef [2023-02-21T12:48:00.830Z] $ docker rm -f --volumes b358919b78bd7a9b7dbccd35997cd3f1f7412256c587dc0e60d399402b47d9ef [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-21T12:48:03.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T12:48:03.114Z] [2023-02-21T12:48:03.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:48:03.530Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T12:48:03.799Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-21T12:48:03.799Z] 29e5d40040c1: Pulling fs layer [2023-02-21T12:48:03.799Z] 1ce36da41761: Pulling fs layer [2023-02-21T12:48:03.799Z] 25b303627fd3: Pulling fs layer [2023-02-21T12:48:03.799Z] 29e5d40040c1: Verifying Checksum [2023-02-21T12:48:03.799Z] 29e5d40040c1: Download complete [2023-02-21T12:48:04.066Z] 1ce36da41761: Verifying Checksum [2023-02-21T12:48:04.066Z] 1ce36da41761: Download complete [2023-02-21T12:48:04.330Z] 29e5d40040c1: Pull complete [2023-02-21T12:48:05.734Z] 1ce36da41761: Pull complete [2023-02-21T12:48:05.734Z] 25b303627fd3: Verifying Checksum [2023-02-21T12:48:05.734Z] 25b303627fd3: Download complete [2023-02-21T12:48:15.792Z] 25b303627fd3: Pull complete [2023-02-21T12:48:15.792Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-21T12:48:15.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T12:48:15.792Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:48:16.108Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2023-02-21T12:48:16.175Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-21T12:48:18.529Z] $ docker top d00f315052740f3a90dc5a4f14d985eee46391486bc0c46d35d08b4baa812c78 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T12:48:19.388Z] + docker-compose build --help [2023-02-21T12:48:19.388Z] + grep parallel [2023-02-21T12:48:23.636Z] --parallel Build images in parallel. [Pipeline] } [2023-02-21T12:48:23.928Z] $ docker stop --time=1 d00f315052740f3a90dc5a4f14d985eee46391486bc0c46d35d08b4baa812c78 [2023-02-21T12:48:25.547Z] $ docker rm -f --volumes d00f315052740f3a90dc5a4f14d985eee46391486bc0c46d35d08b4baa812c78 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T12:48:26.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-21T12:48:26.272Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T12:48:26.528Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2023-02-21T12:48:26.659Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-21T12:48:27.890Z] $ docker top 0da2df443c40a64265ba7ee82a781d58ead4b82d6da63ad92a40538e377a8940 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T12:48:28.768Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-21T12:48:34.139Z] Building core-command ... [2023-02-21T12:48:34.139Z] Building core-common-config-bootstrapper ... [2023-02-21T12:48:34.139Z] Building core-data ... [2023-02-21T12:48:34.139Z] Building core-metadata ... [2023-02-21T12:48:34.139Z] Building security-bootstrapper ... [2023-02-21T12:48:34.139Z] Building security-proxy-setup ... [2023-02-21T12:48:34.139Z] Building security-secretstore-setup ... [2023-02-21T12:48:34.139Z] Building security-spiffe-token-provider ... [2023-02-21T12:48:34.139Z] Building security-spire-agent ... [2023-02-21T12:48:34.139Z] Building security-spire-config ... [2023-02-21T12:48:34.139Z] Building security-spire-server ... [2023-02-21T12:48:34.139Z] Building support-notifications ... [2023-02-21T12:48:34.139Z] Building support-scheduler ... [2023-02-21T12:48:34.139Z] Building security-spire-config [2023-02-21T12:48:34.139Z] Building core-common-config-bootstrapper [2023-02-21T12:48:34.139Z] Building core-metadata [2023-02-21T12:48:34.139Z] Building security-spire-agent [2023-02-21T12:48:34.139Z] Building support-scheduler [2023-02-21T12:49:20.971Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:49:20.971Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:49:20.971Z] ---> d65715f9f291 [2023-02-21T12:49:20.971Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:49:20.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:49:20.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:49:20.971Z] ---> d65715f9f291 [2023-02-21T12:49:20.971Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T12:49:20.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:49:20.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:49:20.971Z] ---> d65715f9f291 [2023-02-21T12:49:20.971Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:49:20.971Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:49:20.971Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:49:20.971Z] ---> d65715f9f291 [2023-02-21T12:49:20.971Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:49:20.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:49:20.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:49:20.971Z] ---> d65715f9f291 [2023-02-21T12:49:20.971Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T12:49:20.971Z] ---> Running in 1766d980512c [2023-02-21T12:49:20.971Z] ---> Running in 7e2ab6bfa60c [2023-02-21T12:49:20.971Z] ---> Running in 57f37cdcc6e4 [2023-02-21T12:49:20.971Z] ---> Running in 92fff4bbc351 [2023-02-21T12:49:20.971Z] ---> Running in a3f92ccd3aa2 [2023-02-21T12:49:20.971Z] Removing intermediate container a3f92ccd3aa2 [2023-02-21T12:49:20.971Z] ---> 8665103e2c33 [2023-02-21T12:49:20.971Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T12:49:20.971Z] Removing intermediate container 92fff4bbc351 [2023-02-21T12:49:20.971Z] ---> 28aa05dfdf54 [2023-02-21T12:49:20.971Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T12:49:20.971Z] Removing intermediate container 7e2ab6bfa60c [2023-02-21T12:49:20.971Z] ---> cd3bc71a3538 [2023-02-21T12:49:20.971Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T12:49:20.971Z] Removing intermediate container 57f37cdcc6e4 [2023-02-21T12:49:20.971Z] ---> 35abb7d3b2e5 [2023-02-21T12:49:20.971Z] Step 4/24 : WORKDIR /edgex-go [2023-02-21T12:49:20.971Z] ---> Running in c45b5cfac8a2 [2023-02-21T12:49:20.971Z] ---> Running in 6edb8374d98e [2023-02-21T12:49:20.971Z] Removing intermediate container 1766d980512c [2023-02-21T12:49:20.971Z] ---> ce7aca414af3 [2023-02-21T12:49:20.971Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T12:49:20.971Z] ---> Running in a560426c44b7 [2023-02-21T12:49:20.971Z] ---> Running in c535978fe432 [2023-02-21T12:49:20.971Z] ---> Running in acae881fda7d [2023-02-21T12:49:20.971Z] Removing intermediate container 6edb8374d98e [2023-02-21T12:49:20.971Z] ---> 2ed71398a1aa [2023-02-21T12:49:20.971Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T12:49:20.971Z] Removing intermediate container c535978fe432 [2023-02-21T12:49:20.971Z] ---> e3b986722ad5 [2023-02-21T12:49:20.971Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-21T12:49:20.971Z] ---> Running in e90ef73b362d [2023-02-21T12:49:20.971Z] Removing intermediate container a560426c44b7 [2023-02-21T12:49:20.971Z] ---> a49380122d1b [2023-02-21T12:49:20.971Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T12:49:20.971Z] ---> Running in a95698f5a47a [2023-02-21T12:49:20.971Z] ---> Running in e62d6c61c60c [2023-02-21T12:49:22.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:22.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:22.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:22.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:22.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:23.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:23.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:23.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:23.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:23.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:49:23.723Z] OK: 221 MiB in 51 packages [2023-02-21T12:49:23.723Z] OK: 221 MiB in 51 packages [2023-02-21T12:49:25.143Z] OK: 221 MiB in 51 packages [2023-02-21T12:49:25.410Z] OK: 221 MiB in 51 packages [2023-02-21T12:49:25.410Z] OK: 221 MiB in 51 packages [2023-02-21T12:49:25.410Z] Removing intermediate container c45b5cfac8a2 [2023-02-21T12:49:25.410Z] ---> 22d9e24ad5ef [2023-02-21T12:49:25.410Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T12:49:25.677Z] Removing intermediate container acae881fda7d [2023-02-21T12:49:25.677Z] ---> 0a85ee985c72 [2023-02-21T12:49:25.677Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T12:49:26.638Z] Removing intermediate container a95698f5a47a [2023-02-21T12:49:26.638Z] ---> 53c7c0cb92d8 [2023-02-21T12:49:26.638Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-21T12:49:26.638Z] ---> 6aec4d165e1b [2023-02-21T12:49:26.922Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:49:26.922Z] ---> Running in 5ae19740a8c4 [2023-02-21T12:49:27.193Z] ---> e8f6256ad668 [2023-02-21T12:49:27.193Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:49:27.193Z] Removing intermediate container e90ef73b362d [2023-02-21T12:49:27.193Z] ---> 0c013451dacd [2023-02-21T12:49:27.193Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T12:49:27.193Z] ---> Running in 64efe55dc96a [2023-02-21T12:49:27.193Z] Removing intermediate container e62d6c61c60c [2023-02-21T12:49:27.193Z] ---> 798c337a9c64 [2023-02-21T12:49:27.193Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T12:49:28.153Z] ---> 834c973878a4 [2023-02-21T12:49:28.153Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:49:28.423Z] ---> Running in 15c328399fe2 [2023-02-21T12:49:28.694Z] ---> 1c745321eddc [2023-02-21T12:49:28.694Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:49:28.694Z] ---> Running in 908802c32235 [2023-02-21T12:49:29.294Z] ---> f031200c355a [2023-02-21T12:49:29.294Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:49:29.294Z] ---> Running in eaa9ec382093 [2023-02-21T12:51:20.946Z] Removing intermediate container 64efe55dc96a [2023-02-21T12:51:20.946Z] ---> 4ca220948622 [2023-02-21T12:51:20.946Z] Step 7/24 : COPY . . [2023-02-21T12:51:20.946Z] Removing intermediate container eaa9ec382093 [2023-02-21T12:51:20.946Z] ---> ffa1c9459a65 [2023-02-21T12:51:20.946Z] Step 8/22 : COPY . . [2023-02-21T12:51:20.946Z] Removing intermediate container 908802c32235 [2023-02-21T12:51:20.946Z] ---> cae2be6d1b78 [2023-02-21T12:51:20.946Z] Step 8/22 : COPY . . [2023-02-21T12:51:20.946Z] Removing intermediate container 15c328399fe2 [2023-02-21T12:51:20.946Z] ---> 1c8bd7a153b1 [2023-02-21T12:51:20.946Z] Step 8/24 : COPY . . [2023-02-21T12:51:20.946Z] Removing intermediate container 5ae19740a8c4 [2023-02-21T12:51:20.946Z] ---> cb1e27d54013 [2023-02-21T12:51:20.946Z] Step 7/24 : COPY . . [2023-02-21T12:51:35.933Z] ---> 8327c9b45447 [2023-02-21T12:51:35.933Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T12:51:35.933Z] ---> d63c22bcad7d [2023-02-21T12:51:35.933Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-21T12:51:35.933Z] ---> 459a8f731f61 [2023-02-21T12:51:35.933Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T12:51:35.933Z] ---> 6ad4c5b4672b [2023-02-21T12:51:35.933Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-21T12:51:35.933Z] ---> Running in d30ec8359719 [2023-02-21T12:51:35.933Z] ---> Running in a2e9fb07facb [2023-02-21T12:51:35.933Z] ---> fa775045d35b [2023-02-21T12:51:35.933Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-21T12:51:35.933Z] ---> Running in b7f41d919b66 [2023-02-21T12:51:35.933Z] ---> Running in 376fc1b4b04a [2023-02-21T12:51:35.933Z] ---> Running in c5ebeae41894 [2023-02-21T12:51:35.933Z] Removing intermediate container b7f41d919b66 [2023-02-21T12:51:35.933Z] ---> 027a0d3f1e25 [2023-02-21T12:51:35.933Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T12:51:35.933Z] ---> Running in c7c16414fd9e [2023-02-21T12:51:35.933Z] Removing intermediate container d30ec8359719 [2023-02-21T12:51:35.933Z] ---> 7b0e67d78ea7 [2023-02-21T12:51:35.933Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-21T12:51:35.933Z] ---> Running in 76734a1b265e [2023-02-21T12:51:35.933Z] Removing intermediate container c7c16414fd9e [2023-02-21T12:51:35.933Z] ---> 0b3a8dbb5e57 [2023-02-21T12:51:35.933Z] 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-21T12:51:35.933Z] ---> Running in 0f71f716f2ff [2023-02-21T12:51:35.933Z] Removing intermediate container 76734a1b265e [2023-02-21T12:51:35.933Z] ---> 0743c06803c7 [2023-02-21T12:51:35.933Z] 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-21T12:51:36.202Z] ---> Running in ac072e19d22c [2023-02-21T12:51:36.202Z] 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-21T12:51:36.469Z] 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-21T12:51:36.738Z] 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-21T12:51:39.323Z] Removing intermediate container 0f71f716f2ff [2023-02-21T12:51:39.323Z] ---> de6caa03281a [2023-02-21T12:51:39.323Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T12:51:39.589Z] ---> Running in fcf4679b2b33 [2023-02-21T12:51:39.589Z] Removing intermediate container ac072e19d22c [2023-02-21T12:51:39.589Z] ---> 2433e08912a7 [2023-02-21T12:51:39.589Z] Step 11/24 : WORKDIR /edgex-go [2023-02-21T12:51:39.855Z] ---> Running in fb68d2ba1e9b [2023-02-21T12:51:40.120Z] Removing intermediate container fcf4679b2b33 [2023-02-21T12:51:40.120Z] ---> cc137e70004f [2023-02-21T12:51:40.120Z] [2023-02-21T12:51:40.120Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T12:51:40.704Z] Removing intermediate container fb68d2ba1e9b [2023-02-21T12:51:40.704Z] ---> 1811c62972cc [2023-02-21T12:51:40.704Z] [2023-02-21T12:51:40.704Z] Step 12/24 : FROM alpine:3.15 [2023-02-21T12:51:40.969Z] 3.15: Pulling from library/alpine [2023-02-21T12:51:40.970Z] 3.15: Pulling from library/alpine [2023-02-21T12:51:43.554Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T12:51:43.554Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-21T12:51:43.554Z] Status: Downloaded newer image for alpine:3.15 [2023-02-21T12:51:43.554Z] Status: Image is up to date for alpine:3.15 [2023-02-21T12:51:43.554Z] ---> 354640af7b1b [2023-02-21T12:51:43.554Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T12:51:43.554Z] ---> 354640af7b1b [2023-02-21T12:51:43.554Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T12:51:43.554Z] ---> Running in c8deee864739 [2023-02-21T12:51:43.554Z] ---> Running in c779da48bf7e [2023-02-21T12:51:44.141Z] Removing intermediate container c779da48bf7e [2023-02-21T12:51:44.141Z] ---> fe0ebf6900ba [2023-02-21T12:51:44.141Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-21T12:51:44.141Z] Removing intermediate container c8deee864739 [2023-02-21T12:51:44.141Z] ---> bec5de103fa6 [2023-02-21T12:51:44.141Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T12:51:44.141Z] ---> Running in ae4990cb07d6 [2023-02-21T12:51:44.141Z] ---> Running in d8a7f1a146f9 [2023-02-21T12:51:46.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:46.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:46.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:46.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:48.398Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T12:51:48.398Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T12:51:48.398Z] OK: 15734 distinct packages available [2023-02-21T12:51:48.398Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T12:51:48.398Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T12:51:48.398Z] OK: 15734 distinct packages available [2023-02-21T12:51:48.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:48.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:48.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:49.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:51:50.155Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-21T12:51:50.155Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-21T12:51:50.155Z] (3/5) Installing libucontext (1.1-r0) [2023-02-21T12:51:50.155Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-21T12:51:50.155Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-21T12:51:50.155Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T12:51:50.155Z] OK: 6 MiB in 19 packages [2023-02-21T12:51:50.155Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-21T12:51:50.155Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-21T12:51:50.155Z] (3/4) Installing libucontext (1.1-r0) [2023-02-21T12:51:50.155Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-21T12:51:50.155Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T12:51:50.423Z] OK: 6 MiB in 18 packages [2023-02-21T12:51:52.365Z] Removing intermediate container ae4990cb07d6 [2023-02-21T12:51:52.365Z] ---> a9700297b2e1 [2023-02-21T12:51:52.365Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T12:51:52.365Z] Removing intermediate container d8a7f1a146f9 [2023-02-21T12:51:52.365Z] ---> 3750a73e1b58 [2023-02-21T12:51:52.365Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-21T12:51:57.696Z] ---> 6560902d0276 [2023-02-21T12:51:57.696Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T12:51:59.635Z] ---> aa2569964662 [2023-02-21T12:51:59.635Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T12:52:01.039Z] ---> 2923e413caae [2023-02-21T12:52:01.039Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-21T12:52:01.305Z] ---> Running in c9e6556b4c17 [2023-02-21T12:52:01.886Z] Removing intermediate container c9e6556b4c17 [2023-02-21T12:52:01.886Z] ---> 4de42a96814b [2023-02-21T12:52:01.886Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-21T12:52:03.824Z] ---> ad7922afe98e [2023-02-21T12:52:03.824Z] Step 19/24 : WORKDIR / [2023-02-21T12:52:03.824Z] ---> Running in b131cc9b7fd4 [2023-02-21T12:52:04.406Z] Removing intermediate container b131cc9b7fd4 [2023-02-21T12:52:04.406Z] ---> 9c7c933d2179 [2023-02-21T12:52:04.406Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T12:52:04.673Z] ---> Running in 12877ee361b9 [2023-02-21T12:52:04.939Z] ---> 6a3038f4fce6 [2023-02-21T12:52:04.939Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T12:52:05.521Z] Removing intermediate container 12877ee361b9 [2023-02-21T12:52:05.521Z] ---> 802b4393ca56 [2023-02-21T12:52:05.521Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T12:52:05.521Z] ---> Running in 7356c3e8e62a [2023-02-21T12:52:06.100Z] ---> 39ff672c01cb [2023-02-21T12:52:06.100Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-21T12:52:06.365Z] Removing intermediate container 7356c3e8e62a [2023-02-21T12:52:06.365Z] ---> 639771534e49 [2023-02-21T12:52:06.365Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T12:52:06.365Z] ---> Running in 2d268c063d22 [2023-02-21T12:52:06.948Z] ---> 2e057802933b [2023-02-21T12:52:06.948Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-21T12:52:06.948Z] Removing intermediate container 2d268c063d22 [2023-02-21T12:52:06.948Z] ---> 3af414d5cf12 [2023-02-21T12:52:06.948Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:52:07.214Z] ---> Running in 579ceca51bce [2023-02-21T12:52:07.795Z] Removing intermediate container 579ceca51bce [2023-02-21T12:52:07.795Z] ---> 3325f7498746 [2023-02-21T12:52:07.795Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T12:52:08.062Z] ---> Running in 1dbe097df412 [2023-02-21T12:52:08.329Z] ---> 6bec576db72c [2023-02-21T12:52:08.329Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T12:52:08.329Z] ---> Running in a5a5223dcd75 [2023-02-21T12:52:08.596Z] Removing intermediate container 1dbe097df412 [2023-02-21T12:52:08.596Z] ---> a832b0fc3437 [2023-02-21T12:52:08.596Z] [2023-02-21T12:52:09.178Z] Removing intermediate container a5a5223dcd75 [2023-02-21T12:52:09.178Z] Successfully built a832b0fc3437 [2023-02-21T12:52:09.178Z] ---> d09456776cae [2023-02-21T12:52:09.178Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T12:52:09.178Z] Successfully tagged security-spire-config-arm64:latest [2023-02-21T12:52:09.178Z] Building security-spiffe-token-provider [2023-02-21T12:52:09.444Z]  Building security-spire-config ... done  ---> Running in bc0efb372c7b [2023-02-21T12:52:09.713Z] Removing intermediate container bc0efb372c7b [2023-02-21T12:52:09.713Z] ---> f70d6384456e [2023-02-21T12:52:09.713Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T12:52:09.978Z] ---> Running in fbdb11dec79f [2023-02-21T12:52:10.561Z] Removing intermediate container fbdb11dec79f [2023-02-21T12:52:10.561Z] ---> feabede67484 [2023-02-21T12:52:10.561Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:52:10.561Z] ---> Running in ffa5479dec40 [2023-02-21T12:52:11.143Z] Removing intermediate container ffa5479dec40 [2023-02-21T12:52:11.143Z] ---> 9840228be04c [2023-02-21T12:52:11.143Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T12:52:11.143Z] ---> Running in 8682d66821e3 [2023-02-21T12:52:11.723Z] Removing intermediate container 8682d66821e3 [2023-02-21T12:52:11.723Z] ---> a382194d7b43 [2023-02-21T12:52:11.723Z] [2023-02-21T12:52:11.988Z] Successfully built a382194d7b43 [2023-02-21T12:52:11.988Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-21T12:52:11.988Z] Building core-data [2023-02-21T12:52:34.035Z]  Building security-spire-agent ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:52:34.035Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:52:34.035Z] ---> d65715f9f291 [2023-02-21T12:52:34.035Z] Step 3/19 : WORKDIR /edgex-go [2023-02-21T12:52:34.035Z] ---> Using cache [2023-02-21T12:52:34.035Z] ---> ce7aca414af3 [2023-02-21T12:52:34.035Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-21T12:52:34.035Z] ---> Running in 70a454b211b5 [2023-02-21T12:52:34.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:52:34.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:52:34.995Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:52:34.995Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:52:34.995Z] ---> d65715f9f291 [2023-02-21T12:52:34.995Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T12:52:34.995Z] ---> Using cache [2023-02-21T12:52:34.995Z] ---> 35abb7d3b2e5 [2023-02-21T12:52:34.995Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T12:52:34.995Z] ---> Using cache [2023-02-21T12:52:34.995Z] ---> e3b986722ad5 [2023-02-21T12:52:34.995Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-21T12:52:34.995Z] ---> Using cache [2023-02-21T12:52:34.995Z] ---> 53c7c0cb92d8 [2023-02-21T12:52:34.995Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T12:52:34.995Z] ---> Using cache [2023-02-21T12:52:34.995Z] ---> 834c973878a4 [2023-02-21T12:52:34.995Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:52:34.995Z] ---> Using cache [2023-02-21T12:52:34.995Z] ---> 1c8bd7a153b1 [2023-02-21T12:52:34.995Z] Step 8/22 : COPY . . [2023-02-21T12:52:34.995Z] ---> Using cache [2023-02-21T12:52:34.995Z] ---> 6ad4c5b4672b [2023-02-21T12:52:34.995Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-21T12:52:34.995Z] ---> Running in b5cd13baaffe [2023-02-21T12:52:35.960Z] v3.16.4-19-g0e31bfb8f91 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-21T12:52:35.960Z] v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-21T12:52:35.960Z] OK: 16903 distinct packages available [2023-02-21T12:52:35.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:52:36.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:52:36.809Z] 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-21T12:52:37.766Z] OK: 221 MiB in 51 packages [2023-02-21T12:52:41.142Z] Removing intermediate container 70a454b211b5 [2023-02-21T12:52:41.142Z] ---> e969304a4268 [2023-02-21T12:52:41.142Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-21T12:52:42.101Z] ---> d30967e77ff7 [2023-02-21T12:52:42.101Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:52:42.101Z] ---> Running in 4f59a0769f36 [2023-02-21T12:54:18.719Z] Removing intermediate container 4f59a0769f36 [2023-02-21T12:54:18.719Z] ---> 426d6ffc75c1 [2023-02-21T12:54:18.719Z] Step 7/19 : COPY . . [2023-02-21T12:54:28.782Z] ---> d36e19f4ecdb [2023-02-21T12:54:28.782Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-21T12:54:28.782Z] ---> Running in 70cad780f86a [2023-02-21T12:54:29.052Z] 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-21T12:58:05.786Z] Removing intermediate container a2e9fb07facb [2023-02-21T12:58:05.786Z] ---> bf4ed4f62c40 [2023-02-21T12:58:05.786Z] [2023-02-21T12:58:05.786Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T12:58:05.786Z] 3.16: Pulling from library/alpine [2023-02-21T12:58:05.786Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-21T12:58:05.786Z] Status: Downloaded newer image for alpine:3.16 [2023-02-21T12:58:05.786Z] ---> 4c81e5bf8899 [2023-02-21T12:58:05.786Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-21T12:58:05.786Z] ---> Running in d731137e3371 [2023-02-21T12:58:05.786Z] Removing intermediate container d731137e3371 [2023-02-21T12:58:05.786Z] ---> d25652a16761 [2023-02-21T12:58:05.786Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:58:05.786Z] ---> Running in 0d0afd6cc173 [2023-02-21T12:58:05.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:58:05.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:58:05.786Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T12:58:05.786Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:58:05.786Z] OK: 5 MiB in 15 packages [2023-02-21T12:58:05.786Z] Removing intermediate container 0d0afd6cc173 [2023-02-21T12:58:05.786Z] ---> b41abb157aa4 [2023-02-21T12:58:05.786Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:58:06.369Z] ---> 2674194d013c [2023-02-21T12:58:06.369Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-21T12:58:07.771Z] ---> 033b217a2df3 [2023-02-21T12:58:07.771Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-21T12:58:08.739Z] ---> fa75fe3b8c8c [2023-02-21T12:58:08.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-21T12:58:09.696Z] ---> 7424e2307211 [2023-02-21T12:58:09.696Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T12:58:10.146Z] ---> Running in 5cba683b6445 [2023-02-21T12:58:15.101Z] Removing intermediate container 5cba683b6445 [2023-02-21T12:58:15.101Z] ---> 2e9f0e961c83 [2023-02-21T12:58:15.101Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T12:58:15.101Z] ---> Running in a2303272af55 [2023-02-21T12:58:15.384Z] Removing intermediate container a2303272af55 [2023-02-21T12:58:15.384Z] ---> 162a298f2b88 [2023-02-21T12:58:15.384Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-21T12:58:15.384Z] ---> Running in 5d34aac403d4 [2023-02-21T12:58:15.988Z] Removing intermediate container 5d34aac403d4 [2023-02-21T12:58:15.988Z] ---> cec96929dd41 [2023-02-21T12:58:15.988Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T12:58:16.284Z] ---> Running in a84fe6422a1c [2023-02-21T12:58:16.560Z] Removing intermediate container a84fe6422a1c [2023-02-21T12:58:16.560Z] ---> 5c9c1f0b7e90 [2023-02-21T12:58:16.836Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:58:16.836Z] ---> Running in 6a2ec878ae4f [2023-02-21T12:58:17.421Z] Removing intermediate container 6a2ec878ae4f [2023-02-21T12:58:17.421Z] ---> 83dd377b4b40 [2023-02-21T12:58:17.421Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T12:58:17.421Z] ---> Running in a67798b8f681 [2023-02-21T12:58:18.004Z] Removing intermediate container a67798b8f681 [2023-02-21T12:58:18.004Z] ---> a1cfefa5151a [2023-02-21T12:58:18.004Z] [2023-02-21T12:58:18.270Z] Successfully built a1cfefa5151a [2023-02-21T12:58:18.270Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-21T12:58:18.270Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-02-21T12:58:36.465Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:58:36.465Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:58:36.465Z] ---> d65715f9f291 [2023-02-21T12:58:36.465Z] Step 3/24 : WORKDIR /edgex-go [2023-02-21T12:58:36.465Z] ---> Using cache [2023-02-21T12:58:36.465Z] ---> ce7aca414af3 [2023-02-21T12:58:36.465Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-21T12:58:36.465Z] ---> Running in 7ce592acda92 [2023-02-21T12:58:36.465Z] Removing intermediate container 376fc1b4b04a [2023-02-21T12:58:36.465Z] ---> 967563aecfb2 [2023-02-21T12:58:36.465Z] [2023-02-21T12:58:36.465Z] Step 10/24 : FROM alpine:3.16 [2023-02-21T12:58:36.465Z] ---> 4c81e5bf8899 [2023-02-21T12:58:36.465Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:58:36.465Z] ---> Running in c7f25f385989 [2023-02-21T12:58:36.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:58:37.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:58:37.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:58:37.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:58:38.268Z] OK: 221 MiB in 51 packages [2023-02-21T12:58:38.535Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T12:58:38.535Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:58:38.535Z] OK: 5 MiB in 15 packages [2023-02-21T12:58:41.873Z] Removing intermediate container c7f25f385989 [2023-02-21T12:58:41.873Z] ---> 2ee25a9b4dd7 [2023-02-21T12:58:41.873Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T12:58:41.873Z] Removing intermediate container 7ce592acda92 [2023-02-21T12:58:41.873Z] ---> c68bb8c4fe50 [2023-02-21T12:58:41.873Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-21T12:58:41.873Z] ---> Running in cf9f17998054 [2023-02-21T12:58:42.138Z] Removing intermediate container cf9f17998054 [2023-02-21T12:58:42.138Z] ---> c36383c091d6 [2023-02-21T12:58:42.138Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-21T12:58:42.414Z] ---> Running in 7060e9f73108 [2023-02-21T12:58:42.997Z] Removing intermediate container 7060e9f73108 [2023-02-21T12:58:42.997Z] ---> 30cc60fa9273 [2023-02-21T12:58:42.997Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-21T12:58:42.997Z] ---> d20024f313af [2023-02-21T12:58:42.997Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:58:43.264Z] ---> Running in 1e9b38fb110e [2023-02-21T12:58:43.264Z] ---> Running in 779fd4949516 [2023-02-21T12:58:44.238Z] Removing intermediate container 779fd4949516 [2023-02-21T12:58:44.238Z] ---> 71bd363289db [2023-02-21T12:58:44.238Z] Step 15/24 : WORKDIR / [2023-02-21T12:58:44.506Z] ---> Running in 0f9217d98a04 [2023-02-21T12:58:45.463Z] Removing intermediate container 0f9217d98a04 [2023-02-21T12:58:45.463Z] ---> c9ff0385aa7c [2023-02-21T12:58:45.463Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:58:46.423Z] ---> d5a9a1ae0540 [2023-02-21T12:58:46.423Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-21T12:58:47.828Z] ---> 36d1d6e7fb61 [2023-02-21T12:58:48.095Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-21T12:58:49.053Z] ---> 39bcb469cb0a [2023-02-21T12:58:49.053Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-21T12:58:49.634Z] ---> f1e9763e6298 [2023-02-21T12:58:49.634Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-21T12:58:49.900Z] ---> Running in d31d295f8d58 [2023-02-21T12:58:50.482Z] Removing intermediate container d31d295f8d58 [2023-02-21T12:58:50.482Z] ---> 4810b19d8b8d [2023-02-21T12:58:50.482Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:58:50.482Z] ---> Running in 460c3c7d761b [2023-02-21T12:58:51.077Z] Removing intermediate container 460c3c7d761b [2023-02-21T12:58:51.077Z] ---> a17caea3ce37 [2023-02-21T12:58:51.077Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T12:58:51.077Z] ---> Running in 8c808f3d76e0 [2023-02-21T12:58:51.666Z] Removing intermediate container 8c808f3d76e0 [2023-02-21T12:58:51.666Z] ---> 82cffdc82b5c [2023-02-21T12:58:51.666Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:58:51.931Z] ---> Running in 6eec90f336b4 [2023-02-21T12:58:52.511Z] Removing intermediate container 6eec90f336b4 [2023-02-21T12:58:52.512Z] ---> 261db5d8432b [2023-02-21T12:58:52.512Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T12:58:52.512Z] ---> Running in d45e9734cb8e [2023-02-21T12:58:53.095Z] Removing intermediate container d45e9734cb8e [2023-02-21T12:58:53.095Z] ---> 034a6ba0a1ab [2023-02-21T12:58:53.095Z] [2023-02-21T12:58:53.361Z] Successfully built 034a6ba0a1ab [2023-02-21T12:58:53.361Z] Successfully tagged core-metadata-arm64:latest [2023-02-21T12:58:53.361Z] Building security-bootstrapper [2023-02-21T12:59:11.550Z]  Building core-metadata ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T12:59:11.550Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-21T12:59:11.550Z] ---> d65715f9f291 [2023-02-21T12:59:11.550Z] Step 3/32 : WORKDIR /edgex-go [2023-02-21T12:59:11.550Z] ---> Using cache [2023-02-21T12:59:11.550Z] ---> ce7aca414af3 [2023-02-21T12:59:11.550Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-21T12:59:11.550Z] ---> Using cache [2023-02-21T12:59:11.550Z] ---> c68bb8c4fe50 [2023-02-21T12:59:11.550Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-21T12:59:11.550Z] ---> Using cache [2023-02-21T12:59:11.550Z] ---> d20024f313af [2023-02-21T12:59:11.550Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T12:59:11.835Z] ---> Running in d99dabaa14b8 [2023-02-21T12:59:33.880Z] Removing intermediate container b5cd13baaffe [2023-02-21T12:59:33.880Z] ---> 022670afb2a8 [2023-02-21T12:59:33.880Z] [2023-02-21T12:59:33.880Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T12:59:33.880Z] ---> 4c81e5bf8899 [2023-02-21T12:59:33.880Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-21T12:59:33.880Z] ---> Running in 5bfc24359cf3 [2023-02-21T12:59:33.880Z] Removing intermediate container 5bfc24359cf3 [2023-02-21T12:59:33.880Z] ---> 3633b9aa0bd2 [2023-02-21T12:59:33.880Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-21T12:59:33.880Z] ---> Running in 72155eb68138 [2023-02-21T12:59:33.880Z] Removing intermediate container 72155eb68138 [2023-02-21T12:59:33.880Z] ---> e1564cf5c8f5 [2023-02-21T12:59:33.880Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-21T12:59:33.880Z] ---> Running in 53f9856e58b6 [2023-02-21T12:59:33.880Z] Removing intermediate container 53f9856e58b6 [2023-02-21T12:59:33.880Z] ---> 546e661c6422 [2023-02-21T12:59:33.880Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T12:59:33.880Z] ---> Running in 853d2929a108 [2023-02-21T12:59:34.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T12:59:34.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T12:59:36.139Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-21T12:59:36.139Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T12:59:36.139Z] OK: 5 MiB in 15 packages [2023-02-21T12:59:38.079Z] Removing intermediate container 853d2929a108 [2023-02-21T12:59:38.079Z] ---> e7ab034e819d [2023-02-21T12:59:38.079Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T12:59:39.036Z] ---> c8cbf6df9fee [2023-02-21T12:59:39.036Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-21T12:59:40.992Z] ---> d6d6383ba93f [2023-02-21T12:59:40.992Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-21T12:59:41.949Z] ---> a3f3e39b76a8 [2023-02-21T12:59:41.949Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-21T12:59:41.949Z] ---> Running in 98015951d8ca [2023-02-21T12:59:43.885Z] Removing intermediate container 98015951d8ca [2023-02-21T12:59:43.886Z] ---> 524896b4a199 [2023-02-21T12:59:43.886Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T12:59:44.477Z] ---> Running in 7c5796741e07 [2023-02-21T12:59:45.065Z] Removing intermediate container 7c5796741e07 [2023-02-21T12:59:45.065Z] ---> 68819a051739 [2023-02-21T12:59:45.065Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T12:59:45.331Z] ---> Running in 9a3f9f67c9b1 [2023-02-21T12:59:46.288Z] Removing intermediate container 9a3f9f67c9b1 [2023-02-21T12:59:46.288Z] ---> c6b5e9ebe684 [2023-02-21T12:59:46.288Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T12:59:46.288Z] ---> Running in 7387d064346d [2023-02-21T12:59:47.242Z] Removing intermediate container 7387d064346d [2023-02-21T12:59:47.242Z] ---> dee3d7886c56 [2023-02-21T12:59:47.242Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T12:59:47.242Z] ---> Running in d0b98f01a5e5 [2023-02-21T12:59:48.200Z] Removing intermediate container d0b98f01a5e5 [2023-02-21T12:59:48.200Z] ---> 0fa84bb6f89c [2023-02-21T12:59:48.200Z] [2023-02-21T12:59:48.780Z] Successfully built 0fa84bb6f89c [2023-02-21T12:59:48.780Z] Successfully tagged core-data-arm64:latest [2023-02-21T12:59:48.780Z] Building support-notifications [2023-02-21T13:00:10.843Z]  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T13:00:10.843Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-21T13:00:10.843Z] ---> d65715f9f291 [2023-02-21T13:00:10.843Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-21T13:00:10.843Z] ---> Using cache [2023-02-21T13:00:10.843Z] ---> 35abb7d3b2e5 [2023-02-21T13:00:10.843Z] Step 4/22 : WORKDIR /edgex-go [2023-02-21T13:00:10.843Z] ---> Using cache [2023-02-21T13:00:10.843Z] ---> e3b986722ad5 [2023-02-21T13:00:10.843Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-21T13:00:10.843Z] ---> Running in 3868c7e5c7c3 [2023-02-21T13:00:11.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T13:00:12.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T13:00:13.786Z] OK: 221 MiB in 51 packages [2023-02-21T13:00:15.727Z] Removing intermediate container 3868c7e5c7c3 [2023-02-21T13:00:15.727Z] ---> f075a162bb58 [2023-02-21T13:00:15.727Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-21T13:00:18.301Z] ---> a646ab6e4762 [2023-02-21T13:00:18.301Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T13:00:18.301Z] ---> Running in 016c42eee54d [2023-02-21T13:00:33.298Z] Removing intermediate container 1e9b38fb110e [2023-02-21T13:00:33.298Z] ---> d5697825a797 [2023-02-21T13:00:33.298Z] Step 7/24 : COPY . . [2023-02-21T13:00:55.341Z] ---> bfd8e4ae1654 [2023-02-21T13:00:55.341Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-21T13:00:55.341Z] ---> Running in 21c383c2ba60 [2023-02-21T13:00:57.917Z] 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-21T13:01:02.172Z] Removing intermediate container d99dabaa14b8 [2023-02-21T13:01:02.172Z] ---> db505388b956 [2023-02-21T13:01:02.172Z] Step 7/32 : COPY . . [2023-02-21T13:01:02.172Z] Removing intermediate container c5ebeae41894 [2023-02-21T13:01:02.172Z] ---> 221f2365f56b [2023-02-21T13:01:02.172Z] [2023-02-21T13:01:02.172Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T13:01:02.172Z] ---> 4c81e5bf8899 [2023-02-21T13:01:02.172Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-21T13:01:02.172Z] ---> Using cache [2023-02-21T13:01:02.172Z] ---> 2ee25a9b4dd7 [2023-02-21T13:01:02.172Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T13:01:02.172Z] ---> Using cache [2023-02-21T13:01:02.172Z] ---> c36383c091d6 [2023-02-21T13:01:02.172Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-21T13:01:02.438Z] ---> Running in e2159bf7f805 [2023-02-21T13:01:03.393Z] Removing intermediate container e2159bf7f805 [2023-02-21T13:01:03.393Z] ---> b98ddf156d43 [2023-02-21T13:01:03.393Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T13:01:03.663Z] ---> Running in 89012b57ea94 [2023-02-21T13:01:04.247Z] Removing intermediate container 89012b57ea94 [2023-02-21T13:01:04.247Z] ---> 426efdca2d03 [2023-02-21T13:01:04.247Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T13:01:06.186Z] ---> 09e907a85fa2 [2023-02-21T13:01:06.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-21T13:01:11.512Z] ---> 8cc3ad89ec1d [2023-02-21T13:01:11.512Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-21T13:01:12.921Z] ---> 6a83cbafe8f4 [2023-02-21T13:01:12.921Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-21T13:01:13.193Z] ---> Running in 6a6dacfcfa9d [2023-02-21T13:01:14.595Z] Removing intermediate container 6a6dacfcfa9d [2023-02-21T13:01:14.595Z] ---> af95901b15e7 [2023-02-21T13:01:14.595Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T13:01:15.176Z] ---> Running in 09ff296b21c9 [2023-02-21T13:01:16.242Z] Removing intermediate container 09ff296b21c9 [2023-02-21T13:01:16.242Z] ---> 75f4341597cb [2023-02-21T13:01:16.242Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T13:01:16.242Z] ---> Running in ddf5d849d551 [2023-02-21T13:01:17.277Z] Removing intermediate container ddf5d849d551 [2023-02-21T13:01:17.277Z] ---> 85cd6bc660df [2023-02-21T13:01:17.277Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:01:17.578Z] ---> Running in 7112fae496fc [2023-02-21T13:01:18.583Z] Removing intermediate container 7112fae496fc [2023-02-21T13:01:18.583Z] ---> 02c7fbb3f7b7 [2023-02-21T13:01:18.583Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T13:01:18.851Z] ---> Running in aaf25b8b31e6 [2023-02-21T13:01:19.824Z] Removing intermediate container aaf25b8b31e6 [2023-02-21T13:01:19.824Z] ---> f97777104345 [2023-02-21T13:01:19.824Z] [2023-02-21T13:01:20.784Z] Successfully built f97777104345 [2023-02-21T13:01:20.784Z] Successfully tagged support-scheduler-arm64:latest [2023-02-21T13:01:20.784Z]  Building support-scheduler ... done Building core-command [2023-02-21T13:01:25.026Z] ---> 0b890472b178 [2023-02-21T13:01:25.026Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-21T13:01:25.026Z] ---> Running in a059a61f6429 [2023-02-21T13:01:27.608Z] 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-21T13:01:39.909Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T13:01:39.909Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T13:01:39.909Z] ---> d65715f9f291 [2023-02-21T13:01:39.909Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-21T13:01:39.909Z] ---> Using cache [2023-02-21T13:01:39.909Z] ---> 35abb7d3b2e5 [2023-02-21T13:01:39.909Z] Step 4/23 : WORKDIR /edgex-go [2023-02-21T13:01:39.909Z] ---> Using cache [2023-02-21T13:01:39.909Z] ---> e3b986722ad5 [2023-02-21T13:01:39.909Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-21T13:01:39.909Z] ---> Using cache [2023-02-21T13:01:39.909Z] ---> 53c7c0cb92d8 [2023-02-21T13:01:39.909Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-21T13:01:39.909Z] ---> Using cache [2023-02-21T13:01:39.909Z] ---> 834c973878a4 [2023-02-21T13:01:39.909Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T13:01:39.909Z] ---> Using cache [2023-02-21T13:01:39.909Z] ---> 1c8bd7a153b1 [2023-02-21T13:01:39.909Z] Step 8/23 : COPY . . [2023-02-21T13:01:39.909Z] ---> Using cache [2023-02-21T13:01:39.909Z] ---> 6ad4c5b4672b [2023-02-21T13:01:39.909Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-21T13:01:40.502Z] ---> Running in b82de4881e2a [2023-02-21T13:01:43.080Z] 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-21T13:01:53.140Z] Removing intermediate container 016c42eee54d [2023-02-21T13:01:53.140Z] ---> 86435c8cf7dd [2023-02-21T13:01:53.140Z] Step 8/22 : COPY . . [2023-02-21T13:02:05.434Z] ---> 07fa3d5f789c [2023-02-21T13:02:05.434Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-21T13:02:05.434Z] ---> Running in 2ccffd9143ee [2023-02-21T13:02:08.009Z] 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-21T13:02:14.645Z] Removing intermediate container 70cad780f86a [2023-02-21T13:02:14.645Z] ---> 5ad159076b38 [2023-02-21T13:02:14.645Z] [2023-02-21T13:02:14.645Z] Step 9/19 : FROM alpine:3.15 [2023-02-21T13:02:14.645Z] ---> 354640af7b1b [2023-02-21T13:02:14.645Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T13:02:14.645Z] ---> Using cache [2023-02-21T13:02:14.645Z] ---> bec5de103fa6 [2023-02-21T13:02:14.645Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-21T13:02:14.645Z] ---> Running in b461050fde50 [2023-02-21T13:02:16.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T13:02:16.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T13:02:17.725Z] v3.15.7-15-g96d862662f8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-21T13:02:17.725Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-21T13:02:17.725Z] OK: 15734 distinct packages available [2023-02-21T13:02:17.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-21T13:02:18.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-21T13:02:19.218Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-21T13:02:19.484Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-21T13:02:19.484Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-21T13:02:19.484Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-21T13:02:19.484Z] (5/9) Installing curl (7.80.0-r6) [2023-02-21T13:02:19.484Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-21T13:02:19.484Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-21T13:02:19.484Z] (8/9) Installing libucontext (1.1-r0) [2023-02-21T13:02:19.484Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-21T13:02:19.484Z] Executing busybox-1.34.1-r7.trigger [2023-02-21T13:02:19.484Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T13:02:20.073Z] OK: 8 MiB in 23 packages [2023-02-21T13:02:22.646Z] Removing intermediate container b461050fde50 [2023-02-21T13:02:22.646Z] ---> 9b0e59df86b1 [2023-02-21T13:02:22.646Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T13:02:23.227Z] ---> be77113e4906 [2023-02-21T13:02:23.227Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-21T13:02:25.168Z] ---> 3b55c0bf6c7d [2023-02-21T13:02:25.168Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-21T13:02:26.127Z] ---> b71da9d9e185 [2023-02-21T13:02:26.127Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-21T13:02:26.127Z] ---> Running in 5e9113e24f69 [2023-02-21T13:02:26.713Z] Removing intermediate container 5e9113e24f69 [2023-02-21T13:02:26.713Z] ---> cdad65b3dd36 [2023-02-21T13:02:26.713Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T13:02:26.981Z] ---> Running in 393c5317ad62 [2023-02-21T13:02:27.248Z] Removing intermediate container 393c5317ad62 [2023-02-21T13:02:27.248Z] ---> 7c7ec41917e1 [2023-02-21T13:02:27.248Z] Step 17/19 : LABEL arch=arm64 [2023-02-21T13:02:27.517Z] ---> Running in 6d1ed826a943 [2023-02-21T13:02:29.981Z] Removing intermediate container 6d1ed826a943 [2023-02-21T13:02:29.981Z] ---> 1d2a160a99bf [2023-02-21T13:02:29.981Z] Step 18/19 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:02:29.981Z] ---> Running in 2ffaddd7d453 [2023-02-21T13:02:30.564Z] Removing intermediate container 2ffaddd7d453 [2023-02-21T13:02:30.564Z] ---> e8d6ed9d1d92 [2023-02-21T13:02:30.564Z] Step 19/19 : LABEL version=0.0.0 [2023-02-21T13:02:30.564Z] ---> Running in 48a9899075ca [2023-02-21T13:02:31.148Z] Removing intermediate container 48a9899075ca [2023-02-21T13:02:31.148Z] ---> 512f73d23445 [2023-02-21T13:02:31.148Z] [2023-02-21T13:02:31.415Z] Successfully built 512f73d23445 [2023-02-21T13:02:31.415Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-21T13:02:31.415Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2023-02-21T13:02:53.459Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T13:02:53.459Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-21T13:02:53.459Z] ---> d65715f9f291 [2023-02-21T13:02:53.459Z] Step 3/21 : WORKDIR /edgex-go [2023-02-21T13:02:53.459Z] ---> Using cache [2023-02-21T13:02:53.459Z] ---> ce7aca414af3 [2023-02-21T13:02:53.459Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-21T13:02:53.459Z] ---> Using cache [2023-02-21T13:02:53.459Z] ---> c68bb8c4fe50 [2023-02-21T13:02:53.459Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-21T13:02:53.459Z] ---> Using cache [2023-02-21T13:02:53.459Z] ---> d20024f313af [2023-02-21T13:02:53.459Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T13:02:53.459Z] ---> Using cache [2023-02-21T13:02:53.459Z] ---> db505388b956 [2023-02-21T13:02:53.459Z] Step 7/21 : COPY . . [2023-02-21T13:02:53.459Z] ---> Using cache [2023-02-21T13:02:53.459Z] ---> 0b890472b178 [2023-02-21T13:02:53.459Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-21T13:02:53.459Z] ---> Running in f3a1ba3cc228 [2023-02-21T13:02:53.459Z] 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-21T13:06:45.217Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-21T13:06:51.855Z] Removing intermediate container 21c383c2ba60 [2023-02-21T13:06:51.855Z] ---> 031fac110677 [2023-02-21T13:06:51.855Z] [2023-02-21T13:06:51.855Z] Step 9/24 : FROM alpine:3.16 [2023-02-21T13:06:51.855Z] ---> 4c81e5bf8899 [2023-02-21T13:06:51.855Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-21T13:06:51.855Z] ---> Running in 29796d4d092f [2023-02-21T13:06:53.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T13:06:54.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T13:06:55.461Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-21T13:06:55.461Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-21T13:06:55.461Z] (3/3) Installing su-exec (0.2-r1) [2023-02-21T13:06:55.461Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T13:06:55.461Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T13:06:56.050Z] OK: 6 MiB in 17 packages [2023-02-21T13:06:58.640Z] Removing intermediate container 29796d4d092f [2023-02-21T13:06:58.640Z] ---> 078a0ede1ee9 [2023-02-21T13:06:58.640Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T13:06:58.640Z] ---> Running in 2d5aa9e23bf4 [2023-02-21T13:06:58.910Z] Removing intermediate container 2d5aa9e23bf4 [2023-02-21T13:06:58.910Z] ---> 5fa2c356f33f [2023-02-21T13:06:58.910Z] Step 12/24 : WORKDIR / [2023-02-21T13:06:58.910Z] ---> Running in c922a1df011b [2023-02-21T13:06:59.493Z] Removing intermediate container c922a1df011b [2023-02-21T13:06:59.493Z] ---> 73578f647e09 [2023-02-21T13:06:59.493Z] 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-21T13:07:00.452Z] ---> fdbe4aba0a7e [2023-02-21T13:07:00.452Z] 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-21T13:07:01.034Z] ---> 12b4ace9ddaf [2023-02-21T13:07:01.034Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-21T13:07:01.991Z] ---> 38f1172c6f7b [2023-02-21T13:07:01.991Z] 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-21T13:07:02.954Z] ---> cb2fa489ba29 [2023-02-21T13:07:02.954Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-21T13:07:04.358Z] ---> 0954d425899d [2023-02-21T13:07:04.358Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-21T13:07:05.761Z] ---> 622f14795465 [2023-02-21T13:07:05.761Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T13:07:06.720Z] ---> 049ba92452f6 [2023-02-21T13:07:06.720Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T13:07:06.720Z] ---> Running in 8ae6194a2300 [2023-02-21T13:07:10.978Z] Removing intermediate container 8ae6194a2300 [2023-02-21T13:07:10.978Z] ---> 779132609e8d [2023-02-21T13:07:10.978Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T13:07:10.978Z] ---> Running in 614808fb232f [2023-02-21T13:07:11.243Z] Removing intermediate container 614808fb232f [2023-02-21T13:07:11.243Z] ---> 4c961a93af57 [2023-02-21T13:07:11.243Z] Step 22/24 : LABEL arch=arm64 [2023-02-21T13:07:11.509Z] ---> Running in 00cbd9611e67 [2023-02-21T13:07:12.088Z] Removing intermediate container 00cbd9611e67 [2023-02-21T13:07:12.088Z] ---> ce21650e9558 [2023-02-21T13:07:12.088Z] Step 23/24 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:07:12.088Z] ---> Running in 677f105c5284 [2023-02-21T13:07:12.668Z] Removing intermediate container 677f105c5284 [2023-02-21T13:07:12.668Z] ---> 06ecb7a69549 [2023-02-21T13:07:12.668Z] Step 24/24 : LABEL version=0.0.0 [2023-02-21T13:07:12.668Z] ---> Running in cab5a10b470c [2023-02-21T13:07:13.248Z] Removing intermediate container cab5a10b470c [2023-02-21T13:07:13.248Z] ---> 6e008b16839c [2023-02-21T13:07:13.248Z] [2023-02-21T13:07:13.513Z] Successfully built 6e008b16839c [2023-02-21T13:07:13.513Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-21T13:07:13.513Z]  Building security-secretstore-setup ... done Building security-spire-server [2023-02-21T13:07:31.702Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-21T13:07:31.702Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-21T13:07:31.702Z] ---> d65715f9f291 [2023-02-21T13:07:31.702Z] Step 3/23 : WORKDIR /edgex-go [2023-02-21T13:07:31.702Z] ---> Using cache [2023-02-21T13:07:31.702Z] ---> ce7aca414af3 [2023-02-21T13:07:31.702Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-21T13:07:31.702Z] ---> Using cache [2023-02-21T13:07:31.702Z] ---> 0a85ee985c72 [2023-02-21T13:07:31.702Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-21T13:07:31.702Z] ---> Using cache [2023-02-21T13:07:31.702Z] ---> e8f6256ad668 [2023-02-21T13:07:31.702Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-21T13:07:31.702Z] ---> Using cache [2023-02-21T13:07:31.702Z] ---> 4ca220948622 [2023-02-21T13:07:31.702Z] Step 7/23 : COPY . . [2023-02-21T13:07:31.702Z] ---> Using cache [2023-02-21T13:07:31.702Z] ---> 8327c9b45447 [2023-02-21T13:07:31.702Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-21T13:07:31.702Z] ---> Using cache [2023-02-21T13:07:31.702Z] ---> 7b0e67d78ea7 [2023-02-21T13:07:31.702Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-21T13:07:31.702Z] ---> Using cache [2023-02-21T13:07:31.702Z] ---> 0743c06803c7 [2023-02-21T13:07:31.702Z] 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-21T13:07:31.702Z] ---> Running in d756f3ab6156 [2023-02-21T13:07:33.642Z] Removing intermediate container d756f3ab6156 [2023-02-21T13:07:33.642Z] ---> d36627adc64d [2023-02-21T13:07:33.642Z] Step 11/23 : WORKDIR /edgex-go [2023-02-21T13:07:33.642Z] ---> Running in cbc57acacdaf [2023-02-21T13:07:37.893Z] Removing intermediate container cbc57acacdaf [2023-02-21T13:07:37.893Z] ---> 3141df86c15f [2023-02-21T13:07:37.893Z] [2023-02-21T13:07:37.893Z] Step 12/23 : FROM alpine:3.15 [2023-02-21T13:07:37.893Z] ---> 354640af7b1b [2023-02-21T13:07:37.893Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T13:07:37.893Z] ---> Using cache [2023-02-21T13:07:37.893Z] ---> bec5de103fa6 [2023-02-21T13:07:37.893Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-21T13:07:37.893Z] ---> Using cache [2023-02-21T13:07:37.893Z] ---> 3750a73e1b58 [2023-02-21T13:07:37.893Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-21T13:07:40.469Z] Removing intermediate container a059a61f6429 [2023-02-21T13:07:40.469Z] ---> 9ac7430306e3 [2023-02-21T13:07:40.469Z] [2023-02-21T13:07:40.469Z] Step 9/32 : FROM alpine:3.16 [2023-02-21T13:07:40.469Z] ---> 4c81e5bf8899 [2023-02-21T13:07:40.469Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-21T13:07:40.740Z] ---> Running in e682258c13fb [2023-02-21T13:07:41.322Z] Removing intermediate container e682258c13fb [2023-02-21T13:07:41.322Z] ---> a240902e4cb5 [2023-02-21T13:07:41.322Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-21T13:07:41.587Z] ---> Running in 3a8db5672b18 [2023-02-21T13:07:44.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T13:07:44.167Z] ---> 45f6f4f40a81 [2023-02-21T13:07:44.167Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-21T13:07:44.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T13:07:45.014Z] ---> ef3c32c98310 [2023-02-21T13:07:45.014Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-21T13:07:45.593Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-21T13:07:45.593Z] (2/2) Installing su-exec (0.2-r1) [2023-02-21T13:07:45.593Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T13:07:45.593Z] OK: 5 MiB in 16 packages [2023-02-21T13:07:45.860Z] ---> 26f3a9dc0331 [2023-02-21T13:07:45.860Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-21T13:07:47.262Z] ---> e5373926caf0 [2023-02-21T13:07:47.262Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-21T13:07:47.262Z] ---> Running in 3cf240e2c0f5 [2023-02-21T13:07:47.526Z] Removing intermediate container 3a8db5672b18 [2023-02-21T13:07:47.526Z] ---> 97f2613be493 [2023-02-21T13:07:47.526Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-21T13:07:47.804Z] ---> Running in d8999e54813b [2023-02-21T13:07:48.070Z] Removing intermediate container 3cf240e2c0f5 [2023-02-21T13:07:48.070Z] ---> 799ebfbc358e [2023-02-21T13:07:48.070Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-21T13:07:48.070Z] ---> Running in 5f4b312d6756 [2023-02-21T13:07:48.335Z] Removing intermediate container d8999e54813b [2023-02-21T13:07:48.335Z] ---> 6d71f391f967 [2023-02-21T13:07:48.335Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-21T13:07:48.600Z] ---> Running in 080d633369b9 [2023-02-21T13:07:48.600Z] Removing intermediate container 5f4b312d6756 [2023-02-21T13:07:48.600Z] ---> 1385df936602 [2023-02-21T13:07:48.600Z] Step 21/23 : LABEL arch=arm64 [2023-02-21T13:07:48.865Z] ---> Running in 599f76897af9 [2023-02-21T13:07:49.130Z] Removing intermediate container 080d633369b9 [2023-02-21T13:07:49.130Z] ---> c01461ca84fc [2023-02-21T13:07:49.130Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-21T13:07:49.402Z] ---> Running in e009f60e1ead [2023-02-21T13:07:49.666Z] Removing intermediate container 599f76897af9 [2023-02-21T13:07:49.666Z] ---> fc048a5665c3 [2023-02-21T13:07:49.666Z] Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:07:49.666Z] ---> Running in b9d6c22982fb [2023-02-21T13:07:49.941Z] Removing intermediate container e009f60e1ead [2023-02-21T13:07:49.941Z] ---> eb4259bcde0a [2023-02-21T13:07:49.941Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-21T13:07:50.207Z] ---> Running in dedf9dfe73e1 [2023-02-21T13:07:50.473Z] Removing intermediate container b9d6c22982fb [2023-02-21T13:07:50.473Z] ---> 5b1140cc933d [2023-02-21T13:07:50.473Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T13:07:50.738Z] ---> Running in de7b8cfa8f28 [2023-02-21T13:07:51.004Z] Removing intermediate container dedf9dfe73e1 [2023-02-21T13:07:51.004Z] ---> 864739210c35 [2023-02-21T13:07:51.004Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-21T13:07:51.004Z] ---> Running in f85073610e48 [2023-02-21T13:07:51.586Z] Removing intermediate container de7b8cfa8f28 [2023-02-21T13:07:51.586Z] ---> 4414301bdddf [2023-02-21T13:07:51.586Z] [2023-02-21T13:07:51.851Z] Successfully built 4414301bdddf [2023-02-21T13:07:51.851Z] Successfully tagged security-spire-server-arm64:latest [2023-02-21T13:07:54.420Z]  Building security-spire-server ... done Removing intermediate container f85073610e48 [2023-02-21T13:07:54.420Z] ---> 9a7b9f4ae2fd [2023-02-21T13:07:54.420Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-21T13:07:54.420Z] ---> Running in be54ea11f6c2 [2023-02-21T13:07:54.685Z] Removing intermediate container be54ea11f6c2 [2023-02-21T13:07:54.685Z] ---> de514be53227 [2023-02-21T13:07:54.685Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-21T13:07:55.639Z] ---> f3f4eb67345d [2023-02-21T13:07:55.639Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-21T13:07:55.639Z] ---> Running in b3000fd9ab64 [2023-02-21T13:07:59.039Z] Removing intermediate container b3000fd9ab64 [2023-02-21T13:07:59.039Z] ---> cb6f377a8b0d [2023-02-21T13:07:59.039Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T13:07:59.653Z] ---> 9a7c84f99268 [2023-02-21T13:07:59.653Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-21T13:08:01.690Z] ---> afcc8c0a9c3f [2023-02-21T13:08:01.690Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-21T13:08:02.293Z] ---> 66ae5d26b330 [2023-02-21T13:08:02.293Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-21T13:08:03.317Z] ---> 30a6b96d0548 [2023-02-21T13:08:03.317Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-21T13:08:04.291Z] ---> cdc8c2c5fecf [2023-02-21T13:08:04.292Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-21T13:08:04.873Z] ---> 9fc36d5772b1 [2023-02-21T13:08:04.874Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-21T13:08:06.296Z] ---> e3ef5b1cb190 [2023-02-21T13:08:06.296Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-21T13:08:06.296Z] ---> Running in 87346ec3626a [2023-02-21T13:08:10.546Z] Removing intermediate container 87346ec3626a [2023-02-21T13:08:10.546Z] ---> 0fd43aefacf8 [2023-02-21T13:08:10.546Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-21T13:08:10.546Z] ---> Running in 044a767902bf [2023-02-21T13:08:10.811Z] Removing intermediate container 044a767902bf [2023-02-21T13:08:10.811Z] ---> f90dfe3c6b8b [2023-02-21T13:08:10.811Z] Step 29/32 : CMD ["gate"] [2023-02-21T13:08:11.076Z] ---> Running in fd764e1e4989 [2023-02-21T13:08:12.030Z] Removing intermediate container fd764e1e4989 [2023-02-21T13:08:12.030Z] ---> ed387f385cfd [2023-02-21T13:08:12.030Z] Step 30/32 : LABEL arch=arm64 [2023-02-21T13:08:12.030Z] ---> Running in a95128e1d289 [2023-02-21T13:08:12.997Z] Removing intermediate container a95128e1d289 [2023-02-21T13:08:12.997Z] ---> cf0447279cab [2023-02-21T13:08:12.997Z] Step 31/32 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:08:13.263Z] ---> Running in cd81f730c4bf [2023-02-21T13:08:13.528Z] Removing intermediate container cd81f730c4bf [2023-02-21T13:08:13.528Z] ---> aa23926297e8 [2023-02-21T13:08:13.528Z] Step 32/32 : LABEL version=0.0.0 [2023-02-21T13:08:13.792Z] ---> Running in 2840e234e109 [2023-02-21T13:08:14.749Z] Removing intermediate container 2840e234e109 [2023-02-21T13:08:14.749Z] ---> 2d84c58afeb7 [2023-02-21T13:08:14.749Z] [2023-02-21T13:08:15.327Z] Successfully built 2d84c58afeb7 [2023-02-21T13:08:15.327Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-21T13:08:15.593Z]  Building security-bootstrapper ... done Removing intermediate container b82de4881e2a [2023-02-21T13:08:15.593Z] ---> a0812a59acce [2023-02-21T13:08:15.593Z] [2023-02-21T13:08:15.593Z] Step 10/23 : FROM alpine:3.16 [2023-02-21T13:08:15.593Z] ---> 4c81e5bf8899 [2023-02-21T13:08:15.593Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-21T13:08:15.593Z] ---> Using cache [2023-02-21T13:08:15.593Z] ---> 2ee25a9b4dd7 [2023-02-21T13:08:15.593Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T13:08:15.593Z] ---> Using cache [2023-02-21T13:08:15.593Z] ---> c36383c091d6 [2023-02-21T13:08:15.593Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-21T13:08:16.549Z] 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-21T13:08:16.814Z] ---> Running in 4f6c91d71282 [2023-02-21T13:08:17.394Z] Removing intermediate container 4f6c91d71282 [2023-02-21T13:08:17.394Z] ---> ccdf4ccc1178 [2023-02-21T13:08:17.394Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-21T13:08:17.394Z] ---> Running in df847f5ea815 [2023-02-21T13:08:17.658Z] Removing intermediate container df847f5ea815 [2023-02-21T13:08:17.658Z] ---> dd8b2f09fde2 [2023-02-21T13:08:17.658Z] Step 15/23 : WORKDIR / [2023-02-21T13:08:17.923Z] ---> Running in a4e64c611602 [2023-02-21T13:08:18.502Z] Removing intermediate container a4e64c611602 [2023-02-21T13:08:18.502Z] ---> 0f12d57c7a8a [2023-02-21T13:08:18.502Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T13:08:19.088Z] ---> b72575152d04 [2023-02-21T13:08:19.360Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-21T13:08:20.763Z] ---> a65e258d3789 [2023-02-21T13:08:20.763Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-21T13:08:21.718Z] ---> ebff46ed7cbc [2023-02-21T13:08:21.718Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-21T13:08:21.718Z] ---> Running in 6e036dc49b16 [2023-02-21T13:08:22.307Z] Removing intermediate container 6e036dc49b16 [2023-02-21T13:08:22.307Z] ---> ff4c82da7726 [2023-02-21T13:08:22.307Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T13:08:22.307Z] ---> Running in 5986234f7855 [2023-02-21T13:08:22.572Z] Removing intermediate container 5986234f7855 [2023-02-21T13:08:22.572Z] ---> 7f7e03026b14 [2023-02-21T13:08:22.572Z] Step 21/23 : LABEL arch=arm64 [2023-02-21T13:08:22.848Z] ---> Running in cbf71ff05ced [2023-02-21T13:08:23.427Z] Removing intermediate container cbf71ff05ced [2023-02-21T13:08:23.427Z] ---> 112dc9e9873e [2023-02-21T13:08:23.427Z] Step 22/23 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:08:23.427Z] ---> Running in 243f20aa5c27 [2023-02-21T13:08:23.691Z] Removing intermediate container 243f20aa5c27 [2023-02-21T13:08:23.691Z] ---> 97a3de4f5b51 [2023-02-21T13:08:23.691Z] Step 23/23 : LABEL version=0.0.0 [2023-02-21T13:08:23.957Z] ---> Running in e3cc8ecb782b [2023-02-21T13:08:24.221Z] Removing intermediate container e3cc8ecb782b [2023-02-21T13:08:24.221Z] ---> 2361f179d6e8 [2023-02-21T13:08:24.221Z] [2023-02-21T13:08:24.799Z] Successfully built 2361f179d6e8 [2023-02-21T13:08:24.799Z] Successfully tagged core-command-arm64:latest [2023-02-21T13:08:34.848Z]  Building core-command ... done Removing intermediate container f3a1ba3cc228 [2023-02-21T13:08:34.848Z] ---> 3ff467e102eb [2023-02-21T13:08:34.848Z] [2023-02-21T13:08:34.848Z] Step 9/21 : FROM alpine:3.16 [2023-02-21T13:08:34.849Z] ---> 4c81e5bf8899 [2023-02-21T13:08:34.849Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-21T13:08:34.849Z] ---> Running in eb6af5a62600 [2023-02-21T13:08:35.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T13:08:35.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T13:08:36.650Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-21T13:08:36.650Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-21T13:08:36.650Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-21T13:08:36.650Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-21T13:08:36.650Z] (5/6) Installing curl (7.83.1-r6) [2023-02-21T13:08:36.650Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-21T13:08:36.650Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T13:08:36.650Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T13:08:36.918Z] OK: 8 MiB in 20 packages [2023-02-21T13:08:38.864Z] Removing intermediate container eb6af5a62600 [2023-02-21T13:08:38.864Z] ---> b838bdd5a82d [2023-02-21T13:08:38.864Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-21T13:08:38.864Z] ---> Running in 9310979dbc51 [2023-02-21T13:08:39.447Z] Removing intermediate container 9310979dbc51 [2023-02-21T13:08:39.447Z] ---> d30031bf3495 [2023-02-21T13:08:39.447Z] Step 12/21 : WORKDIR /edgex [2023-02-21T13:08:39.447Z] ---> Running in f23e86daf295 [2023-02-21T13:08:40.028Z] Removing intermediate container f23e86daf295 [2023-02-21T13:08:40.028Z] ---> 592048500b18 [2023-02-21T13:08:40.028Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-21T13:08:40.983Z] ---> f833cbd1ca0d [2023-02-21T13:08:40.983Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-21T13:08:42.924Z] ---> b09e4f255d0b [2023-02-21T13:08:42.925Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-21T13:08:44.333Z] ---> b8f66d52432a [2023-02-21T13:08:44.333Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-21T13:08:44.915Z] ---> 98afd018f1df [2023-02-21T13:08:44.915Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-21T13:08:44.915Z] ---> Running in 53f9212c9fb5 [2023-02-21T13:08:47.523Z] Removing intermediate container 53f9212c9fb5 [2023-02-21T13:08:47.523Z] ---> 4f742b61be28 [2023-02-21T13:08:47.523Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-21T13:08:47.523Z] ---> Running in 577c5df4c841 [2023-02-21T13:08:48.121Z] Removing intermediate container 577c5df4c841 [2023-02-21T13:08:48.121Z] ---> 913b1c88b879 [2023-02-21T13:08:48.121Z] Step 19/21 : LABEL arch=arm64 [2023-02-21T13:08:48.121Z] ---> Running in c41e6bd4abe4 [2023-02-21T13:08:48.391Z] Removing intermediate container c41e6bd4abe4 [2023-02-21T13:08:48.391Z] ---> 2188e7f5e8ae [2023-02-21T13:08:48.391Z] Step 20/21 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:08:48.657Z] ---> Running in 608cf51924ae [2023-02-21T13:08:49.242Z] Removing intermediate container 608cf51924ae [2023-02-21T13:08:49.242Z] ---> 14c52d29d640 [2023-02-21T13:08:49.242Z] Step 21/21 : LABEL version=0.0.0 [2023-02-21T13:08:49.242Z] ---> Running in 312e9ffab069 [2023-02-21T13:08:49.507Z] Removing intermediate container 312e9ffab069 [2023-02-21T13:08:49.507Z] ---> 66e0f17acf3a [2023-02-21T13:08:49.507Z] [2023-02-21T13:08:49.771Z] Successfully built 66e0f17acf3a [2023-02-21T13:08:49.771Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-21T13:09:16.855Z]  Building security-proxy-setup ... done Removing intermediate container 2ccffd9143ee [2023-02-21T13:09:16.855Z] ---> 8c474fd2cd72 [2023-02-21T13:09:16.855Z] [2023-02-21T13:09:16.855Z] Step 10/22 : FROM alpine:3.16 [2023-02-21T13:09:16.855Z] ---> 4c81e5bf8899 [2023-02-21T13:09:16.855Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-21T13:09:16.855Z] ---> Running in ebb9bb5d935c [2023-02-21T13:09:16.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-21T13:09:16.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-21T13:09:16.855Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-21T13:09:16.855Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-21T13:09:16.855Z] Executing busybox-1.35.0-r17.trigger [2023-02-21T13:09:16.855Z] Executing ca-certificates-20220614-r0.trigger [2023-02-21T13:09:17.124Z] OK: 6 MiB in 16 packages [2023-02-21T13:09:18.543Z] Removing intermediate container ebb9bb5d935c [2023-02-21T13:09:18.543Z] ---> c561560b2ff7 [2023-02-21T13:09:18.543Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-21T13:09:18.543Z] ---> Running in 7d1b8fa96398 [2023-02-21T13:09:18.810Z] Removing intermediate container 7d1b8fa96398 [2023-02-21T13:09:18.810Z] ---> c990497a1e2c [2023-02-21T13:09:18.810Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-21T13:09:18.810Z] ---> Running in 4e4aa0a701d3 [2023-02-21T13:09:19.080Z] Removing intermediate container 4e4aa0a701d3 [2023-02-21T13:09:19.080Z] ---> 6d5af06c4a15 [2023-02-21T13:09:19.080Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-21T13:09:19.080Z] ---> Running in 0a2ef04e3d30 [2023-02-21T13:09:19.346Z] Removing intermediate container 0a2ef04e3d30 [2023-02-21T13:09:19.346Z] ---> 765ef8fc10b6 [2023-02-21T13:09:19.346Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-21T13:09:19.928Z] ---> f293e3b3400f [2023-02-21T13:09:19.928Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-21T13:09:21.346Z] ---> 6170c3be3986 [2023-02-21T13:09:21.346Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-21T13:09:21.928Z] ---> 0f35d726b254 [2023-02-21T13:09:21.928Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-21T13:09:21.928Z] ---> Running in d0b45b6bdcbd [2023-02-21T13:09:22.194Z] Removing intermediate container d0b45b6bdcbd [2023-02-21T13:09:22.194Z] ---> 8249c922a5fd [2023-02-21T13:09:22.194Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-21T13:09:22.194Z] ---> Running in 70eb82563d40 [2023-02-21T13:09:22.464Z] Removing intermediate container 70eb82563d40 [2023-02-21T13:09:22.464Z] ---> a3de6302c00b [2023-02-21T13:09:22.464Z] Step 20/22 : LABEL arch=arm64 [2023-02-21T13:09:22.729Z] ---> Running in d4c6aa8eeed1 [2023-02-21T13:09:22.996Z] Removing intermediate container d4c6aa8eeed1 [2023-02-21T13:09:22.996Z] ---> c79a1b13a12d [2023-02-21T13:09:22.996Z] Step 21/22 : LABEL git_sha=8c0ca7c85efba52c261c3039880fc47da148a7eb [2023-02-21T13:09:22.996Z] ---> Running in 9a55e8071f9e [2023-02-21T13:09:23.262Z] Removing intermediate container 9a55e8071f9e [2023-02-21T13:09:23.262Z] ---> 0a32b0070cc4 [2023-02-21T13:09:23.262Z] Step 22/22 : LABEL version=0.0.0 [2023-02-21T13:09:23.531Z] ---> Running in ce934d74a7e4 [2023-02-21T13:09:23.798Z] Removing intermediate container ce934d74a7e4 [2023-02-21T13:09:23.798Z] ---> 18aa065033bd [2023-02-21T13:09:23.798Z] [2023-02-21T13:09:23.798Z] Successfully built 18aa065033bd [2023-02-21T13:09:24.064Z] Successfully tagged support-notifications-arm64:latest [2023-02-21T13:09:24.339Z]  Building support-notifications ... done  [Pipeline] } [2023-02-21T13:09:24.359Z] $ docker stop --time=1 0da2df443c40a64265ba7ee82a781d58ead4b82d6da63ad92a40538e377a8940 [2023-02-21T13:09:26.098Z] $ docker rm -f --volumes 0da2df443c40a64265ba7ee82a781d58ead4b82d6da63ad92a40538e377a8940 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-21T13:09:26.634Z] + docker images [2023-02-21T13:09:26.899Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-21T13:09:26.899Z] support-notifications-arm64 latest 18aa065033bd 3 seconds ago 29.7MB [2023-02-21T13:09:26.899Z] 8c474fd2cd72 13 seconds ago 1.57GB [2023-02-21T13:09:26.899Z] security-proxy-setup-arm64 latest 66e0f17acf3a 37 seconds ago 26.9MB [2023-02-21T13:09:26.899Z] 3ff467e102eb 54 seconds ago 1.5GB [2023-02-21T13:09:26.899Z] core-command-arm64 latest 2361f179d6e8 About a minute ago 17MB [2023-02-21T13:09:26.899Z] a0812a59acce About a minute ago 1.51GB [2023-02-21T13:09:26.899Z] security-bootstrapper-arm64 latest 2d84c58afeb7 About a minute ago 19.6MB [2023-02-21T13:09:26.899Z] security-spire-server-arm64 latest 4414301bdddf About a minute ago 84.3MB [2023-02-21T13:09:26.899Z] 9ac7430306e3 About a minute ago 1.5GB [2023-02-21T13:09:26.899Z] 3141df86c15f About a minute ago 1.38GB [2023-02-21T13:09:26.899Z] security-secretstore-setup-arm64 latest 6e008b16839c 2 minutes ago 29MB [2023-02-21T13:09:26.899Z] 031fac110677 2 minutes ago 1.5GB [2023-02-21T13:09:26.899Z] security-spiffe-token-provider-arm64 latest 512f73d23445 6 minutes ago 29.1MB [2023-02-21T13:09:26.899Z] 5ad159076b38 7 minutes ago 1.54GB [2023-02-21T13:09:26.899Z] support-scheduler-arm64 latest f97777104345 8 minutes ago 29MB [2023-02-21T13:09:26.899Z] 221f2365f56b 8 minutes ago 1.57GB [2023-02-21T13:09:26.899Z] core-data-arm64 latest 0fa84bb6f89c 9 minutes ago 17.2MB [2023-02-21T13:09:26.899Z] 022670afb2a8 9 minutes ago 1.51GB [2023-02-21T13:09:26.899Z] core-metadata-arm64 latest 034a6ba0a1ab 10 minutes ago 17.7MB [2023-02-21T13:09:26.899Z] 967563aecfb2 10 minutes ago 1.51GB [2023-02-21T13:09:26.899Z] core-common-config-bootstrapper-arm64 latest a1cfefa5151a 11 minutes ago 14.9MB [2023-02-21T13:09:26.899Z] bf4ed4f62c40 11 minutes ago 1.5GB [2023-02-21T13:09:26.899Z] security-spire-agent-arm64 latest a382194d7b43 17 minutes ago 122MB [2023-02-21T13:09:26.899Z] security-spire-config-arm64 latest a832b0fc3437 17 minutes ago 83.6MB [2023-02-21T13:09:26.899Z] 1811c62972cc 17 minutes ago 1.38GB [2023-02-21T13:09:26.899Z] cc137e70004f 17 minutes ago 1.38GB [2023-02-21T13:09:26.899Z] ci-base-image-arm64 latest d65715f9f291 30 minutes ago 905MB [2023-02-21T13:09:26.899Z] alpine 3.15 354640af7b1b 10 days ago 5.34MB [2023-02-21T13:09:26.899Z] alpine 3.16 4c81e5bf8899 10 days ago 5.3MB [2023-02-21T13:09:26.900Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-21T13:09:26.900Z] 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-21T13:09:27.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-21T13:09:27.691Z] [2023-02-21T13:09:27.691Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T13:09:28.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-21T13:09:28.356Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-21T13:09:28.356Z] 8998bd30e6a1: Pulling fs layer [2023-02-21T13:09:28.356Z] 04944245beec: Pulling fs layer [2023-02-21T13:09:28.356Z] 699f458cf7ca: Pulling fs layer [2023-02-21T13:09:28.356Z] 765212b225bb: Pulling fs layer [2023-02-21T13:09:28.356Z] f23df028b6ca: Pulling fs layer [2023-02-21T13:09:28.356Z] d65c8cfc05b1: Pulling fs layer [2023-02-21T13:09:28.356Z] 2437ff75d9bd: Pulling fs layer [2023-02-21T13:09:28.356Z] 765212b225bb: Waiting [2023-02-21T13:09:28.356Z] f23df028b6ca: Waiting [2023-02-21T13:09:28.356Z] d65c8cfc05b1: Waiting [2023-02-21T13:09:28.356Z] 2437ff75d9bd: Waiting [2023-02-21T13:09:28.356Z] 04944245beec: Verifying Checksum [2023-02-21T13:09:28.356Z] 04944245beec: Download complete [2023-02-21T13:09:28.356Z] 765212b225bb: Verifying Checksum [2023-02-21T13:09:28.356Z] 765212b225bb: Download complete [2023-02-21T13:09:28.356Z] f23df028b6ca: Verifying Checksum [2023-02-21T13:09:28.356Z] f23df028b6ca: Download complete [2023-02-21T13:09:28.356Z] d65c8cfc05b1: Verifying Checksum [2023-02-21T13:09:28.356Z] d65c8cfc05b1: Download complete [2023-02-21T13:09:28.628Z] 699f458cf7ca: Verifying Checksum [2023-02-21T13:09:28.628Z] 699f458cf7ca: Download complete [2023-02-21T13:09:28.897Z] 8998bd30e6a1: Download complete [2023-02-21T13:09:31.471Z] 2437ff75d9bd: Verifying Checksum [2023-02-21T13:09:31.471Z] 2437ff75d9bd: Download complete [2023-02-21T13:09:32.878Z] 8998bd30e6a1: Pull complete [2023-02-21T13:09:33.460Z] 04944245beec: Pull complete [2023-02-21T13:09:34.862Z] 699f458cf7ca: Pull complete [2023-02-21T13:09:34.862Z] 765212b225bb: Pull complete [2023-02-21T13:09:35.442Z] f23df028b6ca: Pull complete [2023-02-21T13:09:35.707Z] d65c8cfc05b1: Pull complete [2023-02-21T13:09:50.681Z] 2437ff75d9bd: Pull complete [2023-02-21T13:09:50.681Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-21T13:09:50.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-21T13:09:50.681Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T13:09:51.019Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2023-02-21T13:09:51.098Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-21T13:09:53.747Z] $ docker top c7dba9f741eda79e16a129ef0e1254593e893f4406d7034ad18b7c3fe6536169 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:09:54.444Z] ---> job-cost.sh [2023-02-21T13:09:54.714Z] lf-activate-venv: SKIPPING [2023-02-21T13:09:54.714Z] INFO: No Stack... [2023-02-21T13:09:55.307Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-21T13:09:55.896Z] INFO: Archiving Costs [Pipeline] sh [2023-02-21T13:09:56.544Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-02-21T13:09:56.544Z] + cut -d, -f6 [Pipeline] lock [2023-02-21T13:09:56.598Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] [2023-02-21T13:09:56.603Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] did not exist. Created. [2023-02-21T13:09:56.603Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-21T13:09:57.031Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-21T13:09:57.198Z] Stashed 1 file(s) [Pipeline] } [2023-02-21T13:09:57.212Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4378-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-21T13:09:57.296Z] $ docker stop --time=1 c7dba9f741eda79e16a129ef0e1254593e893f4406d7034ad18b7c3fe6536169 [2023-02-21T13:09:58.794Z] $ docker rm -f --volumes c7dba9f741eda79e16a129ef0e1254593e893f4406d7034ad18b7c3fe6536169 [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-21T13:09:59.809Z] provisioning config files... [2023-02-21T13:09:59.815Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4892548557390162409tmp [Pipeline] { [Pipeline] sh [2023-02-21T13:10:00.146Z] + set +x [2023-02-21T13:10:00.146Z] + bash -s -- [2023-02-21T13:10:00.146Z] + curl -s https://codecov.io/bash [2023-02-21T13:10:00.146Z] [2023-02-21T13:10:00.146Z] _____ _ [2023-02-21T13:10:00.146Z] / ____| | | [2023-02-21T13:10:00.146Z] | | ___ __| | ___ ___ _____ __ [2023-02-21T13:10:00.146Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-21T13:10:00.146Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-21T13:10:00.146Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-21T13:10:00.146Z] Bash-1.0.6 [2023-02-21T13:10:00.146Z] [2023-02-21T13:10:00.146Z] [2023-02-21T13:10:00.146Z] ==> git version 2.25.1 found [2023-02-21T13:10:00.146Z] ==> 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-21T13:10:00.146Z] Release-Date: 2020-01-08 [2023-02-21T13:10:00.146Z] 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-21T13:10:00.146Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-21T13:10:00.146Z] ==> Jenkins CI detected. [2023-02-21T13:10:00.146Z] current dir:  /w/workspace/edgex-go/1 [2023-02-21T13:10:00.146Z] project root: . [2023-02-21T13:10:00.146Z] --> token set from env [2023-02-21T13:10:00.146Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-21T13:10:00.408Z] ==> Running gcov in . (disable via -X gcov) [2023-02-21T13:10:00.408Z] ==> Python coveragepy not found [2023-02-21T13:10:00.408Z] ==> Searching for coverage reports in: [2023-02-21T13:10:00.408Z] + . [2023-02-21T13:10:00.408Z] -> Found 1 reports [2023-02-21T13:10:00.408Z] ==> Detecting git/mercurial file structure [2023-02-21T13:10:00.408Z] ==> Reading reports [2023-02-21T13:10:00.408Z] + ./coverage.out bytes=487323 [2023-02-21T13:10:00.408Z] ==> Appending adjustments [2023-02-21T13:10:00.409Z] https://docs.codecov.io/docs/fixing-reports [2023-02-21T13:10:01.788Z] + Found adjustments [2023-02-21T13:10:01.788Z] ==> Gzipping contents [2023-02-21T13:10:01.788Z] 64K /tmp/codecov.7KLqhV.gz [2023-02-21T13:10:01.788Z] ==> Uploading reports [2023-02-21T13:10:01.788Z] url: https://codecov.io [2023-02-21T13:10:01.788Z] query: branch=PR-4378&commit=8c0ca7c85efba52c261c3039880fc47da148a7eb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4378%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4378&job=&cmd_args= [2023-02-21T13:10:01.788Z] -> Pinging Codecov [2023-02-21T13:10:01.788Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4378&commit=8c0ca7c85efba52c261c3039880fc47da148a7eb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4378%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4378&job=&cmd_args= [2023-02-21T13:10:01.788Z] -> Uploading to [2023-02-21T13:10:01.788Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-21/00271124DB129430A58F1EEE437C3FCB/8c0ca7c85efba52c261c3039880fc47da148a7eb/74367614-4970-486a-a49f-2e9cf18b2023.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230221T131001Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6848916c2d3110d18c11ff7022c803a46eb8fe666b3dbe2e109b6cb8c888d042 [2023-02-21T13:10:01.788Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-21T13:10:01.788Z] Dload Upload Total Spent Left Speed [2023-02-21T13:10:02.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62967 0 0 100 62967 0 186k --:--:-- --:--:-- --:--:-- 186k 100 62967 0 0 100 62967 0 186k --:--:-- --:--:-- --:--:-- 186k [2023-02-21T13:10:02.047Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8c0ca7c85efba52c261c3039880fc47da148a7eb [Pipeline] } [2023-02-21T13:10:02.074Z] 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-21T13:10:03.392Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:10:03.722Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:10:04.612Z] ---> package-listing.sh [2023-02-21T13:10:04.612Z] ++ facter osfamily [2023-02-21T13:10:04.612Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-21T13:10:04.872Z] + OS_FAMILY=debian [2023-02-21T13:10:04.872Z] + workspace=/w/workspace/edgex-go/1 [2023-02-21T13:10:04.872Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-21T13:10:04.872Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-21T13:10:04.872Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-21T13:10:04.872Z] + PACKAGES=/tmp/packages_start.txt [2023-02-21T13:10:04.872Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-21T13:10:04.872Z] + PACKAGES=/tmp/packages_end.txt [2023-02-21T13:10:04.872Z] + case "${OS_FAMILY}" in [2023-02-21T13:10:04.872Z] + dpkg -l [2023-02-21T13:10:04.872Z] + grep '^ii' [2023-02-21T13:10:04.872Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-21T13:10:04.872Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-21T13:10:04.872Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-21T13:10:04.872Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-21T13:10:04.872Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-21T13:10:04.872Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-21T13:10:04.908Z] 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-21T13:10:05.206Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T13:10:05.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-21T13:10:05.841Z] [2023-02-21T13:10:05.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-21T13:10:06.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-21T13:10:06.211Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-21T13:10:06.211Z] 5eb5b503b376: Pulling fs layer [2023-02-21T13:10:06.211Z] 5c69ac0246d0: Pulling fs layer [2023-02-21T13:10:06.211Z] ec43610c2a17: Pulling fs layer [2023-02-21T13:10:06.211Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-21T13:10:06.211Z] 33b1e0a273af: Pulling fs layer [2023-02-21T13:10:06.211Z] 3a2ae6a8a46f: Waiting [2023-02-21T13:10:06.211Z] 5d3b04190fa2: Pulling fs layer [2023-02-21T13:10:06.211Z] 2f39f015ded8: Pulling fs layer [2023-02-21T13:10:06.211Z] 5d3b04190fa2: Waiting [2023-02-21T13:10:06.211Z] 2f39f015ded8: Waiting [2023-02-21T13:10:06.211Z] 5c69ac0246d0: Download complete [2023-02-21T13:10:06.211Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-21T13:10:06.211Z] 3a2ae6a8a46f: Download complete [2023-02-21T13:10:06.471Z] 33b1e0a273af: Verifying Checksum [2023-02-21T13:10:06.471Z] 33b1e0a273af: Download complete [2023-02-21T13:10:06.471Z] 5d3b04190fa2: Verifying Checksum [2023-02-21T13:10:06.471Z] 5d3b04190fa2: Download complete [2023-02-21T13:10:06.471Z] ec43610c2a17: Download complete [2023-02-21T13:10:06.471Z] 5eb5b503b376: Verifying Checksum [2023-02-21T13:10:06.471Z] 5eb5b503b376: Download complete [2023-02-21T13:10:07.040Z] 2f39f015ded8: Download complete [2023-02-21T13:10:07.991Z] 5eb5b503b376: Pull complete [2023-02-21T13:10:07.991Z] 5c69ac0246d0: Pull complete [2023-02-21T13:10:08.560Z] ec43610c2a17: Pull complete [2023-02-21T13:10:08.560Z] 3a2ae6a8a46f: Pull complete [2023-02-21T13:10:08.818Z] 33b1e0a273af: Pull complete [2023-02-21T13:10:09.076Z] 5d3b04190fa2: Pull complete [2023-02-21T13:10:14.340Z] 2f39f015ded8: Pull complete [2023-02-21T13:10:14.340Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-21T13:10:14.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-21T13:10:14.340Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-21T13:10:14.568Z] prd-ubuntu20.04-docker-8c-8g-6884 does not seem to be running inside a container [2023-02-21T13:10:14.593Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-21T13:10:25.929Z] $ docker top 2ca2834a91f434efcb006d38fe2af5f7685436c263da75c8bd8a8031d0bb6c48 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-21T13:10:26.317Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-21T13:10:26.630Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-21T13:10:26.945Z] + ls /var/log/sa-host [2023-02-21T13:10:26.945Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-21T13:10:27.146Z] provisioning config files... [2023-02-21T13:10:27.155Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6883747770196256742tmp [Pipeline] { [Pipeline] echo [2023-02-21T13:10:27.203Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:10:27.515Z] ---> create-netrc.sh [Pipeline] } [2023-02-21T13:10:27.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:10:27.937Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-21T13:10:27.972Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:10:28.276Z] ---> sudo-logs.sh [2023-02-21T13:10:28.276Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-21T13:10:28.348Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:10:28.653Z] ---> job-cost.sh [2023-02-21T13:10:28.653Z] lf-activate-venv: SKIPPING [2023-02-21T13:10:28.653Z] DEBUG: total: 0.10999999940395355 [2023-02-21T13:10:28.653Z] INFO: Retrieving Stack Cost... [2023-02-21T13:10:28.914Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-21T13:10:29.483Z] INFO: Archiving Costs [Pipeline] echo [2023-02-21T13:10:29.523Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-21T13:10:29.842Z] ---> logs-deploy.sh [2023-02-21T13:10:29.842Z] lf-activate-venv: SKIPPING [2023-02-21T13:10:29.842Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4378/1 [2023-02-21T13:10:29.842Z] INFO: archiving workspace using pattern(s): [2023-02-21T13:10:30.780Z] Archives upload complete. [2023-02-21T13:10:30.780Z] INFO: archiving logs to Nexus