Pull request #4365 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from a9191bf8dcb1c8f9c8a9c518364e87b9133a8282+4dbbd61a0bace45f2dafdef8fbb0ff2bd2f628db (63f2859c97644eb2009d32c07e07b608cb3ec167) 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-ssh437971032049529889.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-ssh13386720527553408494.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-4365/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-4365/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2645820268788392390.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-4365/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9287970197694452045.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-ssh10342896397507717213.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-4365/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-4365/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3799055470265883316.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6223 in /w/workspace/edgexfoundry_edgex-go_PR-4365 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4365/head:refs/remotes/origin/PR-4365 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4dbbd61a0bace45f2dafdef8fbb0ff2bd2f628db into PR head commit a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 Merge succeeded, producing a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 Checking out Revision a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 (PR-4365) > git config core.sparsecheckout # timeout=10 > git checkout -f a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4dbbd61a0bace45f2dafdef8fbb0ff2bd2f628db # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 # timeout=10 Commit message: "fix: Add missing 'core' to event publish topic" 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-16T00:33:56.363Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-16T00:33:56.533Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-16T00:33:56.623Z] ========================================================= [2023-02-16T00:33:56.623Z] EdgeX Global Pipelines Version Info [2023-02-16T00:33:56.623Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-16T00:33:57.368Z] ------------------- [2023-02-16T00:33:57.368Z] stable info: [2023-02-16T00:33:57.368Z] ------------------- [2023-02-16T00:33:57.368Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-16T00:33:57.368Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T00:33:57.368Z] Message: update stable to v1.0.244 [2023-02-16T00:33:57.937Z] ------------------- [2023-02-16T00:33:57.937Z] experimental info: [2023-02-16T00:33:57.937Z] ------------------- [2023-02-16T00:33:57.937Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-16T00:33:57.937Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T00:33:57.937Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-16T00:33:58.217Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-16T00:33:58.256Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-16T00:33:58.294Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-16T00:33:58.333Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-16T00:33:58.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-16T00:33:58.411Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-16T00:33:58.451Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-16T00:33:58.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-16T00:33:58.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-16T00:33:58.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-16T00:33:58.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-16T00:33:58.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-16T00:33:58.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-16T00:33:58.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-16T00:33:58.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-16T00:33:58.783Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T00:33:58.821Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T00:33:58.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-16T00:33:58.896Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-16T00:33:58.930Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-16T00:33:58.969Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-16T00:33:59.006Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-16T00:33:59.042Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-16T00:33:59.077Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4365 [Pipeline] echo [2023-02-16T00:33:59.112Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4365 [Pipeline] echo [2023-02-16T00:33:59.146Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4365 [Pipeline] echo [2023-02-16T00:33:59.189Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [Pipeline] echo [2023-02-16T00:33:59.224Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9191bf [Pipeline] echo [2023-02-16T00:33:59.267Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T00:33:59.381Z] provisioning config files... [2023-02-16T00:33:59.397Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4819929312038565981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T00:33:59.736Z] ---> docker-login.sh [2023-02-16T00:33:59.736Z] nexus3.edgexfoundry.org:10001 [2023-02-16T00:33:59.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:33:59.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:33:59.998Z] Configure a credential helper to remove this warning. See [2023-02-16T00:33:59.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:33:59.998Z] [2023-02-16T00:33:59.998Z] Login Succeeded [2023-02-16T00:33:59.998Z] nexus3.edgexfoundry.org:10002 [2023-02-16T00:33:59.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:33:59.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:33:59.998Z] Configure a credential helper to remove this warning. See [2023-02-16T00:33:59.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:33:59.998Z] [2023-02-16T00:33:59.998Z] Login Succeeded [2023-02-16T00:33:59.998Z] nexus3.edgexfoundry.org:10003 [2023-02-16T00:34:00.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:34:00.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:34:00.258Z] Configure a credential helper to remove this warning. See [2023-02-16T00:34:00.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:34:00.258Z] [2023-02-16T00:34:00.258Z] Login Succeeded [2023-02-16T00:34:00.258Z] nexus3.edgexfoundry.org:10004 [2023-02-16T00:34:00.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:34:00.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:34:00.258Z] Configure a credential helper to remove this warning. See [2023-02-16T00:34:00.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:34:00.258Z] [2023-02-16T00:34:00.258Z] Login Succeeded [2023-02-16T00:34:00.258Z] docker.io [2023-02-16T00:34:00.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:34:00.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:34:00.779Z] Configure a credential helper to remove this warning. See [2023-02-16T00:34:00.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:34:00.779Z] [2023-02-16T00:34:00.779Z] Login Succeeded [2023-02-16T00:34:00.779Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T00:34:00.806Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T00:34:01.219Z] + 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-16T00:34:01.219Z] + dirname cmd/core-command/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/ -f2 [2023-02-16T00:34:01.219Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/+ -f2 [2023-02-16T00:34:01.219Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-16T00:34:01.219Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-16T00:34:01.219Z] + + dirname cmd/core-data/Dockerfile [2023-02-16T00:34:01.219Z] cut -d/ -f2 [2023-02-16T00:34:01.219Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-16T00:34:01.219Z] + dirname cmd/core-metadata/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/ -f2 [2023-02-16T00:34:01.219Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-16T00:34:01.219Z] + + dirname cmd/security-bootstrapper/Dockerfile [2023-02-16T00:34:01.219Z] cut -d/ -f2 [2023-02-16T00:34:01.219Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-16T00:34:01.219Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/ -f2 [2023-02-16T00:34:01.219Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/ -f2 [2023-02-16T00:34:01.219Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-16T00:34:01.219Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-16T00:34:01.219Z] + + cut -d/ -f2 [2023-02-16T00:34:01.219Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-16T00:34:01.219Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/ -f2 [2023-02-16T00:34:01.219Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-16T00:34:01.219Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-16T00:34:01.219Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/ -f2 [2023-02-16T00:34:01.219Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-16T00:34:01.219Z] + cut -d/ -f2 [2023-02-16T00:34:01.219Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-16T00:34:01.219Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-16T00:34:01.220Z] + dirname cmd/support-notifications/Dockerfile [2023-02-16T00:34:01.220Z] + cut -d/ -f2 [2023-02-16T00:34:01.220Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-16T00:34:01.220Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-16T00:34:01.220Z] + cut -d/ -f2 [2023-02-16T00:34:01.220Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-16T00:34:01.291Z] 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-16T00:34:01.810Z] + git rev-list -1 --merges a9191bf8dcb1c8f9c8a9c518364e87b9133a8282~1..a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [Pipeline] echo [2023-02-16T00:34:01.843Z] -----------> git rev-list -1 --merges a9191bf8dcb1c8f9c8a9c518364e87b9133a8282~1..a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [false] [Pipeline] sh [2023-02-16T00:34:02.150Z] + git log --format=format:%s -1 a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [Pipeline] echo [2023-02-16T00:34:02.188Z] ========================================================= [2023-02-16T00:34:02.188Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-16T00:34:02.188Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-16T00:34:02.651Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T00:34:02.651Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-16T00:34:02.651Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-16T00:34:02.651Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-16T00:34:02.651Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-16T00:34:02.651Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-16T00:34:02.651Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:34:03.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T00:34:03.069Z] [2023-02-16T00:34:03.069Z] 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-16T00:34:03.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T00:34:03.435Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-16T00:34:03.435Z] b85a868b505f: Pulling fs layer [2023-02-16T00:34:03.435Z] e2be974225ed: Pulling fs layer [2023-02-16T00:34:03.435Z] 339a4e72a1f5: Pulling fs layer [2023-02-16T00:34:03.435Z] 988bab9f4d93: Pulling fs layer [2023-02-16T00:34:03.435Z] 1469e6f7b9e6: Pulling fs layer [2023-02-16T00:34:03.435Z] eaf3925da568: Pulling fs layer [2023-02-16T00:34:03.435Z] bab4dde63d76: Pulling fs layer [2023-02-16T00:34:03.435Z] bde34c3a00c8: Pulling fs layer [2023-02-16T00:34:03.435Z] b352a97aabf1: Pulling fs layer [2023-02-16T00:34:03.435Z] 4872d77fe225: Pulling fs layer [2023-02-16T00:34:03.435Z] 5851b861e8e6: Pulling fs layer [2023-02-16T00:34:03.435Z] b352a97aabf1: Waiting [2023-02-16T00:34:03.435Z] eaf3925da568: Waiting [2023-02-16T00:34:03.435Z] bab4dde63d76: Waiting [2023-02-16T00:34:03.435Z] 988bab9f4d93: Waiting [2023-02-16T00:34:03.435Z] bde34c3a00c8: Waiting [2023-02-16T00:34:03.435Z] 1469e6f7b9e6: Waiting [2023-02-16T00:34:03.435Z] 4872d77fe225: Waiting [2023-02-16T00:34:03.435Z] 5851b861e8e6: Waiting [2023-02-16T00:34:03.435Z] e2be974225ed: Download complete [2023-02-16T00:34:03.435Z] 988bab9f4d93: Verifying Checksum [2023-02-16T00:34:03.435Z] 988bab9f4d93: Download complete [2023-02-16T00:34:03.701Z] 1469e6f7b9e6: Verifying Checksum [2023-02-16T00:34:03.701Z] 1469e6f7b9e6: Download complete [2023-02-16T00:34:03.701Z] 339a4e72a1f5: Verifying Checksum [2023-02-16T00:34:03.701Z] 339a4e72a1f5: Download complete [2023-02-16T00:34:03.701Z] eaf3925da568: Verifying Checksum [2023-02-16T00:34:03.701Z] eaf3925da568: Download complete [2023-02-16T00:34:03.701Z] bde34c3a00c8: Download complete [2023-02-16T00:34:03.961Z] b352a97aabf1: Verifying Checksum [2023-02-16T00:34:03.961Z] b352a97aabf1: Download complete [2023-02-16T00:34:03.961Z] b85a868b505f: Verifying Checksum [2023-02-16T00:34:03.961Z] b85a868b505f: Download complete [2023-02-16T00:34:03.961Z] 4872d77fe225: Download complete [2023-02-16T00:34:03.961Z] 5851b861e8e6: Verifying Checksum [2023-02-16T00:34:03.961Z] 5851b861e8e6: Download complete [2023-02-16T00:34:04.220Z] bab4dde63d76: Download complete [2023-02-16T00:34:05.157Z] b85a868b505f: Pull complete [2023-02-16T00:34:05.415Z] e2be974225ed: Pull complete [2023-02-16T00:34:05.994Z] 339a4e72a1f5: Pull complete [2023-02-16T00:34:05.994Z] 988bab9f4d93: Pull complete [2023-02-16T00:34:06.257Z] 1469e6f7b9e6: Pull complete [2023-02-16T00:34:06.257Z] eaf3925da568: Pull complete [2023-02-16T00:34:08.160Z] bab4dde63d76: Pull complete [2023-02-16T00:34:08.160Z] bde34c3a00c8: Pull complete [2023-02-16T00:34:08.420Z] b352a97aabf1: Pull complete [2023-02-16T00:34:08.420Z] 4872d77fe225: Pull complete [2023-02-16T00:34:08.681Z] 5851b861e8e6: Pull complete [2023-02-16T00:34:08.681Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-16T00:34:08.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T00:34:08.681Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:34:08.957Z] prd-ubuntu20.04-docker-8c-8g-6223 does not seem to be running inside a container [2023-02-16T00:34:08.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T00:34:10.694Z] $ docker top 75a67bdd709708b7d9728fc868af0c5353e945a3d6572be339087d9b16f22dbb -eo pid,comm [2023-02-16T00:34:10.739Z] 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-16T00:34:10.739Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T00:34:10.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T00:34:10.876Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T00:34:11.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T00:34:11.016Z] $ docker exec 75a67bdd709708b7d9728fc868af0c5353e945a3d6572be339087d9b16f22dbb ssh-agent [2023-02-16T00:34:11.125Z] SSH_AUTH_SOCK=/tmp/ssh-p539EkpnP7K3/agent.33 [2023-02-16T00:34:11.125Z] SSH_AGENT_PID=39 [2023-02-16T00:34:11.131Z] Running ssh-add (command line suppressed) [2023-02-16T00:34:11.253Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1783884378627580993.key (/w/workspace/edgex-go/1@tmp/private_key_1783884378627580993.key) [2023-02-16T00:34:11.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T00:34:11.593Z] + git tag --points-at HEAD [Pipeline] } [2023-02-16T00:34:11.630Z] $ docker exec --env ******** --env ******** 75a67bdd709708b7d9728fc868af0c5353e945a3d6572be339087d9b16f22dbb ssh-agent -k [2023-02-16T00:34:11.730Z] unset SSH_AUTH_SOCK; [2023-02-16T00:34:11.730Z] unset SSH_AGENT_PID; [2023-02-16T00:34:11.730Z] echo Agent pid 39 killed; [2023-02-16T00:34:11.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-16T00:34:11.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T00:34:11.810Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T00:34:11.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T00:34:11.931Z] $ docker exec 75a67bdd709708b7d9728fc868af0c5353e945a3d6572be339087d9b16f22dbb ssh-agent [2023-02-16T00:34:12.045Z] SSH_AUTH_SOCK=/tmp/ssh-B9ysRqX6E09X/agent.71 [2023-02-16T00:34:12.045Z] SSH_AGENT_PID=78 [2023-02-16T00:34:12.050Z] Running ssh-add (command line suppressed) [2023-02-16T00:34:12.158Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_15208189282339718414.key (/w/workspace/edgex-go/1@tmp/private_key_15208189282339718414.key) [2023-02-16T00:34:12.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T00:34:12.502Z] + git semver init [2023-02-16T00:34:12.763Z] 2023-02-16 00:34:12,690 [run_init] DEBUG init version:0.0.0 force:False [2023-02-16T00:34:12.763Z] 2023-02-16 00:34:12,691 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-16T00:34:12.763Z] 2023-02-16 00:34:12,692 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-16T00:34:12.763Z] 2023-02-16 00:34:12,692 [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-16T00:34:19.344Z] 2023-02-16 00:34:18,252 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-16T00:34:19.344Z] 2023-02-16 00:34:18,254 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4365 with force:False [2023-02-16T00:34:19.344Z] 2023-02-16 00:34:18,254 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4365 [2023-02-16T00:34:19.344Z] 2023-02-16 00:34:18,259 [execute] INFO git cat-file --batch-check [2023-02-16T00:34:19.344Z] 2023-02-16 00:34:18,259 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T00:34:19.344Z] 2023-02-16 00:34:18,266 [execute] INFO git cat-file --batch [2023-02-16T00:34:19.344Z] 2023-02-16 00:34:18,267 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T00:34:19.344Z] 2023-02-16 00:34:18,273 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4365 [2023-02-16T00:34:19.344Z] 0.0.0 [Pipeline] } [2023-02-16T00:34:19.379Z] $ docker exec --env ******** --env ******** 75a67bdd709708b7d9728fc868af0c5353e945a3d6572be339087d9b16f22dbb ssh-agent -k [2023-02-16T00:34:19.487Z] unset SSH_AUTH_SOCK; [2023-02-16T00:34:19.488Z] unset SSH_AGENT_PID; [2023-02-16T00:34:19.488Z] echo Agent pid 78 killed; [2023-02-16T00:34:19.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T00:34:19.897Z] + git semver [Pipeline] } [2023-02-16T00:34:20.189Z] $ docker stop --time=1 75a67bdd709708b7d9728fc868af0c5353e945a3d6572be339087d9b16f22dbb [2023-02-16T00:34:21.537Z] $ docker rm -f --volumes 75a67bdd709708b7d9728fc868af0c5353e945a3d6572be339087d9b16f22dbb [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T00:34:21.952Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-16T00:34:22.228Z] Stashed 1 file(s) [Pipeline] echo [2023-02-16T00:34:22.246Z] [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-16T00:34:22.994Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-16T00:34:23.040Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T00:34:23.073Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T00:34:23.106Z] ========================================================= [2023-02-16T00:34:23.106Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-16T00:34:23.106Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-16T00:34:23.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T00:34:23.459Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-16T00:34:23.459Z] 213ec9aee27d: Pulling fs layer [2023-02-16T00:34:23.459Z] 4583459ba037: Pulling fs layer [2023-02-16T00:34:23.459Z] 93c1e223e6f2: Pulling fs layer [2023-02-16T00:34:23.459Z] 53926ce57604: Pulling fs layer [2023-02-16T00:34:23.459Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-16T00:34:23.459Z] 22ff95d597cd: Pulling fs layer [2023-02-16T00:34:23.459Z] 12d6caf4c0d1: Pulling fs layer [2023-02-16T00:34:23.459Z] 96b7cbca73a9: Pulling fs layer [2023-02-16T00:34:23.459Z] a7acece74701: Pulling fs layer [2023-02-16T00:34:23.459Z] 12d6caf4c0d1: Waiting [2023-02-16T00:34:23.459Z] 96b7cbca73a9: Waiting [2023-02-16T00:34:23.459Z] a7acece74701: Waiting [2023-02-16T00:34:23.459Z] 53926ce57604: Waiting [2023-02-16T00:34:23.459Z] 21b2b0c7a3f4: Waiting [2023-02-16T00:34:23.459Z] 22ff95d597cd: Waiting [2023-02-16T00:34:23.459Z] 93c1e223e6f2: Download complete [2023-02-16T00:34:23.459Z] 4583459ba037: Verifying Checksum [2023-02-16T00:34:23.459Z] 4583459ba037: Download complete [2023-02-16T00:34:23.459Z] 21b2b0c7a3f4: Download complete [2023-02-16T00:34:23.459Z] 22ff95d597cd: Verifying Checksum [2023-02-16T00:34:23.459Z] 22ff95d597cd: Download complete [2023-02-16T00:34:23.459Z] 213ec9aee27d: Verifying Checksum [2023-02-16T00:34:23.459Z] 213ec9aee27d: Download complete [2023-02-16T00:34:23.726Z] 12d6caf4c0d1: Verifying Checksum [2023-02-16T00:34:23.726Z] 12d6caf4c0d1: Download complete [2023-02-16T00:34:23.726Z] 213ec9aee27d: Pull complete [2023-02-16T00:34:24.008Z] 4583459ba037: Pull complete [2023-02-16T00:34:24.008Z] 93c1e223e6f2: Pull complete [2023-02-16T00:34:25.019Z] 96b7cbca73a9: Verifying Checksum [2023-02-16T00:34:25.019Z] 96b7cbca73a9: Download complete [2023-02-16T00:34:25.019Z] a7acece74701: Verifying Checksum [2023-02-16T00:34:25.019Z] a7acece74701: Download complete [2023-02-16T00:34:25.019Z] 53926ce57604: Verifying Checksum [2023-02-16T00:34:25.019Z] 53926ce57604: Download complete [2023-02-16T00:34:29.199Z] 53926ce57604: Pull complete [2023-02-16T00:34:29.199Z] 21b2b0c7a3f4: Pull complete [2023-02-16T00:34:29.199Z] 22ff95d597cd: Pull complete [2023-02-16T00:34:29.199Z] 12d6caf4c0d1: Pull complete [2023-02-16T00:34:31.726Z] 96b7cbca73a9: Pull complete [2023-02-16T00:34:32.293Z] a7acece74701: Pull complete [2023-02-16T00:34:32.293Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-16T00:34:32.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T00:34:32.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-16T00:34:32.647Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T00:34:32.647Z] WORKDIR /edgex [2023-02-16T00:34:32.647Z] COPY go.mod . [2023-02-16T00:34:32.647Z] RUN go mod download [2023-02-16T00:34:32.647Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-16T00:34:33.581Z] Sending build context to Docker daemon 170.3MB [2023-02-16T00:34:33.581Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T00:34:33.581Z] ---> db6d94c90886 [2023-02-16T00:34:33.581Z] Step 2/4 : WORKDIR /edgex [2023-02-16T00:34:36.118Z] ---> Running in c4dc198d77b1 [2023-02-16T00:34:36.118Z] Removing intermediate container c4dc198d77b1 [2023-02-16T00:34:36.118Z] ---> b416c370c41e [2023-02-16T00:34:36.118Z] Step 3/4 : COPY go.mod . [2023-02-16T00:34:36.118Z] ---> 8cd9f4327821 [2023-02-16T00:34:36.118Z] Step 4/4 : RUN go mod download [2023-02-16T00:34:36.118Z] ---> Running in e5477d9ae821 [2023-02-16T00:34:37.523Z] Still waiting to schedule task [2023-02-16T00:34:37.524Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-16T00:34:48.324Z] Removing intermediate container e5477d9ae821 [2023-02-16T00:34:48.325Z] ---> d190c2d0416b [2023-02-16T00:34:48.325Z] Successfully built d190c2d0416b [2023-02-16T00:34:48.325Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:34:48.699Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T00:34:48.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:34:48.837Z] prd-ubuntu20.04-docker-8c-8g-6223 does not seem to be running inside a container [2023-02-16T00:34:48.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T00:34:49.350Z] $ docker top ea1db2718d0b62e93189f2b96e5f8b384e12cb23bde750f0465df27ce19b1ea9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T00:34:49.797Z] + go version [2023-02-16T00:34:49.797Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-16T00:34:49.834Z] $ docker stop --time=1 ea1db2718d0b62e93189f2b96e5f8b384e12cb23bde750f0465df27ce19b1ea9 [2023-02-16T00:34:51.140Z] $ docker rm -f --volumes ea1db2718d0b62e93189f2b96e5f8b384e12cb23bde750f0465df27ce19b1ea9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:34:51.796Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T00:34:51.796Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:34:51.951Z] prd-ubuntu20.04-docker-8c-8g-6223 does not seem to be running inside a container [2023-02-16T00:34:51.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T00:34:52.348Z] $ docker top 31d1de0ccc29b8f3801b3b302f296555a250d80ad4854d12921f703323293433 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-16T00:34:52.446Z] ========================================================= [2023-02-16T00:34:52.446Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-16T00:34:52.446Z] ========================================================= [Pipeline] sh [2023-02-16T00:34:52.742Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-16T00:34:53.107Z] + make test [2023-02-16T00:34:53.107Z] go test -race -coverprofile=coverage.out ./... [2023-02-16T00:34:59.674Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-16T00:35:14.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.093s coverage: 28.7% of statements [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-16T00:35:14.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-16T00:35:15.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.098s coverage: 98.5% of statements [2023-02-16T00:35:18.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.247s coverage: 73.7% of statements [2023-02-16T00:35:18.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-16T00:35:18.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-16T00:35:18.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-16T00:35:18.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.119s coverage: 54.0% of statements [2023-02-16T00:35:18.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-16T00:35:18.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.239s coverage: 88.5% of statements [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.116s coverage: 3.9% of statements [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.555s coverage: 95.6% of statements [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.094s coverage: 72.2% of statements [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 65.9% of statements [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.089s coverage: 0.9% of statements [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.070s coverage: 29.6% of statements [2023-02-16T00:35:19.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 82.9% of statements [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2023-02-16T00:35:19.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2023-02-16T00:35:27.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements [2023-02-16T00:35:27.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.361s coverage: 79.9% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 64.4% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 77.4% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.248s coverage: 91.2% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.263s coverage: 63.1% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.396s coverage: 65.3% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 41.0% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.151s coverage: 92.3% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 63.2% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-16T00:35:40.082Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-16T00:35:40.082Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:35:40.082Z] 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-16T00:35:58.943Z] 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-16T00:35:58.943Z] go vet ./... [2023-02-16T00:36:03.127Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T00:36:03.127Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T00:36:03.127Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-16T00:36:03.163Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-16T00:36:03.480Z] + ls -al . [2023-02-16T00:36:03.480Z] total 748 [2023-02-16T00:36:03.480Z] drwxrwxr-x 11 1001 1001 4096 Feb 16 00:34 . [2023-02-16T00:36:03.480Z] drwxr-xr-x 4 root root 4096 Feb 16 00:34 .. [2023-02-16T00:36:03.480Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 00:33 .blubracket [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 16 Feb 16 00:33 .dockerignore [2023-02-16T00:36:03.480Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 00:35 .git [2023-02-16T00:36:03.480Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 00:33 .github [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 1024 Feb 16 00:33 .gitignore [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 42 Feb 16 00:33 .golangci.yml [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 87 Feb 16 00:33 .hadolint.yml [2023-02-16T00:36:03.480Z] drwxr-xr-x 3 1001 1001 4096 Feb 16 00:34 .semver [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 00:33 .sonarcloud.properties [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 1171 Feb 16 00:33 ADOPTERS.md [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 10825 Feb 16 00:33 Attribution.txt [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 73765 Feb 16 00:33 CHANGELOG.md [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:33 CONTRIBUTING.md [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 677 Feb 16 00:33 GOVERNANCE.md [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 850 Feb 16 00:33 Jenkinsfile [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:33 LICENSE [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 13375 Feb 16 00:33 Makefile [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 582 Feb 16 00:33 OWNERS.md [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 9403 Feb 16 00:33 README.md [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 6912 Feb 16 00:33 SECURITY.md [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 5 Feb 16 00:34 VERSION [2023-02-16T00:36:03.480Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 00:33 bin [2023-02-16T00:36:03.480Z] drwxrwxr-x 17 1001 1001 4096 Feb 16 00:33 cmd [2023-02-16T00:36:03.480Z] -rw-r--r-- 1 root root 487530 Feb 16 00:35 coverage.out [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 3295 Feb 16 00:33 go.mod [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 33318 Feb 16 00:33 go.sum [2023-02-16T00:36:03.480Z] drwxrwxr-x 7 1001 1001 4096 Feb 16 00:33 internal [2023-02-16T00:36:03.480Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 00:33 openapi [2023-02-16T00:36:03.480Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 00:33 snap [2023-02-16T00:36:03.480Z] -rw-rw-r-- 1 1001 1001 204 Feb 16 00:33 version.go [Pipeline] sh [2023-02-16T00:36:03.792Z] + '[' -e coverage.out ] [2023-02-16T00:36:03.792Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-16T00:36:03.915Z] Stashed 1 file(s) [Pipeline] sh [2023-02-16T00:36:04.214Z] + make build [2023-02-16T00:36:04.214Z] 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-16T00:36:16.421Z] 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-16T00:36:17.353Z] 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-16T00:36:18.727Z] 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-16T00:36:19.293Z] 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-16T00:36:27.407Z] 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-16T00:36:27.975Z] 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-16T00:36:28.908Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-16T00:36:30.282Z] 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-16T00:36:31.221Z] 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-16T00:36:31.787Z] 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-16T00:36:34.342Z] 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-16T00:36:35.749Z] $ docker stop --time=1 31d1de0ccc29b8f3801b3b302f296555a250d80ad4854d12921f703323293433 [2023-02-16T00:36:38.032Z] $ docker rm -f --volumes 31d1de0ccc29b8f3801b3b302f296555a250d80ad4854d12921f703323293433 [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-16T00:36:39.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T00:36:39.211Z] [2023-02-16T00:36:39.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:36:39.584Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T00:36:39.584Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-16T00:36:39.584Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-16T00:36:39.584Z] ca9280d653b3: Pulling fs layer [2023-02-16T00:36:39.584Z] 7e9c9ca2126c: Pulling fs layer [2023-02-16T00:36:39.584Z] cbdbe7a5bc2a: Download complete [2023-02-16T00:36:39.853Z] cbdbe7a5bc2a: Pull complete [2023-02-16T00:36:39.853Z] ca9280d653b3: Download complete [2023-02-16T00:36:40.426Z] 7e9c9ca2126c: Download complete [2023-02-16T00:36:40.426Z] ca9280d653b3: Pull complete [2023-02-16T00:36:42.960Z] 7e9c9ca2126c: Pull complete [2023-02-16T00:36:42.960Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-16T00:36:42.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T00:36:42.961Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:36:43.423Z] prd-ubuntu20.04-docker-8c-8g-6223 does not seem to be running inside a container [2023-02-16T00:36:43.462Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-16T00:36:44.737Z] $ docker top 1f3cd6ce6e23dce1e6252f0867480f20805067a3c52a35f43128ac0629c31510 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T00:36:45.113Z] + docker-compose build --help [2023-02-16T00:36:45.113Z] + grep parallel [2023-02-16T00:36:45.680Z] --parallel Build images in parallel. [Pipeline] } [2023-02-16T00:36:45.726Z] $ docker stop --time=1 1f3cd6ce6e23dce1e6252f0867480f20805067a3c52a35f43128ac0629c31510 [2023-02-16T00:36:46.991Z] $ docker rm -f --volumes 1f3cd6ce6e23dce1e6252f0867480f20805067a3c52a35f43128ac0629c31510 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:36:47.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-16T00:36:47.543Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:36:47.694Z] prd-ubuntu20.04-docker-8c-8g-6223 does not seem to be running inside a container [2023-02-16T00:36:47.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-16T00:36:48.083Z] $ docker top babc581c43204dab94c7de5ec0f3ba67a984c561250dd2c87a48bd403bbe80cd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T00:36:48.462Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-16T00:36:49.029Z] Building core-command ... [2023-02-16T00:36:49.029Z] Building core-common-config-bootstrapper ... [2023-02-16T00:36:49.029Z] Building core-data ... [2023-02-16T00:36:49.029Z] Building core-metadata ... [2023-02-16T00:36:49.029Z] Building security-bootstrapper ... [2023-02-16T00:36:49.029Z] Building security-proxy-setup ... [2023-02-16T00:36:49.029Z] Building security-secretstore-setup ... [2023-02-16T00:36:49.029Z] Building security-spiffe-token-provider ... [2023-02-16T00:36:49.029Z] Building security-spire-agent ... [2023-02-16T00:36:49.029Z] Building security-spire-config ... [2023-02-16T00:36:49.029Z] Building security-spire-server ... [2023-02-16T00:36:49.029Z] Building support-notifications ... [2023-02-16T00:36:49.029Z] Building support-scheduler ... [2023-02-16T00:36:49.029Z] Building security-secretstore-setup [2023-02-16T00:36:49.029Z] Building core-metadata [2023-02-16T00:36:49.029Z] Building security-proxy-setup [2023-02-16T00:36:49.029Z] Building security-spiffe-token-provider [2023-02-16T00:36:49.029Z] Building security-spire-agent [2023-02-16T00:36:58.993Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:36:58.993Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:36:58.993Z] ---> d190c2d0416b [2023-02-16T00:36:58.993Z] Step 3/21 : WORKDIR /edgex-go [2023-02-16T00:36:58.993Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:36:58.993Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:36:58.993Z] ---> d190c2d0416b [2023-02-16T00:36:58.993Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T00:36:59.251Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:36:59.251Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:36:59.251Z] ---> d190c2d0416b [2023-02-16T00:36:59.251Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T00:36:59.251Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:36:59.251Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:36:59.251Z] ---> d190c2d0416b [2023-02-16T00:36:59.251Z] Step 3/19 : WORKDIR /edgex-go [2023-02-16T00:36:59.819Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:36:59.819Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:36:59.819Z] ---> d190c2d0416b [2023-02-16T00:36:59.819Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:37:00.400Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6225 in /w/workspace/edgexfoundry_edgex-go_PR-4365 [Pipeline] { [Pipeline] ws [2023-02-16T00:37:00.461Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-16T00:37:00.564Z] The recommended git tool is: git [2023-02-16T00:37:03.106Z] ---> Running in 234f8be46585 [2023-02-16T00:37:03.106Z] ---> Running in 2006e8568ce9 [2023-02-16T00:37:03.106Z] ---> Running in c2a59e75ad10 [2023-02-16T00:37:03.106Z] ---> Running in e29b2c1b3a8f [2023-02-16T00:37:03.106Z] ---> Running in 192196ff54b6 [2023-02-16T00:37:03.106Z] Removing intermediate container c2a59e75ad10 [2023-02-16T00:37:03.106Z] ---> ae4eb6fbaa99 [2023-02-16T00:37:03.106Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-16T00:37:03.106Z] Removing intermediate container 234f8be46585 [2023-02-16T00:37:03.106Z] ---> fc16a5047c4b [2023-02-16T00:37:03.106Z] Step 4/24 : WORKDIR /edgex-go [2023-02-16T00:37:03.106Z] Removing intermediate container 192196ff54b6 [2023-02-16T00:37:03.106Z] ---> a3a500dad8e8 [2023-02-16T00:37:03.106Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-16T00:37:03.106Z] Removing intermediate container 2006e8568ce9 [2023-02-16T00:37:03.106Z] ---> 6bf2b01888be [2023-02-16T00:37:03.106Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-16T00:37:03.106Z] Removing intermediate container e29b2c1b3a8f [2023-02-16T00:37:03.106Z] ---> b8926a9b760c [2023-02-16T00:37:03.106Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T00:37:03.106Z] ---> Running in f05f0580047a [2023-02-16T00:37:03.106Z] ---> Running in efeb333e1d8a [2023-02-16T00:37:03.106Z] ---> Running in 84c801f4a4a6 [2023-02-16T00:37:03.106Z] ---> Running in d84dca2497d5 [2023-02-16T00:37:03.106Z] ---> Running in 2cbc1d6fd8af [2023-02-16T00:37:03.106Z] Removing intermediate container f05f0580047a [2023-02-16T00:37:03.106Z] ---> 5c515bd321d6 [2023-02-16T00:37:03.106Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-16T00:37:03.364Z] ---> Running in b0214669515d [2023-02-16T00:37:03.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:03.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:04.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:04.142Z] OK: 211 MiB in 51 packages [2023-02-16T00:37:04.142Z] OK: 211 MiB in 51 packages [2023-02-16T00:37:04.142Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-16T00:37:04.142Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-16T00:37:04.142Z] OK: 17046 distinct packages available [2023-02-16T00:37:04.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:04.142Z] OK: 211 MiB in 51 packages [2023-02-16T00:37:04.142Z] OK: 211 MiB in 51 packages [2023-02-16T00:37:04.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:37:04.400Z] OK: 211 MiB in 51 packages [2023-02-16T00:37:04.660Z] Removing intermediate container d84dca2497d5 [2023-02-16T00:37:04.660Z] ---> 6edabf25cd75 [2023-02-16T00:37:04.660Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-16T00:37:04.660Z] Removing intermediate container 84c801f4a4a6 [2023-02-16T00:37:04.660Z] ---> 2fd234548061 [2023-02-16T00:37:04.660Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T00:37:04.660Z] Removing intermediate container b0214669515d [2023-02-16T00:37:04.660Z] ---> 4c43325e78f3 [2023-02-16T00:37:04.660Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-16T00:37:04.918Z] ---> 5521ce292d04 [2023-02-16T00:37:04.918Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:37:04.918Z] Removing intermediate container 2cbc1d6fd8af [2023-02-16T00:37:04.918Z] ---> ab19f3a2e10b [2023-02-16T00:37:04.918Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T00:37:04.918Z] ---> Running in ce34f3951288 [2023-02-16T00:37:04.918Z] ---> 57afc2a375a6 [2023-02-16T00:37:04.918Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:37:04.918Z] ---> 65e3a8eed09e [2023-02-16T00:37:04.918Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:37:04.918Z] ---> Running in f12808694a04 [2023-02-16T00:37:04.918Z] Removing intermediate container efeb333e1d8a [2023-02-16T00:37:04.918Z] ---> 0fc88ca69c13 [2023-02-16T00:37:04.918Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-16T00:37:04.918Z] ---> a24fd4d2609e [2023-02-16T00:37:04.918Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:37:05.176Z] ---> Running in ed1fa475736d [2023-02-16T00:37:05.176Z] ---> Running in ed9d9aca55c5 [2023-02-16T00:37:05.176Z] ---> 32d4c319080e [2023-02-16T00:37:05.176Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:37:05.176Z] ---> Running in f4408186ac4b [2023-02-16T00:37:06.278Z] using credential edgex-jenkins-ssh [2023-02-16T00:37:06.295Z] Cloning the remote Git repository [2023-02-16T00:37:05.817Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-16T00:37:05.908Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-16T00:37:06.113Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-16T00:37:06.114Z] > git --version # timeout=10 [2023-02-16T00:37:06.144Z] > git --version # 'git version 2.25.1' [2023-02-16T00:37:06.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T00:37:06.215Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T00:37:22.511Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-16T00:37:22.531Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T00:37:23.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-16T00:37:23.482Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-16T00:37:23.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T00:37:23.502Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4365/head:refs/remotes/origin/PR-4365 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-16T00:37:24.935Z] Merging remotes/origin/main commit 4dbbd61a0bace45f2dafdef8fbb0ff2bd2f628db into PR head commit a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:37:25.366Z] Merge succeeded, producing a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:37:25.366Z] Checking out Revision a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 (PR-4365) [2023-02-16T00:37:24.422Z] > git config core.sparsecheckout # timeout=10 [2023-02-16T00:37:24.455Z] > git checkout -f a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 # timeout=10 [2023-02-16T00:37:24.725Z] > git remote # timeout=10 [2023-02-16T00:37:24.744Z] > git config --get remote.origin.url # timeout=10 [2023-02-16T00:37:24.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T00:37:24.781Z] > git merge 4dbbd61a0bace45f2dafdef8fbb0ff2bd2f628db # timeout=10 [2023-02-16T00:37:24.810Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-16T00:37:24.837Z] > git config core.sparsecheckout # timeout=10 [2023-02-16T00:37:24.854Z] > git checkout -f a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 # timeout=10 [2023-02-16T00:37:28.532Z] Commit message: "fix: Add missing 'core' to event publish topic" [2023-02-16T00:37:28.599Z] > git --version # timeout=10 [2023-02-16T00:37:28.612Z] > git --version # 'git version 2.25.1' [2023-02-16T00:37:28.636Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T00:37:40.175Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-16T00:37:40.176Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T00:37:40.176Z] Dload Upload Total Spent Left Speed [2023-02-16T00:37:40.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 132k 0 --:--:-- --:--:-- --:--:-- 133k [Pipeline] sh [2023-02-16T00:37:40.963Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-16T00:37:41.318Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-16T00:37:41.318Z] + sudo tee /etc/docker/daemon.new [2023-02-16T00:37:41.318Z] { [2023-02-16T00:37:41.318Z] "registry-mirrors": [ [2023-02-16T00:37:41.318Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-16T00:37:41.318Z] ], [2023-02-16T00:37:41.318Z] "bip": "10.250.0.254/24", [2023-02-16T00:37:41.318Z] "hosts": [ [2023-02-16T00:37:41.318Z] "tcp://0.0.0.0:5555", [2023-02-16T00:37:41.318Z] "unix:///var/run/docker.sock" [2023-02-16T00:37:41.318Z] ], [2023-02-16T00:37:41.318Z] "mtu": 1458, [2023-02-16T00:37:41.318Z] "selinux-enabled": true, [2023-02-16T00:37:41.318Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-16T00:37:41.318Z] } [Pipeline] sh [2023-02-16T00:37:41.665Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-16T00:37:42.015Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T00:38:00.343Z] provisioning config files... [2023-02-16T00:38:00.373Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3366047351237978842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T00:38:00.852Z] ---> docker-login.sh [2023-02-16T00:38:00.852Z] nexus3.edgexfoundry.org:10001 [2023-02-16T00:38:01.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:38:01.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:38:01.397Z] Configure a credential helper to remove this warning. See [2023-02-16T00:38:01.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:38:01.397Z] [2023-02-16T00:38:01.397Z] Login Succeeded [2023-02-16T00:38:01.397Z] nexus3.edgexfoundry.org:10002 [2023-02-16T00:38:01.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:38:01.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:38:01.937Z] Configure a credential helper to remove this warning. See [2023-02-16T00:38:01.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:38:01.937Z] [2023-02-16T00:38:01.937Z] Login Succeeded [2023-02-16T00:38:01.937Z] nexus3.edgexfoundry.org:10003 [2023-02-16T00:38:02.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:38:02.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:38:02.207Z] Configure a credential helper to remove this warning. See [2023-02-16T00:38:02.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:38:02.207Z] [2023-02-16T00:38:02.207Z] Login Succeeded [2023-02-16T00:38:02.207Z] nexus3.edgexfoundry.org:10004 [2023-02-16T00:38:02.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:38:02.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:38:02.749Z] Configure a credential helper to remove this warning. See [2023-02-16T00:38:02.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:38:02.749Z] [2023-02-16T00:38:02.749Z] Login Succeeded [2023-02-16T00:38:02.749Z] docker.io [2023-02-16T00:38:03.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T00:38:03.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T00:38:03.291Z] Configure a credential helper to remove this warning. See [2023-02-16T00:38:03.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T00:38:03.291Z] [2023-02-16T00:38:03.291Z] Login Succeeded [2023-02-16T00:38:03.291Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T00:38:03.318Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-16T00:38:04.000Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-16T00:38:04.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T00:38:04.085Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T00:38:04.117Z] ========================================================= [2023-02-16T00:38:04.117Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-16T00:38:04.117Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-16T00:38:04.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T00:38:04.764Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-16T00:38:04.764Z] 9b18e9b68314: Pulling fs layer [2023-02-16T00:38:04.764Z] 35d82f9e3411: Pulling fs layer [2023-02-16T00:38:04.764Z] e16973657156: Pulling fs layer [2023-02-16T00:38:04.764Z] fc693d55d65f: Pulling fs layer [2023-02-16T00:38:04.764Z] 7e9fc2657dce: Pulling fs layer [2023-02-16T00:38:04.764Z] dda99020689f: Pulling fs layer [2023-02-16T00:38:04.764Z] db1c61fa0a46: Pulling fs layer [2023-02-16T00:38:04.764Z] 891c053d2c06: Pulling fs layer [2023-02-16T00:38:04.764Z] 7e9fc2657dce: Waiting [2023-02-16T00:38:04.764Z] dda99020689f: Waiting [2023-02-16T00:38:04.764Z] db1c61fa0a46: Waiting [2023-02-16T00:38:04.764Z] 891c053d2c06: Waiting [2023-02-16T00:38:04.764Z] fc693d55d65f: Waiting [2023-02-16T00:38:04.764Z] e16973657156: Verifying Checksum [2023-02-16T00:38:04.764Z] e16973657156: Download complete [2023-02-16T00:38:04.764Z] 35d82f9e3411: Verifying Checksum [2023-02-16T00:38:04.764Z] 35d82f9e3411: Download complete [2023-02-16T00:38:04.764Z] 7e9fc2657dce: Verifying Checksum [2023-02-16T00:38:04.764Z] 7e9fc2657dce: Download complete [2023-02-16T00:38:04.764Z] dda99020689f: Verifying Checksum [2023-02-16T00:38:04.764Z] dda99020689f: Download complete [2023-02-16T00:38:04.764Z] 9b18e9b68314: Verifying Checksum [2023-02-16T00:38:04.764Z] 9b18e9b68314: Download complete [2023-02-16T00:38:05.740Z] 9b18e9b68314: Pull complete [2023-02-16T00:38:05.740Z] 891c053d2c06: Verifying Checksum [2023-02-16T00:38:05.740Z] 891c053d2c06: Download complete [2023-02-16T00:38:07.161Z] db1c61fa0a46: Verifying Checksum [2023-02-16T00:38:07.161Z] db1c61fa0a46: Download complete [2023-02-16T00:38:07.749Z] fc693d55d65f: Verifying Checksum [2023-02-16T00:38:07.749Z] fc693d55d65f: Download complete [2023-02-16T00:38:07.749Z] 35d82f9e3411: Pull complete [2023-02-16T00:38:08.019Z] e16973657156: Pull complete [2023-02-16T00:38:12.862Z] Removing intermediate container f12808694a04 [2023-02-16T00:38:12.862Z] ---> 026d27708469 [2023-02-16T00:38:12.862Z] Step 7/24 : COPY . . [2023-02-16T00:38:12.862Z] Removing intermediate container ed9d9aca55c5 [2023-02-16T00:38:12.862Z] ---> 9256f2991258 [2023-02-16T00:38:12.862Z] Step 7/24 : COPY . . [2023-02-16T00:38:12.862Z] Removing intermediate container ed1fa475736d [2023-02-16T00:38:12.862Z] ---> f1ab871310c8 [2023-02-16T00:38:12.862Z] Step 8/24 : COPY . . [2023-02-16T00:38:12.862Z] Removing intermediate container f4408186ac4b [2023-02-16T00:38:12.862Z] ---> a9700328074c [2023-02-16T00:38:12.862Z] Step 7/19 : COPY . . [2023-02-16T00:38:12.862Z] Removing intermediate container ce34f3951288 [2023-02-16T00:38:12.862Z] ---> 70aeca5007d9 [2023-02-16T00:38:12.862Z] Step 7/21 : COPY . . [2023-02-16T00:38:19.438Z] ---> 405e2115e67e [2023-02-16T00:38:19.438Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-16T00:38:19.438Z] ---> 6f30b836d124 [2023-02-16T00:38:19.438Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-16T00:38:19.696Z] ---> 498576dceca6 [2023-02-16T00:38:19.696Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-16T00:38:19.696Z] ---> 83f3c20b77a8 [2023-02-16T00:38:19.696Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T00:38:19.696Z] ---> bacc2fc57a75 [2023-02-16T00:38:19.696Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-16T00:38:19.696Z] ---> Running in de9f4abbdd38 [2023-02-16T00:38:19.696Z] ---> Running in b561446bcc45 [2023-02-16T00:38:19.696Z] ---> Running in c751d6b49cbc [2023-02-16T00:38:19.696Z] ---> Running in a05ee97a69fc [2023-02-16T00:38:19.696Z] ---> Running in 28c5ffff5640 [2023-02-16T00:38:19.696Z] Removing intermediate container a05ee97a69fc [2023-02-16T00:38:19.696Z] ---> 56c0b7c5a628 [2023-02-16T00:38:19.696Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T00:38:19.955Z] ---> Running in 1fd21e72ea0e [2023-02-16T00:38:19.955Z] Removing intermediate container 1fd21e72ea0e [2023-02-16T00:38:19.955Z] ---> af6c63bb06e3 [2023-02-16T00:38:19.955Z] 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-16T00:38:19.955Z] ---> Running in eb5ec00d5a6c [2023-02-16T00:38:20.213Z] 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-16T00:38:20.349Z] fc693d55d65f: Pull complete [2023-02-16T00:38:20.349Z] 7e9fc2657dce: Pull complete [2023-02-16T00:38:20.349Z] dda99020689f: Pull complete [2023-02-16T00:38:20.471Z] 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-16T00:38:20.471Z] 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-16T00:38:20.471Z] 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-16T00:38:21.401Z] Removing intermediate container eb5ec00d5a6c [2023-02-16T00:38:21.401Z] ---> 10c504892653 [2023-02-16T00:38:21.401Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T00:38:21.401Z] ---> Running in 66228f088d07 [2023-02-16T00:38:21.401Z] Removing intermediate container 66228f088d07 [2023-02-16T00:38:21.401Z] ---> 87fa7c9dd714 [2023-02-16T00:38:21.401Z] [2023-02-16T00:38:21.401Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T00:38:21.401Z] 3.15: Pulling from library/alpine [2023-02-16T00:38:21.969Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T00:38:21.969Z] Status: Downloaded newer image for alpine:3.15 [2023-02-16T00:38:21.969Z] ---> 5ce65d7b0fde [2023-02-16T00:38:21.969Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T00:38:21.969Z] ---> Running in 9afc0404f184 [2023-02-16T00:38:21.969Z] Removing intermediate container 9afc0404f184 [2023-02-16T00:38:21.969Z] ---> 684e1d96c459 [2023-02-16T00:38:21.969Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T00:38:21.969Z] ---> Running in 78829dd474e0 [2023-02-16T00:38:22.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:22.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:23.048Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T00:38:23.048Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T00:38:23.048Z] OK: 15857 distinct packages available [2023-02-16T00:38:23.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:23.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:23.304Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T00:38:23.304Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T00:38:23.304Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T00:38:23.304Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T00:38:23.304Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T00:38:23.304Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T00:38:23.304Z] OK: 7 MiB in 19 packages [2023-02-16T00:38:24.677Z] Removing intermediate container 78829dd474e0 [2023-02-16T00:38:24.677Z] ---> 06a6fd4ff2cf [2023-02-16T00:38:24.677Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-16T00:38:25.720Z] db1c61fa0a46: Pull complete [2023-02-16T00:38:26.049Z] ---> 7d9a941f3b06 [2023-02-16T00:38:26.049Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T00:38:28.303Z] 891c053d2c06: Pull complete [2023-02-16T00:38:28.303Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-16T00:38:28.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T00:38:28.303Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-16T00:38:28.692Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T00:38:28.692Z] WORKDIR /edgex [2023-02-16T00:38:28.692Z] COPY go.mod . [2023-02-16T00:38:28.692Z] RUN go mod download [2023-02-16T00:38:28.692Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-16T00:38:29.275Z] Sending build context to Docker daemon 3.1MB [2023-02-16T00:38:29.275Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T00:38:29.275Z] ---> f96f9c87975a [2023-02-16T00:38:29.275Z] Step 2/4 : WORKDIR /edgex [2023-02-16T00:38:31.226Z] ---> Running in ed93a903d109 [2023-02-16T00:38:31.495Z] Removing intermediate container ed93a903d109 [2023-02-16T00:38:31.495Z] ---> d2d1065a3c43 [2023-02-16T00:38:31.495Z] Step 3/4 : COPY go.mod . [2023-02-16T00:38:32.088Z] ---> 4f96b6f4b721 [2023-02-16T00:38:32.088Z] Step 4/4 : RUN go mod download [2023-02-16T00:38:32.088Z] ---> Running in 0b9c614502f7 [2023-02-16T00:38:32.610Z] ---> 74751fcc2c51 [2023-02-16T00:38:32.610Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T00:38:33.543Z] ---> 9d8d22866fb2 [2023-02-16T00:38:33.543Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-16T00:38:34.911Z] ---> ced97528c9b2 [2023-02-16T00:38:34.911Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-16T00:38:36.283Z] ---> b75fc6593d45 [2023-02-16T00:38:36.283Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T00:38:36.542Z] ---> Running in 11a57be8f15f [2023-02-16T00:38:37.107Z] Removing intermediate container 11a57be8f15f [2023-02-16T00:38:37.107Z] ---> d2f292d227fe [2023-02-16T00:38:37.107Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T00:38:37.671Z] ---> Running in 57c9f1b03268 [2023-02-16T00:38:37.932Z] Removing intermediate container 57c9f1b03268 [2023-02-16T00:38:37.932Z] ---> 87c52e55745f [2023-02-16T00:38:37.932Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T00:38:38.191Z] ---> Running in 63092aeb5b9c [2023-02-16T00:38:39.125Z] Removing intermediate container 63092aeb5b9c [2023-02-16T00:38:39.125Z] ---> 60fcb155d809 [2023-02-16T00:38:39.125Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:38:39.125Z] ---> Running in e712fb5f494e [2023-02-16T00:38:39.708Z] Removing intermediate container e712fb5f494e [2023-02-16T00:38:39.708Z] ---> a283f166d16b [2023-02-16T00:38:39.708Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T00:38:40.299Z] ---> Running in bf07066c4ee9 [2023-02-16T00:38:40.556Z] Removing intermediate container bf07066c4ee9 [2023-02-16T00:38:40.556Z] ---> ffbb22ac8d59 [2023-02-16T00:38:40.556Z] [2023-02-16T00:38:40.556Z] Successfully built ffbb22ac8d59 [2023-02-16T00:38:40.556Z] Successfully tagged security-spire-agent:latest [2023-02-16T00:38:40.556Z] Building core-command [2023-02-16T00:38:44.737Z]  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:38:44.737Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:38:44.737Z] ---> d190c2d0416b [2023-02-16T00:38:44.737Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:38:44.737Z] ---> Using cache [2023-02-16T00:38:44.737Z] ---> fc16a5047c4b [2023-02-16T00:38:44.737Z] Step 4/23 : WORKDIR /edgex-go [2023-02-16T00:38:44.737Z] ---> Using cache [2023-02-16T00:38:44.737Z] ---> 5c515bd321d6 [2023-02-16T00:38:44.737Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-16T00:38:44.737Z] ---> Using cache [2023-02-16T00:38:44.737Z] ---> 4c43325e78f3 [2023-02-16T00:38:44.737Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-16T00:38:44.737Z] ---> Using cache [2023-02-16T00:38:44.737Z] ---> 65e3a8eed09e [2023-02-16T00:38:44.737Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:38:44.737Z] ---> Using cache [2023-02-16T00:38:44.737Z] ---> f1ab871310c8 [2023-02-16T00:38:44.737Z] Step 8/23 : COPY . . [2023-02-16T00:38:44.737Z] ---> Using cache [2023-02-16T00:38:44.737Z] ---> 6f30b836d124 [2023-02-16T00:38:44.737Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-16T00:38:47.265Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-16T00:38:47.265Z] 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-16T00:38:47.829Z] ---> Running in f63c4e88ed79 [2023-02-16T00:38:48.086Z] 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-16T00:38:52.701Z] Removing intermediate container b561446bcc45 [2023-02-16T00:38:52.701Z] ---> 0e5e17b74f7c [2023-02-16T00:38:52.701Z] [2023-02-16T00:38:52.701Z] Step 10/24 : FROM alpine:3.16 [2023-02-16T00:38:54.075Z] 3.16: Pulling from library/alpine [2023-02-16T00:38:55.447Z] Removing intermediate container 28c5ffff5640 [2023-02-16T00:38:55.447Z] ---> 7c3d39ad65e3 [2023-02-16T00:38:55.447Z] [2023-02-16T00:38:55.447Z] Step 9/24 : FROM alpine:3.16 [2023-02-16T00:38:56.381Z] 3.16: Pulling from library/alpine [2023-02-16T00:38:56.687Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T00:38:56.687Z] Removing intermediate container c751d6b49cbc [2023-02-16T00:38:56.687Z] ---> 23f887554959 [2023-02-16T00:38:56.687Z] [2023-02-16T00:38:56.687Z] Step 9/21 : FROM alpine:3.16 [2023-02-16T00:38:56.687Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T00:38:56.687Z] Status: Image is up to date for alpine:3.16 [2023-02-16T00:38:56.687Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T00:38:57.023Z] ---> dfd21b5a31f5 [2023-02-16T00:38:57.023Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T00:38:57.383Z] 3.16: Pulling from library/alpine [2023-02-16T00:38:57.383Z] ---> dfd21b5a31f5 [2023-02-16T00:38:57.383Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-16T00:38:57.383Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T00:38:57.383Z] Status: Image is up to date for alpine:3.16 [2023-02-16T00:38:57.383Z] ---> dfd21b5a31f5 [2023-02-16T00:38:57.383Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-16T00:38:57.383Z] Removing intermediate container de9f4abbdd38 [2023-02-16T00:38:57.383Z] ---> e0ef14625d4b [2023-02-16T00:38:57.383Z] [2023-02-16T00:38:57.383Z] Step 9/19 : FROM alpine:3.15 [2023-02-16T00:38:57.383Z] ---> 5ce65d7b0fde [2023-02-16T00:38:57.383Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T00:38:57.383Z] ---> Using cache [2023-02-16T00:38:57.383Z] ---> 684e1d96c459 [2023-02-16T00:38:57.384Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-16T00:38:57.654Z] ---> Running in 8a45e1c17511 [2023-02-16T00:38:57.654Z] ---> Running in 5b31ed9a8a7d [2023-02-16T00:38:57.654Z] ---> Running in 07705302d122 [2023-02-16T00:38:57.654Z] ---> Running in a8b7e721cb23 [2023-02-16T00:38:58.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.567Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-16T00:38:58.567Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-16T00:38:58.567Z] (3/3) Installing su-exec (0.2-r1) [2023-02-16T00:38:58.567Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T00:38:58.567Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:38:58.567Z] OK: 6 MiB in 15 packages [2023-02-16T00:38:58.567Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:38:58.567Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T00:38:58.567Z] OK: 6 MiB in 17 packages [2023-02-16T00:38:58.861Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-16T00:38:58.861Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:58.861Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-16T00:38:58.861Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-16T00:38:58.861Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-16T00:38:58.861Z] (5/6) Installing curl (7.83.1-r6) [2023-02-16T00:38:58.861Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-16T00:38:58.861Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:38:58.861Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T00:38:58.861Z] OK: 8 MiB in 20 packages [2023-02-16T00:38:59.229Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T00:38:59.230Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T00:38:59.230Z] OK: 15857 distinct packages available [2023-02-16T00:38:59.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:59.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:38:59.525Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-16T00:38:59.525Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-16T00:38:59.525Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-16T00:38:59.525Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-16T00:38:59.525Z] (5/9) Installing curl (7.80.0-r6) [2023-02-16T00:38:59.525Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-16T00:38:59.525Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-16T00:38:59.525Z] (8/9) Installing libucontext (1.1-r0) [2023-02-16T00:38:59.525Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-16T00:38:59.525Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T00:38:59.525Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T00:38:59.525Z] OK: 8 MiB in 23 packages [2023-02-16T00:39:00.473Z] Removing intermediate container 8a45e1c17511 [2023-02-16T00:39:00.473Z] ---> e7e3976cb33e [2023-02-16T00:39:00.473Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T00:39:01.043Z] Removing intermediate container 5b31ed9a8a7d [2023-02-16T00:39:01.043Z] ---> 4dec85557e39 [2023-02-16T00:39:01.043Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T00:39:01.043Z] ---> Running in 60585bfc7ff6 [2023-02-16T00:39:01.302Z] ---> Running in 7ecc22126ab3 [2023-02-16T00:39:01.302Z] Removing intermediate container 07705302d122 [2023-02-16T00:39:01.302Z] ---> 1d88b8a93f8f [2023-02-16T00:39:01.302Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T00:39:01.302Z] Removing intermediate container a8b7e721cb23 [2023-02-16T00:39:01.302Z] ---> 527783a59ca7 [2023-02-16T00:39:01.302Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:39:01.577Z] Removing intermediate container 60585bfc7ff6 [2023-02-16T00:39:01.577Z] ---> cdbe7afc5c07 [2023-02-16T00:39:01.577Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-16T00:39:01.577Z] ---> Running in ad2666f1bf6f [2023-02-16T00:39:01.837Z] Removing intermediate container 7ecc22126ab3 [2023-02-16T00:39:01.837Z] ---> 21f093fa8f67 [2023-02-16T00:39:01.837Z] Step 12/24 : WORKDIR / [2023-02-16T00:39:02.094Z] ---> Running in 337078ddc746 [2023-02-16T00:39:02.094Z] ---> e294348d02ef [2023-02-16T00:39:02.094Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-16T00:39:02.676Z] ---> Running in a914d20c6de0 [2023-02-16T00:39:02.945Z] Removing intermediate container ad2666f1bf6f [2023-02-16T00:39:02.945Z] ---> d1aeca3b1724 [2023-02-16T00:39:02.945Z] Step 12/21 : WORKDIR /edgex [2023-02-16T00:39:03.204Z] ---> Running in 1e6903edc2df [2023-02-16T00:39:03.204Z] Removing intermediate container 337078ddc746 [2023-02-16T00:39:03.204Z] ---> f7159dd0c060 [2023-02-16T00:39:03.204Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-16T00:39:03.204Z] ---> 4b8bb59e275f [2023-02-16T00:39:03.204Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-16T00:39:03.462Z] ---> Running in e498b010b9f2 [2023-02-16T00:39:03.462Z] Removing intermediate container a914d20c6de0 [2023-02-16T00:39:03.462Z] ---> c7a010a5cd79 [2023-02-16T00:39:03.462Z] 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-16T00:39:03.462Z] Removing intermediate container 1e6903edc2df [2023-02-16T00:39:03.462Z] ---> fd59fed191fb [2023-02-16T00:39:03.462Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-16T00:39:03.462Z] ---> 9ecf17e3d045 [2023-02-16T00:39:03.462Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-16T00:39:03.462Z] Removing intermediate container e498b010b9f2 [2023-02-16T00:39:03.462Z] ---> 26f46840decf [2023-02-16T00:39:03.462Z] Step 15/24 : WORKDIR / [2023-02-16T00:39:03.719Z] ---> Running in bcd354c90fd2 [2023-02-16T00:39:03.719Z] ---> Running in d162acf91351 [2023-02-16T00:39:03.719Z] ---> 8739091ba6a3 [2023-02-16T00:39:03.719Z] 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-16T00:39:03.719Z] ---> 066fc6f0748b [2023-02-16T00:39:03.719Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-16T00:39:03.719Z] Removing intermediate container bcd354c90fd2 [2023-02-16T00:39:03.719Z] ---> f5327a03eec3 [2023-02-16T00:39:03.719Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T00:39:03.719Z] Removing intermediate container d162acf91351 [2023-02-16T00:39:03.719Z] ---> b471a26934b5 [2023-02-16T00:39:03.719Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:39:03.719Z] ---> Running in 1fa54eb1faa3 [2023-02-16T00:39:03.986Z] ---> 7b84cedefb89 [2023-02-16T00:39:03.986Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-16T00:39:03.986Z] Removing intermediate container 1fa54eb1faa3 [2023-02-16T00:39:03.986Z] ---> 7945ff4913ec [2023-02-16T00:39:03.986Z] Step 17/19 : LABEL arch=x86_64 [2023-02-16T00:39:03.986Z] ---> ecba80a010c2 [2023-02-16T00:39:03.986Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-16T00:39:04.244Z] ---> Running in d400ab8e8ccb [2023-02-16T00:39:04.244Z] ---> 275d6b077b7e [2023-02-16T00:39:04.244Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-16T00:39:04.244Z] ---> 3a5876812294 [2023-02-16T00:39:04.244Z] 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-16T00:39:04.244Z] Removing intermediate container d400ab8e8ccb [2023-02-16T00:39:04.244Z] ---> edfb6ae8b589 [2023-02-16T00:39:04.244Z] Step 18/19 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:04.502Z] ---> Running in 1c19bd8fbd2c [2023-02-16T00:39:04.502Z] ---> 253bc3e46135 [2023-02-16T00:39:04.502Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-16T00:39:04.763Z] ---> be08d98fa8f6 [2023-02-16T00:39:04.763Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-16T00:39:04.763Z] ---> d27a1388b219 [2023-02-16T00:39:04.763Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T00:39:04.763Z] Removing intermediate container 1c19bd8fbd2c [2023-02-16T00:39:04.763Z] ---> c7d087a761fc [2023-02-16T00:39:04.763Z] Step 19/19 : LABEL version=0.0.0 [2023-02-16T00:39:04.763Z] ---> Running in b2926b99bb56 [2023-02-16T00:39:05.021Z] ---> aa9ffd35eb10 [2023-02-16T00:39:05.021Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-16T00:39:05.021Z] Removing intermediate container b2926b99bb56 [2023-02-16T00:39:05.021Z] ---> 92c3d088ff0c [2023-02-16T00:39:05.021Z] [2023-02-16T00:39:05.021Z] ---> 7380cbee7cf2 [2023-02-16T00:39:05.021Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T00:39:05.021Z] ---> 87e45267ff56 [2023-02-16T00:39:05.021Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-16T00:39:05.021Z] ---> Running in 00431d3569d4 [2023-02-16T00:39:05.021Z] Successfully built 92c3d088ff0c [2023-02-16T00:39:05.021Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-16T00:39:05.021Z] Building support-notifications [2023-02-16T00:39:07.555Z]  Building security-spiffe-token-provider ... done  ---> c1ee01c02c3d [2023-02-16T00:39:07.555Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-16T00:39:07.555Z] ---> 96d625ee80da [2023-02-16T00:39:07.555Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T00:39:07.555Z] ---> Running in 759d3e0ef4ac [2023-02-16T00:39:07.555Z] Removing intermediate container f63c4e88ed79 [2023-02-16T00:39:07.555Z] ---> 8cb3a45bd4c4 [2023-02-16T00:39:07.555Z] [2023-02-16T00:39:07.555Z] Step 10/23 : FROM alpine:3.16 [2023-02-16T00:39:07.555Z] ---> dfd21b5a31f5 [2023-02-16T00:39:07.555Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-16T00:39:07.555Z] ---> Using cache [2023-02-16T00:39:07.555Z] ---> e7e3976cb33e [2023-02-16T00:39:07.555Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T00:39:07.555Z] ---> Using cache [2023-02-16T00:39:07.555Z] ---> cdbe7afc5c07 [2023-02-16T00:39:07.555Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-16T00:39:07.555Z] Removing intermediate container 00431d3569d4 [2023-02-16T00:39:07.555Z] ---> c3b9586f18c5 [2023-02-16T00:39:07.555Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T00:39:07.814Z] ---> Running in 99d4304b43a3 [2023-02-16T00:39:07.814Z] ---> 9502fc063ccf [2023-02-16T00:39:07.814Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T00:39:07.814Z] Removing intermediate container 759d3e0ef4ac [2023-02-16T00:39:07.814Z] ---> 9cfcc0b51d4d [2023-02-16T00:39:07.814Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T00:39:07.814Z] ---> Running in a56b0bf04738 [2023-02-16T00:39:07.814Z] ---> Running in 45591949aed3 [2023-02-16T00:39:07.814Z] ---> Running in ec3ed8879ee9 [2023-02-16T00:39:07.814Z] Removing intermediate container 99d4304b43a3 [2023-02-16T00:39:07.814Z] ---> 447e14cd10b9 [2023-02-16T00:39:07.814Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-16T00:39:08.072Z] ---> Running in f2e99cc81c10 [2023-02-16T00:39:08.072Z] Removing intermediate container a56b0bf04738 [2023-02-16T00:39:08.072Z] ---> f0673f2a452a [2023-02-16T00:39:08.072Z] Step 19/21 : LABEL arch=x86_64 [2023-02-16T00:39:08.072Z] Removing intermediate container ec3ed8879ee9 [2023-02-16T00:39:08.072Z] ---> 69e2ffe065fa [2023-02-16T00:39:08.072Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T00:39:08.330Z] ---> Running in 2903d3b4e574 [2023-02-16T00:39:08.330Z] ---> Running in 3e6723ff4ac2 [2023-02-16T00:39:08.330Z] Removing intermediate container f2e99cc81c10 [2023-02-16T00:39:08.330Z] ---> 17a99298759e [2023-02-16T00:39:08.330Z] Step 15/23 : WORKDIR / [2023-02-16T00:39:08.588Z] ---> Running in 7cd983f12a36 [2023-02-16T00:39:08.588Z] Removing intermediate container 2903d3b4e574 [2023-02-16T00:39:08.588Z] ---> 2c590b8133dc [2023-02-16T00:39:08.588Z] Step 20/21 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:08.588Z] Removing intermediate container 3e6723ff4ac2 [2023-02-16T00:39:08.588Z] ---> 04bde18675b5 [2023-02-16T00:39:08.588Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:08.588Z] ---> Running in b08ebfb0663d [2023-02-16T00:39:08.588Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:39:08.588Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:39:08.588Z] ---> d190c2d0416b [2023-02-16T00:39:08.588Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:39:08.588Z] ---> Using cache [2023-02-16T00:39:08.588Z] ---> fc16a5047c4b [2023-02-16T00:39:08.588Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T00:39:08.588Z] ---> Using cache [2023-02-16T00:39:08.588Z] ---> 5c515bd321d6 [2023-02-16T00:39:08.588Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-16T00:39:08.588Z] ---> Running in 876f30e9c5ff [2023-02-16T00:39:08.588Z] Removing intermediate container 7cd983f12a36 [2023-02-16T00:39:08.588Z] ---> cf41963d97d7 [2023-02-16T00:39:08.588Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:39:08.588Z] ---> Running in 280e573e3fe4 [2023-02-16T00:39:08.849Z] Removing intermediate container b08ebfb0663d [2023-02-16T00:39:08.849Z] ---> 44b80caa047d [2023-02-16T00:39:08.849Z] Step 21/21 : LABEL version=0.0.0 [2023-02-16T00:39:08.849Z] Removing intermediate container 876f30e9c5ff [2023-02-16T00:39:08.849Z] ---> 68d6f02e9946 [2023-02-16T00:39:08.849Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T00:39:08.849Z] Removing intermediate container 45591949aed3 [2023-02-16T00:39:08.849Z] ---> 4230f2c088de [2023-02-16T00:39:08.849Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T00:39:08.849Z] ---> Running in 75980ba57e36 [2023-02-16T00:39:08.849Z] ---> ab39ff5c308c [2023-02-16T00:39:08.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-16T00:39:08.849Z] ---> Running in 67c577a4259d [2023-02-16T00:39:08.849Z] ---> Running in e15c62dc8d2a [2023-02-16T00:39:09.107Z] Removing intermediate container 75980ba57e36 [2023-02-16T00:39:09.107Z] ---> ace6a48a187d [2023-02-16T00:39:09.107Z] [2023-02-16T00:39:09.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:09.107Z] Successfully built ace6a48a187d [2023-02-16T00:39:09.107Z] Removing intermediate container e15c62dc8d2a [2023-02-16T00:39:09.107Z] ---> c6fc093646f5 [2023-02-16T00:39:09.107Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T00:39:09.107Z] Successfully tagged security-proxy-setup:latest [2023-02-16T00:39:09.107Z] Building support-scheduler [2023-02-16T00:39:09.107Z]  Building security-proxy-setup ... done Removing intermediate container 67c577a4259d [2023-02-16T00:39:09.107Z] ---> ca0eeb625a9c [2023-02-16T00:39:09.107Z] [2023-02-16T00:39:09.107Z] Successfully built ca0eeb625a9c [2023-02-16T00:39:09.107Z] ---> Running in af865cde1333 [2023-02-16T00:39:09.107Z] Successfully tagged core-metadata:latest [2023-02-16T00:39:09.107Z]  Building core-metadata ... done Building security-spire-config [2023-02-16T00:39:09.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:09.365Z] ---> c7815271c2ee [2023-02-16T00:39:09.365Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-16T00:39:09.623Z] OK: 211 MiB in 51 packages [2023-02-16T00:39:10.190Z] Removing intermediate container af865cde1333 [2023-02-16T00:39:10.190Z] ---> 8d2aaac96632 [2023-02-16T00:39:10.190Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:12.113Z] ---> 4c3708325431 [2023-02-16T00:39:12.113Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-16T00:39:12.113Z] ---> Running in 6ddcdc7dcb74 [2023-02-16T00:39:12.113Z] ---> Running in 38853d04747f [2023-02-16T00:39:12.373Z] Removing intermediate container 6ddcdc7dcb74 [2023-02-16T00:39:12.373Z] ---> 7f23403c6240 [2023-02-16T00:39:12.373Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T00:39:12.373Z] Removing intermediate container 280e573e3fe4 [2023-02-16T00:39:12.373Z] ---> 0946d5971314 [2023-02-16T00:39:12.373Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T00:39:12.637Z] Removing intermediate container 38853d04747f [2023-02-16T00:39:12.637Z] ---> d181fafb8e7d [2023-02-16T00:39:12.637Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T00:39:12.637Z] ---> Running in 869908f1383f [2023-02-16T00:39:12.637Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:39:12.637Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:39:12.637Z] ---> d190c2d0416b [2023-02-16T00:39:12.637Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:39:12.637Z] ---> Using cache [2023-02-16T00:39:12.637Z] ---> fc16a5047c4b [2023-02-16T00:39:12.637Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T00:39:12.637Z] ---> Using cache [2023-02-16T00:39:12.637Z] ---> 5c515bd321d6 [2023-02-16T00:39:12.637Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T00:39:12.637Z] ---> Using cache [2023-02-16T00:39:12.637Z] ---> 4c43325e78f3 [2023-02-16T00:39:12.637Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T00:39:12.637Z] ---> Using cache [2023-02-16T00:39:12.637Z] ---> 65e3a8eed09e [2023-02-16T00:39:12.637Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:39:12.637Z] ---> Using cache [2023-02-16T00:39:12.637Z] ---> f1ab871310c8 [2023-02-16T00:39:12.637Z] Step 8/22 : COPY . . [2023-02-16T00:39:12.637Z] ---> Using cache [2023-02-16T00:39:12.637Z] ---> 6f30b836d124 [2023-02-16T00:39:12.637Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-16T00:39:12.637Z] ---> 9377fd2dc3ec [2023-02-16T00:39:12.637Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:39:12.637Z] ---> Running in eed7ea3800a4 [2023-02-16T00:39:12.896Z] ---> Running in 6cef44cf5eb5 [2023-02-16T00:39:12.896Z] Removing intermediate container 869908f1383f [2023-02-16T00:39:12.896Z] ---> 6895438cf528 [2023-02-16T00:39:12.896Z] [2023-02-16T00:39:12.896Z] ---> Running in 8d2f01ed3075 [2023-02-16T00:39:12.896Z] Successfully built 6895438cf528 [2023-02-16T00:39:12.896Z] Successfully tagged security-secretstore-setup:latest [2023-02-16T00:39:12.896Z]  Building security-secretstore-setup ... done Removing intermediate container eed7ea3800a4 [2023-02-16T00:39:12.896Z] Building security-spire-server [2023-02-16T00:39:12.896Z] ---> 13d1c9173658 [2023-02-16T00:39:12.896Z] Step 21/23 : LABEL arch=x86_64 [2023-02-16T00:39:13.154Z] ---> Running in 6bb558ec7415 [2023-02-16T00:39:13.413Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:39:13.413Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:39:13.413Z] ---> d190c2d0416b [2023-02-16T00:39:13.413Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> b8926a9b760c [2023-02-16T00:39:13.413Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> ab19f3a2e10b [2023-02-16T00:39:13.413Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> a24fd4d2609e [2023-02-16T00:39:13.413Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> 9256f2991258 [2023-02-16T00:39:13.413Z] Step 7/24 : COPY . . [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> 83f3c20b77a8 [2023-02-16T00:39:13.413Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> 56c0b7c5a628 [2023-02-16T00:39:13.413Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> af6c63bb06e3 [2023-02-16T00:39:13.413Z] 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-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> 10c504892653 [2023-02-16T00:39:13.413Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> 87fa7c9dd714 [2023-02-16T00:39:13.413Z] [2023-02-16T00:39:13.413Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T00:39:13.413Z] ---> 5ce65d7b0fde [2023-02-16T00:39:13.413Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T00:39:13.413Z] ---> Using cache [2023-02-16T00:39:13.413Z] ---> 684e1d96c459 [2023-02-16T00:39:13.413Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-16T00:39:13.674Z] 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-16T00:39:14.605Z] Removing intermediate container 6bb558ec7415 [2023-02-16T00:39:14.605Z] ---> b1b726bc07cb [2023-02-16T00:39:14.605Z] Step 22/23 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:14.861Z] ---> Running in 6bdf5da1b2e2 [2023-02-16T00:39:14.861Z] ---> Running in 7e0ea8db88fd [2023-02-16T00:39:14.861Z] Removing intermediate container 6bdf5da1b2e2 [2023-02-16T00:39:14.861Z] ---> 264eb8064f9f [2023-02-16T00:39:14.861Z] Step 23/23 : LABEL version=0.0.0 [2023-02-16T00:39:15.118Z] ---> Running in 8bb78aa9edbe [2023-02-16T00:39:15.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:15.376Z] Removing intermediate container 8bb78aa9edbe [2023-02-16T00:39:15.376Z] ---> ef7fdc346161 [2023-02-16T00:39:15.376Z] [2023-02-16T00:39:15.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:15.376Z] Successfully built ef7fdc346161 [2023-02-16T00:39:15.376Z] Successfully tagged core-command:latest [2023-02-16T00:39:15.376Z] Building security-bootstrapper [2023-02-16T00:39:15.942Z]  Building core-command ... done v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T00:39:15.942Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T00:39:15.942Z] OK: 15857 distinct packages available [2023-02-16T00:39:15.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:15.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:15.942Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:39:15.942Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:39:15.942Z] ---> d190c2d0416b [2023-02-16T00:39:15.942Z] Step 3/23 : WORKDIR /edgex-go [2023-02-16T00:39:15.942Z] ---> Using cache [2023-02-16T00:39:15.942Z] ---> b8926a9b760c [2023-02-16T00:39:15.942Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T00:39:15.942Z] ---> Using cache [2023-02-16T00:39:15.942Z] ---> ab19f3a2e10b [2023-02-16T00:39:15.942Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-16T00:39:15.942Z] ---> Using cache [2023-02-16T00:39:15.942Z] ---> a24fd4d2609e [2023-02-16T00:39:15.942Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:39:15.942Z] ---> Using cache [2023-02-16T00:39:15.942Z] ---> 9256f2991258 [2023-02-16T00:39:15.942Z] Step 7/23 : COPY . . [2023-02-16T00:39:15.942Z] ---> Using cache [2023-02-16T00:39:15.942Z] ---> 83f3c20b77a8 [2023-02-16T00:39:15.942Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T00:39:15.942Z] ---> Using cache [2023-02-16T00:39:15.942Z] ---> 56c0b7c5a628 [2023-02-16T00:39:15.942Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-16T00:39:15.942Z] ---> Using cache [2023-02-16T00:39:15.942Z] ---> af6c63bb06e3 [2023-02-16T00:39:15.942Z] 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-16T00:39:16.200Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-16T00:39:16.200Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-16T00:39:16.200Z] (3/4) Installing libucontext (1.1-r0) [2023-02-16T00:39:16.200Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-16T00:39:16.200Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T00:39:16.200Z] OK: 6 MiB in 18 packages [2023-02-16T00:39:18.098Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:39:18.098Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:39:18.098Z] ---> d190c2d0416b [2023-02-16T00:39:18.098Z] Step 3/32 : WORKDIR /edgex-go [2023-02-16T00:39:18.098Z] ---> Using cache [2023-02-16T00:39:18.098Z] ---> b8926a9b760c [2023-02-16T00:39:18.098Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-16T00:39:18.356Z] ---> Running in bb27830f6d98 [2023-02-16T00:39:18.356Z] ---> Running in 81a600cfe2f8 [2023-02-16T00:39:18.614Z] Removing intermediate container 7e0ea8db88fd [2023-02-16T00:39:18.614Z] ---> 9b91e4ac6b0d [2023-02-16T00:39:18.614Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T00:39:18.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:18.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:18.963Z] Removing intermediate container 0b9c614502f7 [2023-02-16T00:39:18.963Z] ---> 0208b9b36774 [2023-02-16T00:39:18.963Z] Successfully built 0208b9b36774 [2023-02-16T00:39:18.963Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:39:19.131Z] OK: 211 MiB in 51 packages [2023-02-16T00:39:19.373Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T00:39:19.374Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:39:19.639Z] prd-ubuntu20.04-docker-arm64-4c-16g-6225 does not seem to be running inside a container [2023-02-16T00:39:19.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-16T00:39:20.063Z] Removing intermediate container bb27830f6d98 [2023-02-16T00:39:20.063Z] ---> 5ac15738916a [2023-02-16T00:39:20.063Z] Step 11/23 : WORKDIR /edgex-go [2023-02-16T00:39:20.063Z] ---> f1a6eec62471 [2023-02-16T00:39:20.063Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T00:39:20.063Z] ---> Running in a93845054a94 [2023-02-16T00:39:20.063Z] Removing intermediate container 81a600cfe2f8 [2023-02-16T00:39:20.063Z] ---> 79c8b98effec [2023-02-16T00:39:20.063Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-16T00:39:20.063Z] Removing intermediate container a93845054a94 [2023-02-16T00:39:20.063Z] ---> 9bee7017c650 [2023-02-16T00:39:20.063Z] [2023-02-16T00:39:20.063Z] Step 12/23 : FROM alpine:3.15 [2023-02-16T00:39:20.063Z] ---> 5ce65d7b0fde [2023-02-16T00:39:20.063Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T00:39:20.063Z] ---> Using cache [2023-02-16T00:39:20.063Z] ---> 684e1d96c459 [2023-02-16T00:39:20.063Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T00:39:20.063Z] ---> Using cache [2023-02-16T00:39:20.063Z] ---> 06a6fd4ff2cf [2023-02-16T00:39:20.063Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T00:39:20.361Z] ---> bde2c6565bf6 [2023-02-16T00:39:20.361Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-16T00:39:20.361Z] ---> Running in d7332cca19b9 [2023-02-16T00:39:20.361Z] ---> 191275d49748 [2023-02-16T00:39:20.361Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:39:20.361Z] ---> Running in db789c62bc43 [2023-02-16T00:39:20.622Z] Removing intermediate container d7332cca19b9 [2023-02-16T00:39:20.622Z] ---> 98c36a40d735 [2023-02-16T00:39:20.622Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-16T00:39:20.907Z] $ docker top 3e8c2eb8a620d71fbca55c9905ddeaa25eb7ea85dfa72a999a4876c30d8762d4 -eo pid,comm [Pipeline] { [2023-02-16T00:39:21.187Z] ---> b753355a2403 [2023-02-16T00:39:21.187Z] Step 19/24 : WORKDIR / [Pipeline] sh [2023-02-16T00:39:21.444Z] ---> Running in c915b2a17283 [2023-02-16T00:39:21.705Z] Removing intermediate container c915b2a17283 [2023-02-16T00:39:21.705Z] ---> 05ea1dea9d50 [2023-02-16T00:39:21.705Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T00:39:21.705Z] ---> Running in b45179179a8c [2023-02-16T00:39:21.705Z] ---> 6a7fc9087584 [2023-02-16T00:39:21.705Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T00:39:21.825Z] + go version [2023-02-16T00:39:21.825Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-16T00:39:21.865Z] $ docker stop --time=1 3e8c2eb8a620d71fbca55c9905ddeaa25eb7ea85dfa72a999a4876c30d8762d4 [2023-02-16T00:39:21.962Z] Removing intermediate container b45179179a8c [2023-02-16T00:39:21.962Z] ---> fc7120051254 [2023-02-16T00:39:21.962Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T00:39:22.220Z] ---> af3f9d24cb53 [2023-02-16T00:39:22.220Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-16T00:39:22.220Z] ---> Running in f020b07189c9 [2023-02-16T00:39:22.220Z] Removing intermediate container f020b07189c9 [2023-02-16T00:39:22.220Z] ---> a39734522fc9 [2023-02-16T00:39:22.220Z] Step 22/24 : LABEL arch=x86_64 [2023-02-16T00:39:22.220Z] ---> Running in 2a46d34e0882 [2023-02-16T00:39:22.477Z] ---> e8fbcc56dbdc [2023-02-16T00:39:22.477Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-16T00:39:22.749Z] Removing intermediate container 2a46d34e0882 [2023-02-16T00:39:22.749Z] ---> 0d77a1b8e592 [2023-02-16T00:39:22.749Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:22.749Z] ---> Running in 188dc7c2be96 [2023-02-16T00:39:22.749Z] ---> d1947b26e3c5 [2023-02-16T00:39:22.749Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T00:39:22.749Z] ---> Running in b1ad2b191833 [2023-02-16T00:39:23.009Z] Removing intermediate container 188dc7c2be96 [2023-02-16T00:39:23.009Z] ---> 10213568ac65 [2023-02-16T00:39:23.009Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T00:39:23.009Z] Removing intermediate container b1ad2b191833 [2023-02-16T00:39:23.009Z] ---> 5e3ab65e1394 [2023-02-16T00:39:23.009Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T00:39:23.009Z] ---> Running in 5efac89048f2 [2023-02-16T00:39:23.009Z] ---> Running in d24cd77ae5ea [2023-02-16T00:39:23.267Z] Removing intermediate container 5efac89048f2 [2023-02-16T00:39:23.267Z] ---> 90b775f42c3c [2023-02-16T00:39:23.267Z] [2023-02-16T00:39:23.267Z] Removing intermediate container d24cd77ae5ea [2023-02-16T00:39:23.267Z] ---> 34b2cac04dee [2023-02-16T00:39:23.267Z] Step 21/23 : LABEL arch=x86_64 [2023-02-16T00:39:23.267Z] Successfully built 90b775f42c3c [2023-02-16T00:39:23.267Z] Successfully tagged security-spire-config:latest [2023-02-16T00:39:23.267Z] Building core-data [2023-02-16T00:39:23.267Z]  Building security-spire-config ... done  ---> Running in dfd6cd6e6fcb [2023-02-16T00:39:24.031Z] $ docker rm -f --volumes 3e8c2eb8a620d71fbca55c9905ddeaa25eb7ea85dfa72a999a4876c30d8762d4 [2023-02-16T00:39:24.198Z] Removing intermediate container dfd6cd6e6fcb [2023-02-16T00:39:24.198Z] ---> b57299993430 [2023-02-16T00:39:24.198Z] Step 22/23 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:39:24.991Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T00:39:24.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:39:25.247Z] prd-ubuntu20.04-docker-arm64-4c-16g-6225 does not seem to be running inside a container [2023-02-16T00:39:25.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-16T00:39:25.570Z] ---> Running in bd415495b275 [2023-02-16T00:39:25.842Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:39:25.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:39:25.842Z] ---> d190c2d0416b [2023-02-16T00:39:25.842Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:39:25.842Z] ---> Using cache [2023-02-16T00:39:25.842Z] ---> fc16a5047c4b [2023-02-16T00:39:25.842Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T00:39:25.842Z] ---> Using cache [2023-02-16T00:39:25.842Z] ---> 5c515bd321d6 [2023-02-16T00:39:25.842Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T00:39:25.842Z] ---> Using cache [2023-02-16T00:39:25.842Z] ---> 4c43325e78f3 [2023-02-16T00:39:25.842Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T00:39:25.842Z] ---> Using cache [2023-02-16T00:39:25.842Z] ---> 65e3a8eed09e [2023-02-16T00:39:25.842Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:39:25.842Z] ---> Using cache [2023-02-16T00:39:25.842Z] ---> f1ab871310c8 [2023-02-16T00:39:25.842Z] Step 8/22 : COPY . . [2023-02-16T00:39:25.842Z] ---> Using cache [2023-02-16T00:39:25.842Z] ---> 6f30b836d124 [2023-02-16T00:39:25.842Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-16T00:39:25.842Z] Removing intermediate container bd415495b275 [2023-02-16T00:39:25.842Z] ---> 0715705dc036 [2023-02-16T00:39:25.842Z] Step 23/23 : LABEL version=0.0.0 [2023-02-16T00:39:25.842Z] ---> Running in 2d6be5a01d18 [2023-02-16T00:39:25.842Z] ---> Running in 3daf7a0f875a [2023-02-16T00:39:26.100Z] Removing intermediate container 3daf7a0f875a [2023-02-16T00:39:26.100Z] ---> af102dfbe5af [2023-02-16T00:39:26.100Z] [2023-02-16T00:39:26.100Z] Successfully built af102dfbe5af [2023-02-16T00:39:26.100Z] Successfully tagged security-spire-server:latest [2023-02-16T00:39:26.100Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-02-16T00:39:26.358Z] 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-16T00:39:26.447Z] $ docker top 2b3a12be30d5d7707043ca05a2a1ecc3298af1059a0f9d8930d3946943d285d9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-16T00:39:26.768Z] ========================================================= [2023-02-16T00:39:26.768Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-16T00:39:26.768Z] ========================================================= [Pipeline] sh [2023-02-16T00:39:27.416Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-16T00:39:28.127Z] + make test [2023-02-16T00:39:28.127Z] go test -race -coverprofile=coverage.out ./... [2023-02-16T00:39:28.886Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:39:28.886Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:39:28.886Z] ---> d190c2d0416b [2023-02-16T00:39:28.886Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:39:28.886Z] ---> Using cache [2023-02-16T00:39:28.886Z] ---> fc16a5047c4b [2023-02-16T00:39:28.886Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T00:39:28.886Z] ---> Using cache [2023-02-16T00:39:28.886Z] ---> 5c515bd321d6 [2023-02-16T00:39:28.886Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T00:39:28.886Z] ---> Using cache [2023-02-16T00:39:28.886Z] ---> 4c43325e78f3 [2023-02-16T00:39:28.886Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T00:39:28.886Z] ---> Using cache [2023-02-16T00:39:28.886Z] ---> 65e3a8eed09e [2023-02-16T00:39:28.886Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:39:28.886Z] ---> Using cache [2023-02-16T00:39:28.886Z] ---> f1ab871310c8 [2023-02-16T00:39:28.886Z] Step 8/22 : COPY . . [2023-02-16T00:39:28.886Z] ---> Using cache [2023-02-16T00:39:28.886Z] ---> 6f30b836d124 [2023-02-16T00:39:28.886Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-16T00:39:31.413Z] ---> Running in 6d0019bc69ff [2023-02-16T00:39:31.978Z] 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-16T00:39:38.557Z] Removing intermediate container 8d2f01ed3075 [2023-02-16T00:39:38.557Z] ---> 3482b84fb90b [2023-02-16T00:39:38.557Z] Step 8/22 : COPY . . [2023-02-16T00:39:41.104Z] Removing intermediate container 6cef44cf5eb5 [2023-02-16T00:39:41.104Z] ---> a63884ee73ee [2023-02-16T00:39:41.104Z] [2023-02-16T00:39:41.104Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T00:39:41.104Z] ---> dfd21b5a31f5 [2023-02-16T00:39:41.104Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T00:39:41.104Z] ---> Using cache [2023-02-16T00:39:41.104Z] ---> e7e3976cb33e [2023-02-16T00:39:41.104Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T00:39:41.104Z] ---> Using cache [2023-02-16T00:39:41.104Z] ---> cdbe7afc5c07 [2023-02-16T00:39:41.104Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-16T00:39:42.485Z] ---> Running in ae815b6e68f5 [2023-02-16T00:39:43.053Z] Removing intermediate container ae815b6e68f5 [2023-02-16T00:39:43.053Z] ---> e91f13f17420 [2023-02-16T00:39:43.053Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T00:39:43.620Z] ---> Running in 216acb7be44c [2023-02-16T00:39:44.185Z] Removing intermediate container 216acb7be44c [2023-02-16T00:39:44.185Z] ---> b4a9f4e58347 [2023-02-16T00:39:44.185Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:39:44.751Z] ---> 1fcb6c16036b [2023-02-16T00:39:44.751Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-16T00:39:45.685Z] ---> 272a7a479ce4 [2023-02-16T00:39:45.685Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-16T00:39:45.685Z] ---> 3b777b28714d [2023-02-16T00:39:45.685Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-16T00:39:45.685Z] ---> Running in 55cb906d6e87 [2023-02-16T00:39:45.942Z] ---> a262aab0fbde [2023-02-16T00:39:45.942Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-16T00:39:46.200Z] ---> Running in 14eb20934c53 [2023-02-16T00:39:46.200Z] Removing intermediate container db789c62bc43 [2023-02-16T00:39:46.200Z] ---> d82bf9e5d5e6 [2023-02-16T00:39:46.200Z] Step 7/32 : COPY . . [2023-02-16T00:39:46.457Z] Removing intermediate container 14eb20934c53 [2023-02-16T00:39:46.457Z] ---> e3c04d5e5bd3 [2023-02-16T00:39:46.457Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T00:39:46.457Z] 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-16T00:39:47.829Z] ---> Running in 8ffb565fde03 [2023-02-16T00:39:48.820Z] Removing intermediate container 8ffb565fde03 [2023-02-16T00:39:48.820Z] ---> 9cec2e78ef08 [2023-02-16T00:39:48.820Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T00:39:48.820Z] Removing intermediate container 2d6be5a01d18 [2023-02-16T00:39:48.820Z] ---> 398d57833ec0 [2023-02-16T00:39:48.820Z] [2023-02-16T00:39:48.820Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T00:39:48.820Z] ---> dfd21b5a31f5 [2023-02-16T00:39:48.820Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-16T00:39:48.820Z] ---> Running in 22b07bdd7c99 [2023-02-16T00:39:48.820Z] ---> Running in 7df81ba01ee2 [2023-02-16T00:39:49.079Z] Removing intermediate container 22b07bdd7c99 [2023-02-16T00:39:49.079Z] ---> 0f1becd8d5bd [2023-02-16T00:39:49.079Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:49.079Z] Removing intermediate container 7df81ba01ee2 [2023-02-16T00:39:49.079Z] ---> d25e8833b1c5 [2023-02-16T00:39:49.079Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-16T00:39:49.358Z] ---> Running in 6a49534316d9 [2023-02-16T00:39:49.358Z] ---> Running in ee1adf0051e5 [2023-02-16T00:39:49.616Z] Removing intermediate container ee1adf0051e5 [2023-02-16T00:39:49.616Z] ---> 320623298b93 [2023-02-16T00:39:49.616Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T00:39:49.874Z] Removing intermediate container 6a49534316d9 [2023-02-16T00:39:49.874Z] ---> aa1c4f702659 [2023-02-16T00:39:49.874Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-16T00:39:50.131Z] ---> Running in 445251691e4c [2023-02-16T00:39:50.131Z] ---> Running in 81c45d0c2289 [2023-02-16T00:39:50.704Z] Removing intermediate container 445251691e4c [2023-02-16T00:39:50.704Z] ---> de0e764f17e7 [2023-02-16T00:39:50.704Z] [2023-02-16T00:39:50.704Z] Successfully built de0e764f17e7 [2023-02-16T00:39:50.704Z] Successfully tagged support-scheduler:latest [2023-02-16T00:39:50.704Z]  Building support-scheduler ... done Removing intermediate container 81c45d0c2289 [2023-02-16T00:39:50.704Z] ---> 9631008aa552 [2023-02-16T00:39:50.704Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T00:39:50.962Z] ---> Running in 6b8b6fceaf3d [2023-02-16T00:39:51.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:51.527Z] ---> cfc5701d86d0 [2023-02-16T00:39:51.527Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-16T00:39:51.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:52.041Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T00:39:52.042Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:39:52.042Z] ---> Running in 8cad241a4a19 [2023-02-16T00:39:52.042Z] OK: 6 MiB in 15 packages [2023-02-16T00:39:52.299Z] Removing intermediate container 6d0019bc69ff [2023-02-16T00:39:52.299Z] ---> 192e07c092d6 [2023-02-16T00:39:52.299Z] [2023-02-16T00:39:52.299Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T00:39:52.299Z] ---> dfd21b5a31f5 [2023-02-16T00:39:52.299Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-16T00:39:52.299Z] ---> Running in b384cd90477e [2023-02-16T00:39:52.556Z] Removing intermediate container b384cd90477e [2023-02-16T00:39:52.556Z] ---> 39a9458ccee2 [2023-02-16T00:39:52.556Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T00:39:52.556Z] ---> Running in a8a5b37d2b2c [2023-02-16T00:39:52.556Z] Removing intermediate container 6b8b6fceaf3d [2023-02-16T00:39:52.556Z] ---> 2b849c7182fa [2023-02-16T00:39:52.557Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:39:52.816Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-16T00:39:53.075Z] ---> 245b8533df26 [2023-02-16T00:39:53.075Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-16T00:39:53.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:53.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:39:53.596Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T00:39:53.596Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:39:53.596Z] OK: 6 MiB in 15 packages [2023-02-16T00:39:53.596Z] ---> dd7ea15a4f5f [2023-02-16T00:39:53.596Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-16T00:39:54.180Z] ---> a9305b3a4bf8 [2023-02-16T00:39:54.180Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-16T00:39:54.180Z] ---> Running in 83c352502581 [2023-02-16T00:39:54.180Z] Removing intermediate container a8a5b37d2b2c [2023-02-16T00:39:54.180Z] ---> 6219d46ddcd5 [2023-02-16T00:39:54.180Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:39:54.440Z] Removing intermediate container 83c352502581 [2023-02-16T00:39:54.440Z] ---> 0981440410bd [2023-02-16T00:39:54.440Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T00:39:54.440Z] ---> Running in 760a663a3761 [2023-02-16T00:39:54.440Z] ---> c7ad16716167 [2023-02-16T00:39:54.441Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-16T00:39:54.700Z] Removing intermediate container 760a663a3761 [2023-02-16T00:39:54.700Z] ---> 95fcd073f616 [2023-02-16T00:39:54.700Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T00:39:54.700Z] ---> Running in 2881a28f9f36 [2023-02-16T00:39:54.978Z] Removing intermediate container 2881a28f9f36 [2023-02-16T00:39:54.978Z] ---> 6880f2c0e64d [2023-02-16T00:39:54.978Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:54.978Z] ---> Running in 5ae28396a3ef [2023-02-16T00:39:55.244Z] ---> d6a349ccae57 [2023-02-16T00:39:55.244Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-16T00:39:55.244Z] Removing intermediate container 5ae28396a3ef [2023-02-16T00:39:55.244Z] ---> c1259b0b446a [2023-02-16T00:39:55.244Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T00:39:55.244Z] ---> Running in dd83ecbb1b67 [2023-02-16T00:39:55.521Z] ---> 9608f75ff899 [2023-02-16T00:39:55.521Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-16T00:39:55.521Z] Removing intermediate container dd83ecbb1b67 [2023-02-16T00:39:55.521Z] ---> ff708a23c8ac [2023-02-16T00:39:55.521Z] [2023-02-16T00:39:55.521Z] Successfully built ff708a23c8ac [2023-02-16T00:39:55.521Z] Successfully tagged core-data:latest [2023-02-16T00:39:56.086Z]  Building core-data ... done  ---> a0393781f854 [2023-02-16T00:39:56.086Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T00:39:56.086Z] ---> Running in 01708917e0f0 [2023-02-16T00:39:57.459Z] Removing intermediate container 01708917e0f0 [2023-02-16T00:39:57.459Z] ---> 800f420236b8 [2023-02-16T00:39:57.459Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T00:39:57.459Z] ---> Running in 44020dcea991 [2023-02-16T00:39:57.459Z] Removing intermediate container 44020dcea991 [2023-02-16T00:39:57.459Z] ---> c082c98a95b6 [2023-02-16T00:39:57.459Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-16T00:39:57.459Z] ---> Running in 60288198d49d [2023-02-16T00:39:57.717Z] Removing intermediate container 60288198d49d [2023-02-16T00:39:57.717Z] ---> fdf915e4e971 [2023-02-16T00:39:57.717Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T00:39:57.717Z] ---> Running in f0e317bd0f11 [2023-02-16T00:39:58.282Z] Removing intermediate container f0e317bd0f11 [2023-02-16T00:39:58.282Z] ---> 1fe0cdf42f74 [2023-02-16T00:39:58.282Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:39:58.282Z] ---> Running in e58e34a465de [2023-02-16T00:39:58.539Z] Removing intermediate container e58e34a465de [2023-02-16T00:39:58.539Z] ---> 785a98097ed6 [2023-02-16T00:39:58.539Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T00:39:58.539Z] ---> Running in 79d7bcbc351f [2023-02-16T00:39:58.796Z] Removing intermediate container 79d7bcbc351f [2023-02-16T00:39:58.797Z] ---> 320947bfd1f8 [2023-02-16T00:39:58.797Z] [2023-02-16T00:39:58.797Z] Successfully built 320947bfd1f8 [2023-02-16T00:39:58.797Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-16T00:40:07.030Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-16T00:40:11.003Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 55cb906d6e87 [2023-02-16T00:40:11.003Z] ---> bc3c4e3bbb8a [2023-02-16T00:40:11.003Z] [2023-02-16T00:40:11.003Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T00:40:11.003Z] ---> dfd21b5a31f5 [2023-02-16T00:40:11.003Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-16T00:40:11.003Z] ---> Running in 37c5b92a3cf2 [2023-02-16T00:40:11.003Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:40:11.003Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:40:11.003Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-16T00:40:11.003Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-16T00:40:11.003Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:40:11.003Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T00:40:11.003Z] OK: 6 MiB in 16 packages [2023-02-16T00:40:11.003Z] Removing intermediate container 8cad241a4a19 [2023-02-16T00:40:11.003Z] ---> 0b68d7829d11 [2023-02-16T00:40:11.003Z] [2023-02-16T00:40:11.003Z] Step 9/32 : FROM alpine:3.16 [2023-02-16T00:40:11.003Z] ---> dfd21b5a31f5 [2023-02-16T00:40:11.003Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T00:40:11.003Z] ---> Running in ad6cebed272c [2023-02-16T00:40:11.003Z] Removing intermediate container ad6cebed272c [2023-02-16T00:40:11.003Z] ---> 74f3af49c10f [2023-02-16T00:40:11.003Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-16T00:40:11.003Z] ---> Running in 36f6cf9971a1 [2023-02-16T00:40:11.003Z] Removing intermediate container 37c5b92a3cf2 [2023-02-16T00:40:11.003Z] ---> 259df4e1205b [2023-02-16T00:40:11.003Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T00:40:11.003Z] ---> Running in e345ce04a2b4 [2023-02-16T00:40:11.003Z] Removing intermediate container e345ce04a2b4 [2023-02-16T00:40:11.003Z] ---> e9ac63fb4a48 [2023-02-16T00:40:11.003Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-16T00:40:11.003Z] ---> Running in 751fc286f384 [2023-02-16T00:40:11.003Z] Removing intermediate container 751fc286f384 [2023-02-16T00:40:11.003Z] ---> ef7b5b9cf2c9 [2023-02-16T00:40:11.003Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T00:40:11.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T00:40:11.269Z] ---> Running in 95d43ae4467e [2023-02-16T00:40:11.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T00:40:11.269Z] Removing intermediate container 95d43ae4467e [2023-02-16T00:40:11.269Z] ---> 39436e91313d [2023-02-16T00:40:11.269Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:40:11.269Z] ---> 70eed1af7cac [2023-02-16T00:40:11.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-16T00:40:11.529Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-16T00:40:11.529Z] (2/2) Installing su-exec (0.2-r1) [2023-02-16T00:40:11.529Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:40:11.529Z] OK: 6 MiB in 16 packages [2023-02-16T00:40:11.795Z] ---> 04c78645efc8 [2023-02-16T00:40:11.795Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-16T00:40:12.054Z] Removing intermediate container 36f6cf9971a1 [2023-02-16T00:40:12.054Z] ---> c8d1d048a115 [2023-02-16T00:40:12.054Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-16T00:40:12.054Z] ---> Running in c5358b32f13b [2023-02-16T00:40:12.054Z] ---> 65c77a73d2ad [2023-02-16T00:40:12.054Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-16T00:40:12.054Z] ---> Running in 0076b2d6d652 [2023-02-16T00:40:12.054Z] Removing intermediate container c5358b32f13b [2023-02-16T00:40:12.054Z] ---> 8d810038e7b1 [2023-02-16T00:40:12.054Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-16T00:40:12.054Z] ---> Running in 6621a051100b [2023-02-16T00:40:12.054Z] Removing intermediate container 0076b2d6d652 [2023-02-16T00:40:12.054Z] ---> ed4ba6ce629d [2023-02-16T00:40:12.054Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T00:40:12.313Z] ---> Running in 9e9d0016ce7e [2023-02-16T00:40:12.313Z] Removing intermediate container 6621a051100b [2023-02-16T00:40:12.313Z] ---> c7c47fb9b633 [2023-02-16T00:40:12.313Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-16T00:40:12.313Z] ---> Running in 6439ded51a29 [2023-02-16T00:40:12.313Z] Removing intermediate container 9e9d0016ce7e [2023-02-16T00:40:12.313Z] ---> 64d4f2df3a07 [2023-02-16T00:40:12.313Z] Step 20/22 : LABEL arch=x86_64 [2023-02-16T00:40:12.313Z] ---> Running in a9932041e1d9 [2023-02-16T00:40:12.313Z] Removing intermediate container 6439ded51a29 [2023-02-16T00:40:12.313Z] ---> 349b602e5367 [2023-02-16T00:40:12.313Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-16T00:40:12.313Z] ---> Running in 86157d5a1be9 [2023-02-16T00:40:12.313Z] Removing intermediate container a9932041e1d9 [2023-02-16T00:40:12.313Z] ---> 998014bda69d [2023-02-16T00:40:12.313Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:40:12.570Z] ---> Running in b152d54d6f3f [2023-02-16T00:40:12.570Z] Removing intermediate container 86157d5a1be9 [2023-02-16T00:40:12.570Z] ---> 274d9dabf367 [2023-02-16T00:40:12.570Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-16T00:40:12.570Z] ---> Running in a0cb6b74ad81 [2023-02-16T00:40:12.570Z] Removing intermediate container b152d54d6f3f [2023-02-16T00:40:12.570Z] ---> 787d28af2075 [2023-02-16T00:40:12.570Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T00:40:12.570Z] ---> Running in 4cfba64ce978 [2023-02-16T00:40:12.828Z] Removing intermediate container 4cfba64ce978 [2023-02-16T00:40:12.828Z] ---> e3c15a06965c [2023-02-16T00:40:12.828Z] [2023-02-16T00:40:12.828Z] Successfully built e3c15a06965c [2023-02-16T00:40:12.828Z] Successfully tagged support-notifications:latest [2023-02-16T00:40:13.087Z]  Building support-notifications ... done Removing intermediate container a0cb6b74ad81 [2023-02-16T00:40:13.087Z] ---> 1231cbdb178e [2023-02-16T00:40:13.087Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-16T00:40:13.087Z] ---> Running in d2882ad749ba [2023-02-16T00:40:13.345Z] Removing intermediate container d2882ad749ba [2023-02-16T00:40:13.345Z] ---> b8f854739633 [2023-02-16T00:40:13.345Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-16T00:40:13.345Z] ---> 4ac7eba2fb4b [2023-02-16T00:40:13.345Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-16T00:40:13.345Z] ---> Running in 7c187d0ca36e [2023-02-16T00:40:13.912Z] Removing intermediate container 7c187d0ca36e [2023-02-16T00:40:13.912Z] ---> f00290a5c96d [2023-02-16T00:40:13.912Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:40:14.172Z] ---> 7fc05b92a106 [2023-02-16T00:40:14.172Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-16T00:40:14.741Z] ---> fbf93063f1f3 [2023-02-16T00:40:14.741Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-16T00:40:14.741Z] ---> e049b719ec2d [2023-02-16T00:40:14.741Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-16T00:40:14.741Z] ---> 9f17951c79bb [2023-02-16T00:40:14.741Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-16T00:40:14.999Z] ---> 8bb90986ad86 [2023-02-16T00:40:14.999Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-16T00:40:15.259Z] ---> 3aaf603ae867 [2023-02-16T00:40:15.259Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-16T00:40:15.259Z] ---> ed1a35b59dcc [2023-02-16T00:40:15.259Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-16T00:40:15.259Z] ---> Running in 64c6a41b7e5e [2023-02-16T00:40:15.830Z] Removing intermediate container 64c6a41b7e5e [2023-02-16T00:40:15.830Z] ---> 950d56de3107 [2023-02-16T00:40:15.830Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-16T00:40:16.089Z] ---> Running in a3a894806141 [2023-02-16T00:40:16.089Z] Removing intermediate container a3a894806141 [2023-02-16T00:40:16.089Z] ---> 9fb426e4e42f [2023-02-16T00:40:16.089Z] Step 29/32 : CMD ["gate"] [2023-02-16T00:40:16.089Z] ---> Running in 650e56c73352 [2023-02-16T00:40:16.089Z] Removing intermediate container 650e56c73352 [2023-02-16T00:40:16.089Z] ---> a78e4430fbac [2023-02-16T00:40:16.089Z] Step 30/32 : LABEL arch=x86_64 [2023-02-16T00:40:16.352Z] ---> Running in e30ac3bd0cba [2023-02-16T00:40:16.352Z] Removing intermediate container e30ac3bd0cba [2023-02-16T00:40:16.352Z] ---> a5444f63794c [2023-02-16T00:40:16.352Z] Step 31/32 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:40:16.352Z] ---> Running in a11fcf0dc5b5 [2023-02-16T00:40:16.352Z] Removing intermediate container a11fcf0dc5b5 [2023-02-16T00:40:16.352Z] ---> 3cd5dea4bfac [2023-02-16T00:40:16.352Z] Step 32/32 : LABEL version=0.0.0 [2023-02-16T00:40:16.611Z] ---> Running in f9c279494945 [2023-02-16T00:40:16.611Z] Removing intermediate container f9c279494945 [2023-02-16T00:40:16.611Z] ---> 18e625499d9c [2023-02-16T00:40:16.611Z] [2023-02-16T00:40:16.611Z] Successfully built 18e625499d9c [2023-02-16T00:40:16.611Z] Successfully tagged security-bootstrapper:latest [2023-02-16T00:40:16.620Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-02-16T00:40:16.657Z] $ docker stop --time=1 babc581c43204dab94c7de5ec0f3ba67a984c561250dd2c87a48bd403bbe80cd [2023-02-16T00:40:17.951Z] $ docker rm -f --volumes babc581c43204dab94c7de5ec0f3ba67a984c561250dd2c87a48bd403bbe80cd [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T00:40:18.329Z] + docker images [2023-02-16T00:40:18.329Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-16T00:40:18.329Z] security-bootstrapper latest 18e625499d9c 2 seconds ago 20.4MB [2023-02-16T00:40:18.329Z] support-notifications latest e3c15a06965c 6 seconds ago 30.7MB [2023-02-16T00:40:18.329Z] 0b68d7829d11 8 seconds ago 1.67GB [2023-02-16T00:40:18.329Z] bc3c4e3bbb8a 10 seconds ago 1.74GB [2023-02-16T00:40:18.329Z] core-common-config-bootstrapper latest 320947bfd1f8 20 seconds ago 15.5MB [2023-02-16T00:40:18.329Z] core-data latest ff708a23c8ac 23 seconds ago 17.9MB [2023-02-16T00:40:18.329Z] 192e07c092d6 27 seconds ago 1.67GB [2023-02-16T00:40:18.329Z] support-scheduler latest de0e764f17e7 28 seconds ago 30MB [2023-02-16T00:40:18.329Z] 398d57833ec0 31 seconds ago 1.68GB [2023-02-16T00:40:18.329Z] a63884ee73ee 40 seconds ago 1.74GB [2023-02-16T00:40:18.329Z] security-spire-server latest af102dfbe5af 53 seconds ago 86.5MB [2023-02-16T00:40:18.329Z] security-spire-config latest 90b775f42c3c 55 seconds ago 85.8MB [2023-02-16T00:40:18.330Z] 9bee7017c650 59 seconds ago 1.55GB [2023-02-16T00:40:18.330Z] core-command latest ef7fdc346161 About a minute ago 17.7MB [2023-02-16T00:40:18.330Z] security-secretstore-setup latest 6895438cf528 About a minute ago 30MB [2023-02-16T00:40:18.330Z] security-proxy-setup latest ace6a48a187d About a minute ago 27.8MB [2023-02-16T00:40:18.330Z] core-metadata latest ca0eeb625a9c About a minute ago 18.5MB [2023-02-16T00:40:18.330Z] 8cb3a45bd4c4 About a minute ago 1.68GB [2023-02-16T00:40:18.330Z] security-spiffe-token-provider latest 92c3d088ff0c About a minute ago 30MB [2023-02-16T00:40:18.330Z] e0ef14625d4b About a minute ago 1.71GB [2023-02-16T00:40:18.330Z] 23f887554959 About a minute ago 1.67GB [2023-02-16T00:40:18.330Z] 7c3d39ad65e3 About a minute ago 1.67GB [2023-02-16T00:40:18.330Z] 0e5e17b74f7c About a minute ago 1.68GB [2023-02-16T00:40:18.330Z] security-spire-agent latest ffbb22ac8d59 About a minute ago 125MB [2023-02-16T00:40:18.330Z] 87fa7c9dd714 About a minute ago 1.55GB [2023-02-16T00:40:18.330Z] ci-base-image-x86_64 latest d190c2d0416b 5 minutes ago 903MB [2023-02-16T00:40:18.330Z] alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB [2023-02-16T00:40:18.330Z] alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB [2023-02-16T00:40:18.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-16T00:40:18.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-16T00:40:18.330Z] 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-16T00:41:58.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-16T00:41:58.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-16T00:42:01.482Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-16T00:42:02.070Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-16T00:42:02.070Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-16T00:42:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-16T00:42:24.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.242s coverage: 28.7% of statements [2023-02-16T00:42:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-16T00:42:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-16T00:42:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.377s coverage: 98.5% of statements [2023-02-16T00:42:35.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.958s coverage: 73.7% of statements [2023-02-16T00:42:35.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-16T00:42:35.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-16T00:42:35.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-16T00:42:35.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.436s coverage: 54.0% of statements [2023-02-16T00:42:35.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-16T00:42:35.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-16T00:42:50.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.750s coverage: 88.5% of statements [2023-02-16T00:42:50.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-16T00:42:50.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-16T00:42:50.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:42:50.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-16T00:42:50.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-16T00:42:50.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.569s coverage: 3.9% of statements [2023-02-16T00:42:50.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-16T00:42:50.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-16T00:42:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.633s coverage: 95.6% of statements [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-16T00:42:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.428s coverage: 72.2% of statements [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-16T00:42:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.618s coverage: 65.9% of statements [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-16T00:42:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-16T00:42:51.033Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.351s coverage: 0.9% of statements [2023-02-16T00:42:51.033Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-16T00:42:51.033Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.258s coverage: 29.6% of statements [2023-02-16T00:42:51.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-16T00:42:54.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.351s coverage: 47.1% of statements [2023-02-16T00:42:54.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.249s coverage: 82.9% of statements [2023-02-16T00:42:54.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.310s coverage: 94.1% of statements [2023-02-16T00:42:54.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.336s coverage: 96.3% of statements [2023-02-16T00:42:57.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.244s coverage: 87.5% of statements [2023-02-16T00:43:07.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.217s coverage: 94.4% of statements [2023-02-16T00:43:07.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.274s coverage: 44.8% of statements [2023-02-16T00:43:26.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.458s coverage: 79.9% of statements [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-16T00:43:26.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.274s coverage: 92.9% of statements [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-16T00:43:26.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 64.4% of statements [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-16T00:43:26.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.250s coverage: 86.9% of statements [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.222s coverage: 87.2% of statements [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.203s coverage: 20.0% of statements [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.187s coverage: 100.0% of statements [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.279s coverage: 77.4% of statements [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.276s coverage: 80.0% of statements [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.241s coverage: 87.2% of statements [2023-02-16T00:43:26.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.899s coverage: 91.2% of statements [2023-02-16T00:43:26.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-16T00:43:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.388s coverage: 63.1% of statements [2023-02-16T00:43:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-16T00:43:31.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-16T00:43:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.237s coverage: 100.0% of statements [2023-02-16T00:43:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.173s coverage: 89.4% of statements [2023-02-16T00:43:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2023-02-16T00:43:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements [2023-02-16T00:43:31.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2023-02-16T00:43:36.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.419s coverage: 65.3% of statements [2023-02-16T00:43:36.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-16T00:43:36.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-16T00:43:36.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-16T00:43:38.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.861s coverage: 41.0% of statements [2023-02-16T00:43:38.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-16T00:43:38.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-16T00:43:38.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.323s coverage: 89.5% of statements [2023-02-16T00:43:38.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-16T00:43:38.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.644s coverage: 84.8% of statements [2023-02-16T00:43:38.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-16T00:43:38.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-16T00:43:38.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-16T00:43:38.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-16T00:43:48.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.314s coverage: 17.7% of statements [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-16T00:43:48.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.693s coverage: 92.3% of statements [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-16T00:43:48.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.257s coverage: 63.2% of statements [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-16T00:43:48.390Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.482s coverage: 97.7% of statements [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-16T00:43:48.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-16T00:43:48.390Z] 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-16T00:43:48.390Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-16T00:43:48.390Z] go vet ./... [2023-02-16T00:45:40.189Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T00:45:40.189Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T00:45:40.189Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-16T00:45:40.228Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-16T00:45:40.885Z] + ls -al . [2023-02-16T00:45:40.885Z] total 744 [2023-02-16T00:45:40.885Z] drwxrwxr-x 10 1001 1001 4096 Feb 16 00:39 . [2023-02-16T00:45:40.885Z] drwxr-xr-x 4 root root 4096 Feb 16 00:39 .. [2023-02-16T00:45:40.885Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 00:37 .blubracket [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 16 Feb 16 00:37 .dockerignore [2023-02-16T00:45:40.885Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 00:37 .git [2023-02-16T00:45:40.885Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 00:37 .github [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 1024 Feb 16 00:37 .gitignore [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 42 Feb 16 00:37 .golangci.yml [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 87 Feb 16 00:37 .hadolint.yml [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 00:37 .sonarcloud.properties [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 1171 Feb 16 00:37 ADOPTERS.md [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 10825 Feb 16 00:37 Attribution.txt [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 73765 Feb 16 00:37 CHANGELOG.md [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 00:37 CONTRIBUTING.md [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 677 Feb 16 00:37 GOVERNANCE.md [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 850 Feb 16 00:37 Jenkinsfile [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 00:37 LICENSE [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 13375 Feb 16 00:37 Makefile [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 582 Feb 16 00:37 OWNERS.md [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 9403 Feb 16 00:37 README.md [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 6912 Feb 16 00:37 SECURITY.md [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 5 Feb 16 00:34 VERSION [2023-02-16T00:45:40.885Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 00:37 bin [2023-02-16T00:45:40.885Z] drwxrwxr-x 17 1001 1001 4096 Feb 16 00:37 cmd [2023-02-16T00:45:40.885Z] -rw-r--r-- 1 root root 487530 Feb 16 00:43 coverage.out [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 3295 Feb 16 00:37 go.mod [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 33318 Feb 16 00:37 go.sum [2023-02-16T00:45:40.885Z] drwxrwxr-x 7 1001 1001 4096 Feb 16 00:37 internal [2023-02-16T00:45:40.885Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 00:37 openapi [2023-02-16T00:45:40.885Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 00:37 snap [2023-02-16T00:45:40.885Z] -rw-rw-r-- 1 1001 1001 204 Feb 16 00:37 version.go [Pipeline] sh [2023-02-16T00:45:41.534Z] + '[' -e coverage.out ] [2023-02-16T00:45:41.534Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-16T00:45:41.571Z] Warning: overwriting stash ‘coverage-report’ [2023-02-16T00:45:42.335Z] Stashed 1 file(s) [Pipeline] sh [2023-02-16T00:45:42.977Z] + make build [2023-02-16T00:45:42.978Z] 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-16T00:47:04.598Z] 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-16T00:47:08.847Z] 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-16T00:47:14.183Z] 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-16T00:47:18.439Z] 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-16T00:48:05.259Z] 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-16T00:48:05.528Z] 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-16T00:48:10.872Z] 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-16T00:48:17.515Z] 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-16T00:48:21.776Z] 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-16T00:48:26.024Z] 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-16T00:48:38.325Z] 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-16T00:48:45.009Z] $ docker stop --time=1 2b3a12be30d5d7707043ca05a2a1ecc3298af1059a0f9d8930d3946943d285d9 [2023-02-16T00:48:46.946Z] $ docker rm -f --volumes 2b3a12be30d5d7707043ca05a2a1ecc3298af1059a0f9d8930d3946943d285d9 [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-16T00:48:49.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T00:48:49.121Z] [2023-02-16T00:48:49.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:48:49.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T00:48:49.523Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-16T00:48:49.523Z] 29e5d40040c1: Pulling fs layer [2023-02-16T00:48:49.523Z] 1ce36da41761: Pulling fs layer [2023-02-16T00:48:49.523Z] 25b303627fd3: Pulling fs layer [2023-02-16T00:48:49.795Z] 29e5d40040c1: Verifying Checksum [2023-02-16T00:48:49.795Z] 29e5d40040c1: Download complete [2023-02-16T00:48:50.062Z] 1ce36da41761: Verifying Checksum [2023-02-16T00:48:50.062Z] 1ce36da41761: Download complete [2023-02-16T00:48:50.328Z] 29e5d40040c1: Pull complete [2023-02-16T00:48:51.733Z] 1ce36da41761: Pull complete [2023-02-16T00:48:51.733Z] 25b303627fd3: Verifying Checksum [2023-02-16T00:48:51.733Z] 25b303627fd3: Download complete [2023-02-16T00:49:01.815Z] 25b303627fd3: Pull complete [2023-02-16T00:49:01.815Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-16T00:49:01.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T00:49:01.815Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:49:02.132Z] prd-ubuntu20.04-docker-arm64-4c-16g-6225 does not seem to be running inside a container [2023-02-16T00:49:02.207Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-16T00:49:04.405Z] $ docker top 97f48e225866e3d93686694f4e013d9cc3e2600af792e20105deec8db462da52 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T00:49:05.289Z] + docker-compose build --help [2023-02-16T00:49:05.289Z] + grep parallel [2023-02-16T00:49:09.553Z] --parallel Build images in parallel. [Pipeline] } [2023-02-16T00:49:09.594Z] $ docker stop --time=1 97f48e225866e3d93686694f4e013d9cc3e2600af792e20105deec8db462da52 [2023-02-16T00:49:11.204Z] $ docker rm -f --volumes 97f48e225866e3d93686694f4e013d9cc3e2600af792e20105deec8db462da52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T00:49:11.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-16T00:49:11.933Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T00:49:12.168Z] prd-ubuntu20.04-docker-arm64-4c-16g-6225 does not seem to be running inside a container [2023-02-16T00:49:12.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-16T00:49:13.348Z] $ docker top 79f6812713db40eaf7e9711c126335ff611dbf8f6c10c6c51a62f40292ce41b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T00:49:13.887Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-16T00:49:19.221Z] Building core-command ... [2023-02-16T00:49:19.221Z] Building core-common-config-bootstrapper ... [2023-02-16T00:49:19.221Z] Building core-data ... [2023-02-16T00:49:19.221Z] Building core-metadata ... [2023-02-16T00:49:19.221Z] Building security-bootstrapper ... [2023-02-16T00:49:19.221Z] Building security-proxy-setup ... [2023-02-16T00:49:19.221Z] Building security-secretstore-setup ... [2023-02-16T00:49:19.221Z] Building security-spiffe-token-provider ... [2023-02-16T00:49:19.221Z] Building security-spire-agent ... [2023-02-16T00:49:19.221Z] Building security-spire-config ... [2023-02-16T00:49:19.221Z] Building security-spire-server ... [2023-02-16T00:49:19.221Z] Building support-notifications ... [2023-02-16T00:49:19.221Z] Building support-scheduler ... [2023-02-16T00:49:19.221Z] Building core-command [2023-02-16T00:49:19.221Z] Building security-secretstore-setup [2023-02-16T00:49:19.221Z] Building support-notifications [2023-02-16T00:49:19.221Z] Building core-metadata [2023-02-16T00:49:19.221Z] Building security-spire-server [2023-02-16T00:50:06.039Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:50:06.039Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:50:06.039Z] ---> 0208b9b36774 [2023-02-16T00:50:06.039Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T00:50:06.039Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:50:06.039Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:50:06.039Z] ---> 0208b9b36774 [2023-02-16T00:50:06.039Z] Step 3/23 : WORKDIR /edgex-go [2023-02-16T00:50:06.039Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:50:06.039Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:50:06.039Z] ---> 0208b9b36774 [2023-02-16T00:50:06.039Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:50:06.039Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:50:06.039Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:50:06.039Z] ---> 0208b9b36774 [2023-02-16T00:50:06.039Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:50:06.039Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:50:06.039Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:50:06.039Z] ---> 0208b9b36774 [2023-02-16T00:50:06.039Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:50:06.039Z] ---> Running in de1a21980ce6 [2023-02-16T00:50:06.039Z] ---> Running in 62b612015a62 [2023-02-16T00:50:06.039Z] ---> Running in 05e69592cc3f [2023-02-16T00:50:06.039Z] ---> Running in 26db22788a48 [2023-02-16T00:50:06.039Z] ---> Running in f9c98f3fa281 [2023-02-16T00:50:06.039Z] Removing intermediate container 62b612015a62 [2023-02-16T00:50:06.039Z] ---> 4867b31bdf8f [2023-02-16T00:50:06.039Z] Step 4/24 : WORKDIR /edgex-go [2023-02-16T00:50:06.039Z] Removing intermediate container de1a21980ce6 [2023-02-16T00:50:06.039Z] ---> 1363de434a40 [2023-02-16T00:50:06.039Z] Step 4/23 : WORKDIR /edgex-go [2023-02-16T00:50:06.039Z] Removing intermediate container 26db22788a48 [2023-02-16T00:50:06.039Z] ---> a399c6288503 [2023-02-16T00:50:06.039Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T00:50:06.039Z] Removing intermediate container 05e69592cc3f [2023-02-16T00:50:06.039Z] ---> 762685be848f [2023-02-16T00:50:06.039Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T00:50:06.039Z] ---> Running in 481f8d56f989 [2023-02-16T00:50:06.039Z] ---> Running in 6d39ad37e3a7 [2023-02-16T00:50:06.039Z] Removing intermediate container f9c98f3fa281 [2023-02-16T00:50:06.039Z] ---> aeb88f129ae9 [2023-02-16T00:50:06.039Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-16T00:50:06.039Z] ---> Running in 319bfa5dc929 [2023-02-16T00:50:06.039Z] ---> Running in 0b6c3f3d3f97 [2023-02-16T00:50:06.039Z] ---> Running in 7286f21ac1af [2023-02-16T00:50:06.039Z] Removing intermediate container 481f8d56f989 [2023-02-16T00:50:06.039Z] ---> 515d3f100213 [2023-02-16T00:50:06.039Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-16T00:50:06.039Z] Removing intermediate container 6d39ad37e3a7 [2023-02-16T00:50:06.039Z] Removing intermediate container 7286f21ac1af [2023-02-16T00:50:06.039Z] ---> 3650d0aa8419 [2023-02-16T00:50:06.039Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-16T00:50:06.039Z] ---> 739a881509d7 [2023-02-16T00:50:06.039Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-16T00:50:06.039Z] ---> Running in bedd5d84d5c1 [2023-02-16T00:50:06.039Z] ---> Running in 3cc3f475c2ad [2023-02-16T00:50:06.039Z] ---> Running in 98c83fffdfa3 [2023-02-16T00:50:06.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.307Z] OK: 221 MiB in 51 packages [2023-02-16T00:50:06.307Z] OK: 221 MiB in 51 packages [2023-02-16T00:50:06.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:06.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:50:07.715Z] OK: 221 MiB in 51 packages [2023-02-16T00:50:07.715Z] OK: 221 MiB in 51 packages [2023-02-16T00:50:07.985Z] OK: 221 MiB in 51 packages [2023-02-16T00:50:08.256Z] Removing intermediate container 319bfa5dc929 [2023-02-16T00:50:08.256Z] ---> ebeef15b9099 [2023-02-16T00:50:08.256Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-16T00:50:08.256Z] Removing intermediate container 0b6c3f3d3f97 [2023-02-16T00:50:08.256Z] ---> 0a4cd05e85c5 [2023-02-16T00:50:08.256Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T00:50:09.241Z] Removing intermediate container 98c83fffdfa3 [2023-02-16T00:50:09.241Z] ---> 5e7b290a5a47 [2023-02-16T00:50:09.241Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-16T00:50:09.508Z] Removing intermediate container 3cc3f475c2ad [2023-02-16T00:50:09.508Z] ---> d2f88b6bfe25 [2023-02-16T00:50:09.508Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T00:50:09.508Z] ---> cd266b3cd299 [2023-02-16T00:50:09.508Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:50:09.508Z] Removing intermediate container bedd5d84d5c1 [2023-02-16T00:50:09.508Z] ---> 030b5d3cc16e [2023-02-16T00:50:09.508Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-16T00:50:09.508Z] ---> Running in dafb0f5225e9 [2023-02-16T00:50:09.777Z] ---> 2cceee02216e [2023-02-16T00:50:09.777Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:50:10.044Z] ---> Running in 34525e5ac2c6 [2023-02-16T00:50:10.311Z] ---> 8d4b1ae412bb [2023-02-16T00:50:10.311Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:50:10.589Z] ---> Running in 0ad5fdcb6c36 [2023-02-16T00:50:10.856Z] ---> dab908c8504b [2023-02-16T00:50:10.856Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:50:11.128Z] ---> b3cedb375174 [2023-02-16T00:50:11.128Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:50:11.128Z] ---> Running in 3580583fcde4 [2023-02-16T00:50:11.395Z] ---> Running in aee3c5d72885 [2023-02-16T00:52:03.021Z] Removing intermediate container 34525e5ac2c6 [2023-02-16T00:52:03.021Z] ---> e78d20d6c9bf [2023-02-16T00:52:03.021Z] Step 7/23 : COPY . . [2023-02-16T00:52:03.021Z] Removing intermediate container dafb0f5225e9 [2023-02-16T00:52:03.021Z] ---> bfcaf4c6e3a6 [2023-02-16T00:52:03.021Z] Step 7/24 : COPY . . [2023-02-16T00:52:03.021Z] Removing intermediate container 3580583fcde4 [2023-02-16T00:52:03.021Z] ---> 22f02006343c [2023-02-16T00:52:03.021Z] Step 8/22 : COPY . . [2023-02-16T00:52:03.021Z] Removing intermediate container aee3c5d72885 [2023-02-16T00:52:03.021Z] ---> ea1e72edd49e [2023-02-16T00:52:03.021Z] Step 8/23 : COPY . . [2023-02-16T00:52:03.021Z] Removing intermediate container 0ad5fdcb6c36 [2023-02-16T00:52:03.021Z] ---> 67be957e6c85 [2023-02-16T00:52:03.021Z] Step 8/24 : COPY . . [2023-02-16T00:52:04.437Z] ---> de3ed1e5ab33 [2023-02-16T00:52:04.437Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-16T00:52:04.437Z] ---> 2e665688e949 [2023-02-16T00:52:04.709Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T00:52:04.709Z] ---> b7f1eacc25f8 [2023-02-16T00:52:04.709Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command ---> d4f24c390818 [2023-02-16T00:52:04.709Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-16T00:52:04.709Z] [2023-02-16T00:52:04.709Z] ---> 2e91829afa46 [2023-02-16T00:52:04.709Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-16T00:52:04.709Z] ---> Running in 7914d55486b3 [2023-02-16T00:52:04.981Z] ---> Running in 75487e21948d [2023-02-16T00:52:04.981Z] ---> Running in 480a59a64144 [2023-02-16T00:52:04.981Z] ---> Running in aaf1b48f5e38 [2023-02-16T00:52:04.981Z] ---> Running in 5ebeaed6a083 [2023-02-16T00:52:05.956Z] Removing intermediate container 480a59a64144 [2023-02-16T00:52:05.957Z] ---> e48f0e04c617 [2023-02-16T00:52:05.957Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-16T00:52:05.957Z] ---> Running in ab9e366ac2b5 [2023-02-16T00:52:06.542Z] Removing intermediate container ab9e366ac2b5 [2023-02-16T00:52:06.542Z] ---> 73ccae12109a [2023-02-16T00:52:06.542Z] 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-16T00:52:06.542Z] ---> Running in aaf2f28d4043 [2023-02-16T00:52:07.531Z] 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-16T00:52:07.531Z] 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-16T00:52:07.531Z] 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-16T00:52:07.800Z] 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-16T00:52:09.749Z] Removing intermediate container aaf2f28d4043 [2023-02-16T00:52:09.750Z] ---> 18b1b3aab77e [2023-02-16T00:52:09.750Z] Step 11/23 : WORKDIR /edgex-go [2023-02-16T00:52:09.750Z] ---> Running in 0e8f8f8b4d37 [2023-02-16T00:52:10.020Z] Removing intermediate container 0e8f8f8b4d37 [2023-02-16T00:52:10.020Z] ---> 143949cb08a4 [2023-02-16T00:52:10.020Z] [2023-02-16T00:52:10.020Z] Step 12/23 : FROM alpine:3.15 [2023-02-16T00:52:10.293Z] 3.15: Pulling from library/alpine [2023-02-16T00:52:11.712Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-16T00:52:11.712Z] Status: Downloaded newer image for alpine:3.15 [2023-02-16T00:52:11.712Z] ---> 354640af7b1b [2023-02-16T00:52:11.712Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T00:52:11.712Z] ---> Running in 13abf4eab931 [2023-02-16T00:52:11.984Z] Removing intermediate container 13abf4eab931 [2023-02-16T00:52:11.984Z] ---> 9e77ca81f854 [2023-02-16T00:52:11.984Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T00:52:12.254Z] ---> Running in 2c470ef2d2be [2023-02-16T00:52:14.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:52:14.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:52:16.415Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T00:52:16.415Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T00:52:16.415Z] OK: 15734 distinct packages available [2023-02-16T00:52:16.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:52:16.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:52:18.400Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-16T00:52:18.400Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-16T00:52:18.400Z] (3/5) Installing libucontext (1.1-r0) [2023-02-16T00:52:18.400Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-16T00:52:18.400Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-16T00:52:18.400Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T00:52:18.400Z] OK: 6 MiB in 19 packages [2023-02-16T00:52:20.346Z] Removing intermediate container 2c470ef2d2be [2023-02-16T00:52:20.346Z] ---> cd2198418569 [2023-02-16T00:52:20.346Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T00:52:26.999Z] ---> 71aa11039ce2 [2023-02-16T00:52:26.999Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T00:52:27.583Z] ---> 9ec3245d2e06 [2023-02-16T00:52:27.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-16T00:52:28.544Z] ---> 15cdf6a3e8d2 [2023-02-16T00:52:28.544Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-16T00:52:29.126Z] ---> 1483e7403878 [2023-02-16T00:52:29.126Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T00:52:29.394Z] ---> Running in dc22c381f0da [2023-02-16T00:52:29.666Z] Removing intermediate container dc22c381f0da [2023-02-16T00:52:29.666Z] ---> be4b982f797a [2023-02-16T00:52:29.666Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T00:52:29.934Z] ---> Running in a1b5cf2d03a7 [2023-02-16T00:52:30.202Z] Removing intermediate container a1b5cf2d03a7 [2023-02-16T00:52:30.202Z] ---> da8442837374 [2023-02-16T00:52:30.202Z] Step 21/23 : LABEL arch=arm64 [2023-02-16T00:52:30.477Z] ---> Running in bc75885d4602 [2023-02-16T00:52:31.061Z] Removing intermediate container bc75885d4602 [2023-02-16T00:52:31.061Z] ---> 75990f237518 [2023-02-16T00:52:31.061Z] Step 22/23 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:52:31.061Z] ---> Running in cfa3c481be81 [2023-02-16T00:52:31.645Z] Removing intermediate container cfa3c481be81 [2023-02-16T00:52:31.645Z] ---> ae043f4ed69c [2023-02-16T00:52:31.645Z] Step 23/23 : LABEL version=0.0.0 [2023-02-16T00:52:31.645Z] ---> Running in a5e93d483bd6 [2023-02-16T00:52:32.229Z] Removing intermediate container a5e93d483bd6 [2023-02-16T00:52:32.229Z] ---> a3e520fa8779 [2023-02-16T00:52:32.229Z] [2023-02-16T00:52:32.229Z] Successfully built a3e520fa8779 [2023-02-16T00:52:32.229Z] Successfully tagged security-spire-server-arm64:latest [2023-02-16T00:52:32.496Z]  Building security-spire-server ... done Building security-spire-agent [2023-02-16T00:52:47.472Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:52:47.472Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:52:47.472Z] ---> 0208b9b36774 [2023-02-16T00:52:47.472Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T00:52:47.472Z] ---> Using cache [2023-02-16T00:52:47.472Z] ---> aeb88f129ae9 [2023-02-16T00:52:47.472Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T00:52:47.746Z] ---> Running in 4297f22b8939 [2023-02-16T00:52:49.706Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:52:50.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:52:51.703Z] OK: 221 MiB in 51 packages [2023-02-16T00:52:53.116Z] Removing intermediate container 4297f22b8939 [2023-02-16T00:52:53.116Z] ---> dc5f88cad4e5 [2023-02-16T00:52:53.116Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T00:52:54.082Z] ---> bff55c21bd6b [2023-02-16T00:52:54.082Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:52:54.082Z] ---> Running in 3b4e95579947 [2023-02-16T00:54:45.720Z] Removing intermediate container 3b4e95579947 [2023-02-16T00:54:45.720Z] ---> 791ad1e1a756 [2023-02-16T00:54:45.720Z] Step 7/24 : COPY . . [2023-02-16T00:54:45.720Z] ---> 9308614af437 [2023-02-16T00:54:45.720Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T00:54:45.720Z] ---> Running in 42969258ee83 [2023-02-16T00:54:45.720Z] Removing intermediate container 42969258ee83 [2023-02-16T00:54:45.720Z] ---> fffb0f5d3422 [2023-02-16T00:54:45.720Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T00:54:45.720Z] ---> Running in 8937384cb8d7 [2023-02-16T00:54:45.987Z] Removing intermediate container 8937384cb8d7 [2023-02-16T00:54:45.987Z] ---> 2a89e243f7f6 [2023-02-16T00:54:45.987Z] 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-16T00:54:46.253Z] ---> Running in 8b3ee492a0b8 [2023-02-16T00:54:49.591Z] Removing intermediate container 8b3ee492a0b8 [2023-02-16T00:54:49.591Z] ---> 88af24344acf [2023-02-16T00:54:49.591Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T00:54:49.591Z] ---> Running in aec1fe02bd54 [2023-02-16T00:54:50.173Z] Removing intermediate container aec1fe02bd54 [2023-02-16T00:54:50.173Z] ---> d0df1e0df0e2 [2023-02-16T00:54:50.173Z] [2023-02-16T00:54:50.173Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T00:54:50.173Z] ---> 354640af7b1b [2023-02-16T00:54:50.173Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T00:54:50.173Z] ---> Using cache [2023-02-16T00:54:50.173Z] ---> 9e77ca81f854 [2023-02-16T00:54:50.173Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-16T00:54:50.173Z] ---> Using cache [2023-02-16T00:54:50.173Z] ---> cd2198418569 [2023-02-16T00:54:50.173Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-16T00:54:54.426Z] ---> 2e1cec1f3653 [2023-02-16T00:54:54.426Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T00:54:59.761Z] ---> e1ae14ebc6ee [2023-02-16T00:54:59.761Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T00:55:00.721Z] ---> 2092b4b49df5 [2023-02-16T00:55:00.721Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-16T00:55:01.679Z] ---> 6c2d870f19a1 [2023-02-16T00:55:01.679Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-16T00:55:02.642Z] ---> 187546ff3aaf [2023-02-16T00:55:02.642Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T00:55:02.642Z] ---> Running in df72f8896ae3 [2023-02-16T00:55:03.231Z] Removing intermediate container df72f8896ae3 [2023-02-16T00:55:03.231Z] ---> c04ec01f5e32 [2023-02-16T00:55:03.231Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T00:55:03.231Z] ---> Running in 438588fbc2cb [2023-02-16T00:55:03.815Z] Removing intermediate container 438588fbc2cb [2023-02-16T00:55:03.815Z] ---> 1861cc6aab29 [2023-02-16T00:55:03.815Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T00:55:03.815Z] ---> Running in 19f3b1e09309 [2023-02-16T00:55:04.398Z] Removing intermediate container 19f3b1e09309 [2023-02-16T00:55:04.398Z] ---> b74067d00bba [2023-02-16T00:55:04.398Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:55:04.398Z] ---> Running in 22cd471e33e3 [2023-02-16T00:55:04.984Z] Removing intermediate container 22cd471e33e3 [2023-02-16T00:55:04.984Z] ---> 33879d1de1ec [2023-02-16T00:55:04.984Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T00:55:05.254Z] ---> Running in a8d10e605b66 [2023-02-16T00:55:05.522Z] Removing intermediate container a8d10e605b66 [2023-02-16T00:55:05.522Z] ---> 713c6ba6ddae [2023-02-16T00:55:05.522Z] [2023-02-16T00:55:06.105Z] Successfully built 713c6ba6ddae [2023-02-16T00:55:06.105Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-16T00:55:06.105Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2023-02-16T00:55:24.339Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:55:24.339Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:55:24.339Z] ---> 0208b9b36774 [2023-02-16T00:55:24.339Z] Step 3/19 : WORKDIR /edgex-go [2023-02-16T00:55:24.339Z] ---> Using cache [2023-02-16T00:55:24.339Z] ---> aeb88f129ae9 [2023-02-16T00:55:24.339Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-16T00:55:24.339Z] ---> Running in 9ceac5dfbf54 [2023-02-16T00:55:25.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:55:25.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:55:27.293Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-16T00:55:27.293Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-16T00:55:27.293Z] OK: 16903 distinct packages available [2023-02-16T00:55:27.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:55:27.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:55:29.233Z] OK: 221 MiB in 51 packages [2023-02-16T00:55:30.813Z] Removing intermediate container 9ceac5dfbf54 [2023-02-16T00:55:30.813Z] ---> ac07ac0d07e2 [2023-02-16T00:55:30.813Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-16T00:55:31.836Z] ---> 4c6a41843d81 [2023-02-16T00:55:31.836Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:55:32.122Z] ---> Running in 13879aee4d7f [2023-02-16T00:57:08.859Z] Removing intermediate container 13879aee4d7f [2023-02-16T00:57:08.859Z] ---> 6a5de02f5c64 [2023-02-16T00:57:08.859Z] Step 7/19 : COPY . . [2023-02-16T00:57:18.926Z] ---> 9450ba2a32a6 [2023-02-16T00:57:18.927Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-16T00:57:18.927Z] ---> Running in 4490c4d6a72b [2023-02-16T00:57:20.365Z] 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-16T00:58:41.943Z] 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-16T00:58:55.963Z] Removing intermediate container 75487e21948d [2023-02-16T00:58:55.963Z] ---> 95111a7c3d2a [2023-02-16T00:58:55.963Z] [2023-02-16T00:58:55.963Z] Step 9/24 : FROM alpine:3.16 [2023-02-16T00:58:55.963Z] 3.16: Pulling from library/alpine [2023-02-16T00:58:55.963Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T00:58:55.963Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T00:58:55.963Z] ---> 4c81e5bf8899 [2023-02-16T00:58:55.963Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-16T00:58:56.231Z] ---> Running in 114472c76df4 [2023-02-16T00:58:58.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:58:58.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:59:00.181Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-16T00:59:00.181Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-16T00:59:00.181Z] (3/3) Installing su-exec (0.2-r1) [2023-02-16T00:59:00.181Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:59:00.448Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T00:59:00.714Z] OK: 6 MiB in 17 packages [2023-02-16T00:59:03.294Z] Removing intermediate container 114472c76df4 [2023-02-16T00:59:03.294Z] ---> 4fd7292e8fb1 [2023-02-16T00:59:03.294Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T00:59:03.294Z] ---> Running in 57bd131bae5e [2023-02-16T00:59:03.577Z] Removing intermediate container 57bd131bae5e [2023-02-16T00:59:03.577Z] ---> 18f872750ba0 [2023-02-16T00:59:03.577Z] Step 12/24 : WORKDIR / [2023-02-16T00:59:03.577Z] ---> Running in 0f452c92d577 [2023-02-16T00:59:04.190Z] Removing intermediate container 0f452c92d577 [2023-02-16T00:59:04.190Z] ---> a251a8e3a7e9 [2023-02-16T00:59:04.190Z] 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-16T00:59:05.153Z] ---> b2f3ffe77f02 [2023-02-16T00:59:05.153Z] 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-16T00:59:06.110Z] ---> 2eeed7e2e47c [2023-02-16T00:59:06.110Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-16T00:59:07.070Z] ---> 86828569616a [2023-02-16T00:59:07.070Z] 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-16T00:59:08.029Z] ---> aad278ef6c22 [2023-02-16T00:59:08.029Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-16T00:59:09.970Z] ---> 65d459f1f05f [2023-02-16T00:59:09.970Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-16T00:59:11.909Z] ---> 5c345ffdf8d0 [2023-02-16T00:59:11.909Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T00:59:12.491Z] ---> 52d0b92887a6 [2023-02-16T00:59:12.491Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T00:59:12.763Z] ---> Running in d75565ea91d5 [2023-02-16T00:59:16.111Z] Removing intermediate container d75565ea91d5 [2023-02-16T00:59:16.111Z] ---> b001958b49e4 [2023-02-16T00:59:16.111Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T00:59:16.388Z] ---> Running in 280e364d0f5b [2023-02-16T00:59:17.347Z] Removing intermediate container 280e364d0f5b [2023-02-16T00:59:17.347Z] ---> 9aea1a53dc50 [2023-02-16T00:59:17.347Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T00:59:17.347Z] ---> Running in 92373f47077e [2023-02-16T00:59:17.929Z] Removing intermediate container 92373f47077e [2023-02-16T00:59:17.929Z] ---> 02619aa5dfb8 [2023-02-16T00:59:17.929Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:59:18.193Z] ---> Running in fb3eaf172cfe [2023-02-16T00:59:19.154Z] Removing intermediate container fb3eaf172cfe [2023-02-16T00:59:19.154Z] ---> 051fa1b78806 [2023-02-16T00:59:19.154Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T00:59:19.422Z] ---> Running in f5baf57f2e02 [2023-02-16T00:59:20.380Z] Removing intermediate container f5baf57f2e02 [2023-02-16T00:59:20.380Z] ---> a5b23b4c6e64 [2023-02-16T00:59:20.380Z] [2023-02-16T00:59:20.999Z] Successfully built a5b23b4c6e64 [2023-02-16T00:59:20.999Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-16T00:59:20.999Z] Building core-common-config-bootstrapper [2023-02-16T00:59:25.244Z]  Building security-secretstore-setup ... done Removing intermediate container aaf1b48f5e38 [2023-02-16T00:59:25.244Z] ---> 72f68b523d7e [2023-02-16T00:59:25.244Z] [2023-02-16T00:59:25.244Z] Step 10/23 : FROM alpine:3.16 [2023-02-16T00:59:25.244Z] ---> 4c81e5bf8899 [2023-02-16T00:59:25.244Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-16T00:59:25.510Z] ---> Running in b195c1ca1298 [2023-02-16T00:59:27.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:59:27.716Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:59:29.118Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T00:59:29.118Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T00:59:29.385Z] OK: 5 MiB in 15 packages [2023-02-16T00:59:31.325Z] Removing intermediate container b195c1ca1298 [2023-02-16T00:59:31.325Z] ---> f0acc479bdc4 [2023-02-16T00:59:31.325Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T00:59:31.591Z] ---> Running in 5532a5bdc5ba [2023-02-16T00:59:32.548Z] Removing intermediate container 5532a5bdc5ba [2023-02-16T00:59:32.548Z] ---> 69063ec8a28b [2023-02-16T00:59:32.548Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-16T00:59:32.548Z] ---> Running in 15f80f91a098 [2023-02-16T00:59:33.135Z] Removing intermediate container 15f80f91a098 [2023-02-16T00:59:33.135Z] ---> abbe00e3191e [2023-02-16T00:59:33.135Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-16T00:59:33.404Z] ---> Running in b850dbfb3e54 [2023-02-16T00:59:34.816Z] Removing intermediate container b850dbfb3e54 [2023-02-16T00:59:34.816Z] ---> 003fdc737120 [2023-02-16T00:59:34.816Z] Step 15/23 : WORKDIR / [2023-02-16T00:59:34.816Z] ---> Running in 12ab4da1bd4e [2023-02-16T00:59:35.407Z] Removing intermediate container 12ab4da1bd4e [2023-02-16T00:59:35.407Z] ---> 9c7d1cd0926b [2023-02-16T00:59:35.407Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:59:36.817Z] ---> 2ba299564e7c [2023-02-16T00:59:36.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-16T00:59:40.162Z] ---> 50bc505fed7b [2023-02-16T00:59:40.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-16T00:59:40.162Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T00:59:40.162Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T00:59:40.162Z] ---> 0208b9b36774 [2023-02-16T00:59:40.162Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T00:59:40.162Z] ---> Using cache [2023-02-16T00:59:40.162Z] ---> 762685be848f [2023-02-16T00:59:40.162Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T00:59:40.162Z] ---> Using cache [2023-02-16T00:59:40.162Z] ---> 739a881509d7 [2023-02-16T00:59:40.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T00:59:40.162Z] ---> Running in a708a284d95a [2023-02-16T00:59:42.103Z] ---> 0d186c8e5ba6 [2023-02-16T00:59:42.103Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-16T00:59:42.103Z] ---> Running in f7c75d01536a [2023-02-16T00:59:43.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T00:59:43.327Z] Removing intermediate container f7c75d01536a [2023-02-16T00:59:43.327Z] ---> 69a72877133b [2023-02-16T00:59:43.327Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T00:59:43.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T00:59:43.592Z] ---> Running in f737c22e7a40 [2023-02-16T00:59:44.175Z] Removing intermediate container f737c22e7a40 [2023-02-16T00:59:44.175Z] ---> f4fe4b693983 [2023-02-16T00:59:44.175Z] Step 21/23 : LABEL arch=arm64 [2023-02-16T00:59:44.439Z] ---> Running in a870360c45fd [2023-02-16T00:59:45.019Z] OK: 221 MiB in 51 packages [2023-02-16T00:59:45.019Z] Removing intermediate container a870360c45fd [2023-02-16T00:59:45.019Z] ---> 7ffde037b214 [2023-02-16T00:59:45.019Z] Step 22/23 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T00:59:45.284Z] ---> Running in aaddae2d022c [2023-02-16T00:59:46.687Z] Removing intermediate container aaddae2d022c [2023-02-16T00:59:46.687Z] ---> d6bd29cb9fb5 [2023-02-16T00:59:46.687Z] Step 23/23 : LABEL version=0.0.0 [2023-02-16T00:59:46.687Z] ---> Running in ae4592fc3880 [2023-02-16T00:59:46.952Z] Removing intermediate container a708a284d95a [2023-02-16T00:59:46.952Z] ---> b10a97e3aea1 [2023-02-16T00:59:46.952Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T00:59:48.352Z] Removing intermediate container ae4592fc3880 [2023-02-16T00:59:48.352Z] ---> 99fbe7837439 [2023-02-16T00:59:48.352Z] [2023-02-16T00:59:48.617Z] ---> f49d3800d47d [2023-02-16T00:59:48.617Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T00:59:48.884Z] ---> Running in a0a4a9fee47b [2023-02-16T00:59:49.148Z] Successfully built 99fbe7837439 [2023-02-16T00:59:49.148Z] Successfully tagged core-command-arm64:latest [2023-02-16T00:59:49.148Z] Building core-data [2023-02-16T00:59:51.716Z]  Building core-command ... done Removing intermediate container 5ebeaed6a083 [2023-02-16T00:59:51.716Z] ---> 73a127dbf0ef [2023-02-16T00:59:51.716Z] [2023-02-16T00:59:51.716Z] Step 10/24 : FROM alpine:3.16 [2023-02-16T00:59:51.716Z] ---> 4c81e5bf8899 [2023-02-16T00:59:51.716Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-16T00:59:51.716Z] ---> Using cache [2023-02-16T00:59:51.716Z] ---> f0acc479bdc4 [2023-02-16T00:59:51.716Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T00:59:51.716Z] ---> Using cache [2023-02-16T00:59:51.716Z] ---> 69063ec8a28b [2023-02-16T00:59:51.716Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-16T00:59:51.716Z] ---> Running in 0f8f1e6a447d [2023-02-16T00:59:52.302Z] Removing intermediate container 0f8f1e6a447d [2023-02-16T00:59:52.302Z] ---> d8b8f4b40e91 [2023-02-16T00:59:52.302Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-16T00:59:52.568Z] ---> Running in 12d36bf9646a [2023-02-16T00:59:52.834Z] Removing intermediate container 12d36bf9646a [2023-02-16T00:59:52.834Z] ---> f4f1d2097ab2 [2023-02-16T00:59:52.834Z] Step 15/24 : WORKDIR / [2023-02-16T00:59:53.101Z] ---> Running in dc5a3af892b0 [2023-02-16T00:59:53.687Z] Removing intermediate container dc5a3af892b0 [2023-02-16T00:59:53.687Z] ---> a513351cb004 [2023-02-16T00:59:53.687Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T00:59:54.644Z] ---> 9aef1ddb74da [2023-02-16T00:59:54.644Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-16T00:59:57.225Z] ---> acf6ea59a971 [2023-02-16T00:59:57.225Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-16T00:59:58.185Z] ---> 259a80dc7fcb [2023-02-16T00:59:58.185Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-16T00:59:59.142Z] ---> 3c625941cdae [2023-02-16T00:59:59.142Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-16T00:59:59.411Z] ---> Running in 688616a1b90f [2023-02-16T00:59:59.997Z] Removing intermediate container 688616a1b90f [2023-02-16T00:59:59.997Z] ---> 64f4c0df3a9c [2023-02-16T00:59:59.997Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T01:00:00.264Z] ---> Running in 000f5fe72c0a [2023-02-16T01:00:00.849Z] Removing intermediate container 000f5fe72c0a [2023-02-16T01:00:00.849Z] ---> 9f6572a25cea [2023-02-16T01:00:00.849Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T01:00:01.114Z] ---> Running in 24cbea4bafbc [2023-02-16T01:00:01.705Z] Removing intermediate container 24cbea4bafbc [2023-02-16T01:00:01.705Z] ---> 92010a50910c [2023-02-16T01:00:01.705Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:00:01.972Z] ---> Running in 86fefc9083c1 [2023-02-16T01:00:02.558Z] Removing intermediate container 86fefc9083c1 [2023-02-16T01:00:02.558Z] ---> e5ea1b572f92 [2023-02-16T01:00:02.558Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T01:00:02.824Z] ---> Running in 41c28db826db [2023-02-16T01:00:03.406Z] Removing intermediate container 41c28db826db [2023-02-16T01:00:03.406Z] ---> aba81e4116f6 [2023-02-16T01:00:03.406Z] [2023-02-16T01:00:03.986Z] Successfully built aba81e4116f6 [2023-02-16T01:00:03.986Z] Successfully tagged core-metadata-arm64:latest [2023-02-16T01:00:03.986Z] Building security-spire-config [2023-02-16T01:00:06.577Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T01:00:06.577Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T01:00:06.577Z] ---> 0208b9b36774 [2023-02-16T01:00:06.577Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T01:00:06.577Z] ---> Using cache [2023-02-16T01:00:06.577Z] ---> 762685be848f [2023-02-16T01:00:06.577Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T01:00:06.577Z] ---> Using cache [2023-02-16T01:00:06.577Z] ---> 739a881509d7 [2023-02-16T01:00:06.577Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T01:00:06.577Z] ---> Using cache [2023-02-16T01:00:06.577Z] ---> b10a97e3aea1 [2023-02-16T01:00:06.577Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T01:00:06.577Z] ---> Using cache [2023-02-16T01:00:06.577Z] ---> f49d3800d47d [2023-02-16T01:00:06.577Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T01:00:06.577Z] ---> Running in 329d39baf7f0 [2023-02-16T01:00:24.789Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T01:00:24.789Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-16T01:00:24.789Z] ---> 0208b9b36774 [2023-02-16T01:00:24.789Z] Step 3/24 : WORKDIR /edgex-go [2023-02-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> aeb88f129ae9 [2023-02-16T01:00:24.789Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> dc5f88cad4e5 [2023-02-16T01:00:24.789Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> bff55c21bd6b [2023-02-16T01:00:24.789Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> 791ad1e1a756 [2023-02-16T01:00:24.789Z] Step 7/24 : COPY . . [2023-02-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> 9308614af437 [2023-02-16T01:00:24.789Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> fffb0f5d3422 [2023-02-16T01:00:24.789Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> 2a89e243f7f6 [2023-02-16T01:00:24.789Z] 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-16T01:00:24.789Z] ---> Using cache [2023-02-16T01:00:24.789Z] ---> 88af24344acf [2023-02-16T01:00:24.789Z] Step 11/24 : WORKDIR /edgex-go [2023-02-16T01:00:24.790Z] ---> Using cache [2023-02-16T01:00:24.790Z] ---> d0df1e0df0e2 [2023-02-16T01:00:24.790Z] [2023-02-16T01:00:24.790Z] Step 12/24 : FROM alpine:3.15 [2023-02-16T01:00:24.790Z] ---> 354640af7b1b [2023-02-16T01:00:24.790Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T01:00:24.790Z] ---> Using cache [2023-02-16T01:00:24.790Z] ---> 9e77ca81f854 [2023-02-16T01:00:24.790Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-16T01:00:24.790Z] ---> Running in ce615d3e5daf [2023-02-16T01:00:25.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:00:25.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:00:27.040Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T01:00:27.040Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T01:00:27.040Z] OK: 15734 distinct packages available [2023-02-16T01:00:27.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:00:27.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:00:29.308Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-16T01:00:29.308Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-16T01:00:29.308Z] (3/4) Installing libucontext (1.1-r0) [2023-02-16T01:00:29.308Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-16T01:00:29.308Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T01:00:29.308Z] OK: 6 MiB in 18 packages [2023-02-16T01:00:31.283Z] Removing intermediate container ce615d3e5daf [2023-02-16T01:00:31.283Z] ---> e2321bd0ae6f [2023-02-16T01:00:31.283Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-16T01:00:36.860Z] ---> f9b8234b93e7 [2023-02-16T01:00:36.860Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-16T01:00:37.874Z] ---> 19459cbdf226 [2023-02-16T01:00:37.874Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-16T01:00:37.874Z] ---> Running in 709788f376e3 [2023-02-16T01:00:38.457Z] Removing intermediate container 709788f376e3 [2023-02-16T01:00:38.457Z] ---> 0c559861126e [2023-02-16T01:00:38.457Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-16T01:00:39.419Z] ---> c156ddf5698e [2023-02-16T01:00:39.419Z] Step 19/24 : WORKDIR / [2023-02-16T01:00:39.686Z] ---> Running in 6e6f57dea5dd [2023-02-16T01:00:40.275Z] Removing intermediate container 6e6f57dea5dd [2023-02-16T01:00:40.275Z] ---> 1f427d1e6de5 [2023-02-16T01:00:40.275Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-16T01:00:40.543Z] ---> Running in 629e58b15e45 [2023-02-16T01:00:41.125Z] Removing intermediate container 629e58b15e45 [2023-02-16T01:00:41.125Z] ---> ac96e825f406 [2023-02-16T01:00:41.125Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-16T01:00:41.125Z] ---> Running in 1c97850d9dcc [2023-02-16T01:00:41.710Z] Removing intermediate container 1c97850d9dcc [2023-02-16T01:00:41.711Z] ---> 0dbf28dbf673 [2023-02-16T01:00:41.711Z] Step 22/24 : LABEL arch=arm64 [2023-02-16T01:00:41.978Z] ---> Running in ccecca255555 [2023-02-16T01:00:42.561Z] Removing intermediate container ccecca255555 [2023-02-16T01:00:42.561Z] ---> 41d6f5c0c21f [2023-02-16T01:00:42.561Z] Step 23/24 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:00:42.561Z] ---> Running in ff7babb1fe84 [2023-02-16T01:00:43.142Z] Removing intermediate container ff7babb1fe84 [2023-02-16T01:00:43.142Z] ---> ad9cebdaf5b7 [2023-02-16T01:00:43.142Z] Step 24/24 : LABEL version=0.0.0 [2023-02-16T01:00:43.408Z] ---> Running in ca9c4a1ae90e [2023-02-16T01:00:43.988Z] Removing intermediate container ca9c4a1ae90e [2023-02-16T01:00:43.988Z] ---> 3fe0892afcb5 [2023-02-16T01:00:43.988Z] [2023-02-16T01:00:44.257Z] Successfully built 3fe0892afcb5 [2023-02-16T01:00:44.257Z] Successfully tagged security-spire-config-arm64:latest [2023-02-16T01:00:44.257Z]  Building security-spire-config ... done Building security-bootstrapper [2023-02-16T01:01:02.453Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T01:01:02.453Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-16T01:01:02.453Z] ---> 0208b9b36774 [2023-02-16T01:01:02.453Z] Step 3/32 : WORKDIR /edgex-go [2023-02-16T01:01:02.453Z] ---> Using cache [2023-02-16T01:01:02.453Z] ---> aeb88f129ae9 [2023-02-16T01:01:02.453Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-16T01:01:02.453Z] ---> Using cache [2023-02-16T01:01:02.453Z] ---> 0a4cd05e85c5 [2023-02-16T01:01:02.453Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-16T01:01:02.453Z] ---> Using cache [2023-02-16T01:01:02.453Z] ---> cd266b3cd299 [2023-02-16T01:01:02.453Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T01:01:02.453Z] ---> Using cache [2023-02-16T01:01:02.453Z] ---> bfcaf4c6e3a6 [2023-02-16T01:01:02.453Z] Step 7/32 : COPY . . [2023-02-16T01:01:02.453Z] ---> Using cache [2023-02-16T01:01:02.453Z] ---> 2e91829afa46 [2023-02-16T01:01:02.453Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-16T01:01:02.453Z] ---> Running in 5ae92ddc8d91 [2023-02-16T01:01:04.402Z] 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-16T01:01:51.242Z] Removing intermediate container a0a4a9fee47b [2023-02-16T01:01:51.242Z] ---> 30733a8045f0 [2023-02-16T01:01:51.242Z] Step 8/22 : COPY . . [2023-02-16T01:02:01.302Z] Removing intermediate container 329d39baf7f0 [2023-02-16T01:02:01.302Z] ---> 20b2bf4d333f [2023-02-16T01:02:01.302Z] Step 8/22 : COPY . . [2023-02-16T01:02:01.885Z] ---> 39a518727133 [2023-02-16T01:02:01.885Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-16T01:02:02.477Z] ---> Running in 77b5d331d01c [2023-02-16T01:02:05.054Z] 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-16T01:02:15.119Z] ---> eca36956e0bb [2023-02-16T01:02:15.119Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-16T01:02:15.119Z] ---> Running in 25039572c9a9 [2023-02-16T01:02:16.526Z] 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-16T01:02:26.584Z] Removing intermediate container 7914d55486b3 [2023-02-16T01:02:26.584Z] ---> 982c7836f611 [2023-02-16T01:02:26.584Z] [2023-02-16T01:02:26.584Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T01:02:26.584Z] ---> 4c81e5bf8899 [2023-02-16T01:02:26.851Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-16T01:02:26.851Z] ---> Running in 5143555b9ac4 [2023-02-16T01:02:28.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:02:29.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:02:30.457Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-16T01:02:30.723Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-16T01:02:30.723Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T01:02:30.723Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T01:02:31.302Z] OK: 6 MiB in 16 packages [2023-02-16T01:02:33.873Z] Removing intermediate container 5143555b9ac4 [2023-02-16T01:02:33.873Z] ---> 74dcb386842d [2023-02-16T01:02:33.873Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T01:02:33.873Z] ---> Running in 600872cdb13e [2023-02-16T01:02:33.873Z] Removing intermediate container 600872cdb13e [2023-02-16T01:02:33.873Z] ---> 7370ba6ee32b [2023-02-16T01:02:33.873Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-16T01:02:34.139Z] ---> Running in 9be579d9e6c0 [2023-02-16T01:02:34.406Z] Removing intermediate container 9be579d9e6c0 [2023-02-16T01:02:34.406Z] ---> e7921c73f379 [2023-02-16T01:02:34.672Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T01:02:34.672Z] ---> Running in cb08f92bb29c [2023-02-16T01:02:35.260Z] Removing intermediate container cb08f92bb29c [2023-02-16T01:02:35.260Z] ---> 3db88b04050a [2023-02-16T01:02:35.260Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T01:02:36.229Z] ---> 1571fa944293 [2023-02-16T01:02:36.229Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-16T01:02:38.826Z] ---> 15bf8b007f3b [2023-02-16T01:02:38.827Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-16T01:02:39.788Z] ---> 99af54b0d20b [2023-02-16T01:02:39.788Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-16T01:02:39.788Z] ---> Running in c1afe6227696 [2023-02-16T01:02:40.369Z] Removing intermediate container c1afe6227696 [2023-02-16T01:02:40.369Z] ---> 7c95b47e11e3 [2023-02-16T01:02:40.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T01:02:40.635Z] ---> Running in cf18f35a2a3c [2023-02-16T01:02:40.901Z] Removing intermediate container cf18f35a2a3c [2023-02-16T01:02:40.901Z] ---> 98164a4fc8a5 [2023-02-16T01:02:40.901Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T01:02:41.166Z] ---> Running in c30bf883bf6e [2023-02-16T01:02:41.748Z] Removing intermediate container c30bf883bf6e [2023-02-16T01:02:41.748Z] ---> b536c23084b8 [2023-02-16T01:02:41.748Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:02:41.748Z] ---> Running in 2ac78eaf606a [2023-02-16T01:02:42.332Z] Removing intermediate container 2ac78eaf606a [2023-02-16T01:02:42.332Z] ---> 95dca0d973f2 [2023-02-16T01:02:42.332Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T01:02:42.332Z] ---> Running in 728f15230eca [2023-02-16T01:02:42.917Z] Removing intermediate container 728f15230eca [2023-02-16T01:02:42.917Z] ---> 90ede1e2e9c6 [2023-02-16T01:02:42.917Z] [2023-02-16T01:02:43.182Z] Successfully built 90ede1e2e9c6 [2023-02-16T01:02:43.182Z] Successfully tagged support-notifications-arm64:latest [2023-02-16T01:02:43.182Z]  Building support-notifications ... done Building security-proxy-setup [2023-02-16T01:03:01.375Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T01:03:01.375Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-16T01:03:01.375Z] ---> 0208b9b36774 [2023-02-16T01:03:01.375Z] Step 3/21 : WORKDIR /edgex-go [2023-02-16T01:03:01.375Z] ---> Using cache [2023-02-16T01:03:01.375Z] ---> aeb88f129ae9 [2023-02-16T01:03:01.375Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-16T01:03:01.375Z] ---> Using cache [2023-02-16T01:03:01.375Z] ---> 0a4cd05e85c5 [2023-02-16T01:03:01.375Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-16T01:03:01.375Z] ---> Using cache [2023-02-16T01:03:01.375Z] ---> cd266b3cd299 [2023-02-16T01:03:01.375Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T01:03:01.375Z] ---> Using cache [2023-02-16T01:03:01.375Z] ---> bfcaf4c6e3a6 [2023-02-16T01:03:01.375Z] Step 7/21 : COPY . . [2023-02-16T01:03:01.375Z] ---> Using cache [2023-02-16T01:03:01.375Z] ---> 2e91829afa46 [2023-02-16T01:03:01.375Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-16T01:03:01.957Z] ---> Running in f4076cbd66b1 [2023-02-16T01:03:03.897Z] 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-16T01:06:13.279Z] Removing intermediate container 4490c4d6a72b [2023-02-16T01:06:13.279Z] ---> 3350cc75bb04 [2023-02-16T01:06:13.279Z] [2023-02-16T01:06:13.279Z] Step 9/19 : FROM alpine:3.15 [2023-02-16T01:06:13.279Z] ---> 354640af7b1b [2023-02-16T01:06:13.279Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T01:06:13.279Z] ---> Using cache [2023-02-16T01:06:13.279Z] ---> 9e77ca81f854 [2023-02-16T01:06:13.279Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-16T01:06:13.279Z] ---> Running in 9c7321c7095e [2023-02-16T01:06:13.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:06:13.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:06:13.279Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-16T01:06:13.279Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-16T01:06:13.279Z] OK: 15734 distinct packages available [2023-02-16T01:06:13.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:06:13.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:06:13.280Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-16T01:06:13.280Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-16T01:06:13.280Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-16T01:06:13.280Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-16T01:06:13.280Z] (5/9) Installing curl (7.80.0-r6) [2023-02-16T01:06:13.280Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-16T01:06:13.280Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-16T01:06:13.280Z] (8/9) Installing libucontext (1.1-r0) [2023-02-16T01:06:13.280Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-16T01:06:13.280Z] Executing busybox-1.34.1-r7.trigger [2023-02-16T01:06:13.280Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T01:06:13.280Z] OK: 8 MiB in 23 packages [2023-02-16T01:06:13.280Z] Removing intermediate container 9c7321c7095e [2023-02-16T01:06:13.280Z] ---> 5289c33f997a [2023-02-16T01:06:13.280Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T01:06:13.280Z] ---> bc969415ac27 [2023-02-16T01:06:13.280Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-16T01:06:16.616Z] ---> dc28b6eb7936 [2023-02-16T01:06:16.616Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-16T01:06:17.575Z] ---> c3e6cdf567b9 [2023-02-16T01:06:17.575Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-16T01:06:17.575Z] ---> Running in 8c359b5d84a5 [2023-02-16T01:06:18.155Z] Removing intermediate container 8c359b5d84a5 [2023-02-16T01:06:18.155Z] ---> 9cd308972974 [2023-02-16T01:06:18.155Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T01:06:18.155Z] ---> Running in 5ec99d2ba359 [2023-02-16T01:06:18.735Z] Removing intermediate container 5ec99d2ba359 [2023-02-16T01:06:18.735Z] ---> 9c1f94b9a99d [2023-02-16T01:06:18.735Z] Step 17/19 : LABEL arch=arm64 [2023-02-16T01:06:18.735Z] ---> Running in 4b63e5fb36f5 [2023-02-16T01:06:19.317Z] Removing intermediate container 4b63e5fb36f5 [2023-02-16T01:06:19.317Z] ---> 3486d1004d5c [2023-02-16T01:06:19.317Z] Step 18/19 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:06:19.317Z] ---> Running in b4d7449da2b0 [2023-02-16T01:06:19.898Z] Removing intermediate container b4d7449da2b0 [2023-02-16T01:06:19.898Z] ---> bf74264f9f53 [2023-02-16T01:06:19.898Z] Step 19/19 : LABEL version=0.0.0 [2023-02-16T01:06:19.898Z] ---> Running in 11bf2dacf18b [2023-02-16T01:06:20.484Z] Removing intermediate container 11bf2dacf18b [2023-02-16T01:06:20.484Z] ---> 463969e8bbfc [2023-02-16T01:06:20.484Z] [2023-02-16T01:06:20.751Z] Successfully built 463969e8bbfc [2023-02-16T01:06:20.751Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-16T01:06:20.751Z] Building support-scheduler [2023-02-16T01:06:38.950Z]  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-16T01:06:38.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-16T01:06:38.950Z] ---> 0208b9b36774 [2023-02-16T01:06:38.950Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-16T01:06:38.950Z] ---> Using cache [2023-02-16T01:06:38.950Z] ---> 762685be848f [2023-02-16T01:06:38.950Z] Step 4/22 : WORKDIR /edgex-go [2023-02-16T01:06:38.950Z] ---> Using cache [2023-02-16T01:06:38.950Z] ---> 739a881509d7 [2023-02-16T01:06:38.950Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-16T01:06:38.950Z] ---> Using cache [2023-02-16T01:06:38.950Z] ---> b10a97e3aea1 [2023-02-16T01:06:38.950Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-16T01:06:38.950Z] ---> Using cache [2023-02-16T01:06:38.950Z] ---> f49d3800d47d [2023-02-16T01:06:38.950Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T01:06:38.950Z] ---> Using cache [2023-02-16T01:06:38.950Z] ---> 20b2bf4d333f [2023-02-16T01:06:38.950Z] Step 8/22 : COPY . . [2023-02-16T01:06:38.950Z] ---> Using cache [2023-02-16T01:06:38.950Z] ---> eca36956e0bb [2023-02-16T01:06:38.950Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-16T01:06:38.950Z] ---> Running in 0592271ee491 [2023-02-16T01:06:39.530Z] 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-16T01:07:47.354Z] Removing intermediate container 5ae92ddc8d91 [2023-02-16T01:07:47.354Z] ---> 09a157d0b108 [2023-02-16T01:07:47.354Z] [2023-02-16T01:07:47.354Z] Step 9/32 : FROM alpine:3.16 [2023-02-16T01:07:47.354Z] ---> 4c81e5bf8899 [2023-02-16T01:07:47.354Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-16T01:07:47.354Z] ---> Running in 55b2c6d90a47 [2023-02-16T01:07:47.354Z] Removing intermediate container 55b2c6d90a47 [2023-02-16T01:07:47.354Z] ---> de23aa9cc162 [2023-02-16T01:07:47.354Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-16T01:07:47.354Z] ---> Running in 7b3eb18f98a3 [2023-02-16T01:07:47.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:07:47.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:07:48.749Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-16T01:07:48.749Z] (2/2) Installing su-exec (0.2-r1) [2023-02-16T01:07:48.749Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T01:07:48.749Z] OK: 5 MiB in 16 packages [2023-02-16T01:07:50.719Z] Removing intermediate container 7b3eb18f98a3 [2023-02-16T01:07:50.719Z] ---> 72be8bd3cd62 [2023-02-16T01:07:50.719Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-16T01:07:50.719Z] ---> Running in eca4f63d3d16 [2023-02-16T01:07:50.992Z] Removing intermediate container eca4f63d3d16 [2023-02-16T01:07:50.992Z] ---> c3f299047d33 [2023-02-16T01:07:50.992Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-16T01:07:50.992Z] ---> Running in 75b4f82e2cf0 [2023-02-16T01:07:51.578Z] Removing intermediate container 75b4f82e2cf0 [2023-02-16T01:07:51.578Z] ---> 4c4af75b086b [2023-02-16T01:07:51.578Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-16T01:07:51.845Z] ---> Running in 2a1e35611992 [2023-02-16T01:07:52.117Z] Removing intermediate container 2a1e35611992 [2023-02-16T01:07:52.117Z] ---> 91de077ecba0 [2023-02-16T01:07:52.117Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-16T01:07:52.385Z] ---> Running in 8d02e7ebf672 [2023-02-16T01:07:52.966Z] Removing intermediate container 8d02e7ebf672 [2023-02-16T01:07:52.966Z] ---> f7ab78f623d5 [2023-02-16T01:07:52.966Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-16T01:07:52.966Z] ---> Running in d1581208b347 [2023-02-16T01:07:56.696Z] Removing intermediate container d1581208b347 [2023-02-16T01:07:56.696Z] ---> 2ae7a3b08411 [2023-02-16T01:07:56.696Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-16T01:07:56.696Z] ---> Running in 0825d9c47fdb [2023-02-16T01:07:56.696Z] Removing intermediate container 0825d9c47fdb [2023-02-16T01:07:56.696Z] ---> 386b1d15362f [2023-02-16T01:07:56.696Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-16T01:07:57.747Z] ---> 1fdc3ea978c8 [2023-02-16T01:07:57.747Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-16T01:07:57.747Z] ---> Running in 1b41e55b0b37 [2023-02-16T01:08:03.531Z] Removing intermediate container 1b41e55b0b37 [2023-02-16T01:08:03.531Z] ---> e473f97ffb8b [2023-02-16T01:08:03.531Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T01:08:03.803Z] ---> 0c07f114d0d3 [2023-02-16T01:08:03.803Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-16T01:08:05.746Z] ---> 8754035ff131 [2023-02-16T01:08:05.746Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-16T01:08:06.700Z] ---> 74a8516bdbc7 [2023-02-16T01:08:06.700Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-16T01:08:07.662Z] ---> 3c2f38e55460 [2023-02-16T01:08:07.662Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-16T01:08:08.619Z] ---> 657336f6a780 [2023-02-16T01:08:08.619Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-16T01:08:09.198Z] ---> 483c3cf08f70 [2023-02-16T01:08:09.198Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-16T01:08:10.157Z] ---> 64e9c02340d5 [2023-02-16T01:08:10.157Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-16T01:08:10.157Z] ---> Running in 30acb6621273 [2023-02-16T01:08:13.498Z] Removing intermediate container 30acb6621273 [2023-02-16T01:08:13.498Z] ---> 271edfcfc85e [2023-02-16T01:08:13.498Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-16T01:08:13.498Z] ---> Running in a3fe6d506b79 [2023-02-16T01:08:16.078Z] Removing intermediate container a3fe6d506b79 [2023-02-16T01:08:16.078Z] ---> 1ee7a5e56479 [2023-02-16T01:08:16.078Z] Step 29/32 : CMD ["gate"] [2023-02-16T01:08:16.078Z] ---> Running in e3b35feb410a [2023-02-16T01:08:16.662Z] Removing intermediate container e3b35feb410a [2023-02-16T01:08:16.662Z] ---> c0b4ab3830a3 [2023-02-16T01:08:16.662Z] Step 30/32 : LABEL arch=arm64 [2023-02-16T01:08:16.929Z] ---> Running in eccc6da81e43 [2023-02-16T01:08:17.196Z] Removing intermediate container eccc6da81e43 [2023-02-16T01:08:17.196Z] ---> a341b19a484d [2023-02-16T01:08:17.196Z] Step 31/32 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:08:17.462Z] ---> Running in 8f5229bf7c17 [2023-02-16T01:08:18.045Z] Removing intermediate container 8f5229bf7c17 [2023-02-16T01:08:18.045Z] ---> 54f74d7d0570 [2023-02-16T01:08:18.045Z] Step 32/32 : LABEL version=0.0.0 [2023-02-16T01:08:18.045Z] ---> Running in 6652974156f5 [2023-02-16T01:08:18.627Z] Removing intermediate container 6652974156f5 [2023-02-16T01:08:18.627Z] ---> 2af3af852be6 [2023-02-16T01:08:18.627Z] [2023-02-16T01:08:18.627Z] Successfully built 2af3af852be6 [2023-02-16T01:08:18.627Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-16T01:08:51.093Z]  Building security-bootstrapper ... done 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-16T01:08:51.093Z] Removing intermediate container 77b5d331d01c [2023-02-16T01:08:51.093Z] ---> 99edc18cfb27 [2023-02-16T01:08:51.093Z] [2023-02-16T01:08:51.093Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T01:08:51.093Z] ---> 4c81e5bf8899 [2023-02-16T01:08:51.093Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-16T01:08:51.093Z] ---> Running in bf4c9115120c [2023-02-16T01:08:51.093Z] Removing intermediate container bf4c9115120c [2023-02-16T01:08:51.093Z] ---> 61a5aae8ef7f [2023-02-16T01:08:51.093Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T01:08:51.093Z] ---> Running in c07cef75912b [2023-02-16T01:08:51.675Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:08:52.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:08:53.667Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T01:08:53.667Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T01:08:53.667Z] OK: 5 MiB in 15 packages [2023-02-16T01:08:55.076Z] Removing intermediate container c07cef75912b [2023-02-16T01:08:55.076Z] ---> a76152549b10 [2023-02-16T01:08:55.076Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T01:08:56.036Z] ---> c5f3053199d3 [2023-02-16T01:08:56.036Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-16T01:08:57.976Z] ---> 21576d3a45f2 [2023-02-16T01:08:57.976Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-16T01:08:58.561Z] ---> 42e9703c12ce [2023-02-16T01:08:58.561Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-16T01:08:59.521Z] ---> e738fd0b7e71 [2023-02-16T01:08:59.521Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T01:08:59.521Z] ---> Running in d32a63f839a0 [2023-02-16T01:09:02.856Z] Removing intermediate container d32a63f839a0 [2023-02-16T01:09:02.856Z] ---> 18df24fd2e42 [2023-02-16T01:09:02.856Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T01:09:02.856Z] ---> Running in 20ebdb337c7b [2023-02-16T01:09:03.124Z] Removing intermediate container 20ebdb337c7b [2023-02-16T01:09:03.124Z] ---> 23a7a685e905 [2023-02-16T01:09:03.124Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-16T01:09:03.390Z] ---> Running in 7dd123f270b2 [2023-02-16T01:09:03.657Z] Removing intermediate container 7dd123f270b2 [2023-02-16T01:09:03.657Z] ---> deac6b68e86c [2023-02-16T01:09:03.657Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T01:09:03.924Z] ---> Running in 7e792b3e55e3 [2023-02-16T01:09:04.519Z] Removing intermediate container 7e792b3e55e3 [2023-02-16T01:09:04.519Z] ---> b6912a119805 [2023-02-16T01:09:04.519Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:09:04.803Z] ---> Running in 40f1a2cf90ad [2023-02-16T01:09:05.395Z] Removing intermediate container 40f1a2cf90ad [2023-02-16T01:09:05.395Z] ---> 24f194de3637 [2023-02-16T01:09:05.395Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T01:09:05.691Z] ---> Running in 04bffbe824fb [2023-02-16T01:09:06.651Z] Removing intermediate container 04bffbe824fb [2023-02-16T01:09:06.651Z] ---> aca4fe2afc1b [2023-02-16T01:09:06.651Z] [2023-02-16T01:09:06.918Z] Successfully built aca4fe2afc1b [2023-02-16T01:09:06.918Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-16T01:09:13.564Z]  Building core-common-config-bootstrapper ... done Removing intermediate container f4076cbd66b1 [2023-02-16T01:09:13.565Z] ---> ac713270372f [2023-02-16T01:09:13.565Z] [2023-02-16T01:09:13.565Z] Step 9/21 : FROM alpine:3.16 [2023-02-16T01:09:13.565Z] ---> 4c81e5bf8899 [2023-02-16T01:09:13.565Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-16T01:09:13.565Z] ---> Running in 1b7f49047e53 [2023-02-16T01:09:15.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:09:17.474Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:09:20.813Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-16T01:09:20.813Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-16T01:09:20.813Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-16T01:09:21.079Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-16T01:09:21.079Z] Removing intermediate container 25039572c9a9 [2023-02-16T01:09:21.079Z] ---> 0668322db229 [2023-02-16T01:09:21.079Z] [2023-02-16T01:09:21.079Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T01:09:21.079Z] ---> 4c81e5bf8899 [2023-02-16T01:09:21.079Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-16T01:09:21.079Z] ---> Running in c4c1116a6214 [2023-02-16T01:09:21.344Z] (5/6) Installing curl (7.83.1-r6) [2023-02-16T01:09:21.344Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-16T01:09:21.613Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T01:09:21.613Z] Executing ca-certificates-20220614-r0.trigger [2023-02-16T01:09:21.882Z] Removing intermediate container c4c1116a6214 [2023-02-16T01:09:21.883Z] ---> b99f75d44305 [2023-02-16T01:09:21.883Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-16T01:09:21.883Z] ---> Running in db1409585ac0 [2023-02-16T01:09:21.883Z] OK: 8 MiB in 20 packages [2023-02-16T01:09:22.470Z] Removing intermediate container db1409585ac0 [2023-02-16T01:09:22.470Z] ---> 276b44a77f3c [2023-02-16T01:09:22.470Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-16T01:09:22.736Z] ---> Running in bd823abff975 [2023-02-16T01:09:23.692Z] Removing intermediate container bd823abff975 [2023-02-16T01:09:23.692Z] ---> 5e8dc0753d41 [2023-02-16T01:09:23.692Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T01:09:23.692Z] ---> Running in 20b9d56e9ba5 [2023-02-16T01:09:24.653Z] Removing intermediate container 1b7f49047e53 [2023-02-16T01:09:24.653Z] ---> e25174880cfd [2023-02-16T01:09:24.653Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-16T01:09:24.653Z] ---> Running in a3842c3e9a0a [2023-02-16T01:09:25.235Z] Removing intermediate container a3842c3e9a0a [2023-02-16T01:09:25.235Z] ---> 210c2d833e95 [2023-02-16T01:09:25.235Z] Step 12/21 : WORKDIR /edgex [2023-02-16T01:09:25.500Z] ---> Running in 3c08c22a6874 [2023-02-16T01:09:26.098Z] Removing intermediate container 3c08c22a6874 [2023-02-16T01:09:26.098Z] ---> 27d6b4af89da [2023-02-16T01:09:26.098Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-16T01:09:26.098Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T01:09:26.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T01:09:26.948Z] ---> ec87ea9df484 [2023-02-16T01:09:26.948Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-16T01:09:27.529Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-16T01:09:27.794Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T01:09:27.794Z] OK: 5 MiB in 15 packages [2023-02-16T01:09:28.749Z] ---> 3d1fe95a970e [2023-02-16T01:09:28.749Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-16T01:09:29.703Z] Removing intermediate container 20b9d56e9ba5 [2023-02-16T01:09:29.703Z] ---> 3b3016d686ee [2023-02-16T01:09:29.703Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T01:09:30.660Z] ---> 0e1cacb50d61 [2023-02-16T01:09:30.660Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-16T01:09:30.927Z] ---> a21339789ac3 [2023-02-16T01:09:30.927Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-16T01:09:33.504Z] ---> a5d882466784 [2023-02-16T01:09:33.504Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-16T01:09:33.504Z] ---> 31d63feb02ba [2023-02-16T01:09:33.504Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-16T01:09:33.504Z] ---> Running in 1b22aed0b7f9 [2023-02-16T01:09:34.912Z] ---> 0e10da5e4b49 [2023-02-16T01:09:34.912Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-16T01:09:35.182Z] ---> Running in c4cef4084fa7 [2023-02-16T01:09:35.764Z] Removing intermediate container c4cef4084fa7 [2023-02-16T01:09:35.764Z] ---> c81c0b42a396 [2023-02-16T01:09:35.764Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T01:09:35.764Z] ---> Running in 91b9e5ab0fd5 [2023-02-16T01:09:36.723Z] Removing intermediate container 91b9e5ab0fd5 [2023-02-16T01:09:36.723Z] ---> 55d5441899cd [2023-02-16T01:09:36.723Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T01:09:36.993Z] ---> Running in b76d52773922 [2023-02-16T01:09:37.259Z] Removing intermediate container 1b22aed0b7f9 [2023-02-16T01:09:37.259Z] ---> 9dd7e785cb6c [2023-02-16T01:09:37.259Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-16T01:09:37.526Z] ---> Running in 847de157d9cc [2023-02-16T01:09:37.526Z] Removing intermediate container b76d52773922 [2023-02-16T01:09:37.526Z] ---> 12b6b0b46d07 [2023-02-16T01:09:37.526Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:09:37.526Z] ---> Running in 4cc68ccf3dfa [2023-02-16T01:09:38.111Z] Removing intermediate container 847de157d9cc [2023-02-16T01:09:38.111Z] ---> bb27ac40b49d [2023-02-16T01:09:38.111Z] Step 19/21 : LABEL arch=arm64 [2023-02-16T01:09:38.111Z] ---> Running in e4f58d570137 [2023-02-16T01:09:38.378Z] Removing intermediate container 4cc68ccf3dfa [2023-02-16T01:09:38.378Z] ---> e50872fd8250 [2023-02-16T01:09:38.378Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T01:09:38.378Z] ---> Running in 675ea4487825 [2023-02-16T01:09:38.974Z] Removing intermediate container e4f58d570137 [2023-02-16T01:09:38.974Z] ---> 5f9a13b8e144 [2023-02-16T01:09:38.974Z] Step 20/21 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:09:38.974Z] ---> Running in d50ce76a041c [2023-02-16T01:09:38.974Z] Removing intermediate container 675ea4487825 [2023-02-16T01:09:38.974Z] ---> 38708a279ec5 [2023-02-16T01:09:38.974Z] [2023-02-16T01:09:39.557Z] Successfully built 38708a279ec5 [2023-02-16T01:09:39.557Z] Successfully tagged core-data-arm64:latest [2023-02-16T01:09:39.557Z]  Building core-data ... done Removing intermediate container d50ce76a041c [2023-02-16T01:09:39.557Z] ---> b6aea05ecf9a [2023-02-16T01:09:39.557Z] Step 21/21 : LABEL version=0.0.0 [2023-02-16T01:09:39.824Z] ---> Running in d4f245b78674 [2023-02-16T01:09:40.413Z] Removing intermediate container d4f245b78674 [2023-02-16T01:09:40.413Z] ---> afba782f01cc [2023-02-16T01:09:40.413Z] [2023-02-16T01:09:40.678Z] Successfully built afba782f01cc [2023-02-16T01:09:40.678Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-16T01:11:02.268Z]  Building security-proxy-setup ... done Removing intermediate container 0592271ee491 [2023-02-16T01:11:02.268Z] ---> 69e6e2069277 [2023-02-16T01:11:02.268Z] [2023-02-16T01:11:02.268Z] Step 10/22 : FROM alpine:3.16 [2023-02-16T01:11:02.268Z] ---> 4c81e5bf8899 [2023-02-16T01:11:02.268Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-16T01:11:02.268Z] ---> Using cache [2023-02-16T01:11:02.268Z] ---> f0acc479bdc4 [2023-02-16T01:11:02.268Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-16T01:11:02.268Z] ---> Using cache [2023-02-16T01:11:02.268Z] ---> 69063ec8a28b [2023-02-16T01:11:02.268Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-16T01:11:02.268Z] ---> Running in 1052884529ea [2023-02-16T01:11:02.268Z] Removing intermediate container 1052884529ea [2023-02-16T01:11:02.268Z] ---> cffbda92b340 [2023-02-16T01:11:02.268Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-16T01:11:02.268Z] ---> Running in 6b70c4df4af7 [2023-02-16T01:11:02.268Z] Removing intermediate container 6b70c4df4af7 [2023-02-16T01:11:02.268Z] ---> 10181007ad18 [2023-02-16T01:11:02.268Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-16T01:11:02.268Z] ---> 11933d674339 [2023-02-16T01:11:02.268Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-16T01:11:02.268Z] ---> 6e4365620934 [2023-02-16T01:11:02.268Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-16T01:11:02.268Z] ---> 1d475a4f0fc3 [2023-02-16T01:11:02.268Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-16T01:11:02.268Z] ---> Running in 968b6e8fb909 [2023-02-16T01:11:02.268Z] Removing intermediate container 968b6e8fb909 [2023-02-16T01:11:02.268Z] ---> 6189c42f14c0 [2023-02-16T01:11:02.268Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-16T01:11:02.268Z] ---> Running in 734c729d8c6d [2023-02-16T01:11:02.268Z] Removing intermediate container 734c729d8c6d [2023-02-16T01:11:02.268Z] ---> b230ba19e7e8 [2023-02-16T01:11:02.268Z] Step 20/22 : LABEL arch=arm64 [2023-02-16T01:11:02.268Z] ---> Running in 6ffe2939b9ee [2023-02-16T01:11:02.268Z] Removing intermediate container 6ffe2939b9ee [2023-02-16T01:11:02.268Z] ---> a568d16fca52 [2023-02-16T01:11:02.268Z] Step 21/22 : LABEL git_sha=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [2023-02-16T01:11:02.268Z] ---> Running in c3db7162b69b [2023-02-16T01:11:02.268Z] Removing intermediate container c3db7162b69b [2023-02-16T01:11:02.268Z] ---> b1d2ae2b11e3 [2023-02-16T01:11:02.268Z] Step 22/22 : LABEL version=0.0.0 [2023-02-16T01:11:02.268Z] ---> Running in 97acbfe3515f [2023-02-16T01:11:02.268Z] Removing intermediate container 97acbfe3515f [2023-02-16T01:11:02.268Z] ---> d9235710085e [2023-02-16T01:11:02.268Z] [2023-02-16T01:11:02.268Z] Successfully built d9235710085e [2023-02-16T01:11:02.268Z] Successfully tagged support-scheduler-arm64:latest [2023-02-16T01:11:02.279Z]  Building support-scheduler ... done  [Pipeline] } [2023-02-16T01:11:02.298Z] $ docker stop --time=1 79f6812713db40eaf7e9711c126335ff611dbf8f6c10c6c51a62f40292ce41b4 [2023-02-16T01:11:04.023Z] $ docker rm -f --volumes 79f6812713db40eaf7e9711c126335ff611dbf8f6c10c6c51a62f40292ce41b4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T01:11:04.573Z] + docker images [2023-02-16T01:11:04.838Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-16T01:11:04.838Z] support-scheduler-arm64 latest d9235710085e 7 seconds ago 29MB [2023-02-16T01:11:04.838Z] 69e6e2069277 13 seconds ago 1.57GB [2023-02-16T01:11:04.838Z] security-proxy-setup-arm64 latest afba782f01cc About a minute ago 26.9MB [2023-02-16T01:11:04.838Z] core-data-arm64 latest 38708a279ec5 About a minute ago 17.2MB [2023-02-16T01:11:04.838Z] 0668322db229 About a minute ago 1.51GB [2023-02-16T01:11:04.838Z] ac713270372f About a minute ago 1.5GB [2023-02-16T01:11:04.838Z] core-common-config-bootstrapper-arm64 latest aca4fe2afc1b About a minute ago 14.9MB [2023-02-16T01:11:04.838Z] 99edc18cfb27 2 minutes ago 1.5GB [2023-02-16T01:11:04.838Z] security-bootstrapper-arm64 latest 2af3af852be6 2 minutes ago 19.6MB [2023-02-16T01:11:04.838Z] 09a157d0b108 3 minutes ago 1.49GB [2023-02-16T01:11:04.838Z] security-spiffe-token-provider-arm64 latest 463969e8bbfc 4 minutes ago 29.1MB [2023-02-16T01:11:04.838Z] 3350cc75bb04 5 minutes ago 1.54GB [2023-02-16T01:11:04.838Z] support-notifications-arm64 latest 90ede1e2e9c6 8 minutes ago 29.7MB [2023-02-16T01:11:04.838Z] 982c7836f611 8 minutes ago 1.57GB [2023-02-16T01:11:04.838Z] security-spire-config-arm64 latest 3fe0892afcb5 10 minutes ago 83.6MB [2023-02-16T01:11:04.838Z] core-metadata-arm64 latest aba81e4116f6 11 minutes ago 17.7MB [2023-02-16T01:11:04.838Z] 73a127dbf0ef 11 minutes ago 1.51GB [2023-02-16T01:11:04.838Z] core-command-arm64 latest 99fbe7837439 11 minutes ago 17MB [2023-02-16T01:11:04.838Z] 72f68b523d7e 11 minutes ago 1.5GB [2023-02-16T01:11:04.838Z] security-secretstore-setup-arm64 latest a5b23b4c6e64 11 minutes ago 29MB [2023-02-16T01:11:04.838Z] 95111a7c3d2a 12 minutes ago 1.5GB [2023-02-16T01:11:04.838Z] security-spire-agent-arm64 latest 713c6ba6ddae 15 minutes ago 122MB [2023-02-16T01:11:04.838Z] d0df1e0df0e2 16 minutes ago 1.38GB [2023-02-16T01:11:04.838Z] security-spire-server-arm64 latest a3e520fa8779 18 minutes ago 84.3MB [2023-02-16T01:11:04.838Z] 143949cb08a4 18 minutes ago 1.38GB [2023-02-16T01:11:04.838Z] ci-base-image-arm64 latest 0208b9b36774 31 minutes ago 905MB [2023-02-16T01:11:04.838Z] alpine 3.15 354640af7b1b 5 days ago 5.34MB [2023-02-16T01:11:04.839Z] alpine 3.16 4c81e5bf8899 5 days ago 5.3MB [2023-02-16T01:11:04.839Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-16T01:11:04.839Z] 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-16T01:11:05.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T01:11:05.610Z] [2023-02-16T01:11:05.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T01:11:06.075Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T01:11:06.341Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-16T01:11:06.341Z] 8998bd30e6a1: Pulling fs layer [2023-02-16T01:11:06.341Z] 04944245beec: Pulling fs layer [2023-02-16T01:11:06.341Z] 699f458cf7ca: Pulling fs layer [2023-02-16T01:11:06.341Z] 765212b225bb: Pulling fs layer [2023-02-16T01:11:06.341Z] f23df028b6ca: Pulling fs layer [2023-02-16T01:11:06.341Z] d65c8cfc05b1: Pulling fs layer [2023-02-16T01:11:06.341Z] 2437ff75d9bd: Pulling fs layer [2023-02-16T01:11:06.341Z] 765212b225bb: Waiting [2023-02-16T01:11:06.341Z] f23df028b6ca: Waiting [2023-02-16T01:11:06.341Z] d65c8cfc05b1: Waiting [2023-02-16T01:11:06.341Z] 2437ff75d9bd: Waiting [2023-02-16T01:11:06.341Z] 04944245beec: Verifying Checksum [2023-02-16T01:11:06.341Z] 765212b225bb: Verifying Checksum [2023-02-16T01:11:06.341Z] 765212b225bb: Download complete [2023-02-16T01:11:06.606Z] f23df028b6ca: Verifying Checksum [2023-02-16T01:11:06.606Z] f23df028b6ca: Download complete [2023-02-16T01:11:06.606Z] d65c8cfc05b1: Verifying Checksum [2023-02-16T01:11:06.606Z] d65c8cfc05b1: Download complete [2023-02-16T01:11:06.606Z] 699f458cf7ca: Verifying Checksum [2023-02-16T01:11:06.606Z] 699f458cf7ca: Download complete [2023-02-16T01:11:07.186Z] 8998bd30e6a1: Verifying Checksum [2023-02-16T01:11:07.186Z] 8998bd30e6a1: Download complete [2023-02-16T01:11:09.135Z] 2437ff75d9bd: Verifying Checksum [2023-02-16T01:11:09.135Z] 2437ff75d9bd: Download complete [2023-02-16T01:11:11.704Z] 8998bd30e6a1: Pull complete [2023-02-16T01:11:11.704Z] 04944245beec: Pull complete [2023-02-16T01:11:13.111Z] 699f458cf7ca: Pull complete [2023-02-16T01:11:13.386Z] 765212b225bb: Pull complete [2023-02-16T01:11:14.357Z] f23df028b6ca: Pull complete [2023-02-16T01:11:14.357Z] d65c8cfc05b1: Pull complete [2023-02-16T01:11:29.336Z] 2437ff75d9bd: Pull complete [2023-02-16T01:11:29.336Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-16T01:11:29.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T01:11:29.336Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T01:11:29.653Z] prd-ubuntu20.04-docker-arm64-4c-16g-6225 does not seem to be running inside a container [2023-02-16T01:11:29.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-16T01:11:32.474Z] $ docker top b55674aae2c50ce6d90285f69d49441c965125156ec80ee590c0cf161b9e90cc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:33.151Z] ---> job-cost.sh [2023-02-16T01:11:33.429Z] lf-activate-venv: SKIPPING [2023-02-16T01:11:33.429Z] INFO: No Stack... [2023-02-16T01:11:33.703Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-16T01:11:34.671Z] INFO: Archiving Costs [Pipeline] sh [2023-02-16T01:11:35.346Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-02-16T01:11:35.346Z] + cut -d, -f6 [Pipeline] lock [2023-02-16T01:11:35.448Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4365-1-stack-cost] [2023-02-16T01:11:35.453Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4365-1-stack-cost] did not exist. Created. [2023-02-16T01:11:35.453Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4365-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T01:11:35.863Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-16T01:11:36.302Z] Stashed 1 file(s) [Pipeline] } [2023-02-16T01:11:36.316Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4365-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-16T01:11:36.380Z] $ docker stop --time=1 b55674aae2c50ce6d90285f69d49441c965125156ec80ee590c0cf161b9e90cc [2023-02-16T01:11:37.896Z] $ docker rm -f --volumes b55674aae2c50ce6d90285f69d49441c965125156ec80ee590c0cf161b9e90cc [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-16T01:11:38.844Z] provisioning config files... [2023-02-16T01:11:38.851Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17672723208472750506tmp [Pipeline] { [Pipeline] sh [2023-02-16T01:11:39.184Z] + set +x [2023-02-16T01:11:39.184Z] + curl -s https://codecov.io/bash [2023-02-16T01:11:39.184Z] + bash -s -- [2023-02-16T01:11:39.184Z] [2023-02-16T01:11:39.184Z] _____ _ [2023-02-16T01:11:39.184Z] / ____| | | [2023-02-16T01:11:39.184Z] | | ___ __| | ___ ___ _____ __ [2023-02-16T01:11:39.184Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-16T01:11:39.184Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-16T01:11:39.184Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-16T01:11:39.184Z] Bash-1.0.6 [2023-02-16T01:11:39.184Z] [2023-02-16T01:11:39.184Z] [2023-02-16T01:11:39.184Z] ==> git version 2.25.1 found [2023-02-16T01:11:39.184Z] ==> 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-16T01:11:39.184Z] Release-Date: 2020-01-08 [2023-02-16T01:11:39.184Z] 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-16T01:11:39.184Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-16T01:11:39.184Z] ==> Jenkins CI detected. [2023-02-16T01:11:39.184Z] current dir:  /w/workspace/edgex-go/1 [2023-02-16T01:11:39.184Z] project root: . [2023-02-16T01:11:39.184Z] --> token set from env [2023-02-16T01:11:39.184Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-16T01:11:39.442Z] ==> Running gcov in . (disable via -X gcov) [2023-02-16T01:11:39.442Z] ==> Python coveragepy not found [2023-02-16T01:11:39.442Z] ==> Searching for coverage reports in: [2023-02-16T01:11:39.442Z] + . [2023-02-16T01:11:39.442Z] -> Found 1 reports [2023-02-16T01:11:39.442Z] ==> Detecting git/mercurial file structure [2023-02-16T01:11:39.442Z] ==> Reading reports [2023-02-16T01:11:39.442Z] + ./coverage.out bytes=487530 [2023-02-16T01:11:39.442Z] ==> Appending adjustments [2023-02-16T01:11:39.442Z] https://docs.codecov.io/docs/fixing-reports [2023-02-16T01:11:40.816Z] + Found adjustments [2023-02-16T01:11:40.816Z] ==> Gzipping contents [2023-02-16T01:11:40.816Z] 64K /tmp/codecov.Db7TEc.gz [2023-02-16T01:11:40.816Z] ==> Uploading reports [2023-02-16T01:11:40.816Z] url: https://codecov.io [2023-02-16T01:11:40.816Z] query: branch=PR-4365&commit=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4365%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4365&job=&cmd_args= [2023-02-16T01:11:40.816Z] -> Pinging Codecov [2023-02-16T01:11:40.816Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4365&commit=a9191bf8dcb1c8f9c8a9c518364e87b9133a8282&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4365%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4365&job=&cmd_args= [2023-02-16T01:11:40.816Z] -> Uploading to [2023-02-16T01:11:40.816Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-16/00271124DB129430A58F1EEE437C3FCB/a9191bf8dcb1c8f9c8a9c518364e87b9133a8282/31adaa24-d7e5-495c-869c-06f2b0925edd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T011140Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=01d1e7ef8686cc62a97eee305a3f49741c0456fb63fdab7215799294a36b3923 [2023-02-16T01:11:40.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T01:11:40.816Z] Dload Upload Total Spent Left Speed [2023-02-16T01:11:41.383Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63024 0 0 100 63024 0 131k --:--:-- --:--:-- --:--:-- 131k [2023-02-16T01:11:41.383Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a9191bf8dcb1c8f9c8a9c518364e87b9133a8282 [Pipeline] } [2023-02-16T01:11:41.411Z] 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-16T01:11:42.749Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:43.073Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:43.955Z] ---> package-listing.sh [2023-02-16T01:11:43.955Z] ++ facter osfamily [2023-02-16T01:11:43.955Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-16T01:11:44.214Z] + OS_FAMILY=debian [2023-02-16T01:11:44.214Z] + workspace=/w/workspace/edgex-go/1 [2023-02-16T01:11:44.214Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-16T01:11:44.214Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-16T01:11:44.214Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-16T01:11:44.214Z] + PACKAGES=/tmp/packages_start.txt [2023-02-16T01:11:44.214Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-16T01:11:44.214Z] + PACKAGES=/tmp/packages_end.txt [2023-02-16T01:11:44.214Z] + case "${OS_FAMILY}" in [2023-02-16T01:11:44.214Z] + dpkg -l [2023-02-16T01:11:44.214Z] + grep '^ii' [2023-02-16T01:11:44.214Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-16T01:11:44.214Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-16T01:11:44.214Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-16T01:11:44.214Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-16T01:11:44.214Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-16T01:11:44.214Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-16T01:11:44.247Z] 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-16T01:11:44.535Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T01:11:45.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T01:11:45.154Z] [2023-02-16T01:11:45.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T01:11:45.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T01:11:45.526Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-16T01:11:45.526Z] 5eb5b503b376: Pulling fs layer [2023-02-16T01:11:45.526Z] 5c69ac0246d0: Pulling fs layer [2023-02-16T01:11:45.526Z] ec43610c2a17: Pulling fs layer [2023-02-16T01:11:45.526Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-16T01:11:45.526Z] 33b1e0a273af: Pulling fs layer [2023-02-16T01:11:45.526Z] 5d3b04190fa2: Pulling fs layer [2023-02-16T01:11:45.526Z] 2f39f015ded8: Pulling fs layer [2023-02-16T01:11:45.526Z] 3a2ae6a8a46f: Waiting [2023-02-16T01:11:45.526Z] 5d3b04190fa2: Waiting [2023-02-16T01:11:45.526Z] 2f39f015ded8: Waiting [2023-02-16T01:11:45.526Z] 33b1e0a273af: Waiting [2023-02-16T01:11:45.526Z] 5c69ac0246d0: Verifying Checksum [2023-02-16T01:11:45.526Z] 5c69ac0246d0: Download complete [2023-02-16T01:11:45.526Z] 3a2ae6a8a46f: Download complete [2023-02-16T01:11:45.788Z] 33b1e0a273af: Verifying Checksum [2023-02-16T01:11:45.788Z] 33b1e0a273af: Download complete [2023-02-16T01:11:45.788Z] 5d3b04190fa2: Verifying Checksum [2023-02-16T01:11:45.788Z] 5d3b04190fa2: Download complete [2023-02-16T01:11:45.788Z] ec43610c2a17: Verifying Checksum [2023-02-16T01:11:45.788Z] ec43610c2a17: Download complete [2023-02-16T01:11:46.049Z] 5eb5b503b376: Verifying Checksum [2023-02-16T01:11:46.049Z] 5eb5b503b376: Download complete [2023-02-16T01:11:46.618Z] 2f39f015ded8: Verifying Checksum [2023-02-16T01:11:46.618Z] 2f39f015ded8: Download complete [2023-02-16T01:11:46.876Z] 5eb5b503b376: Pull complete [2023-02-16T01:11:47.133Z] 5c69ac0246d0: Pull complete [2023-02-16T01:11:47.391Z] ec43610c2a17: Pull complete [2023-02-16T01:11:47.650Z] 3a2ae6a8a46f: Pull complete [2023-02-16T01:11:47.650Z] 33b1e0a273af: Pull complete [2023-02-16T01:11:47.907Z] 5d3b04190fa2: Pull complete [2023-02-16T01:11:52.084Z] 2f39f015ded8: Pull complete [2023-02-16T01:11:52.084Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-16T01:11:52.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T01:11:52.084Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T01:11:52.270Z] prd-ubuntu20.04-docker-8c-8g-6223 does not seem to be running inside a container [2023-02-16T01:11:52.304Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-16T01:11:54.260Z] $ docker top d5e092b6b0218445159dafd450181c04b9025d68affb6d7d5d1802b981510a15 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T01:11:54.641Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-16T01:11:54.948Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-16T01:11:55.254Z] + ls /var/log/sa-host [2023-02-16T01:11:55.254Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T01:11:55.463Z] provisioning config files... [2023-02-16T01:11:55.471Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8008547750457164525tmp [Pipeline] { [Pipeline] echo [2023-02-16T01:11:55.524Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:55.843Z] ---> create-netrc.sh [Pipeline] } [2023-02-16T01:11:55.868Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:56.264Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-16T01:11:56.297Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:56.608Z] ---> sudo-logs.sh [2023-02-16T01:11:56.608Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-16T01:11:56.684Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:56.994Z] ---> job-cost.sh [2023-02-16T01:11:56.994Z] lf-activate-venv: SKIPPING [2023-02-16T01:11:56.994Z] DEBUG: total: 0.10999999940395355 [2023-02-16T01:11:56.994Z] INFO: Retrieving Stack Cost... [2023-02-16T01:11:57.561Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-16T01:11:58.130Z] INFO: Archiving Costs [Pipeline] echo [2023-02-16T01:11:58.166Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T01:11:58.479Z] ---> logs-deploy.sh [2023-02-16T01:11:58.479Z] lf-activate-venv: SKIPPING [2023-02-16T01:11:58.479Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4365/1 [2023-02-16T01:11:58.479Z] INFO: archiving workspace using pattern(s): [2023-02-16T01:11:59.415Z] Archives upload complete. [2023-02-16T01:11:59.415Z] INFO: archiving logs to Nexus