Pull request #4308 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5363444bbf578b3c104c0c941f9aeef7b6e82f31+228e514b7b7673bf36cf89ad007a44664e52a272 (09c94f529908f9590c35f4f69e9914ee780db946) 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-ssh15832906306842481138.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-ssh16664674824251261727.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-4308/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-4308/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9779474142619757214.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-4308/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16890535731104554506.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-ssh13909393190895125168.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-4308/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-4308/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11442134812637327742.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3696 in /w/workspace/edgexfoundry_edgex-go_PR-4308 [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 228e514b7b7673bf36cf89ad007a44664e52a272 into PR head commit 5363444bbf578b3c104c0c941f9aeef7b6e82f31 Merge succeeded, producing 5363444bbf578b3c104c0c941f9aeef7b6e82f31 Checking out Revision 5363444bbf578b3c104c0c941f9aeef7b6e82f31 (PR-4308) > 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/4308/head:refs/remotes/origin/PR-4308 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5363444bbf578b3c104c0c941f9aeef7b6e82f31 # 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 228e514b7b7673bf36cf89ad007a44664e52a272 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5363444bbf578b3c104c0c941f9aeef7b6e82f31 # timeout=10 Commit message: "refactor!: Change Database configuration to be single instance" 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-01-25T22:38:41.719Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-25T22:38:41.873Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-25T22:38:41.966Z] ========================================================= [2023-01-25T22:38:41.966Z] EdgeX Global Pipelines Version Info [2023-01-25T22:38:41.966Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-25T22:38:42.699Z] ------------------- [2023-01-25T22:38:42.699Z] stable info: [2023-01-25T22:38:42.699Z] ------------------- [2023-01-25T22:38:42.699Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-25T22:38:42.699Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-25T22:38:42.699Z] Message: update stable to v1.0.244 [2023-01-25T22:38:43.268Z] ------------------- [2023-01-25T22:38:43.268Z] experimental info: [2023-01-25T22:38:43.268Z] ------------------- [2023-01-25T22:38:43.268Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-25T22:38:43.268Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-25T22:38:43.268Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-25T22:38:43.540Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-25T22:38:43.575Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-25T22:38:43.610Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-25T22:38:43.698Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-25T22:38:43.739Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-25T22:38:43.781Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-25T22:38:43.818Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-25T22:38:43.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-25T22:38:43.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-25T22:38:43.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-25T22:38:43.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-25T22:38:43.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-25T22:38:44.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-25T22:38:44.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-25T22:38:44.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-25T22:38:44.132Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-25T22:38:44.167Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-25T22:38:44.201Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-25T22:38:44.243Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-25T22:38:44.281Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-25T22:38:44.323Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-25T22:38:44.360Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-25T22:38:44.401Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-25T22:38:44.442Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4308 [Pipeline] echo [2023-01-25T22:38:44.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4308 [Pipeline] echo [2023-01-25T22:38:44.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4308 [Pipeline] echo [2023-01-25T22:38:44.561Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5363444bbf578b3c104c0c941f9aeef7b6e82f31 [Pipeline] echo [2023-01-25T22:38:44.600Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5363444 [Pipeline] echo [2023-01-25T22:38:44.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-25T22:38:44.771Z] provisioning config files... [2023-01-25T22:38:44.785Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10383966672436831710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-25T22:38:45.238Z] ---> docker-login.sh [2023-01-25T22:38:45.239Z] nexus3.edgexfoundry.org:10001 [2023-01-25T22:38:45.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:38:45.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:38:45.500Z] Configure a credential helper to remove this warning. See [2023-01-25T22:38:45.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:38:45.500Z] [2023-01-25T22:38:45.500Z] Login Succeeded [2023-01-25T22:38:45.500Z] nexus3.edgexfoundry.org:10002 [2023-01-25T22:38:45.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:38:45.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:38:45.763Z] Configure a credential helper to remove this warning. See [2023-01-25T22:38:45.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:38:45.763Z] [2023-01-25T22:38:45.763Z] Login Succeeded [2023-01-25T22:38:45.763Z] nexus3.edgexfoundry.org:10003 [2023-01-25T22:38:45.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:38:45.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:38:45.763Z] Configure a credential helper to remove this warning. See [2023-01-25T22:38:45.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:38:45.763Z] [2023-01-25T22:38:45.763Z] Login Succeeded [2023-01-25T22:38:45.763Z] nexus3.edgexfoundry.org:10004 [2023-01-25T22:38:45.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:38:46.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:38:46.025Z] Configure a credential helper to remove this warning. See [2023-01-25T22:38:46.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:38:46.025Z] [2023-01-25T22:38:46.025Z] Login Succeeded [2023-01-25T22:38:46.025Z] docker.io [2023-01-25T22:38:46.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:38:46.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:38:46.286Z] Configure a credential helper to remove this warning. See [2023-01-25T22:38:46.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:38:46.286Z] [2023-01-25T22:38:46.286Z] Login Succeeded [2023-01-25T22:38:46.286Z] ---> docker-login.sh ends [Pipeline] } [2023-01-25T22:38:46.315Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-25T22:38:46.743Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-25T22:38:46.743Z] + + cut -d/ -f2 [2023-01-25T22:38:46.743Z] dirname cmd/core-command/Dockerfile [2023-01-25T22:38:46.743Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/core-data/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/core-metadata/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-25T22:38:46.743Z] + + cut -d/ -f2 [2023-01-25T22:38:46.743Z] dirname cmd/security-secretstore-setup/Dockerfile [2023-01-25T22:38:46.743Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-25T22:38:46.743Z] + dirname cmd/support-notifications/Dockerfile [2023-01-25T22:38:46.743Z] + cut -d/ -f2 [2023-01-25T22:38:46.743Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-25T22:38:46.743Z] + + dirname cmd/support-scheduler/Dockerfilecut [2023-01-25T22:38:46.743Z] -d/ -f2 [2023-01-25T22:38:46.743Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-25T22:38:46.821Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-25T22:38:47.349Z] + git rev-list -1 --merges 5363444bbf578b3c104c0c941f9aeef7b6e82f31~1..5363444bbf578b3c104c0c941f9aeef7b6e82f31 [Pipeline] echo [2023-01-25T22:38:47.381Z] -----------> git rev-list -1 --merges 5363444bbf578b3c104c0c941f9aeef7b6e82f31~1..5363444bbf578b3c104c0c941f9aeef7b6e82f31 5363444bbf578b3c104c0c941f9aeef7b6e82f31 [false] [Pipeline] sh [2023-01-25T22:38:47.748Z] + git log --format=format:%s -1 5363444bbf578b3c104c0c941f9aeef7b6e82f31 [Pipeline] echo [2023-01-25T22:38:47.781Z] ========================================================= [2023-01-25T22:38:47.781Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-25T22:38:47.781Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-25T22:38:48.279Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-25T22:38:48.279Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-25T22:38:48.279Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-25T22:38:48.279Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-25T22:38:48.279Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-25T22:38:48.279Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-25T22:38:48.279Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:38:48.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-25T22:38:48.760Z] [2023-01-25T22:38:48.760Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:38:49.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-25T22:38:49.135Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-25T22:38:49.135Z] b85a868b505f: Pulling fs layer [2023-01-25T22:38:49.135Z] e2be974225ed: Pulling fs layer [2023-01-25T22:38:49.135Z] 339a4e72a1f5: Pulling fs layer [2023-01-25T22:38:49.135Z] 988bab9f4d93: Pulling fs layer [2023-01-25T22:38:49.135Z] 1469e6f7b9e6: Pulling fs layer [2023-01-25T22:38:49.135Z] eaf3925da568: Pulling fs layer [2023-01-25T22:38:49.135Z] bab4dde63d76: Pulling fs layer [2023-01-25T22:38:49.135Z] bde34c3a00c8: Pulling fs layer [2023-01-25T22:38:49.135Z] 988bab9f4d93: Waiting [2023-01-25T22:38:49.135Z] 1469e6f7b9e6: Waiting [2023-01-25T22:38:49.135Z] eaf3925da568: Waiting [2023-01-25T22:38:49.135Z] bab4dde63d76: Waiting [2023-01-25T22:38:49.135Z] b352a97aabf1: Pulling fs layer [2023-01-25T22:38:49.135Z] 4872d77fe225: Pulling fs layer [2023-01-25T22:38:49.135Z] 5851b861e8e6: Pulling fs layer [2023-01-25T22:38:49.135Z] 5851b861e8e6: Waiting [2023-01-25T22:38:49.135Z] bde34c3a00c8: Waiting [2023-01-25T22:38:49.135Z] b352a97aabf1: Waiting [2023-01-25T22:38:49.135Z] 4872d77fe225: Waiting [2023-01-25T22:38:49.135Z] e2be974225ed: Download complete [2023-01-25T22:38:49.135Z] 988bab9f4d93: Download complete [2023-01-25T22:38:49.396Z] 1469e6f7b9e6: Verifying Checksum [2023-01-25T22:38:49.396Z] 1469e6f7b9e6: Download complete [2023-01-25T22:38:49.396Z] eaf3925da568: Verifying Checksum [2023-01-25T22:38:49.396Z] eaf3925da568: Download complete [2023-01-25T22:38:49.657Z] 339a4e72a1f5: Verifying Checksum [2023-01-25T22:38:49.657Z] 339a4e72a1f5: Download complete [2023-01-25T22:38:49.657Z] bde34c3a00c8: Download complete [2023-01-25T22:38:49.657Z] b352a97aabf1: Download complete [2023-01-25T22:38:49.657Z] 4872d77fe225: Download complete [2023-01-25T22:38:49.657Z] 5851b861e8e6: Verifying Checksum [2023-01-25T22:38:49.657Z] 5851b861e8e6: Download complete [2023-01-25T22:38:49.657Z] b85a868b505f: Verifying Checksum [2023-01-25T22:38:49.657Z] b85a868b505f: Download complete [2023-01-25T22:38:49.916Z] bab4dde63d76: Verifying Checksum [2023-01-25T22:38:49.916Z] bab4dde63d76: Download complete [2023-01-25T22:38:50.850Z] b85a868b505f: Pull complete [2023-01-25T22:38:50.850Z] e2be974225ed: Pull complete [2023-01-25T22:38:51.420Z] 339a4e72a1f5: Pull complete [2023-01-25T22:38:51.420Z] 988bab9f4d93: Pull complete [2023-01-25T22:38:51.679Z] 1469e6f7b9e6: Pull complete [2023-01-25T22:38:51.936Z] eaf3925da568: Pull complete [2023-01-25T22:38:53.835Z] bab4dde63d76: Pull complete [2023-01-25T22:38:53.835Z] bde34c3a00c8: Pull complete [2023-01-25T22:38:53.835Z] b352a97aabf1: Pull complete [2023-01-25T22:38:54.094Z] 4872d77fe225: Pull complete [2023-01-25T22:38:54.094Z] 5851b861e8e6: Pull complete [2023-01-25T22:38:54.094Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-25T22:38:54.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-25T22:38:54.094Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:38:54.298Z] prd-ubuntu20.04-docker-8c-8g-3696 does not seem to be running inside a container [2023-01-25T22:38:54.328Z] $ 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-01-25T22:38:55.652Z] $ docker top ebe5547b52b6a2623f6101587c928b88777fbbfa9df70d0063b69a0db22107cb -eo pid,comm [2023-01-25T22:38:55.717Z] 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-01-25T22:38:55.717Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-25T22:38:55.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-25T22:38:55.835Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-25T22:38:55.957Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-25T22:38:55.962Z] $ docker exec ebe5547b52b6a2623f6101587c928b88777fbbfa9df70d0063b69a0db22107cb ssh-agent [2023-01-25T22:38:56.071Z] SSH_AUTH_SOCK=/tmp/ssh-45LR0meIcTGl/agent.32 [2023-01-25T22:38:56.071Z] SSH_AGENT_PID=38 [2023-01-25T22:38:56.078Z] Running ssh-add (command line suppressed) [2023-01-25T22:38:56.187Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12722926722954828298.key (/w/workspace/edgex-go/1@tmp/private_key_12722926722954828298.key) [2023-01-25T22:38:56.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-25T22:38:56.531Z] + git tag --points-at HEAD [Pipeline] } [2023-01-25T22:38:56.559Z] $ docker exec --env ******** --env ******** ebe5547b52b6a2623f6101587c928b88777fbbfa9df70d0063b69a0db22107cb ssh-agent -k [2023-01-25T22:38:56.680Z] unset SSH_AUTH_SOCK; [2023-01-25T22:38:56.681Z] unset SSH_AGENT_PID; [2023-01-25T22:38:56.681Z] echo Agent pid 38 killed; [2023-01-25T22:38:56.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-25T22:38:56.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-25T22:38:56.787Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-25T22:38:56.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-25T22:38:56.915Z] $ docker exec ebe5547b52b6a2623f6101587c928b88777fbbfa9df70d0063b69a0db22107cb ssh-agent [2023-01-25T22:38:57.024Z] SSH_AUTH_SOCK=/tmp/ssh-K9JIc0qQSraH/agent.71 [2023-01-25T22:38:57.024Z] SSH_AGENT_PID=77 [2023-01-25T22:38:57.029Z] Running ssh-add (command line suppressed) [2023-01-25T22:38:57.136Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_899993711204735483.key (/w/workspace/edgex-go/1@tmp/private_key_899993711204735483.key) [2023-01-25T22:38:57.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-25T22:38:57.474Z] + git semver init [2023-01-25T22:38:57.734Z] 2023-01-25 22:38:57,688 [run_init] DEBUG init version:0.0.0 force:False [2023-01-25T22:38:57.734Z] 2023-01-25 22:38:57,689 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-01-25T22:38:57.734Z] 2023-01-25 22:38:57,689 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-01-25T22:38:57.734Z] 2023-01-25 22:38:57,689 [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-01-25T22:39:05.864Z] 2023-01-25 22:39:05,699 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-01-25T22:39:05.864Z] 2023-01-25 22:39:05,700 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4308 with force:False [2023-01-25T22:39:05.864Z] 2023-01-25 22:39:05,700 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4308 [2023-01-25T22:39:05.864Z] 2023-01-25 22:39:05,705 [execute] INFO git cat-file --batch-check [2023-01-25T22:39:05.864Z] 2023-01-25 22:39:05,706 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-25T22:39:05.864Z] 2023-01-25 22:39:05,715 [execute] INFO git cat-file --batch [2023-01-25T22:39:05.864Z] 2023-01-25 22:39:05,715 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-25T22:39:05.864Z] 2023-01-25 22:39:05,721 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4308 [2023-01-25T22:39:05.864Z] 0.0.0 [Pipeline] } [2023-01-25T22:39:05.894Z] $ docker exec --env ******** --env ******** ebe5547b52b6a2623f6101587c928b88777fbbfa9df70d0063b69a0db22107cb ssh-agent -k [2023-01-25T22:39:05.989Z] unset SSH_AUTH_SOCK; [2023-01-25T22:39:05.989Z] unset SSH_AGENT_PID; [2023-01-25T22:39:05.989Z] echo Agent pid 77 killed; [2023-01-25T22:39:05.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-25T22:39:06.432Z] + git semver [Pipeline] } [2023-01-25T22:39:06.717Z] $ docker stop --time=1 ebe5547b52b6a2623f6101587c928b88777fbbfa9df70d0063b69a0db22107cb [2023-01-25T22:39:08.039Z] $ docker rm -f --volumes ebe5547b52b6a2623f6101587c928b88777fbbfa9df70d0063b69a0db22107cb [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-25T22:39:08.433Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-25T22:39:08.757Z] Stashed 1 file(s) [Pipeline] echo [2023-01-25T22:39:08.778Z] [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-01-25T22:39:09.536Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-25T22:39:09.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-25T22:39:09.615Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-25T22:39:09.652Z] ========================================================= [2023-01-25T22:39:09.652Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-25T22:39:09.652Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-25T22:39:09.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-25T22:39:09.998Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-25T22:39:09.998Z] 213ec9aee27d: Pulling fs layer [2023-01-25T22:39:09.998Z] 4583459ba037: Pulling fs layer [2023-01-25T22:39:09.998Z] 93c1e223e6f2: Pulling fs layer [2023-01-25T22:39:09.998Z] 53926ce57604: Pulling fs layer [2023-01-25T22:39:09.998Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-25T22:39:09.998Z] 22ff95d597cd: Pulling fs layer [2023-01-25T22:39:09.998Z] 12d6caf4c0d1: Pulling fs layer [2023-01-25T22:39:09.998Z] 96b7cbca73a9: Pulling fs layer [2023-01-25T22:39:09.998Z] a7acece74701: Pulling fs layer [2023-01-25T22:39:09.998Z] 53926ce57604: Waiting [2023-01-25T22:39:09.998Z] a7acece74701: Waiting [2023-01-25T22:39:09.998Z] 12d6caf4c0d1: Waiting [2023-01-25T22:39:09.998Z] 22ff95d597cd: Waiting [2023-01-25T22:39:09.998Z] 21b2b0c7a3f4: Waiting [2023-01-25T22:39:09.998Z] 96b7cbca73a9: Waiting [2023-01-25T22:39:09.998Z] 93c1e223e6f2: Verifying Checksum [2023-01-25T22:39:09.998Z] 93c1e223e6f2: Download complete [2023-01-25T22:39:09.998Z] 4583459ba037: Download complete [2023-01-25T22:39:09.998Z] 21b2b0c7a3f4: Download complete [2023-01-25T22:39:09.998Z] 22ff95d597cd: Download complete [2023-01-25T22:39:09.998Z] 213ec9aee27d: Verifying Checksum [2023-01-25T22:39:09.998Z] 213ec9aee27d: Download complete [2023-01-25T22:39:10.273Z] 12d6caf4c0d1: Download complete [2023-01-25T22:39:10.273Z] 213ec9aee27d: Pull complete [2023-01-25T22:39:10.273Z] 4583459ba037: Pull complete [2023-01-25T22:39:10.547Z] 93c1e223e6f2: Pull complete [2023-01-25T22:39:11.172Z] a7acece74701: Verifying Checksum [2023-01-25T22:39:11.172Z] a7acece74701: Download complete [2023-01-25T22:39:11.437Z] 53926ce57604: Verifying Checksum [2023-01-25T22:39:11.437Z] 53926ce57604: Download complete [2023-01-25T22:39:11.437Z] 96b7cbca73a9: Verifying Checksum [2023-01-25T22:39:11.437Z] 96b7cbca73a9: Download complete [2023-01-25T22:39:14.720Z] 53926ce57604: Pull complete [2023-01-25T22:39:14.720Z] 21b2b0c7a3f4: Pull complete [2023-01-25T22:39:14.720Z] 22ff95d597cd: Pull complete [2023-01-25T22:39:14.981Z] 12d6caf4c0d1: Pull complete [2023-01-25T22:39:16.890Z] 96b7cbca73a9: Pull complete [2023-01-25T22:39:17.830Z] a7acece74701: Pull complete [2023-01-25T22:39:17.830Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-25T22:39:17.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-25T22:39:17.830Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-25T22:39:18.198Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-25T22:39:18.198Z] WORKDIR /edgex [2023-01-25T22:39:18.198Z] COPY go.mod . [2023-01-25T22:39:18.198Z] RUN go mod download [2023-01-25T22:39:18.198Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-25T22:39:18.766Z] Sending build context to Docker daemon 170.1MB [2023-01-25T22:39:18.766Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-25T22:39:18.766Z] ---> db6d94c90886 [2023-01-25T22:39:18.766Z] Step 2/4 : WORKDIR /edgex [2023-01-25T22:39:20.694Z] ---> Running in 4440f7611298 [2023-01-25T22:39:20.694Z] Removing intermediate container 4440f7611298 [2023-01-25T22:39:20.694Z] ---> 71b9879db41a [2023-01-25T22:39:20.694Z] Step 3/4 : COPY go.mod . [2023-01-25T22:39:20.954Z] ---> 1ed17e7e19d6 [2023-01-25T22:39:20.954Z] Step 4/4 : RUN go mod download [2023-01-25T22:39:20.954Z] ---> Running in f7d3b654fbbf [2023-01-25T22:39:24.076Z] Still waiting to schedule task [2023-01-25T22:39:24.076Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-25T22:39:35.855Z] Removing intermediate container f7d3b654fbbf [2023-01-25T22:39:35.856Z] ---> 47a580353a56 [2023-01-25T22:39:35.856Z] Successfully built 47a580353a56 [2023-01-25T22:39:35.856Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:39:36.235Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-25T22:39:36.235Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:39:36.381Z] prd-ubuntu20.04-docker-8c-8g-3696 does not seem to be running inside a container [2023-01-25T22:39:36.417Z] $ 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-01-25T22:39:36.813Z] $ docker top 960c3518a0ee5485297ad6fb7bdc3a33d728a67ee6d7d6e9350f1d0a825b0453 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-25T22:39:37.193Z] + go version [2023-01-25T22:39:37.194Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-25T22:39:37.232Z] $ docker stop --time=1 960c3518a0ee5485297ad6fb7bdc3a33d728a67ee6d7d6e9350f1d0a825b0453 [2023-01-25T22:39:38.494Z] $ docker rm -f --volumes 960c3518a0ee5485297ad6fb7bdc3a33d728a67ee6d7d6e9350f1d0a825b0453 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:39:39.267Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-25T22:39:39.267Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:39:39.419Z] prd-ubuntu20.04-docker-8c-8g-3696 does not seem to be running inside a container [2023-01-25T22:39:39.453Z] $ 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-01-25T22:39:39.762Z] $ docker top ac30ed3e760f2edb9f1fdf2239b9bc5a0f8452c863e579aa0d6c4475c338e02d -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-25T22:39:39.883Z] ========================================================= [2023-01-25T22:39:39.883Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-25T22:39:39.883Z] ========================================================= [Pipeline] sh [2023-01-25T22:39:40.180Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-25T22:39:40.532Z] + make test [2023-01-25T22:39:40.532Z] go test -race -coverprofile=coverage.out ./... [2023-01-25T22:39:47.091Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-25T22:40:01.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.088s coverage: 28.7% of statements [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-25T22:40:01.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-25T22:40:01.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.140s coverage: 98.5% of statements [2023-01-25T22:40:02.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.093s coverage: 43.1% of statements [2023-01-25T22:40:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-25T22:40:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-25T22:40:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-25T22:40:02.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.109s coverage: 54.0% of statements [2023-01-25T22:40:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-25T22:40:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.537s coverage: 89.2% of statements [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.098s coverage: 2.4% of statements [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.540s coverage: 95.6% of statements [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.096s coverage: 72.2% of statements [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.083s coverage: 60.0% of statements [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.090s coverage: 0.9% of statements [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.6% of statements [2023-01-25T22:40:06.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2023-01-25T22:40:06.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2023-01-25T22:40:10.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2023-01-25T22:40:10.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2023-01-25T22:40:17.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.293s coverage: 79.9% of statements [2023-01-25T22:40:17.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 65.1% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.076s coverage: 86.9% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 77.4% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 80.0% of statements [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 64.7% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 65.3% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 41.8% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.167s coverage: 92.3% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-25T22:40:25.746Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.079s coverage: 63.2% of statements [2023-01-25T22:40:25.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-25T22:40:25.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-25T22:40:25.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-01-25T22:40:25.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-25T22:40:25.747Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:40:25.747Z] 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-01-25T22:40:47.814Z] 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-01-25T22:40:47.815Z] go vet ./... [2023-01-25T22:40:48.744Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-25T22:40:48.744Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-25T22:40:49.002Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-25T22:40:49.042Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-25T22:40:49.348Z] + ls -al . [2023-01-25T22:40:49.348Z] total 748 [2023-01-25T22:40:49.348Z] drwxrwxr-x 11 1001 1001 4096 Jan 25 22:39 . [2023-01-25T22:40:49.348Z] drwxr-xr-x 4 root root 4096 Jan 25 22:39 .. [2023-01-25T22:40:49.348Z] drwxrwxr-x 2 1001 1001 4096 Jan 25 22:38 .blubracket [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 16 Jan 25 22:38 .dockerignore [2023-01-25T22:40:49.348Z] drwxrwxr-x 8 1001 1001 4096 Jan 25 22:40 .git [2023-01-25T22:40:49.348Z] drwxrwxr-x 3 1001 1001 4096 Jan 25 22:38 .github [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 1024 Jan 25 22:38 .gitignore [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 42 Jan 25 22:38 .golangci.yml [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 87 Jan 25 22:38 .hadolint.yml [2023-01-25T22:40:49.348Z] drwxr-xr-x 3 1001 1001 4096 Jan 25 22:39 .semver [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 166 Jan 25 22:38 .sonarcloud.properties [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 1171 Jan 25 22:38 ADOPTERS.md [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 10825 Jan 25 22:38 Attribution.txt [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 73765 Jan 25 22:38 CHANGELOG.md [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 3804 Jan 25 22:38 CONTRIBUTING.md [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 677 Jan 25 22:38 GOVERNANCE.md [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 850 Jan 25 22:38 Jenkinsfile [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 10775 Jan 25 22:38 LICENSE [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 13388 Jan 25 22:38 Makefile [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 582 Jan 25 22:38 OWNERS.md [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 9403 Jan 25 22:38 README.md [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 6912 Jan 25 22:38 SECURITY.md [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 5 Jan 25 22:39 VERSION [2023-01-25T22:40:49.348Z] drwxrwxr-x 2 1001 1001 4096 Jan 25 22:38 bin [2023-01-25T22:40:49.348Z] drwxrwxr-x 17 1001 1001 4096 Jan 25 22:38 cmd [2023-01-25T22:40:49.348Z] -rw-r--r-- 1 root root 489970 Jan 25 22:40 coverage.out [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 3365 Jan 25 22:38 go.mod [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 34951 Jan 25 22:38 go.sum [2023-01-25T22:40:49.348Z] drwxrwxr-x 7 1001 1001 4096 Jan 25 22:38 internal [2023-01-25T22:40:49.348Z] drwxrwxr-x 3 1001 1001 4096 Jan 25 22:38 openapi [2023-01-25T22:40:49.348Z] drwxrwxr-x 4 1001 1001 4096 Jan 25 22:38 snap [2023-01-25T22:40:49.348Z] -rw-rw-r-- 1 1001 1001 204 Jan 25 22:38 version.go [Pipeline] sh [2023-01-25T22:40:49.661Z] + '[' -e coverage.out ] [2023-01-25T22:40:49.661Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-25T22:40:49.791Z] Stashed 1 file(s) [Pipeline] sh [2023-01-25T22:40:50.085Z] + make build [2023-01-25T22:40:50.085Z] 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-01-25T22:40:51.798Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3697 in /w/workspace/edgexfoundry_edgex-go_PR-4308 [Pipeline] { [Pipeline] ws [2023-01-25T22:40:51.858Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-01-25T22:40:51.933Z] The recommended git tool is: git [2023-01-25T22:40:58.732Z] using credential edgex-jenkins-ssh [2023-01-25T22:40:58.757Z] Cloning the remote Git repository [2023-01-25T22:40:58.806Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-25T22:40:58.882Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-01-25T22:40:59.035Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-25T22:40:59.036Z] > git --version # timeout=10 [2023-01-25T22:40:59.061Z] > git --version # 'git version 2.25.1' [2023-01-25T22:40:59.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-25T22:40:59.129Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-25T22:41:02.287Z] 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-01-25T22:41:03.665Z] 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-01-25T22:41:04.598Z] 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-01-25T22:41:05.533Z] 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-01-25T22:41:13.646Z] 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-01-25T22:41:13.904Z] 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-01-25T22:41:15.274Z] 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-01-25T22:41:16.207Z] 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-01-25T22:41:16.084Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-25T22:41:16.109Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-25T22:41:17.155Z] 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-01-25T22:41: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-25T22:41:17.766Z] Merging remotes/origin/main commit 228e514b7b7673bf36cf89ad007a44664e52a272 into PR head commit 5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:41:18.110Z] Merge succeeded, producing 5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:41:18.110Z] Checking out Revision 5363444bbf578b3c104c0c941f9aeef7b6e82f31 (PR-4308) [2023-01-25T22:41:16.923Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-25T22:41:16.964Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-25T22:41:16.965Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-25T22:41:16.987Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4308/head:refs/remotes/origin/PR-4308 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-25T22:41:17.787Z] > git config core.sparsecheckout # timeout=10 [2023-01-25T22:41:17.805Z] > git checkout -f 5363444bbf578b3c104c0c941f9aeef7b6e82f31 # timeout=10 [2023-01-25T22:41:18.029Z] > git remote # timeout=10 [2023-01-25T22:41:18.049Z] > git config --get remote.origin.url # timeout=10 [2023-01-25T22:41:18.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-25T22:41:18.076Z] > git merge 228e514b7b7673bf36cf89ad007a44664e52a272 # timeout=10 [2023-01-25T22:41:18.099Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-25T22:41:18.120Z] > git config core.sparsecheckout # timeout=10 [2023-01-25T22:41:18.131Z] > git checkout -f 5363444bbf578b3c104c0c941f9aeef7b6e82f31 # timeout=10 [2023-01-25T22:41:20.271Z] 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-01-25T22:41:21.673Z] $ docker stop --time=1 ac30ed3e760f2edb9f1fdf2239b9bc5a0f8452c863e579aa0d6c4475c338e02d [2023-01-25T22:41:21.712Z] Commit message: "refactor!: Change Database configuration to be single instance" [2023-01-25T22:41:21.764Z] > git --version # timeout=10 [2023-01-25T22:41:21.778Z] > git --version # 'git version 2.25.1' [2023-01-25T22:41:21.794Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-25T22:41:24.729Z] $ docker rm -f --volumes ac30ed3e760f2edb9f1fdf2239b9bc5a0f8452c863e579aa0d6c4475c338e02d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-25T22:41:25.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-25T22:41:25.842Z] [2023-01-25T22:41:25.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:41:26.130Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-25T22:41:26.130Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-25T22:41:26.130Z] Dload Upload Total Spent Left Speed [2023-01-25T22:41:26.130Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 78709 [2023-01-25T22:41:26.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-25T22:41:26.215Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-25T22:41:26.215Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-25T22:41:26.215Z] ca9280d653b3: Pulling fs layer [2023-01-25T22:41:26.215Z] 7e9c9ca2126c: Pulling fs layer [2023-01-25T22:41:26.473Z] cbdbe7a5bc2a: Download complete [2023-01-25T22:41:26.473Z] cbdbe7a5bc2a: Pull complete [2023-01-25T22:41:26.473Z] ca9280d653b3: Verifying Checksum [2023-01-25T22:41:26.473Z] ca9280d653b3: Download complete [Pipeline] sh [2023-01-25T22:41:26.794Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-25T22:41:27.038Z] 7e9c9ca2126c: Download complete [2023-01-25T22:41:27.039Z] ca9280d653b3: Pull complete [2023-01-25T22:41:27.146Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-25T22:41:27.146Z] + sudo tee /etc/docker/daemon.new [2023-01-25T22:41:27.146Z] { [2023-01-25T22:41:27.146Z] "registry-mirrors": [ [2023-01-25T22:41:27.146Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-25T22:41:27.146Z] ], [2023-01-25T22:41:27.146Z] "bip": "10.250.0.254/24", [2023-01-25T22:41:27.146Z] "hosts": [ [2023-01-25T22:41:27.146Z] "tcp://0.0.0.0:5555", [2023-01-25T22:41:27.146Z] "unix:///var/run/docker.sock" [2023-01-25T22:41:27.146Z] ], [2023-01-25T22:41:27.146Z] "mtu": 1458, [2023-01-25T22:41:27.146Z] "selinux-enabled": true, [2023-01-25T22:41:27.146Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-25T22:41:27.146Z] } [Pipeline] sh [2023-01-25T22:41:27.490Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-25T22:41:27.839Z] + sudo service docker restart [2023-01-25T22:41:30.318Z] 7e9c9ca2126c: Pull complete [2023-01-25T22:41:30.318Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-25T22:41:30.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-25T22:41:30.318Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:41:30.801Z] prd-ubuntu20.04-docker-8c-8g-3696 does not seem to be running inside a container [2023-01-25T22:41:30.841Z] $ 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-01-25T22:41:33.226Z] $ docker top 8077517b2223c463a595e2cdec3fab404c6a2a39a94a63a5164e821694f2bf71 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-25T22:41:33.620Z] + docker-compose build --help [2023-01-25T22:41:33.620Z] + grep parallel [2023-01-25T22:41:34.189Z] --parallel Build images in parallel. [Pipeline] } [2023-01-25T22:41:34.231Z] $ docker stop --time=1 8077517b2223c463a595e2cdec3fab404c6a2a39a94a63a5164e821694f2bf71 [2023-01-25T22:41:35.528Z] $ docker rm -f --volumes 8077517b2223c463a595e2cdec3fab404c6a2a39a94a63a5164e821694f2bf71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:41:36.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-25T22:41:36.092Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:41:36.242Z] prd-ubuntu20.04-docker-8c-8g-3696 does not seem to be running inside a container [2023-01-25T22:41:36.278Z] $ 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-01-25T22:41:36.652Z] $ docker top 86a148f4363b865e8e06ff4f42317ba08ac2d7f33f99e8a594df02ee331d3bd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-25T22:41:37.039Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-25T22:41:37.605Z] Building core-command ... [2023-01-25T22:41:37.605Z] Building core-common-config-bootstrapper ... [2023-01-25T22:41:37.605Z] Building core-data ... [2023-01-25T22:41:37.605Z] Building core-metadata ... [2023-01-25T22:41:37.605Z] Building security-bootstrapper ... [2023-01-25T22:41:37.605Z] Building security-proxy-setup ... [2023-01-25T22:41:37.605Z] Building security-secretstore-setup ... [2023-01-25T22:41:37.605Z] Building security-spiffe-token-provider ... [2023-01-25T22:41:37.605Z] Building security-spire-agent ... [2023-01-25T22:41:37.605Z] Building security-spire-config ... [2023-01-25T22:41:37.605Z] Building security-spire-server ... [2023-01-25T22:41:37.605Z] Building support-notifications ... [2023-01-25T22:41:37.605Z] Building support-scheduler ... [2023-01-25T22:41:37.605Z] Building support-scheduler [2023-01-25T22:41:37.605Z] Building security-proxy-setup [2023-01-25T22:41:37.605Z] Building security-spiffe-token-provider [2023-01-25T22:41:37.605Z] Building core-metadata [2023-01-25T22:41:37.605Z] Building core-common-config-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-25T22:41:46.145Z] provisioning config files... [2023-01-25T22:41:46.170Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8028547976213372043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-25T22:41:46.567Z] ---> docker-login.sh [2023-01-25T22:41:46.567Z] nexus3.edgexfoundry.org:10001 [2023-01-25T22:41:46.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:41:47.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:41:47.108Z] Configure a credential helper to remove this warning. See [2023-01-25T22:41:47.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:41:47.108Z] [2023-01-25T22:41:47.108Z] Login Succeeded [2023-01-25T22:41:47.108Z] nexus3.edgexfoundry.org:10002 [2023-01-25T22:41:47.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:41:47.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:41:47.648Z] Configure a credential helper to remove this warning. See [2023-01-25T22:41:47.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:41:47.648Z] [2023-01-25T22:41:47.648Z] Login Succeeded [2023-01-25T22:41:47.648Z] nexus3.edgexfoundry.org:10003 [2023-01-25T22:41:47.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:41:47.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:41:47.918Z] Configure a credential helper to remove this warning. See [2023-01-25T22:41:47.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:41:47.918Z] [2023-01-25T22:41:47.918Z] Login Succeeded [2023-01-25T22:41:47.918Z] nexus3.edgexfoundry.org:10004 [2023-01-25T22:41:48.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:41:48.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:41:48.191Z] Configure a credential helper to remove this warning. See [2023-01-25T22:41:48.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:41:48.191Z] [2023-01-25T22:41:48.191Z] Login Succeeded [2023-01-25T22:41:48.191Z] docker.io [2023-01-25T22:41:48.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-25T22:41:48.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-25T22:41:48.726Z] Configure a credential helper to remove this warning. See [2023-01-25T22:41:48.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-25T22:41:48.726Z] [2023-01-25T22:41:48.726Z] Login Succeeded [2023-01-25T22:41:48.726Z] ---> docker-login.sh ends [Pipeline] } [2023-01-25T22:41:48.759Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-25T22:41:49.399Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-25T22:41:49.446Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-25T22:41:49.487Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-25T22:41:49.523Z] ========================================================= [2023-01-25T22:41:49.523Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-25T22:41:49.523Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-25T22:41:49.807Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:41:49.807Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:41:49.807Z] ---> 47a580353a56 [2023-01-25T22:41:49.807Z] Step 3/21 : WORKDIR /edgex-go [2023-01-25T22:41:49.807Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:41:49.807Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:41:49.807Z] ---> 47a580353a56 [2023-01-25T22:41:49.807Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:41:49.807Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:41:49.807Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:41:49.807Z] ---> 47a580353a56 [2023-01-25T22:41:49.807Z] Step 3/19 : WORKDIR /edgex-go [2023-01-25T22:41:49.807Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:41:49.807Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:41:49.807Z] ---> 47a580353a56 [2023-01-25T22:41:49.807Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:41:49.807Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:41:49.807Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:41:49.807Z] ---> 47a580353a56 [2023-01-25T22:41:49.807Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:41:49.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-25T22:41:49.888Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-25T22:41:49.888Z] 9b18e9b68314: Pulling fs layer [2023-01-25T22:41:49.888Z] 35d82f9e3411: Pulling fs layer [2023-01-25T22:41:49.888Z] e16973657156: Pulling fs layer [2023-01-25T22:41:49.888Z] fc693d55d65f: Pulling fs layer [2023-01-25T22:41:49.888Z] 7e9fc2657dce: Pulling fs layer [2023-01-25T22:41:49.888Z] dda99020689f: Pulling fs layer [2023-01-25T22:41:49.888Z] db1c61fa0a46: Pulling fs layer [2023-01-25T22:41:49.888Z] 891c053d2c06: Pulling fs layer [2023-01-25T22:41:49.888Z] 7e9fc2657dce: Waiting [2023-01-25T22:41:49.888Z] dda99020689f: Waiting [2023-01-25T22:41:49.888Z] db1c61fa0a46: Waiting [2023-01-25T22:41:49.888Z] 891c053d2c06: Waiting [2023-01-25T22:41:49.888Z] fc693d55d65f: Waiting [2023-01-25T22:41:50.163Z] e16973657156: Verifying Checksum [2023-01-25T22:41:50.163Z] e16973657156: Download complete [2023-01-25T22:41:50.163Z] 35d82f9e3411: Verifying Checksum [2023-01-25T22:41:50.163Z] 35d82f9e3411: Download complete [2023-01-25T22:41:50.163Z] 7e9fc2657dce: Verifying Checksum [2023-01-25T22:41:50.163Z] 7e9fc2657dce: Download complete [2023-01-25T22:41:50.163Z] dda99020689f: Verifying Checksum [2023-01-25T22:41:50.163Z] dda99020689f: Download complete [2023-01-25T22:41:50.163Z] 9b18e9b68314: Verifying Checksum [2023-01-25T22:41:50.163Z] 9b18e9b68314: Download complete [2023-01-25T22:41:51.134Z] 9b18e9b68314: Pull complete [2023-01-25T22:41:51.134Z] 891c053d2c06: Verifying Checksum [2023-01-25T22:41:51.134Z] 891c053d2c06: Download complete [2023-01-25T22:41:51.725Z] 35d82f9e3411: Pull complete [2023-01-25T22:41:52.000Z] e16973657156: Pull complete [2023-01-25T22:41:52.270Z] db1c61fa0a46: Verifying Checksum [2023-01-25T22:41:52.270Z] db1c61fa0a46: Download complete [2023-01-25T22:41:52.856Z] fc693d55d65f: Verifying Checksum [2023-01-25T22:41:52.856Z] fc693d55d65f: Download complete [2023-01-25T22:41:57.932Z] ---> Running in 0c69d7b40f2f [2023-01-25T22:41:57.932Z] ---> Running in 177b836cc21d [2023-01-25T22:41:57.932Z] ---> Running in d442367abbc0 [2023-01-25T22:41:57.932Z] ---> Running in ecf133c9081e [2023-01-25T22:41:57.932Z] ---> Running in a43cf5374cd1 [2023-01-25T22:41:57.932Z] Removing intermediate container d442367abbc0 [2023-01-25T22:41:57.932Z] ---> ba6e2e50ccd8 [2023-01-25T22:41:57.932Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T22:41:57.932Z] Removing intermediate container 0c69d7b40f2f [2023-01-25T22:41:57.932Z] ---> 8602f4378809 [2023-01-25T22:41:57.932Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T22:41:57.932Z] Removing intermediate container a43cf5374cd1 [2023-01-25T22:41:57.932Z] ---> 744a26bce1e9 [2023-01-25T22:41:57.932Z] Step 4/24 : WORKDIR /edgex-go [2023-01-25T22:41:57.932Z] Removing intermediate container ecf133c9081e [2023-01-25T22:41:57.932Z] ---> c87fb98fbe81 [2023-01-25T22:41:57.932Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-25T22:41:57.932Z] Removing intermediate container 177b836cc21d [2023-01-25T22:41:57.932Z] ---> 41b42e6119a4 [2023-01-25T22:41:57.932Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-25T22:41:57.932Z] ---> Running in e68b0befeac2 [2023-01-25T22:41:57.932Z] ---> Running in 80185a7f86d6 [2023-01-25T22:41:57.932Z] ---> Running in c92e03f32e0f [2023-01-25T22:41:57.932Z] ---> Running in a004c16c483c [2023-01-25T22:41:57.932Z] ---> Running in 70b909d5eb6f [2023-01-25T22:41:57.932Z] Removing intermediate container e68b0befeac2 [2023-01-25T22:41:57.932Z] ---> f806e8f2f5a6 [2023-01-25T22:41:57.932Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-25T22:41:57.932Z] ---> Running in a02278b15fa4 [2023-01-25T22:41:57.932Z] Removing intermediate container a004c16c483c [2023-01-25T22:41:57.932Z] ---> 1dfe16f82026 [2023-01-25T22:41:57.932Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-25T22:41:57.932Z] Removing intermediate container 80185a7f86d6 [2023-01-25T22:41:57.932Z] ---> 7282cc2a30b0 [2023-01-25T22:41:57.932Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-25T22:41:57.932Z] ---> Running in d44da9f53deb [2023-01-25T22:41:57.932Z] ---> Running in 446951c40631 [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.932Z] OK: 211 MiB in 51 packages [2023-01-25T22:41:57.932Z] v3.16.3-145-g4534ab608c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-25T22:41:57.932Z] v3.16.3-145-g4534ab608c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-25T22:41:57.932Z] OK: 17044 distinct packages available [2023-01-25T22:41:57.932Z] OK: 211 MiB in 51 packages [2023-01-25T22:41:57.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:41:57.933Z] OK: 211 MiB in 51 packages [2023-01-25T22:41:58.217Z] OK: 211 MiB in 51 packages [2023-01-25T22:41:58.217Z] Removing intermediate container c92e03f32e0f [2023-01-25T22:41:58.217Z] ---> 131afb44ef90 [2023-01-25T22:41:58.217Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-25T22:41:58.217Z] OK: 211 MiB in 51 packages [2023-01-25T22:41:58.474Z] ---> ba257fdfe74d [2023-01-25T22:41:58.474Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:41:58.474Z] ---> Running in ff174b7412c0 [2023-01-25T22:41:58.474Z] Removing intermediate container a02278b15fa4 [2023-01-25T22:41:58.474Z] ---> 797e3581c5ed [2023-01-25T22:41:58.474Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T22:41:58.474Z] Removing intermediate container 446951c40631 [2023-01-25T22:41:58.474Z] ---> f8116de1799c [2023-01-25T22:41:58.474Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T22:41:58.745Z] ---> 65f042278f39 [2023-01-25T22:41:58.745Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:41:58.745Z] Removing intermediate container d44da9f53deb [2023-01-25T22:41:58.745Z] ---> a7214848039a [2023-01-25T22:41:58.745Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-25T22:41:58.745Z] ---> Running in 1f39794267a2 [2023-01-25T22:41:58.745Z] ---> 42ee659800ac [2023-01-25T22:41:58.745Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:41:58.745Z] Removing intermediate container 70b909d5eb6f [2023-01-25T22:41:58.745Z] ---> 1cedfd3ded94 [2023-01-25T22:41:58.745Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-25T22:41:59.003Z] ---> Running in 25f878b8a6e6 [2023-01-25T22:41:59.003Z] ---> d715cdcf24ee [2023-01-25T22:41:59.003Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:41:59.003Z] ---> Running in cceae2730ef3 [2023-01-25T22:41:59.003Z] ---> abf3f73ed757 [2023-01-25T22:41:59.003Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:41:59.260Z] ---> Running in e85dbfbd3f36 [2023-01-25T22:42:05.177Z] fc693d55d65f: Pull complete [2023-01-25T22:42:05.177Z] 7e9fc2657dce: Pull complete [2023-01-25T22:42:05.177Z] dda99020689f: Pull complete [2023-01-25T22:42:10.523Z] db1c61fa0a46: Pull complete [2023-01-25T22:42:11.951Z] 891c053d2c06: Pull complete [2023-01-25T22:42:11.951Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-25T22:42:11.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-25T22:42:11.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-25T22:42:12.357Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-25T22:42:12.357Z] WORKDIR /edgex [2023-01-25T22:42:12.357Z] COPY go.mod . [2023-01-25T22:42:12.357Z] RUN go mod download [2023-01-25T22:42:12.357Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-25T22:42:12.951Z] Sending build context to Docker daemon 3.127MB [2023-01-25T22:42:12.951Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-25T22:42:12.951Z] ---> f96f9c87975a [2023-01-25T22:42:12.951Z] Step 2/4 : WORKDIR /edgex [2023-01-25T22:42:14.911Z] ---> Running in ece717ff6054 [2023-01-25T22:42:14.911Z] Removing intermediate container ece717ff6054 [2023-01-25T22:42:14.911Z] ---> 1bc6aeff96f0 [2023-01-25T22:42:14.911Z] Step 3/4 : COPY go.mod . [2023-01-25T22:42:15.492Z] ---> 2674eb512a2d [2023-01-25T22:42:15.492Z] Step 4/4 : RUN go mod download [2023-01-25T22:42:15.492Z] ---> Running in d608e8a8eb0e [2023-01-25T22:42:54.353Z] Removing intermediate container d608e8a8eb0e [2023-01-25T22:42:54.353Z] ---> c06e2a061850 [2023-01-25T22:42:54.353Z] Successfully built c06e2a061850 [2023-01-25T22:42:54.353Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:42:54.757Z] + docker inspect -f . ci-base-image-arm64 [2023-01-25T22:42:54.757Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:42:55.012Z] prd-ubuntu20.04-docker-arm64-4c-16g-3697 does not seem to be running inside a container [2023-01-25T22:42:55.084Z] $ 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-01-25T22:42:55.514Z] Removing intermediate container e85dbfbd3f36 [2023-01-25T22:42:55.514Z] ---> da7b2dc30917 [2023-01-25T22:42:55.514Z] Step 7/19 : COPY . . [2023-01-25T22:42:55.514Z] Removing intermediate container 1f39794267a2 [2023-01-25T22:42:55.514Z] ---> 81c73e7fad9f [2023-01-25T22:42:55.514Z] Step 8/22 : COPY . . [2023-01-25T22:42:55.514Z] Removing intermediate container 25f878b8a6e6 [2023-01-25T22:42:55.514Z] ---> 122e34046f43 [2023-01-25T22:42:55.514Z] Step 8/22 : COPY . . [2023-01-25T22:42:55.514Z] Removing intermediate container cceae2730ef3 [2023-01-25T22:42:55.514Z] ---> 443514bbe475 [2023-01-25T22:42:55.514Z] Step 8/24 : COPY . . [2023-01-25T22:42:55.514Z] Removing intermediate container ff174b7412c0 [2023-01-25T22:42:55.514Z] ---> c3c63b27cade [2023-01-25T22:42:55.514Z] Step 7/21 : COPY . . [2023-01-25T22:42:56.268Z] $ docker top 5511f1299081bee0ba2d4cea3314e1c1245d1aba7edac5312ee3c196e8d0e502 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-25T22:42:57.163Z] + go version [2023-01-25T22:42:57.164Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-25T22:42:57.204Z] $ docker stop --time=1 5511f1299081bee0ba2d4cea3314e1c1245d1aba7edac5312ee3c196e8d0e502 [2023-01-25T22:42:58.806Z] $ docker rm -f --volumes 5511f1299081bee0ba2d4cea3314e1c1245d1aba7edac5312ee3c196e8d0e502 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:42:59.637Z] + docker inspect -f . ci-base-image-arm64 [2023-01-25T22:42:59.637Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:42:59.897Z] prd-ubuntu20.04-docker-arm64-4c-16g-3697 does not seem to be running inside a container [2023-01-25T22:42:59.961Z] $ 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-01-25T22:43:01.052Z] $ docker top 6e339f89adbcdaa010c1e1d90d97b92ba24e6bc248f84027d95c24e453241aea -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-25T22:43:01.292Z] ========================================================= [2023-01-25T22:43:01.293Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-25T22:43:01.293Z] ========================================================= [Pipeline] sh [2023-01-25T22:43:01.610Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-25T22:43:02.000Z] + make test [2023-01-25T22:43:02.270Z] go test -race -coverprofile=coverage.out ./... [2023-01-25T22:43:13.621Z] ---> 5fdaa8f1e14d [2023-01-25T22:43:13.621Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-25T22:43:13.621Z] ---> f11fda6a015b [2023-01-25T22:43:13.621Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-25T22:43:13.621Z] ---> 826fd2eb249b [2023-01-25T22:43:13.621Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-25T22:43:13.621Z] ---> 86bec26cdd7e [2023-01-25T22:43:13.621Z] ---> 4f7e20cb9c65 [2023-01-25T22:43:13.621Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-25T22:43:13.621Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-25T22:43:13.621Z] ---> Running in 909376c9adab [2023-01-25T22:43:13.621Z] ---> Running in 68106baee3f4 [2023-01-25T22:43:13.621Z] ---> Running in c9b3c602df07 [2023-01-25T22:43:13.621Z] ---> Running in da927c30c5fa [2023-01-25T22:43:13.621Z] ---> Running in d0d9dc1ffd06 [2023-01-25T22:43:13.621Z] 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-01-25T22:43:13.621Z] 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-01-25T22:43:13.621Z] 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-01-25T22:43:13.621Z] 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-01-25T22:43:13.621Z] 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-01-25T22:43:34.520Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-25T22:43:52.468Z] 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-01-25T22:43:53.406Z] Removing intermediate container d0d9dc1ffd06 [2023-01-25T22:43:53.406Z] ---> 7dcf91552dd9 [2023-01-25T22:43:53.406Z] [2023-01-25T22:43:53.406Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T22:43:53.973Z] 3.16: Pulling from library/alpine [2023-01-25T22:43:54.577Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-25T22:43:54.577Z] Status: Downloaded newer image for alpine:3.16 [2023-01-25T22:43:54.577Z] ---> bfe296a52501 [2023-01-25T22:43:54.577Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-25T22:43:56.486Z] ---> Running in 6757a5eb145d [2023-01-25T22:43:56.747Z] Removing intermediate container c9b3c602df07 [2023-01-25T22:43:56.747Z] ---> 851cc652ef1b [2023-01-25T22:43:56.747Z] [2023-01-25T22:43:56.747Z] Step 9/21 : FROM alpine:3.16 [2023-01-25T22:43:56.747Z] ---> bfe296a52501 [2023-01-25T22:43:56.747Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-25T22:43:56.747Z] Removing intermediate container da927c30c5fa [2023-01-25T22:43:56.747Z] ---> a80ee861a79d [2023-01-25T22:43:56.747Z] [2023-01-25T22:43:56.747Z] Step 10/24 : FROM alpine:3.16 [2023-01-25T22:43:56.747Z] ---> bfe296a52501 [2023-01-25T22:43:56.747Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-25T22:43:57.005Z] ---> Running in 23aaae798144 [2023-01-25T22:43:57.005Z] ---> Running in afa3978e634f [2023-01-25T22:43:57.005Z] Removing intermediate container 6757a5eb145d [2023-01-25T22:43:57.005Z] ---> 022a3fc471b3 [2023-01-25T22:43:57.005Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-25T22:43:57.005Z] ---> Running in 0faefb2e19e3 [2023-01-25T22:43:57.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:43:57.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:43:57.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:43:57.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:43:57.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:43:57.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:43:57.779Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-25T22:43:57.779Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T22:43:57.779Z] OK: 6 MiB in 15 packages [2023-01-25T22:43:57.779Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-25T22:43:57.779Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-25T22:43:57.779Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T22:43:57.779Z] OK: 6 MiB in 15 packages [2023-01-25T22:43:57.779Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-25T22:43:57.779Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-25T22:43:57.779Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-25T22:43:57.779Z] (5/6) Installing curl (7.83.1-r5) [2023-01-25T22:43:57.779Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-25T22:43:57.779Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T22:43:57.779Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T22:43:58.037Z] OK: 8 MiB in 20 packages [2023-01-25T22:44:00.570Z] Removing intermediate container 23aaae798144 [2023-01-25T22:44:00.570Z] ---> 9843d7f2f7dc [2023-01-25T22:44:00.570Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T22:44:00.827Z] Removing intermediate container 68106baee3f4 [2023-01-25T22:44:00.827Z] ---> d4ac1e3daf70 [2023-01-25T22:44:00.827Z] [2023-01-25T22:44:00.827Z] Step 9/19 : FROM alpine:3.15 [2023-01-25T22:44:00.827Z] Removing intermediate container 0faefb2e19e3 [2023-01-25T22:44:00.827Z] ---> f488ca2fbb67 [2023-01-25T22:44:00.827Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:44:00.827Z] ---> Running in 683be09a9cde [2023-01-25T22:44:00.827Z] Removing intermediate container 909376c9adab [2023-01-25T22:44:00.827Z] ---> 5dae2aed1b5c [2023-01-25T22:44:00.827Z] [2023-01-25T22:44:00.827Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T22:44:00.827Z] ---> bfe296a52501 [2023-01-25T22:44:00.827Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-25T22:44:00.827Z] ---> Using cache [2023-01-25T22:44:00.827Z] ---> 9843d7f2f7dc [2023-01-25T22:44:00.827Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T22:44:00.827Z] Removing intermediate container afa3978e634f [2023-01-25T22:44:00.827Z] ---> 7d1c191de892 [2023-01-25T22:44:00.827Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-25T22:44:00.827Z] ---> Running in 4354b62db5dd [2023-01-25T22:44:00.827Z] ---> Running in 7b5b85ec7c6b [2023-01-25T22:44:00.827Z] Removing intermediate container 683be09a9cde [2023-01-25T22:44:00.827Z] ---> de6e74e29c02 [2023-01-25T22:44:00.827Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-25T22:44:00.827Z] ---> Running in 6a13bca28c39 [2023-01-25T22:44:00.827Z] Removing intermediate container 4354b62db5dd [2023-01-25T22:44:00.827Z] ---> fbc2d79b6477 [2023-01-25T22:44:00.827Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-25T22:44:01.114Z] ---> Running in 3c5f66f9092d [2023-01-25T22:44:01.114Z] Removing intermediate container 7b5b85ec7c6b [2023-01-25T22:44:01.114Z] ---> ef63b9eec0d3 [2023-01-25T22:44:01.114Z] Step 12/21 : WORKDIR /edgex [2023-01-25T22:44:01.114Z] ---> 8d89ac1b8513 [2023-01-25T22:44:01.114Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-25T22:44:01.114Z] ---> Running in 25a366208d75 [2023-01-25T22:44:01.114Z] Removing intermediate container 6a13bca28c39 [2023-01-25T22:44:01.114Z] ---> 472a4e3135b5 [2023-01-25T22:44:01.114Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-25T22:44:01.114Z] ---> Running in 33724f02006f [2023-01-25T22:44:01.114Z] Removing intermediate container 3c5f66f9092d [2023-01-25T22:44:01.114Z] ---> a0fa44d63a07 [2023-01-25T22:44:01.114Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-25T22:44:01.382Z] Removing intermediate container 25a366208d75 [2023-01-25T22:44:01.382Z] ---> 45313ee57dde [2023-01-25T22:44:01.382Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-25T22:44:01.382Z] ---> Running in eea27f02cd82 [2023-01-25T22:44:01.382Z] Removing intermediate container 33724f02006f [2023-01-25T22:44:01.382Z] ---> 1943364ffd14 [2023-01-25T22:44:01.382Z] Step 15/24 : WORKDIR / [2023-01-25T22:44:01.382Z] ---> Running in c94193d85a5c [2023-01-25T22:44:01.382Z] 3.15: Pulling from library/alpine [2023-01-25T22:44:01.382Z] Removing intermediate container eea27f02cd82 [2023-01-25T22:44:01.382Z] ---> dc21d9827e09 [2023-01-25T22:44:01.382Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:44:01.639Z] ---> 1bd3dc61df48 [2023-01-25T22:44:01.639Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-25T22:44:01.639Z] ---> 0898a39877d4 [2023-01-25T22:44:01.639Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-25T22:44:01.639Z] Removing intermediate container c94193d85a5c [2023-01-25T22:44:01.639Z] ---> 118241b2a966 [2023-01-25T22:44:01.639Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:44:01.639Z] ---> 68917408e013 [2023-01-25T22:44:01.639Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-25T22:44:02.205Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-25T22:44:02.475Z] Status: Downloaded newer image for alpine:3.15 [2023-01-25T22:44:02.475Z] ---> cfc73725fe79 [2023-01-25T22:44:02.475Z] ---> 8a549ac6fdfb [2023-01-25T22:44:02.475Z] ---> c4fc93816858 [2023-01-25T22:44:02.475Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-25T22:44:02.475Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T22:44:02.475Z] [2023-01-25T22:44:02.475Z] ---> 66902e4986bc [2023-01-25T22:44:02.475Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-25T22:44:02.475Z] ---> a4c131b5aac6 [2023-01-25T22:44:02.475Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-25T22:44:02.475Z] ---> Running in e60b36ec2d20 [2023-01-25T22:44:02.734Z] Removing intermediate container e60b36ec2d20 [2023-01-25T22:44:02.734Z] ---> a960bfa5d1f1 [2023-01-25T22:44:02.734Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-25T22:44:02.992Z] ---> 1a8c359823c2 [2023-01-25T22:44:02.992Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-25T22:44:02.992Z] ---> c1a847bbb980 [2023-01-25T22:44:02.992Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-25T22:44:02.992Z] ---> Running in c99cbabfb8c8 [2023-01-25T22:44:02.992Z] ---> Running in 5fa01570587b [2023-01-25T22:44:02.992Z] ---> a7456af93c97 [2023-01-25T22:44:02.992Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-25T22:44:02.992Z] ---> b4d04f0751c3 [2023-01-25T22:44:02.992Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-25T22:44:02.992Z] ---> Running in 7151083babe0 [2023-01-25T22:44:03.250Z] Removing intermediate container c99cbabfb8c8 [2023-01-25T22:44:03.250Z] ---> 2182dc911331 [2023-01-25T22:44:03.250Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T22:44:03.250Z] ---> Running in 939c64bc0828 [2023-01-25T22:44:03.250Z] ---> aea47e0ebdde [2023-01-25T22:44:03.250Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-25T22:44:03.250Z] ---> 426f3034f387 [2023-01-25T22:44:03.250Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-25T22:44:03.250Z] ---> Running in d35219544d11 [2023-01-25T22:44:03.250Z] Removing intermediate container 939c64bc0828 [2023-01-25T22:44:03.250Z] ---> 72a60e3d90a0 [2023-01-25T22:44:03.250Z] Step 20/22 : LABEL arch=x86_64 [2023-01-25T22:44:03.509Z] ---> Running in a04ed05cf9f0 [2023-01-25T22:44:03.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:03.509Z] Removing intermediate container a04ed05cf9f0 [2023-01-25T22:44:03.509Z] ---> 0b0c1efedc48 [2023-01-25T22:44:03.509Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:44:03.509Z] ---> 93d0549149b0 [2023-01-25T22:44:03.509Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-25T22:44:03.509Z] ---> Running in 9a350ac05a38 [2023-01-25T22:44:03.509Z] ---> Running in ab66057c8587 [2023-01-25T22:44:03.768Z] Removing intermediate container 9a350ac05a38 [2023-01-25T22:44:03.768Z] ---> 6666d340b607 [2023-01-25T22:44:03.768Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T22:44:03.768Z] Removing intermediate container ab66057c8587 [2023-01-25T22:44:03.768Z] ---> d70f57e53bf8 [2023-01-25T22:44:03.768Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T22:44:03.768Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:03.768Z] ---> Running in b2a0f3557149 [2023-01-25T22:44:03.768Z] ---> Running in d6047945dbbb [2023-01-25T22:44:03.768Z] Removing intermediate container b2a0f3557149 [2023-01-25T22:44:03.768Z] ---> da75d737b1c8 [2023-01-25T22:44:03.768Z] [2023-01-25T22:44:03.768Z] Successfully built da75d737b1c8 [2023-01-25T22:44:04.027Z] Successfully tagged support-scheduler:latest [2023-01-25T22:44:04.027Z] Building core-command [2023-01-25T22:44:04.027Z]  Building support-scheduler ... done Removing intermediate container 7151083babe0 [2023-01-25T22:44:04.027Z] ---> 2727b5a2d1f0 [2023-01-25T22:44:04.027Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-25T22:44:04.027Z] Removing intermediate container d6047945dbbb [2023-01-25T22:44:04.027Z] ---> 0d716da6bf85 [2023-01-25T22:44:04.027Z] Step 22/24 : LABEL arch=x86_64 [2023-01-25T22:44:04.027Z] ---> Running in 5a1962149c34 [2023-01-25T22:44:04.027Z] ---> Running in 3d8cfcd1c428 [2023-01-25T22:44:04.027Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-25T22:44:04.027Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-25T22:44:04.027Z] OK: 15859 distinct packages available [2023-01-25T22:44:04.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:04.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:04.812Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-25T22:44:04.812Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-25T22:44:04.812Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-25T22:44:04.812Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-25T22:44:04.812Z] (5/9) Installing curl (7.80.0-r5) [2023-01-25T22:44:04.812Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-25T22:44:04.812Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-25T22:44:04.812Z] (8/9) Installing libucontext (1.1-r0) [2023-01-25T22:44:04.812Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-25T22:44:04.812Z] Executing busybox-1.34.1-r7.trigger [2023-01-25T22:44:04.812Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T22:44:04.812Z] OK: 8 MiB in 23 packages [2023-01-25T22:44:06.714Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:44:06.714Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:44:06.714Z] ---> 47a580353a56 [2023-01-25T22:44:06.714Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:44:06.714Z] ---> Using cache [2023-01-25T22:44:06.714Z] ---> 744a26bce1e9 [2023-01-25T22:44:06.714Z] Step 4/23 : WORKDIR /edgex-go [2023-01-25T22:44:06.714Z] ---> Using cache [2023-01-25T22:44:06.714Z] ---> 1dfe16f82026 [2023-01-25T22:44:06.714Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-25T22:44:06.714Z] ---> Using cache [2023-01-25T22:44:06.714Z] ---> a7214848039a [2023-01-25T22:44:06.714Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-25T22:44:06.714Z] ---> Using cache [2023-01-25T22:44:06.714Z] ---> d715cdcf24ee [2023-01-25T22:44:06.714Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:44:06.714Z] ---> Using cache [2023-01-25T22:44:06.714Z] ---> 443514bbe475 [2023-01-25T22:44:06.714Z] Step 8/23 : COPY . . [2023-01-25T22:44:06.714Z] ---> Using cache [2023-01-25T22:44:06.714Z] ---> 5fdaa8f1e14d [2023-01-25T22:44:06.714Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-25T22:44:07.649Z] Removing intermediate container 5a1962149c34 [2023-01-25T22:44:07.649Z] ---> 7c47e35a9c66 [2023-01-25T22:44:07.649Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-25T22:44:07.649Z] ---> Running in f387bf5fd76c [2023-01-25T22:44:07.649Z] Removing intermediate container 3d8cfcd1c428 [2023-01-25T22:44:07.649Z] ---> 0e4fe90109e5 [2023-01-25T22:44:07.649Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:44:07.649Z] ---> Running in f319e0558e5b [2023-01-25T22:44:07.906Z] ---> Running in 2105586a4944 [2023-01-25T22:44:07.906Z] Removing intermediate container d35219544d11 [2023-01-25T22:44:07.906Z] ---> 947d77364814 [2023-01-25T22:44:07.906Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-25T22:44:07.906Z] Removing intermediate container f319e0558e5b [2023-01-25T22:44:07.906Z] ---> 89ca0881cb2b [2023-01-25T22:44:07.906Z] Step 20/22 : LABEL arch=x86_64 [2023-01-25T22:44:07.906Z] ---> Running in f48294e378e3 [2023-01-25T22:44:07.906Z] ---> Running in eddb7abb62d2 [2023-01-25T22:44:07.906Z] Removing intermediate container 2105586a4944 [2023-01-25T22:44:07.906Z] ---> 7572305a8b4d [2023-01-25T22:44:07.906Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T22:44:08.166Z] ---> Running in 60db85f76c2c [2023-01-25T22:44:08.166Z] Removing intermediate container 5fa01570587b [2023-01-25T22:44:08.166Z] ---> 8dff44972db4 [2023-01-25T22:44:08.166Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:44:08.166Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-25T22:44:08.166Z] Removing intermediate container f48294e378e3 [2023-01-25T22:44:08.166Z] ---> 9f7136b28f42 [2023-01-25T22:44:08.166Z] Step 19/21 : LABEL arch=x86_64 [2023-01-25T22:44:08.166Z] Removing intermediate container eddb7abb62d2 [2023-01-25T22:44:08.166Z] ---> ffc236547c38 [2023-01-25T22:44:08.166Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:44:08.166Z] ---> Running in 88929d5f0472 [2023-01-25T22:44:08.166Z] ---> Running in 2e31af17ae41 [2023-01-25T22:44:08.166Z] Removing intermediate container 60db85f76c2c [2023-01-25T22:44:08.166Z] ---> 33c511a5e1b7 [2023-01-25T22:44:08.166Z] [2023-01-25T22:44:08.166Z] Successfully built 33c511a5e1b7 [2023-01-25T22:44:08.166Z] Removing intermediate container 2e31af17ae41 [2023-01-25T22:44:08.166Z] ---> 4a43ad7fcb13 [2023-01-25T22:44:08.166Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T22:44:08.166Z] Successfully tagged core-metadata:latest [2023-01-25T22:44:08.166Z]  Building core-metadata ... done Building support-notifications [2023-01-25T22:44:08.422Z] Removing intermediate container 88929d5f0472 [2023-01-25T22:44:08.422Z] ---> e253c2abe008 [2023-01-25T22:44:08.422Z] Step 20/21 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:44:08.422Z] ---> Running in 6bb1f40d208c [2023-01-25T22:44:08.422Z] ---> Running in 903edf6ea43f [2023-01-25T22:44:08.422Z] ---> a2e44d1fb212 [2023-01-25T22:44:08.422Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-25T22:44:11.915Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:44:11.915Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:44:11.915Z] ---> 47a580353a56 [2023-01-25T22:44:11.915Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:44:11.915Z] ---> Using cache [2023-01-25T22:44:11.915Z] ---> 744a26bce1e9 [2023-01-25T22:44:11.915Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T22:44:11.915Z] ---> Using cache [2023-01-25T22:44:11.915Z] ---> 1dfe16f82026 [2023-01-25T22:44:11.915Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-25T22:44:13.287Z] Removing intermediate container 6bb1f40d208c [2023-01-25T22:44:13.287Z] ---> 503300c2b587 [2023-01-25T22:44:13.287Z] [2023-01-25T22:44:13.287Z] Successfully built 503300c2b587 [2023-01-25T22:44:13.287Z] Successfully tagged core-common-config-bootstrapper:latest [2023-01-25T22:44:13.287Z]  Building core-common-config-bootstrapper ... done Building security-spire-server [2023-01-25T22:44:13.287Z] Removing intermediate container 903edf6ea43f [2023-01-25T22:44:13.287Z] ---> d9b49a57fa9b [2023-01-25T22:44:13.287Z] Step 21/21 : LABEL version=0.0.0 [2023-01-25T22:44:13.287Z] ---> Running in 11d76e2aaa80 [2023-01-25T22:44:13.287Z] ---> 28c4fea65098 [2023-01-25T22:44:13.287Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-25T22:44:13.852Z] ---> Running in 7c49055202a4 [2023-01-25T22:44:16.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:44:16.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:44:16.403Z] ---> 47a580353a56 [2023-01-25T22:44:16.403Z] Step 3/23 : WORKDIR /edgex-go [2023-01-25T22:44:16.403Z] ---> Using cache [2023-01-25T22:44:16.403Z] ---> 41b42e6119a4 [2023-01-25T22:44:16.403Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-25T22:44:18.608Z] ---> 34bd62be6dff [2023-01-25T22:44:18.608Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-25T22:44:18.608Z] ---> Running in bb4c37749d82 [2023-01-25T22:44:18.608Z] Removing intermediate container 7c49055202a4 [2023-01-25T22:44:18.608Z] ---> fda33f99b966 [2023-01-25T22:44:18.608Z] [2023-01-25T22:44:18.608Z] ---> Running in 885a6d52eb11 [2023-01-25T22:44:18.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:18.608Z] Successfully built fda33f99b966 [2023-01-25T22:44:18.608Z] Successfully tagged security-proxy-setup:latest [2023-01-25T22:44:18.608Z] Building security-secretstore-setup [2023-01-25T22:44:18.608Z]  Building security-proxy-setup ... done Removing intermediate container 885a6d52eb11 [2023-01-25T22:44:18.608Z] ---> 61c87e60d5ef [2023-01-25T22:44:18.608Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T22:44:18.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:18.608Z] ---> Running in a4dc9a228526 [2023-01-25T22:44:18.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:18.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:19.124Z] OK: 211 MiB in 51 packages [2023-01-25T22:44:19.124Z] OK: 211 MiB in 51 packages [2023-01-25T22:44:21.028Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:44:21.028Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:44:21.028Z] ---> 47a580353a56 [2023-01-25T22:44:21.028Z] Step 3/24 : WORKDIR /edgex-go [2023-01-25T22:44:21.028Z] ---> Using cache [2023-01-25T22:44:21.028Z] ---> 41b42e6119a4 [2023-01-25T22:44:21.028Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-25T22:44:22.936Z] Removing intermediate container a4dc9a228526 [2023-01-25T22:44:22.936Z] ---> 8946706e51d4 [2023-01-25T22:44:22.936Z] Step 17/19 : LABEL arch=x86_64 [2023-01-25T22:44:22.936Z] ---> Running in 3d9e460e75de [2023-01-25T22:44:22.936Z] ---> Running in f6efc0489f4c [2023-01-25T22:44:23.196Z] Removing intermediate container 11d76e2aaa80 [2023-01-25T22:44:23.196Z] ---> b455d4423c94 [2023-01-25T22:44:23.196Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T22:44:23.196Z] Removing intermediate container f6efc0489f4c [2023-01-25T22:44:23.196Z] ---> 722e8b54bfed [2023-01-25T22:44:23.196Z] Step 18/19 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:44:23.196Z] ---> Running in a4a347314311 [2023-01-25T22:44:23.196Z] Removing intermediate container bb4c37749d82 [2023-01-25T22:44:23.196Z] ---> 0bff848f9d5a [2023-01-25T22:44:23.196Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-25T22:44:23.196Z] Removing intermediate container a4a347314311 [2023-01-25T22:44:23.196Z] ---> 8e52cc7b1416 [2023-01-25T22:44:23.196Z] Step 19/19 : LABEL version=0.0.0 [2023-01-25T22:44:23.196Z] ---> 325a6de17089 [2023-01-25T22:44:23.196Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:44:23.455Z] ---> Running in 6848b6e3fe75 [2023-01-25T22:44:23.455Z] ---> Running in 5df61e3a4e59 [2023-01-25T22:44:23.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:23.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:44:23.455Z] ---> 52f21a91b7e9 [2023-01-25T22:44:23.455Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:44:23.455Z] Removing intermediate container 6848b6e3fe75 [2023-01-25T22:44:23.455Z] ---> 588d10f6124b [2023-01-25T22:44:23.455Z] [2023-01-25T22:44:23.455Z] ---> Running in 4b1b62bfb914 [2023-01-25T22:44:23.455Z] Successfully built 588d10f6124b [2023-01-25T22:44:23.455Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-25T22:44:23.455Z] Building security-spire-config [2023-01-25T22:44:23.712Z]  Building security-spiffe-token-provider ... done OK: 211 MiB in 51 packages [2023-01-25T22:44:27.903Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:44:27.903Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:44:27.903Z] ---> 47a580353a56 [2023-01-25T22:44:27.903Z] Step 3/24 : WORKDIR /edgex-go [2023-01-25T22:44:27.903Z] ---> Using cache [2023-01-25T22:44:27.903Z] ---> 41b42e6119a4 [2023-01-25T22:44:27.903Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-25T22:44:27.903Z] ---> Using cache [2023-01-25T22:44:27.903Z] ---> 0bff848f9d5a [2023-01-25T22:44:27.903Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-25T22:44:27.903Z] ---> Using cache [2023-01-25T22:44:27.903Z] ---> 52f21a91b7e9 [2023-01-25T22:44:27.903Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:44:29.001Z] ---> Running in 4f75e352367c [2023-01-25T22:44:29.001Z] Removing intermediate container 3d9e460e75de [2023-01-25T22:44:29.001Z] ---> 0fa7d31fc4b6 [2023-01-25T22:44:29.001Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-25T22:44:29.260Z] ---> d1fc39ebe7a7 [2023-01-25T22:44:29.260Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:44:29.260Z] ---> Running in 951bdf4c315c [2023-01-25T22:44:33.445Z] Removing intermediate container f387bf5fd76c [2023-01-25T22:44:33.445Z] ---> adf4da36d799 [2023-01-25T22:44:33.445Z] [2023-01-25T22:44:33.445Z] Step 10/23 : FROM alpine:3.16 [2023-01-25T22:44:33.445Z] ---> bfe296a52501 [2023-01-25T22:44:33.445Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-25T22:44:33.445Z] ---> Using cache [2023-01-25T22:44:33.445Z] ---> 9843d7f2f7dc [2023-01-25T22:44:33.445Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T22:44:33.445Z] ---> Using cache [2023-01-25T22:44:33.445Z] ---> fbc2d79b6477 [2023-01-25T22:44:33.445Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-25T22:44:33.445Z] ---> Running in 5e8717c8b14c [2023-01-25T22:44:33.445Z] Removing intermediate container 5e8717c8b14c [2023-01-25T22:44:33.445Z] ---> 913271d7e5d4 [2023-01-25T22:44:33.445Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-25T22:44:33.445Z] ---> Running in b84b9e0abbf2 [2023-01-25T22:44:33.703Z] Removing intermediate container b84b9e0abbf2 [2023-01-25T22:44:33.703Z] ---> da37d18fca7a [2023-01-25T22:44:33.703Z] Step 15/23 : WORKDIR / [2023-01-25T22:44:33.703Z] ---> Running in 565c756af77a [2023-01-25T22:44:33.703Z] Removing intermediate container 565c756af77a [2023-01-25T22:44:33.703Z] ---> 2939ba659832 [2023-01-25T22:44:33.703Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:44:33.961Z] ---> 74834f0c9053 [2023-01-25T22:44:33.961Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-25T22:44:34.529Z] ---> 7e87fc31631f [2023-01-25T22:44:34.529Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-25T22:44:34.529Z] ---> 6bf15048ea73 [2023-01-25T22:44:34.529Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-25T22:44:34.529Z] ---> Running in 6a1bc1341f1a [2023-01-25T22:44:34.787Z] Removing intermediate container 6a1bc1341f1a [2023-01-25T22:44:34.787Z] ---> 8990d60833df [2023-01-25T22:44:34.787Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T22:44:34.787Z] ---> Running in 37262eb2712a [2023-01-25T22:44:34.787Z] Removing intermediate container 37262eb2712a [2023-01-25T22:44:34.787Z] ---> 5276dc54ef4c [2023-01-25T22:44:34.787Z] Step 21/23 : LABEL arch=x86_64 [2023-01-25T22:44:34.787Z] ---> Running in 8347979457bf [2023-01-25T22:44:35.046Z] Removing intermediate container 8347979457bf [2023-01-25T22:44:35.046Z] ---> 00dfd778b19d [2023-01-25T22:44:35.046Z] Step 22/23 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:44:35.046Z] ---> Running in e813661334e1 [2023-01-25T22:44:35.046Z] Removing intermediate container e813661334e1 [2023-01-25T22:44:35.046Z] ---> f5127b4372ae [2023-01-25T22:44:35.046Z] Step 23/23 : LABEL version=0.0.0 [2023-01-25T22:44:35.046Z] ---> Running in 5870b8b6bfbc [2023-01-25T22:44:35.305Z] Removing intermediate container 5870b8b6bfbc [2023-01-25T22:44:35.305Z] ---> c8951e6ef2a8 [2023-01-25T22:44:35.305Z] [2023-01-25T22:44:35.305Z] Successfully built c8951e6ef2a8 [2023-01-25T22:44:35.305Z] Successfully tagged core-command:latest [2023-01-25T22:44:35.305Z]  Building core-command ... done Building security-spire-agent [2023-01-25T22:44:37.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:44:37.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:44:37.212Z] ---> 47a580353a56 [2023-01-25T22:44:37.212Z] Step 3/24 : WORKDIR /edgex-go [2023-01-25T22:44:37.212Z] ---> Using cache [2023-01-25T22:44:37.212Z] ---> 41b42e6119a4 [2023-01-25T22:44:37.212Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-25T22:44:37.212Z] ---> Using cache [2023-01-25T22:44:37.212Z] ---> 0bff848f9d5a [2023-01-25T22:44:37.212Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-25T22:44:37.212Z] ---> Using cache [2023-01-25T22:44:37.212Z] ---> 52f21a91b7e9 [2023-01-25T22:44:37.212Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:44:39.116Z] ---> Running in 7ed6cf1578ad [2023-01-25T22:45:11.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-25T22:45:11.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-25T22:45:11.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-25T22:45:11.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-25T22:45:11.141Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-25T22:45:18.021Z] Removing intermediate container 4b1b62bfb914 [2023-01-25T22:45:18.021Z] ---> b93f6893b327 [2023-01-25T22:45:18.021Z] Step 7/23 : COPY . . [2023-01-25T22:45:18.021Z] Removing intermediate container 7ed6cf1578ad [2023-01-25T22:45:18.021Z] ---> 155c4ed8ec0a [2023-01-25T22:45:18.021Z] Step 7/24 : COPY . . [2023-01-25T22:45:18.021Z] Removing intermediate container 4f75e352367c [2023-01-25T22:45:18.021Z] ---> a29250e0e625 [2023-01-25T22:45:18.021Z] Step 7/24 : COPY . . [2023-01-25T22:45:18.021Z] Removing intermediate container 951bdf4c315c [2023-01-25T22:45:18.021Z] ---> f7de7f2dd49e [2023-01-25T22:45:18.021Z] Step 7/24 : COPY . . [2023-01-25T22:45:18.021Z] Removing intermediate container 5df61e3a4e59 [2023-01-25T22:45:18.021Z] ---> ddef0ce6b94e [2023-01-25T22:45:18.021Z] Step 8/22 : COPY . . [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-25T22:45:23.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-25T22:45:35.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.308s coverage: 28.7% of statements [2023-01-25T22:45:35.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-25T22:45:35.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-25T22:45:40.332Z] ---> e6967b2177a3 [2023-01-25T22:45:40.332Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-25T22:45:40.332Z] ---> b98963290b6a [2023-01-25T22:45:40.332Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-25T22:45:40.332Z] ---> 39d665bf17ca [2023-01-25T22:45:40.332Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-25T22:45:40.332Z] ---> 290fea96fba1 [2023-01-25T22:45:40.332Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-25T22:45:40.332Z] ---> 738e03064bb6 [2023-01-25T22:45:40.332Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-25T22:45:40.332Z] ---> Running in b069b07aef9e [2023-01-25T22:45:40.332Z] ---> Running in 9770ccf7b272 [2023-01-25T22:45:40.332Z] ---> Running in 74813b1deb4a [2023-01-25T22:45:40.332Z] ---> Running in 4b91a7265a9b [2023-01-25T22:45:40.332Z] ---> Running in 005d96f63979 [2023-01-25T22:45:40.332Z] Removing intermediate container 9770ccf7b272 [2023-01-25T22:45:40.332Z] ---> 3f9e50319795 [2023-01-25T22:45:40.332Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-25T22:45:40.332Z] Removing intermediate container 005d96f63979 [2023-01-25T22:45:40.332Z] ---> 5b72d739fb82 [2023-01-25T22:45:40.332Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-25T22:45:40.332Z] Removing intermediate container 74813b1deb4a [2023-01-25T22:45:40.332Z] ---> aefc5d27f2bc [2023-01-25T22:45:40.332Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-25T22:45:40.332Z] ---> Running in 0bc1ab53f8bc [2023-01-25T22:45:40.332Z] ---> Running in b9fa30854142 [2023-01-25T22:45:40.332Z] ---> Running in abcccde093f7 [2023-01-25T22:45:40.332Z] Removing intermediate container 0bc1ab53f8bc [2023-01-25T22:45:40.332Z] ---> f9364b6c032a [2023-01-25T22:45:40.332Z] 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-01-25T22:45:40.332Z] Removing intermediate container b9fa30854142 [2023-01-25T22:45:40.332Z] ---> 7b257e9b9164 [2023-01-25T22:45:40.332Z] 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-01-25T22:45:40.332Z] ---> Running in 947007853cbe [2023-01-25T22:45:40.332Z] ---> Running in 6d20914e99d3 [2023-01-25T22:45:40.332Z] Removing intermediate container abcccde093f7 [2023-01-25T22:45:40.332Z] ---> a0e967fabd2e [2023-01-25T22:45:40.332Z] 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-01-25T22:45:40.332Z] 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-01-25T22:45:40.332Z] ---> Running in c69db5bccfad [2023-01-25T22:45:40.332Z] 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-01-25T22:45:40.332Z] Removing intermediate container 947007853cbe [2023-01-25T22:45:40.332Z] ---> 89c15752f8d9 [2023-01-25T22:45:40.332Z] Step 11/24 : WORKDIR /edgex-go [2023-01-25T22:45:40.332Z] ---> Running in 65c822b95921 [2023-01-25T22:45:40.332Z] Removing intermediate container c69db5bccfad [2023-01-25T22:45:40.332Z] ---> cffdb42f0097 [2023-01-25T22:45:40.332Z] Step 11/23 : WORKDIR /edgex-go [2023-01-25T22:45:40.332Z] Removing intermediate container 6d20914e99d3 [2023-01-25T22:45:40.332Z] ---> 1aa958f58355 [2023-01-25T22:45:40.332Z] Step 11/24 : WORKDIR /edgex-go [2023-01-25T22:45:40.332Z] ---> Running in f26eebd8dc13 [2023-01-25T22:45:40.332Z] Removing intermediate container 65c822b95921 [2023-01-25T22:45:40.332Z] ---> 10993798a033 [2023-01-25T22:45:40.332Z] [2023-01-25T22:45:40.332Z] Step 12/24 : FROM alpine:3.15 [2023-01-25T22:45:40.332Z] ---> c4fc93816858 [2023-01-25T22:45:40.332Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T22:45:40.332Z] ---> Using cache [2023-01-25T22:45:40.332Z] ---> a960bfa5d1f1 [2023-01-25T22:45:40.332Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-25T22:45:40.332Z] ---> Running in c4d144662b4e [2023-01-25T22:45:40.332Z] ---> Running in 0a71fe3000eb [2023-01-25T22:45:40.332Z] Removing intermediate container f26eebd8dc13 [2023-01-25T22:45:40.332Z] ---> 7e50234513cc [2023-01-25T22:45:40.332Z] [2023-01-25T22:45:40.332Z] Step 12/23 : FROM alpine:3.15 [2023-01-25T22:45:40.332Z] ---> c4fc93816858 [2023-01-25T22:45:40.332Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T22:45:40.332Z] ---> Using cache [2023-01-25T22:45:40.332Z] ---> a960bfa5d1f1 [2023-01-25T22:45:40.332Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-25T22:45:40.332Z] Removing intermediate container c4d144662b4e [2023-01-25T22:45:40.332Z] ---> 9bf338a476ae [2023-01-25T22:45:40.332Z] [2023-01-25T22:45:40.332Z] Step 12/24 : FROM alpine:3.15 [2023-01-25T22:45:40.332Z] ---> c4fc93816858 [2023-01-25T22:45:40.332Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T22:45:40.332Z] ---> Using cache [2023-01-25T22:45:40.332Z] ---> a960bfa5d1f1 [2023-01-25T22:45:40.332Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-25T22:45:40.332Z] ---> Running in 1e4ee84d208d [2023-01-25T22:45:40.332Z] ---> Running in b9c9aac96dd0 [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-25T22:45:40.332Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-25T22:45:40.332Z] OK: 15859 distinct packages available [2023-01-25T22:45:40.332Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-25T22:45:40.332Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-25T22:45:40.332Z] OK: 15859 distinct packages available [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-25T22:45:40.332Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-25T22:45:40.332Z] OK: 15859 distinct packages available [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:45:40.332Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-25T22:45:40.332Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-25T22:45:40.332Z] (3/5) Installing libucontext (1.1-r0) [2023-01-25T22:45:40.332Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-25T22:45:40.332Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-25T22:45:40.332Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-25T22:45:40.332Z] Executing busybox-1.34.1-r7.trigger [2023-01-25T22:45:40.590Z] OK: 7 MiB in 19 packages [2023-01-25T22:45:40.590Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-25T22:45:40.590Z] (3/4) Installing libucontext (1.1-r0) [2023-01-25T22:45:40.590Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-25T22:45:40.590Z] Executing busybox-1.34.1-r7.trigger [2023-01-25T22:45:40.590Z] OK: 6 MiB in 18 packages [2023-01-25T22:45:40.590Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-25T22:45:40.590Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-25T22:45:40.590Z] (3/5) Installing libucontext (1.1-r0) [2023-01-25T22:45:40.590Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-25T22:45:40.590Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-25T22:45:40.590Z] Executing busybox-1.34.1-r7.trigger [2023-01-25T22:45:40.590Z] OK: 7 MiB in 19 packages [2023-01-25T22:45:41.188Z] Removing intermediate container 0a71fe3000eb [2023-01-25T22:45:41.188Z] ---> 7418a0d50b64 [2023-01-25T22:45:41.188Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-25T22:45:41.446Z] Removing intermediate container 1e4ee84d208d [2023-01-25T22:45:41.446Z] ---> e82ad95d00d3 [2023-01-25T22:45:41.446Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-25T22:45:41.446Z] Removing intermediate container b9c9aac96dd0 [2023-01-25T22:45:41.446Z] ---> 0bf5ab72fa2f [2023-01-25T22:45:41.446Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-25T22:45:42.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.499s coverage: 98.5% of statements [2023-01-25T22:45:45.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 1.197s coverage: 43.1% of statements [2023-01-25T22:45:45.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-25T22:45:45.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-25T22:45:45.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-25T22:45:45.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.468s coverage: 54.0% of statements [2023-01-25T22:45:45.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-25T22:45:45.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-25T22:45:46.935Z] ---> 1fa110245a05 [2023-01-25T22:45:46.935Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-25T22:45:46.935Z] ---> f4305e2ac64b [2023-01-25T22:45:46.935Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-25T22:45:46.935Z] ---> 0a0ddfd5c8d1 [2023-01-25T22:45:46.935Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-25T22:45:48.414Z] ---> 72f656bd590d [2023-01-25T22:45:48.414Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-25T22:45:48.414Z] ---> 5db4db86d881 [2023-01-25T22:45:48.414Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-25T22:45:48.983Z] ---> ad71998cc197 [2023-01-25T22:45:48.983Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-25T22:45:48.983Z] ---> Running in 63987016b20d [2023-01-25T22:45:48.983Z] ---> 67ec7477b50c [2023-01-25T22:45:48.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-25T22:45:49.557Z] Removing intermediate container 63987016b20d [2023-01-25T22:45:49.557Z] ---> de0e1846a134 [2023-01-25T22:45:49.557Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-25T22:45:49.557Z] ---> 25de80653395 [2023-01-25T22:45:49.557Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-25T22:45:49.557Z] ---> 588e0e59bfbb [2023-01-25T22:45:49.557Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-25T22:45:49.820Z] ---> Running in 2798c0dc21f5 [2023-01-25T22:45:49.820Z] ---> 299f916d66a6 [2023-01-25T22:45:49.820Z] Step 19/24 : WORKDIR / [2023-01-25T22:45:49.820Z] Removing intermediate container 2798c0dc21f5 [2023-01-25T22:45:49.820Z] ---> 3752468e8c83 [2023-01-25T22:45:49.820Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-25T22:45:50.089Z] ---> 2e3ea79ed3ee [2023-01-25T22:45:50.089Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-25T22:45:50.089Z] ---> Running in 6a5d9c55a4a1 [2023-01-25T22:45:50.089Z] ---> Running in e174666eed16 [2023-01-25T22:45:50.347Z] Removing intermediate container e174666eed16 [2023-01-25T22:45:50.347Z] ---> 0839b738a7fa [2023-01-25T22:45:50.347Z] Step 21/23 : LABEL arch=x86_64 [2023-01-25T22:45:50.347Z] Removing intermediate container 6a5d9c55a4a1 [2023-01-25T22:45:50.347Z] ---> 64248d1cb058 [2023-01-25T22:45:50.347Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-25T22:45:50.347Z] ---> 2378abc09341 [2023-01-25T22:45:50.347Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-25T22:45:50.347Z] ---> Running in dc80f90a7fd9 [2023-01-25T22:45:50.347Z] ---> Running in 581895ff5179 [2023-01-25T22:45:50.347Z] ---> Running in eb03db06bbbf [2023-01-25T22:45:50.608Z] Removing intermediate container eb03db06bbbf [2023-01-25T22:45:50.608Z] ---> b69eca0e7503 [2023-01-25T22:45:50.608Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-25T22:45:50.608Z] ---> Running in 6db846a94074 [2023-01-25T22:45:50.608Z] Removing intermediate container dc80f90a7fd9 [2023-01-25T22:45:50.608Z] ---> 3b1e8d45b428 [2023-01-25T22:45:50.608Z] Step 22/23 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:45:50.608Z] Removing intermediate container 581895ff5179 [2023-01-25T22:45:50.608Z] ---> 024d11b74d47 [2023-01-25T22:45:50.608Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-25T22:45:50.608Z] ---> Running in 9d91bd0b68f1 [2023-01-25T22:45:50.608Z] ---> Running in f86b5056dfa2 [2023-01-25T22:45:50.608Z] Removing intermediate container 6db846a94074 [2023-01-25T22:45:50.608Z] ---> 5f21a3e1be05 [2023-01-25T22:45:50.608Z] Step 22/24 : LABEL arch=x86_64 [2023-01-25T22:45:50.867Z] ---> Running in 3330ca548d60 [2023-01-25T22:45:50.867Z] Removing intermediate container 9d91bd0b68f1 [2023-01-25T22:45:50.867Z] ---> 5935e7130706 [2023-01-25T22:45:50.867Z] Step 23/23 : LABEL version=0.0.0 [2023-01-25T22:45:51.145Z] Removing intermediate container f86b5056dfa2 [2023-01-25T22:45:51.145Z] ---> 1a230a1a5235 [2023-01-25T22:45:51.145Z] Step 22/24 : LABEL arch=x86_64 [2023-01-25T22:45:51.145Z] Removing intermediate container 3330ca548d60 [2023-01-25T22:45:51.145Z] ---> 06e838f1b483 [2023-01-25T22:45:51.145Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:45:51.145Z] ---> Running in 939462511c4e [2023-01-25T22:45:51.145Z] ---> Running in f26de933c1b9 [2023-01-25T22:45:51.145Z] ---> Running in add7b9707f6a [2023-01-25T22:45:51.403Z] Removing intermediate container 939462511c4e [2023-01-25T22:45:51.403Z] ---> c2a539fa4188 [2023-01-25T22:45:51.403Z] [2023-01-25T22:45:51.403Z] Removing intermediate container f26de933c1b9 [2023-01-25T22:45:51.403Z] ---> 19af0ad028a4 [2023-01-25T22:45:51.403Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:45:51.403Z] Removing intermediate container add7b9707f6a [2023-01-25T22:45:51.403Z] ---> 44c283f14c91 [2023-01-25T22:45:51.403Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T22:45:51.403Z] ---> Running in 10da3914b3a8 [2023-01-25T22:45:51.403Z] Successfully built c2a539fa4188 [2023-01-25T22:45:51.403Z] Successfully tagged security-spire-server:latest [2023-01-25T22:45:51.403Z]  Building security-spire-server ... done Building core-data [2023-01-25T22:45:51.403Z] ---> Running in 406473dfec96 [2023-01-25T22:45:53.301Z] Removing intermediate container 10da3914b3a8 [2023-01-25T22:45:53.301Z] ---> 3d5919ee4cf7 [2023-01-25T22:45:53.301Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T22:45:54.238Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:45:54.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:45:54.239Z] ---> 47a580353a56 [2023-01-25T22:45:54.239Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:45:54.239Z] ---> Using cache [2023-01-25T22:45:54.239Z] ---> 744a26bce1e9 [2023-01-25T22:45:54.239Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T22:45:54.239Z] ---> Using cache [2023-01-25T22:45:54.239Z] ---> 1dfe16f82026 [2023-01-25T22:45:54.239Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-25T22:45:54.239Z] ---> Using cache [2023-01-25T22:45:54.239Z] ---> a7214848039a [2023-01-25T22:45:54.239Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T22:45:54.239Z] ---> Using cache [2023-01-25T22:45:54.239Z] ---> d715cdcf24ee [2023-01-25T22:45:54.239Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:45:54.239Z] ---> Using cache [2023-01-25T22:45:54.239Z] ---> 443514bbe475 [2023-01-25T22:45:54.239Z] Step 8/22 : COPY . . [2023-01-25T22:45:54.239Z] ---> Using cache [2023-01-25T22:45:54.239Z] ---> 5fdaa8f1e14d [2023-01-25T22:45:54.239Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-25T22:45:56.135Z] Removing intermediate container 406473dfec96 [2023-01-25T22:45:56.135Z] ---> c4c62a0ca519 [2023-01-25T22:45:56.135Z] [2023-01-25T22:45:56.135Z] ---> Running in dfb93de95f74 [2023-01-25T22:45:56.135Z] ---> Running in a65590818ff0 [2023-01-25T22:45:56.135Z] Successfully built c4c62a0ca519 [2023-01-25T22:45:56.135Z] Successfully tagged security-spire-agent:latest [2023-01-25T22:45:56.135Z] Building security-bootstrapper [2023-01-25T22:45:56.392Z]  Building security-spire-agent ... done Removing intermediate container a65590818ff0 [2023-01-25T22:45:56.392Z] ---> 717653dac21b [2023-01-25T22:45:56.392Z] [2023-01-25T22:45:56.392Z] Successfully built 717653dac21b [2023-01-25T22:45:56.392Z] Successfully tagged security-spire-config:latest [2023-01-25T22:45:56.958Z]  Building security-spire-config ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-25T22:45:58.857Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:45:58.857Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:45:58.857Z] ---> 47a580353a56 [2023-01-25T22:45:58.857Z] Step 3/32 : WORKDIR /edgex-go [2023-01-25T22:45:58.857Z] ---> Using cache [2023-01-25T22:45:58.857Z] ---> 41b42e6119a4 [2023-01-25T22:45:58.857Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-25T22:45:58.857Z] ---> Using cache [2023-01-25T22:45:58.857Z] ---> 0fa7d31fc4b6 [2023-01-25T22:45:58.857Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-25T22:45:58.857Z] ---> Using cache [2023-01-25T22:45:58.857Z] ---> d1fc39ebe7a7 [2023-01-25T22:45:58.857Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:45:58.857Z] ---> Using cache [2023-01-25T22:45:58.857Z] ---> f7de7f2dd49e [2023-01-25T22:45:58.857Z] Step 7/32 : COPY . . [2023-01-25T22:45:58.857Z] ---> Using cache [2023-01-25T22:45:58.857Z] ---> b98963290b6a [2023-01-25T22:45:58.857Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-25T22:45:59.497Z] 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-01-25T22:46:02.805Z] ---> Running in eafe4144620c [2023-01-25T22:46:03.062Z] 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-01-25T22:46:05.592Z] Removing intermediate container 4b91a7265a9b [2023-01-25T22:46:05.592Z] ---> a6161044978b [2023-01-25T22:46:05.592Z] [2023-01-25T22:46:05.592Z] Step 9/24 : FROM alpine:3.16 [2023-01-25T22:46:05.592Z] ---> bfe296a52501 [2023-01-25T22:46:05.592Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-25T22:46:05.850Z] ---> Running in 0efe2ccb00ea [2023-01-25T22:46:06.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:06.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:06.679Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-25T22:46:06.679Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-25T22:46:06.679Z] (3/3) Installing su-exec (0.2-r1) [2023-01-25T22:46:06.940Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T22:46:06.940Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T22:46:06.940Z] OK: 6 MiB in 17 packages [2023-01-25T22:46:07.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.460s coverage: 89.2% of statements [2023-01-25T22:46:07.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-25T22:46:07.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-25T22:46:07.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:46:07.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-25T22:46:07.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-25T22:46:07.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.681s coverage: 2.4% of statements [2023-01-25T22:46:07.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-25T22:46:07.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-25T22:46:09.523Z] Removing intermediate container 0efe2ccb00ea [2023-01-25T22:46:09.523Z] ---> c3c2735429bd [2023-01-25T22:46:09.523Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-25T22:46:09.782Z] ---> Running in fdf2bc43050d [2023-01-25T22:46:09.782Z] Removing intermediate container b069b07aef9e [2023-01-25T22:46:09.782Z] ---> b7093ce3e1df [2023-01-25T22:46:09.782Z] [2023-01-25T22:46:09.782Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T22:46:09.782Z] ---> bfe296a52501 [2023-01-25T22:46:09.782Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-25T22:46:09.782Z] ---> Running in 7529b65d26b6 [2023-01-25T22:46:10.042Z] Removing intermediate container fdf2bc43050d [2023-01-25T22:46:10.042Z] ---> 3ddbf351e940 [2023-01-25T22:46:10.042Z] Step 12/24 : WORKDIR / [2023-01-25T22:46:10.300Z] ---> Running in 7dcdcdf4e71f [2023-01-25T22:46:10.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:10.300Z] Removing intermediate container 7dcdcdf4e71f [2023-01-25T22:46:10.300Z] ---> 1e557e8de5f6 [2023-01-25T22:46:10.300Z] 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-01-25T22:46:10.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.996s coverage: 95.6% of statements [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-25T22:46:10.453Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.498s coverage: 72.2% of statements [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-25T22:46:10.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.470s coverage: 60.0% of statements [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-25T22:46:10.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.359s coverage: 0.9% of statements [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-25T22:46:10.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.481s coverage: 58.8% of statements [2023-01-25T22:46:10.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.347s coverage: 29.6% of statements [2023-01-25T22:46:10.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-25T22:46:10.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:10.559Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-25T22:46:10.559Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-25T22:46:10.559Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T22:46:10.858Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T22:46:10.858Z] ---> bc27c082ca58 [2023-01-25T22:46:10.858Z] 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-01-25T22:46:10.858Z] OK: 6 MiB in 16 packages [2023-01-25T22:46:11.223Z] ---> cff9c808fe99 [2023-01-25T22:46:11.223Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-25T22:46:11.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.426s coverage: 47.1% of statements [2023-01-25T22:46:11.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.334s coverage: 79.5% of statements [2023-01-25T22:46:11.485Z] Removing intermediate container 7529b65d26b6 [2023-01-25T22:46:11.485Z] ---> 4191874b950f [2023-01-25T22:46:11.485Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T22:46:11.744Z] ---> Running in 522cb62a1eb5 [2023-01-25T22:46:11.744Z] ---> e0fbcf260ebc [2023-01-25T22:46:11.744Z] 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-01-25T22:46:11.744Z] Removing intermediate container 522cb62a1eb5 [2023-01-25T22:46:11.744Z] ---> c6c9ecf8a150 [2023-01-25T22:46:11.744Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-25T22:46:12.012Z] ---> Running in f019b283df64 [2023-01-25T22:46:12.012Z] ---> a04145fcbd18 [2023-01-25T22:46:12.012Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-25T22:46:12.273Z] Removing intermediate container f019b283df64 [2023-01-25T22:46:12.273Z] ---> 280965c384c1 [2023-01-25T22:46:12.273Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-25T22:46:12.273Z] ---> Running in eab08f32d87b [2023-01-25T22:46:12.838Z] Removing intermediate container eab08f32d87b [2023-01-25T22:46:12.838Z] ---> 08b4ee4724e7 [2023-01-25T22:46:12.838Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:46:12.838Z] ---> f681ab26aaad [2023-01-25T22:46:12.838Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-25T22:46:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.312s coverage: 94.1% of statements [2023-01-25T22:46:13.101Z] ---> 3899900db1b6 [2023-01-25T22:46:13.101Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-25T22:46:14.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.358s coverage: 96.3% of statements [2023-01-25T22:46:14.653Z] ---> 1d503ebf309a [2023-01-25T22:46:14.653Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-25T22:46:14.930Z] ---> d32b62928e7f [2023-01-25T22:46:14.930Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-25T22:46:15.511Z] ---> 1a35af59c3dc [2023-01-25T22:46:15.511Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-25T22:46:15.769Z] ---> cab19f14e71d [2023-01-25T22:46:15.769Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-25T22:46:15.769Z] ---> Running in 8b787ea498b9 [2023-01-25T22:46:15.769Z] ---> Running in a3c5270a412d [2023-01-25T22:46:16.042Z] Removing intermediate container a3c5270a412d [2023-01-25T22:46:16.042Z] ---> 1a898201201a [2023-01-25T22:46:16.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T22:46:16.042Z] ---> Running in 3aa70f566551 [2023-01-25T22:46:16.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.332s coverage: 87.5% of statements [2023-01-25T22:46:16.300Z] Removing intermediate container 3aa70f566551 [2023-01-25T22:46:16.300Z] ---> c132ceece176 [2023-01-25T22:46:16.300Z] Step 20/22 : LABEL arch=x86_64 [2023-01-25T22:46:16.300Z] ---> Running in 37e59f677e21 [2023-01-25T22:46:16.568Z] Removing intermediate container 37e59f677e21 [2023-01-25T22:46:16.568Z] ---> ef50e97e0d1e [2023-01-25T22:46:16.568Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:46:16.568Z] ---> Running in 6429fb466deb [2023-01-25T22:46:16.850Z] Removing intermediate container 6429fb466deb [2023-01-25T22:46:16.850Z] ---> 51b8bf90885f [2023-01-25T22:46:16.850Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T22:46:16.850Z] ---> Running in 7f6e93c35a55 [2023-01-25T22:46:16.850Z] Removing intermediate container 8b787ea498b9 [2023-01-25T22:46:16.850Z] ---> 9c9367e3ece0 [2023-01-25T22:46:16.850Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-25T22:46:16.850Z] ---> Running in a6a03ee5d880 [2023-01-25T22:46:17.109Z] Removing intermediate container 7f6e93c35a55 [2023-01-25T22:46:17.109Z] ---> 5ec1212b1c56 [2023-01-25T22:46:17.109Z] [2023-01-25T22:46:17.109Z] Removing intermediate container a6a03ee5d880 [2023-01-25T22:46:17.109Z] ---> 3ba782b20f33 [2023-01-25T22:46:17.109Z] Step 22/24 : LABEL arch=x86_64 [2023-01-25T22:46:17.109Z] Successfully built 5ec1212b1c56 [2023-01-25T22:46:17.109Z] Successfully tagged support-notifications:latest [2023-01-25T22:46:17.109Z]  Building support-notifications ... done  ---> Running in 989c57c65406 [2023-01-25T22:46:17.371Z] Removing intermediate container 989c57c65406 [2023-01-25T22:46:17.371Z] ---> 98e43937f14c [2023-01-25T22:46:17.371Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:46:17.371Z] ---> Running in c5c9c9380a13 [2023-01-25T22:46:17.632Z] Removing intermediate container c5c9c9380a13 [2023-01-25T22:46:17.632Z] ---> 0b7963d6b49f [2023-01-25T22:46:17.632Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T22:46:17.632Z] ---> Running in 93212bbd45f0 [2023-01-25T22:46:17.632Z] Removing intermediate container 93212bbd45f0 [2023-01-25T22:46:17.632Z] ---> 87d6b9c8b721 [2023-01-25T22:46:17.632Z] [2023-01-25T22:46:17.632Z] Successfully built 87d6b9c8b721 [2023-01-25T22:46:17.632Z] Successfully tagged security-secretstore-setup:latest [2023-01-25T22:46:21.828Z]  Building security-secretstore-setup ... done Removing intermediate container dfb93de95f74 [2023-01-25T22:46:21.828Z] ---> 9facb1786b40 [2023-01-25T22:46:21.828Z] [2023-01-25T22:46:21.828Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T22:46:21.828Z] ---> bfe296a52501 [2023-01-25T22:46:21.828Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-25T22:46:21.828Z] ---> Running in f658504d79e1 [2023-01-25T22:46:21.828Z] Removing intermediate container f658504d79e1 [2023-01-25T22:46:21.828Z] ---> bb47bef3e937 [2023-01-25T22:46:21.828Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-25T22:46:21.828Z] ---> Running in 14b57be5b6b7 [2023-01-25T22:46:21.828Z] Removing intermediate container 14b57be5b6b7 [2023-01-25T22:46:21.828Z] ---> 32af766b2282 [2023-01-25T22:46:21.828Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-25T22:46:21.828Z] ---> Running in 9459e6742f3c [2023-01-25T22:46:21.828Z] Removing intermediate container 9459e6742f3c [2023-01-25T22:46:21.828Z] ---> 3e52b022a589 [2023-01-25T22:46:21.828Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-25T22:46:21.828Z] ---> Running in 458c784a6333 [2023-01-25T22:46:22.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:23.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:23.717Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-25T22:46:23.717Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T22:46:23.717Z] OK: 6 MiB in 15 packages [2023-01-25T22:46:24.653Z] Removing intermediate container eafe4144620c [2023-01-25T22:46:24.653Z] ---> 0f88c2179650 [2023-01-25T22:46:24.653Z] [2023-01-25T22:46:24.653Z] Step 9/32 : FROM alpine:3.16 [2023-01-25T22:46:24.653Z] ---> bfe296a52501 [2023-01-25T22:46:24.653Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T22:46:24.653Z] ---> Running in ae6355515b8c [2023-01-25T22:46:24.653Z] Removing intermediate container ae6355515b8c [2023-01-25T22:46:24.653Z] ---> 085272eb7de9 [2023-01-25T22:46:24.653Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-25T22:46:24.653Z] Removing intermediate container 458c784a6333 [2023-01-25T22:46:24.653Z] ---> db82a2d5b204 [2023-01-25T22:46:24.653Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:46:24.653Z] ---> Running in 06da09cd9f6d [2023-01-25T22:46:24.911Z] ---> fe0e1fca38fb [2023-01-25T22:46:24.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-25T22:46:24.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:25.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-25T22:46:25.428Z] ---> 7241389dbdca [2023-01-25T22:46:25.428Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-25T22:46:25.428Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-25T22:46:25.428Z] (2/2) Installing su-exec (0.2-r1) [2023-01-25T22:46:25.428Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T22:46:25.428Z] OK: 6 MiB in 16 packages [2023-01-25T22:46:25.428Z] ---> 23b65ae91893 [2023-01-25T22:46:25.428Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-25T22:46:25.428Z] ---> Running in 56a59f5a2d09 [2023-01-25T22:46:25.688Z] Removing intermediate container 56a59f5a2d09 [2023-01-25T22:46:25.688Z] ---> 4d1d2d558ea5 [2023-01-25T22:46:25.688Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T22:46:25.688Z] ---> Running in 3a605c63aa7a [2023-01-25T22:46:25.688Z] Removing intermediate container 3a605c63aa7a [2023-01-25T22:46:25.688Z] ---> 189db203959e [2023-01-25T22:46:25.688Z] Step 20/22 : LABEL arch=x86_64 [2023-01-25T22:46:25.688Z] ---> Running in d451c1a2d83d [2023-01-25T22:46:25.688Z] Removing intermediate container 06da09cd9f6d [2023-01-25T22:46:25.688Z] ---> 066414898a9d [2023-01-25T22:46:25.688Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-25T22:46:25.688Z] ---> Running in b125c39bd460 [2023-01-25T22:46:25.688Z] Removing intermediate container d451c1a2d83d [2023-01-25T22:46:25.688Z] ---> 01284e1f8ead [2023-01-25T22:46:25.688Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:46:25.946Z] ---> Running in d95f65c1be6f [2023-01-25T22:46:25.946Z] Removing intermediate container b125c39bd460 [2023-01-25T22:46:25.946Z] ---> 5b0989e04787 [2023-01-25T22:46:25.946Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-25T22:46:25.946Z] ---> Running in f2064379cc2b [2023-01-25T22:46:25.946Z] Removing intermediate container d95f65c1be6f [2023-01-25T22:46:25.946Z] ---> 9fe574635837 [2023-01-25T22:46:25.946Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T22:46:25.946Z] ---> Running in 92c929332254 [2023-01-25T22:46:25.946Z] Removing intermediate container f2064379cc2b [2023-01-25T22:46:25.946Z] ---> 5519719893c2 [2023-01-25T22:46:25.946Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-25T22:46:25.946Z] ---> Running in 3acf5509ed6d [2023-01-25T22:46:25.946Z] Removing intermediate container 92c929332254 [2023-01-25T22:46:25.946Z] ---> 476f0be5a8b6 [2023-01-25T22:46:25.946Z] [2023-01-25T22:46:26.205Z] Successfully built 476f0be5a8b6 [2023-01-25T22:46:26.205Z] Removing intermediate container 3acf5509ed6d [2023-01-25T22:46:26.205Z] ---> e836b926b4fa [2023-01-25T22:46:26.205Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-25T22:46:26.205Z] Successfully tagged core-data:latest [2023-01-25T22:46:26.205Z]  Building core-data ... done  ---> Running in 3b9c77ec42fa [2023-01-25T22:46:26.205Z] Removing intermediate container 3b9c77ec42fa [2023-01-25T22:46:26.205Z] ---> 401ea54f32ec [2023-01-25T22:46:26.205Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-25T22:46:26.205Z] ---> Running in 66317087ba13 [2023-01-25T22:46:26.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.326s coverage: 94.4% of statements [2023-01-25T22:46:26.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.405s coverage: 44.8% of statements [2023-01-25T22:46:26.772Z] Removing intermediate container 66317087ba13 [2023-01-25T22:46:26.772Z] ---> 0ef0d1a9626f [2023-01-25T22:46:26.772Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-25T22:46:26.772Z] ---> Running in 9a58c9feaba4 [2023-01-25T22:46:27.031Z] Removing intermediate container 9a58c9feaba4 [2023-01-25T22:46:27.031Z] ---> 5cdcf1c3d5ed [2023-01-25T22:46:27.031Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-25T22:46:27.031Z] ---> bc626af357a2 [2023-01-25T22:46:27.031Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-25T22:46:27.031Z] ---> Running in e58ee427ff1f [2023-01-25T22:46:27.967Z] Removing intermediate container e58ee427ff1f [2023-01-25T22:46:27.967Z] ---> a3b770366862 [2023-01-25T22:46:27.967Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T22:46:27.967Z] ---> e31abb93880e [2023-01-25T22:46:27.967Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-25T22:46:28.534Z] ---> f30462b92141 [2023-01-25T22:46:28.534Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-25T22:46:28.534Z] ---> 35946ef4d9c6 [2023-01-25T22:46:28.534Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-25T22:46:28.791Z] ---> 22bddfcf731e [2023-01-25T22:46:28.791Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-25T22:46:28.791Z] ---> 9992ee8de9e0 [2023-01-25T22:46:28.791Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-25T22:46:29.049Z] ---> 8833eb2bf9d4 [2023-01-25T22:46:29.049Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-25T22:46:29.049Z] ---> 69d5f76c17d3 [2023-01-25T22:46:29.049Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-25T22:46:29.308Z] ---> Running in d7b9fe6022ca [2023-01-25T22:46:29.875Z] Removing intermediate container d7b9fe6022ca [2023-01-25T22:46:29.875Z] ---> 93be02d77f3f [2023-01-25T22:46:29.875Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-25T22:46:30.133Z] ---> Running in 20a71002b8ed [2023-01-25T22:46:30.392Z] Removing intermediate container 20a71002b8ed [2023-01-25T22:46:30.392Z] ---> e80ea9b5a752 [2023-01-25T22:46:30.392Z] Step 29/32 : CMD ["gate"] [2023-01-25T22:46:30.392Z] ---> Running in f507630b8182 [2023-01-25T22:46:30.392Z] Removing intermediate container f507630b8182 [2023-01-25T22:46:30.392Z] ---> ae1dbcd3f5fa [2023-01-25T22:46:30.392Z] Step 30/32 : LABEL arch=x86_64 [2023-01-25T22:46:30.392Z] ---> Running in 555411c17e84 [2023-01-25T22:46:30.392Z] Removing intermediate container 555411c17e84 [2023-01-25T22:46:30.392Z] ---> d549fd1ea95c [2023-01-25T22:46:30.392Z] Step 31/32 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:46:30.650Z] ---> Running in cfffeb2b9908 [2023-01-25T22:46:30.650Z] Removing intermediate container cfffeb2b9908 [2023-01-25T22:46:30.650Z] ---> ec6a0156425f [2023-01-25T22:46:30.650Z] Step 32/32 : LABEL version=0.0.0 [2023-01-25T22:46:30.650Z] ---> Running in e62c96e31402 [2023-01-25T22:46:30.650Z] Removing intermediate container e62c96e31402 [2023-01-25T22:46:30.650Z] ---> 3b5d0d9a850f [2023-01-25T22:46:30.650Z] [2023-01-25T22:46:30.909Z] Successfully built 3b5d0d9a850f [2023-01-25T22:46:30.909Z] Successfully tagged security-bootstrapper:latest [2023-01-25T22:46:30.917Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-01-25T22:46:30.950Z] $ docker stop --time=1 86a148f4363b865e8e06ff4f42317ba08ac2d7f33f99e8a594df02ee331d3bd3 [2023-01-25T22:46:32.242Z] $ docker rm -f --volumes 86a148f4363b865e8e06ff4f42317ba08ac2d7f33f99e8a594df02ee331d3bd3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-25T22:46:32.642Z] + docker images [2023-01-25T22:46:32.642Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-25T22:46:32.642Z] security-bootstrapper latest 3b5d0d9a850f 2 seconds ago 20.3MB [2023-01-25T22:46:32.642Z] core-data latest 476f0be5a8b6 7 seconds ago 17.9MB [2023-01-25T22:46:32.642Z] 0f88c2179650 9 seconds ago 1.67GB [2023-01-25T22:46:32.642Z] 9facb1786b40 13 seconds ago 1.69GB [2023-01-25T22:46:32.642Z] security-secretstore-setup latest 87d6b9c8b721 15 seconds ago 29.9MB [2023-01-25T22:46:32.642Z] support-notifications latest 5ec1212b1c56 16 seconds ago 30.6MB [2023-01-25T22:46:32.642Z] b7093ce3e1df 23 seconds ago 1.75GB [2023-01-25T22:46:32.642Z] a6161044978b 29 seconds ago 1.68GB [2023-01-25T22:46:32.642Z] security-spire-config latest 717653dac21b 36 seconds ago 85.8MB [2023-01-25T22:46:32.642Z] security-spire-agent latest c4c62a0ca519 39 seconds ago 125MB [2023-01-25T22:46:32.642Z] security-spire-server latest c2a539fa4188 41 seconds ago 86.5MB [2023-01-25T22:46:32.642Z] 7e50234513cc 53 seconds ago 1.55GB [2023-01-25T22:46:32.642Z] 9bf338a476ae 53 seconds ago 1.55GB [2023-01-25T22:46:32.642Z] 10993798a033 53 seconds ago 1.55GB [2023-01-25T22:46:32.642Z] core-command latest c8951e6ef2a8 About a minute ago 17.7MB [2023-01-25T22:46:32.642Z] adf4da36d799 2 minutes ago 1.68GB [2023-01-25T22:46:32.642Z] security-spiffe-token-provider latest 588d10f6124b 2 minutes ago 29.8MB [2023-01-25T22:46:32.642Z] security-proxy-setup latest fda33f99b966 2 minutes ago 27.8MB [2023-01-25T22:46:32.642Z] core-metadata latest 33c511a5e1b7 2 minutes ago 18.5MB [2023-01-25T22:46:32.642Z] core-common-config-bootstrapper latest 503300c2b587 2 minutes ago 15.5MB [2023-01-25T22:46:32.642Z] support-scheduler latest da75d737b1c8 2 minutes ago 30MB [2023-01-25T22:46:32.642Z] 5dae2aed1b5c 2 minutes ago 1.75GB [2023-01-25T22:46:32.642Z] d4ac1e3daf70 2 minutes ago 1.72GB [2023-01-25T22:46:32.642Z] a80ee861a79d 2 minutes ago 1.69GB [2023-01-25T22:46:32.642Z] 851cc652ef1b 2 minutes ago 1.67GB [2023-01-25T22:46:32.642Z] 7dcf91552dd9 2 minutes ago 1.68GB [2023-01-25T22:46:32.642Z] ci-base-image-x86_64 latest 47a580353a56 6 minutes ago 904MB [2023-01-25T22:46:32.642Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-25T22:46:32.642Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-25T22:46:32.642Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-25T22:46:32.642Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-25T22:46:32.642Z] 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-01-25T22:46:36.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.991s coverage: 79.9% of statements [2023-01-25T22:46:36.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-25T22:46:43.034Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.437s coverage: 92.9% of statements [2023-01-25T22:46:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-25T22:46:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-25T22:46:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-25T22:46:43.034Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 65.1% of statements [2023-01-25T22:46:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-25T22:46:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-25T22:46:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-25T22:46:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-25T22:46:43.034Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.238s coverage: 86.9% of statements [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-25T22:46:43.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.222s coverage: 87.2% of statements [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-25T22:46:43.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-25T22:46:43.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.280s coverage: 77.4% of statements [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-25T22:46:43.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.266s coverage: 80.0% of statements [2023-01-25T22:46:43.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.250s coverage: 87.2% of statements [2023-01-25T22:46:43.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.883s coverage: 91.2% of statements [2023-01-25T22:46:43.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-25T22:46:46.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.097s coverage: 64.7% of statements [2023-01-25T22:46:46.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-25T22:46:46.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-25T22:46:46.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.264s coverage: 100.0% of statements [2023-01-25T22:46:46.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 89.4% of statements [2023-01-25T22:46:46.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2023-01-25T22:46:46.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.130s coverage: 73.7% of statements [2023-01-25T22:46:46.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements [2023-01-25T22:46:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.320s coverage: 65.3% of statements [2023-01-25T22:46:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-25T22:46:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-25T22:46:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-25T22:46:54.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.767s coverage: 41.8% of statements [2023-01-25T22:46:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-25T22:46:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-25T22:46:54.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.405s coverage: 89.5% of statements [2023-01-25T22:46:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-25T22:46:54.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.297s coverage: 84.8% of statements [2023-01-25T22:46:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-25T22:46:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-25T22:46:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-25T22:46:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-25T22:47:03.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.357s coverage: 17.7% of statements [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-25T22:47:03.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.674s coverage: 92.3% of statements [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-25T22:47:03.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.424s coverage: 63.2% of statements [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-25T22:47:03.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.444s coverage: 97.7% of statements [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-25T22:47:03.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-25T22:47:03.369Z] 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-01-25T22:47:03.369Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-25T22:47:03.369Z] go vet ./... [2023-01-25T22:48:55.027Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-25T22:48:55.027Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-25T22:48:55.027Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-25T22:48:55.069Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-25T22:48:55.729Z] + ls -al . [2023-01-25T22:48:55.730Z] total 744 [2023-01-25T22:48:55.730Z] drwxrwxr-x 10 1001 1001 4096 Jan 25 22:43 . [2023-01-25T22:48:55.730Z] drwxr-xr-x 4 root root 4096 Jan 25 22:43 .. [2023-01-25T22:48:55.730Z] drwxrwxr-x 2 1001 1001 4096 Jan 25 22:41 .blubracket [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 16 Jan 25 22:41 .dockerignore [2023-01-25T22:48:55.730Z] drwxrwxr-x 8 1001 1001 4096 Jan 25 22:41 .git [2023-01-25T22:48:55.730Z] drwxrwxr-x 3 1001 1001 4096 Jan 25 22:41 .github [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 1024 Jan 25 22:41 .gitignore [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 42 Jan 25 22:41 .golangci.yml [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 87 Jan 25 22:41 .hadolint.yml [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 166 Jan 25 22:41 .sonarcloud.properties [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 1171 Jan 25 22:41 ADOPTERS.md [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 10825 Jan 25 22:41 Attribution.txt [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 73765 Jan 25 22:41 CHANGELOG.md [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 3804 Jan 25 22:41 CONTRIBUTING.md [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 677 Jan 25 22:41 GOVERNANCE.md [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 850 Jan 25 22:41 Jenkinsfile [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 10775 Jan 25 22:41 LICENSE [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 13388 Jan 25 22:41 Makefile [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 582 Jan 25 22:41 OWNERS.md [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 9403 Jan 25 22:41 README.md [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 6912 Jan 25 22:41 SECURITY.md [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 5 Jan 25 22:39 VERSION [2023-01-25T22:48:55.730Z] drwxrwxr-x 2 1001 1001 4096 Jan 25 22:41 bin [2023-01-25T22:48:55.730Z] drwxrwxr-x 17 1001 1001 4096 Jan 25 22:41 cmd [2023-01-25T22:48:55.730Z] -rw-r--r-- 1 root root 489970 Jan 25 22:47 coverage.out [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 3365 Jan 25 22:41 go.mod [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 34951 Jan 25 22:41 go.sum [2023-01-25T22:48:55.730Z] drwxrwxr-x 7 1001 1001 4096 Jan 25 22:41 internal [2023-01-25T22:48:55.730Z] drwxrwxr-x 3 1001 1001 4096 Jan 25 22:41 openapi [2023-01-25T22:48:55.730Z] drwxrwxr-x 4 1001 1001 4096 Jan 25 22:41 snap [2023-01-25T22:48:55.730Z] -rw-rw-r-- 1 1001 1001 204 Jan 25 22:41 version.go [Pipeline] sh [2023-01-25T22:48:56.388Z] + '[' -e coverage.out ] [2023-01-25T22:48:56.388Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-25T22:48:56.430Z] Warning: overwriting stash ‘coverage-report’ [2023-01-25T22:48:58.001Z] Stashed 1 file(s) [Pipeline] sh [2023-01-25T22:48:58.327Z] + make build [2023-01-25T22:48:58.327Z] 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-01-25T22:50:19.961Z] 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-01-25T22:50:20.553Z] 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-01-25T22:50:24.789Z] 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-01-25T22:50:29.043Z] 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-01-25T22:51:07.876Z] 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-01-25T22:51:13.198Z] 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-01-25T22:51:17.436Z] 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-01-25T22:51:24.059Z] 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-01-25T22:51:26.630Z] 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-01-25T22:51:30.866Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-25T22:51:43.150Z] 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-01-25T22:51:47.406Z] $ docker stop --time=1 6e339f89adbcdaa010c1e1d90d97b92ba24e6bc248f84027d95c24e453241aea [2023-01-25T22:51:49.372Z] $ docker rm -f --volumes 6e339f89adbcdaa010c1e1d90d97b92ba24e6bc248f84027d95c24e453241aea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:51:51.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-25T22:51:51.611Z] [2023-01-25T22:51:51.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:51:52.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-25T22:51:52.271Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-25T22:51:52.271Z] 29e5d40040c1: Pulling fs layer [2023-01-25T22:51:52.271Z] 1ce36da41761: Pulling fs layer [2023-01-25T22:51:52.271Z] 25b303627fd3: Pulling fs layer [2023-01-25T22:51:52.271Z] 29e5d40040c1: Download complete [2023-01-25T22:51:52.537Z] 1ce36da41761: Verifying Checksum [2023-01-25T22:51:52.537Z] 1ce36da41761: Download complete [2023-01-25T22:51:52.806Z] 29e5d40040c1: Pull complete [2023-01-25T22:51:54.213Z] 25b303627fd3: Verifying Checksum [2023-01-25T22:51:54.213Z] 25b303627fd3: Download complete [2023-01-25T22:51:54.213Z] 1ce36da41761: Pull complete [2023-01-25T22:52:02.397Z] 25b303627fd3: Pull complete [2023-01-25T22:52:02.397Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-25T22:52:02.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-25T22:52:02.397Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:52:02.694Z] prd-ubuntu20.04-docker-arm64-4c-16g-3697 does not seem to be running inside a container [2023-01-25T22:52:02.749Z] $ 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-01-25T22:52:04.767Z] $ docker top 9a5296f645a26f5e710684cc6816e89f68d56218808b487b1dd3be406b8beac4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-25T22:52:05.603Z] + docker-compose build+ --helpgrep [2023-01-25T22:52:05.603Z] parallel [2023-01-25T22:52:09.836Z] --parallel Build images in parallel. [Pipeline] } [2023-01-25T22:52:09.868Z] $ docker stop --time=1 9a5296f645a26f5e710684cc6816e89f68d56218808b487b1dd3be406b8beac4 [2023-01-25T22:52:11.493Z] $ docker rm -f --volumes 9a5296f645a26f5e710684cc6816e89f68d56218808b487b1dd3be406b8beac4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T22:52:12.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-25T22:52:12.287Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T22:52:12.549Z] prd-ubuntu20.04-docker-arm64-4c-16g-3697 does not seem to be running inside a container [2023-01-25T22:52:12.639Z] $ 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-01-25T22:52:13.839Z] $ docker top a68153b06fcc15ab5ab02c727a03b3399b9c52ac3b4d4599c89f2bd8224cdbce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-25T22:52:14.403Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-25T22:52:18.690Z] Building core-command ... [2023-01-25T22:52:18.690Z] Building core-common-config-bootstrapper ... [2023-01-25T22:52:18.690Z] Building core-data ... [2023-01-25T22:52:18.690Z] Building core-metadata ... [2023-01-25T22:52:18.690Z] Building security-bootstrapper ... [2023-01-25T22:52:18.690Z] Building security-proxy-setup ... [2023-01-25T22:52:18.690Z] Building security-secretstore-setup ... [2023-01-25T22:52:18.690Z] Building security-spiffe-token-provider ... [2023-01-25T22:52:18.690Z] Building security-spire-agent ... [2023-01-25T22:52:18.690Z] Building security-spire-config ... [2023-01-25T22:52:18.690Z] Building security-spire-server ... [2023-01-25T22:52:18.690Z] Building support-notifications ... [2023-01-25T22:52:18.690Z] Building support-scheduler ... [2023-01-25T22:52:18.690Z] Building core-data [2023-01-25T22:52:18.690Z] Building support-scheduler [2023-01-25T22:52:18.690Z] Building core-command [2023-01-25T22:52:18.690Z] Building core-metadata [2023-01-25T22:52:18.690Z] Building security-spire-agent [2023-01-25T22:53:05.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:53:05.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:53:05.549Z] ---> c06e2a061850 [2023-01-25T22:53:05.549Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:53:05.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:53:05.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:53:05.549Z] ---> c06e2a061850 [2023-01-25T22:53:05.549Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:53:05.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:53:05.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:53:05.549Z] ---> c06e2a061850 [2023-01-25T22:53:05.549Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:53:05.549Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:53:05.549Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:53:05.549Z] ---> c06e2a061850 [2023-01-25T22:53:05.549Z] Step 3/24 : WORKDIR /edgex-go [2023-01-25T22:53:05.549Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:53:05.549Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:53:05.549Z] ---> c06e2a061850 [2023-01-25T22:53:05.549Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-25T22:53:05.549Z] ---> Running in cd2922a3bc8a [2023-01-25T22:53:05.549Z] ---> Running in 9c047d6727e5 [2023-01-25T22:53:05.549Z] ---> Running in 49fa9467d807 [2023-01-25T22:53:05.549Z] ---> Running in f9e37c210686 [2023-01-25T22:53:05.549Z] ---> Running in 4f80e9782d07 [2023-01-25T22:53:05.549Z] Removing intermediate container 4f80e9782d07 [2023-01-25T22:53:05.549Z] Removing intermediate container cd2922a3bc8a [2023-01-25T22:53:05.549Z] ---> 393a1434fb2e [2023-01-25T22:53:05.549Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T22:53:05.549Z] ---> 1a95a06ac5d8 [2023-01-25T22:53:05.549Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T22:53:05.549Z] Removing intermediate container 9c047d6727e5 [2023-01-25T22:53:05.549Z] ---> 87512f5eee30 [2023-01-25T22:53:05.549Z] Step 4/24 : WORKDIR /edgex-go [2023-01-25T22:53:05.549Z] Removing intermediate container 49fa9467d807 [2023-01-25T22:53:05.549Z] ---> f764c531f04c [2023-01-25T22:53:05.549Z] Step 4/23 : WORKDIR /edgex-go [2023-01-25T22:53:05.816Z] Removing intermediate container f9e37c210686 [2023-01-25T22:53:05.816Z] ---> ccdb4377edfc [2023-01-25T22:53:05.816Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-25T22:53:05.816Z] ---> Running in a08bcc7adf70 [2023-01-25T22:53:05.816Z] ---> Running in 15e66593c98a [2023-01-25T22:53:05.816Z] ---> Running in fdc516a1ce46 [2023-01-25T22:53:05.816Z] ---> Running in 8810220eced9 [2023-01-25T22:53:05.816Z] ---> Running in 83550ca7f5a0 [2023-01-25T22:53:06.408Z] Removing intermediate container 15e66593c98a [2023-01-25T22:53:06.408Z] ---> 051763c756e4 [2023-01-25T22:53:06.408Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-25T22:53:06.677Z] Removing intermediate container 8810220eced9 [2023-01-25T22:53:06.677Z] ---> c67a0f913bfa [2023-01-25T22:53:06.677Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-25T22:53:06.677Z] Removing intermediate container a08bcc7adf70 [2023-01-25T22:53:06.677Z] ---> 6c275dfcfd2f [2023-01-25T22:53:06.677Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-25T22:53:06.677Z] ---> Running in c079f1b2951d [2023-01-25T22:53:06.677Z] Removing intermediate container fdc516a1ce46 [2023-01-25T22:53:06.677Z] ---> 8a170a5e8481 [2023-01-25T22:53:06.677Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-25T22:53:06.942Z] ---> Running in b55bc3ce70da [2023-01-25T22:53:06.942Z] ---> Running in 271cd9c0448f [2023-01-25T22:53:06.942Z] ---> Running in 3de21147a2df [2023-01-25T22:53:07.910Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:09.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:53:10.823Z] OK: 221 MiB in 51 packages [2023-01-25T22:53:11.091Z] OK: 221 MiB in 51 packages [2023-01-25T22:53:11.091Z] OK: 221 MiB in 51 packages [2023-01-25T22:53:11.091Z] OK: 221 MiB in 51 packages [2023-01-25T22:53:11.091Z] OK: 221 MiB in 51 packages [2023-01-25T22:53:13.042Z] Removing intermediate container 83550ca7f5a0 [2023-01-25T22:53:13.042Z] ---> 23e64931716b [2023-01-25T22:53:13.042Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-25T22:53:13.042Z] Removing intermediate container 271cd9c0448f [2023-01-25T22:53:13.042Z] ---> 6cc3809bbb2f [2023-01-25T22:53:13.042Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T22:53:13.042Z] Removing intermediate container b55bc3ce70da [2023-01-25T22:53:13.042Z] ---> 7930e1c2dcaa [2023-01-25T22:53:13.042Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-25T22:53:13.042Z] Removing intermediate container c079f1b2951d [2023-01-25T22:53:13.042Z] ---> b68e7b19ab27 [2023-01-25T22:53:13.042Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T22:53:13.042Z] Removing intermediate container 3de21147a2df [2023-01-25T22:53:13.042Z] ---> 213519eb108f [2023-01-25T22:53:13.042Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-25T22:53:14.008Z] ---> 8a18880af3ac [2023-01-25T22:53:14.008Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:53:14.008Z] ---> dd3721b8dfa5 [2023-01-25T22:53:14.008Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:53:14.008Z] ---> adbf14b20fac [2023-01-25T22:53:14.008Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:53:14.008Z] ---> Running in 8766169cf0f1 [2023-01-25T22:53:14.283Z] ---> 8c6b9a8fe12d [2023-01-25T22:53:14.283Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:53:14.283Z] ---> Running in ea752f0025ab [2023-01-25T22:53:14.283Z] ---> 007eb0739b4d [2023-01-25T22:53:14.283Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:53:14.283Z] ---> Running in 0b4734c3d82d [2023-01-25T22:53:14.283Z] ---> Running in c8f74c95dfaa [2023-01-25T22:53:14.552Z] ---> Running in 257327c64ffb [2023-01-25T22:55:06.339Z] Removing intermediate container ea752f0025ab [2023-01-25T22:55:06.339Z] ---> 9129772e5cdc [2023-01-25T22:55:06.339Z] Step 7/24 : COPY . . [2023-01-25T22:55:06.339Z] Removing intermediate container 0b4734c3d82d [2023-01-25T22:55:06.339Z] ---> 8a2eb35d4ae3 [2023-01-25T22:55:06.339Z] Step 8/22 : COPY . . [2023-01-25T22:55:06.339Z] Removing intermediate container 8766169cf0f1 [2023-01-25T22:55:06.339Z] ---> 70d9f5f1f20a [2023-01-25T22:55:06.339Z] Step 8/23 : COPY . . [2023-01-25T22:55:06.339Z] Removing intermediate container c8f74c95dfaa [2023-01-25T22:55:06.339Z] Removing intermediate container 257327c64ffb [2023-01-25T22:55:06.339Z] ---> 8d4167a7c03b [2023-01-25T22:55:06.339Z] Step 8/24 : COPY . . [2023-01-25T22:55:06.339Z] ---> 4aa5e3a1e3ea [2023-01-25T22:55:06.339Z] Step 8/22 : COPY . . [2023-01-25T22:55:16.402Z] ---> e9c891183097 [2023-01-25T22:55:16.402Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-25T22:55:16.402Z] ---> 63de9179d455 [2023-01-25T22:55:16.402Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-25T22:55:16.402Z] ---> 36d5130deaa3 [2023-01-25T22:55:16.402Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-25T22:55:16.402Z] ---> Running in f75f7dc9ff3c [2023-01-25T22:55:16.402Z] ---> Running in f2d1d4284ed2 [2023-01-25T22:55:16.402Z] ---> Running in f01802d723cf [2023-01-25T22:55:16.402Z] ---> a7c06c9c625f [2023-01-25T22:55:16.402Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-25T22:55:16.402Z] ---> 426275677dd9 [2023-01-25T22:55:16.402Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-25T22:55:16.402Z] ---> Running in 2297c7052273 [2023-01-25T22:55:16.402Z] ---> Running in 44f200e0ecf0 [2023-01-25T22:55:16.402Z] Removing intermediate container 44f200e0ecf0 [2023-01-25T22:55:16.402Z] ---> 16d2e72cb1b9 [2023-01-25T22:55:16.402Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-25T22:55:16.676Z] ---> Running in 71a19a0cd765 [2023-01-25T22:55:17.268Z] Removing intermediate container 71a19a0cd765 [2023-01-25T22:55:17.268Z] ---> a213f9da62ad [2023-01-25T22:55:17.268Z] 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-01-25T22:55:17.268Z] ---> Running in 132b3d443d61 [2023-01-25T22:55:17.537Z] 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-01-25T22:55:17.537Z] 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-01-25T22:55:17.805Z] 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-01-25T22:55:18.390Z] 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-01-25T22:55:22.647Z] Removing intermediate container 132b3d443d61 [2023-01-25T22:55:22.647Z] ---> 7d5f0ab21975 [2023-01-25T22:55:22.647Z] Step 11/24 : WORKDIR /edgex-go [2023-01-25T22:55:22.647Z] ---> Running in 89e313b11e07 [2023-01-25T22:55:23.247Z] Removing intermediate container 89e313b11e07 [2023-01-25T22:55:23.247Z] ---> c99cda1d8993 [2023-01-25T22:55:23.247Z] [2023-01-25T22:55:23.247Z] Step 12/24 : FROM alpine:3.15 [2023-01-25T22:55:23.518Z] 3.15: Pulling from library/alpine [2023-01-25T22:55:24.956Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-25T22:55:24.957Z] Status: Downloaded newer image for alpine:3.15 [2023-01-25T22:55:24.957Z] ---> 8aa73fd46299 [2023-01-25T22:55:24.957Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T22:55:24.957Z] ---> Running in 79b4cd71d087 [2023-01-25T22:55:25.555Z] Removing intermediate container 79b4cd71d087 [2023-01-25T22:55:25.555Z] ---> 3e9b5a426412 [2023-01-25T22:55:25.555Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-25T22:55:25.555Z] ---> Running in 2520b8ad0aec [2023-01-25T22:55:27.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:55:28.082Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:55:29.483Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-25T22:55:29.483Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-25T22:55:29.483Z] OK: 15736 distinct packages available [2023-01-25T22:55:29.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:55:29.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:55:31.154Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-25T22:55:31.154Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-25T22:55:31.154Z] (3/5) Installing libucontext (1.1-r0) [2023-01-25T22:55:31.154Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-25T22:55:31.154Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-25T22:55:31.154Z] Executing busybox-1.34.1-r7.trigger [2023-01-25T22:55:31.154Z] OK: 6 MiB in 19 packages [2023-01-25T22:55:32.559Z] Removing intermediate container 2520b8ad0aec [2023-01-25T22:55:32.559Z] ---> eef14940f91f [2023-01-25T22:55:32.559Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-25T22:55:35.890Z] ---> efb9b3be1be4 [2023-01-25T22:55:35.890Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-25T22:55:42.510Z] ---> 29d6efcdd924 [2023-01-25T22:55:42.510Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-25T22:55:42.510Z] ---> d465e8613823 [2023-01-25T22:55:42.510Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-25T22:55:43.089Z] ---> 29bb6d81a5f8 [2023-01-25T22:55:43.089Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-25T22:55:44.043Z] ---> ca3e33ed83b4 [2023-01-25T22:55:44.043Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-25T22:55:44.043Z] ---> Running in e25f3bb2bc95 [2023-01-25T22:55:44.622Z] Removing intermediate container e25f3bb2bc95 [2023-01-25T22:55:44.622Z] ---> 47e3346790fb [2023-01-25T22:55:44.622Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-25T22:55:44.622Z] ---> Running in d0a49db6a064 [2023-01-25T22:55:45.201Z] Removing intermediate container d0a49db6a064 [2023-01-25T22:55:45.201Z] ---> 5c2c1b2328a5 [2023-01-25T22:55:45.201Z] Step 22/24 : LABEL arch=arm64 [2023-01-25T22:55:45.201Z] ---> Running in cf1d597028db [2023-01-25T22:55:45.781Z] Removing intermediate container cf1d597028db [2023-01-25T22:55:45.781Z] ---> eb01ccb7ee65 [2023-01-25T22:55:45.781Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T22:55:45.781Z] ---> Running in b1f0693bb18c [2023-01-25T22:55:47.714Z] Removing intermediate container b1f0693bb18c [2023-01-25T22:55:47.714Z] ---> bd47b54641a0 [2023-01-25T22:55:47.714Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T22:55:47.978Z] ---> Running in a0896641ba80 [2023-01-25T22:55:48.243Z] Removing intermediate container a0896641ba80 [2023-01-25T22:55:48.243Z] ---> 57ffa6b3ca16 [2023-01-25T22:55:48.243Z] [2023-01-25T22:55:48.510Z] Successfully built 57ffa6b3ca16 [2023-01-25T22:55:48.510Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-25T22:55:48.510Z] Building security-spiffe-token-provider [2023-01-25T22:56:03.479Z]  Building security-spire-agent ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T22:56:03.479Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-25T22:56:03.479Z] ---> c06e2a061850 [2023-01-25T22:56:03.479Z] Step 3/19 : WORKDIR /edgex-go [2023-01-25T22:56:03.479Z] ---> Using cache [2023-01-25T22:56:03.479Z] ---> ccdb4377edfc [2023-01-25T22:56:03.480Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-25T22:56:03.750Z] ---> Running in e9f2d664a787 [2023-01-25T22:56:05.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:56:06.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:56:08.059Z] v3.16.3-145-g4534ab608c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-25T22:56:08.059Z] v3.16.3-145-g4534ab608c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-25T22:56:08.059Z] OK: 16901 distinct packages available [2023-01-25T22:56:08.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T22:56:08.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T22:56:09.597Z] OK: 221 MiB in 51 packages [2023-01-25T22:56:12.928Z] Removing intermediate container e9f2d664a787 [2023-01-25T22:56:12.928Z] ---> 3a344a7d63d6 [2023-01-25T22:56:12.928Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-25T22:56:13.194Z] ---> 741bd8f47e9f [2023-01-25T22:56:13.194Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T22:56:13.194Z] ---> Running in 7f82fed18f0f [2023-01-25T22:57:49.817Z] Removing intermediate container 7f82fed18f0f [2023-01-25T22:57:49.817Z] ---> 1b3cc0eb70c1 [2023-01-25T22:57:49.817Z] Step 7/19 : COPY . . [2023-01-25T22:57:56.448Z] ---> 264f87bb25f0 [2023-01-25T22:57:56.448Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-25T22:57:56.448Z] ---> Running in 1bf73ae100ae [2023-01-25T22:57:57.850Z] 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-01-25T23:01:49.834Z] Removing intermediate container f75f7dc9ff3c [2023-01-25T23:01:49.834Z] ---> 4a09e867ff32 [2023-01-25T23:01:49.834Z] [2023-01-25T23:01:49.834Z] Step 10/23 : FROM alpine:3.16 [2023-01-25T23:01:49.834Z] 3.16: Pulling from library/alpine [2023-01-25T23:01:49.834Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-25T23:01:49.834Z] Status: Downloaded newer image for alpine:3.16 [2023-01-25T23:01:49.834Z] ---> 2b4661558fb8 [2023-01-25T23:01:49.834Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-25T23:01:49.834Z] ---> Running in d40296f89a5c [2023-01-25T23:01:49.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:01:49.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:01:49.834Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-25T23:01:49.834Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T23:01:49.834Z] OK: 5 MiB in 15 packages [2023-01-25T23:01:49.834Z] Removing intermediate container d40296f89a5c [2023-01-25T23:01:49.834Z] ---> d1737a4cd87d [2023-01-25T23:01:49.834Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T23:01:49.834Z] ---> Running in 9ebbfc9d4227 [2023-01-25T23:01:50.103Z] Removing intermediate container 9ebbfc9d4227 [2023-01-25T23:01:50.103Z] ---> 4fe2847ff2b0 [2023-01-25T23:01:50.103Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-25T23:01:50.103Z] ---> Running in 7630a40234ab [2023-01-25T23:01:50.687Z] Removing intermediate container 7630a40234ab [2023-01-25T23:01:50.687Z] ---> 2b1c46657700 [2023-01-25T23:01:50.687Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-25T23:01:50.687Z] ---> Running in 896d3974c793 [2023-01-25T23:01:51.272Z] Removing intermediate container 896d3974c793 [2023-01-25T23:01:51.272Z] ---> a9976efa9751 [2023-01-25T23:01:51.272Z] Step 15/23 : WORKDIR / [2023-01-25T23:01:51.272Z] ---> Running in 5c97ebcea241 [2023-01-25T23:01:51.859Z] Removing intermediate container 5c97ebcea241 [2023-01-25T23:01:51.859Z] ---> c4175bc1a44f [2023-01-25T23:01:51.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:01:52.817Z] ---> 80c03f54bfa1 [2023-01-25T23:01:52.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-25T23:01:54.771Z] ---> 5112f34a289c [2023-01-25T23:01:54.771Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-25T23:01:55.364Z] ---> 9812c541ebba [2023-01-25T23:01:55.364Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-25T23:01:55.630Z] ---> Running in a0950cd56cf7 [2023-01-25T23:01:55.905Z] Removing intermediate container a0950cd56cf7 [2023-01-25T23:01:55.905Z] ---> 4be285909ed8 [2023-01-25T23:01:55.905Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T23:01:56.173Z] ---> Running in 941e0612ed1c [2023-01-25T23:01:56.760Z] Removing intermediate container 941e0612ed1c [2023-01-25T23:01:56.760Z] ---> 634853bea515 [2023-01-25T23:01:56.760Z] Step 21/23 : LABEL arch=arm64 [2023-01-25T23:01:56.760Z] ---> Running in 06e94d04469d [2023-01-25T23:01:57.347Z] Removing intermediate container 06e94d04469d [2023-01-25T23:01:57.347Z] ---> b60b93f7d984 [2023-01-25T23:01:57.347Z] Step 22/23 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:01:57.347Z] ---> Running in 0ac94170cf6a [2023-01-25T23:01:57.933Z] Removing intermediate container 0ac94170cf6a [2023-01-25T23:01:57.933Z] ---> e13b4d180746 [2023-01-25T23:01:57.933Z] Step 23/23 : LABEL version=0.0.0 [2023-01-25T23:01:57.933Z] ---> Running in 7538102b4821 [2023-01-25T23:01:58.515Z] Removing intermediate container 7538102b4821 [2023-01-25T23:01:58.515Z] ---> 0a6d3ba864e7 [2023-01-25T23:01:58.515Z] [2023-01-25T23:01:58.781Z] Successfully built 0a6d3ba864e7 [2023-01-25T23:01:58.781Z] Successfully tagged core-command-arm64:latest [2023-01-25T23:01:58.781Z] Building support-notifications [2023-01-25T23:02:13.777Z]  Building core-command ... done Removing intermediate container 2297c7052273 [2023-01-25T23:02:13.777Z] ---> b00ac0902631 [2023-01-25T23:02:13.777Z] [2023-01-25T23:02:13.777Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T23:02:13.777Z] ---> 2b4661558fb8 [2023-01-25T23:02:13.777Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-25T23:02:13.777Z] ---> Running in ea32ebc16774 [2023-01-25T23:02:13.777Z] Removing intermediate container ea32ebc16774 [2023-01-25T23:02:13.777Z] ---> 4e80296b203c [2023-01-25T23:02:13.777Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-25T23:02:13.777Z] ---> Running in 01e3ba64245f [2023-01-25T23:02:14.042Z] Removing intermediate container 01e3ba64245f [2023-01-25T23:02:14.042Z] ---> 47f1d6d114b7 [2023-01-25T23:02:14.043Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-25T23:02:14.043Z] ---> Running in 2976fd7fc83c [2023-01-25T23:02:15.005Z] Removing intermediate container 2976fd7fc83c [2023-01-25T23:02:15.005Z] ---> cf91d47da706 [2023-01-25T23:02:15.005Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-25T23:02:15.005Z] ---> Running in 42607851031b [2023-01-25T23:02:15.960Z] Removing intermediate container f2d1d4284ed2 [2023-01-25T23:02:15.960Z] ---> 290053e59a2b [2023-01-25T23:02:15.960Z] [2023-01-25T23:02:15.960Z] Step 10/24 : FROM alpine:3.16 [2023-01-25T23:02:15.960Z] ---> 2b4661558fb8 [2023-01-25T23:02:15.960Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-25T23:02:15.960Z] ---> Using cache [2023-01-25T23:02:15.960Z] ---> d1737a4cd87d [2023-01-25T23:02:15.960Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T23:02:15.960Z] ---> Using cache [2023-01-25T23:02:15.960Z] ---> 4fe2847ff2b0 [2023-01-25T23:02:15.960Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-25T23:02:15.960Z] ---> Running in 41be49029aec [2023-01-25T23:02:17.371Z] Removing intermediate container 41be49029aec [2023-01-25T23:02:17.371Z] ---> 57309518ee2f [2023-01-25T23:02:17.371Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-25T23:02:17.371Z] ---> Running in 8eaf449a51db [2023-01-25T23:02:17.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:02:17.958Z] Removing intermediate container 8eaf449a51db [2023-01-25T23:02:17.958Z] ---> d55971a9ab5d [2023-01-25T23:02:17.958Z] Step 15/24 : WORKDIR / [2023-01-25T23:02:18.225Z] ---> Running in c6f9fa8a3e07 [2023-01-25T23:02:19.183Z] Removing intermediate container c6f9fa8a3e07 [2023-01-25T23:02:19.183Z] ---> 496bca7555b8 [2023-01-25T23:02:19.183Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:02:19.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T23:02:19.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T23:02:19.183Z] ---> c06e2a061850 [2023-01-25T23:02:19.183Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T23:02:19.449Z] ---> Using cache [2023-01-25T23:02:19.449Z] ---> f764c531f04c [2023-01-25T23:02:19.449Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T23:02:19.449Z] ---> Using cache [2023-01-25T23:02:19.449Z] ---> c67a0f913bfa [2023-01-25T23:02:19.449Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-25T23:02:19.449Z] ---> Running in 6b4c2224c19c [2023-01-25T23:02:20.413Z] ---> 16aa048da1c3 [2023-01-25T23:02:20.413Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-25T23:02:21.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:02:22.334Z] ---> 4c944c229799 [2023-01-25T23:02:22.335Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-25T23:02:23.291Z] ---> a6ae7c63c232 [2023-01-25T23:02:23.291Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-25T23:02:24.248Z] ---> d68ceaa1cf23 [2023-01-25T23:02:24.248Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-25T23:02:24.248Z] ---> Running in 6566de9d5e17 [2023-01-25T23:02:24.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:02:24.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:02:24.778Z] Removing intermediate container 6566de9d5e17 [2023-01-25T23:02:24.778Z] ---> f636694f79ab [2023-01-25T23:02:24.778Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T23:02:25.048Z] ---> Running in e2cee459da5e [2023-01-25T23:02:25.628Z] Removing intermediate container e2cee459da5e [2023-01-25T23:02:25.628Z] ---> bd05c453f172 [2023-01-25T23:02:25.628Z] Step 22/24 : LABEL arch=arm64 [2023-01-25T23:02:25.628Z] ---> Running in 3572e45e6a14 [2023-01-25T23:02:26.208Z] Removing intermediate container 3572e45e6a14 [2023-01-25T23:02:26.208Z] ---> 8f344b6b2ece [2023-01-25T23:02:26.208Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:02:26.208Z] ---> Running in 9b3a2ecdb0e0 [2023-01-25T23:02:26.475Z] OK: 221 MiB in 51 packages [2023-01-25T23:02:26.475Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-25T23:02:26.745Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T23:02:26.745Z] OK: 5 MiB in 15 packages [2023-01-25T23:02:26.745Z] Removing intermediate container 9b3a2ecdb0e0 [2023-01-25T23:02:26.745Z] ---> 7f90d9c916f5 [2023-01-25T23:02:26.745Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T23:02:27.011Z] ---> Running in 9a8d8a916fb5 [2023-01-25T23:02:27.970Z] Removing intermediate container 9a8d8a916fb5 [2023-01-25T23:02:27.970Z] ---> 7982b53cb571 [2023-01-25T23:02:27.970Z] [2023-01-25T23:02:28.553Z] Removing intermediate container 6b4c2224c19c [2023-01-25T23:02:28.553Z] ---> 894fb1c3c0dc [2023-01-25T23:02:28.553Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T23:02:28.553Z] Successfully built 7982b53cb571 [2023-01-25T23:02:28.818Z] Successfully tagged core-metadata-arm64:latest [2023-01-25T23:02:28.818Z] Building security-spire-server [2023-01-25T23:02:28.818Z] Removing intermediate container 42607851031b [2023-01-25T23:02:28.818Z] ---> 31d202609b06 [2023-01-25T23:02:28.818Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:02:29.782Z]  Building core-metadata ... done  ---> 868ae604f381 [2023-01-25T23:02:29.782Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T23:02:29.782Z] ---> b12316a3f135 [2023-01-25T23:02:29.782Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-25T23:02:30.051Z] ---> Running in aaafb98c0e42 [2023-01-25T23:02:32.633Z] ---> a6bfe637a7cf [2023-01-25T23:02:32.633Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-25T23:02:33.591Z] ---> a7d2fae671b7 [2023-01-25T23:02:33.591Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-25T23:02:33.591Z] ---> Running in d964f49b5935 [2023-01-25T23:02:34.184Z] Removing intermediate container d964f49b5935 [2023-01-25T23:02:34.184Z] ---> 70a83edcc312 [2023-01-25T23:02:34.184Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T23:02:34.184Z] ---> Running in 32f52da33806 [2023-01-25T23:02:34.764Z] Removing intermediate container 32f52da33806 [2023-01-25T23:02:34.764Z] ---> 028c23d8cc3c [2023-01-25T23:02:34.764Z] Step 20/22 : LABEL arch=arm64 [2023-01-25T23:02:35.030Z] ---> Running in 6a346ad511b3 [2023-01-25T23:02:35.608Z] Removing intermediate container 6a346ad511b3 [2023-01-25T23:02:35.608Z] ---> 5351cab45f56 [2023-01-25T23:02:35.608Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:02:35.608Z] ---> Running in 44e359aabef0 [2023-01-25T23:02:35.872Z] Removing intermediate container 44e359aabef0 [2023-01-25T23:02:35.872Z] ---> 81bd20c8f84d [2023-01-25T23:02:35.872Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T23:02:36.136Z] ---> Running in bcb01652e77a [2023-01-25T23:02:36.714Z] Removing intermediate container bcb01652e77a [2023-01-25T23:02:36.714Z] ---> 82baa86a7c4c [2023-01-25T23:02:36.714Z] [2023-01-25T23:02:37.292Z] Successfully built 82baa86a7c4c [2023-01-25T23:02:37.292Z] Successfully tagged core-data-arm64:latest [2023-01-25T23:02:37.292Z] Building security-bootstrapper [2023-01-25T23:02:49.577Z]  Building core-data ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T23:02:49.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-25T23:02:49.577Z] ---> c06e2a061850 [2023-01-25T23:02:49.577Z] Step 3/23 : WORKDIR /edgex-go [2023-01-25T23:02:49.577Z] ---> Using cache [2023-01-25T23:02:49.577Z] ---> ccdb4377edfc [2023-01-25T23:02:49.577Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-25T23:02:49.577Z] ---> Using cache [2023-01-25T23:02:49.577Z] ---> 23e64931716b [2023-01-25T23:02:49.577Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-25T23:02:49.577Z] ---> Using cache [2023-01-25T23:02:49.577Z] ---> dd3721b8dfa5 [2023-01-25T23:02:49.577Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T23:02:49.577Z] ---> Using cache [2023-01-25T23:02:49.577Z] ---> 9129772e5cdc [2023-01-25T23:02:49.577Z] Step 7/23 : COPY . . [2023-01-25T23:02:49.577Z] ---> Using cache [2023-01-25T23:02:49.577Z] ---> a7c06c9c625f [2023-01-25T23:02:49.577Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-25T23:02:49.577Z] ---> Using cache [2023-01-25T23:02:49.577Z] ---> 16d2e72cb1b9 [2023-01-25T23:02:49.577Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-25T23:02:49.577Z] ---> Using cache [2023-01-25T23:02:49.577Z] ---> a213f9da62ad [2023-01-25T23:02:49.577Z] 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-01-25T23:02:49.577Z] ---> Running in 6dbe5b76e1a0 [2023-01-25T23:02:52.150Z] Removing intermediate container 6dbe5b76e1a0 [2023-01-25T23:02:52.150Z] ---> 6697bca2527a [2023-01-25T23:02:52.150Z] Step 11/23 : WORKDIR /edgex-go [2023-01-25T23:02:52.416Z] ---> Running in c3598eb127cb [2023-01-25T23:02:53.004Z] Removing intermediate container c3598eb127cb [2023-01-25T23:02:53.004Z] ---> ef29147b3f00 [2023-01-25T23:02:53.004Z] [2023-01-25T23:02:53.004Z] Step 12/23 : FROM alpine:3.15 [2023-01-25T23:02:53.004Z] ---> 8aa73fd46299 [2023-01-25T23:02:53.004Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T23:02:53.004Z] ---> Using cache [2023-01-25T23:02:53.004Z] ---> 3e9b5a426412 [2023-01-25T23:02:53.004Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-25T23:02:53.004Z] ---> Using cache [2023-01-25T23:02:53.004Z] ---> eef14940f91f [2023-01-25T23:02:53.004Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-25T23:02:59.651Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T23:02:59.651Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-25T23:02:59.651Z] ---> c06e2a061850 [2023-01-25T23:02:59.651Z] Step 3/32 : WORKDIR /edgex-go [2023-01-25T23:02:59.651Z] ---> Using cache [2023-01-25T23:02:59.651Z] ---> ccdb4377edfc [2023-01-25T23:02:59.651Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-25T23:02:59.651Z] ---> Running in a4fe7b5e2e8e [2023-01-25T23:03:01.585Z] ---> 1a68257fa91f [2023-01-25T23:03:01.585Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-25T23:03:01.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:03:02.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:03:02.163Z] ---> 8f04aea68886 [2023-01-25T23:03:02.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-25T23:03:03.117Z] ---> fd179ffc7402 [2023-01-25T23:03:03.117Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-25T23:03:03.698Z] OK: 221 MiB in 51 packages [2023-01-25T23:03:03.964Z] ---> 38cb55f5c730 [2023-01-25T23:03:03.964Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-25T23:03:04.239Z] ---> Running in eeef87d22172 [2023-01-25T23:03:05.195Z] Removing intermediate container a4fe7b5e2e8e [2023-01-25T23:03:05.195Z] ---> 6132094fba81 [2023-01-25T23:03:05.195Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-25T23:03:05.195Z] Removing intermediate container eeef87d22172 [2023-01-25T23:03:05.195Z] ---> b9dce08e8bfe [2023-01-25T23:03:05.195Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-25T23:03:05.461Z] ---> Running in aafacfa796c7 [2023-01-25T23:03:06.419Z] Removing intermediate container aafacfa796c7 [2023-01-25T23:03:06.419Z] ---> b05362380bdd [2023-01-25T23:03:06.419Z] Step 21/23 : LABEL arch=arm64 [2023-01-25T23:03:06.419Z] ---> b3300127b3c0 [2023-01-25T23:03:06.419Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T23:03:06.419Z] ---> Running in 597c447a3dce [2023-01-25T23:03:06.687Z] ---> Running in b2456d4da253 [2023-01-25T23:03:07.269Z] Removing intermediate container 597c447a3dce [2023-01-25T23:03:07.269Z] ---> 38047dab94c4 [2023-01-25T23:03:07.269Z] Step 22/23 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:03:07.534Z] ---> Running in a0709c646ead [2023-01-25T23:03:08.115Z] Removing intermediate container a0709c646ead [2023-01-25T23:03:08.115Z] ---> 1abb29ce8d98 [2023-01-25T23:03:08.115Z] Step 23/23 : LABEL version=0.0.0 [2023-01-25T23:03:08.115Z] ---> Running in 48b18dceff35 [2023-01-25T23:03:08.695Z] Removing intermediate container 48b18dceff35 [2023-01-25T23:03:08.695Z] ---> 5ef944554522 [2023-01-25T23:03:08.695Z] [2023-01-25T23:03:09.275Z] Successfully built 5ef944554522 [2023-01-25T23:03:09.275Z] Successfully tagged security-spire-server-arm64:latest [2023-01-25T23:03:09.275Z] Building core-common-config-bootstrapper [2023-01-25T23:03:24.235Z]  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T23:03:24.235Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-25T23:03:24.235Z] ---> c06e2a061850 [2023-01-25T23:03:24.235Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-25T23:03:24.235Z] ---> Using cache [2023-01-25T23:03:24.235Z] ---> f764c531f04c [2023-01-25T23:03:24.235Z] Step 4/22 : WORKDIR /edgex-go [2023-01-25T23:03:24.235Z] ---> Using cache [2023-01-25T23:03:24.235Z] ---> c67a0f913bfa [2023-01-25T23:03:24.235Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-25T23:03:24.235Z] ---> Using cache [2023-01-25T23:03:24.235Z] ---> 7930e1c2dcaa [2023-01-25T23:03:24.235Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-25T23:03:24.235Z] ---> Using cache [2023-01-25T23:03:24.235Z] ---> 8a18880af3ac [2023-01-25T23:03:24.235Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T23:03:24.235Z] ---> Using cache [2023-01-25T23:03:24.235Z] ---> 70d9f5f1f20a [2023-01-25T23:03:24.235Z] Step 8/22 : COPY . . [2023-01-25T23:03:24.235Z] ---> Using cache [2023-01-25T23:03:24.235Z] ---> e9c891183097 [2023-01-25T23:03:24.235Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-25T23:03:25.636Z] ---> Running in a5d8a207c4e2 [2023-01-25T23:03:27.041Z] 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-01-25T23:04:05.878Z] Removing intermediate container aaafb98c0e42 [2023-01-25T23:04:05.878Z] ---> 1e041078440f [2023-01-25T23:04:05.878Z] Step 8/22 : COPY . . [2023-01-25T23:04:12.502Z] ---> 827668eccfac [2023-01-25T23:04:12.502Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-25T23:04:12.502Z] ---> Running in 7f765a19979f [2023-01-25T23:04:14.439Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-25T23:04:32.629Z] Removing intermediate container f01802d723cf [2023-01-25T23:04:32.630Z] ---> b21296c11a34 [2023-01-25T23:04:32.630Z] [2023-01-25T23:04:32.630Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T23:04:32.630Z] ---> 2b4661558fb8 [2023-01-25T23:04:32.630Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-25T23:04:32.630Z] ---> Using cache [2023-01-25T23:04:32.630Z] ---> d1737a4cd87d [2023-01-25T23:04:32.630Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T23:04:32.630Z] ---> Using cache [2023-01-25T23:04:32.630Z] ---> 4fe2847ff2b0 [2023-01-25T23:04:32.630Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-25T23:04:32.630Z] ---> Running in 335e549c1a36 [2023-01-25T23:04:33.217Z] Removing intermediate container 335e549c1a36 [2023-01-25T23:04:33.217Z] ---> d9e995bdfb3c [2023-01-25T23:04:33.217Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-25T23:04:33.482Z] ---> Running in dbbce35a93f6 [2023-01-25T23:04:34.063Z] Removing intermediate container dbbce35a93f6 [2023-01-25T23:04:34.063Z] ---> 5f808cec9e7d [2023-01-25T23:04:34.063Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:04:36.000Z] ---> f199cf6b352d [2023-01-25T23:04:36.000Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-25T23:04:41.321Z] ---> ddf94a866d0f [2023-01-25T23:04:41.321Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-25T23:04:42.722Z] ---> df8059814edb [2023-01-25T23:04:42.722Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-25T23:04:42.988Z] ---> Running in f6da4025406b [2023-01-25T23:04:43.945Z] Removing intermediate container f6da4025406b [2023-01-25T23:04:43.945Z] ---> f9801686bf18 [2023-01-25T23:04:43.945Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T23:04:44.211Z] ---> Running in a3f00806f341 [2023-01-25T23:04:44.792Z] Removing intermediate container a3f00806f341 [2023-01-25T23:04:44.792Z] ---> 4b578c1fb934 [2023-01-25T23:04:44.792Z] Step 20/22 : LABEL arch=arm64 [2023-01-25T23:04:45.058Z] ---> Running in e30fcd5783f6 [2023-01-25T23:04:46.017Z] Removing intermediate container e30fcd5783f6 [2023-01-25T23:04:46.017Z] ---> 8ea17caaa700 [2023-01-25T23:04:46.017Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:04:46.283Z] ---> Running in 2aa763b7d603 [2023-01-25T23:04:47.240Z] Removing intermediate container 2aa763b7d603 [2023-01-25T23:04:47.240Z] ---> cea0d0d52c47 [2023-01-25T23:04:47.240Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T23:04:47.240Z] ---> Running in 3d3045d84bda [2023-01-25T23:04:48.195Z] Removing intermediate container 3d3045d84bda [2023-01-25T23:04:48.195Z] ---> 1f38b698b0e3 [2023-01-25T23:04:48.195Z] [2023-01-25T23:04:48.775Z] Successfully built 1f38b698b0e3 [2023-01-25T23:04:48.775Z] Successfully tagged support-scheduler-arm64:latest [2023-01-25T23:04:48.775Z] Building security-spire-config [2023-01-25T23:05:07.217Z]  Building support-scheduler ... done Removing intermediate container b2456d4da253 [2023-01-25T23:05:07.217Z] ---> 9f32ae23e77f [2023-01-25T23:05:07.217Z] Step 7/32 : COPY . . [2023-01-25T23:05:07.217Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T23:05:07.217Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T23:05:07.217Z] ---> c06e2a061850 [2023-01-25T23:05:07.217Z] Step 3/24 : WORKDIR /edgex-go [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> ccdb4377edfc [2023-01-25T23:05:07.217Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> 23e64931716b [2023-01-25T23:05:07.217Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> dd3721b8dfa5 [2023-01-25T23:05:07.217Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> 9129772e5cdc [2023-01-25T23:05:07.217Z] Step 7/24 : COPY . . [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> a7c06c9c625f [2023-01-25T23:05:07.217Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> 16d2e72cb1b9 [2023-01-25T23:05:07.217Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> a213f9da62ad [2023-01-25T23:05:07.217Z] 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-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> 7d5f0ab21975 [2023-01-25T23:05:07.217Z] Step 11/24 : WORKDIR /edgex-go [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> c99cda1d8993 [2023-01-25T23:05:07.217Z] [2023-01-25T23:05:07.217Z] Step 12/24 : FROM alpine:3.15 [2023-01-25T23:05:07.217Z] ---> 8aa73fd46299 [2023-01-25T23:05:07.217Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T23:05:07.217Z] ---> Using cache [2023-01-25T23:05:07.217Z] ---> 3e9b5a426412 [2023-01-25T23:05:07.217Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-25T23:05:07.217Z] ---> Running in d50e57690d6c [2023-01-25T23:05:07.795Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:08.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:10.396Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-25T23:05:10.396Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-25T23:05:10.396Z] OK: 15736 distinct packages available [2023-01-25T23:05:10.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:11.267Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:12.728Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-25T23:05:12.728Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-25T23:05:12.728Z] (3/4) Installing libucontext (1.1-r0) [2023-01-25T23:05:12.728Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-25T23:05:12.728Z] Executing busybox-1.34.1-r7.trigger [2023-01-25T23:05:12.728Z] OK: 6 MiB in 18 packages [2023-01-25T23:05:16.089Z] Removing intermediate container d50e57690d6c [2023-01-25T23:05:16.089Z] ---> 536b90f39271 [2023-01-25T23:05:16.089Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-25T23:05:20.331Z] ---> 72d4aa474e7c [2023-01-25T23:05:20.331Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-25T23:05:20.331Z] ---> Running in 7efb1ee6e049 [2023-01-25T23:05:22.285Z] 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-01-25T23:05:23.684Z] ---> e0a6c7248a19 [2023-01-25T23:05:23.684Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-25T23:05:24.266Z] ---> c05411badba8 [2023-01-25T23:05:24.266Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-25T23:05:24.532Z] ---> Running in 4e1c42b9130f [2023-01-25T23:05:25.117Z] Removing intermediate container 4e1c42b9130f [2023-01-25T23:05:25.117Z] ---> d3df0ffcf109 [2023-01-25T23:05:25.117Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-25T23:05:25.699Z] ---> debb744e22d5 [2023-01-25T23:05:25.699Z] Step 19/24 : WORKDIR / [2023-01-25T23:05:25.965Z] ---> Running in 8ad7c99a20ed [2023-01-25T23:05:26.547Z] Removing intermediate container 8ad7c99a20ed [2023-01-25T23:05:26.547Z] ---> 276f59886ec0 [2023-01-25T23:05:26.547Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-25T23:05:26.547Z] ---> Running in 1d93bde6fa28 [2023-01-25T23:05:27.127Z] Removing intermediate container 1d93bde6fa28 [2023-01-25T23:05:27.127Z] ---> d102e2bedaf2 [2023-01-25T23:05:27.127Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-25T23:05:27.127Z] ---> Running in 8a10b3ae5d4c [2023-01-25T23:05:27.711Z] Removing intermediate container 8a10b3ae5d4c [2023-01-25T23:05:27.711Z] ---> 879ed3a80794 [2023-01-25T23:05:27.711Z] Step 22/24 : LABEL arch=arm64 [2023-01-25T23:05:27.711Z] ---> Running in 4395c65432d3 [2023-01-25T23:05:28.666Z] Removing intermediate container 4395c65432d3 [2023-01-25T23:05:28.666Z] ---> 03f1629d2da5 [2023-01-25T23:05:28.666Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:05:28.666Z] ---> Running in 568b34239e0d [2023-01-25T23:05:29.247Z] Removing intermediate container 568b34239e0d [2023-01-25T23:05:29.247Z] ---> 623fdcb8c024 [2023-01-25T23:05:29.247Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T23:05:29.247Z] ---> Running in 97842d2e19a4 [2023-01-25T23:05:30.203Z] Removing intermediate container 97842d2e19a4 [2023-01-25T23:05:30.203Z] ---> 4397b3f8dff2 [2023-01-25T23:05:30.203Z] [2023-01-25T23:05:30.784Z] Successfully built 4397b3f8dff2 [2023-01-25T23:05:30.784Z] Successfully tagged security-spire-config-arm64:latest [2023-01-25T23:05:30.784Z]  Building security-spire-config ... done Building security-proxy-setup [2023-01-25T23:05:40.890Z] Removing intermediate container 1bf73ae100ae [2023-01-25T23:05:40.890Z] ---> fdb27cecdd0d [2023-01-25T23:05:40.890Z] [2023-01-25T23:05:40.890Z] Step 9/19 : FROM alpine:3.15 [2023-01-25T23:05:40.890Z] ---> 8aa73fd46299 [2023-01-25T23:05:40.890Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T23:05:40.890Z] ---> Using cache [2023-01-25T23:05:40.890Z] ---> 3e9b5a426412 [2023-01-25T23:05:40.890Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-25T23:05:40.890Z] ---> Running in 35ffa3023749 [2023-01-25T23:05:42.296Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:43.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:44.658Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-25T23:05:44.658Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-25T23:05:44.658Z] OK: 15736 distinct packages available [2023-01-25T23:05:44.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:45.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:05:47.448Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-25T23:05:47.448Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-25T23:05:47.448Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-25T23:05:47.448Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-25T23:05:47.714Z] (5/9) Installing curl (7.80.0-r5) [2023-01-25T23:05:47.714Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-25T23:05:47.714Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-25T23:05:47.714Z] (8/9) Installing libucontext (1.1-r0) [2023-01-25T23:05:47.714Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-25T23:05:47.714Z] Executing busybox-1.34.1-r7.trigger [2023-01-25T23:05:47.714Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T23:05:48.298Z] OK: 8 MiB in 23 packages [2023-01-25T23:05:48.878Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T23:05:48.878Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-25T23:05:48.878Z] ---> c06e2a061850 [2023-01-25T23:05:48.878Z] Step 3/21 : WORKDIR /edgex-go [2023-01-25T23:05:48.878Z] ---> Using cache [2023-01-25T23:05:48.878Z] ---> ccdb4377edfc [2023-01-25T23:05:48.878Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-25T23:05:48.878Z] ---> Using cache [2023-01-25T23:05:48.878Z] ---> 6132094fba81 [2023-01-25T23:05:48.878Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-25T23:05:48.878Z] ---> Using cache [2023-01-25T23:05:48.878Z] ---> b3300127b3c0 [2023-01-25T23:05:48.878Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T23:05:48.878Z] ---> Using cache [2023-01-25T23:05:48.878Z] ---> 9f32ae23e77f [2023-01-25T23:05:48.878Z] Step 7/21 : COPY . . [2023-01-25T23:05:49.157Z] ---> Using cache [2023-01-25T23:05:49.157Z] ---> 72d4aa474e7c [2023-01-25T23:05:49.157Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-25T23:05:49.746Z] ---> Running in c2125c95b3ef [2023-01-25T23:05:51.687Z] Removing intermediate container 35ffa3023749 [2023-01-25T23:05:51.687Z] ---> ae0d26171842 [2023-01-25T23:05:51.687Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:05:52.268Z] 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-01-25T23:05:52.861Z] ---> 9bb1543ae4c3 [2023-01-25T23:05:52.861Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-25T23:05:55.435Z] ---> bb54f0da2425 [2023-01-25T23:05:55.435Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-25T23:05:56.019Z] ---> e0fb24978220 [2023-01-25T23:05:56.019Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-25T23:05:56.286Z] ---> Running in 4515d01b3efd [2023-01-25T23:05:56.557Z] Removing intermediate container 4515d01b3efd [2023-01-25T23:05:56.557Z] ---> 9b85b92a3053 [2023-01-25T23:05:56.557Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T23:05:56.823Z] ---> Running in 37d91f9da4c7 [2023-01-25T23:05:57.411Z] Removing intermediate container 37d91f9da4c7 [2023-01-25T23:05:57.411Z] ---> 2ebc35871d38 [2023-01-25T23:05:57.411Z] Step 17/19 : LABEL arch=arm64 [2023-01-25T23:05:57.411Z] ---> Running in e427989c392e [2023-01-25T23:05:57.995Z] Removing intermediate container e427989c392e [2023-01-25T23:05:57.995Z] ---> 756a6f4e63db [2023-01-25T23:05:57.995Z] Step 18/19 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:05:57.995Z] ---> Running in 3fc29cedcf55 [2023-01-25T23:05:58.577Z] Removing intermediate container 3fc29cedcf55 [2023-01-25T23:05:58.577Z] ---> cda0f69931c5 [2023-01-25T23:05:58.577Z] Step 19/19 : LABEL version=0.0.0 [2023-01-25T23:05:58.843Z] ---> Running in 6bdb284e85dd [2023-01-25T23:05:59.422Z] Removing intermediate container 6bdb284e85dd [2023-01-25T23:05:59.422Z] ---> 03ef42a6bcb1 [2023-01-25T23:05:59.422Z] [2023-01-25T23:05:59.688Z] Successfully built 03ef42a6bcb1 [2023-01-25T23:05:59.688Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-25T23:05:59.688Z] Building security-secretstore-setup [2023-01-25T23:06:17.868Z]  Building security-spiffe-token-provider ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-25T23:06:17.868Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-25T23:06:17.868Z] ---> c06e2a061850 [2023-01-25T23:06:17.868Z] Step 3/24 : WORKDIR /edgex-go [2023-01-25T23:06:17.868Z] ---> Using cache [2023-01-25T23:06:17.868Z] ---> ccdb4377edfc [2023-01-25T23:06:17.868Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-25T23:06:17.868Z] ---> Using cache [2023-01-25T23:06:17.868Z] ---> 6132094fba81 [2023-01-25T23:06:17.868Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-25T23:06:17.868Z] ---> Using cache [2023-01-25T23:06:17.868Z] ---> b3300127b3c0 [2023-01-25T23:06:17.868Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-25T23:06:17.868Z] ---> Using cache [2023-01-25T23:06:17.868Z] ---> 9f32ae23e77f [2023-01-25T23:06:17.868Z] Step 7/24 : COPY . . [2023-01-25T23:06:17.868Z] ---> Using cache [2023-01-25T23:06:17.868Z] ---> 72d4aa474e7c [2023-01-25T23:06:17.868Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-25T23:06:17.868Z] ---> Running in 15e9ec0ceb5d [2023-01-25T23:06:19.813Z] 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-01-25T23:09:56.535Z] Removing intermediate container a5d8a207c4e2 [2023-01-25T23:09:56.535Z] ---> e6f65471cbfa [2023-01-25T23:09:56.535Z] [2023-01-25T23:09:56.535Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T23:09:56.535Z] ---> 2b4661558fb8 [2023-01-25T23:09:56.535Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-25T23:09:56.535Z] ---> Running in c828fc81529f [2023-01-25T23:09:56.535Z] Removing intermediate container c828fc81529f [2023-01-25T23:09:56.535Z] ---> eb833944f1c5 [2023-01-25T23:09:56.535Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-25T23:09:56.535Z] ---> Running in 21678b47d23d [2023-01-25T23:09:56.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:09:57.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:09:58.786Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-25T23:09:58.786Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T23:09:58.786Z] OK: 5 MiB in 15 packages [2023-01-25T23:10:00.202Z] Removing intermediate container 21678b47d23d [2023-01-25T23:10:00.202Z] ---> 39956ebb68cc [2023-01-25T23:10:00.202Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:10:01.163Z] ---> a099b40b57bd [2023-01-25T23:10:01.163Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-25T23:10:03.094Z] ---> 769b6222aaa4 [2023-01-25T23:10:03.094Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-25T23:10:03.677Z] ---> 78de00470617 [2023-01-25T23:10:03.677Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-25T23:10:04.631Z] ---> 2226e9b1989e [2023-01-25T23:10:04.631Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-25T23:10:04.631Z] ---> Running in 612c26149d95 [2023-01-25T23:10:08.872Z] Removing intermediate container 612c26149d95 [2023-01-25T23:10:08.872Z] ---> d9102225f803 [2023-01-25T23:10:08.872Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-25T23:10:08.872Z] ---> Running in 2ea98d1ce7f0 [2023-01-25T23:10:09.139Z] Removing intermediate container 2ea98d1ce7f0 [2023-01-25T23:10:09.139Z] ---> a3ffcf7865c2 [2023-01-25T23:10:09.139Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-25T23:10:09.404Z] ---> Running in d61a32f73b41 [2023-01-25T23:10:09.994Z] Removing intermediate container d61a32f73b41 [2023-01-25T23:10:09.994Z] ---> 62b344811e31 [2023-01-25T23:10:09.994Z] Step 20/22 : LABEL arch=arm64 [2023-01-25T23:10:09.994Z] ---> Running in bac9daa22316 [2023-01-25T23:10:10.572Z] Removing intermediate container bac9daa22316 [2023-01-25T23:10:10.572Z] ---> a433780d7ee6 [2023-01-25T23:10:10.572Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:10:10.572Z] ---> Running in c508d321fe7d [2023-01-25T23:10:11.151Z] Removing intermediate container c508d321fe7d [2023-01-25T23:10:11.151Z] ---> b6111dcaf756 [2023-01-25T23:10:11.151Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T23:10:11.151Z] ---> Running in 91a8d8912c51 [2023-01-25T23:10:11.729Z] Removing intermediate container 91a8d8912c51 [2023-01-25T23:10:11.729Z] ---> 4df7e34cb637 [2023-01-25T23:10:11.729Z] [2023-01-25T23:10:11.993Z] Successfully built 4df7e34cb637 [2023-01-25T23:10:11.993Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-01-25T23:11:19.812Z]  Building core-common-config-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-25T23:11:24.055Z] Removing intermediate container 7efb1ee6e049 [2023-01-25T23:11:24.055Z] ---> 6692c90a66f9 [2023-01-25T23:11:24.055Z] [2023-01-25T23:11:24.055Z] Step 9/32 : FROM alpine:3.16 [2023-01-25T23:11:24.055Z] ---> 2b4661558fb8 [2023-01-25T23:11:24.055Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-25T23:11:24.327Z] ---> Running in 49ad380e02a7 [2023-01-25T23:11:24.908Z] Removing intermediate container 49ad380e02a7 [2023-01-25T23:11:24.908Z] ---> 0e9891099110 [2023-01-25T23:11:24.908Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-25T23:11:24.908Z] ---> Running in 1e2e62c4ade4 [2023-01-25T23:11:27.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:11:27.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:11:29.181Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-25T23:11:29.181Z] (2/2) Installing su-exec (0.2-r1) [2023-01-25T23:11:29.181Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T23:11:29.181Z] OK: 5 MiB in 16 packages [2023-01-25T23:11:31.120Z] Removing intermediate container 1e2e62c4ade4 [2023-01-25T23:11:31.120Z] ---> 6a65bfc12dd5 [2023-01-25T23:11:31.120Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-25T23:11:31.120Z] ---> Running in 1be89e8e86ca [2023-01-25T23:11:31.699Z] Removing intermediate container 1be89e8e86ca [2023-01-25T23:11:31.699Z] ---> 2fb57fa3e908 [2023-01-25T23:11:31.699Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-25T23:11:31.965Z] ---> Running in 7213630238db [2023-01-25T23:11:32.921Z] Removing intermediate container 7213630238db [2023-01-25T23:11:32.921Z] ---> 754f604a3c64 [2023-01-25T23:11:32.921Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-25T23:11:32.921Z] ---> Running in 11b2527fb8fa [2023-01-25T23:11:33.875Z] Removing intermediate container 11b2527fb8fa [2023-01-25T23:11:33.875Z] ---> d258a7dd9b6c [2023-01-25T23:11:33.875Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-25T23:11:34.152Z] ---> Running in d10beaf405d4 [2023-01-25T23:11:34.418Z] Removing intermediate container d10beaf405d4 [2023-01-25T23:11:34.418Z] ---> 51716535dbd0 [2023-01-25T23:11:34.685Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-25T23:11:34.685Z] ---> Running in 431d25de31c1 [2023-01-25T23:11:34.954Z] Removing intermediate container c2125c95b3ef [2023-01-25T23:11:34.954Z] ---> ae922e8dc703 [2023-01-25T23:11:34.954Z] [2023-01-25T23:11:34.954Z] Step 9/21 : FROM alpine:3.16 [2023-01-25T23:11:34.954Z] ---> 2b4661558fb8 [2023-01-25T23:11:34.954Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-25T23:11:35.232Z] ---> Running in b9931f512fb8 [2023-01-25T23:11:35.498Z] 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-01-25T23:11:37.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:11:38.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:11:38.630Z] Removing intermediate container 431d25de31c1 [2023-01-25T23:11:38.630Z] ---> 377f687a1b59 [2023-01-25T23:11:38.630Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-25T23:11:38.630Z] ---> Running in d19c140f1b0f [2023-01-25T23:11:39.216Z] Removing intermediate container d19c140f1b0f [2023-01-25T23:11:39.216Z] ---> 0bfb0bcc6fee [2023-01-25T23:11:39.216Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-25T23:11:39.216Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-25T23:11:39.482Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-25T23:11:39.482Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-25T23:11:39.482Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-25T23:11:39.482Z] (5/6) Installing curl (7.83.1-r5) [2023-01-25T23:11:39.482Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-25T23:11:39.482Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T23:11:39.482Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T23:11:40.081Z] OK: 8 MiB in 20 packages [2023-01-25T23:11:40.349Z] ---> 4d8676f28702 [2023-01-25T23:11:40.349Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-25T23:11:40.349Z] ---> Running in 4f5bcf2cbd49 [2023-01-25T23:11:42.936Z] Removing intermediate container b9931f512fb8 [2023-01-25T23:11:42.936Z] ---> 9f912dbfa8b0 [2023-01-25T23:11:42.936Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-25T23:11:42.936Z] ---> Running in 9d8e986382f7 [2023-01-25T23:11:43.206Z] Removing intermediate container 9d8e986382f7 [2023-01-25T23:11:43.206Z] ---> 0504b2e5d0c6 [2023-01-25T23:11:43.206Z] Step 12/21 : WORKDIR /edgex [2023-01-25T23:11:43.472Z] ---> Running in 116fdda91f5e [2023-01-25T23:11:44.424Z] Removing intermediate container 116fdda91f5e [2023-01-25T23:11:44.424Z] ---> fa8a4fb4bbb8 [2023-01-25T23:11:44.424Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-25T23:11:44.424Z] Removing intermediate container 4f5bcf2cbd49 [2023-01-25T23:11:44.424Z] ---> faf9e4c16f45 [2023-01-25T23:11:44.424Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:11:45.845Z] ---> 6630f57c7ff8 [2023-01-25T23:11:45.845Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . ---> 735a7d12cd3a [2023-01-25T23:11:45.845Z] [2023-01-25T23:11:45.845Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-25T23:11:49.319Z] ---> 97098df121c7 [2023-01-25T23:11:49.320Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-25T23:11:49.320Z] ---> efe7de4594c4 [2023-01-25T23:11:49.320Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-25T23:11:51.972Z] ---> 543a3a02174e [2023-01-25T23:11:51.972Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-25T23:11:52.576Z] ---> 95594379b63a [2023-01-25T23:11:52.576Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-25T23:11:52.845Z] ---> f079ff04f6b9 [2023-01-25T23:11:52.845Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-25T23:11:54.802Z] ---> ee6481553673 [2023-01-25T23:11:54.802Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-25T23:11:54.802Z] ---> a81c919510cb [2023-01-25T23:11:54.802Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-25T23:11:54.802Z] ---> Running in f5cbc08ef778 [2023-01-25T23:11:56.205Z] ---> 4adaa8d45aac [2023-01-25T23:11:56.205Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-25T23:11:57.612Z] ---> 4e3d443f97e5 [2023-01-25T23:11:57.612Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-25T23:11:57.612Z] ---> Running in f7cc62798d93 [2023-01-25T23:11:58.576Z] Removing intermediate container 15e9ec0ceb5d [2023-01-25T23:11:58.576Z] ---> 525c8d98c7d6 [2023-01-25T23:11:58.576Z] [2023-01-25T23:11:58.576Z] Step 9/24 : FROM alpine:3.16 [2023-01-25T23:11:58.576Z] ---> 2b4661558fb8 [2023-01-25T23:11:58.576Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-25T23:11:58.576Z] Removing intermediate container f5cbc08ef778 [2023-01-25T23:11:58.576Z] ---> 9a19193695cc [2023-01-25T23:11:58.576Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-25T23:11:58.842Z] ---> Running in f8ff409dbb68 [2023-01-25T23:11:58.842Z] ---> Running in fa9c315bceb9 [2023-01-25T23:11:59.431Z] Removing intermediate container fa9c315bceb9 [2023-01-25T23:11:59.431Z] ---> 70695c395b45 [2023-01-25T23:11:59.431Z] Step 19/21 : LABEL arch=arm64 [2023-01-25T23:11:59.705Z] ---> Running in 3b49124ba715 [2023-01-25T23:12:00.292Z] Removing intermediate container 3b49124ba715 [2023-01-25T23:12:00.292Z] ---> c2142de2794f [2023-01-25T23:12:00.292Z] Step 20/21 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:12:00.564Z] ---> Running in 2c1c4b733cae [2023-01-25T23:12:00.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:12:00.834Z] Removing intermediate container f7cc62798d93 [2023-01-25T23:12:00.834Z] ---> 792ec891365d [2023-01-25T23:12:00.834Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-25T23:12:00.834Z] Removing intermediate container 2c1c4b733cae [2023-01-25T23:12:00.834Z] ---> fd398679bab5 [2023-01-25T23:12:00.834Z] Step 21/21 : LABEL version=0.0.0 [2023-01-25T23:12:01.101Z] ---> Running in 1f1e2673fdcc [2023-01-25T23:12:01.101Z] ---> Running in 3999a3acf8b0 [2023-01-25T23:12:01.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:12:01.689Z] Removing intermediate container 1f1e2673fdcc [2023-01-25T23:12:01.689Z] ---> a9caee846e38 [2023-01-25T23:12:01.689Z] [2023-01-25T23:12:01.689Z] Removing intermediate container 3999a3acf8b0 [2023-01-25T23:12:01.689Z] ---> 405418e4e73d [2023-01-25T23:12:01.689Z] Step 29/32 : CMD ["gate"] [2023-01-25T23:12:01.689Z] ---> Running in 3234622d9b1a [2023-01-25T23:12:02.274Z] Successfully built a9caee846e38 [2023-01-25T23:12:02.274Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-25T23:12:02.274Z]  Building security-proxy-setup ... done (1/3) Installing ca-certificates (20220614-r0) [2023-01-25T23:12:02.274Z] Removing intermediate container 3234622d9b1a [2023-01-25T23:12:02.274Z] ---> 68c97374d371 [2023-01-25T23:12:02.274Z] Step 30/32 : LABEL arch=arm64 [2023-01-25T23:12:02.542Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-25T23:12:02.542Z] (3/3) Installing su-exec (0.2-r1) [2023-01-25T23:12:02.542Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T23:12:02.542Z] ---> Running in c39e7c9c64c8 [2023-01-25T23:12:02.542Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T23:12:02.813Z] OK: 6 MiB in 17 packages [2023-01-25T23:12:03.080Z] Removing intermediate container c39e7c9c64c8 [2023-01-25T23:12:03.080Z] ---> aebbc1cdb677 [2023-01-25T23:12:03.080Z] Step 31/32 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:12:03.346Z] ---> Running in 86b6ba6a4067 [2023-01-25T23:12:03.931Z] Removing intermediate container 86b6ba6a4067 [2023-01-25T23:12:03.931Z] ---> 60f65ef5daba [2023-01-25T23:12:03.931Z] Step 32/32 : LABEL version=0.0.0 [2023-01-25T23:12:03.931Z] ---> Running in 942f8bb02e4c [2023-01-25T23:12:04.515Z] Removing intermediate container 942f8bb02e4c [2023-01-25T23:12:04.515Z] ---> 74424df191c7 [2023-01-25T23:12:04.515Z] [2023-01-25T23:12:04.782Z] Removing intermediate container f8ff409dbb68 [2023-01-25T23:12:04.782Z] ---> 39fa350731ce [2023-01-25T23:12:04.782Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-25T23:12:04.782Z] Successfully built 74424df191c7 [2023-01-25T23:12:04.782Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-25T23:12:04.782Z]  Building security-bootstrapper ... done  ---> Running in aabc337e980e [2023-01-25T23:12:05.050Z] Removing intermediate container aabc337e980e [2023-01-25T23:12:05.050Z] ---> f9c50e5ed40f [2023-01-25T23:12:05.050Z] Step 12/24 : WORKDIR / [2023-01-25T23:12:05.321Z] ---> Running in 3f7d2cfd2abc [2023-01-25T23:12:05.588Z] Removing intermediate container 3f7d2cfd2abc [2023-01-25T23:12:05.588Z] ---> c9f2ebb45cd4 [2023-01-25T23:12:05.588Z] 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-01-25T23:12:06.171Z] ---> f82e3c712ab4 [2023-01-25T23:12:06.171Z] 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-01-25T23:12:06.754Z] ---> 5abb0f4926b6 [2023-01-25T23:12:06.754Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-25T23:12:07.714Z] ---> c86b7122fa54 [2023-01-25T23:12:07.714Z] 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-01-25T23:12:08.683Z] ---> 1bf72dcb0f0a [2023-01-25T23:12:08.683Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-25T23:12:09.641Z] ---> 04ae2df416df [2023-01-25T23:12:09.641Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-25T23:12:11.047Z] ---> f21a4d3330af [2023-01-25T23:12:11.047Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-25T23:12:11.319Z] ---> b6974681b77d [2023-01-25T23:12:11.319Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-25T23:12:11.584Z] ---> Running in 6f627d0fd814 [2023-01-25T23:12:13.525Z] Removing intermediate container 6f627d0fd814 [2023-01-25T23:12:13.526Z] ---> d71ea8b294f5 [2023-01-25T23:12:13.526Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-25T23:12:13.526Z] ---> Running in 3f5b601b5810 [2023-01-25T23:12:13.795Z] Removing intermediate container 3f5b601b5810 [2023-01-25T23:12:13.795Z] ---> 0eee6a459f85 [2023-01-25T23:12:13.795Z] Step 22/24 : LABEL arch=arm64 [2023-01-25T23:12:14.061Z] ---> Running in 0bf614cecfb1 [2023-01-25T23:12:14.328Z] Removing intermediate container 0bf614cecfb1 [2023-01-25T23:12:14.328Z] ---> 72fd50b291da [2023-01-25T23:12:14.328Z] Step 23/24 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:12:14.595Z] ---> Running in 7f43fe7d159a [2023-01-25T23:12:14.861Z] Removing intermediate container 7f43fe7d159a [2023-01-25T23:12:14.861Z] ---> fea4a6fd63e1 [2023-01-25T23:12:14.861Z] Step 24/24 : LABEL version=0.0.0 [2023-01-25T23:12:15.128Z] ---> Running in d0d91a680fac [2023-01-25T23:12:15.395Z] Removing intermediate container d0d91a680fac [2023-01-25T23:12:15.395Z] ---> 533443713739 [2023-01-25T23:12:15.395Z] [2023-01-25T23:12:15.661Z] Successfully built 533443713739 [2023-01-25T23:12:15.661Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-25T23:12:23.874Z]  Building security-secretstore-setup ... done Removing intermediate container 7f765a19979f [2023-01-25T23:12:23.874Z] ---> 05b104963c0e [2023-01-25T23:12:23.874Z] [2023-01-25T23:12:23.874Z] Step 10/22 : FROM alpine:3.16 [2023-01-25T23:12:23.874Z] ---> 2b4661558fb8 [2023-01-25T23:12:23.874Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-25T23:12:23.874Z] ---> Running in 36b7aaf24036 [2023-01-25T23:12:24.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-25T23:12:24.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-25T23:12:25.680Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-25T23:12:25.680Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-25T23:12:25.949Z] Executing busybox-1.35.0-r17.trigger [2023-01-25T23:12:25.949Z] Executing ca-certificates-20220614-r0.trigger [2023-01-25T23:12:25.949Z] OK: 6 MiB in 16 packages [2023-01-25T23:12:27.359Z] Removing intermediate container 36b7aaf24036 [2023-01-25T23:12:27.359Z] ---> 51149074f56c [2023-01-25T23:12:27.359Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-25T23:12:27.359Z] ---> Running in d6961ea0c9fa [2023-01-25T23:12:27.942Z] Removing intermediate container d6961ea0c9fa [2023-01-25T23:12:27.942Z] ---> b28b339fcb28 [2023-01-25T23:12:27.942Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-25T23:12:27.942Z] ---> Running in 786c4c3e0897 [2023-01-25T23:12:28.213Z] Removing intermediate container 786c4c3e0897 [2023-01-25T23:12:28.213Z] ---> 7939e5e49d15 [2023-01-25T23:12:28.213Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-25T23:12:28.213Z] ---> Running in 86782beb98dc [2023-01-25T23:12:28.796Z] Removing intermediate container 86782beb98dc [2023-01-25T23:12:28.796Z] ---> 28ecf7257929 [2023-01-25T23:12:28.796Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-25T23:12:29.062Z] ---> f9b9149a5b62 [2023-01-25T23:12:29.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-25T23:12:30.469Z] ---> 5c7fd069dc23 [2023-01-25T23:12:30.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-25T23:12:31.053Z] ---> 9680471fe233 [2023-01-25T23:12:31.053Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-25T23:12:31.319Z] ---> Running in eca8d51e072f [2023-01-25T23:12:31.586Z] Removing intermediate container eca8d51e072f [2023-01-25T23:12:31.586Z] ---> 2882d836a56e [2023-01-25T23:12:31.586Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-25T23:12:31.586Z] ---> Running in 7c52ef4947e4 [2023-01-25T23:12:31.851Z] Removing intermediate container 7c52ef4947e4 [2023-01-25T23:12:31.851Z] ---> d45cb8e98250 [2023-01-25T23:12:31.851Z] Step 20/22 : LABEL arch=arm64 [2023-01-25T23:12:31.851Z] ---> Running in 07ba41f57882 [2023-01-25T23:12:32.117Z] Removing intermediate container 07ba41f57882 [2023-01-25T23:12:32.117Z] ---> eb2489eb1b8f [2023-01-25T23:12:32.117Z] Step 21/22 : LABEL git_sha=5363444bbf578b3c104c0c941f9aeef7b6e82f31 [2023-01-25T23:12:32.384Z] ---> Running in 6a944ec64857 [2023-01-25T23:12:32.651Z] Removing intermediate container 6a944ec64857 [2023-01-25T23:12:32.651Z] ---> ce02597a6437 [2023-01-25T23:12:32.651Z] Step 22/22 : LABEL version=0.0.0 [2023-01-25T23:12:32.651Z] ---> Running in 06aa5041adde [2023-01-25T23:12:32.917Z] Removing intermediate container 06aa5041adde [2023-01-25T23:12:32.917Z] ---> 82f209f2b3fc [2023-01-25T23:12:32.917Z] [2023-01-25T23:12:33.183Z] Successfully built 82f209f2b3fc [2023-01-25T23:12:33.183Z] Successfully tagged support-notifications-arm64:latest [2023-01-25T23:12:33.461Z]  Building support-notifications ... done  [Pipeline] } [2023-01-25T23:12:33.484Z] $ docker stop --time=1 a68153b06fcc15ab5ab02c727a03b3399b9c52ac3b4d4599c89f2bd8224cdbce [2023-01-25T23:12:35.167Z] $ docker rm -f --volumes a68153b06fcc15ab5ab02c727a03b3399b9c52ac3b4d4599c89f2bd8224cdbce [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-25T23:12:35.712Z] + docker images [2023-01-25T23:12:35.977Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-25T23:12:35.977Z] support-notifications-arm64 latest 82f209f2b3fc 3 seconds ago 29.6MB [2023-01-25T23:12:35.977Z] 05b104963c0e 14 seconds ago 1.57GB [2023-01-25T23:12:35.977Z] security-secretstore-setup-arm64 latest 533443713739 20 seconds ago 28.7MB [2023-01-25T23:12:35.977Z] security-bootstrapper-arm64 latest 74424df191c7 31 seconds ago 19.5MB [2023-01-25T23:12:35.978Z] security-proxy-setup-arm64 latest a9caee846e38 34 seconds ago 26.8MB [2023-01-25T23:12:35.978Z] 525c8d98c7d6 39 seconds ago 1.5GB [2023-01-25T23:12:35.978Z] ae922e8dc703 About a minute ago 1.5GB [2023-01-25T23:12:35.978Z] 6692c90a66f9 About a minute ago 1.5GB [2023-01-25T23:12:35.978Z] core-common-config-bootstrapper-arm64 latest 4df7e34cb637 2 minutes ago 14.9MB [2023-01-25T23:12:35.978Z] e6f65471cbfa 2 minutes ago 1.5GB [2023-01-25T23:12:35.978Z] security-spiffe-token-provider-arm64 latest 03ef42a6bcb1 6 minutes ago 28.9MB [2023-01-25T23:12:35.978Z] fdb27cecdd0d 6 minutes ago 1.54GB [2023-01-25T23:12:35.978Z] security-spire-config-arm64 latest 4397b3f8dff2 7 minutes ago 83.6MB [2023-01-25T23:12:35.978Z] support-scheduler-arm64 latest 1f38b698b0e3 7 minutes ago 29MB [2023-01-25T23:12:35.978Z] b21296c11a34 8 minutes ago 1.57GB [2023-01-25T23:12:35.978Z] security-spire-server-arm64 latest 5ef944554522 9 minutes ago 84.3MB [2023-01-25T23:12:35.978Z] ef29147b3f00 9 minutes ago 1.38GB [2023-01-25T23:12:35.978Z] core-data-arm64 latest 82baa86a7c4c 9 minutes ago 17.2MB [2023-01-25T23:12:35.978Z] core-metadata-arm64 latest 7982b53cb571 10 minutes ago 17.8MB [2023-01-25T23:12:35.978Z] 290053e59a2b 10 minutes ago 1.52GB [2023-01-25T23:12:35.978Z] b00ac0902631 10 minutes ago 1.51GB [2023-01-25T23:12:35.978Z] core-command-arm64 latest 0a6d3ba864e7 10 minutes ago 17MB [2023-01-25T23:12:35.978Z] 4a09e867ff32 10 minutes ago 1.51GB [2023-01-25T23:12:35.978Z] security-spire-agent-arm64 latest 57ffa6b3ca16 16 minutes ago 122MB [2023-01-25T23:12:35.978Z] c99cda1d8993 17 minutes ago 1.38GB [2023-01-25T23:12:35.978Z] ci-base-image-arm64 latest c06e2a061850 29 minutes ago 905MB [2023-01-25T23:12:35.978Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-25T23:12:35.978Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-25T23:12:35.978Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-25T23:12:35.978Z] 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-01-25T23:12:36.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-25T23:12:36.781Z] [2023-01-25T23:12:36.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T23:12:37.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-25T23:12:37.192Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-25T23:12:37.192Z] 8998bd30e6a1: Pulling fs layer [2023-01-25T23:12:37.192Z] 04944245beec: Pulling fs layer [2023-01-25T23:12:37.192Z] 699f458cf7ca: Pulling fs layer [2023-01-25T23:12:37.192Z] 765212b225bb: Pulling fs layer [2023-01-25T23:12:37.192Z] f23df028b6ca: Pulling fs layer [2023-01-25T23:12:37.192Z] d65c8cfc05b1: Pulling fs layer [2023-01-25T23:12:37.192Z] 2437ff75d9bd: Pulling fs layer [2023-01-25T23:12:37.192Z] 765212b225bb: Waiting [2023-01-25T23:12:37.192Z] f23df028b6ca: Waiting [2023-01-25T23:12:37.460Z] d65c8cfc05b1: Waiting [2023-01-25T23:12:37.460Z] 2437ff75d9bd: Waiting [2023-01-25T23:12:37.460Z] 04944245beec: Verifying Checksum [2023-01-25T23:12:37.460Z] 04944245beec: Download complete [2023-01-25T23:12:37.460Z] 765212b225bb: Verifying Checksum [2023-01-25T23:12:37.460Z] 765212b225bb: Download complete [2023-01-25T23:12:37.460Z] f23df028b6ca: Verifying Checksum [2023-01-25T23:12:37.460Z] f23df028b6ca: Download complete [2023-01-25T23:12:37.727Z] d65c8cfc05b1: Verifying Checksum [2023-01-25T23:12:37.727Z] d65c8cfc05b1: Download complete [2023-01-25T23:12:37.727Z] 699f458cf7ca: Verifying Checksum [2023-01-25T23:12:37.727Z] 699f458cf7ca: Download complete [2023-01-25T23:12:37.993Z] 8998bd30e6a1: Download complete [2023-01-25T23:12:40.566Z] 2437ff75d9bd: Verifying Checksum [2023-01-25T23:12:40.566Z] 2437ff75d9bd: Download complete [2023-01-25T23:12:41.972Z] 8998bd30e6a1: Pull complete [2023-01-25T23:12:42.554Z] 04944245beec: Pull complete [2023-01-25T23:12:43.962Z] 699f458cf7ca: Pull complete [2023-01-25T23:12:43.962Z] 765212b225bb: Pull complete [2023-01-25T23:12:44.919Z] f23df028b6ca: Pull complete [2023-01-25T23:12:44.919Z] d65c8cfc05b1: Pull complete [2023-01-25T23:12:59.892Z] 2437ff75d9bd: Pull complete [2023-01-25T23:12:59.892Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-25T23:12:59.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-25T23:12:59.892Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T23:13:00.230Z] prd-ubuntu20.04-docker-arm64-4c-16g-3697 does not seem to be running inside a container [2023-01-25T23:13:00.294Z] $ 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-01-25T23:13:03.087Z] $ docker top 0313b34db47a112b403902ee6028195d486ad24039f3ac0eeda86c86e95d3e3f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:03.691Z] ---> job-cost.sh [2023-01-25T23:13:03.956Z] lf-activate-venv: SKIPPING [2023-01-25T23:13:03.956Z] INFO: No Stack... [2023-01-25T23:13:04.535Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-25T23:13:05.484Z] INFO: Archiving Costs [Pipeline] sh [2023-01-25T23:13:05.819Z] + cut -d, -f6 [2023-01-25T23:13:05.819Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-01-25T23:13:06.166Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4308-1-stack-cost] [2023-01-25T23:13:06.173Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4308-1-stack-cost] did not exist. Created. [2023-01-25T23:13:06.173Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4308-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-25T23:13:06.913Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-25T23:13:07.109Z] Stashed 1 file(s) [Pipeline] } [2023-01-25T23:13:07.126Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4308-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-25T23:13:07.206Z] $ docker stop --time=1 0313b34db47a112b403902ee6028195d486ad24039f3ac0eeda86c86e95d3e3f [2023-01-25T23:13:08.701Z] $ docker rm -f --volumes 0313b34db47a112b403902ee6028195d486ad24039f3ac0eeda86c86e95d3e3f [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-01-25T23:13:09.753Z] provisioning config files... [2023-01-25T23:13:09.759Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5533954861044002357tmp [Pipeline] { [Pipeline] sh [2023-01-25T23:13:10.094Z] + set +x [2023-01-25T23:13:10.094Z] + curl -s https://codecov.io/bash [2023-01-25T23:13:10.094Z] + bash -s -- [2023-01-25T23:13:10.094Z] [2023-01-25T23:13:10.094Z] _____ _ [2023-01-25T23:13:10.094Z] / ____| | | [2023-01-25T23:13:10.094Z] | | ___ __| | ___ ___ _____ __ [2023-01-25T23:13:10.094Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-25T23:13:10.094Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-25T23:13:10.094Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-25T23:13:10.094Z] Bash-1.0.6 [2023-01-25T23:13:10.094Z] [2023-01-25T23:13:10.094Z] [2023-01-25T23:13:10.094Z] ==> git version 2.25.1 found [2023-01-25T23:13:10.094Z] ==> 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-01-25T23:13:10.094Z] Release-Date: 2020-01-08 [2023-01-25T23:13:10.094Z] 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-01-25T23:13:10.094Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-25T23:13:10.094Z] ==> Jenkins CI detected. [2023-01-25T23:13:10.094Z] current dir:  /w/workspace/edgex-go/1 [2023-01-25T23:13:10.094Z] project root: . [2023-01-25T23:13:10.094Z] --> token set from env [2023-01-25T23:13:10.094Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-25T23:13:10.094Z] ==> Running gcov in . (disable via -X gcov) [2023-01-25T23:13:10.094Z] ==> Python coveragepy not found [2023-01-25T23:13:10.094Z] ==> Searching for coverage reports in: [2023-01-25T23:13:10.094Z] + . [2023-01-25T23:13:10.352Z] -> Found 1 reports [2023-01-25T23:13:10.352Z] ==> Detecting git/mercurial file structure [2023-01-25T23:13:10.352Z] ==> Reading reports [2023-01-25T23:13:10.352Z] + ./coverage.out bytes=489970 [2023-01-25T23:13:10.352Z] ==> Appending adjustments [2023-01-25T23:13:10.352Z] https://docs.codecov.io/docs/fixing-reports [2023-01-25T23:13:11.731Z] + Found adjustments [2023-01-25T23:13:11.731Z] ==> Gzipping contents [2023-01-25T23:13:11.731Z] 64K /tmp/codecov.Tqsjdj.gz [2023-01-25T23:13:11.731Z] ==> Uploading reports [2023-01-25T23:13:11.731Z] url: https://codecov.io [2023-01-25T23:13:11.731Z] query: branch=PR-4308&commit=5363444bbf578b3c104c0c941f9aeef7b6e82f31&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4308%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4308&job=&cmd_args= [2023-01-25T23:13:11.731Z] -> Pinging Codecov [2023-01-25T23:13:11.731Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4308&commit=5363444bbf578b3c104c0c941f9aeef7b6e82f31&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4308%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4308&job=&cmd_args= [2023-01-25T23:13:11.991Z] -> Uploading to [2023-01-25T23:13:11.991Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-25/00271124DB129430A58F1EEE437C3FCB/5363444bbf578b3c104c0c941f9aeef7b6e82f31/a28e3272-8741-46f6-a809-29c1b650d778.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230125T231311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2a3f30a2fcb430b88f14f33ed686f20072d9254a7010efde646cb02101e8a277 [2023-01-25T23:13:11.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-25T23:13:11.991Z] Dload Upload Total Spent Left Speed [2023-01-25T23:13:12.250Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63258 0 0 100 63258 0 208k --:--:-- --:--:-- --:--:-- 208k [2023-01-25T23:13:12.250Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/5363444bbf578b3c104c0c941f9aeef7b6e82f31 [Pipeline] } [2023-01-25T23:13:12.278Z] 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-01-25T23:13:13.672Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:14.000Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:14.888Z] ---> package-listing.sh [2023-01-25T23:13:14.888Z] ++ facter osfamily [2023-01-25T23:13:14.888Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-25T23:13:15.146Z] + OS_FAMILY=debian [2023-01-25T23:13:15.146Z] + workspace=/w/workspace/edgex-go/1 [2023-01-25T23:13:15.146Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-25T23:13:15.146Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-25T23:13:15.146Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-25T23:13:15.146Z] + PACKAGES=/tmp/packages_start.txt [2023-01-25T23:13:15.146Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-25T23:13:15.146Z] + PACKAGES=/tmp/packages_end.txt [2023-01-25T23:13:15.146Z] + case "${OS_FAMILY}" in [2023-01-25T23:13:15.146Z] + dpkg -l [2023-01-25T23:13:15.146Z] + grep '^ii' [2023-01-25T23:13:15.146Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-25T23:13:15.146Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-25T23:13:15.146Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-25T23:13:15.146Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-25T23:13:15.146Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-01-25T23:13:15.146Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-01-25T23:13:15.176Z] 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-01-25T23:13:15.469Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T23:13:16.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-25T23:13:16.095Z] [2023-01-25T23:13:16.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-25T23:13:16.472Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-25T23:13:16.472Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-25T23:13:16.472Z] 5eb5b503b376: Pulling fs layer [2023-01-25T23:13:16.472Z] 5c69ac0246d0: Pulling fs layer [2023-01-25T23:13:16.472Z] ec43610c2a17: Pulling fs layer [2023-01-25T23:13:16.472Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-25T23:13:16.472Z] 33b1e0a273af: Pulling fs layer [2023-01-25T23:13:16.472Z] 5d3b04190fa2: Pulling fs layer [2023-01-25T23:13:16.472Z] 3a2ae6a8a46f: Waiting [2023-01-25T23:13:16.472Z] 33b1e0a273af: Waiting [2023-01-25T23:13:16.472Z] 2f39f015ded8: Pulling fs layer [2023-01-25T23:13:16.472Z] 5d3b04190fa2: Waiting [2023-01-25T23:13:16.472Z] 2f39f015ded8: Waiting [2023-01-25T23:13:16.472Z] 5c69ac0246d0: Download complete [2023-01-25T23:13:16.472Z] 3a2ae6a8a46f: Download complete [2023-01-25T23:13:16.734Z] 33b1e0a273af: Verifying Checksum [2023-01-25T23:13:16.734Z] 33b1e0a273af: Download complete [2023-01-25T23:13:16.734Z] 5d3b04190fa2: Verifying Checksum [2023-01-25T23:13:16.734Z] 5d3b04190fa2: Download complete [2023-01-25T23:13:16.734Z] ec43610c2a17: Verifying Checksum [2023-01-25T23:13:16.734Z] ec43610c2a17: Download complete [2023-01-25T23:13:16.992Z] 5eb5b503b376: Verifying Checksum [2023-01-25T23:13:16.992Z] 5eb5b503b376: Download complete [2023-01-25T23:13:17.556Z] 2f39f015ded8: Verifying Checksum [2023-01-25T23:13:17.557Z] 2f39f015ded8: Download complete [2023-01-25T23:13:18.132Z] 5eb5b503b376: Pull complete [2023-01-25T23:13:18.392Z] 5c69ac0246d0: Pull complete [2023-01-25T23:13:18.651Z] ec43610c2a17: Pull complete [2023-01-25T23:13:18.651Z] 3a2ae6a8a46f: Pull complete [2023-01-25T23:13:18.909Z] 33b1e0a273af: Pull complete [2023-01-25T23:13:18.909Z] 5d3b04190fa2: Pull complete [2023-01-25T23:13:23.098Z] 2f39f015ded8: Pull complete [2023-01-25T23:13:23.098Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-25T23:13:23.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-25T23:13:23.098Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-25T23:13:23.326Z] prd-ubuntu20.04-docker-8c-8g-3696 does not seem to be running inside a container [2023-01-25T23:13:23.359Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-25T23:13:25.418Z] $ docker top 364089fa3d2b4afa3612c92540be4c9f73b1501084767d6ff36a54404d5ed6d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-25T23:13:25.809Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-25T23:13:26.123Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-25T23:13:26.431Z] + ls /var/log/sa-host [2023-01-25T23:13:26.431Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-25T23:13:26.670Z] provisioning config files... [2023-01-25T23:13:26.682Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6301340486754913485tmp [Pipeline] { [Pipeline] echo [2023-01-25T23:13:26.734Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:27.043Z] ---> create-netrc.sh [Pipeline] } [2023-01-25T23:13:27.071Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:27.485Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-25T23:13:27.519Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:27.835Z] ---> sudo-logs.sh [2023-01-25T23:13:27.835Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-25T23:13:27.924Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:28.243Z] ---> job-cost.sh [2023-01-25T23:13:28.243Z] lf-activate-venv: SKIPPING [2023-01-25T23:13:28.243Z] DEBUG: total: 0.10999999940395355 [2023-01-25T23:13:28.243Z] INFO: Retrieving Stack Cost... [2023-01-25T23:13:28.813Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-25T23:13:29.071Z] INFO: Archiving Costs [Pipeline] echo [2023-01-25T23:13:29.112Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-25T23:13:29.430Z] ---> logs-deploy.sh [2023-01-25T23:13:29.430Z] lf-activate-venv: SKIPPING [2023-01-25T23:13:29.430Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4308/1 [2023-01-25T23:13:29.430Z] INFO: archiving workspace using pattern(s): [2023-01-25T23:13:30.366Z] Archives upload complete. [2023-01-25T23:13:30.625Z] INFO: archiving logs to Nexus [2023-01-25T23:13:31.193Z] ---> uname -a: [2023-01-25T23:13:31.193Z] Linux prd-ubuntu20-04-docker-8c-8g-3696 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-25T23:13:31.193Z] [2023-01-25T23:13:31.193Z] [2023-01-25T23:13:31.193Z] ---> lscpu: [2023-01-25T23:13:31.193Z] Architecture: x86_64 [2023-01-25T23:13:31.193Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-25T23:13:31.193Z] Byte Order: Little Endian [2023-01-25T23:13:31.193Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-25T23:13:31.193Z] CPU(s): 8 [2023-01-25T23:13:31.193Z] On-line CPU(s) list: 0-7 [2023-01-25T23:13:31.193Z] Thread(s) per core: 1 [2023-01-25T23:13:31.193Z] Core(s) per socket: 1 [2023-01-25T23:13:31.193Z] Socket(s): 8 [2023-01-25T23:13:31.193Z] NUMA node(s): 1 [2023-01-25T23:13:31.193Z] Vendor ID: AuthenticAMD [2023-01-25T23:13:31.193Z] CPU family: 23 [2023-01-25T23:13:31.193Z] Model: 49 [2023-01-25T23:13:31.193Z] Model name: AMD EPYC-Rome Processor [2023-01-25T23:13:31.193Z] Stepping: 0 [2023-01-25T23:13:31.193Z] CPU MHz: 2800.000 [2023-01-25T23:13:31.193Z] BogoMIPS: 5600.00 [2023-01-25T23:13:31.193Z] Virtualization: AMD-V [2023-01-25T23:13:31.193Z] Hypervisor vendor: KVM [2023-01-25T23:13:31.193Z] Virtualization type: full [2023-01-25T23:13:31.193Z] L1d cache: 256 KiB [2023-01-25T23:13:31.193Z] L1i cache: 256 KiB [2023-01-25T23:13:31.193Z] L2 cache: 4 MiB [2023-01-25T23:13:31.193Z] L3 cache: 128 MiB [2023-01-25T23:13:31.193Z] NUMA node0 CPU(s): 0-7 [2023-01-25T23:13:31.193Z] Vulnerability Itlb multihit: Not affected [2023-01-25T23:13:31.193Z] Vulnerability L1tf: Not affected [2023-01-25T23:13:31.193Z] Vulnerability Mds: Not affected [2023-01-25T23:13:31.193Z] Vulnerability Meltdown: Not affected [2023-01-25T23:13:31.193Z] Vulnerability Mmio stale data: Not affected [2023-01-25T23:13:31.193Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-25T23:13:31.193Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-25T23:13:31.193Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-25T23:13:31.193Z] Vulnerability Srbds: Not affected [2023-01-25T23:13:31.193Z] Vulnerability Tsx async abort: Not affected [2023-01-25T23:13:31.193Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-25T23:13:31.193Z] [2023-01-25T23:13:31.193Z] [2023-01-25T23:13:31.193Z] ---> nproc: [2023-01-25T23:13:31.193Z] 8 [2023-01-25T23:13:31.193Z] [2023-01-25T23:13:31.193Z] [2023-01-25T23:13:31.193Z] ---> df -h: [2023-01-25T23:13:31.193Z] Filesystem Size Used Avail Use% Mounted on [2023-01-25T23:13:31.193Z] overlay 155G 20G 135G 13% / [2023-01-25T23:13:31.193Z] tmpfs 64M 0 64M 0% /dev [2023-01-25T23:13:31.193Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-25T23:13:31.193Z] shm 64M 0 64M 0% /dev/shm [2023-01-25T23:13:31.193Z] /dev/vda1 155G 20G 135G 13% /facter-os [2023-01-25T23:13:31.193Z] [2023-01-25T23:13:31.193Z]