Pull request #4406 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from ae3a6ab92bcdac3adf940af290d05f65fb967b23+8aa10c1497df1eea7ec4785a9c01b401f72abbbc (d917f0ee1f382d76658d35724a27be6bbffb3516) 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-ssh6127697138164885230.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-ssh12778857747473799448.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-4406/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-4406/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1521889609860551926.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-4406/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh326547391685412385.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-ssh16293826876452688756.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-4406/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-4406/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1963402906425465283.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8112 in /w/workspace/edgexfoundry_edgex-go_PR-4406 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8aa10c1497df1eea7ec4785a9c01b401f72abbbc into PR head commit ae3a6ab92bcdac3adf940af290d05f65fb967b23 Merge succeeded, producing ae3a6ab92bcdac3adf940af290d05f65fb967b23 Checking out Revision ae3a6ab92bcdac3adf940af290d05f65fb967b23 (PR-4406) > 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/4406/head:refs/remotes/origin/PR-4406 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae3a6ab92bcdac3adf940af290d05f65fb967b23 # 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 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae3a6ab92bcdac3adf940af290d05f65fb967b23 # timeout=10 Commit message: "fix: Typos in Apache-2.0 SPDX headers" 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-03-02T18:33:54.415Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-02T18:33:54.579Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-02T18:33:54.672Z] ========================================================= [2023-03-02T18:33:54.672Z] EdgeX Global Pipelines Version Info [2023-03-02T18:33:54.672Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-02T18:33:55.409Z] ------------------- [2023-03-02T18:33:55.409Z] stable info: [2023-03-02T18:33:55.409Z] ------------------- [2023-03-02T18:33:55.409Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-02T18:33:55.409Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-02T18:33:55.409Z] Message: update stable to v1.0.244 [2023-03-02T18:33:55.980Z] ------------------- [2023-03-02T18:33:55.980Z] experimental info: [2023-03-02T18:33:55.980Z] ------------------- [2023-03-02T18:33:55.980Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-02T18:33:55.980Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-02T18:33:55.980Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-02T18:33:56.267Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-02T18:33:56.309Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-02T18:33:56.348Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-02T18:33:56.386Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-02T18:33:56.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-02T18:33:56.468Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-02T18:33:56.507Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-02T18:33:56.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-02T18:33:56.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-02T18:33:56.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-02T18:33:56.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-02T18:33:56.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-02T18:33:56.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-02T18:33:56.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-02T18:33:56.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-02T18:33:56.857Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-02T18:33:56.896Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-02T18:33:56.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-02T18:33:56.971Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-02T18:33:57.015Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-02T18:33:57.054Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-02T18:33:57.095Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-02T18:33:57.132Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-02T18:33:57.169Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4406 [Pipeline] echo [2023-03-02T18:33:57.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4406 [Pipeline] echo [2023-03-02T18:33:57.244Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4406 [Pipeline] echo [2023-03-02T18:33:57.279Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae3a6ab92bcdac3adf940af290d05f65fb967b23 [Pipeline] echo [2023-03-02T18:33:57.317Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae3a6ab [Pipeline] echo [2023-03-02T18:33:57.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-02T18:33:57.462Z] provisioning config files... [2023-03-02T18:33:57.475Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16865178546440734964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T18:33:57.811Z] ---> docker-login.sh [2023-03-02T18:33:57.811Z] nexus3.edgexfoundry.org:10001 [2023-03-02T18:33:59.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:33:59.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:33:59.215Z] Configure a credential helper to remove this warning. See [2023-03-02T18:33:59.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:33:59.215Z] [2023-03-02T18:33:59.215Z] Login Succeeded [2023-03-02T18:33:59.215Z] nexus3.edgexfoundry.org:10002 [2023-03-02T18:33:59.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:33:59.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:33:59.215Z] Configure a credential helper to remove this warning. See [2023-03-02T18:33:59.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:33:59.216Z] [2023-03-02T18:33:59.216Z] Login Succeeded [2023-03-02T18:33:59.216Z] nexus3.edgexfoundry.org:10003 [2023-03-02T18:33:59.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:33:59.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:33:59.477Z] Configure a credential helper to remove this warning. See [2023-03-02T18:33:59.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:33:59.477Z] [2023-03-02T18:33:59.477Z] Login Succeeded [2023-03-02T18:33:59.477Z] nexus3.edgexfoundry.org:10004 [2023-03-02T18:33:59.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:33:59.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:33:59.478Z] Configure a credential helper to remove this warning. See [2023-03-02T18:33:59.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:33:59.478Z] [2023-03-02T18:33:59.478Z] Login Succeeded [2023-03-02T18:33:59.478Z] docker.io [2023-03-02T18:33:59.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:33:59.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:33:59.740Z] Configure a credential helper to remove this warning. See [2023-03-02T18:33:59.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:33:59.740Z] [2023-03-02T18:33:59.740Z] Login Succeeded [2023-03-02T18:33:59.740Z] ---> docker-login.sh ends [Pipeline] } [2023-03-02T18:33:59.772Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-02T18:34:00.168Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/core-command/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/core-data/Dockerfile+ [2023-03-02T18:34:00.168Z] cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-02T18:34:00.168Z] + + dirname cmd/core-metadata/Dockerfile [2023-03-02T18:34:00.168Z] cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-02T18:34:00.168Z] + + cut -d/ -f2 [2023-03-02T18:34:00.168Z] dirname cmd/security-proxy-auth/Dockerfile [2023-03-02T18:34:00.168Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-02T18:34:00.168Z] + + dirnamecut cmd/security-secretstore-setup/Dockerfile -d/ [2023-03-02T18:34:00.168Z] -f2 [2023-03-02T18:34:00.168Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-02T18:34:00.168Z] + + dirname cmd/security-spire-server/Dockerfile [2023-03-02T18:34:00.168Z] cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/support-notifications/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-02T18:34:00.168Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-02T18:34:00.168Z] + cut -d/ -f2 [2023-03-02T18:34:00.168Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-02T18:34:00.237Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-02T18:34:00.736Z] + git rev-list -1 --merges ae3a6ab92bcdac3adf940af290d05f65fb967b23~1..ae3a6ab92bcdac3adf940af290d05f65fb967b23 [Pipeline] echo [2023-03-02T18:34:00.772Z] -----------> git rev-list -1 --merges ae3a6ab92bcdac3adf940af290d05f65fb967b23~1..ae3a6ab92bcdac3adf940af290d05f65fb967b23 ae3a6ab92bcdac3adf940af290d05f65fb967b23 [false] [Pipeline] sh [2023-03-02T18:34:01.080Z] + git log --format=format:%s -1 ae3a6ab92bcdac3adf940af290d05f65fb967b23 [Pipeline] echo [2023-03-02T18:34:01.119Z] ========================================================= [2023-03-02T18:34:01.119Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-02T18:34:01.119Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-02T18:34:01.615Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-02T18:34:01.616Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-02T18:34:01.616Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-02T18:34:01.616Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-02T18:34:01.616Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-02T18:34:01.616Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-02T18:34:01.616Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:34:02.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T18:34:02.096Z] [2023-03-02T18:34:02.096Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:34:02.471Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T18:34:02.472Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-02T18:34:02.472Z] b85a868b505f: Pulling fs layer [2023-03-02T18:34:02.472Z] e2be974225ed: Pulling fs layer [2023-03-02T18:34:02.472Z] 339a4e72a1f5: Pulling fs layer [2023-03-02T18:34:02.472Z] 988bab9f4d93: Pulling fs layer [2023-03-02T18:34:02.472Z] 1469e6f7b9e6: Pulling fs layer [2023-03-02T18:34:02.472Z] eaf3925da568: Pulling fs layer [2023-03-02T18:34:02.472Z] bab4dde63d76: Pulling fs layer [2023-03-02T18:34:02.472Z] 988bab9f4d93: Waiting [2023-03-02T18:34:02.472Z] 1469e6f7b9e6: Waiting [2023-03-02T18:34:02.472Z] eaf3925da568: Waiting [2023-03-02T18:34:02.472Z] bde34c3a00c8: Pulling fs layer [2023-03-02T18:34:02.472Z] b352a97aabf1: Pulling fs layer [2023-03-02T18:34:02.472Z] bab4dde63d76: Waiting [2023-03-02T18:34:02.472Z] bde34c3a00c8: Waiting [2023-03-02T18:34:02.472Z] b352a97aabf1: Waiting [2023-03-02T18:34:02.472Z] 4872d77fe225: Pulling fs layer [2023-03-02T18:34:02.472Z] 5851b861e8e6: Pulling fs layer [2023-03-02T18:34:02.472Z] 4872d77fe225: Waiting [2023-03-02T18:34:02.472Z] e2be974225ed: Verifying Checksum [2023-03-02T18:34:02.472Z] e2be974225ed: Download complete [2023-03-02T18:34:02.472Z] 988bab9f4d93: Verifying Checksum [2023-03-02T18:34:02.472Z] 988bab9f4d93: Download complete [2023-03-02T18:34:02.733Z] 1469e6f7b9e6: Verifying Checksum [2023-03-02T18:34:02.733Z] 1469e6f7b9e6: Download complete [2023-03-02T18:34:02.733Z] eaf3925da568: Verifying Checksum [2023-03-02T18:34:02.733Z] eaf3925da568: Download complete [2023-03-02T18:34:02.733Z] 339a4e72a1f5: Verifying Checksum [2023-03-02T18:34:02.733Z] 339a4e72a1f5: Download complete [2023-03-02T18:34:02.733Z] bde34c3a00c8: Verifying Checksum [2023-03-02T18:34:02.733Z] bde34c3a00c8: Download complete [2023-03-02T18:34:02.733Z] b352a97aabf1: Verifying Checksum [2023-03-02T18:34:02.733Z] b352a97aabf1: Download complete [2023-03-02T18:34:02.733Z] 4872d77fe225: Verifying Checksum [2023-03-02T18:34:02.733Z] 4872d77fe225: Download complete [2023-03-02T18:34:02.733Z] 5851b861e8e6: Download complete [2023-03-02T18:34:02.733Z] b85a868b505f: Verifying Checksum [2023-03-02T18:34:02.733Z] b85a868b505f: Download complete [2023-03-02T18:34:02.991Z] bab4dde63d76: Verifying Checksum [2023-03-02T18:34:02.991Z] bab4dde63d76: Download complete [2023-03-02T18:34:03.928Z] b85a868b505f: Pull complete [2023-03-02T18:34:04.188Z] e2be974225ed: Pull complete [2023-03-02T18:34:04.447Z] 339a4e72a1f5: Pull complete [2023-03-02T18:34:04.447Z] 988bab9f4d93: Pull complete [2023-03-02T18:34:04.705Z] 1469e6f7b9e6: Pull complete [2023-03-02T18:34:04.965Z] eaf3925da568: Pull complete [2023-03-02T18:34:06.342Z] bab4dde63d76: Pull complete [2023-03-02T18:34:06.603Z] bde34c3a00c8: Pull complete [2023-03-02T18:34:06.603Z] b352a97aabf1: Pull complete [2023-03-02T18:34:06.603Z] 4872d77fe225: Pull complete [2023-03-02T18:34:06.864Z] 5851b861e8e6: Pull complete [2023-03-02T18:34:06.864Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-02T18:34:06.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T18:34:06.864Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:34:07.062Z] prd-ubuntu20.04-docker-8c-8g-8112 does not seem to be running inside a container [2023-03-02T18:34:07.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-02T18:34:08.738Z] $ docker top 2b34acfa61020532404b4e7185710809a3c7a98b6210c10b3a53dabf1afedd7e -eo pid,comm [2023-03-02T18:34:08.790Z] 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-03-02T18:34:08.790Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-02T18:34:08.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-02T18:34:08.907Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-02T18:34:09.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-02T18:34:09.033Z] $ docker exec 2b34acfa61020532404b4e7185710809a3c7a98b6210c10b3a53dabf1afedd7e ssh-agent [2023-03-02T18:34:09.130Z] SSH_AUTH_SOCK=/tmp/ssh-RDEcJYKkAbiu/agent.33 [2023-03-02T18:34:09.130Z] SSH_AGENT_PID=39 [2023-03-02T18:34:09.136Z] Running ssh-add (command line suppressed) [2023-03-02T18:34:09.239Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2090270690431946686.key (/w/workspace/edgex-go/1@tmp/private_key_2090270690431946686.key) [2023-03-02T18:34:09.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-02T18:34:09.579Z] + git tag --points-at HEAD [Pipeline] } [2023-03-02T18:34:09.606Z] $ docker exec --env ******** --env ******** 2b34acfa61020532404b4e7185710809a3c7a98b6210c10b3a53dabf1afedd7e ssh-agent -k [2023-03-02T18:34:09.698Z] unset SSH_AUTH_SOCK; [2023-03-02T18:34:09.698Z] unset SSH_AGENT_PID; [2023-03-02T18:34:09.698Z] echo Agent pid 39 killed; [2023-03-02T18:34:09.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-02T18:34:09.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-02T18:34:09.797Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-02T18:34:09.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-02T18:34:09.920Z] $ docker exec 2b34acfa61020532404b4e7185710809a3c7a98b6210c10b3a53dabf1afedd7e ssh-agent [2023-03-02T18:34:10.011Z] SSH_AUTH_SOCK=/tmp/ssh-aJd1Nl06OTnk/agent.71 [2023-03-02T18:34:10.011Z] SSH_AGENT_PID=77 [2023-03-02T18:34:10.015Z] Running ssh-add (command line suppressed) [2023-03-02T18:34:10.109Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14878398562701973324.key (/w/workspace/edgex-go/1@tmp/private_key_14878398562701973324.key) [2023-03-02T18:34:10.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-02T18:34:10.444Z] + git semver init [2023-03-02T18:34:10.735Z] 2023-03-02 18:34:10,627 [run_init] DEBUG init version:0.0.0 force:False [2023-03-02T18:34:10.735Z] 2023-03-02 18:34:10,628 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-02T18:34:10.735Z] 2023-03-02 18:34:10,628 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-02T18:34:10.735Z] 2023-03-02 18:34:10,628 [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-03-02T18:34:16.074Z] 2023-03-02 18:34:15,572 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-02T18:34:16.074Z] 2023-03-02 18:34:15,572 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4406 with force:False [2023-03-02T18:34:16.074Z] 2023-03-02 18:34:15,572 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4406 [2023-03-02T18:34:16.074Z] 2023-03-02 18:34:15,576 [execute] INFO git cat-file --batch-check [2023-03-02T18:34:16.074Z] 2023-03-02 18:34:15,577 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-02T18:34:16.074Z] 2023-03-02 18:34:15,582 [execute] INFO git cat-file --batch [2023-03-02T18:34:16.074Z] 2023-03-02 18:34:15,582 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-02T18:34:16.074Z] 2023-03-02 18:34:15,587 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4406 [2023-03-02T18:34:16.074Z] 0.0.0 [Pipeline] } [2023-03-02T18:34:16.102Z] $ docker exec --env ******** --env ******** 2b34acfa61020532404b4e7185710809a3c7a98b6210c10b3a53dabf1afedd7e ssh-agent -k [2023-03-02T18:34:16.199Z] unset SSH_AUTH_SOCK; [2023-03-02T18:34:16.199Z] unset SSH_AGENT_PID; [2023-03-02T18:34:16.199Z] echo Agent pid 77 killed; [2023-03-02T18:34:16.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-02T18:34:16.616Z] + git semver [Pipeline] } [2023-03-02T18:34:16.900Z] $ docker stop --time=1 2b34acfa61020532404b4e7185710809a3c7a98b6210c10b3a53dabf1afedd7e [2023-03-02T18:34:18.205Z] $ docker rm -f --volumes 2b34acfa61020532404b4e7185710809a3c7a98b6210c10b3a53dabf1afedd7e [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-02T18:34:18.598Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-02T18:34:18.865Z] Stashed 1 file(s) [Pipeline] echo [2023-03-02T18:34:18.883Z] [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-03-02T18:34:19.632Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-02T18:34:19.667Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T18:34:19.704Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T18:34:19.737Z] ========================================================= [2023-03-02T18:34:19.737Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-02T18:34:19.737Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-02T18:34:20.068Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T18:34:20.068Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-02T18:34:20.068Z] 213ec9aee27d: Pulling fs layer [2023-03-02T18:34:20.068Z] 4583459ba037: Pulling fs layer [2023-03-02T18:34:20.068Z] 93c1e223e6f2: Pulling fs layer [2023-03-02T18:34:20.068Z] 53926ce57604: Pulling fs layer [2023-03-02T18:34:20.068Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-02T18:34:20.068Z] 22ff95d597cd: Pulling fs layer [2023-03-02T18:34:20.068Z] 12d6caf4c0d1: Pulling fs layer [2023-03-02T18:34:20.068Z] 96b7cbca73a9: Pulling fs layer [2023-03-02T18:34:20.068Z] a7acece74701: Pulling fs layer [2023-03-02T18:34:20.068Z] 22ff95d597cd: Waiting [2023-03-02T18:34:20.068Z] 12d6caf4c0d1: Waiting [2023-03-02T18:34:20.068Z] 96b7cbca73a9: Waiting [2023-03-02T18:34:20.068Z] a7acece74701: Waiting [2023-03-02T18:34:20.068Z] 53926ce57604: Waiting [2023-03-02T18:34:20.068Z] 21b2b0c7a3f4: Waiting [2023-03-02T18:34:20.068Z] 93c1e223e6f2: Download complete [2023-03-02T18:34:20.068Z] 4583459ba037: Download complete [2023-03-02T18:34:20.068Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-02T18:34:20.068Z] 21b2b0c7a3f4: Download complete [2023-03-02T18:34:20.330Z] 22ff95d597cd: Download complete [2023-03-02T18:34:20.330Z] 213ec9aee27d: Verifying Checksum [2023-03-02T18:34:20.330Z] 213ec9aee27d: Download complete [2023-03-02T18:34:20.330Z] 12d6caf4c0d1: Verifying Checksum [2023-03-02T18:34:20.330Z] 12d6caf4c0d1: Download complete [2023-03-02T18:34:20.330Z] 213ec9aee27d: Pull complete [2023-03-02T18:34:20.598Z] 4583459ba037: Pull complete [2023-03-02T18:34:20.598Z] 93c1e223e6f2: Pull complete [2023-03-02T18:34:20.859Z] a7acece74701: Verifying Checksum [2023-03-02T18:34:20.859Z] a7acece74701: Download complete [2023-03-02T18:34:21.117Z] 96b7cbca73a9: Verifying Checksum [2023-03-02T18:34:21.117Z] 96b7cbca73a9: Download complete [2023-03-02T18:34:21.117Z] 53926ce57604: Verifying Checksum [2023-03-02T18:34:21.117Z] 53926ce57604: Download complete [2023-03-02T18:34:24.432Z] 53926ce57604: Pull complete [2023-03-02T18:34:24.432Z] 21b2b0c7a3f4: Pull complete [2023-03-02T18:34:24.432Z] 22ff95d597cd: Pull complete [2023-03-02T18:34:24.432Z] 12d6caf4c0d1: Pull complete [2023-03-02T18:34:26.334Z] 96b7cbca73a9: Pull complete [2023-03-02T18:34:27.268Z] a7acece74701: Pull complete [2023-03-02T18:34:27.268Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-02T18:34:27.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T18:34:27.268Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-02T18:34:27.618Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T18:34:27.618Z] WORKDIR /edgex [2023-03-02T18:34:27.618Z] COPY go.mod . [2023-03-02T18:34:27.618Z] RUN go mod download [2023-03-02T18:34:27.618Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-02T18:34:28.185Z] Sending build context to Docker daemon 170.4MB [2023-03-02T18:34:28.185Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T18:34:28.185Z] ---> db6d94c90886 [2023-03-02T18:34:28.185Z] Step 2/4 : WORKDIR /edgex [2023-03-02T18:34:30.093Z] ---> Running in 853811e29e98 [2023-03-02T18:34:30.093Z] Removing intermediate container 853811e29e98 [2023-03-02T18:34:30.093Z] ---> 6704a3733f84 [2023-03-02T18:34:30.093Z] Step 3/4 : COPY go.mod . [2023-03-02T18:34:30.353Z] ---> 17546b3b1821 [2023-03-02T18:34:30.353Z] Step 4/4 : RUN go mod download [2023-03-02T18:34:30.353Z] ---> Running in 6a32ae36f4f2 [2023-03-02T18:34:34.173Z] Still waiting to schedule task [2023-03-02T18:34:34.173Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-02T18:34:42.560Z] Removing intermediate container 6a32ae36f4f2 [2023-03-02T18:34:42.560Z] ---> 66672b2bbada [2023-03-02T18:34:42.560Z] Successfully built 66672b2bbada [2023-03-02T18:34:42.560Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:34:42.955Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-02T18:34:42.955Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:34:43.096Z] prd-ubuntu20.04-docker-8c-8g-8112 does not seem to be running inside a container [2023-03-02T18:34:43.133Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-02T18:34:43.557Z] $ docker top 44c63f365b8e66bad7c659fb74bcbeb90a7090c8978b0d0128778b0198849d63 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T18:34:43.944Z] + go version [2023-03-02T18:34:43.945Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-02T18:34:43.981Z] $ docker stop --time=1 44c63f365b8e66bad7c659fb74bcbeb90a7090c8978b0d0128778b0198849d63 [2023-03-02T18:34:45.248Z] $ docker rm -f --volumes 44c63f365b8e66bad7c659fb74bcbeb90a7090c8978b0d0128778b0198849d63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:34:45.946Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-02T18:34:45.946Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:34:46.096Z] prd-ubuntu20.04-docker-8c-8g-8112 does not seem to be running inside a container [2023-03-02T18:34:46.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-02T18:34:46.449Z] $ docker top 8a5081f2cd7eee9648d6a0fe31f6f0f7145a12ee34b0cfe0f0d118a00150a04c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-02T18:34:46.548Z] ========================================================= [2023-03-02T18:34:46.548Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-02T18:34:46.548Z] ========================================================= [Pipeline] sh [2023-03-02T18:34:46.841Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-02T18:34:47.195Z] + make test [2023-03-02T18:34:47.195Z] go test -race -coverprofile=coverage.out ./... [2023-03-02T18:34:53.761Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-02T18:35:08.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.071s coverage: 28.7% of statements [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-02T18:35:08.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-02T18:35:08.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.110s coverage: 98.5% of statements [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.126s coverage: 71.2% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.084s coverage: 54.0% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.843s coverage: 88.5% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.076s coverage: 3.9% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.459s coverage: 95.6% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.083s coverage: 72.2% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.082s coverage: 65.9% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.058s coverage: 0.9% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.098s coverage: 29.6% of statements [2023-03-02T18:35:11.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 82.9% of statements [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2023-03-02T18:35:11.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2023-03-02T18:35:19.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements [2023-03-02T18:35:19.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.381s coverage: 79.9% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.062s coverage: 86.9% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.041s coverage: 20.0% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 77.4% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.2% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 63.1% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 89.4% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 65.3% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 41.0% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.137s coverage: 92.3% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.076s coverage: 63.2% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-02T18:35:34.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.7% of statements [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-02T18:35:34.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:35:34.148Z] 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-03-02T18:35:52.221Z] 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-03-02T18:35:52.221Z] go vet ./... [2023-03-02T18:35:54.749Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-02T18:35:54.749Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-02T18:35:54.749Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-02T18:35:55.037Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-02T18:35:55.341Z] + ls -al . [2023-03-02T18:35:55.341Z] total 744 [2023-03-02T18:35:55.341Z] drwxrwxr-x 11 1001 1001 4096 Mar 2 18:34 . [2023-03-02T18:35:55.341Z] drwxr-xr-x 4 root root 4096 Mar 2 18:34 .. [2023-03-02T18:35:55.341Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 18:33 .blubracket [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 16 Mar 2 18:33 .dockerignore [2023-03-02T18:35:55.341Z] drwxrwxr-x 8 1001 1001 4096 Mar 2 18:35 .git [2023-03-02T18:35:55.341Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 18:33 .github [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 1068 Mar 2 18:33 .gitignore [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 42 Mar 2 18:33 .golangci.yml [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 87 Mar 2 18:33 .hadolint.yml [2023-03-02T18:35:55.341Z] drwxr-xr-x 3 1001 1001 4096 Mar 2 18:34 .semver [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 166 Mar 2 18:33 .sonarcloud.properties [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 1171 Mar 2 18:33 ADOPTERS.md [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 10825 Mar 2 18:33 Attribution.txt [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 73765 Mar 2 18:33 CHANGELOG.md [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 3804 Mar 2 18:33 CONTRIBUTING.md [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 677 Mar 2 18:33 GOVERNANCE.md [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 883 Mar 2 18:33 Jenkinsfile [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 10775 Mar 2 18:33 LICENSE [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 14116 Mar 2 18:33 Makefile [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 582 Mar 2 18:33 OWNERS.md [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 9403 Mar 2 18:33 README.md [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 6912 Mar 2 18:33 SECURITY.md [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 5 Mar 2 18:34 VERSION [2023-03-02T18:35:55.341Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 18:33 bin [2023-03-02T18:35:55.341Z] drwxrwxr-x 18 1001 1001 4096 Mar 2 18:33 cmd [2023-03-02T18:35:55.341Z] -rw-r--r-- 1 root root 487670 Mar 2 18:35 coverage.out [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 3296 Mar 2 18:33 go.mod [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 31429 Mar 2 18:33 go.sum [2023-03-02T18:35:55.341Z] drwxrwxr-x 7 1001 1001 4096 Mar 2 18:33 internal [2023-03-02T18:35:55.341Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 18:33 openapi [2023-03-02T18:35:55.341Z] drwxrwxr-x 4 1001 1001 4096 Mar 2 18:33 snap [2023-03-02T18:35:55.341Z] -rw-rw-r-- 1 1001 1001 204 Mar 2 18:33 version.go [Pipeline] sh [2023-03-02T18:35:55.650Z] + '[' -e coverage.out ] [2023-03-02T18:35:55.650Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-02T18:35:55.813Z] Stashed 1 file(s) [Pipeline] sh [2023-03-02T18:35:56.107Z] + make build [2023-03-02T18:35:56.107Z] 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-03-02T18:36:03.015Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8113 in /w/workspace/edgexfoundry_edgex-go_PR-4406 [Pipeline] { [Pipeline] ws [2023-03-02T18:36:03.074Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-02T18:36:03.156Z] The recommended git tool is: git [2023-03-02T18:36:08.270Z] using credential edgex-jenkins-ssh [2023-03-02T18:36:08.286Z] Cloning the remote Git repository [2023-03-02T18:36:08.307Z] 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-03-02T18:36:08.307Z] 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-03-02T18:36:08.873Z] 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-03-02T18:36:08.320Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-02T18:36:08.386Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-02T18:36:08.530Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-02T18:36:08.531Z] > git --version # timeout=10 [2023-03-02T18:36:08.552Z] > git --version # 'git version 2.25.1' [2023-03-02T18:36:08.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-02T18:36:08.609Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-02T18:36:09.807Z] 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-03-02T18:36:16.362Z] 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-03-02T18:36:17.733Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-02T18:36:19.106Z] 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-03-02T18:36:19.671Z] 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-03-02T18:36:21.046Z] 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-03-02T18:36:21.982Z] 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-03-02T18:36:22.550Z] 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-03-02T18:36:25.079Z] 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-03-02T18:36:24.270Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-02T18:36:24.295Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-02T18:36:25.092Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-02T18:36:25.142Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-02T18:36:25.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-02T18:36:25.160Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4406/head:refs/remotes/origin/PR-4406 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] } [2023-03-02T18:36:26.040Z] $ docker stop --time=1 8a5081f2cd7eee9648d6a0fe31f6f0f7145a12ee34b0cfe0f0d118a00150a04c [2023-03-02T18:36:26.087Z] Merging remotes/origin/main commit 8aa10c1497df1eea7ec4785a9c01b401f72abbbc into PR head commit ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:36:26.489Z] Merge succeeded, producing ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:36:26.489Z] Checking out Revision ae3a6ab92bcdac3adf940af290d05f65fb967b23 (PR-4406) [2023-03-02T18:36:26.107Z] > git config core.sparsecheckout # timeout=10 [2023-03-02T18:36:26.127Z] > git checkout -f ae3a6ab92bcdac3adf940af290d05f65fb967b23 # timeout=10 [2023-03-02T18:36:26.385Z] > git remote # timeout=10 [2023-03-02T18:36:26.409Z] > git config --get remote.origin.url # timeout=10 [2023-03-02T18:36:26.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-02T18:36:26.449Z] > git merge 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 [2023-03-02T18:36:26.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-02T18:36:26.499Z] > git config core.sparsecheckout # timeout=10 [2023-03-02T18:36:26.513Z] > git checkout -f ae3a6ab92bcdac3adf940af290d05f65fb967b23 # timeout=10 [2023-03-02T18:36:29.892Z] $ docker rm -f --volumes 8a5081f2cd7eee9648d6a0fe31f6f0f7145a12ee34b0cfe0f0d118a00150a04c [2023-03-02T18:36:30.157Z] Commit message: "fix: Typos in Apache-2.0 SPDX headers" [Pipeline] // withDockerContainer [Pipeline] } [2023-03-02T18:36:30.211Z] > git --version # timeout=10 [2023-03-02T18:36:30.224Z] > git --version # 'git version 2.25.1' [2023-03-02T18:36:30.246Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-02T18:36:31.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T18:36:31.075Z] [2023-03-02T18:36:31.075Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:36:31.473Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-02T18:36:31.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T18:36:31.473Z] Dload Upload Total Spent Left Speed [2023-03-02T18:36:31.473Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72862 0 --:--:-- --:--:-- --:--:-- 72862 [2023-03-02T18:36:31.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T18:36:31.541Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-02T18:36:31.541Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-02T18:36:31.541Z] ca9280d653b3: Pulling fs layer [2023-03-02T18:36:31.541Z] 7e9c9ca2126c: Pulling fs layer [2023-03-02T18:36:31.802Z] ca9280d653b3: Verifying Checksum [2023-03-02T18:36:31.802Z] ca9280d653b3: Download complete [2023-03-02T18:36:31.802Z] cbdbe7a5bc2a: Pull complete [Pipeline] sh [2023-03-02T18:36:32.060Z] 7e9c9ca2126c: Download complete [2023-03-02T18:36:32.060Z] ca9280d653b3: Pull complete [2023-03-02T18:36:32.240Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-02T18:36:32.586Z] + sudo tee /etc/docker/daemon.new [2023-03-02T18:36:32.586Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-02T18:36:32.586Z] { [2023-03-02T18:36:32.586Z] "registry-mirrors": [ [2023-03-02T18:36:32.586Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-02T18:36:32.586Z] ], [2023-03-02T18:36:32.586Z] "bip": "10.250.0.254/24", [2023-03-02T18:36:32.586Z] "hosts": [ [2023-03-02T18:36:32.587Z] "tcp://0.0.0.0:5555", [2023-03-02T18:36:32.587Z] "unix:///var/run/docker.sock" [2023-03-02T18:36:32.587Z] ], [2023-03-02T18:36:32.587Z] "mtu": 1458, [2023-03-02T18:36:32.587Z] "selinux-enabled": true, [2023-03-02T18:36:32.587Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-02T18:36:32.587Z] } [Pipeline] sh [2023-03-02T18:36:32.941Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-02T18:36:33.289Z] + sudo service docker restart [2023-03-02T18:36:35.342Z] 7e9c9ca2126c: Pull complete [2023-03-02T18:36:35.342Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-02T18:36:35.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T18:36:35.342Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:36:35.573Z] prd-ubuntu20.04-docker-8c-8g-8112 does not seem to be running inside a container [2023-03-02T18:36:35.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-02T18:36:38.608Z] $ docker top 3753ec172b764987688ccb3af97b63a595e8a747eec73ecc090470d3d1b82c27 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T18:36:38.997Z] + docker-compose build --help [2023-03-02T18:36:38.997Z] + grep parallel [2023-03-02T18:36:39.565Z] --parallel Build images in parallel. [Pipeline] } [2023-03-02T18:36:39.603Z] $ docker stop --time=1 3753ec172b764987688ccb3af97b63a595e8a747eec73ecc090470d3d1b82c27 [2023-03-02T18:36:40.884Z] $ docker rm -f --volumes 3753ec172b764987688ccb3af97b63a595e8a747eec73ecc090470d3d1b82c27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:36:41.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T18:36:41.484Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:36:41.637Z] prd-ubuntu20.04-docker-8c-8g-8112 does not seem to be running inside a container [2023-03-02T18:36:41.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-02T18:36:42.044Z] $ docker top ce8f3de449b4d13ce076115fcccf8d10f316d96d651b776ddda2d6f1763ae811 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T18:36:42.431Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-02T18:36:43.000Z] Building core-command ... [2023-03-02T18:36:43.000Z] Building core-common-config-bootstrapper ... [2023-03-02T18:36:43.000Z] Building core-data ... [2023-03-02T18:36:43.000Z] Building core-metadata ... [2023-03-02T18:36:43.000Z] Building security-bootstrapper ... [2023-03-02T18:36:43.000Z] Building security-proxy-auth ... [2023-03-02T18:36:43.000Z] Building security-proxy-setup ... [2023-03-02T18:36:43.000Z] Building security-secretstore-setup ... [2023-03-02T18:36:43.000Z] Building security-spiffe-token-provider ... [2023-03-02T18:36:43.000Z] Building security-spire-agent ... [2023-03-02T18:36:43.000Z] Building security-spire-config ... [2023-03-02T18:36:43.000Z] Building security-spire-server ... [2023-03-02T18:36:43.000Z] Building support-notifications ... [2023-03-02T18:36:43.000Z] Building support-scheduler ... [2023-03-02T18:36:43.000Z] Building security-spire-agent [2023-03-02T18:36:43.000Z] Building security-spiffe-token-provider [2023-03-02T18:36:43.000Z] Building support-scheduler [2023-03-02T18:36:43.000Z] Building core-metadata [2023-03-02T18:36:43.000Z] Building core-common-config-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-02T18:36:51.608Z] provisioning config files... [2023-03-02T18:36:51.635Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11250995721675068203tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T18:36:52.026Z] ---> docker-login.sh [2023-03-02T18:36:52.026Z] nexus3.edgexfoundry.org:10001 [2023-03-02T18:36:52.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:36:52.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:36:52.618Z] Configure a credential helper to remove this warning. See [2023-03-02T18:36:52.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:36:52.618Z] [2023-03-02T18:36:52.618Z] Login Succeeded [2023-03-02T18:36:52.618Z] nexus3.edgexfoundry.org:10002 [2023-03-02T18:36:52.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:36:52.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:36:52.889Z] Configure a credential helper to remove this warning. See [2023-03-02T18:36:52.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:36:52.889Z] [2023-03-02T18:36:52.889Z] Login Succeeded [2023-03-02T18:36:52.889Z] nexus3.edgexfoundry.org:10003 [2023-03-02T18:36:53.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:36:53.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:36:53.429Z] Configure a credential helper to remove this warning. See [2023-03-02T18:36:53.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:36:53.429Z] [2023-03-02T18:36:53.429Z] Login Succeeded [2023-03-02T18:36:53.429Z] nexus3.edgexfoundry.org:10004 [2023-03-02T18:36:53.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:36:53.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:36:53.700Z] Configure a credential helper to remove this warning. See [2023-03-02T18:36:53.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:36:53.700Z] [2023-03-02T18:36:53.700Z] Login Succeeded [2023-03-02T18:36:53.700Z] docker.io [2023-03-02T18:36:53.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T18:36:54.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T18:36:54.236Z] Configure a credential helper to remove this warning. See [2023-03-02T18:36:54.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T18:36:54.236Z] [2023-03-02T18:36:54.236Z] Login Succeeded [2023-03-02T18:36:54.236Z] ---> docker-login.sh ends [Pipeline] } [2023-03-02T18:36:54.267Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-02T18:36:54.936Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-02T18:36:54.971Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T18:36:55.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T18:36:55.040Z] ========================================================= [2023-03-02T18:36:55.040Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-02T18:36:55.040Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-02T18:36:55.194Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:36:55.194Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:36:55.194Z] ---> 66672b2bbada [2023-03-02T18:36:55.194Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:36:55.194Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:36:55.194Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:36:55.194Z] ---> 66672b2bbada [2023-03-02T18:36:55.194Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T18:36:55.194Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:36:55.194Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:36:55.194Z] ---> 66672b2bbada [2023-03-02T18:36:55.194Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:36:55.194Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:36:55.194Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:36:55.194Z] ---> 66672b2bbada [2023-03-02T18:36:55.194Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:36:55.194Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:36:55.194Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:36:55.194Z] ---> 66672b2bbada [2023-03-02T18:36:55.194Z] Step 3/19 : WORKDIR /edgex-go [2023-03-02T18:36:55.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T18:36:55.412Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-02T18:36:55.412Z] 9b18e9b68314: Pulling fs layer [2023-03-02T18:36:55.412Z] 35d82f9e3411: Pulling fs layer [2023-03-02T18:36:55.412Z] e16973657156: Pulling fs layer [2023-03-02T18:36:55.412Z] fc693d55d65f: Pulling fs layer [2023-03-02T18:36:55.412Z] 7e9fc2657dce: Pulling fs layer [2023-03-02T18:36:55.412Z] dda99020689f: Pulling fs layer [2023-03-02T18:36:55.412Z] db1c61fa0a46: Pulling fs layer [2023-03-02T18:36:55.412Z] 891c053d2c06: Pulling fs layer [2023-03-02T18:36:55.412Z] fc693d55d65f: Waiting [2023-03-02T18:36:55.412Z] 7e9fc2657dce: Waiting [2023-03-02T18:36:55.412Z] dda99020689f: Waiting [2023-03-02T18:36:55.412Z] db1c61fa0a46: Waiting [2023-03-02T18:36:55.412Z] 891c053d2c06: Waiting [2023-03-02T18:36:55.683Z] e16973657156: Download complete [2023-03-02T18:36:55.683Z] 35d82f9e3411: Verifying Checksum [2023-03-02T18:36:55.683Z] 35d82f9e3411: Download complete [2023-03-02T18:36:55.683Z] 7e9fc2657dce: Verifying Checksum [2023-03-02T18:36:55.683Z] 7e9fc2657dce: Download complete [2023-03-02T18:36:55.683Z] dda99020689f: Verifying Checksum [2023-03-02T18:36:55.683Z] dda99020689f: Download complete [2023-03-02T18:36:55.683Z] 9b18e9b68314: Verifying Checksum [2023-03-02T18:36:55.683Z] 9b18e9b68314: Download complete [2023-03-02T18:36:56.645Z] 9b18e9b68314: Pull complete [2023-03-02T18:36:56.645Z] 891c053d2c06: Verifying Checksum [2023-03-02T18:36:56.645Z] 891c053d2c06: Download complete [2023-03-02T18:36:57.236Z] 35d82f9e3411: Pull complete [2023-03-02T18:36:57.508Z] e16973657156: Pull complete [2023-03-02T18:36:57.731Z] ---> Running in 488208729f5f [2023-03-02T18:36:57.731Z] ---> Running in 71c76ceb93c5 [2023-03-02T18:36:57.731Z] ---> Running in e2b324b0f2a2 [2023-03-02T18:36:57.731Z] ---> Running in db0f87c5b9a3 [2023-03-02T18:36:57.731Z] ---> Running in a9eaee9cd606 [2023-03-02T18:36:57.731Z] Removing intermediate container db0f87c5b9a3 [2023-03-02T18:36:57.731Z] ---> 22cd5d1a849f [2023-03-02T18:36:57.731Z] Step 4/24 : WORKDIR /edgex-go [2023-03-02T18:36:57.731Z] Removing intermediate container 488208729f5f [2023-03-02T18:36:57.731Z] ---> 81dd6af6caf1 [2023-03-02T18:36:57.731Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:36:57.731Z] Removing intermediate container 71c76ceb93c5 [2023-03-02T18:36:57.731Z] ---> e5975e4cef52 [2023-03-02T18:36:57.731Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:36:57.731Z] ---> Running in 555799a6dae5 [2023-03-02T18:36:57.731Z] ---> Running in 3f36e92b93d7 [2023-03-02T18:36:57.777Z] db1c61fa0a46: Verifying Checksum [2023-03-02T18:36:57.777Z] db1c61fa0a46: Download complete [2023-03-02T18:36:57.990Z] Removing intermediate container e2b324b0f2a2 [2023-03-02T18:36:57.990Z] ---> 5499375244e9 [2023-03-02T18:36:57.990Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T18:36:57.990Z] ---> Running in 37b978bc587e [2023-03-02T18:36:57.990Z] Removing intermediate container a9eaee9cd606 [2023-03-02T18:36:57.990Z] ---> b221ec507f1e [2023-03-02T18:36:57.990Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-02T18:36:57.990Z] ---> Running in 68b5de87035c [2023-03-02T18:36:57.990Z] Removing intermediate container 555799a6dae5 [2023-03-02T18:36:57.990Z] ---> caaba666f197 [2023-03-02T18:36:57.990Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-02T18:36:57.990Z] ---> Running in 3e310bb67c03 [2023-03-02T18:36:57.990Z] ---> Running in 2ffb5d978c5d [2023-03-02T18:36:57.990Z] Removing intermediate container 3f36e92b93d7 [2023-03-02T18:36:57.990Z] ---> aff12534d9f2 [2023-03-02T18:36:57.990Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T18:36:57.990Z] ---> Running in cfa1f2198222 [2023-03-02T18:36:57.990Z] Removing intermediate container 37b978bc587e [2023-03-02T18:36:57.990Z] ---> d10158c5cb4c [2023-03-02T18:36:57.990Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T18:36:57.990Z] ---> Running in f3a51e439221 [2023-03-02T18:36:58.362Z] fc693d55d65f: Verifying Checksum [2023-03-02T18:36:58.362Z] fc693d55d65f: Download complete [2023-03-02T18:36:58.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:58.818Z] OK: 211 MiB in 51 packages [2023-03-02T18:36:58.818Z] OK: 211 MiB in 51 packages [2023-03-02T18:36:58.818Z] v3.16.4-35-g054104bb820 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-02T18:36:58.818Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-02T18:36:58.818Z] OK: 17046 distinct packages available [2023-03-02T18:36:58.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:59.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:36:59.076Z] OK: 211 MiB in 51 packages [2023-03-02T18:36:59.076Z] OK: 211 MiB in 51 packages [2023-03-02T18:36:59.076Z] OK: 211 MiB in 51 packages [2023-03-02T18:36:59.334Z] Removing intermediate container 68b5de87035c [2023-03-02T18:36:59.334Z] ---> 9bdf5e5e9c4b [2023-03-02T18:36:59.334Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T18:36:59.334Z] Removing intermediate container 2ffb5d978c5d [2023-03-02T18:36:59.334Z] ---> 1410057efbd3 [2023-03-02T18:36:59.334Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-02T18:36:59.334Z] Removing intermediate container cfa1f2198222 [2023-03-02T18:36:59.334Z] ---> 711dbece147d [2023-03-02T18:36:59.334Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:36:59.591Z] ---> 339964a5aa7a [2023-03-02T18:36:59.591Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:36:59.591Z] ---> Running in c5ce041044ee [2023-03-02T18:36:59.591Z] ---> c60035806e81 [2023-03-02T18:36:59.591Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:36:59.591Z] Removing intermediate container f3a51e439221 [2023-03-02T18:36:59.591Z] ---> 3e7feb17ee0c [2023-03-02T18:36:59.591Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:36:59.591Z] ---> Running in dbc5db459386 [2023-03-02T18:36:59.591Z] ---> 2d40bebc0e9d [2023-03-02T18:36:59.591Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:36:59.849Z] ---> Running in 9f38a7b81a4d [2023-03-02T18:36:59.849Z] Removing intermediate container 3e310bb67c03 [2023-03-02T18:36:59.849Z] ---> d66ab2359d9c [2023-03-02T18:36:59.849Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-02T18:36:59.849Z] ---> 5b8cd1115787 [2023-03-02T18:36:59.849Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:36:59.849Z] ---> Running in 2c1199550ab3 [2023-03-02T18:36:59.849Z] ---> 8018b6c865a6 [2023-03-02T18:36:59.849Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:36:59.850Z] ---> Running in db91641bdc1a [2023-03-02T18:37:10.693Z] fc693d55d65f: Pull complete [2023-03-02T18:37:10.693Z] 7e9fc2657dce: Pull complete [2023-03-02T18:37:10.693Z] dda99020689f: Pull complete [2023-03-02T18:37:16.040Z] db1c61fa0a46: Pull complete [2023-03-02T18:37:18.001Z] 891c053d2c06: Pull complete [2023-03-02T18:37:18.001Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-02T18:37:18.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T18:37:18.001Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-02T18:37:18.394Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T18:37:18.394Z] WORKDIR /edgex [2023-03-02T18:37:18.394Z] COPY go.mod . [2023-03-02T18:37:18.394Z] RUN go mod download [2023-03-02T18:37:18.394Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-02T18:37:18.985Z] Sending build context to Docker daemon 3.118MB [2023-03-02T18:37:18.985Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T18:37:18.985Z] ---> f96f9c87975a [2023-03-02T18:37:18.985Z] Step 2/4 : WORKDIR /edgex [2023-03-02T18:37:20.939Z] ---> Running in f1cd1b3c36ce [2023-03-02T18:37:21.207Z] Removing intermediate container f1cd1b3c36ce [2023-03-02T18:37:21.207Z] ---> c8f45f0673e0 [2023-03-02T18:37:21.207Z] Step 3/4 : COPY go.mod . [2023-03-02T18:37:21.792Z] ---> 9661744ca6c6 [2023-03-02T18:37:21.792Z] Step 4/4 : RUN go mod download [2023-03-02T18:37:21.792Z] ---> Running in 061c427117af [2023-03-02T18:37:38.556Z] Removing intermediate container c5ce041044ee [2023-03-02T18:37:38.556Z] ---> bc56f36bcdc8 [2023-03-02T18:37:38.556Z] Step 7/24 : COPY . . [2023-03-02T18:37:38.556Z] Removing intermediate container 9f38a7b81a4d [2023-03-02T18:37:38.556Z] ---> 52220354e139 [2023-03-02T18:37:38.556Z] Step 8/22 : COPY . . [2023-03-02T18:37:38.556Z] Removing intermediate container db91641bdc1a [2023-03-02T18:37:38.556Z] ---> cfcba98ddacb [2023-03-02T18:37:38.556Z] Step 7/19 : COPY . . [2023-03-02T18:37:38.556Z] Removing intermediate container 2c1199550ab3 [2023-03-02T18:37:38.556Z] ---> dc145e31d25a [2023-03-02T18:37:38.556Z] Step 8/22 : COPY . . [2023-03-02T18:37:38.556Z] Removing intermediate container dbc5db459386 [2023-03-02T18:37:38.556Z] ---> 2b7f51c065d2 [2023-03-02T18:37:38.556Z] Step 8/24 : COPY . . [2023-03-02T18:37:48.588Z] ---> 4862e51689c8 [2023-03-02T18:37:48.588Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-02T18:37:48.588Z] ---> b40042144e99 [2023-03-02T18:37:48.588Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T18:37:48.588Z] ---> bd38fd0abfcb [2023-03-02T18:37:48.588Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-02T18:37:48.588Z] ---> e277f38a5216 [2023-03-02T18:37:48.588Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-02T18:37:48.588Z] ---> 3c197842d3d0 [2023-03-02T18:37:48.588Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-02T18:37:48.588Z] ---> Running in d228e3d516b3 [2023-03-02T18:37:48.588Z] ---> Running in 426687a2c4e8 [2023-03-02T18:37:48.588Z] ---> Running in 04c65bfc7223 [2023-03-02T18:37:48.588Z] ---> Running in f6306642aee3 [2023-03-02T18:37:48.588Z] ---> Running in 7274ff7642b6 [2023-03-02T18:37:48.588Z] Removing intermediate container d228e3d516b3 [2023-03-02T18:37:48.588Z] ---> 0fd38efa8568 [2023-03-02T18:37:48.588Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T18:37:48.588Z] ---> Running in 6ca0109de3ad [2023-03-02T18:37:48.588Z] Removing intermediate container 6ca0109de3ad [2023-03-02T18:37:48.588Z] ---> f313bee2d3e3 [2023-03-02T18:37:48.588Z] 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-03-02T18:37:48.588Z] ---> Running in d026831adceb [2023-03-02T18:37:48.588Z] 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-03-02T18:37:48.588Z] 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-03-02T18:37:48.588Z] 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-03-02T18:37:48.588Z] 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-03-02T18:37:48.898Z] Removing intermediate container d026831adceb [2023-03-02T18:37:48.898Z] ---> d649fd9ea5e9 [2023-03-02T18:37:48.898Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T18:37:48.898Z] ---> Running in 340d82e0c010 [2023-03-02T18:37:49.158Z] Removing intermediate container 340d82e0c010 [2023-03-02T18:37:49.158Z] ---> 6ed6c8139c0b [2023-03-02T18:37:49.158Z] [2023-03-02T18:37:49.158Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T18:37:49.417Z] 3.15: Pulling from library/alpine [2023-03-02T18:37:49.675Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-02T18:37:49.676Z] Status: Downloaded newer image for alpine:3.15 [2023-03-02T18:37:49.676Z] ---> 5ce65d7b0fde [2023-03-02T18:37:49.676Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:37:49.676Z] ---> Running in 7f987e6da084 [2023-03-02T18:37:49.676Z] Removing intermediate container 7f987e6da084 [2023-03-02T18:37:49.676Z] ---> 2dfb9b7c514d [2023-03-02T18:37:49.676Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T18:37:49.676Z] ---> Running in bc275e243f15 [2023-03-02T18:37:50.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:37:50.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:37:50.755Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T18:37:50.755Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T18:37:50.755Z] OK: 15857 distinct packages available [2023-03-02T18:37:50.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:37:50.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:37:51.012Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-02T18:37:51.012Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-02T18:37:51.012Z] (3/5) Installing libucontext (1.1-r0) [2023-03-02T18:37:51.012Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-02T18:37:51.012Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-02T18:37:51.012Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T18:37:51.012Z] OK: 7 MiB in 19 packages [2023-03-02T18:37:52.385Z] Removing intermediate container bc275e243f15 [2023-03-02T18:37:52.385Z] ---> c7d454ff9d51 [2023-03-02T18:37:52.385Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-02T18:37:54.021Z] Removing intermediate container 061c427117af [2023-03-02T18:37:54.021Z] ---> 74ac3ed51b25 [2023-03-02T18:37:54.021Z] Successfully built 74ac3ed51b25 [2023-03-02T18:37:54.021Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:37:54.282Z] ---> 8ec76611994c [2023-03-02T18:37:54.282Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T18:37:54.419Z] + docker inspect -f . ci-base-image-arm64 [2023-03-02T18:37:54.419Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:37:54.689Z] prd-ubuntu20.04-docker-arm64-4c-16g-8113 does not seem to be running inside a container [2023-03-02T18:37:54.757Z] $ 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-03-02T18:37:55.930Z] $ docker top 208d3364c993dd22cbc5e21b8a2495028334294b6a712d012353dbb1cdde319b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T18:37:56.788Z] + go version [2023-03-02T18:37:56.788Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-02T18:37:56.830Z] $ docker stop --time=1 208d3364c993dd22cbc5e21b8a2495028334294b6a712d012353dbb1cdde319b [2023-03-02T18:37:58.456Z] $ docker rm -f --volumes 208d3364c993dd22cbc5e21b8a2495028334294b6a712d012353dbb1cdde319b [2023-03-02T18:37:58.487Z] ---> e72bbdd539f5 [2023-03-02T18:37:58.487Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2023-03-02T18:37:58.754Z] ---> 025ac86cfb0f [2023-03-02T18:37:58.754Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:37:59.284Z] + docker inspect -f . ci-base-image-arm64 [2023-03-02T18:37:59.284Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:37:59.538Z] prd-ubuntu20.04-docker-arm64-4c-16g-8113 does not seem to be running inside a container [2023-03-02T18:37:59.609Z] $ 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-03-02T18:37:59.688Z] ---> 410105cfa08c [2023-03-02T18:37:59.688Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-02T18:38:01.063Z] ---> 38099a39f9e6 [2023-03-02T18:38:01.063Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T18:38:01.063Z] ---> Running in 78adf81d7e27 [2023-03-02T18:38:01.506Z] $ docker top f28ca6882238e61cb7b73203c00991094ca227fe024bf7773f4014eb2d7d03e5 -eo pid,comm [2023-03-02T18:38:01.634Z] Removing intermediate container 78adf81d7e27 [2023-03-02T18:38:01.634Z] ---> 226ca150ae33 [2023-03-02T18:38:01.634Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T18:38:01.634Z] ---> Running in aa44c693d19e [Pipeline] { [Pipeline] echo [2023-03-02T18:38:01.805Z] ========================================================= [2023-03-02T18:38:01.805Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-02T18:38:01.805Z] ========================================================= [Pipeline] sh [2023-03-02T18:38:01.892Z] Removing intermediate container aa44c693d19e [2023-03-02T18:38:01.892Z] ---> a5aa9ffbcc02 [2023-03-02T18:38:01.892Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T18:38:01.892Z] ---> Running in 760132feb25d [2023-03-02T18:38:02.129Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [2023-03-02T18:38:02.458Z] Removing intermediate container 760132feb25d [2023-03-02T18:38:02.458Z] ---> 9856a044a12e [2023-03-02T18:38:02.458Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:38:02.458Z] ---> Running in 7021759a2417 [Pipeline] sh [2023-03-02T18:38:02.772Z] + make test [2023-03-02T18:38:03.023Z] Removing intermediate container 7021759a2417 [2023-03-02T18:38:03.023Z] ---> 937772a1f16c [2023-03-02T18:38:03.023Z] Step 24/24 : LABEL version=0.0.0 [2023-03-02T18:38:03.023Z] ---> Running in 0bb5b976de59 [2023-03-02T18:38:03.041Z] go test -race -coverprofile=coverage.out ./... [2023-03-02T18:38:03.588Z] Removing intermediate container 0bb5b976de59 [2023-03-02T18:38:03.588Z] ---> e01471e09788 [2023-03-02T18:38:03.588Z] [2023-03-02T18:38:03.588Z] Successfully built e01471e09788 [2023-03-02T18:38:03.588Z] Successfully tagged security-spire-agent:latest [2023-03-02T18:38:03.588Z]  Building security-spire-agent ... done Building security-proxy-setup [2023-03-02T18:38:06.868Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:38:06.868Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:38:06.868Z] ---> 66672b2bbada [2023-03-02T18:38:06.868Z] Step 3/21 : WORKDIR /edgex-go [2023-03-02T18:38:06.868Z] ---> Using cache [2023-03-02T18:38:06.868Z] ---> b221ec507f1e [2023-03-02T18:38:06.868Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-02T18:38:11.072Z] ---> Running in e8b6ebc675f3 [2023-03-02T18:38:12.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:12.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:12.265Z] OK: 211 MiB in 51 packages [2023-03-02T18:38:13.635Z] Removing intermediate container e8b6ebc675f3 [2023-03-02T18:38:13.636Z] ---> 3ad143f81057 [2023-03-02T18:38:13.636Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-02T18:38:14.200Z] ---> 8b59aa1b6800 [2023-03-02T18:38:14.200Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:38:14.457Z] ---> Running in b03ea2de1b84 [2023-03-02T18:38:24.455Z] Removing intermediate container 04c65bfc7223 [2023-03-02T18:38:24.455Z] ---> 2c7d34383aed [2023-03-02T18:38:24.455Z] [2023-03-02T18:38:24.455Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T18:38:25.020Z] 3.16: Pulling from library/alpine [2023-03-02T18:38:25.277Z] Removing intermediate container f6306642aee3 [2023-03-02T18:38:25.277Z] ---> 5e7e7d5f290a [2023-03-02T18:38:25.277Z] [2023-03-02T18:38:25.277Z] Step 10/24 : FROM alpine:3.16 [2023-03-02T18:38:25.277Z] 3.16: Pulling from library/alpine [2023-03-02T18:38:25.535Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-02T18:38:25.802Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-02T18:38:25.802Z] Status: Downloaded newer image for alpine:3.16 [2023-03-02T18:38:25.802Z] Status: Downloaded newer image for alpine:3.16 [2023-03-02T18:38:25.802Z] ---> dfd21b5a31f5 [2023-03-02T18:38:25.802Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T18:38:25.802Z] ---> dfd21b5a31f5 [2023-03-02T18:38:25.802Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:38:25.802Z] ---> Running in 3dad378a5362 [2023-03-02T18:38:25.802Z] ---> Running in c4078835af6d [2023-03-02T18:38:26.365Z] Removing intermediate container 3dad378a5362 [2023-03-02T18:38:26.365Z] ---> dd4db29784e1 [2023-03-02T18:38:26.365Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:38:28.355Z] ---> Running in 41599529ffdb [2023-03-02T18:38:29.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:29.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:29.556Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T18:38:29.556Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:38:29.556Z] OK: 6 MiB in 15 packages [2023-03-02T18:38:29.814Z] Removing intermediate container 426687a2c4e8 [2023-03-02T18:38:29.814Z] ---> f3786edd5bd2 [2023-03-02T18:38:29.814Z] [2023-03-02T18:38:29.814Z] Step 9/19 : FROM alpine:3.15 [2023-03-02T18:38:29.814Z] ---> 5ce65d7b0fde [2023-03-02T18:38:29.814Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:38:29.814Z] ---> Using cache [2023-03-02T18:38:29.814Z] ---> 2dfb9b7c514d [2023-03-02T18:38:29.814Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-02T18:38:29.814Z] Removing intermediate container 7274ff7642b6 [2023-03-02T18:38:29.814Z] ---> d9fe658d808f [2023-03-02T18:38:29.814Z] [2023-03-02T18:38:29.814Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T18:38:29.814Z] ---> dfd21b5a31f5 [2023-03-02T18:38:29.814Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:38:30.073Z] ---> Running in 488f99b9cbc0 [2023-03-02T18:38:30.073Z] ---> Running in cddaed60b506 [2023-03-02T18:38:30.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:30.073Z] Removing intermediate container c4078835af6d [2023-03-02T18:38:30.073Z] ---> e780b07ee14b [2023-03-02T18:38:30.073Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T18:38:30.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:30.073Z] ---> Running in 7a28a6ec232e [2023-03-02T18:38:30.073Z] Removing intermediate container 7a28a6ec232e [2023-03-02T18:38:30.073Z] ---> e15e612b385c [2023-03-02T18:38:30.073Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-02T18:38:30.331Z] ---> Running in 4cf6106512ac [2023-03-02T18:38:30.331Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T18:38:30.331Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:38:30.331Z] OK: 6 MiB in 15 packages [2023-03-02T18:38:30.331Z] Removing intermediate container 4cf6106512ac [2023-03-02T18:38:30.331Z] ---> 57e3fdccceda [2023-03-02T18:38:30.331Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-02T18:38:30.331Z] ---> Running in 924fe2a60129 [2023-03-02T18:38:30.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:30.589Z] Removing intermediate container 924fe2a60129 [2023-03-02T18:38:30.589Z] ---> eb039d309351 [2023-03-02T18:38:30.589Z] Step 15/24 : WORKDIR / [2023-03-02T18:38:30.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:30.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:30.589Z] ---> Running in 330b897747be [2023-03-02T18:38:30.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:30.589Z] Removing intermediate container 330b897747be [2023-03-02T18:38:30.589Z] ---> 6ac1bde47325 [2023-03-02T18:38:30.589Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:38:30.849Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T18:38:30.849Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:38:30.849Z] OK: 6 MiB in 15 packages [2023-03-02T18:38:30.849Z] Removing intermediate container 41599529ffdb [2023-03-02T18:38:30.849Z] ---> d56eaa47561b [2023-03-02T18:38:30.849Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:38:30.849Z] ---> 8e65985e946b [2023-03-02T18:38:30.849Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-02T18:38:30.849Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T18:38:30.849Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T18:38:30.849Z] OK: 15857 distinct packages available [2023-03-02T18:38:30.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:31.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:31.106Z] ---> 9c99394380a4 [2023-03-02T18:38:31.106Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-02T18:38:31.106Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-02T18:38:31.106Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-02T18:38:31.364Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-02T18:38:31.364Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-02T18:38:31.364Z] (5/9) Installing curl (7.80.0-r6) [2023-03-02T18:38:31.364Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-02T18:38:31.364Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-02T18:38:31.364Z] (8/9) Installing libucontext (1.1-r0) [2023-03-02T18:38:31.364Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-02T18:38:31.364Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T18:38:31.364Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T18:38:31.364Z] ---> 337fdf180b0e [2023-03-02T18:38:31.364Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-02T18:38:31.364Z] Removing intermediate container cddaed60b506 [2023-03-02T18:38:31.364Z] ---> ded3403f9dec [2023-03-02T18:38:31.364Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T18:38:31.621Z] OK: 8 MiB in 23 packages [2023-03-02T18:38:31.621Z] ---> Running in 4a63207f08e1 [2023-03-02T18:38:31.621Z] ---> 1508cba03f84 [2023-03-02T18:38:31.621Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-02T18:38:31.621Z] ---> e2a5f15cae4c [2023-03-02T18:38:31.621Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-02T18:38:31.893Z] Removing intermediate container 4a63207f08e1 [2023-03-02T18:38:31.893Z] ---> d100dd76cc68 [2023-03-02T18:38:31.893Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-02T18:38:31.893Z] ---> Running in 2e04cbda8a7a [2023-03-02T18:38:31.893Z] ---> caac9225cfb3 [2023-03-02T18:38:31.893Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-02T18:38:31.893Z] ---> a44e586663c5 [2023-03-02T18:38:31.893Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-02T18:38:31.893Z] ---> Running in 7d4c79cb2d62 [2023-03-02T18:38:31.893Z] Removing intermediate container 2e04cbda8a7a [2023-03-02T18:38:31.893Z] ---> 020962ff71a3 [2023-03-02T18:38:31.893Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T18:38:31.893Z] ---> bfb12f351c8a [2023-03-02T18:38:31.893Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T18:38:31.893Z] ---> Running in 06f424153fdc [2023-03-02T18:38:32.152Z] ---> Running in b352c559b456 [2023-03-02T18:38:32.152Z] Removing intermediate container 7d4c79cb2d62 [2023-03-02T18:38:32.152Z] ---> 3ab6c9b7f86b [2023-03-02T18:38:32.152Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:38:32.152Z] Removing intermediate container 06f424153fdc [2023-03-02T18:38:32.152Z] ---> 5525643f401a [2023-03-02T18:38:32.152Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:38:32.152Z] ---> Running in 94a2373a6f26 [2023-03-02T18:38:32.432Z] Removing intermediate container 488f99b9cbc0 [2023-03-02T18:38:32.432Z] ---> 7e4ad35815f6 [2023-03-02T18:38:32.432Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:38:32.432Z] Removing intermediate container 94a2373a6f26 [2023-03-02T18:38:32.432Z] ---> a51d01568e6d [2023-03-02T18:38:32.432Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T18:38:32.695Z] ---> Running in ecf099d82bfa [2023-03-02T18:38:33.657Z] ---> 475c7d922cce [2023-03-02T18:38:33.657Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-02T18:38:33.657Z] ---> 863e1e97c1eb [2023-03-02T18:38:33.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-02T18:38:34.606Z] Removing intermediate container ecf099d82bfa [2023-03-02T18:38:34.606Z] ---> cd9cf862866a [2023-03-02T18:38:34.606Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:38:35.279Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-02T18:38:35.982Z] ---> dc62d77f0231 [2023-03-02T18:38:35.982Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-02T18:38:35.982Z] ---> Running in 5d963176e25d [2023-03-02T18:38:35.982Z] ---> 8e344f1fab5c [2023-03-02T18:38:35.982Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-02T18:38:36.246Z] Removing intermediate container b352c559b456 [2023-03-02T18:38:36.246Z] ---> 56b815e0149b [2023-03-02T18:38:36.246Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T18:38:37.183Z] ---> ec38b3d21781 [2023-03-02T18:38:37.183Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-02T18:38:37.183Z] Removing intermediate container 5d963176e25d [2023-03-02T18:38:37.183Z] ---> e8c98a560c9f [2023-03-02T18:38:37.183Z] Step 24/24 : LABEL version=0.0.0 ---> Running in 6065ffa6040b [2023-03-02T18:38:37.183Z] [2023-03-02T18:38:37.749Z] ---> Running in fea4d348f4e4 [2023-03-02T18:38:37.749Z] ---> 4b7344a6c58c [2023-03-02T18:38:37.749Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-02T18:38:37.749Z] ---> Running in 145419f174f4 [2023-03-02T18:38:37.749Z] ---> Running in f4d6ef554fe1 [2023-03-02T18:38:37.749Z] Removing intermediate container 6065ffa6040b [2023-03-02T18:38:37.749Z] ---> 2f19f28c4092 [2023-03-02T18:38:37.749Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-02T18:38:37.749Z] ---> Running in 484ab07079db [2023-03-02T18:38:37.749Z] Removing intermediate container 145419f174f4 [2023-03-02T18:38:37.749Z] ---> 373637614f6d [2023-03-02T18:38:37.749Z] [2023-03-02T18:38:37.749Z] Removing intermediate container fea4d348f4e4 [2023-03-02T18:38:37.749Z] ---> cc30dde9139f [2023-03-02T18:38:37.749Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:38:38.024Z] Removing intermediate container f4d6ef554fe1 [2023-03-02T18:38:38.024Z] ---> 841a99b06dea [2023-03-02T18:38:38.024Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:38:38.024Z] ---> Running in a2459192ef7c [2023-03-02T18:38:38.024Z] ---> Running in cba041d1ca54 [2023-03-02T18:38:38.024Z] Successfully built 373637614f6d [2023-03-02T18:38:38.024Z] Successfully tagged core-metadata:latest [2023-03-02T18:38:38.024Z]  Building core-metadata ... done Building core-command [2023-03-02T18:38:38.024Z] Removing intermediate container 484ab07079db [2023-03-02T18:38:38.024Z] ---> ccafb0d924fb [2023-03-02T18:38:38.025Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T18:38:38.312Z] ---> Running in b60a6390838e [2023-03-02T18:38:38.312Z] Removing intermediate container cba041d1ca54 [2023-03-02T18:38:38.312Z] ---> 4a7df561389e [2023-03-02T18:38:38.312Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T18:38:38.312Z] Removing intermediate container a2459192ef7c [2023-03-02T18:38:38.312Z] ---> 519f8976fc74 [2023-03-02T18:38:38.312Z] Step 17/19 : LABEL arch=x86_64 [2023-03-02T18:38:40.267Z] ---> Running in 39d4de7e28d8 [2023-03-02T18:38:40.267Z] ---> Running in e0671cfe3544 [2023-03-02T18:38:40.267Z] Removing intermediate container b60a6390838e [2023-03-02T18:38:40.267Z] ---> 0933be6c4310 [2023-03-02T18:38:40.267Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:38:40.267Z] ---> Running in 1afafb134fd4 [2023-03-02T18:38:40.534Z] Removing intermediate container e0671cfe3544 [2023-03-02T18:38:40.534Z] ---> 6bbe9ccbbb05 [2023-03-02T18:38:40.534Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:38:40.534Z] Removing intermediate container 39d4de7e28d8 [2023-03-02T18:38:40.534Z] ---> eef6f104c845 [2023-03-02T18:38:40.534Z] Step 18/19 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:38:40.795Z] Removing intermediate container 1afafb134fd4 [2023-03-02T18:38:40.795Z] ---> beeb63a6f6e6 [2023-03-02T18:38:40.795Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T18:38:40.795Z] ---> Running in 844eca736c93 [2023-03-02T18:38:41.055Z] ---> Running in 5122803332ca [2023-03-02T18:38:41.055Z] ---> Running in 5bf623447bf5 [2023-03-02T18:38:41.315Z] Removing intermediate container 844eca736c93 [2023-03-02T18:38:41.315Z] ---> 76572dede50c [2023-03-02T18:38:41.315Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T18:38:41.575Z] Removing intermediate container 5122803332ca [2023-03-02T18:38:41.575Z] ---> 2808dd8cc54e [2023-03-02T18:38:41.575Z] Step 19/19 : LABEL version=0.0.0 [2023-03-02T18:38:41.575Z] Removing intermediate container 5bf623447bf5 [2023-03-02T18:38:41.575Z] ---> fc23bbaec1c7 [2023-03-02T18:38:41.575Z] [2023-03-02T18:38:41.575Z] Successfully built fc23bbaec1c7 [2023-03-02T18:38:41.947Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-02T18:38:41.947Z] Building security-spire-config [2023-03-02T18:38:42.207Z]  Building core-common-config-bootstrapper ... done  ---> Running in 0f2f40e5d30e [2023-03-02T18:38:42.207Z] ---> Running in 6a5ee2b23af0 [2023-03-02T18:38:42.851Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:38:42.851Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:38:42.851Z] ---> 66672b2bbada [2023-03-02T18:38:42.851Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:38:42.851Z] ---> Using cache [2023-03-02T18:38:42.851Z] ---> e5975e4cef52 [2023-03-02T18:38:42.851Z] Step 4/23 : WORKDIR /edgex-go [2023-03-02T18:38:42.851Z] ---> Using cache [2023-03-02T18:38:42.851Z] ---> d10158c5cb4c [2023-03-02T18:38:42.851Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-02T18:38:42.851Z] ---> Using cache [2023-03-02T18:38:42.851Z] ---> 3e7feb17ee0c [2023-03-02T18:38:42.851Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-02T18:38:42.851Z] ---> Using cache [2023-03-02T18:38:42.851Z] ---> 5b8cd1115787 [2023-03-02T18:38:42.851Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:38:42.851Z] ---> Using cache [2023-03-02T18:38:42.851Z] ---> dc145e31d25a [2023-03-02T18:38:42.851Z] Step 8/23 : COPY . . [2023-03-02T18:38:42.851Z] ---> Using cache [2023-03-02T18:38:42.851Z] ---> e277f38a5216 [2023-03-02T18:38:42.851Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-02T18:38:44.767Z] Removing intermediate container 0f2f40e5d30e [2023-03-02T18:38:44.767Z] ---> c8cbbb7b1366 [2023-03-02T18:38:44.767Z] [2023-03-02T18:38:44.767Z] Successfully built c8cbbb7b1366 [2023-03-02T18:38:44.767Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:38:44.767Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:38:45.342Z] Successfully tagged support-scheduler:latest [2023-03-02T18:38:45.342Z] ---> 66672b2bbada [2023-03-02T18:38:45.342Z]  Building support-scheduler ... done Step 3/24 : WORKDIR /edgex-goBuilding support-notifications [2023-03-02T18:38:45.342Z] [2023-03-02T18:38:45.619Z] ---> Running in e5a1bc653078 [2023-03-02T18:38:45.619Z] Removing intermediate container 6a5ee2b23af0 [2023-03-02T18:38:45.619Z] ---> 550fae3eca16 [2023-03-02T18:38:45.619Z] [2023-03-02T18:38:45.619Z] ---> Using cache [2023-03-02T18:38:45.619Z] ---> b221ec507f1e [2023-03-02T18:38:45.619Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T18:38:45.619Z] ---> Running in 57cf65f5abc7 [2023-03-02T18:38:45.880Z] Successfully built 550fae3eca16 [2023-03-02T18:38:45.880Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-02T18:38:45.880Z] Building security-spire-server [2023-03-02T18:38:46.142Z]  Building security-spiffe-token-provider ... done 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-03-02T18:38:46.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:46.481Z] Removing intermediate container b03ea2de1b84 [2023-03-02T18:38:46.481Z] ---> e3737c982323 [2023-03-02T18:38:46.481Z] Step 7/21 : COPY . . [2023-03-02T18:38:46.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:46.744Z] OK: 211 MiB in 51 packages [2023-03-02T18:38:50.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:38:50.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:38:50.975Z] ---> 66672b2bbada [2023-03-02T18:38:50.975Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:38:50.975Z] ---> Using cache [2023-03-02T18:38:50.975Z] ---> e5975e4cef52 [2023-03-02T18:38:50.975Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:38:50.975Z] ---> Using cache [2023-03-02T18:38:50.975Z] ---> d10158c5cb4c [2023-03-02T18:38:50.975Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-02T18:38:51.235Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:38:51.235Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:38:51.235Z] ---> 66672b2bbada [2023-03-02T18:38:51.235Z] Step 3/23 : WORKDIR /edgex-go [2023-03-02T18:38:51.235Z] ---> Using cache [2023-03-02T18:38:51.235Z] ---> b221ec507f1e [2023-03-02T18:38:51.235Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T18:38:56.596Z] ---> Running in 955d0e37c9fc [2023-03-02T18:38:56.596Z] ---> Running in d06c8c599057 [2023-03-02T18:38:56.596Z] ---> fcef647c0269 [2023-03-02T18:38:56.596Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-03-02T18:38:56.596Z] ---> Running in 19553e275af6 [2023-03-02T18:38:56.596Z] Removing intermediate container 57cf65f5abc7 [2023-03-02T18:38:56.596Z] ---> ea39ec105e3e [2023-03-02T18:38:56.596Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T18:38:56.596Z] ---> 78380d600bb5 [2023-03-02T18:38:56.596Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:38:56.596Z] ---> Running in 2c924184ea2e [2023-03-02T18:38:56.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:56.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:56.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:57.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:38:57.116Z] 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-03-02T18:38:57.116Z] OK: 211 MiB in 51 packages [2023-03-02T18:38:57.376Z] OK: 211 MiB in 51 packages [2023-03-02T18:38:57.970Z] Removing intermediate container d06c8c599057 [2023-03-02T18:38:57.970Z] ---> 376a4cf2fa67 [2023-03-02T18:38:57.970Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:38:58.234Z] Removing intermediate container 955d0e37c9fc [2023-03-02T18:38:58.234Z] ---> f9c5c0b22181 [2023-03-02T18:38:58.234Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-02T18:38:58.234Z] ---> 3571e895ed4d [2023-03-02T18:38:58.234Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:38:58.495Z] ---> Running in 1209c60538e4 [2023-03-02T18:38:58.755Z] ---> a013043924c5 [2023-03-02T18:38:58.755Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:38:58.755Z] ---> Running in 5e7fe1c6d7f8 [2023-03-02T18:39:13.666Z] Removing intermediate container e5a1bc653078 [2023-03-02T18:39:13.666Z] ---> 2ebd26aafa79 [2023-03-02T18:39:13.666Z] [2023-03-02T18:39:13.666Z] Step 10/23 : FROM alpine:3.16 [2023-03-02T18:39:13.666Z] ---> dfd21b5a31f5 [2023-03-02T18:39:13.666Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:39:13.666Z] ---> Using cache [2023-03-02T18:39:13.666Z] ---> ded3403f9dec [2023-03-02T18:39:13.666Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T18:39:13.666Z] ---> Using cache [2023-03-02T18:39:13.666Z] ---> d100dd76cc68 [2023-03-02T18:39:13.666Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-02T18:39:13.929Z] 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-03-02T18:39:17.232Z] ---> Running in b533a83c7c9b [2023-03-02T18:39:17.232Z] Removing intermediate container b533a83c7c9b [2023-03-02T18:39:17.232Z] ---> 37d820b0c31b [2023-03-02T18:39:17.232Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-02T18:39:17.524Z] ---> Running in f2ed17bf0676 [2023-03-02T18:39:18.464Z] Removing intermediate container f2ed17bf0676 [2023-03-02T18:39:18.464Z] ---> bfd8ee91a2b1 [2023-03-02T18:39:18.464Z] Step 15/23 : WORKDIR / [2023-03-02T18:39:21.768Z] ---> Running in 6dab03d97c9d [2023-03-02T18:39:21.768Z] Removing intermediate container 19553e275af6 [2023-03-02T18:39:21.768Z] ---> 745bf7c1a3ed [2023-03-02T18:39:21.768Z] [2023-03-02T18:39:21.768Z] Step 9/21 : FROM alpine:3.16 [2023-03-02T18:39:21.768Z] ---> dfd21b5a31f5 [2023-03-02T18:39:21.768Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-03-02T18:39:22.720Z] ---> Running in e192731863d3 [2023-03-02T18:39:22.980Z] Removing intermediate container 6dab03d97c9d [2023-03-02T18:39:22.980Z] ---> 80a888006c90 [2023-03-02T18:39:22.980Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:39:23.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:39:23.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:39:24.154Z] (1/6) Installing ca-certificates (20220614-r0) [2023-03-02T18:39:24.154Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-03-02T18:39:24.154Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-03-02T18:39:24.154Z] (4/6) Installing libcurl (7.83.1-r6) [2023-03-02T18:39:24.154Z] (5/6) Installing curl (7.83.1-r6) [2023-03-02T18:39:24.154Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-03-02T18:39:24.154Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:39:24.154Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T18:39:24.154Z] ---> 3335f71d34fb [2023-03-02T18:39:24.154Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-02T18:39:24.415Z] OK: 8 MiB in 20 packages [2023-03-02T18:39:24.996Z] ---> c6aef83a84c6 [2023-03-02T18:39:24.996Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-02T18:39:25.569Z] Removing intermediate container e192731863d3 [2023-03-02T18:39:25.569Z] ---> a47175158697 [2023-03-02T18:39:25.569Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T18:39:25.569Z] ---> 47ec7da22777 [2023-03-02T18:39:25.569Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-02T18:39:25.830Z] ---> Running in ad6b432d69b0 [2023-03-02T18:39:25.830Z] ---> Running in 5961144d460d [2023-03-02T18:39:25.830Z] Removing intermediate container ad6b432d69b0 [2023-03-02T18:39:25.830Z] ---> c7740e672e59 [2023-03-02T18:39:25.830Z] Step 12/21 : WORKDIR /edgex [2023-03-02T18:39:26.089Z] Removing intermediate container 5961144d460d [2023-03-02T18:39:26.089Z] ---> da1933a40937 [2023-03-02T18:39:26.089Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:39:26.089Z] ---> Running in cfd11fc43f96 [2023-03-02T18:39:26.396Z] ---> Running in 4f3e984bb16a [2023-03-02T18:39:26.742Z] Removing intermediate container 2c924184ea2e [2023-03-02T18:39:26.742Z] ---> 6a0fd7eed074 [2023-03-02T18:39:26.742Z] Step 7/24 : COPY . . [2023-03-02T18:39:26.742Z] Removing intermediate container cfd11fc43f96 [2023-03-02T18:39:26.742Z] ---> f55c4c67c6f1 [2023-03-02T18:39:26.742Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-03-02T18:39:26.742Z] Removing intermediate container 4f3e984bb16a [2023-03-02T18:39:26.742Z] ---> 84035a790f2b [2023-03-02T18:39:26.742Z] Step 21/23 : LABEL arch=x86_64 [2023-03-02T18:39:27.001Z] Removing intermediate container 5e7fe1c6d7f8 [2023-03-02T18:39:27.001Z] ---> bba8ba554214 [2023-03-02T18:39:27.001Z] Step 7/23 : COPY . . [2023-03-02T18:39:27.001Z] Removing intermediate container 1209c60538e4 [2023-03-02T18:39:27.001Z] ---> 1c6ee9490304 [2023-03-02T18:39:27.001Z] Step 8/22 : COPY . . [2023-03-02T18:39:35.270Z] ---> Running in 83eab20c4d77 [2023-03-02T18:39:35.270Z] ---> 13c6d69a5ab6 [2023-03-02T18:39:35.270Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-03-02T18:39:35.270Z] ---> 8c8fd97d3b06 [2023-03-02T18:39:35.270Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T18:39:35.270Z] ---> 9320cdc7f9c4 [2023-03-02T18:39:35.270Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T18:39:35.270Z] ---> c6e983bbd419 [2023-03-02T18:39:35.270Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-02T18:39:35.270Z] ---> Running in d1c1abee1cba [2023-03-02T18:39:35.270Z] Removing intermediate container 83eab20c4d77 [2023-03-02T18:39:35.270Z] ---> 99ed5478a267 [2023-03-02T18:39:35.270Z] Step 22/23 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:39:35.270Z] ---> Running in c6ba71b43306 [2023-03-02T18:39:35.542Z] ---> Running in ba675f8c60c5 [2023-03-02T18:39:35.542Z] ---> Running in fdd141c39406 [2023-03-02T18:39:35.542Z] Removing intermediate container d1c1abee1cba [2023-03-02T18:39:35.542Z] ---> 855e52a56273 [2023-03-02T18:39:35.542Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-02T18:39:35.542Z] ---> Running in 28f54a80006f [2023-03-02T18:39:35.542Z] Removing intermediate container c6ba71b43306 [2023-03-02T18:39:35.542Z] ---> 83f2f7ae1b34 [2023-03-02T18:39:35.542Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T18:39:35.542Z] Removing intermediate container fdd141c39406 [2023-03-02T18:39:35.542Z] ---> 236cf3ab6bae [2023-03-02T18:39:35.542Z] Step 23/23 : LABEL version=0.0.0 [2023-03-02T18:39:35.801Z] ---> Running in 977d6e3a8bd5 [2023-03-02T18:39:35.801Z] ---> Running in fef1416ced7e [2023-03-02T18:39:35.801Z] ---> 76bb5b7136d5 [2023-03-02T18:39:35.801Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-02T18:39:35.801Z] Removing intermediate container 28f54a80006f [2023-03-02T18:39:35.801Z] ---> 9c4e46f78c1f [2023-03-02T18:39:35.801Z] 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-03-02T18:39:35.801Z] ---> Running in ed28fe445d62 [2023-03-02T18:39:35.801Z] Removing intermediate container fef1416ced7e [2023-03-02T18:39:35.801Z] ---> 687bf43c843e [2023-03-02T18:39:35.801Z] [2023-03-02T18:39:36.100Z] Removing intermediate container 977d6e3a8bd5 [2023-03-02T18:39:36.100Z] ---> 0b40d9f66a1a [2023-03-02T18:39:36.100Z] 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-03-02T18:39:36.100Z] 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-03-02T18:39:36.100Z] ---> Running in e576c17b60d1 [2023-03-02T18:39:36.100Z] Successfully built 687bf43c843e [2023-03-02T18:39:36.100Z] Successfully tagged core-command:latest [2023-03-02T18:39:36.100Z] Building core-data [2023-03-02T18:39:40.325Z]  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:39:40.325Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:39:40.325Z] ---> 66672b2bbada [2023-03-02T18:39:40.325Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:39:40.325Z] ---> Using cache [2023-03-02T18:39:40.325Z] ---> e5975e4cef52 [2023-03-02T18:39:40.325Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:39:40.325Z] ---> Using cache [2023-03-02T18:39:40.325Z] ---> d10158c5cb4c [2023-03-02T18:39:40.325Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T18:39:40.325Z] ---> Using cache [2023-03-02T18:39:40.325Z] ---> 3e7feb17ee0c [2023-03-02T18:39:40.325Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:39:40.325Z] ---> Using cache [2023-03-02T18:39:40.325Z] ---> 5b8cd1115787 [2023-03-02T18:39:40.325Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:39:40.325Z] ---> Using cache [2023-03-02T18:39:40.325Z] ---> dc145e31d25a [2023-03-02T18:39:40.325Z] Step 8/22 : COPY . . [2023-03-02T18:39:40.325Z] ---> Using cache [2023-03-02T18:39:40.325Z] ---> e277f38a5216 [2023-03-02T18:39:40.325Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-02T18:39:40.325Z] ---> e51a1a21b392 [2023-03-02T18:39:40.325Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T18:39:40.588Z] ---> Running in 0cc43b797ec9 [2023-03-02T18:39:40.588Z] ---> 728a445f71a4 [2023-03-02T18:39:40.588Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T18:39:40.588Z] ---> Running in 19e106467bba [2023-03-02T18:39:40.588Z] Removing intermediate container ed28fe445d62 [2023-03-02T18:39:40.588Z] ---> 4dd4593931f0 [2023-03-02T18:39:40.588Z] Step 11/23 : WORKDIR /edgex-go [2023-03-02T18:39:40.588Z] ---> Running in fe01408e4e89 [2023-03-02T18:39:41.173Z] Removing intermediate container fe01408e4e89 [2023-03-02T18:39:41.173Z] ---> 3329d5c79600 [2023-03-02T18:39:41.173Z] [2023-03-02T18:39:41.173Z] Step 12/23 : FROM alpine:3.15 [2023-03-02T18:39:41.173Z] ---> 5ce65d7b0fde [2023-03-02T18:39:41.173Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:39:41.173Z] ---> Using cache [2023-03-02T18:39:41.173Z] ---> 2dfb9b7c514d [2023-03-02T18:39:41.173Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T18:39:41.173Z] ---> Using cache [2023-03-02T18:39:41.173Z] ---> c7d454ff9d51 [2023-03-02T18:39:41.173Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T18:39:41.173Z] Removing intermediate container e576c17b60d1 [2023-03-02T18:39:41.173Z] ---> 9971411b1263 [2023-03-02T18:39:41.173Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T18:39:41.430Z] ---> Running in eed05f9fc302 [2023-03-02T18:39:42.363Z] Removing intermediate container eed05f9fc302 [2023-03-02T18:39:42.363Z] ---> 2e1034df3de9 [2023-03-02T18:39:42.363Z] [2023-03-02T18:39:42.363Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T18:39:42.363Z] ---> 5ce65d7b0fde [2023-03-02T18:39:42.363Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:39:42.363Z] ---> Using cache [2023-03-02T18:39:42.363Z] ---> 2dfb9b7c514d [2023-03-02T18:39:42.363Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-02T18:39:42.363Z] 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-03-02T18:39:43.835Z] ---> Running in f033693a939b [2023-03-02T18:39:43.835Z] ---> f2ed57ac4832 [2023-03-02T18:39:43.835Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T18:39:44.096Z] ---> c6d7df764a15 [2023-03-02T18:39:44.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-02T18:39:44.356Z] Removing intermediate container 19e106467bba [2023-03-02T18:39:44.356Z] ---> 9201481f34b6 [2023-03-02T18:39:44.356Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T18:39:44.356Z] ---> Running in e63d4fd86f74 [2023-03-02T18:39:44.356Z] ---> 623f5c780265 [2023-03-02T18:39:44.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-02T18:39:44.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:39:44.641Z] Removing intermediate container e63d4fd86f74 [2023-03-02T18:39:44.641Z] ---> 9ddd415dc5aa [2023-03-02T18:39:44.641Z] Step 19/21 : LABEL arch=x86_64 [2023-03-02T18:39:44.641Z] ---> Running in a50fe7737a68 [2023-03-02T18:39:44.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:39:44.901Z] ---> ba115461878a [2023-03-02T18:39:44.901Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T18:39:44.901Z] ---> Running in 15eb4d642982 [2023-03-02T18:39:44.901Z] Removing intermediate container a50fe7737a68 [2023-03-02T18:39:44.901Z] ---> 4ef437d9247f [2023-03-02T18:39:44.901Z] Step 20/21 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:39:44.901Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T18:39:44.901Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T18:39:44.901Z] OK: 15857 distinct packages available [2023-03-02T18:39:44.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:39:45.183Z] ---> Running in c29964394d38 [2023-03-02T18:39:45.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:39:45.183Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-02T18:39:45.183Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-02T18:39:45.183Z] Removing intermediate container 15eb4d642982 [2023-03-02T18:39:45.183Z] ---> f8c54564d6c8 [2023-03-02T18:39:45.183Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T18:39:45.183Z] Removing intermediate container c29964394d38 [2023-03-02T18:39:45.183Z] ---> c8a0c5ad9812 [2023-03-02T18:39:45.183Z] Step 21/21 : LABEL version=0.0.0 [2023-03-02T18:39:45.480Z] (3/4) Installing libucontext (1.1-r0) [2023-03-02T18:39:45.480Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-02T18:39:45.480Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T18:39:45.480Z] OK: 6 MiB in 18 packages [2023-03-02T18:39:45.480Z] ---> Running in 12d0113c5e59 [2023-03-02T18:39:45.480Z] ---> Running in f02a3590a1f2 [2023-03-02T18:39:45.761Z] Removing intermediate container f02a3590a1f2 [2023-03-02T18:39:45.761Z] ---> a26964c76d0a [2023-03-02T18:39:45.761Z] [2023-03-02T18:39:45.761Z] Successfully built a26964c76d0a [2023-03-02T18:39:45.761Z] Successfully tagged security-proxy-setup:latest [2023-03-02T18:39:45.761Z]  Building security-proxy-setup ... done Removing intermediate container 12d0113c5e59 [2023-03-02T18:39:45.761Z] ---> 5783c848bd9a [2023-03-02T18:39:45.761Z] Step 21/23 : LABEL arch=x86_64 [2023-03-02T18:39:45.761Z] Building security-proxy-auth [2023-03-02T18:39:49.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:39:49.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:39:49.614Z] ---> 66672b2bbada [2023-03-02T18:39:49.614Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:39:49.614Z] ---> Using cache [2023-03-02T18:39:49.614Z] ---> e5975e4cef52 [2023-03-02T18:39:49.614Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:39:49.614Z] ---> Using cache [2023-03-02T18:39:49.614Z] ---> d10158c5cb4c [2023-03-02T18:39:49.614Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T18:39:49.614Z] ---> Using cache [2023-03-02T18:39:49.614Z] ---> 3e7feb17ee0c [2023-03-02T18:39:49.614Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:39:49.614Z] ---> Using cache [2023-03-02T18:39:49.614Z] ---> 5b8cd1115787 [2023-03-02T18:39:49.614Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:39:49.614Z] ---> Using cache [2023-03-02T18:39:49.614Z] ---> dc145e31d25a [2023-03-02T18:39:49.614Z] Step 8/22 : COPY . . [2023-03-02T18:39:49.614Z] ---> Using cache [2023-03-02T18:39:49.614Z] ---> e277f38a5216 [2023-03-02T18:39:49.614Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-02T18:39:54.117Z] ---> Running in 9d7ac87d1546 [2023-03-02T18:39:54.118Z] ---> Running in a1c9c8f22922 [2023-03-02T18:39:54.392Z] Removing intermediate container f033693a939b [2023-03-02T18:39:54.392Z] ---> 48d6d9d35b2a [2023-03-02T18:39:54.392Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T18:39:54.392Z] Removing intermediate container 9d7ac87d1546 [2023-03-02T18:39:54.392Z] ---> 590a96d340b0 [2023-03-02T18:39:54.392Z] Step 22/23 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:39:55.087Z] ---> Running in 8118bdcee593 [2023-03-02T18:39:55.971Z] Removing intermediate container 8118bdcee593 [2023-03-02T18:39:55.971Z] ---> 0434cb3a622d [2023-03-02T18:39:55.971Z] Step 23/23 : LABEL version=0.0.0 [2023-03-02T18:39:55.971Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-02T18:39:57.389Z] ---> Running in af049f6d59b7 [2023-03-02T18:39:57.389Z] ---> 13b1fe31ba99 [2023-03-02T18:39:57.389Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T18:39:57.389Z] Removing intermediate container af049f6d59b7 [2023-03-02T18:39:57.389Z] ---> 6f0d29974ff5 [2023-03-02T18:39:57.389Z] [2023-03-02T18:39:57.688Z] Successfully built 6f0d29974ff5 [2023-03-02T18:39:57.688Z] Successfully tagged security-spire-server:latest [2023-03-02T18:39:57.688Z]  Building security-spire-server ... done Building security-bootstrapper [2023-03-02T18:39:57.948Z] ---> 89d335e58c3e [2023-03-02T18:39:57.949Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-02T18:40:01.557Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:40:01.557Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:40:01.557Z] ---> 66672b2bbada [2023-03-02T18:40:01.557Z] Step 3/32 : WORKDIR /edgex-go [2023-03-02T18:40:01.557Z] ---> Using cache [2023-03-02T18:40:01.557Z] ---> b221ec507f1e [2023-03-02T18:40:01.557Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-02T18:40:01.557Z] ---> Using cache [2023-03-02T18:40:01.557Z] ---> 3ad143f81057 [2023-03-02T18:40:01.557Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-02T18:40:01.557Z] ---> Using cache [2023-03-02T18:40:01.557Z] ---> 8b59aa1b6800 [2023-03-02T18:40:01.557Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:40:01.557Z] ---> Using cache [2023-03-02T18:40:01.557Z] ---> e3737c982323 [2023-03-02T18:40:01.557Z] Step 7/32 : COPY . . [2023-03-02T18:40:01.557Z] ---> Using cache [2023-03-02T18:40:01.557Z] ---> fcef647c0269 [2023-03-02T18:40:01.557Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-02T18:40:02.303Z] ---> Running in 3583ba34110e [2023-03-02T18:40:02.884Z] ---> Running in fc40055332cb [2023-03-02T18:40:03.144Z] Removing intermediate container 3583ba34110e [2023-03-02T18:40:03.144Z] ---> 0a2f35365115 [2023-03-02T18:40:03.144Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-02T18:40:04.094Z] 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-03-02T18:40:04.094Z] ---> 4ba114b2a9bc [2023-03-02T18:40:04.094Z] Step 19/24 : WORKDIR / [2023-03-02T18:40:05.533Z] ---> Running in 4b004e93a2e7 [2023-03-02T18:40:08.093Z] Removing intermediate container ba675f8c60c5 [2023-03-02T18:40:08.093Z] ---> 493a465dcc73 [2023-03-02T18:40:08.093Z] [2023-03-02T18:40:08.093Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T18:40:08.093Z] ---> dfd21b5a31f5 [2023-03-02T18:40:08.093Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-02T18:40:08.659Z] Removing intermediate container 4b004e93a2e7 [2023-03-02T18:40:08.659Z] ---> dda876ed53ec [2023-03-02T18:40:08.659Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T18:40:08.943Z] ---> Running in 913dcef8e944 [2023-03-02T18:40:09.206Z] ---> Running in 28dcd659a9f4 [2023-03-02T18:40:10.146Z] Removing intermediate container 28dcd659a9f4 [2023-03-02T18:40:10.146Z] ---> 147e00710003 [2023-03-02T18:40:10.146Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T18:40:10.146Z] ---> Running in 7e9690d1ae5b [2023-03-02T18:40:10.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:10.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:10.941Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-02T18:40:10.941Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-02T18:40:10.941Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:40:10.941Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T18:40:11.202Z] OK: 6 MiB in 16 packages [2023-03-02T18:40:11.783Z] Removing intermediate container 7e9690d1ae5b [2023-03-02T18:40:11.783Z] ---> b106aec2da55 [2023-03-02T18:40:11.783Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T18:40:11.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-02T18:40:11.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-02T18:40:12.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-02T18:40:13.165Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-02T18:40:13.165Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-02T18:40:13.229Z] ---> Running in 774550a8f415 [2023-03-02T18:40:13.491Z] Removing intermediate container 0cc43b797ec9 [2023-03-02T18:40:13.491Z] ---> 9b75518fb7cc [2023-03-02T18:40:13.491Z] [2023-03-02T18:40:13.491Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T18:40:13.491Z] ---> dfd21b5a31f5 [2023-03-02T18:40:13.491Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-02T18:40:14.062Z] Removing intermediate container 913dcef8e944 [2023-03-02T18:40:14.062Z] ---> b56342ccc1a5 [2023-03-02T18:40:14.062Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T18:40:14.062Z] ---> Running in 9fc667f08d5f [2023-03-02T18:40:14.062Z] Removing intermediate container 774550a8f415 [2023-03-02T18:40:14.062Z] ---> 972d499deda6 [2023-03-02T18:40:14.062Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:40:14.062Z] ---> Running in ea9e8a3d3468 [2023-03-02T18:40:14.062Z] ---> Running in 10f7a9ac416b [2023-03-02T18:40:14.632Z] Removing intermediate container 9fc667f08d5f [2023-03-02T18:40:14.632Z] ---> b2b284fe2558 [2023-03-02T18:40:14.632Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-02T18:40:15.594Z] Removing intermediate container ea9e8a3d3468 [2023-03-02T18:40:15.594Z] ---> 1931e173b505 [2023-03-02T18:40:15.594Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-02T18:40:15.594Z] ---> Running in 3a3b15c15894 [2023-03-02T18:40:15.594Z] Removing intermediate container 10f7a9ac416b [2023-03-02T18:40:15.594Z] ---> c0f96dba573a [2023-03-02T18:40:15.594Z] Step 24/24 : LABEL version=0.0.0 [2023-03-02T18:40:15.594Z] ---> Running in 3c2688650b46 [2023-03-02T18:40:15.882Z] ---> Running in fbe8cb95111c [2023-03-02T18:40:15.882Z] Removing intermediate container 3a3b15c15894 [2023-03-02T18:40:15.882Z] ---> 895c10c3513e [2023-03-02T18:40:15.882Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-02T18:40:15.882Z] ---> Running in 7d70e4569e0b [2023-03-02T18:40:15.882Z] Removing intermediate container fbe8cb95111c [2023-03-02T18:40:15.882Z] ---> 4b2b9b21c256 [2023-03-02T18:40:15.882Z] [2023-03-02T18:40:15.882Z] Removing intermediate container 3c2688650b46 [2023-03-02T18:40:15.882Z] ---> 27374e9f04dd [2023-03-02T18:40:15.882Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T18:40:16.150Z] ---> Running in 22e99789609a [2023-03-02T18:40:16.150Z] Successfully built 4b2b9b21c256 [2023-03-02T18:40:16.447Z] Successfully tagged security-spire-config:latest [2023-03-02T18:40:16.447Z]  Building security-spire-config ... done Building security-secretstore-setup [2023-03-02T18:40:16.447Z] Removing intermediate container 7d70e4569e0b [2023-03-02T18:40:16.447Z] ---> 7f15de1a4e36 [2023-03-02T18:40:16.447Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:40:17.839Z] Removing intermediate container 22e99789609a [2023-03-02T18:40:17.839Z] ---> dd2efa815320 [2023-03-02T18:40:17.840Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:40:19.765Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:40:19.765Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:40:19.765Z] ---> 66672b2bbada [2023-03-02T18:40:19.765Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T18:40:19.765Z] ---> Using cache [2023-03-02T18:40:19.765Z] ---> b221ec507f1e [2023-03-02T18:40:19.765Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-02T18:40:19.765Z] ---> Using cache [2023-03-02T18:40:19.765Z] ---> 3ad143f81057 [2023-03-02T18:40:19.765Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T18:40:19.765Z] ---> Using cache [2023-03-02T18:40:19.765Z] ---> 8b59aa1b6800 [2023-03-02T18:40:19.765Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:40:19.765Z] ---> Using cache [2023-03-02T18:40:19.765Z] ---> e3737c982323 [2023-03-02T18:40:19.765Z] Step 7/24 : COPY . . [2023-03-02T18:40:19.765Z] ---> Using cache [2023-03-02T18:40:19.765Z] ---> fcef647c0269 [2023-03-02T18:40:19.765Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-02T18:40:20.708Z] ---> Running in 3a61d0996b8a [2023-03-02T18:40:20.969Z] ---> Running in 872b11f312fb [2023-03-02T18:40:20.969Z] ---> 031b7953c48a [2023-03-02T18:40:20.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-02T18:40:21.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:21.534Z] 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-03-02T18:40:21.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:21.795Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T18:40:22.055Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:40:22.055Z] OK: 6 MiB in 15 packages [2023-03-02T18:40:22.996Z] ---> 91610ed525e5 [2023-03-02T18:40:22.996Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-02T18:40:23.361Z] Removing intermediate container a1c9c8f22922 [2023-03-02T18:40:23.361Z] ---> f919048cbf8d [2023-03-02T18:40:23.361Z] [2023-03-02T18:40:23.361Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T18:40:23.361Z] ---> dfd21b5a31f5 [2023-03-02T18:40:23.361Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T18:40:23.361Z] ---> Using cache [2023-03-02T18:40:23.361Z] ---> dd4db29784e1 [2023-03-02T18:40:23.361Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:40:23.361Z] ---> Using cache [2023-03-02T18:40:23.361Z] ---> d56eaa47561b [2023-03-02T18:40:23.361Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:40:23.361Z] ---> Using cache [2023-03-02T18:40:23.361Z] ---> 9c99394380a4 [2023-03-02T18:40:23.361Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-02T18:40:23.361Z] Removing intermediate container 3a61d0996b8a [2023-03-02T18:40:23.361Z] ---> d4f61e9b0de8 [2023-03-02T18:40:23.361Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:40:23.924Z] ---> 26ed78de7fd6 [2023-03-02T18:40:23.924Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-02T18:40:24.886Z] ---> Running in e0de73c1073f [2023-03-02T18:40:24.886Z] ---> 5baaf3798e4d [2023-03-02T18:40:24.886Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-02T18:40:25.146Z] ---> ab3cbf1302ce [2023-03-02T18:40:25.146Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-02T18:40:25.407Z] Removing intermediate container fc40055332cb [2023-03-02T18:40:25.407Z] ---> 0d863c3a30d9 [2023-03-02T18:40:25.407Z] [2023-03-02T18:40:25.407Z] Step 9/32 : FROM alpine:3.16 [2023-03-02T18:40:25.407Z] ---> dfd21b5a31f5 [2023-03-02T18:40:25.407Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:40:25.407Z] Removing intermediate container e0de73c1073f [2023-03-02T18:40:25.407Z] ---> 2c46d9babc65 [2023-03-02T18:40:25.407Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:40:25.407Z] ---> Running in cfda0cbcb4b4 [2023-03-02T18:40:25.407Z] ---> 6809cc626457 [2023-03-02T18:40:25.407Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-02T18:40:25.407Z] ---> Running in da3954f5fc0a [2023-03-02T18:40:25.667Z] ---> baddda43d607 [2023-03-02T18:40:25.667Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-02T18:40:25.930Z] Removing intermediate container da3954f5fc0a [2023-03-02T18:40:25.930Z] ---> 46e7cd08854e [2023-03-02T18:40:25.930Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T18:40:25.930Z] Removing intermediate container cfda0cbcb4b4 [2023-03-02T18:40:25.930Z] ---> d01cf6e23304 [2023-03-02T18:40:25.930Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-02T18:40:25.930Z] ---> 58f897e16858 [2023-03-02T18:40:25.930Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T18:40:25.930Z] ---> Running in e51ca64afb10 [2023-03-02T18:40:25.930Z] ---> Running in e7bb86b718b4 [2023-03-02T18:40:25.930Z] ---> Running in bbf820ce85b7 [2023-03-02T18:40:26.189Z] ---> 4b0cf19f52d9 [2023-03-02T18:40:26.190Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-02T18:40:26.190Z] ---> Running in cff17f3ca667 [2023-03-02T18:40:26.190Z] Removing intermediate container bbf820ce85b7 [2023-03-02T18:40:26.190Z] ---> 317580e52f4b [2023-03-02T18:40:26.190Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:40:26.190Z] ---> Running in c165e3d8abdd [2023-03-02T18:40:26.190Z] Removing intermediate container cff17f3ca667 [2023-03-02T18:40:26.190Z] ---> cdd6d3703cb7 [2023-03-02T18:40:26.190Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:40:26.449Z] ---> Running in 96a0ef850b53 [2023-03-02T18:40:26.449Z] Removing intermediate container c165e3d8abdd [2023-03-02T18:40:26.449Z] ---> 4db65c5df7bb [2023-03-02T18:40:26.449Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T18:40:26.710Z] ---> Running in 595c508a1331 [2023-03-02T18:40:26.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:26.710Z] Removing intermediate container 96a0ef850b53 [2023-03-02T18:40:26.711Z] ---> ebc2779b2aa6 [2023-03-02T18:40:26.711Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T18:40:26.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:26.711Z] ---> Running in 31af787f129f [2023-03-02T18:40:26.711Z] Removing intermediate container 595c508a1331 [2023-03-02T18:40:26.711Z] ---> 4a35c1fe7ad0 [2023-03-02T18:40:26.711Z] [2023-03-02T18:40:26.711Z] Removing intermediate container 31af787f129f [2023-03-02T18:40:26.711Z] ---> 175220bdf48a [2023-03-02T18:40:26.711Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:40:26.971Z] ---> Running in b963f5fc46f4 [2023-03-02T18:40:26.971Z] Successfully built 4a35c1fe7ad0 [2023-03-02T18:40:26.971Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-02T18:40:26.971Z] Successfully tagged support-notifications:latest [2023-03-02T18:40:26.971Z] (2/2) Installing su-exec (0.2-r1) [2023-03-02T18:40:26.971Z]  Building support-notifications ... done Executing busybox-1.35.0-r17.trigger [2023-03-02T18:40:26.971Z] OK: 6 MiB in 16 packages [2023-03-02T18:40:26.971Z] Removing intermediate container b963f5fc46f4 [2023-03-02T18:40:26.971Z] ---> 4fbcf3e2a23b [2023-03-02T18:40:26.971Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T18:40:27.232Z] ---> Running in 82031422a31d [2023-03-02T18:40:27.232Z] Removing intermediate container e7bb86b718b4 [2023-03-02T18:40:27.232Z] ---> c48b9683d6b9 [2023-03-02T18:40:27.232Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T18:40:27.494Z] ---> Running in 9bd9af09b5de [2023-03-02T18:40:27.494Z] Removing intermediate container 82031422a31d [2023-03-02T18:40:27.494Z] ---> 7d4c26d0877f [2023-03-02T18:40:27.494Z] [2023-03-02T18:40:27.494Z] Successfully built 7d4c26d0877f [2023-03-02T18:40:27.759Z] Successfully tagged core-data:latest [2023-03-02T18:40:27.760Z]  Building core-data ... done Removing intermediate container 9bd9af09b5de [2023-03-02T18:40:27.760Z] ---> 7121a5ff758a [2023-03-02T18:40:27.760Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-02T18:40:27.760Z] Removing intermediate container e51ca64afb10 [2023-03-02T18:40:27.760Z] ---> 7b4db2cb6734 [2023-03-02T18:40:27.760Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-02T18:40:27.760Z] ---> Running in 9cba8d00bd2b [2023-03-02T18:40:27.760Z] ---> Running in a7325ab9bcc6 [2023-03-02T18:40:28.031Z] Removing intermediate container a7325ab9bcc6 [2023-03-02T18:40:28.031Z] ---> bbfeeb0106a0 [2023-03-02T18:40:28.031Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-02T18:40:28.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-02T18:40:28.294Z] Removing intermediate container 9cba8d00bd2b [2023-03-02T18:40:28.294Z] ---> 74772d95102b [2023-03-02T18:40:28.294Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-02T18:40:28.294Z] ---> Running in 5782e941e8af [2023-03-02T18:40:28.294Z] ---> Running in d5b6b042bb4e [2023-03-02T18:40:28.576Z] Removing intermediate container 5782e941e8af [2023-03-02T18:40:28.576Z] ---> 5d01c850f2b8 [2023-03-02T18:40:28.576Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:40:28.576Z] Removing intermediate container d5b6b042bb4e [2023-03-02T18:40:28.576Z] ---> 043c4ddf2671 [2023-03-02T18:40:28.576Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-02T18:40:28.576Z] ---> Running in 87ea88769b11 [2023-03-02T18:40:28.842Z] ---> Running in d7317eac1fc5 [2023-03-02T18:40:29.145Z] Removing intermediate container 87ea88769b11 [2023-03-02T18:40:29.145Z] ---> 9ac3abd72c1c [2023-03-02T18:40:29.145Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T18:40:29.145Z] Removing intermediate container d7317eac1fc5 [2023-03-02T18:40:29.145Z] ---> dc83e888b82a [2023-03-02T18:40:29.145Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-02T18:40:29.145Z] ---> Running in 73ece633197a [2023-03-02T18:40:29.145Z] ---> Running in 33b494894a7e [2023-03-02T18:40:29.411Z] Removing intermediate container 33b494894a7e [2023-03-02T18:40:29.411Z] Removing intermediate container 73ece633197a [2023-03-02T18:40:29.411Z] ---> e41e7aa28958 [2023-03-02T18:40:29.411Z] ---> bec70f6ee24e [2023-03-02T18:40:29.411Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-02T18:40:29.411Z] [2023-03-02T18:40:29.411Z] ---> Running in d46e75e4d56f [2023-03-02T18:40:29.411Z] Successfully built bec70f6ee24e [2023-03-02T18:40:29.411Z] Successfully tagged security-proxy-auth:latest [2023-03-02T18:40:30.382Z]  Building security-proxy-auth ... done Removing intermediate container d46e75e4d56f [2023-03-02T18:40:30.382Z] ---> 327b8caf552a [2023-03-02T18:40:30.382Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-02T18:40:30.382Z] ---> Running in 9b3f70753d75 [2023-03-02T18:40:30.382Z] Removing intermediate container 9b3f70753d75 [2023-03-02T18:40:30.382Z] ---> fdd3c30f8873 [2023-03-02T18:40:30.382Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-02T18:40:30.643Z] ---> c1d03d4cb7a5 [2023-03-02T18:40:30.643Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-02T18:40:30.643Z] ---> Running in 539f02e76525 [2023-03-02T18:40:31.585Z] Removing intermediate container 539f02e76525 [2023-03-02T18:40:31.585Z] ---> 375ee89ee178 [2023-03-02T18:40:31.585Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:40:31.585Z] ---> 63c14e3cca05 [2023-03-02T18:40:31.585Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-02T18:40:32.171Z] ---> a332397f427a [2023-03-02T18:40:32.171Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-02T18:40:32.171Z] ---> c6a65bec01e3 [2023-03-02T18:40:32.171Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-02T18:40:32.430Z] ---> 1d1ac3bc2258 [2023-03-02T18:40:32.430Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-02T18:40:32.689Z] ---> 7a79f88af91b [2023-03-02T18:40:32.689Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-02T18:40:32.689Z] ---> 02fcf06b946e [2023-03-02T18:40:32.689Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-02T18:40:32.947Z] ---> 609f3f18a86a [2023-03-02T18:40:32.947Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-02T18:40:32.947Z] ---> Running in c37bf640a39a [2023-03-02T18:40:34.323Z] Removing intermediate container c37bf640a39a [2023-03-02T18:40:34.323Z] ---> 95ba70a399be [2023-03-02T18:40:34.323Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-02T18:40:34.323Z] ---> Running in d0a5b13c7cad [2023-03-02T18:40:34.323Z] Removing intermediate container d0a5b13c7cad [2023-03-02T18:40:34.323Z] ---> fd4f76acbaac [2023-03-02T18:40:34.323Z] Step 29/32 : CMD ["gate"] [2023-03-02T18:40:34.323Z] ---> Running in 7d8133d6218a [2023-03-02T18:40:34.323Z] Removing intermediate container 7d8133d6218a [2023-03-02T18:40:34.323Z] ---> a42a208d2dd2 [2023-03-02T18:40:34.323Z] Step 30/32 : LABEL arch=x86_64 [2023-03-02T18:40:34.588Z] ---> Running in 0e7e1b07ac62 [2023-03-02T18:40:34.588Z] Removing intermediate container 0e7e1b07ac62 [2023-03-02T18:40:34.588Z] ---> cee1155aaa12 [2023-03-02T18:40:34.588Z] Step 31/32 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:40:34.588Z] ---> Running in bd9c1482a833 [2023-03-02T18:40:34.846Z] Removing intermediate container bd9c1482a833 [2023-03-02T18:40:34.846Z] ---> c0da7c94d732 [2023-03-02T18:40:34.846Z] Step 32/32 : LABEL version=0.0.0 [2023-03-02T18:40:34.846Z] ---> Running in 36ed214e50e5 [2023-03-02T18:40:34.846Z] Removing intermediate container 36ed214e50e5 [2023-03-02T18:40:34.846Z] ---> caaa39adfbe0 [2023-03-02T18:40:34.846Z] [2023-03-02T18:40:34.846Z] Successfully built caaa39adfbe0 [2023-03-02T18:40:34.846Z] Successfully tagged security-bootstrapper:latest [2023-03-02T18:40:35.795Z]  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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-02T18:40:39.095Z] Removing intermediate container 872b11f312fb [2023-03-02T18:40:39.095Z] ---> 0d349b0f5a67 [2023-03-02T18:40:39.095Z] [2023-03-02T18:40:39.095Z] Step 9/24 : FROM alpine:3.16 [2023-03-02T18:40:39.095Z] ---> dfd21b5a31f5 [2023-03-02T18:40:39.095Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-02T18:40:39.095Z] ---> Running in 72b342d1f2eb [2023-03-02T18:40:39.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:39.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T18:40:39.613Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-02T18:40:39.613Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-02T18:40:39.613Z] (3/3) Installing su-exec (0.2-r1) [2023-03-02T18:40:39.613Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:40:39.613Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T18:40:39.613Z] OK: 6 MiB in 17 packages [2023-03-02T18:40:40.182Z] Removing intermediate container 72b342d1f2eb [2023-03-02T18:40:40.182Z] ---> 401b8a6a34c6 [2023-03-02T18:40:40.182Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T18:40:40.182Z] ---> Running in 32fa1bbc6949 [2023-03-02T18:40:40.182Z] Removing intermediate container 32fa1bbc6949 [2023-03-02T18:40:40.182Z] ---> 3c215363f6e1 [2023-03-02T18:40:40.182Z] Step 12/24 : WORKDIR / [2023-03-02T18:40:40.182Z] ---> Running in d2a723271522 [2023-03-02T18:40:40.182Z] Removing intermediate container d2a723271522 [2023-03-02T18:40:40.182Z] ---> 4b228d19e71b [2023-03-02T18:40:40.182Z] 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-03-02T18:40:40.441Z] ---> 860b956c17c6 [2023-03-02T18:40:40.441Z] 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-03-02T18:40:40.441Z] ---> 3850d6700793 [2023-03-02T18:40:40.441Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-02T18:40:40.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.303s coverage: 28.7% of statements [2023-03-02T18:40:40.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-02T18:40:40.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-02T18:40:40.699Z] ---> fa6cfb6a4687 [2023-03-02T18:40:40.699Z] 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-03-02T18:40:40.699Z] ---> aad5d97c8337 [2023-03-02T18:40:40.699Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-02T18:40:41.266Z] ---> 64de9a01038a [2023-03-02T18:40:41.266Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-02T18:40:41.525Z] ---> 486eef86a7cc [2023-03-02T18:40:41.525Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T18:40:41.783Z] ---> 5c1e799eabcd [2023-03-02T18:40:41.783Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T18:40:41.783Z] ---> Running in 6aea9d2998f0 [2023-03-02T18:40:42.721Z] Removing intermediate container 6aea9d2998f0 [2023-03-02T18:40:42.721Z] ---> 59eb9d13e2b3 [2023-03-02T18:40:42.721Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T18:40:42.721Z] ---> Running in 57e4b58b75c6 [2023-03-02T18:40:42.980Z] Removing intermediate container 57e4b58b75c6 [2023-03-02T18:40:42.980Z] ---> 99a872d5bb9f [2023-03-02T18:40:42.980Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T18:40:42.980Z] ---> Running in ff0f7015c794 [2023-03-02T18:40:42.980Z] Removing intermediate container ff0f7015c794 [2023-03-02T18:40:42.980Z] ---> 813cc44619de [2023-03-02T18:40:42.980Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:40:42.980Z] ---> Running in 65183763b241 [2023-03-02T18:40:43.244Z] Removing intermediate container 65183763b241 [2023-03-02T18:40:43.244Z] ---> 476c7d98bc13 [2023-03-02T18:40:43.244Z] Step 24/24 : LABEL version=0.0.0 [2023-03-02T18:40:43.244Z] ---> Running in 2eb7c05a4d45 [2023-03-02T18:40:43.244Z] Removing intermediate container 2eb7c05a4d45 [2023-03-02T18:40:43.244Z] ---> 4ff3b8bd1dda [2023-03-02T18:40:43.244Z] [2023-03-02T18:40:43.244Z] Successfully built 4ff3b8bd1dda [2023-03-02T18:40:43.503Z] Successfully tagged security-secretstore-setup:latest [2023-03-02T18:40:43.509Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-03-02T18:40:43.536Z] $ docker stop --time=1 ce8f3de449b4d13ce076115fcccf8d10f316d96d651b776ddda2d6f1763ae811 [2023-03-02T18:40:44.817Z] $ docker rm -f --volumes ce8f3de449b4d13ce076115fcccf8d10f316d96d651b776ddda2d6f1763ae811 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-02T18:40:45.216Z] + docker images [2023-03-02T18:40:45.216Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-02T18:40:45.216Z] security-secretstore-setup latest 4ff3b8bd1dda 2 seconds ago 30MB [2023-03-02T18:40:45.216Z] 0d349b0f5a67 8 seconds ago 1.68GB [2023-03-02T18:40:45.217Z] security-bootstrapper latest caaa39adfbe0 11 seconds ago 20.4MB [2023-03-02T18:40:45.217Z] security-proxy-auth latest bec70f6ee24e 16 seconds ago 16.2MB [2023-03-02T18:40:45.217Z] core-data latest 7d4c26d0877f 18 seconds ago 18MB [2023-03-02T18:40:45.217Z] support-notifications latest 4a35c1fe7ad0 19 seconds ago 30.7MB [2023-03-02T18:40:45.217Z] 0d863c3a30d9 21 seconds ago 1.68GB [2023-03-02T18:40:45.217Z] f919048cbf8d 23 seconds ago 1.67GB [2023-03-02T18:40:45.217Z] security-spire-config latest 4b2b9b21c256 30 seconds ago 85.8MB [2023-03-02T18:40:45.217Z] 9b75518fb7cc 33 seconds ago 1.7GB [2023-03-02T18:40:45.217Z] 493a465dcc73 38 seconds ago 1.76GB [2023-03-02T18:40:45.217Z] security-spire-server latest 6f0d29974ff5 48 seconds ago 86.5MB [2023-03-02T18:40:45.217Z] security-proxy-setup latest a26964c76d0a About a minute ago 27.8MB [2023-03-02T18:40:45.217Z] 2e1034df3de9 About a minute ago 1.56GB [2023-03-02T18:40:45.217Z] 3329d5c79600 About a minute ago 1.56GB [2023-03-02T18:40:45.217Z] core-command latest 687bf43c843e About a minute ago 17.7MB [2023-03-02T18:40:45.217Z] 745bf7c1a3ed About a minute ago 1.68GB [2023-03-02T18:40:45.217Z] 2ebd26aafa79 About a minute ago 1.69GB [2023-03-02T18:40:45.217Z] security-spiffe-token-provider latest 550fae3eca16 2 minutes ago 30MB [2023-03-02T18:40:45.217Z] support-scheduler latest c8cbbb7b1366 2 minutes ago 30.1MB [2023-03-02T18:40:45.217Z] core-common-config-bootstrapper latest fc23bbaec1c7 2 minutes ago 15.5MB [2023-03-02T18:40:45.217Z] core-metadata latest 373637614f6d 2 minutes ago 18.5MB [2023-03-02T18:40:45.217Z] f3786edd5bd2 2 minutes ago 1.73GB [2023-03-02T18:40:45.217Z] d9fe658d808f 2 minutes ago 1.75GB [2023-03-02T18:40:45.217Z] 5e7e7d5f290a 2 minutes ago 1.7GB [2023-03-02T18:40:45.217Z] 2c7d34383aed 2 minutes ago 1.68GB [2023-03-02T18:40:45.217Z] security-spire-agent latest e01471e09788 2 minutes ago 125MB [2023-03-02T18:40:45.217Z] 6ed6c8139c0b 2 minutes ago 1.56GB [2023-03-02T18:40:45.217Z] ci-base-image-x86_64 latest 66672b2bbada 6 minutes ago 904MB [2023-03-02T18:40:45.217Z] alpine 3.15 5ce65d7b0fde 2 weeks ago 5.59MB [2023-03-02T18:40:45.217Z] alpine 3.16 dfd21b5a31f5 2 weeks ago 5.55MB [2023-03-02T18:40:45.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-03-02T18:40:45.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-03-02T18:40:45.217Z] 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-03-02T18:40:47.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.538s coverage: 98.5% of statements [2023-03-02T18:40:52.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.603s coverage: 71.2% of statements [2023-03-02T18:40:52.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-02T18:40:52.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-02T18:40:52.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-02T18:40:52.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.415s coverage: 54.0% of statements [2023-03-02T18:40:52.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-02T18:40:52.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-02T18:41:07.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.084s coverage: 88.5% of statements [2023-03-02T18:41:07.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-02T18:41:07.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-02T18:41:07.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:41:07.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-02T18:41:07.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-02T18:41:07.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.571s coverage: 3.9% of statements [2023-03-02T18:41:07.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-02T18:41:07.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-02T18:41:11.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.406s coverage: 95.6% of statements [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-02T18:41:11.803Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.436s coverage: 72.2% of statements [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-02T18:41:11.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.540s coverage: 65.9% of statements [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-02T18:41:11.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.434s coverage: 0.9% of statements [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-02T18:41:11.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.302s coverage: 29.6% of statements [2023-03-02T18:41:11.803Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-02T18:41:13.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.305s coverage: 47.1% of statements [2023-03-02T18:41:13.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.269s coverage: 82.9% of statements [2023-03-02T18:41:13.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.233s coverage: 94.1% of statements [2023-03-02T18:41:15.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.299s coverage: 96.3% of statements [2023-03-02T18:41:16.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.268s coverage: 87.5% of statements [2023-03-02T18:41:28.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.342s coverage: 94.4% of statements [2023-03-02T18:41:28.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.233s coverage: 44.8% of statements [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.576s coverage: 79.9% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.314s coverage: 92.9% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 64.4% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.247s coverage: 86.9% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.284s coverage: 87.2% of statements [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.202s coverage: 20.0% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.246s coverage: 100.0% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.281s coverage: 77.4% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.331s coverage: 80.0% of statements [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.277s coverage: 87.2% of statements [2023-03-02T18:41:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.098s coverage: 91.2% of statements [2023-03-02T18:41:47.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-02T18:41:50.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.057s coverage: 63.1% of statements [2023-03-02T18:41:50.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-02T18:41:50.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-02T18:41:50.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.251s coverage: 100.0% of statements [2023-03-02T18:41:50.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 89.4% of statements [2023-03-02T18:41:50.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.110s coverage: 100.0% of statements [2023-03-02T18:41:50.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.139s coverage: 73.7% of statements [2023-03-02T18:41:50.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2023-03-02T18:41:56.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.296s coverage: 65.3% of statements [2023-03-02T18:41:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-03-02T18:41:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-03-02T18:41:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-03-02T18:41:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-02T18:41:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-02T18:41:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-02T18:41:57.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.742s coverage: 41.0% of statements [2023-03-02T18:41:57.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-02T18:41:57.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-02T18:41:57.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.246s coverage: 89.5% of statements [2023-03-02T18:41:57.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-02T18:41:57.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.223s coverage: 84.8% of statements [2023-03-02T18:41:57.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-02T18:41:57.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-02T18:41:57.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-02T18:41:57.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-02T18:42:05.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.325s coverage: 17.7% of statements [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-02T18:42:05.916Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.590s coverage: 92.3% of statements [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-02T18:42:05.916Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.260s coverage: 63.2% of statements [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-02T18:42:05.916Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.387s coverage: 97.7% of statements [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-02T18:42:05.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-02T18:42:06.183Z] 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-03-02T18:42:06.183Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-02T18:42:06.183Z] go vet ./... [2023-03-02T18:43:57.834Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-02T18:43:57.834Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-02T18:43:57.834Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-02T18:43:57.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-02T18:43:58.535Z] + ls -al . [2023-03-02T18:43:58.535Z] total 740 [2023-03-02T18:43:58.535Z] drwxrwxr-x 10 1001 1001 4096 Mar 2 18:38 . [2023-03-02T18:43:58.535Z] drwxr-xr-x 4 root root 4096 Mar 2 18:38 .. [2023-03-02T18:43:58.535Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 18:36 .blubracket [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 16 Mar 2 18:36 .dockerignore [2023-03-02T18:43:58.535Z] drwxrwxr-x 8 1001 1001 4096 Mar 2 18:36 .git [2023-03-02T18:43:58.535Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 18:36 .github [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 1068 Mar 2 18:36 .gitignore [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 42 Mar 2 18:36 .golangci.yml [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 87 Mar 2 18:36 .hadolint.yml [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 166 Mar 2 18:36 .sonarcloud.properties [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 1171 Mar 2 18:36 ADOPTERS.md [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 10825 Mar 2 18:36 Attribution.txt [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 73765 Mar 2 18:36 CHANGELOG.md [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 3804 Mar 2 18:36 CONTRIBUTING.md [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 677 Mar 2 18:36 GOVERNANCE.md [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 883 Mar 2 18:36 Jenkinsfile [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 10775 Mar 2 18:36 LICENSE [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 14116 Mar 2 18:36 Makefile [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 582 Mar 2 18:36 OWNERS.md [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 9403 Mar 2 18:36 README.md [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 6912 Mar 2 18:36 SECURITY.md [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 5 Mar 2 18:34 VERSION [2023-03-02T18:43:58.535Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 18:36 bin [2023-03-02T18:43:58.535Z] drwxrwxr-x 18 1001 1001 4096 Mar 2 18:36 cmd [2023-03-02T18:43:58.535Z] -rw-r--r-- 1 root root 487670 Mar 2 18:42 coverage.out [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 3296 Mar 2 18:36 go.mod [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 31429 Mar 2 18:36 go.sum [2023-03-02T18:43:58.535Z] drwxrwxr-x 7 1001 1001 4096 Mar 2 18:36 internal [2023-03-02T18:43:58.535Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 18:36 openapi [2023-03-02T18:43:58.535Z] drwxrwxr-x 4 1001 1001 4096 Mar 2 18:36 snap [2023-03-02T18:43:58.535Z] -rw-rw-r-- 1 1001 1001 204 Mar 2 18:36 version.go [Pipeline] sh [2023-03-02T18:43:59.194Z] + '[' -e coverage.out ] [2023-03-02T18:43:59.194Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-02T18:43:59.225Z] Warning: overwriting stash ‘coverage-report’ [2023-03-02T18:44:00.016Z] Stashed 1 file(s) [Pipeline] sh [2023-03-02T18:44:00.666Z] + make build [2023-03-02T18:44:00.666Z] 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-03-02T18:45:22.276Z] 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-03-02T18:45:25.616Z] 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-03-02T18:45:30.957Z] 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-03-02T18:45:34.305Z] 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-03-02T18:46:21.146Z] 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-03-02T18:46:21.146Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-02T18:46:26.488Z] 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-03-02T18:46:30.743Z] 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-03-02T18:46:37.383Z] 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-03-02T18:46:40.729Z] 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-03-02T18:46:44.979Z] 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-03-02T18:46:57.276Z] 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-03-02T18:47:03.959Z] $ docker stop --time=1 f28ca6882238e61cb7b73203c00991094ca227fe024bf7773f4014eb2d7d03e5 [2023-03-02T18:47:05.942Z] $ docker rm -f --volumes f28ca6882238e61cb7b73203c00991094ca227fe024bf7773f4014eb2d7d03e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:47:08.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T18:47:08.230Z] [2023-03-02T18:47:08.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:47:08.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T18:47:08.894Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-02T18:47:08.894Z] 29e5d40040c1: Pulling fs layer [2023-03-02T18:47:08.894Z] 1ce36da41761: Pulling fs layer [2023-03-02T18:47:08.894Z] 25b303627fd3: Pulling fs layer [2023-03-02T18:47:08.894Z] 29e5d40040c1: Verifying Checksum [2023-03-02T18:47:08.894Z] 29e5d40040c1: Download complete [2023-03-02T18:47:09.163Z] 1ce36da41761: Download complete [2023-03-02T18:47:09.432Z] 29e5d40040c1: Pull complete [2023-03-02T18:47:10.841Z] 1ce36da41761: Pull complete [2023-03-02T18:47:10.841Z] 25b303627fd3: Verifying Checksum [2023-03-02T18:47:10.841Z] 25b303627fd3: Download complete [2023-03-02T18:47:20.917Z] 25b303627fd3: Pull complete [2023-03-02T18:47:20.917Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-02T18:47:20.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T18:47:20.917Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:47:21.229Z] prd-ubuntu20.04-docker-arm64-4c-16g-8113 does not seem to be running inside a container [2023-03-02T18:47:21.308Z] $ 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-03-02T18:47:23.580Z] $ docker top 63b8a067e9fc3c330d7f4507dfb7e483f36d11189c85d053c60117a2d2a11204 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T18:47:24.427Z] + docker-compose build --help [2023-03-02T18:47:24.427Z] + grep parallel [2023-03-02T18:47:28.676Z] --parallel Build images in parallel. [Pipeline] } [2023-03-02T18:47:28.726Z] $ docker stop --time=1 63b8a067e9fc3c330d7f4507dfb7e483f36d11189c85d053c60117a2d2a11204 [2023-03-02T18:47:30.449Z] $ docker rm -f --volumes 63b8a067e9fc3c330d7f4507dfb7e483f36d11189c85d053c60117a2d2a11204 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T18:47:31.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T18:47:31.173Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T18:47:31.435Z] prd-ubuntu20.04-docker-arm64-4c-16g-8113 does not seem to be running inside a container [2023-03-02T18:47:31.512Z] $ 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-03-02T18:47:32.687Z] $ docker top 87833901829af64360f6a9b61a3844f97c8653dc2d65ed28435e7d243e4fad42 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T18:47:33.308Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-02T18:47:38.739Z] Building core-command ... [2023-03-02T18:47:38.739Z] Building core-common-config-bootstrapper ... [2023-03-02T18:47:38.739Z] Building core-data ... [2023-03-02T18:47:38.739Z] Building core-metadata ... [2023-03-02T18:47:38.739Z] Building security-bootstrapper ... [2023-03-02T18:47:38.739Z] Building security-proxy-auth ... [2023-03-02T18:47:38.739Z] Building security-proxy-setup ... [2023-03-02T18:47:38.739Z] Building security-secretstore-setup ... [2023-03-02T18:47:38.739Z] Building security-spiffe-token-provider ... [2023-03-02T18:47:38.739Z] Building security-spire-agent ... [2023-03-02T18:47:38.739Z] Building security-spire-config ... [2023-03-02T18:47:38.739Z] Building security-spire-server ... [2023-03-02T18:47:38.739Z] Building support-notifications ... [2023-03-02T18:47:38.739Z] Building support-scheduler ... [2023-03-02T18:47:38.739Z] Building core-metadata [2023-03-02T18:47:38.739Z] Building core-data [2023-03-02T18:47:38.739Z] Building security-bootstrapper [2023-03-02T18:47:38.739Z] Building security-spiffe-token-provider [2023-03-02T18:47:38.739Z] Building security-secretstore-setup [2023-03-02T18:48:25.599Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:48:25.599Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:48:25.599Z] ---> 74ac3ed51b25 [2023-03-02T18:48:25.599Z] Step 3/19 : WORKDIR /edgex-go [2023-03-02T18:48:25.599Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:48:25.599Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:48:25.599Z] ---> 74ac3ed51b25 [2023-03-02T18:48:25.599Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T18:48:25.599Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:48:25.599Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:48:25.599Z] ---> 74ac3ed51b25 [2023-03-02T18:48:25.599Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:48:25.599Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:48:25.599Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:48:25.599Z] ---> 74ac3ed51b25 [2023-03-02T18:48:25.599Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:48:25.599Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:48:25.599Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:48:25.599Z] ---> 74ac3ed51b25 [2023-03-02T18:48:25.599Z] Step 3/32 : WORKDIR /edgex-go [2023-03-02T18:48:25.599Z] ---> Running in 433abde3adac [2023-03-02T18:48:25.599Z] ---> Running in f92a737a779c [2023-03-02T18:48:25.599Z] ---> Running in 89ce64ddd316 [2023-03-02T18:48:25.599Z] ---> Running in 54f77acde017 [2023-03-02T18:48:25.599Z] ---> Running in 9670a5b23128 [2023-03-02T18:48:26.192Z] Removing intermediate container 54f77acde017 [2023-03-02T18:48:26.192Z] ---> 35c30e1dc62a [2023-03-02T18:48:26.192Z] Step 4/24 : WORKDIR /edgex-go [2023-03-02T18:48:26.192Z] Removing intermediate container 89ce64ddd316 [2023-03-02T18:48:26.192Z] ---> de67b0543873 [2023-03-02T18:48:26.192Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:48:26.192Z] ---> Running in b496996ebe9b [2023-03-02T18:48:26.464Z] Removing intermediate container 9670a5b23128 [2023-03-02T18:48:26.464Z] ---> 6f0ec9630359 [2023-03-02T18:48:26.464Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-02T18:48:26.464Z] Removing intermediate container f92a737a779c [2023-03-02T18:48:26.464Z] ---> d52626688886 [2023-03-02T18:48:26.464Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-02T18:48:26.464Z] Removing intermediate container 433abde3adac [2023-03-02T18:48:26.464Z] ---> cb40cf4b49c3 [2023-03-02T18:48:26.464Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-02T18:48:26.464Z] ---> Running in 7241551e2833 [2023-03-02T18:48:26.464Z] ---> Running in ee210fca4fb4 [2023-03-02T18:48:26.731Z] ---> Running in d74eb90509fe [2023-03-02T18:48:26.731Z] ---> Running in 45dfa21c23f4 [2023-03-02T18:48:26.999Z] Removing intermediate container b496996ebe9b [2023-03-02T18:48:26.999Z] ---> 4e7f166e182f [2023-03-02T18:48:26.999Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-02T18:48:27.584Z] ---> Running in bc191a8d85cf [2023-03-02T18:48:27.584Z] Removing intermediate container ee210fca4fb4 [2023-03-02T18:48:27.584Z] ---> 8fb168556caf [2023-03-02T18:48:27.584Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T18:48:27.584Z] ---> Running in 3fddd65a6735 [2023-03-02T18:48:29.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:29.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:30.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:31.030Z] OK: 221 MiB in 51 packages [2023-03-02T18:48:31.030Z] OK: 221 MiB in 51 packages [2023-03-02T18:48:31.030Z] v3.16.4-35-g054104bb820 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-02T18:48:31.030Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-02T18:48:31.030Z] OK: 16903 distinct packages available [2023-03-02T18:48:31.304Z] OK: 221 MiB in 51 packages [2023-03-02T18:48:31.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:31.304Z] OK: 221 MiB in 51 packages [2023-03-02T18:48:31.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:48:32.992Z] OK: 221 MiB in 51 packages [2023-03-02T18:48:32.992Z] Removing intermediate container d74eb90509fe [2023-03-02T18:48:32.992Z] ---> 56ab713c0fc2 [2023-03-02T18:48:32.992Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T18:48:32.992Z] Removing intermediate container 7241551e2833 [2023-03-02T18:48:32.992Z] ---> 61bb6e2e4a32 [2023-03-02T18:48:32.992Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-02T18:48:33.261Z] Removing intermediate container 3fddd65a6735 [2023-03-02T18:48:33.261Z] ---> ef6e5bc194ea [2023-03-02T18:48:33.261Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:48:33.261Z] Removing intermediate container bc191a8d85cf [2023-03-02T18:48:33.261Z] ---> 655473986240 [2023-03-02T18:48:33.261Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-02T18:48:34.226Z] ---> 2a2b989a75bc [2023-03-02T18:48:34.226Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:48:34.226Z] ---> 753f5c139013 [2023-03-02T18:48:34.226Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:48:34.495Z] ---> Running in c94efd05fdb5 [2023-03-02T18:48:34.495Z] Removing intermediate container 45dfa21c23f4 [2023-03-02T18:48:34.495Z] ---> d295a33c9487 [2023-03-02T18:48:34.495Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-02T18:48:34.495Z] ---> Running in ec3b9f6822ae [2023-03-02T18:48:34.495Z] ---> 116f7b00ce9c [2023-03-02T18:48:34.495Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:48:34.495Z] ---> 10b837292498 [2023-03-02T18:48:34.495Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:48:34.775Z] ---> Running in 0b486cf883ed [2023-03-02T18:48:34.775Z] ---> Running in 2247e98b0b9e [2023-03-02T18:48:35.735Z] ---> 3c0a28290634 [2023-03-02T18:48:35.735Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:48:36.001Z] ---> Running in 6b70fded99ca [2023-03-02T18:50:27.650Z] Removing intermediate container 0b486cf883ed [2023-03-02T18:50:27.650Z] ---> 97a193ee1efe [2023-03-02T18:50:27.650Z] Step 8/22 : COPY . . [2023-03-02T18:50:27.650Z] Removing intermediate container 2247e98b0b9e [2023-03-02T18:50:27.650Z] ---> 9ee3dede9574 [2023-03-02T18:50:27.650Z] Step 8/24 : COPY . . [2023-03-02T18:50:27.650Z] Removing intermediate container ec3b9f6822ae [2023-03-02T18:50:27.650Z] ---> fdc89fc3217e [2023-03-02T18:50:27.650Z] Step 7/32 : COPY . . [2023-03-02T18:50:27.650Z] Removing intermediate container 6b70fded99ca [2023-03-02T18:50:27.650Z] ---> 1149e4800760 [2023-03-02T18:50:27.650Z] Step 7/19 : COPY . . [2023-03-02T18:50:27.650Z] Removing intermediate container c94efd05fdb5 [2023-03-02T18:50:27.650Z] ---> a7218e98f995 [2023-03-02T18:50:27.650Z] Step 7/24 : COPY . . [2023-03-02T18:50:39.971Z] ---> 6864d8736574 [2023-03-02T18:50:39.971Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-02T18:50:39.971Z] ---> 8d6ed69ecb47 [2023-03-02T18:50:39.971Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-02T18:50:40.243Z] ---> Running in 020ede12ff6c [2023-03-02T18:50:40.243Z] ---> Running in 540f6818f6a3 [2023-03-02T18:50:40.243Z] ---> ffa09208f149 [2023-03-02T18:50:40.243Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-02T18:50:40.532Z] ---> 73f56d993a9d [2023-03-02T18:50:40.532Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-02T18:50:40.532Z] ---> e703fa97a228 [2023-03-02T18:50:40.532Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-02T18:50:40.532Z] ---> Running in 5b12d9af6f45 [2023-03-02T18:50:40.532Z] ---> Running in d9e44c2a929b [2023-03-02T18:50:40.812Z] ---> Running in fe9611ce7963 [2023-03-02T18:50:42.756Z] 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-03-02T18:50:42.756Z] 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-03-02T18:50:42.756Z] 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-03-02T18:50:43.022Z] 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-03-02T18:50:43.022Z] 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-03-02T18:56:22.604Z] 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-03-02T18:56:40.812Z] Removing intermediate container d9e44c2a929b [2023-03-02T18:56:40.812Z] ---> 8e1dc5e8a414 [2023-03-02T18:56:40.812Z] [2023-03-02T18:56:40.812Z] Step 9/24 : FROM alpine:3.16 [2023-03-02T18:56:40.812Z] 3.16: Pulling from library/alpine [2023-03-02T18:56:41.768Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-02T18:56:41.768Z] Status: Downloaded newer image for alpine:3.16 [2023-03-02T18:56:41.768Z] ---> 4c81e5bf8899 [2023-03-02T18:56:41.768Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-02T18:56:42.037Z] ---> Running in c39721fed74a [2023-03-02T18:56:43.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:56:44.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:56:45.658Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-02T18:56:45.658Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-02T18:56:45.658Z] (3/3) Installing su-exec (0.2-r1) [2023-03-02T18:56:45.658Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:56:45.923Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T18:56:46.189Z] OK: 6 MiB in 17 packages [2023-03-02T18:56:50.454Z] Removing intermediate container c39721fed74a [2023-03-02T18:56:50.454Z] ---> 391b401be0cc [2023-03-02T18:56:50.454Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T18:56:50.454Z] ---> Running in c3378d812df9 [2023-03-02T18:56:51.037Z] Removing intermediate container c3378d812df9 [2023-03-02T18:56:51.037Z] ---> dd0514e815b6 [2023-03-02T18:56:51.037Z] Step 12/24 : WORKDIR / [2023-03-02T18:56:51.304Z] ---> Running in d2484dcb838f [2023-03-02T18:56:52.263Z] Removing intermediate container d2484dcb838f [2023-03-02T18:56:52.263Z] ---> ba94508be1ea [2023-03-02T18:56:52.263Z] 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-03-02T18:56:54.208Z] ---> f9eb32c5e990 [2023-03-02T18:56:54.208Z] 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-03-02T18:56:55.166Z] ---> 19ce12dcf72f [2023-03-02T18:56:55.166Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-02T18:56:57.106Z] ---> 427dd428e0c1 [2023-03-02T18:56:57.106Z] 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-03-02T18:56:58.071Z] ---> a61bac33d801 [2023-03-02T18:56:58.071Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-02T18:56:58.072Z] Removing intermediate container 020ede12ff6c [2023-03-02T18:56:58.072Z] ---> ad9aba6ffe15 [2023-03-02T18:56:58.072Z] [2023-03-02T18:56:58.072Z] Step 9/32 : FROM alpine:3.16 [2023-03-02T18:56:58.072Z] ---> 4c81e5bf8899 [2023-03-02T18:56:58.072Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:56:58.072Z] ---> Running in 316ed401fe01 [2023-03-02T18:56:58.670Z] Removing intermediate container 316ed401fe01 [2023-03-02T18:56:58.670Z] ---> 44ac2b9e7696 [2023-03-02T18:56:58.670Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-02T18:56:58.939Z] ---> Running in b597d99b7ab2 [2023-03-02T18:57:00.339Z] ---> e063ce21a99d [2023-03-02T18:57:00.339Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-02T18:57:01.294Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:01.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:02.985Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-02T18:57:02.985Z] (2/2) Installing su-exec (0.2-r1) [2023-03-02T18:57:02.985Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:57:02.985Z] OK: 5 MiB in 16 packages [2023-03-02T18:57:03.252Z] ---> 643f386fdd4b [2023-03-02T18:57:03.252Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T18:57:04.656Z] ---> 9edae6973838 [2023-03-02T18:57:04.656Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T18:57:04.928Z] ---> Running in 6b1d38befb0e [2023-03-02T18:57:04.928Z] Removing intermediate container b597d99b7ab2 [2023-03-02T18:57:04.928Z] ---> 0ab902de348d [2023-03-02T18:57:04.928Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-02T18:57:05.195Z] ---> Running in d1f7b48ba557 [2023-03-02T18:57:06.158Z] Removing intermediate container d1f7b48ba557 [2023-03-02T18:57:06.158Z] ---> 05ae923aef8f [2023-03-02T18:57:06.158Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-02T18:57:06.425Z] ---> Running in 777e42519a34 [2023-03-02T18:57:07.039Z] Removing intermediate container 777e42519a34 [2023-03-02T18:57:07.039Z] ---> 1be5874542bd [2023-03-02T18:57:07.039Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-02T18:57:07.308Z] ---> Running in 5c070d4f8b47 [2023-03-02T18:57:08.265Z] Removing intermediate container 5c070d4f8b47 [2023-03-02T18:57:08.265Z] ---> 0916e0931eee [2023-03-02T18:57:08.265Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-02T18:57:08.265Z] ---> Running in 5f831d7ccef0 [2023-03-02T18:57:08.540Z] Removing intermediate container 6b1d38befb0e [2023-03-02T18:57:08.540Z] ---> 303939b498df [2023-03-02T18:57:08.540Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T18:57:08.810Z] ---> Running in 3b74f01192b2 [2023-03-02T18:57:09.105Z] Removing intermediate container 5f831d7ccef0 [2023-03-02T18:57:09.105Z] ---> e33a667fc114 [2023-03-02T18:57:09.105Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-02T18:57:09.105Z] ---> Running in 771686c8e8fc [2023-03-02T18:57:09.693Z] Removing intermediate container 3b74f01192b2 [2023-03-02T18:57:09.693Z] ---> e54f785b06eb [2023-03-02T18:57:09.693Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T18:57:09.973Z] ---> Running in d80f5d8989f3 [2023-03-02T18:57:10.556Z] Removing intermediate container d80f5d8989f3 [2023-03-02T18:57:10.556Z] ---> 369d1b330865 [2023-03-02T18:57:10.556Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:57:10.824Z] ---> Running in f2c1c3a52f79 [2023-03-02T18:57:11.407Z] Removing intermediate container f2c1c3a52f79 [2023-03-02T18:57:11.407Z] ---> ce681a8c7e16 [2023-03-02T18:57:11.407Z] Step 24/24 : LABEL version=0.0.0 [2023-03-02T18:57:11.407Z] ---> Running in 655b27d70085 [2023-03-02T18:57:12.370Z] Removing intermediate container 655b27d70085 [2023-03-02T18:57:12.370Z] ---> b6b47c3c6556 [2023-03-02T18:57:12.370Z] [2023-03-02T18:57:12.950Z] Successfully built b6b47c3c6556 [2023-03-02T18:57:12.950Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-02T18:57:12.950Z] Building security-spire-config [2023-03-02T18:57:13.216Z]  Building security-secretstore-setup ... done Removing intermediate container 771686c8e8fc [2023-03-02T18:57:13.216Z] ---> a367d9d99666 [2023-03-02T18:57:13.216Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-02T18:57:13.216Z] ---> Running in 69965c60a96e [2023-03-02T18:57:13.801Z] Removing intermediate container 69965c60a96e [2023-03-02T18:57:13.801Z] ---> b059f38b6c60 [2023-03-02T18:57:13.801Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-02T18:57:16.376Z] ---> 9fbefc40dcb1 [2023-03-02T18:57:16.376Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-02T18:57:16.376Z] ---> Running in 257efd120dce [2023-03-02T18:57:20.621Z] Removing intermediate container 257efd120dce [2023-03-02T18:57:20.621Z] ---> 74f9b20048fe [2023-03-02T18:57:20.621Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:57:21.578Z] ---> 3bb68c27c3f2 [2023-03-02T18:57:21.578Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-02T18:57:25.816Z] ---> 4ccb0c2fd30d [2023-03-02T18:57:25.816Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-02T18:57:27.756Z] ---> ea357b2e1662 [2023-03-02T18:57:27.756Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-02T18:57:29.699Z] ---> a4d25a36cd8f [2023-03-02T18:57:29.699Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-02T18:57:32.272Z] ---> a587f6834d38 [2023-03-02T18:57:32.272Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-02T18:57:33.228Z] ---> a6dda68adf6f [2023-03-02T18:57:33.228Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-02T18:57:34.182Z] Removing intermediate container 540f6818f6a3 [2023-03-02T18:57:34.182Z] ---> 03931095870d [2023-03-02T18:57:34.182Z] [2023-03-02T18:57:34.182Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T18:57:34.182Z] ---> 4c81e5bf8899 [2023-03-02T18:57:34.182Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-02T18:57:34.760Z] ---> Running in 2461b873815d [2023-03-02T18:57:35.343Z] ---> 437ad002e572 [2023-03-02T18:57:35.343Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-02T18:57:35.343Z] Removing intermediate container 2461b873815d [2023-03-02T18:57:35.343Z] ---> 1ac37bfbdadb [2023-03-02T18:57:35.343Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-02T18:57:35.343Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:57:35.343Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:57:35.343Z] ---> 74ac3ed51b25 [2023-03-02T18:57:35.343Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T18:57:35.343Z] ---> Using cache [2023-03-02T18:57:35.343Z] ---> d52626688886 [2023-03-02T18:57:35.343Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T18:57:35.607Z] ---> Running in 1cd5a307285c [2023-03-02T18:57:35.607Z] ---> Running in de5054572e94 [2023-03-02T18:57:35.607Z] ---> Running in 69770065c709 [2023-03-02T18:57:36.564Z] Removing intermediate container 69770065c709 [2023-03-02T18:57:36.564Z] ---> aedff952b257 [2023-03-02T18:57:36.564Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-02T18:57:36.564Z] ---> Running in fc6c9a5dff36 [2023-03-02T18:57:37.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:37.973Z] Removing intermediate container fc6c9a5dff36 [2023-03-02T18:57:37.973Z] ---> c096ff9390c3 [2023-03-02T18:57:37.973Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:57:37.973Z] ---> Running in 9606ea0c633f [2023-03-02T18:57:38.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:39.654Z] OK: 221 MiB in 51 packages [2023-03-02T18:57:42.233Z] Removing intermediate container 1cd5a307285c [2023-03-02T18:57:42.233Z] ---> fcbb74b85386 [2023-03-02T18:57:42.233Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-02T18:57:42.233Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:42.498Z] ---> Running in e4049e719d0e [2023-03-02T18:57:42.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:43.453Z] Removing intermediate container de5054572e94 [2023-03-02T18:57:43.453Z] ---> 75e63eecc6ea [2023-03-02T18:57:43.453Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T18:57:43.453Z] Removing intermediate container e4049e719d0e [2023-03-02T18:57:43.453Z] ---> 67e3d8da0ce5 [2023-03-02T18:57:43.453Z] Step 29/32 : CMD ["gate"] [2023-03-02T18:57:43.741Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T18:57:43.741Z] ---> Running in b6ce8a605a8a [2023-03-02T18:57:43.741Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:57:43.741Z] OK: 5 MiB in 15 packages [2023-03-02T18:57:44.016Z] Removing intermediate container fe9611ce7963 [2023-03-02T18:57:44.016Z] ---> 551e9b363a3e [2023-03-02T18:57:44.016Z] [2023-03-02T18:57:44.016Z] Step 10/24 : FROM alpine:3.16 [2023-03-02T18:57:44.016Z] ---> 4c81e5bf8899 [2023-03-02T18:57:44.016Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-02T18:57:44.284Z] ---> Running in a714404250ce [2023-03-02T18:57:44.870Z] ---> 060c043ba84d [2023-03-02T18:57:44.870Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:57:44.870Z] Removing intermediate container b6ce8a605a8a [2023-03-02T18:57:44.870Z] ---> db1f0578f69f [2023-03-02T18:57:44.870Z] Step 30/32 : LABEL arch=arm64 [2023-03-02T18:57:45.141Z] ---> Running in ab0a4be9a956 [2023-03-02T18:57:45.409Z] ---> Running in 23471d373b32 [2023-03-02T18:57:45.994Z] Removing intermediate container 9606ea0c633f [2023-03-02T18:57:45.994Z] ---> 650da3c5cb98 [2023-03-02T18:57:45.994Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:57:46.574Z] Removing intermediate container 23471d373b32 [2023-03-02T18:57:46.574Z] ---> 12a64d8d9f4b [2023-03-02T18:57:46.574Z] Step 31/32 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:57:46.574Z] ---> Running in aeb7f1736050 [2023-03-02T18:57:46.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:47.136Z] ---> a410d2949274 [2023-03-02T18:57:47.136Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-02T18:57:47.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:57:47.136Z] Removing intermediate container aeb7f1736050 [2023-03-02T18:57:47.136Z] ---> 754d67d58f4d [2023-03-02T18:57:47.136Z] Step 32/32 : LABEL version=0.0.0 [2023-03-02T18:57:47.404Z] ---> Running in 9868faa49d3d [2023-03-02T18:57:47.991Z] Removing intermediate container 9868faa49d3d [2023-03-02T18:57:47.991Z] ---> d862b1d92517 [2023-03-02T18:57:47.991Z] [2023-03-02T18:57:48.261Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T18:57:48.261Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T18:57:48.261Z] OK: 5 MiB in 15 packages [2023-03-02T18:57:48.261Z] Successfully built d862b1d92517 [2023-03-02T18:57:48.533Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-02T18:57:48.533Z] Building security-proxy-setup [2023-03-02T18:57:49.499Z]  Building security-bootstrapper ... done  ---> 42a1bf0922d8 [2023-03-02T18:57:49.499Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-02T18:57:50.463Z] Removing intermediate container a714404250ce [2023-03-02T18:57:50.463Z] ---> f39654e55954 [2023-03-02T18:57:50.463Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T18:57:50.463Z] ---> Running in 36acbe870281 [2023-03-02T18:57:50.463Z] ---> 329f978b677f [2023-03-02T18:57:50.463Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-02T18:57:50.734Z] ---> Running in b681fdc1bae7 [2023-03-02T18:57:51.004Z] Removing intermediate container 36acbe870281 [2023-03-02T18:57:51.004Z] ---> ff9a0ebcdc24 [2023-03-02T18:57:51.004Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-02T18:57:51.274Z] Removing intermediate container b681fdc1bae7 [2023-03-02T18:57:51.274Z] ---> 833574ae4bb1 [2023-03-02T18:57:51.274Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:57:51.274Z] ---> Running in 7eeed759e5ad [2023-03-02T18:57:51.274Z] ---> Running in 084a91bd2266 [2023-03-02T18:57:51.860Z] Removing intermediate container 7eeed759e5ad [2023-03-02T18:57:51.860Z] ---> 2736ed092d3a [2023-03-02T18:57:51.860Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-02T18:57:51.860Z] Removing intermediate container 084a91bd2266 [2023-03-02T18:57:51.860Z] ---> 77c9990f6853 [2023-03-02T18:57:51.860Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T18:57:51.860Z] ---> Running in 26d7c83ce045 [2023-03-02T18:57:52.131Z] ---> Running in 5f83a883898c [2023-03-02T18:57:52.423Z] Removing intermediate container 26d7c83ce045 [2023-03-02T18:57:52.423Z] ---> 05e4efc91184 [2023-03-02T18:57:52.423Z] Step 15/24 : WORKDIR / [2023-03-02T18:57:52.696Z] Removing intermediate container 5f83a883898c [2023-03-02T18:57:52.696Z] ---> abafa79268f1 [2023-03-02T18:57:52.696Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:57:52.696Z] ---> Running in dc23301a82d6 [2023-03-02T18:57:52.696Z] ---> Running in 08c0005fd272 [2023-03-02T18:57:53.284Z] Removing intermediate container dc23301a82d6 [2023-03-02T18:57:53.284Z] ---> 78ea9a0fa539 [2023-03-02T18:57:53.284Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:57:53.553Z] Removing intermediate container 08c0005fd272 [2023-03-02T18:57:53.553Z] ---> c7f1d36a5de3 [2023-03-02T18:57:53.553Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T18:57:53.553Z] ---> Running in 6e3567503da2 [2023-03-02T18:57:54.144Z] Removing intermediate container 6e3567503da2 [2023-03-02T18:57:54.144Z] ---> f89368c33dd0 [2023-03-02T18:57:54.144Z] [2023-03-02T18:57:54.414Z] ---> 257f3e51f860 [2023-03-02T18:57:54.414Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-02T18:57:54.683Z] Successfully built f89368c33dd0 [2023-03-02T18:57:54.683Z] Successfully tagged core-data-arm64:latest [2023-03-02T18:57:54.683Z]  Building core-data ... done Building support-scheduler [2023-03-02T18:57:56.098Z] ---> 40303b4f7d4c [2023-03-02T18:57:56.098Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-02T18:57:57.508Z] ---> 9fbaf28dd79a [2023-03-02T18:57:57.508Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-02T18:57:58.091Z] ---> 4558c4d49043 [2023-03-02T18:57:58.091Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-02T18:57:58.358Z] ---> Running in e9b9a01d3277 [2023-03-02T18:57:58.946Z] Removing intermediate container e9b9a01d3277 [2023-03-02T18:57:58.946Z] ---> 6a1f8f544533 [2023-03-02T18:57:58.946Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:57:58.946Z] ---> Running in 2851bf7f9e4e [2023-03-02T18:57:59.527Z] Removing intermediate container 2851bf7f9e4e [2023-03-02T18:57:59.528Z] ---> 102ea9d89fa8 [2023-03-02T18:57:59.528Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T18:57:59.795Z] ---> Running in 97422fa13515 [2023-03-02T18:58:00.063Z] Removing intermediate container 97422fa13515 [2023-03-02T18:58:00.063Z] ---> 4298f144a6c8 [2023-03-02T18:58:00.063Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:58:00.332Z] ---> Running in 6dd31b7f6da1 [2023-03-02T18:58:01.288Z] Removing intermediate container 6dd31b7f6da1 [2023-03-02T18:58:01.288Z] ---> bc79a8585bae [2023-03-02T18:58:01.288Z] Step 24/24 : LABEL version=0.0.0 [2023-03-02T18:58:01.288Z] ---> Running in 08862c9c3057 [2023-03-02T18:58:01.876Z] Removing intermediate container 08862c9c3057 [2023-03-02T18:58:01.876Z] ---> b84bb850e91b [2023-03-02T18:58:01.876Z] [2023-03-02T18:58:02.141Z] Successfully built b84bb850e91b [2023-03-02T18:58:02.406Z] Successfully tagged core-metadata-arm64:latest [2023-03-02T18:58:02.406Z] Building support-notifications [2023-03-02T18:58:10.819Z]  Building core-metadata ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:58:10.819Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:58:10.819Z] ---> 74ac3ed51b25 [2023-03-02T18:58:10.819Z] Step 3/21 : WORKDIR /edgex-go [2023-03-02T18:58:10.819Z] ---> Using cache [2023-03-02T18:58:10.819Z] ---> d52626688886 [2023-03-02T18:58:10.819Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-02T18:58:10.819Z] ---> Using cache [2023-03-02T18:58:10.819Z] ---> 56ab713c0fc2 [2023-03-02T18:58:10.819Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-02T18:58:10.819Z] ---> Using cache [2023-03-02T18:58:10.819Z] ---> 753f5c139013 [2023-03-02T18:58:10.819Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:58:10.819Z] ---> Using cache [2023-03-02T18:58:10.819Z] ---> a7218e98f995 [2023-03-02T18:58:10.819Z] Step 7/21 : COPY . . [2023-03-02T18:58:10.819Z] ---> Using cache [2023-03-02T18:58:10.819Z] ---> 73f56d993a9d [2023-03-02T18:58:10.819Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-03-02T18:58:11.878Z] ---> Running in 51bc7a8ddae9 [2023-03-02T18:58:14.622Z] 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-03-02T18:58:22.836Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:58:22.836Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:58:22.836Z] ---> 74ac3ed51b25 [2023-03-02T18:58:22.836Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:58:22.836Z] ---> Using cache [2023-03-02T18:58:22.836Z] ---> de67b0543873 [2023-03-02T18:58:22.836Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:58:22.836Z] ---> Using cache [2023-03-02T18:58:22.836Z] ---> 8fb168556caf [2023-03-02T18:58:22.836Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T18:58:22.836Z] ---> Using cache [2023-03-02T18:58:22.836Z] ---> ef6e5bc194ea [2023-03-02T18:58:22.836Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:58:22.836Z] ---> Using cache [2023-03-02T18:58:22.836Z] ---> 116f7b00ce9c [2023-03-02T18:58:22.836Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:58:22.836Z] ---> Using cache [2023-03-02T18:58:22.836Z] ---> 97a193ee1efe [2023-03-02T18:58:22.836Z] Step 8/22 : COPY . . [2023-03-02T18:58:22.836Z] ---> Using cache [2023-03-02T18:58:22.836Z] ---> 6864d8736574 [2023-03-02T18:58:22.836Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-02T18:58:22.836Z] ---> Running in 4860fa9a6c97 [2023-03-02T18:58:24.797Z] Removing intermediate container 5b12d9af6f45 [2023-03-02T18:58:24.797Z] ---> 61f52ffcb9e8 [2023-03-02T18:58:24.797Z] [2023-03-02T18:58:24.797Z] Step 9/19 : FROM alpine:3.15 [2023-03-02T18:58:24.797Z] 3.15: Pulling from library/alpine [2023-03-02T18:58:25.378Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-02T18:58:26.335Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-02T18:58:26.335Z] Status: Downloaded newer image for alpine:3.15 [2023-03-02T18:58:26.335Z] ---> 354640af7b1b [2023-03-02T18:58:26.335Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:58:26.926Z] ---> Running in 69b9e8793f86 [2023-03-02T18:58:28.327Z] Removing intermediate container 69b9e8793f86 [2023-03-02T18:58:28.327Z] ---> e914bc712bb4 [2023-03-02T18:58:28.327Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-02T18:58:28.327Z] ---> Running in 239e1af58e44 [2023-03-02T18:58:28.327Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:58:28.327Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:58:28.327Z] ---> 74ac3ed51b25 [2023-03-02T18:58:28.327Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:58:28.327Z] ---> Using cache [2023-03-02T18:58:28.327Z] ---> de67b0543873 [2023-03-02T18:58:28.327Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:58:28.327Z] ---> Using cache [2023-03-02T18:58:28.327Z] ---> 8fb168556caf [2023-03-02T18:58:28.327Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-02T18:58:28.327Z] ---> Running in 162bc9e00b10 [2023-03-02T18:58:31.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:58:31.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:58:31.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:58:31.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:58:33.066Z] OK: 221 MiB in 51 packages [2023-03-02T18:58:33.647Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T18:58:33.648Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T18:58:33.648Z] OK: 15734 distinct packages available [2023-03-02T18:58:33.912Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:58:34.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:58:35.453Z] Removing intermediate container 162bc9e00b10 [2023-03-02T18:58:35.453Z] ---> 913f45c2973c [2023-03-02T18:58:35.453Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:58:35.453Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-02T18:58:35.453Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-02T18:58:35.453Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-02T18:58:35.453Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-02T18:58:35.453Z] (5/9) Installing curl (7.80.0-r6) [2023-03-02T18:58:35.453Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-02T18:58:35.720Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-02T18:58:35.720Z] (8/9) Installing libucontext (1.1-r0) [2023-03-02T18:58:35.720Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-02T18:58:35.720Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T18:58:35.720Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T18:58:35.988Z] OK: 8 MiB in 23 packages [2023-03-02T18:58:37.397Z] ---> 11e88278e34f [2023-03-02T18:58:37.397Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:58:37.397Z] ---> Running in 38fba118769d [2023-03-02T18:58:40.760Z] Removing intermediate container 239e1af58e44 [2023-03-02T18:58:40.760Z] ---> f77279ac7d57 [2023-03-02T18:58:40.760Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T18:58:41.715Z] ---> 8cc88cb722b0 [2023-03-02T18:58:41.715Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-02T18:58:45.959Z] ---> f4cc184c0130 [2023-03-02T18:58:45.959Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-02T18:58:46.925Z] ---> fcc8d9c60ac0 [2023-03-02T18:58:46.925Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-02T18:58:46.925Z] ---> Running in 37f9017e2808 [2023-03-02T18:58:47.881Z] Removing intermediate container 37f9017e2808 [2023-03-02T18:58:47.881Z] ---> d29f625a5d9b [2023-03-02T18:58:47.881Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T18:58:47.881Z] ---> Running in e0f8420d85d3 [2023-03-02T18:58:48.470Z] Removing intermediate container e0f8420d85d3 [2023-03-02T18:58:48.471Z] ---> c68a1db2f4f8 [2023-03-02T18:58:48.471Z] Step 17/19 : LABEL arch=arm64 [2023-03-02T18:58:48.745Z] ---> Running in b73e120f8377 [2023-03-02T18:58:49.706Z] Removing intermediate container b73e120f8377 [2023-03-02T18:58:49.706Z] ---> 15ecc6aa57a0 [2023-03-02T18:58:49.706Z] Step 18/19 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:58:49.974Z] ---> Running in 3f78ab2de8ff [2023-03-02T18:58:50.950Z] Removing intermediate container 3f78ab2de8ff [2023-03-02T18:58:50.950Z] ---> 8c79e9b371d3 [2023-03-02T18:58:50.950Z] Step 19/19 : LABEL version=0.0.0 [2023-03-02T18:58:51.216Z] ---> Running in 2a3ebd747827 [2023-03-02T18:58:52.179Z] Removing intermediate container 2a3ebd747827 [2023-03-02T18:58:52.179Z] ---> dee41550003d [2023-03-02T18:58:52.179Z] [2023-03-02T18:58:52.766Z] Successfully built dee41550003d [2023-03-02T18:58:52.766Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-02T18:58:52.766Z] Building security-proxy-auth [2023-03-02T18:59:10.968Z]  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T18:59:10.968Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T18:59:10.968Z] ---> 74ac3ed51b25 [2023-03-02T18:59:10.968Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T18:59:10.968Z] ---> Using cache [2023-03-02T18:59:10.968Z] ---> de67b0543873 [2023-03-02T18:59:10.968Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T18:59:10.968Z] ---> Using cache [2023-03-02T18:59:10.968Z] ---> 8fb168556caf [2023-03-02T18:59:10.968Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T18:59:10.968Z] ---> Using cache [2023-03-02T18:59:10.968Z] ---> ef6e5bc194ea [2023-03-02T18:59:10.968Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T18:59:10.968Z] ---> Using cache [2023-03-02T18:59:10.968Z] ---> 116f7b00ce9c [2023-03-02T18:59:10.968Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T18:59:10.968Z] ---> Using cache [2023-03-02T18:59:10.968Z] ---> 97a193ee1efe [2023-03-02T18:59:10.968Z] Step 8/22 : COPY . . [2023-03-02T18:59:10.968Z] ---> Using cache [2023-03-02T18:59:10.968Z] ---> 6864d8736574 [2023-03-02T18:59:10.968Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-02T18:59:11.555Z] ---> Running in 8e6514b29027 [2023-03-02T18:59:13.507Z] Removing intermediate container ab0a4be9a956 [2023-03-02T18:59:13.507Z] ---> e0562bb7a56b [2023-03-02T18:59:13.507Z] Step 7/24 : COPY . . [2023-03-02T18:59:13.773Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-02T18:59:26.098Z] ---> 590ec02b6059 [2023-03-02T18:59:26.098Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T18:59:26.371Z] ---> Running in 9cc9d1f3ed14 [2023-03-02T18:59:26.963Z] Removing intermediate container 9cc9d1f3ed14 [2023-03-02T18:59:26.963Z] ---> 2491382de740 [2023-03-02T18:59:26.963Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T18:59:27.233Z] ---> Running in 4d69b704be36 [2023-03-02T18:59:27.816Z] Removing intermediate container 4d69b704be36 [2023-03-02T18:59:27.816Z] ---> 350d6652a4a4 [2023-03-02T18:59:27.816Z] 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-03-02T18:59:28.083Z] ---> Running in e1ecd826c3db [2023-03-02T18:59:31.421Z] Removing intermediate container e1ecd826c3db [2023-03-02T18:59:31.421Z] ---> f92b9a0650bd [2023-03-02T18:59:31.421Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T18:59:31.421Z] ---> Running in 2a3a00b32081 [2023-03-02T18:59:31.688Z] Removing intermediate container 2a3a00b32081 [2023-03-02T18:59:31.688Z] ---> 2dc4479915e7 [2023-03-02T18:59:31.688Z] [2023-03-02T18:59:31.688Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T18:59:31.688Z] ---> 354640af7b1b [2023-03-02T18:59:31.688Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T18:59:31.688Z] ---> Using cache [2023-03-02T18:59:31.688Z] ---> e914bc712bb4 [2023-03-02T18:59:31.688Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-02T18:59:31.955Z] ---> Running in f0c243e868b1 [2023-03-02T18:59:33.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:59:34.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:59:35.571Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T18:59:35.571Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T18:59:35.571Z] OK: 15734 distinct packages available [2023-03-02T18:59:35.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T18:59:35.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T18:59:37.241Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-02T18:59:37.241Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-02T18:59:37.241Z] (3/4) Installing libucontext (1.1-r0) [2023-03-02T18:59:37.241Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-02T18:59:37.241Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T18:59:37.241Z] OK: 6 MiB in 18 packages [2023-03-02T18:59:39.190Z] Removing intermediate container f0c243e868b1 [2023-03-02T18:59:39.190Z] ---> 12add26a3ffe [2023-03-02T18:59:39.190Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T18:59:45.829Z] ---> 230feed4a4df [2023-03-02T18:59:45.829Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T18:59:46.798Z] ---> 25be77bcdc49 [2023-03-02T18:59:46.798Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-02T18:59:47.065Z] ---> Running in 2fa03c44d02a [2023-03-02T18:59:49.009Z] Removing intermediate container 2fa03c44d02a [2023-03-02T18:59:49.009Z] ---> c14b01261180 [2023-03-02T18:59:49.009Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-02T18:59:50.419Z] ---> 30959773e484 [2023-03-02T18:59:50.419Z] Step 19/24 : WORKDIR / [2023-03-02T18:59:50.686Z] ---> Running in ccb66f95ac7c [2023-03-02T18:59:51.650Z] Removing intermediate container ccb66f95ac7c [2023-03-02T18:59:51.650Z] ---> 5f9a0cc11d85 [2023-03-02T18:59:51.650Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T18:59:51.940Z] ---> Running in 222fa127b98d [2023-03-02T18:59:52.905Z] Removing intermediate container 222fa127b98d [2023-03-02T18:59:52.905Z] ---> 5d67044040e4 [2023-03-02T18:59:52.905Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T18:59:52.905Z] ---> Running in d7d43529fdb5 [2023-03-02T18:59:53.493Z] Removing intermediate container d7d43529fdb5 [2023-03-02T18:59:53.493Z] ---> adb6093b3606 [2023-03-02T18:59:53.493Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T18:59:53.763Z] ---> Running in 77f886597d93 [2023-03-02T18:59:54.726Z] Removing intermediate container 77f886597d93 [2023-03-02T18:59:54.726Z] ---> 604a49e57dd5 [2023-03-02T18:59:54.726Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T18:59:54.726Z] ---> Running in 44d202013b7e [2023-03-02T18:59:55.706Z] Removing intermediate container 44d202013b7e [2023-03-02T18:59:55.707Z] ---> 26f6b8fee9d0 [2023-03-02T18:59:55.707Z] Step 24/24 : LABEL version=0.0.0 [2023-03-02T18:59:55.707Z] ---> Running in 46dfcb4608af [2023-03-02T18:59:56.672Z] Removing intermediate container 46dfcb4608af [2023-03-02T18:59:56.672Z] ---> af58c8c358ab [2023-03-02T18:59:56.672Z] [2023-03-02T18:59:57.259Z] Successfully built af58c8c358ab [2023-03-02T18:59:57.259Z] Successfully tagged security-spire-config-arm64:latest [2023-03-02T18:59:57.259Z]  Building security-spire-config ... done Building core-command [2023-03-02T19:00:19.352Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T19:00:19.352Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T19:00:19.352Z] ---> 74ac3ed51b25 [2023-03-02T19:00:19.352Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-02T19:00:19.352Z] ---> Using cache [2023-03-02T19:00:19.352Z] ---> de67b0543873 [2023-03-02T19:00:19.352Z] Step 4/23 : WORKDIR /edgex-go [2023-03-02T19:00:19.352Z] ---> Using cache [2023-03-02T19:00:19.352Z] ---> 8fb168556caf [2023-03-02T19:00:19.352Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-02T19:00:19.352Z] ---> Using cache [2023-03-02T19:00:19.352Z] ---> ef6e5bc194ea [2023-03-02T19:00:19.352Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-02T19:00:19.352Z] ---> Using cache [2023-03-02T19:00:19.352Z] ---> 116f7b00ce9c [2023-03-02T19:00:19.352Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T19:00:19.352Z] ---> Using cache [2023-03-02T19:00:19.352Z] ---> 97a193ee1efe [2023-03-02T19:00:19.352Z] Step 8/23 : COPY . . [2023-03-02T19:00:19.352Z] ---> Using cache [2023-03-02T19:00:19.352Z] ---> 6864d8736574 [2023-03-02T19:00:19.352Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-02T19:00:19.352Z] ---> Running in f86f2dd50e2c [2023-03-02T19:00:21.299Z] 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-03-02T19:00:23.889Z] Removing intermediate container 38fba118769d [2023-03-02T19:00:23.889Z] ---> 92e86ad4aa57 [2023-03-02T19:00:23.889Z] Step 8/22 : COPY . . [2023-03-02T19:00:38.899Z] ---> cf7b59dbd3a1 [2023-03-02T19:00:38.899Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-02T19:00:38.899Z] ---> Running in 7004b85f2d79 [2023-03-02T19:00:38.899Z] 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-03-02T19:03:47.106Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-02T19:04:13.948Z] Removing intermediate container 51bc7a8ddae9 [2023-03-02T19:04:13.948Z] ---> 9602b785c8ed [2023-03-02T19:04:13.948Z] [2023-03-02T19:04:13.948Z] Step 9/21 : FROM alpine:3.16 [2023-03-02T19:04:13.948Z] ---> 4c81e5bf8899 [2023-03-02T19:04:13.948Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-03-02T19:04:13.948Z] ---> Running in 3ea6ebc9919f [2023-03-02T19:04:15.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T19:04:16.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T19:04:17.561Z] (1/6) Installing ca-certificates (20220614-r0) [2023-03-02T19:04:17.561Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-03-02T19:04:17.830Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-03-02T19:04:17.830Z] (4/6) Installing libcurl (7.83.1-r6) [2023-03-02T19:04:17.830Z] (5/6) Installing curl (7.83.1-r6) [2023-03-02T19:04:17.830Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-03-02T19:04:17.830Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T19:04:17.830Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T19:04:18.413Z] OK: 8 MiB in 20 packages [2023-03-02T19:04:22.669Z] Removing intermediate container 3ea6ebc9919f [2023-03-02T19:04:22.669Z] ---> 6b4363182fbc [2023-03-02T19:04:22.669Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T19:04:22.669Z] ---> Running in b0e9439aae56 [2023-03-02T19:04:22.669Z] Removing intermediate container b0e9439aae56 [2023-03-02T19:04:22.669Z] ---> 6938a3b17fa8 [2023-03-02T19:04:22.669Z] Step 12/21 : WORKDIR /edgex [2023-03-02T19:04:22.669Z] ---> Running in 7b246aaa4be1 [2023-03-02T19:04:23.254Z] Removing intermediate container 7b246aaa4be1 [2023-03-02T19:04:23.254Z] ---> 7a90e0e73b73 [2023-03-02T19:04:23.254Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-03-02T19:04:24.211Z] ---> 91c6b26f2fc9 [2023-03-02T19:04:24.211Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-03-02T19:04:25.629Z] ---> 82c841d1f6d2 [2023-03-02T19:04:25.629Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-02T19:04:27.594Z] ---> 46f42beef4b1 [2023-03-02T19:04:27.594Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T19:04:28.174Z] ---> 3d0fc3649ebc [2023-03-02T19:04:28.174Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T19:04:28.174Z] ---> Running in 96ace1bb2463 [2023-03-02T19:04:31.517Z] Removing intermediate container 96ace1bb2463 [2023-03-02T19:04:31.517Z] ---> b2a4a84eed3d [2023-03-02T19:04:31.517Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T19:04:31.517Z] ---> Running in fe1262e94a96 [2023-03-02T19:04:31.813Z] Removing intermediate container fe1262e94a96 [2023-03-02T19:04:31.813Z] ---> 9fa4cb7dca0a [2023-03-02T19:04:31.813Z] Step 19/21 : LABEL arch=arm64 [2023-03-02T19:04:32.080Z] ---> Running in ea44e904877f [2023-03-02T19:04:32.365Z] Removing intermediate container ea44e904877f [2023-03-02T19:04:32.365Z] ---> 199ef2492636 [2023-03-02T19:04:32.365Z] Step 20/21 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:04:32.631Z] ---> Running in 572e66d7a581 [2023-03-02T19:04:32.897Z] Removing intermediate container 572e66d7a581 [2023-03-02T19:04:32.897Z] ---> fd384d6b6432 [2023-03-02T19:04:32.897Z] Step 21/21 : LABEL version=0.0.0 [2023-03-02T19:04:33.166Z] ---> Running in 7e0668236f13 [2023-03-02T19:04:33.751Z] Removing intermediate container 7e0668236f13 [2023-03-02T19:04:33.751Z] ---> 45ef2dc45439 [2023-03-02T19:04:33.751Z] [2023-03-02T19:04:33.751Z] Successfully built 45ef2dc45439 [2023-03-02T19:04:34.016Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-02T19:04:34.016Z]  Building security-proxy-setup ... done Building security-spire-agent [2023-03-02T19:04:52.205Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T19:04:52.205Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T19:04:52.205Z] ---> 74ac3ed51b25 [2023-03-02T19:04:52.205Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> d52626688886 [2023-03-02T19:04:52.205Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> 75e63eecc6ea [2023-03-02T19:04:52.205Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> 060c043ba84d [2023-03-02T19:04:52.205Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> e0562bb7a56b [2023-03-02T19:04:52.205Z] Step 7/24 : COPY . . [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> 590ec02b6059 [2023-03-02T19:04:52.205Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> 2491382de740 [2023-03-02T19:04:52.205Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> 350d6652a4a4 [2023-03-02T19:04:52.205Z] 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-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> f92b9a0650bd [2023-03-02T19:04:52.205Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T19:04:52.205Z] ---> Using cache [2023-03-02T19:04:52.205Z] ---> 2dc4479915e7 [2023-03-02T19:04:52.205Z] [2023-03-02T19:04:52.205Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T19:04:52.205Z] ---> 354640af7b1b [2023-03-02T19:04:52.206Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T19:04:52.206Z] ---> Using cache [2023-03-02T19:04:52.206Z] ---> e914bc712bb4 [2023-03-02T19:04:52.206Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T19:04:52.799Z] ---> Running in 4730f278b331 [2023-03-02T19:04:54.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T19:04:55.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T19:04:56.411Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T19:04:56.411Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T19:04:56.411Z] OK: 15734 distinct packages available [2023-03-02T19:04:56.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T19:04:56.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T19:04:57.649Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-02T19:04:57.649Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-02T19:04:57.649Z] (3/5) Installing libucontext (1.1-r0) [2023-03-02T19:04:57.649Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-02T19:04:57.649Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-02T19:04:57.915Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T19:04:57.915Z] OK: 6 MiB in 19 packages [2023-03-02T19:05:01.248Z] Removing intermediate container 4730f278b331 [2023-03-02T19:05:01.248Z] ---> 36935c5864ac [2023-03-02T19:05:01.248Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-02T19:05:06.575Z] ---> 7180a7590142 [2023-03-02T19:05:06.575Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T19:05:09.910Z] Removing intermediate container 8e6514b29027 [2023-03-02T19:05:09.910Z] ---> 04264da8f032 [2023-03-02T19:05:09.910Z] [2023-03-02T19:05:09.910Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T19:05:09.910Z] ---> 4c81e5bf8899 [2023-03-02T19:05:09.910Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T19:05:09.910Z] ---> Running in f2ff62eb3c29 [2023-03-02T19:05:10.877Z] Removing intermediate container f2ff62eb3c29 [2023-03-02T19:05:10.877Z] ---> f975670418f1 [2023-03-02T19:05:10.877Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T19:05:10.877Z] ---> Running in f5bede45d77c [2023-03-02T19:05:14.233Z] ---> 700de001de98 [2023-03-02T19:05:14.233Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T19:05:14.233Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T19:05:14.233Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T19:05:14.822Z] ---> c33823226ad9 [2023-03-02T19:05:14.822Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-02T19:05:15.790Z] ---> f2ae07c6cbd7 [2023-03-02T19:05:15.790Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-02T19:05:15.790Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T19:05:15.790Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T19:05:15.790Z] OK: 5 MiB in 15 packages [2023-03-02T19:05:16.746Z] ---> b3074cba6ef7 [2023-03-02T19:05:16.746Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T19:05:17.012Z] ---> Running in 178c1a59cd19 [2023-03-02T19:05:17.596Z] Removing intermediate container f5bede45d77c [2023-03-02T19:05:17.596Z] ---> e661c6f1839e [2023-03-02T19:05:17.596Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T19:05:17.876Z] Removing intermediate container 178c1a59cd19 [2023-03-02T19:05:17.876Z] ---> 47273018f1a3 [2023-03-02T19:05:17.876Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T19:05:18.141Z] ---> Running in 399d7b213972 [2023-03-02T19:05:18.720Z] ---> b9e7f827a4df [2023-03-02T19:05:18.720Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-02T19:05:18.720Z] Removing intermediate container 399d7b213972 [2023-03-02T19:05:18.720Z] ---> d14f24b488ee [2023-03-02T19:05:18.720Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T19:05:18.987Z] ---> Running in dd99f6b68c4d [2023-03-02T19:05:19.944Z] Removing intermediate container dd99f6b68c4d [2023-03-02T19:05:19.944Z] ---> 2ef0c578c27a [2023-03-02T19:05:19.944Z] Step 23/24 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:05:19.944Z] ---> Running in 10a2672b0d48 [2023-03-02T19:05:20.528Z] Removing intermediate container 10a2672b0d48 [2023-03-02T19:05:20.528Z] ---> 2005aeed106c [2023-03-02T19:05:20.528Z] Step 24/24 : LABEL version=0.0.0 [2023-03-02T19:05:20.797Z] ---> Running in d06c065e92ee [2023-03-02T19:05:20.797Z] ---> 10dc30950b62 [2023-03-02T19:05:20.797Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-02T19:05:21.751Z] Removing intermediate container d06c065e92ee [2023-03-02T19:05:21.751Z] ---> 3536876e3a42 [2023-03-02T19:05:21.751Z] [2023-03-02T19:05:22.017Z] ---> cea37c69cfd8 [2023-03-02T19:05:22.017Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-02T19:05:22.017Z] Successfully built 3536876e3a42 [2023-03-02T19:05:22.017Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-02T19:05:22.017Z]  Building security-spire-agent ... done Building security-spire-server [2023-03-02T19:05:22.975Z] ---> 3a0776f2a1c2 [2023-03-02T19:05:22.975Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T19:05:22.975Z] ---> Running in 96d18d6b4cc5 [2023-03-02T19:05:26.320Z] Removing intermediate container 96d18d6b4cc5 [2023-03-02T19:05:26.320Z] ---> 67d1b5b2de06 [2023-03-02T19:05:26.320Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T19:05:26.320Z] ---> Running in 01f4afb76159 [2023-03-02T19:05:26.903Z] Removing intermediate container 01f4afb76159 [2023-03-02T19:05:26.903Z] ---> 5364d7577f29 [2023-03-02T19:05:26.903Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-02T19:05:27.170Z] ---> Running in 390489c1a91d [2023-03-02T19:05:27.752Z] Removing intermediate container 390489c1a91d [2023-03-02T19:05:27.752Z] ---> fab246e26886 [2023-03-02T19:05:27.752Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T19:05:28.020Z] ---> Running in c30c67966555 [2023-03-02T19:05:28.602Z] Removing intermediate container c30c67966555 [2023-03-02T19:05:28.602Z] ---> fde5252679dd [2023-03-02T19:05:28.602Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:05:28.602Z] ---> Running in 65be9ee7e767 [2023-03-02T19:05:29.183Z] Removing intermediate container 65be9ee7e767 [2023-03-02T19:05:29.183Z] ---> d32f4d2207cb [2023-03-02T19:05:29.183Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T19:05:29.450Z] ---> Running in ce4684086f9e [2023-03-02T19:05:29.715Z] Removing intermediate container ce4684086f9e [2023-03-02T19:05:29.715Z] ---> f59383406159 [2023-03-02T19:05:29.715Z] [2023-03-02T19:05:29.982Z] Successfully built f59383406159 [2023-03-02T19:05:29.982Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-02T19:05:29.982Z] Building core-common-config-bootstrapper [2023-03-02T19:05:48.172Z]  Building security-proxy-auth ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T19:05:48.172Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T19:05:48.172Z] ---> 74ac3ed51b25 [2023-03-02T19:05:48.172Z] Step 3/23 : WORKDIR /edgex-go [2023-03-02T19:05:48.172Z] ---> Using cache [2023-03-02T19:05:48.172Z] ---> d52626688886 [2023-03-02T19:05:48.172Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T19:05:48.172Z] ---> Using cache [2023-03-02T19:05:48.172Z] ---> 75e63eecc6ea [2023-03-02T19:05:48.172Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-02T19:05:48.172Z] ---> Using cache [2023-03-02T19:05:48.172Z] ---> 060c043ba84d [2023-03-02T19:05:48.172Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T19:05:48.172Z] ---> Using cache [2023-03-02T19:05:48.172Z] ---> e0562bb7a56b [2023-03-02T19:05:48.172Z] Step 7/23 : COPY . . [2023-03-02T19:05:48.172Z] ---> Using cache [2023-03-02T19:05:48.172Z] ---> 590ec02b6059 [2023-03-02T19:05:48.172Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T19:05:48.172Z] ---> Using cache [2023-03-02T19:05:48.172Z] ---> 2491382de740 [2023-03-02T19:05:48.172Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-02T19:05:48.172Z] ---> Using cache [2023-03-02T19:05:48.172Z] ---> 350d6652a4a4 [2023-03-02T19:05:48.172Z] 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-03-02T19:05:48.172Z] ---> Running in 44929034406b [2023-03-02T19:05:52.421Z] Removing intermediate container 44929034406b [2023-03-02T19:05:52.421Z] ---> 7cd20bbb206e [2023-03-02T19:05:52.421Z] Step 11/23 : WORKDIR /edgex-go [2023-03-02T19:05:52.421Z] ---> Running in ad0c726bf24b [2023-03-02T19:05:52.688Z] Removing intermediate container ad0c726bf24b [2023-03-02T19:05:52.688Z] ---> cb2a613c6fb9 [2023-03-02T19:05:52.688Z] [2023-03-02T19:05:52.688Z] Step 12/23 : FROM alpine:3.15 [2023-03-02T19:05:52.688Z] ---> 354640af7b1b [2023-03-02T19:05:52.688Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T19:05:52.688Z] ---> Using cache [2023-03-02T19:05:52.688Z] ---> e914bc712bb4 [2023-03-02T19:05:52.688Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T19:05:52.953Z] ---> Using cache [2023-03-02T19:05:52.953Z] ---> 36935c5864ac [2023-03-02T19:05:52.953Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T19:05:53.930Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T19:05:53.930Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T19:05:53.930Z] ---> 74ac3ed51b25 [2023-03-02T19:05:53.930Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T19:05:53.930Z] ---> Using cache [2023-03-02T19:05:53.931Z] ---> de67b0543873 [2023-03-02T19:05:53.931Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T19:05:53.931Z] ---> Using cache [2023-03-02T19:05:53.931Z] ---> 8fb168556caf [2023-03-02T19:05:53.931Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T19:05:53.931Z] ---> Using cache [2023-03-02T19:05:53.931Z] ---> ef6e5bc194ea [2023-03-02T19:05:53.931Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T19:05:53.931Z] ---> Using cache [2023-03-02T19:05:53.931Z] ---> 116f7b00ce9c [2023-03-02T19:05:53.931Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T19:05:53.931Z] ---> Using cache [2023-03-02T19:05:53.931Z] ---> 97a193ee1efe [2023-03-02T19:05:53.931Z] Step 8/22 : COPY . . [2023-03-02T19:05:53.931Z] ---> Using cache [2023-03-02T19:05:53.931Z] ---> 6864d8736574 [2023-03-02T19:05:53.931Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-02T19:05:54.197Z] ---> Running in aea3458cc92d [2023-03-02T19:05:56.773Z] 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-03-02T19:06:00.110Z] ---> 6d375402623a [2023-03-02T19:06:00.110Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T19:06:01.068Z] ---> 5a08ecc46d50 [2023-03-02T19:06:01.068Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-02T19:06:02.028Z] ---> 685c6aeeb47e [2023-03-02T19:06:02.028Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-02T19:06:05.590Z] ---> 0e25b32f0f09 [2023-03-02T19:06:05.590Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T19:06:05.590Z] ---> Running in fc666bf9e4f9 [2023-03-02T19:06:06.171Z] Removing intermediate container fc666bf9e4f9 [2023-03-02T19:06:06.171Z] ---> c659a74e7952 [2023-03-02T19:06:06.171Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T19:06:06.447Z] ---> Running in fba41ac483d5 [2023-03-02T19:06:06.713Z] Removing intermediate container fba41ac483d5 [2023-03-02T19:06:06.713Z] ---> 38a4087c890c [2023-03-02T19:06:06.713Z] Step 21/23 : LABEL arch=arm64 [2023-03-02T19:06:06.984Z] ---> Running in 2d85c440f418 [2023-03-02T19:06:07.562Z] Removing intermediate container 2d85c440f418 [2023-03-02T19:06:07.562Z] ---> e655848d96a5 [2023-03-02T19:06:07.562Z] Step 22/23 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:06:07.562Z] ---> Running in 150c3c0a188f [2023-03-02T19:06:08.143Z] Removing intermediate container 150c3c0a188f [2023-03-02T19:06:08.143Z] ---> 5d3fbbfba924 [2023-03-02T19:06:08.143Z] Step 23/23 : LABEL version=0.0.0 [2023-03-02T19:06:08.143Z] ---> Running in 43d7ed258881 [2023-03-02T19:06:08.723Z] Removing intermediate container 43d7ed258881 [2023-03-02T19:06:08.723Z] ---> c2726fa72f8d [2023-03-02T19:06:08.723Z] [2023-03-02T19:06:08.988Z] Successfully built c2726fa72f8d [2023-03-02T19:06:08.988Z] Successfully tagged security-spire-server-arm64:latest [2023-03-02T19:06:55.809Z]  Building security-spire-server ... done Removing intermediate container f86f2dd50e2c [2023-03-02T19:06:55.809Z] ---> ee088173633c [2023-03-02T19:06:55.809Z] [2023-03-02T19:06:55.809Z] Step 10/23 : FROM alpine:3.16 [2023-03-02T19:06:55.809Z] ---> 4c81e5bf8899 [2023-03-02T19:06:55.809Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-02T19:06:55.809Z] ---> Using cache [2023-03-02T19:06:55.809Z] ---> f39654e55954 [2023-03-02T19:06:55.809Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T19:06:55.809Z] ---> Using cache [2023-03-02T19:06:55.809Z] ---> ff9a0ebcdc24 [2023-03-02T19:06:55.809Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-02T19:06:55.809Z] ---> Running in 432ec99d671d [2023-03-02T19:06:55.809Z] Removing intermediate container 432ec99d671d [2023-03-02T19:06:55.809Z] ---> 1d1ae32c32f1 [2023-03-02T19:06:55.809Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-02T19:06:55.809Z] ---> Running in 33d7ebaf1ddf [2023-03-02T19:06:55.809Z] Removing intermediate container 33d7ebaf1ddf [2023-03-02T19:06:55.809Z] ---> 92286696416b [2023-03-02T19:06:55.809Z] Step 15/23 : WORKDIR / [2023-03-02T19:06:55.809Z] ---> Running in b5984c045599 [2023-03-02T19:06:55.809Z] Removing intermediate container b5984c045599 [2023-03-02T19:06:55.809Z] ---> f8b2813efbdb [2023-03-02T19:06:55.809Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T19:06:55.809Z] ---> 7e87bf84136c [2023-03-02T19:06:55.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-02T19:06:55.809Z] ---> ca4152ce0399 [2023-03-02T19:06:55.809Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-02T19:06:55.809Z] ---> 20244b910886 [2023-03-02T19:06:55.809Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-02T19:06:55.809Z] ---> Running in 6d59665f5a70 [2023-03-02T19:06:59.137Z] Removing intermediate container 6d59665f5a70 [2023-03-02T19:06:59.137Z] ---> 94fdf1031ade [2023-03-02T19:06:59.137Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T19:06:59.137Z] ---> Running in cf690f550da1 [2023-03-02T19:06:59.402Z] Removing intermediate container cf690f550da1 [2023-03-02T19:06:59.402Z] ---> 3b5e77e0d3b9 [2023-03-02T19:06:59.402Z] Step 21/23 : LABEL arch=arm64 [2023-03-02T19:06:59.667Z] ---> Running in 880b8004be93 [2023-03-02T19:07:00.246Z] Removing intermediate container 880b8004be93 [2023-03-02T19:07:00.246Z] ---> 989eb91508bd [2023-03-02T19:07:00.246Z] Step 22/23 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:07:00.246Z] ---> Running in bc54a8812693 [2023-03-02T19:07:00.834Z] Removing intermediate container bc54a8812693 [2023-03-02T19:07:00.834Z] ---> 1a9cfd98ddff [2023-03-02T19:07:00.834Z] Step 23/23 : LABEL version=0.0.0 [2023-03-02T19:07:00.834Z] ---> Running in 950bda9f4284 [2023-03-02T19:07:01.412Z] Removing intermediate container 950bda9f4284 [2023-03-02T19:07:01.412Z] ---> a3e96e3c7ce9 [2023-03-02T19:07:01.412Z] [2023-03-02T19:07:01.677Z] Successfully built a3e96e3c7ce9 [2023-03-02T19:07:01.677Z] Successfully tagged core-command-arm64:latest [2023-03-02T19:07:40.508Z]  Building core-command ... done Removing intermediate container 4860fa9a6c97 [2023-03-02T19:07:40.508Z] ---> 36351d8ffb3a [2023-03-02T19:07:40.508Z] [2023-03-02T19:07:40.508Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T19:07:40.508Z] ---> 4c81e5bf8899 [2023-03-02T19:07:40.508Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T19:07:40.508Z] ---> Using cache [2023-03-02T19:07:40.508Z] ---> f39654e55954 [2023-03-02T19:07:40.508Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T19:07:40.508Z] ---> Using cache [2023-03-02T19:07:40.508Z] ---> ff9a0ebcdc24 [2023-03-02T19:07:40.508Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-02T19:07:40.508Z] ---> Running in 97cf8ff3faf1 [2023-03-02T19:07:40.508Z] Removing intermediate container 97cf8ff3faf1 [2023-03-02T19:07:40.508Z] ---> ba8bcd152b83 [2023-03-02T19:07:40.508Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T19:07:40.508Z] ---> Running in fb9442c06aac [2023-03-02T19:07:40.508Z] Removing intermediate container fb9442c06aac [2023-03-02T19:07:40.508Z] ---> f80db0c21cea [2023-03-02T19:07:40.508Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T19:07:41.470Z] ---> 46f6579eedc3 [2023-03-02T19:07:41.470Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-02T19:07:44.039Z] ---> 8022808684ed [2023-03-02T19:07:44.039Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-02T19:07:44.618Z] ---> 6def0659bbe5 [2023-03-02T19:07:44.618Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-02T19:07:44.618Z] ---> Running in a9c5b1120346 [2023-03-02T19:07:45.197Z] Removing intermediate container a9c5b1120346 [2023-03-02T19:07:45.197Z] ---> 99e0a0a97f05 [2023-03-02T19:07:45.197Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T19:07:45.197Z] ---> Running in 04da3cfeb9d7 [2023-03-02T19:07:45.777Z] Removing intermediate container 04da3cfeb9d7 [2023-03-02T19:07:45.777Z] ---> d956324058a7 [2023-03-02T19:07:45.777Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T19:07:45.777Z] ---> Running in 25745b49154b [2023-03-02T19:07:46.357Z] Removing intermediate container 25745b49154b [2023-03-02T19:07:46.357Z] ---> 021bfb073f1f [2023-03-02T19:07:46.357Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:07:46.357Z] ---> Running in 4db5377e75b8 [2023-03-02T19:07:46.939Z] Removing intermediate container 4db5377e75b8 [2023-03-02T19:07:46.939Z] ---> 0e4b59b09b0f [2023-03-02T19:07:46.939Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T19:07:46.939Z] ---> Running in 6e836d0b8ce4 [2023-03-02T19:07:47.521Z] Removing intermediate container 6e836d0b8ce4 [2023-03-02T19:07:47.521Z] ---> 99a027d2bece [2023-03-02T19:07:47.521Z] [2023-03-02T19:07:47.786Z] Successfully built 99a027d2bece [2023-03-02T19:07:47.786Z] Successfully tagged support-scheduler-arm64:latest [2023-03-02T19:08:34.607Z]  Building support-scheduler ... done Removing intermediate container 7004b85f2d79 [2023-03-02T19:08:34.607Z] ---> fa981310ec0b [2023-03-02T19:08:34.607Z] [2023-03-02T19:08:34.607Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T19:08:34.607Z] ---> 4c81e5bf8899 [2023-03-02T19:08:34.607Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-02T19:08:34.607Z] ---> Running in b9c2b992affe [2023-03-02T19:08:34.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T19:08:34.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T19:08:34.607Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-02T19:08:34.607Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-02T19:08:34.607Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T19:08:34.607Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T19:08:34.607Z] OK: 6 MiB in 16 packages [2023-03-02T19:08:34.876Z] Removing intermediate container b9c2b992affe [2023-03-02T19:08:34.876Z] ---> e2e4950dcf5d [2023-03-02T19:08:34.876Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T19:08:34.876Z] ---> Running in add069d564da [2023-03-02T19:08:35.460Z] Removing intermediate container add069d564da [2023-03-02T19:08:35.460Z] ---> 9f9fd7add5e6 [2023-03-02T19:08:35.460Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-02T19:08:35.460Z] ---> Running in 2782eaa1b65d [2023-03-02T19:08:36.042Z] Removing intermediate container 2782eaa1b65d [2023-03-02T19:08:36.042Z] ---> 3466f9565701 [2023-03-02T19:08:36.042Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T19:08:36.042Z] ---> Running in 5baf5d96566e [2023-03-02T19:08:36.625Z] Removing intermediate container 5baf5d96566e [2023-03-02T19:08:36.625Z] ---> 09769ab4a0eb [2023-03-02T19:08:36.625Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T19:08:37.210Z] ---> 52e69ba0c021 [2023-03-02T19:08:37.210Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-02T19:08:39.151Z] ---> ff43875c63ae [2023-03-02T19:08:39.151Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-02T19:08:39.731Z] ---> 8daf090f542a [2023-03-02T19:08:39.731Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-02T19:08:39.731Z] ---> Running in 5bc9d7e23c50 [2023-03-02T19:08:39.996Z] Removing intermediate container 5bc9d7e23c50 [2023-03-02T19:08:39.996Z] ---> a0e1128ffe81 [2023-03-02T19:08:39.997Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T19:08:39.997Z] ---> Running in 420ecb6a675a [2023-03-02T19:08:40.267Z] Removing intermediate container 420ecb6a675a [2023-03-02T19:08:40.267Z] ---> af5bcd74385d [2023-03-02T19:08:40.267Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T19:08:40.533Z] ---> Running in 9c334e261e88 [2023-03-02T19:08:40.801Z] Removing intermediate container 9c334e261e88 [2023-03-02T19:08:40.801Z] ---> e46b76603552 [2023-03-02T19:08:40.801Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:08:40.801Z] ---> Running in 306e1ac40240 [2023-03-02T19:08:41.068Z] Removing intermediate container 306e1ac40240 [2023-03-02T19:08:41.068Z] ---> c50a4b7866ac [2023-03-02T19:08:41.068Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T19:08:41.335Z] ---> Running in dc48a690c788 [2023-03-02T19:08:41.601Z] Removing intermediate container dc48a690c788 [2023-03-02T19:08:41.601Z] ---> 6af2a4374dbf [2023-03-02T19:08:41.601Z] [2023-03-02T19:08:41.866Z] Successfully built 6af2a4374dbf [2023-03-02T19:08:41.866Z] Successfully tagged support-notifications-arm64:latest [2023-03-02T19:08:47.200Z]  Building support-notifications ... done Removing intermediate container aea3458cc92d [2023-03-02T19:08:47.200Z] ---> 14c51809d88e [2023-03-02T19:08:47.200Z] [2023-03-02T19:08:47.200Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T19:08:47.200Z] ---> 4c81e5bf8899 [2023-03-02T19:08:47.200Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T19:08:47.200Z] ---> Using cache [2023-03-02T19:08:47.200Z] ---> f975670418f1 [2023-03-02T19:08:47.200Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T19:08:47.200Z] ---> Using cache [2023-03-02T19:08:47.200Z] ---> e661c6f1839e [2023-03-02T19:08:47.200Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T19:08:47.200Z] ---> Using cache [2023-03-02T19:08:47.200Z] ---> b9e7f827a4df [2023-03-02T19:08:47.200Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-02T19:08:47.794Z] ---> f2dfe4beb4e0 [2023-03-02T19:08:47.794Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-02T19:08:48.375Z] ---> 36d4e599b8ca [2023-03-02T19:08:48.376Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-02T19:08:48.959Z] ---> 805b79692a7a [2023-03-02T19:08:48.959Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T19:08:48.959Z] ---> Running in d23b88c72ec5 [2023-03-02T19:08:50.905Z] Removing intermediate container d23b88c72ec5 [2023-03-02T19:08:50.905Z] ---> 4cdccb9281b3 [2023-03-02T19:08:50.905Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T19:08:50.905Z] ---> Running in fb456e5852ce [2023-03-02T19:08:50.905Z] Removing intermediate container fb456e5852ce [2023-03-02T19:08:50.905Z] ---> 7d1d80de416f [2023-03-02T19:08:51.171Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-02T19:08:51.171Z] ---> Running in 429374faf9ad [2023-03-02T19:08:51.438Z] Removing intermediate container 429374faf9ad [2023-03-02T19:08:51.438Z] ---> cc6218888397 [2023-03-02T19:08:51.438Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T19:08:51.438Z] ---> Running in 4dad541a1a0c [2023-03-02T19:08:51.707Z] Removing intermediate container 4dad541a1a0c [2023-03-02T19:08:51.707Z] ---> eacb4da9e4a0 [2023-03-02T19:08:51.707Z] Step 21/22 : LABEL git_sha=ae3a6ab92bcdac3adf940af290d05f65fb967b23 [2023-03-02T19:08:51.975Z] ---> Running in 837c4acd5369 [2023-03-02T19:08:52.243Z] Removing intermediate container 837c4acd5369 [2023-03-02T19:08:52.243Z] ---> a12555e3cc40 [2023-03-02T19:08:52.243Z] Step 22/22 : LABEL version=0.0.0 [2023-03-02T19:08:52.243Z] ---> Running in bff98e7ed377 [2023-03-02T19:08:52.510Z] Removing intermediate container bff98e7ed377 [2023-03-02T19:08:52.510Z] ---> f16c503f2a2b [2023-03-02T19:08:52.510Z] [2023-03-02T19:08:52.778Z] Successfully built f16c503f2a2b [2023-03-02T19:08:52.778Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-02T19:08:53.055Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-03-02T19:08:53.117Z] $ docker stop --time=1 87833901829af64360f6a9b61a3844f97c8653dc2d65ed28435e7d243e4fad42 [2023-03-02T19:08:54.854Z] $ docker rm -f --volumes 87833901829af64360f6a9b61a3844f97c8653dc2d65ed28435e7d243e4fad42 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-02T19:08:55.368Z] + docker images [2023-03-02T19:08:55.638Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-02T19:08:55.638Z] core-common-config-bootstrapper-arm64 latest f16c503f2a2b 3 seconds ago 14.9MB [2023-03-02T19:08:55.638Z] 14c51809d88e 9 seconds ago 1.51GB [2023-03-02T19:08:55.638Z] support-notifications-arm64 latest 6af2a4374dbf 14 seconds ago 29.7MB [2023-03-02T19:08:55.638Z] fa981310ec0b 27 seconds ago 1.58GB [2023-03-02T19:08:55.638Z] support-scheduler-arm64 latest 99a027d2bece About a minute ago 29.1MB [2023-03-02T19:08:55.638Z] 36351d8ffb3a About a minute ago 1.58GB [2023-03-02T19:08:55.638Z] core-command-arm64 latest a3e96e3c7ce9 About a minute ago 17.1MB [2023-03-02T19:08:55.638Z] ee088173633c 2 minutes ago 1.52GB [2023-03-02T19:08:55.638Z] security-spire-server-arm64 latest c2726fa72f8d 2 minutes ago 84.3MB [2023-03-02T19:08:55.638Z] cb2a613c6fb9 3 minutes ago 1.39GB [2023-03-02T19:08:55.638Z] security-proxy-auth-arm64 latest f59383406159 3 minutes ago 15.6MB [2023-03-02T19:08:55.638Z] security-spire-agent-arm64 latest 3536876e3a42 3 minutes ago 122MB [2023-03-02T19:08:55.638Z] 04264da8f032 3 minutes ago 1.5GB [2023-03-02T19:08:55.638Z] security-proxy-setup-arm64 latest 45ef2dc45439 4 minutes ago 26.9MB [2023-03-02T19:08:55.638Z] 9602b785c8ed 4 minutes ago 1.51GB [2023-03-02T19:08:55.638Z] security-spire-config-arm64 latest af58c8c358ab 8 minutes ago 83.6MB [2023-03-02T19:08:55.638Z] 2dc4479915e7 9 minutes ago 1.39GB [2023-03-02T19:08:55.638Z] security-spiffe-token-provider-arm64 latest dee41550003d 10 minutes ago 29.1MB [2023-03-02T19:08:55.638Z] 61f52ffcb9e8 10 minutes ago 1.55GB [2023-03-02T19:08:55.638Z] core-metadata-arm64 latest b84bb850e91b 10 minutes ago 17.8MB [2023-03-02T19:08:55.638Z] core-data-arm64 latest f89368c33dd0 11 minutes ago 17.3MB [2023-03-02T19:08:55.639Z] security-bootstrapper-arm64 latest d862b1d92517 11 minutes ago 19.6MB [2023-03-02T19:08:55.639Z] 551e9b363a3e 11 minutes ago 1.52GB [2023-03-02T19:08:55.639Z] 03931095870d 11 minutes ago 1.52GB [2023-03-02T19:08:55.639Z] security-secretstore-setup-arm64 latest b6b47c3c6556 11 minutes ago 29MB [2023-03-02T19:08:55.639Z] ad9aba6ffe15 11 minutes ago 1.51GB [2023-03-02T19:08:55.639Z] 8e1dc5e8a414 12 minutes ago 1.51GB [2023-03-02T19:08:55.639Z] ci-base-image-arm64 latest 74ac3ed51b25 31 minutes ago 905MB [2023-03-02T19:08:55.639Z] alpine 3.15 354640af7b1b 2 weeks ago 5.34MB [2023-03-02T19:08:55.639Z] alpine 3.16 4c81e5bf8899 2 weeks ago 5.3MB [2023-03-02T19:08:55.639Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-03-02T19:08:55.639Z] 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-03-02T19:08:56.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-02T19:08:56.418Z] [2023-03-02T19:08:56.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T19:08:56.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-02T19:08:57.108Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-02T19:08:57.108Z] 8998bd30e6a1: Pulling fs layer [2023-03-02T19:08:57.108Z] 04944245beec: Pulling fs layer [2023-03-02T19:08:57.108Z] 699f458cf7ca: Pulling fs layer [2023-03-02T19:08:57.108Z] 765212b225bb: Pulling fs layer [2023-03-02T19:08:57.108Z] f23df028b6ca: Pulling fs layer [2023-03-02T19:08:57.108Z] d65c8cfc05b1: Pulling fs layer [2023-03-02T19:08:57.108Z] 2437ff75d9bd: Pulling fs layer [2023-03-02T19:08:57.108Z] 765212b225bb: Waiting [2023-03-02T19:08:57.108Z] f23df028b6ca: Waiting [2023-03-02T19:08:57.108Z] d65c8cfc05b1: Waiting [2023-03-02T19:08:57.108Z] 2437ff75d9bd: Waiting [2023-03-02T19:08:57.108Z] 04944245beec: Verifying Checksum [2023-03-02T19:08:57.108Z] 04944245beec: Download complete [2023-03-02T19:08:57.108Z] 765212b225bb: Verifying Checksum [2023-03-02T19:08:57.108Z] 765212b225bb: Download complete [2023-03-02T19:08:57.108Z] f23df028b6ca: Download complete [2023-03-02T19:08:57.108Z] d65c8cfc05b1: Verifying Checksum [2023-03-02T19:08:57.108Z] d65c8cfc05b1: Download complete [2023-03-02T19:08:57.393Z] 699f458cf7ca: Verifying Checksum [2023-03-02T19:08:57.393Z] 699f458cf7ca: Download complete [2023-03-02T19:08:57.684Z] 8998bd30e6a1: Verifying Checksum [2023-03-02T19:08:57.684Z] 8998bd30e6a1: Download complete [2023-03-02T19:09:00.324Z] 2437ff75d9bd: Verifying Checksum [2023-03-02T19:09:00.324Z] 2437ff75d9bd: Download complete [2023-03-02T19:09:01.731Z] 8998bd30e6a1: Pull complete [2023-03-02T19:09:02.315Z] 04944245beec: Pull complete [2023-03-02T19:09:03.722Z] 699f458cf7ca: Pull complete [2023-03-02T19:09:03.722Z] 765212b225bb: Pull complete [2023-03-02T19:09:04.680Z] f23df028b6ca: Pull complete [2023-03-02T19:09:04.680Z] d65c8cfc05b1: Pull complete [2023-03-02T19:09:19.665Z] 2437ff75d9bd: Pull complete [2023-03-02T19:09:19.665Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-02T19:09:19.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-02T19:09:19.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T19:09:20.054Z] prd-ubuntu20.04-docker-arm64-4c-16g-8113 does not seem to be running inside a container [2023-03-02T19:09:20.138Z] $ 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-03-02T19:09:25.546Z] $ docker top 8ec1706d8048b1be7fb22ed501172bc9c9b5eb987c0ff266843117865fdb5ce8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:26.485Z] ---> job-cost.sh [2023-03-02T19:09:26.485Z] lf-activate-venv: SKIPPING [2023-03-02T19:09:26.485Z] INFO: No Stack... [2023-03-02T19:09:27.069Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-02T19:09:27.652Z] INFO: Archiving Costs [Pipeline] sh [2023-03-02T19:09:28.311Z] + cut -d, -f6 [2023-03-02T19:09:28.311Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-03-02T19:09:28.366Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4406-1-stack-cost] [2023-03-02T19:09:28.374Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4406-1-stack-cost] did not exist. Created. [2023-03-02T19:09:28.374Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4406-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-02T19:09:29.102Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-02T19:09:29.287Z] Stashed 1 file(s) [Pipeline] } [2023-03-02T19:09:29.307Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4406-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-02T19:09:29.411Z] $ docker stop --time=1 8ec1706d8048b1be7fb22ed501172bc9c9b5eb987c0ff266843117865fdb5ce8 [2023-03-02T19:09:30.914Z] $ docker rm -f --volumes 8ec1706d8048b1be7fb22ed501172bc9c9b5eb987c0ff266843117865fdb5ce8 [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-03-02T19:09:31.840Z] provisioning config files... [2023-03-02T19:09:31.847Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config10276561844751201773tmp [Pipeline] { [Pipeline] sh [2023-03-02T19:09:32.190Z] + set +x [2023-03-02T19:09:32.190Z] + curl+ -s https://codecov.io/bash [2023-03-02T19:09:32.190Z] bash -s -- [2023-03-02T19:09:32.190Z] [2023-03-02T19:09:32.190Z] _____ _ [2023-03-02T19:09:32.190Z] / ____| | | [2023-03-02T19:09:32.190Z] | | ___ __| | ___ ___ _____ __ [2023-03-02T19:09:32.190Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-02T19:09:32.190Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-02T19:09:32.190Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-02T19:09:32.190Z] Bash-1.0.6 [2023-03-02T19:09:32.190Z] [2023-03-02T19:09:32.190Z] [2023-03-02T19:09:32.190Z] ==> git version 2.25.1 found [2023-03-02T19:09:32.190Z] ==> 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-03-02T19:09:32.190Z] Release-Date: 2020-01-08 [2023-03-02T19:09:32.190Z] 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-03-02T19:09:32.190Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-02T19:09:32.190Z] ==> Jenkins CI detected. [2023-03-02T19:09:32.190Z] current dir:  /w/workspace/edgex-go/1 [2023-03-02T19:09:32.190Z] project root: . [2023-03-02T19:09:32.190Z] --> token set from env [2023-03-02T19:09:32.190Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-02T19:09:32.190Z] ==> Running gcov in . (disable via -X gcov) [2023-03-02T19:09:32.191Z] ==> Python coveragepy not found [2023-03-02T19:09:32.191Z] ==> Searching for coverage reports in: [2023-03-02T19:09:32.191Z] + . [2023-03-02T19:09:32.191Z] -> Found 1 reports [2023-03-02T19:09:32.191Z] ==> Detecting git/mercurial file structure [2023-03-02T19:09:32.449Z] ==> Reading reports [2023-03-02T19:09:32.449Z] + ./coverage.out bytes=487670 [2023-03-02T19:09:32.449Z] ==> Appending adjustments [2023-03-02T19:09:32.449Z] https://docs.codecov.io/docs/fixing-reports [2023-03-02T19:09:33.827Z] + Found adjustments [2023-03-02T19:09:33.827Z] ==> Gzipping contents [2023-03-02T19:09:33.827Z] 64K /tmp/codecov.VyeDUM.gz [2023-03-02T19:09:33.827Z] ==> Uploading reports [2023-03-02T19:09:33.827Z] url: https://codecov.io [2023-03-02T19:09:33.827Z] query: branch=PR-4406&commit=ae3a6ab92bcdac3adf940af290d05f65fb967b23&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4406%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4406&job=&cmd_args= [2023-03-02T19:09:33.827Z] -> Pinging Codecov [2023-03-02T19:09:33.827Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4406&commit=ae3a6ab92bcdac3adf940af290d05f65fb967b23&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4406%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4406&job=&cmd_args= [2023-03-02T19:09:33.827Z] -> Uploading to [2023-03-02T19:09:33.827Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-02/00271124DB129430A58F1EEE437C3FCB/ae3a6ab92bcdac3adf940af290d05f65fb967b23/fb4ed744-56fa-4374-afc5-acf1a3724580.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230302T190933Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7419fbe4fe9e55751ba165487599e57554b21925b7c731aaeb27ea74694a7c5 [2023-03-02T19:09:33.827Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T19:09:33.827Z] Dload Upload Total Spent Left Speed [2023-03-02T19:09:34.086Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63115 0 0 100 63115 0 183k --:--:-- --:--:-- --:--:-- 183k [2023-03-02T19:09:34.086Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ae3a6ab92bcdac3adf940af290d05f65fb967b23 [Pipeline] } [2023-03-02T19:09:34.113Z] 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-03-02T19:09:35.627Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:35.955Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:36.901Z] ---> package-listing.sh [2023-03-02T19:09:36.901Z] ++ facter osfamily [2023-03-02T19:09:36.901Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-02T19:09:37.162Z] + OS_FAMILY=debian [2023-03-02T19:09:37.162Z] + workspace=/w/workspace/edgex-go/1 [2023-03-02T19:09:37.162Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-02T19:09:37.162Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-02T19:09:37.162Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-02T19:09:37.162Z] + PACKAGES=/tmp/packages_start.txt [2023-03-02T19:09:37.162Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-02T19:09:37.162Z] + PACKAGES=/tmp/packages_end.txt [2023-03-02T19:09:37.162Z] + case "${OS_FAMILY}" in [2023-03-02T19:09:37.162Z] + dpkg -l [2023-03-02T19:09:37.162Z] + grep '^ii' [2023-03-02T19:09:37.162Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-02T19:09:37.162Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-02T19:09:37.162Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-02T19:09:37.162Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-02T19:09:37.162Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-02T19:09:37.162Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-02T19:09:37.194Z] 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-03-02T19:09:37.486Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T19:09:38.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-02T19:09:38.109Z] [2023-03-02T19:09:38.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T19:09:38.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-02T19:09:38.479Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-02T19:09:38.479Z] 5eb5b503b376: Pulling fs layer [2023-03-02T19:09:38.479Z] 5c69ac0246d0: Pulling fs layer [2023-03-02T19:09:38.479Z] ec43610c2a17: Pulling fs layer [2023-03-02T19:09:38.479Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-02T19:09:38.479Z] 33b1e0a273af: Pulling fs layer [2023-03-02T19:09:38.479Z] 5d3b04190fa2: Pulling fs layer [2023-03-02T19:09:38.479Z] 2f39f015ded8: Pulling fs layer [2023-03-02T19:09:38.479Z] 3a2ae6a8a46f: Waiting [2023-03-02T19:09:38.479Z] 33b1e0a273af: Waiting [2023-03-02T19:09:38.479Z] 5d3b04190fa2: Waiting [2023-03-02T19:09:38.479Z] 2f39f015ded8: Waiting [2023-03-02T19:09:38.479Z] 5c69ac0246d0: Verifying Checksum [2023-03-02T19:09:38.479Z] 5c69ac0246d0: Download complete [2023-03-02T19:09:38.479Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-02T19:09:38.479Z] 3a2ae6a8a46f: Download complete [2023-03-02T19:09:38.738Z] 33b1e0a273af: Verifying Checksum [2023-03-02T19:09:38.738Z] 33b1e0a273af: Download complete [2023-03-02T19:09:38.738Z] 5d3b04190fa2: Verifying Checksum [2023-03-02T19:09:38.738Z] 5d3b04190fa2: Download complete [2023-03-02T19:09:38.738Z] ec43610c2a17: Verifying Checksum [2023-03-02T19:09:38.738Z] ec43610c2a17: Download complete [2023-03-02T19:09:38.738Z] 5eb5b503b376: Download complete [2023-03-02T19:09:39.304Z] 2f39f015ded8: Verifying Checksum [2023-03-02T19:09:39.304Z] 2f39f015ded8: Download complete [2023-03-02T19:09:40.241Z] 5eb5b503b376: Pull complete [2023-03-02T19:09:40.241Z] 5c69ac0246d0: Pull complete [2023-03-02T19:09:40.808Z] ec43610c2a17: Pull complete [2023-03-02T19:09:40.808Z] 3a2ae6a8a46f: Pull complete [2023-03-02T19:09:41.105Z] 33b1e0a273af: Pull complete [2023-03-02T19:09:41.105Z] 5d3b04190fa2: Pull complete [2023-03-02T19:09:46.400Z] 2f39f015ded8: Pull complete [2023-03-02T19:09:46.400Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-02T19:09:46.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-02T19:09:46.400Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T19:09:46.620Z] prd-ubuntu20.04-docker-8c-8g-8112 does not seem to be running inside a container [2023-03-02T19:09:46.653Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-02T19:09:50.276Z] $ docker top c6426549b4025772c51ec8104d7bb46a9d57a5504613b9d544f1ddf923b67db7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T19:09:50.680Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-02T19:09:50.991Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-02T19:09:51.298Z] + ls /var/log/sa-host [2023-03-02T19:09:51.298Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-02T19:09:51.510Z] provisioning config files... [2023-03-02T19:09:51.524Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2988195668303993239tmp [Pipeline] { [Pipeline] echo [2023-03-02T19:09:51.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:51.890Z] ---> create-netrc.sh [Pipeline] } [2023-03-02T19:09:51.918Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:52.339Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-02T19:09:52.373Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:52.684Z] ---> sudo-logs.sh [2023-03-02T19:09:52.684Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-02T19:09:52.765Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:53.078Z] ---> job-cost.sh [2023-03-02T19:09:53.078Z] lf-activate-venv: SKIPPING [2023-03-02T19:09:53.078Z] DEBUG: total: 0.10999999940395355 [2023-03-02T19:09:53.078Z] INFO: Retrieving Stack Cost... [2023-03-02T19:09:53.647Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-02T19:09:53.907Z] INFO: Archiving Costs [Pipeline] echo [2023-03-02T19:09:53.951Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T19:09:54.268Z] ---> logs-deploy.sh [2023-03-02T19:09:54.268Z] lf-activate-venv: SKIPPING [2023-03-02T19:09:54.268Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4406/1 [2023-03-02T19:09:54.268Z] INFO: archiving workspace using pattern(s): [2023-03-02T19:09:55.207Z] Archives upload complete. [2023-03-02T19:09:55.207Z] INFO: archiving logs to Nexus