Pull request #4426 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 3f54df644f047668e5e8287f9d2038cf0102a158+923421b803a2aa1fd35cfe5d85a9354669a43ca8 (20cc8e38769fc4800d19f05c56734e495337225a) 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-ssh13546131380241763500.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-ssh16141030408988078403.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-4426/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-4426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13273824074195177878.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-4426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17278286629666055650.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-ssh14302842968382944751.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-4426/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-4426/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3298898637196508277.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-8923 in /w/workspace/edgexfoundry_edgex-go_PR-4426 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 923421b803a2aa1fd35cfe5d85a9354669a43ca8 into PR head commit 3f54df644f047668e5e8287f9d2038cf0102a158 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4426/head:refs/remotes/origin/PR-4426 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f54df644f047668e5e8287f9d2038cf0102a158 # 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 923421b803a2aa1fd35cfe5d85a9354669a43ca8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 31b3346c5885cec0a34452070a56a755dd6ee7e6 Checking out Revision 31b3346c5885cec0a34452070a56a755dd6ee7e6 (PR-4426) > git config core.sparsecheckout # timeout=10 > git checkout -f 31b3346c5885cec0a34452070a56a755dd6ee7e6 # timeout=10 Commit message: "Merge commit '923421b803a2aa1fd35cfe5d85a9354669a43ca8' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T23:07:10.249Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T23:07:10.400Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T23:07:10.493Z] ========================================================= [2023-03-08T23:07:10.493Z] EdgeX Global Pipelines Version Info [2023-03-08T23:07:10.493Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:07:11.229Z] ------------------- [2023-03-08T23:07:11.229Z] stable info: [2023-03-08T23:07:11.229Z] ------------------- [2023-03-08T23:07:11.229Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T23:07:11.229Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T23:07:11.229Z] Message: update stable to v1.0.244 [2023-03-08T23:07:11.799Z] ------------------- [2023-03-08T23:07:11.799Z] experimental info: [2023-03-08T23:07:11.799Z] ------------------- [2023-03-08T23:07:11.799Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T23:07:11.799Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T23:07:11.799Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T23:07:12.084Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-08T23:07:12.123Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-08T23:07:12.160Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T23:07:12.196Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T23:07:12.239Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T23:07:12.275Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T23:07:12.311Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T23:07:12.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-08T23:07:12.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-08T23:07:12.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-08T23:07:12.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T23:07:12.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T23:07:12.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T23:07:12.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T23:07:12.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T23:07:12.655Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T23:07:12.694Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T23:07:12.731Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T23:07:12.768Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-08T23:07:12.807Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-08T23:07:12.845Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T23:07:12.884Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T23:07:12.923Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T23:07:12.960Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4426 [Pipeline] echo [2023-03-08T23:07:12.996Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4426 [Pipeline] echo [2023-03-08T23:07:13.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4426 [Pipeline] echo [2023-03-08T23:07:13.073Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] echo [2023-03-08T23:07:13.108Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 31b3346 [Pipeline] echo [2023-03-08T23:07:13.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T23:07:13.256Z] provisioning config files... [2023-03-08T23:07:13.271Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6560712306661512544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:07:13.612Z] ---> docker-login.sh [2023-03-08T23:07:13.612Z] nexus3.edgexfoundry.org:10001 [2023-03-08T23:07:13.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:07:14.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:07:14.132Z] Configure a credential helper to remove this warning. See [2023-03-08T23:07:14.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:07:14.132Z] [2023-03-08T23:07:14.132Z] Login Succeeded [2023-03-08T23:07:14.132Z] nexus3.edgexfoundry.org:10002 [2023-03-08T23:07:14.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:07:14.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:07:14.132Z] Configure a credential helper to remove this warning. See [2023-03-08T23:07:14.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:07:14.132Z] [2023-03-08T23:07:14.132Z] Login Succeeded [2023-03-08T23:07:14.132Z] nexus3.edgexfoundry.org:10003 [2023-03-08T23:07:14.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:07:14.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:07:14.392Z] Configure a credential helper to remove this warning. See [2023-03-08T23:07:14.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:07:14.392Z] [2023-03-08T23:07:14.392Z] Login Succeeded [2023-03-08T23:07:14.392Z] nexus3.edgexfoundry.org:10004 [2023-03-08T23:07:14.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:07:14.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:07:14.392Z] Configure a credential helper to remove this warning. See [2023-03-08T23:07:14.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:07:14.392Z] [2023-03-08T23:07:14.392Z] Login Succeeded [2023-03-08T23:07:14.392Z] docker.io [2023-03-08T23:07:14.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:07:14.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:07:14.653Z] Configure a credential helper to remove this warning. See [2023-03-08T23:07:14.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:07:14.653Z] [2023-03-08T23:07:14.653Z] Login Succeeded [2023-03-08T23:07:14.653Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T23:07:14.679Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T23:07:15.093Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/core-command/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/core-data/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-08T23:07:15.093Z] + + dirname cmd/core-metadata/Dockerfile [2023-03-08T23:07:15.093Z] cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/support-notifications/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-08T23:07:15.093Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-08T23:07:15.093Z] + cut -d/ -f2 [2023-03-08T23:07:15.093Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-08T23:07:15.163Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-08T23:07:15.671Z] + git rev-list -1 --merges 31b3346c5885cec0a34452070a56a755dd6ee7e6~1..31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] echo [2023-03-08T23:07:15.704Z] -----------> git rev-list -1 --merges 31b3346c5885cec0a34452070a56a755dd6ee7e6~1..31b3346c5885cec0a34452070a56a755dd6ee7e6 31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:07:15.704Z] 31b3346c5885cec0a34452070a56a755dd6ee7e6 [false] [Pipeline] sh [2023-03-08T23:07:16.011Z] + git log --format=format:%s -1 31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] echo [2023-03-08T23:07:16.048Z] ========================================================= [2023-03-08T23:07:16.048Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T23:07:16.048Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-08T23:07:16.559Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T23:07:16.559Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T23:07:16.559Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T23:07:16.559Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T23:07:16.559Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-08T23:07:16.559Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-08T23:07:16.559Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:07:17.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T23:07:17.054Z] [2023-03-08T23:07:17.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:07:17.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T23:07:17.440Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T23:07:17.440Z] b85a868b505f: Pulling fs layer [2023-03-08T23:07:17.440Z] e2be974225ed: Pulling fs layer [2023-03-08T23:07:17.440Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T23:07:17.440Z] 988bab9f4d93: Pulling fs layer [2023-03-08T23:07:17.440Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T23:07:17.440Z] eaf3925da568: Pulling fs layer [2023-03-08T23:07:17.440Z] bab4dde63d76: Pulling fs layer [2023-03-08T23:07:17.440Z] bde34c3a00c8: Pulling fs layer [2023-03-08T23:07:17.440Z] eaf3925da568: Waiting [2023-03-08T23:07:17.440Z] 1469e6f7b9e6: Waiting [2023-03-08T23:07:17.440Z] bab4dde63d76: Waiting [2023-03-08T23:07:17.440Z] b352a97aabf1: Pulling fs layer [2023-03-08T23:07:17.440Z] 4872d77fe225: Pulling fs layer [2023-03-08T23:07:17.440Z] 5851b861e8e6: Pulling fs layer [2023-03-08T23:07:17.440Z] 4872d77fe225: Waiting [2023-03-08T23:07:17.440Z] b352a97aabf1: Waiting [2023-03-08T23:07:17.440Z] 5851b861e8e6: Waiting [2023-03-08T23:07:17.440Z] bde34c3a00c8: Waiting [2023-03-08T23:07:17.440Z] e2be974225ed: Verifying Checksum [2023-03-08T23:07:17.440Z] e2be974225ed: Download complete [2023-03-08T23:07:17.440Z] 988bab9f4d93: Verifying Checksum [2023-03-08T23:07:17.440Z] 988bab9f4d93: Download complete [2023-03-08T23:07:17.701Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T23:07:17.701Z] 1469e6f7b9e6: Download complete [2023-03-08T23:07:17.701Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T23:07:17.701Z] 339a4e72a1f5: Download complete [2023-03-08T23:07:17.701Z] eaf3925da568: Verifying Checksum [2023-03-08T23:07:17.701Z] eaf3925da568: Download complete [2023-03-08T23:07:17.701Z] bde34c3a00c8: Download complete [2023-03-08T23:07:17.701Z] b352a97aabf1: Verifying Checksum [2023-03-08T23:07:17.701Z] b352a97aabf1: Download complete [2023-03-08T23:07:17.701Z] 4872d77fe225: Verifying Checksum [2023-03-08T23:07:17.701Z] 4872d77fe225: Download complete [2023-03-08T23:07:17.701Z] 5851b861e8e6: Verifying Checksum [2023-03-08T23:07:17.701Z] 5851b861e8e6: Download complete [2023-03-08T23:07:17.701Z] b85a868b505f: Verifying Checksum [2023-03-08T23:07:17.701Z] b85a868b505f: Download complete [2023-03-08T23:07:17.961Z] bab4dde63d76: Verifying Checksum [2023-03-08T23:07:17.961Z] bab4dde63d76: Download complete [2023-03-08T23:07:19.338Z] b85a868b505f: Pull complete [2023-03-08T23:07:19.338Z] e2be974225ed: Pull complete [2023-03-08T23:07:19.908Z] 339a4e72a1f5: Pull complete [2023-03-08T23:07:19.908Z] 988bab9f4d93: Pull complete [2023-03-08T23:07:20.166Z] 1469e6f7b9e6: Pull complete [2023-03-08T23:07:20.166Z] eaf3925da568: Pull complete [2023-03-08T23:07:22.072Z] bab4dde63d76: Pull complete [2023-03-08T23:07:22.072Z] bde34c3a00c8: Pull complete [2023-03-08T23:07:22.072Z] b352a97aabf1: Pull complete [2023-03-08T23:07:22.331Z] 4872d77fe225: Pull complete [2023-03-08T23:07:22.331Z] 5851b861e8e6: Pull complete [2023-03-08T23:07:22.331Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T23:07:22.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T23:07:22.331Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:07:22.541Z] prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container [2023-03-08T23:07:22.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-08T23:07:23.899Z] $ docker top c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T23:07:24.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T23:07:24.083Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T23:07:24.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T23:07:24.204Z] $ docker exec c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent [2023-03-08T23:07:24.320Z] SSH_AUTH_SOCK=/tmp/ssh-abk0nPcuyZs4/agent.32 [2023-03-08T23:07:24.320Z] SSH_AGENT_PID=38 [2023-03-08T23:07:24.361Z] Running ssh-add (command line suppressed) [2023-03-08T23:07:24.483Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7431383008568534803.key (/w/workspace/edgex-go/1@tmp/private_key_7431383008568534803.key) [2023-03-08T23:07:24.518Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T23:07:24.850Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T23:07:24.879Z] $ docker exec --env ******** --env ******** c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent -k [2023-03-08T23:07:24.985Z] unset SSH_AUTH_SOCK; [2023-03-08T23:07:24.986Z] unset SSH_AGENT_PID; [2023-03-08T23:07:24.986Z] echo Agent pid 38 killed; [2023-03-08T23:07:24.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T23:07:25.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T23:07:25.082Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T23:07:25.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T23:07:25.203Z] $ docker exec c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent [2023-03-08T23:07:25.318Z] SSH_AUTH_SOCK=/tmp/ssh-Y0QFIDz5M5Cc/agent.70 [2023-03-08T23:07:25.318Z] SSH_AGENT_PID=76 [2023-03-08T23:07:25.323Z] Running ssh-add (command line suppressed) [2023-03-08T23:07:25.443Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4730488545580345578.key (/w/workspace/edgex-go/1@tmp/private_key_4730488545580345578.key) [2023-03-08T23:07:25.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T23:07:25.785Z] + git semver init [2023-03-08T23:07:26.045Z] 2023-03-08 23:07:25,972 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T23:07:26.045Z] 2023-03-08 23:07:25,973 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-08T23:07:26.045Z] 2023-03-08 23:07:25,973 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-08T23:07:26.045Z] 2023-03-08 23:07:25,974 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,057 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,057 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4426 with force:False [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,058 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4426 [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,062 [execute] INFO git cat-file --batch-check [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,062 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,069 [execute] INFO git cat-file --batch [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T23:07:30.239Z] 2023-03-08 23:07:30,075 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4426 [2023-03-08T23:07:30.239Z] 0.0.0 [Pipeline] } [2023-03-08T23:07:30.272Z] $ docker exec --env ******** --env ******** c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent -k [2023-03-08T23:07:30.387Z] unset SSH_AUTH_SOCK; [2023-03-08T23:07:30.388Z] unset SSH_AGENT_PID; [2023-03-08T23:07:30.388Z] echo Agent pid 76 killed; [2023-03-08T23:07:30.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T23:07:30.823Z] + git semver [Pipeline] } [2023-03-08T23:07:31.110Z] $ docker stop --time=1 c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a [2023-03-08T23:07:32.405Z] $ docker rm -f --volumes c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T23:07:32.793Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T23:07:33.073Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T23:07:33.089Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T23:07:33.835Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-08T23:07:33.869Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T23:07:33.904Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T23:07:33.938Z] ========================================================= [2023-03-08T23:07:33.938Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T23:07:33.938Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-08T23:07:34.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T23:07:34.279Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T23:07:34.279Z] 213ec9aee27d: Pulling fs layer [2023-03-08T23:07:34.279Z] 4583459ba037: Pulling fs layer [2023-03-08T23:07:34.279Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T23:07:34.279Z] 53926ce57604: Pulling fs layer [2023-03-08T23:07:34.279Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T23:07:34.279Z] 22ff95d597cd: Pulling fs layer [2023-03-08T23:07:34.279Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T23:07:34.279Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T23:07:34.279Z] a7acece74701: Pulling fs layer [2023-03-08T23:07:34.279Z] 22ff95d597cd: Waiting [2023-03-08T23:07:34.279Z] 12d6caf4c0d1: Waiting [2023-03-08T23:07:34.279Z] 96b7cbca73a9: Waiting [2023-03-08T23:07:34.279Z] a7acece74701: Waiting [2023-03-08T23:07:34.279Z] 53926ce57604: Waiting [2023-03-08T23:07:34.279Z] 21b2b0c7a3f4: Waiting [2023-03-08T23:07:34.279Z] 93c1e223e6f2: Verifying Checksum [2023-03-08T23:07:34.279Z] 93c1e223e6f2: Download complete [2023-03-08T23:07:34.279Z] 4583459ba037: Download complete [2023-03-08T23:07:34.279Z] 21b2b0c7a3f4: Download complete [2023-03-08T23:07:34.279Z] 22ff95d597cd: Download complete [2023-03-08T23:07:34.279Z] 213ec9aee27d: Verifying Checksum [2023-03-08T23:07:34.279Z] 213ec9aee27d: Download complete [2023-03-08T23:07:34.279Z] 12d6caf4c0d1: Download complete [2023-03-08T23:07:34.541Z] 213ec9aee27d: Pull complete [2023-03-08T23:07:34.541Z] 4583459ba037: Pull complete [2023-03-08T23:07:34.801Z] 93c1e223e6f2: Pull complete [2023-03-08T23:07:34.801Z] a7acece74701: Verifying Checksum [2023-03-08T23:07:34.801Z] a7acece74701: Download complete [2023-03-08T23:07:35.061Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T23:07:35.061Z] 96b7cbca73a9: Download complete [2023-03-08T23:07:35.061Z] 53926ce57604: Verifying Checksum [2023-03-08T23:07:35.061Z] 53926ce57604: Download complete [2023-03-08T23:07:39.243Z] 53926ce57604: Pull complete [2023-03-08T23:07:39.243Z] 21b2b0c7a3f4: Pull complete [2023-03-08T23:07:39.243Z] 22ff95d597cd: Pull complete [2023-03-08T23:07:39.243Z] 12d6caf4c0d1: Pull complete [2023-03-08T23:07:41.777Z] 96b7cbca73a9: Pull complete [2023-03-08T23:07:42.036Z] a7acece74701: Pull complete [2023-03-08T23:07:42.036Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T23:07:42.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T23:07:42.036Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T23:07:42.397Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T23:07:42.397Z] WORKDIR /edgex [2023-03-08T23:07:42.397Z] COPY go.mod . [2023-03-08T23:07:42.397Z] RUN go mod download build [2023-03-08T23:07:42.397Z] -t ci-base-image-x86_64 -f - . [2023-03-08T23:07:42.966Z] Sending build context to Docker daemon 170.3MB [2023-03-08T23:07:42.966Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T23:07:42.966Z] ---> db6d94c90886 [2023-03-08T23:07:42.966Z] Step 2/4 : WORKDIR /edgex [2023-03-08T23:07:45.504Z] ---> Running in a7324fcfa2b9 [2023-03-08T23:07:45.504Z] Removing intermediate container a7324fcfa2b9 [2023-03-08T23:07:45.504Z] ---> 3c958dee85bd [2023-03-08T23:07:45.504Z] Step 3/4 : COPY go.mod . [2023-03-08T23:07:45.504Z] ---> afb5da0133d0 [2023-03-08T23:07:45.504Z] Step 4/4 : RUN go mod download [2023-03-08T23:07:45.504Z] ---> Running in 53242fae3950 [2023-03-08T23:07:48.383Z] Still waiting to schedule task [2023-03-08T23:07:48.383Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-08T23:07:57.730Z] Removing intermediate container 53242fae3950 [2023-03-08T23:07:57.730Z] ---> b13923cb1281 [2023-03-08T23:07:57.730Z] Successfully built b13923cb1281 [2023-03-08T23:07:57.730Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:07:58.105Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T23:07:58.105Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:07:58.246Z] prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container [2023-03-08T23:07:58.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T23:07:58.698Z] $ docker top bd75d3aea4eca7dba5a8b70de8a085a55b58c972fc38fe249d5021fa29858148 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T23:07:59.085Z] + go version [2023-03-08T23:07:59.085Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T23:07:59.118Z] $ docker stop --time=1 bd75d3aea4eca7dba5a8b70de8a085a55b58c972fc38fe249d5021fa29858148 [2023-03-08T23:08:00.446Z] $ docker rm -f --volumes bd75d3aea4eca7dba5a8b70de8a085a55b58c972fc38fe249d5021fa29858148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:08:01.108Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T23:08:01.108Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:08:01.249Z] prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container [2023-03-08T23:08:01.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T23:08:01.647Z] $ docker top 2cc82e3c39ad2e7dad4cf69ebea496f34fbda4c6e6f80dedc231e4b9df58fe26 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T23:08:01.758Z] ========================================================= [2023-03-08T23:08:01.758Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-08T23:08:01.758Z] ========================================================= [Pipeline] sh [2023-03-08T23:08:02.049Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-08T23:08:02.410Z] + make test [2023-03-08T23:08:02.410Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T23:08:10.529Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-08T23:08:25.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-08T23:08:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-08T23:08:25.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.090s coverage: 98.5% of statements [2023-03-08T23:08:28.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.110s coverage: 71.2% of statements [2023-03-08T23:08:28.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-08T23:08:28.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-08T23:08:28.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-08T23:08:28.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.089s coverage: 54.0% of statements [2023-03-08T23:08:28.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-08T23:08:28.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-08T23:08:30.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.645s coverage: 88.5% of statements [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-08T23:08:30.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 3.9% of statements [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-08T23:08:30.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.547s coverage: 95.6% of statements [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-08T23:08:30.587Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.074s coverage: 72.2% of statements [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-08T23:08:30.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-08T23:08:30.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-08T23:08:30.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 65.9% of statements [2023-03-08T23:08:30.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-08T23:08:30.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-08T23:08:30.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements [2023-03-08T23:08:30.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.098s coverage: 29.0% of statements [2023-03-08T23:08:30.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 45.5% of statements [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 82.9% of statements [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2023-03-08T23:08:30.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements [2023-03-08T23:08:34.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.393s coverage: 79.9% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 86.9% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.062s coverage: 20.0% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 81.2% of statements [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 84.8% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.1% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 89.4% of statements [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.194s coverage: 38.4% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.067s coverage: 61.5% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-08T23:08:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-08T23:08:52.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:08:52.860Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-03-08T23:09:14.787Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-08T23:09:14.787Z] go vet ./... [2023-03-08T23:09:17.316Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T23:09:17.316Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T23:09:17.575Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T23:09:17.626Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-08T23:09:17.946Z] + ls -al . [2023-03-08T23:09:17.946Z] total 704 [2023-03-08T23:09:17.946Z] drwxrwxr-x 11 1001 1001 4096 Mar 8 23:08 . [2023-03-08T23:09:17.946Z] drwxr-xr-x 4 root root 4096 Mar 8 23:08 .. [2023-03-08T23:09:17.946Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 23:07 .blubracket [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 16 Mar 8 23:07 .dockerignore [2023-03-08T23:09:17.946Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 23:08 .git [2023-03-08T23:09:17.946Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 23:07 .github [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 1112 Mar 8 23:07 .gitignore [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 42 Mar 8 23:07 .golangci.yml [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 87 Mar 8 23:07 .hadolint.yml [2023-03-08T23:09:17.946Z] drwxr-xr-x 3 1001 1001 4096 Mar 8 23:07 .semver [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 23:07 .sonarcloud.properties [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 1171 Mar 8 23:07 ADOPTERS.md [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 10825 Mar 8 23:07 Attribution.txt [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 73765 Mar 8 23:07 CHANGELOG.md [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 23:07 CONTRIBUTING.md [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 677 Mar 8 23:07 GOVERNANCE.md [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 883 Mar 8 23:07 Jenkinsfile [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 23:07 LICENSE [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 14071 Mar 8 23:07 Makefile [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 582 Mar 8 23:07 OWNERS.md [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 9403 Mar 8 23:07 README.md [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 6912 Mar 8 23:07 SECURITY.md [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 23:07 VERSION [2023-03-08T23:09:17.946Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 23:07 bin [2023-03-08T23:09:17.946Z] drwxrwxr-x 18 1001 1001 4096 Mar 8 23:07 cmd [2023-03-08T23:09:17.946Z] -rw-r--r-- 1 root root 447487 Mar 8 23:08 coverage.out [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 3232 Mar 8 23:07 go.mod [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 31098 Mar 8 23:07 go.sum [2023-03-08T23:09:17.946Z] drwxrwxr-x 7 1001 1001 4096 Mar 8 23:07 internal [2023-03-08T23:09:17.946Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 23:07 openapi [2023-03-08T23:09:17.946Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 23:07 snap [2023-03-08T23:09:17.946Z] -rw-rw-r-- 1 1001 1001 204 Mar 8 23:07 version.go [Pipeline] sh [2023-03-08T23:09:18.263Z] + '[' -e coverage.out ] [2023-03-08T23:09:18.263Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-08T23:09:18.373Z] Stashed 1 file(s) [Pipeline] sh [2023-03-08T23:09:18.669Z] + make build [2023-03-08T23:09:18.669Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T23:09:25.564Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8925 in /w/workspace/edgexfoundry_edgex-go_PR-4426 [Pipeline] { [Pipeline] ws [2023-03-08T23:09:25.619Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-08T23:09:25.696Z] The recommended git tool is: git [2023-03-08T23:09:30.895Z] using credential edgex-jenkins-ssh [2023-03-08T23:09:30.911Z] Cloning the remote Git repository [2023-03-08T23:09:30.977Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-08T23:09:31.053Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-08T23:09:31.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-08T23:09:31.213Z] > git --version # timeout=10 [2023-03-08T23:09:31.240Z] > git --version # 'git version 2.25.1' [2023-03-08T23:09:31.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T23:09:31.307Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T23:09:33.540Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T23:09:33.541Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T23:09:34.476Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T23:09:35.412Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T23:09:43.521Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T23:09:44.896Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T23:09:46.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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T23:09:47.644Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T23:09:48.578Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T23:09:49.514Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T23:09:48.965Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-08T23:09:48.998Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T23:09:49.778Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-08T23:09:49.820Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-08T23:09:49.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T23:09:49.841Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4426/head:refs/remotes/origin/PR-4426 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-08T23:09:50.652Z] Merging remotes/origin/main commit 923421b803a2aa1fd35cfe5d85a9354669a43ca8 into PR head commit 3f54df644f047668e5e8287f9d2038cf0102a158 [2023-03-08T23:09:50.890Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-08T23:09:51.186Z] Merge succeeded, producing 65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:09:51.187Z] Checking out Revision 65c545fbdf7df5777cf591521dde9d10e5bdca6d (PR-4426) [2023-03-08T23:09:50.674Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T23:09:50.703Z] > git checkout -f 3f54df644f047668e5e8287f9d2038cf0102a158 # timeout=10 [2023-03-08T23:09:50.926Z] > git remote # timeout=10 [2023-03-08T23:09:50.945Z] > git config --get remote.origin.url # timeout=10 [2023-03-08T23:09:50.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T23:09:50.980Z] > git merge 923421b803a2aa1fd35cfe5d85a9354669a43ca8 # timeout=10 [2023-03-08T23:09:51.172Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-08T23:09:51.197Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T23:09:51.210Z] > git checkout -f 65c545fbdf7df5777cf591521dde9d10e5bdca6d # timeout=10 [Pipeline] } [2023-03-08T23:09:52.296Z] $ docker stop --time=1 2cc82e3c39ad2e7dad4cf69ebea496f34fbda4c6e6f80dedc231e4b9df58fe26 [2023-03-08T23:09:54.692Z] Commit message: "Merge commit '923421b803a2aa1fd35cfe5d85a9354669a43ca8' into HEAD" [2023-03-08T23:09:54.692Z] First time build. Skipping changelog. [2023-03-08T23:09:54.742Z] > git --version # timeout=10 [2023-03-08T23:09:54.752Z] > git --version # 'git version 2.25.1' [2023-03-08T23:09:54.765Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T23:09:54.834Z] $ docker rm -f --volumes 2cc82e3c39ad2e7dad4cf69ebea496f34fbda4c6e6f80dedc231e4b9df58fe26 [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-03-08T23:09:56.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T23:09:56.033Z] [2023-03-08T23:09:56.033Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:09:56.330Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T23:09:56.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T23:09:56.330Z] Dload Upload Total Spent Left Speed [2023-03-08T23:09:56.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 95872 [2023-03-08T23:09:56.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T23:09:56.418Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-08T23:09:56.418Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-08T23:09:56.418Z] ca9280d653b3: Pulling fs layer [2023-03-08T23:09:56.418Z] 7e9c9ca2126c: Pulling fs layer [2023-03-08T23:09:56.418Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-08T23:09:56.418Z] cbdbe7a5bc2a: Download complete [2023-03-08T23:09:56.678Z] ca9280d653b3: Verifying Checksum [2023-03-08T23:09:56.678Z] ca9280d653b3: Download complete [2023-03-08T23:09:56.678Z] cbdbe7a5bc2a: Pull complete [Pipeline] sh [2023-03-08T23:09:57.065Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T23:09:57.244Z] 7e9c9ca2126c: Download complete [2023-03-08T23:09:57.244Z] ca9280d653b3: Pull complete [2023-03-08T23:09:57.411Z] + sudo tee /etc/docker/daemon.new [2023-03-08T23:09:57.412Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T23:09:57.412Z] { [2023-03-08T23:09:57.412Z] "registry-mirrors": [ [2023-03-08T23:09:57.412Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T23:09:57.412Z] ], [2023-03-08T23:09:57.412Z] "bip": "10.250.0.254/24", [2023-03-08T23:09:57.412Z] "hosts": [ [2023-03-08T23:09:57.412Z] "tcp://0.0.0.0:5555", [2023-03-08T23:09:57.412Z] "unix:///var/run/docker.sock" [2023-03-08T23:09:57.412Z] ], [2023-03-08T23:09:57.412Z] "mtu": 1458, [2023-03-08T23:09:57.412Z] "selinux-enabled": true, [2023-03-08T23:09:57.412Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T23:09:57.412Z] } [Pipeline] sh [2023-03-08T23:09:57.764Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T23:09:58.117Z] + sudo service docker restart [2023-03-08T23:10:00.527Z] 7e9c9ca2126c: Pull complete [2023-03-08T23:10:00.527Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-08T23:10:00.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T23:10:00.527Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:10:00.756Z] prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container [2023-03-08T23:10:00.784Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-08T23:10:02.227Z] $ docker top ce5b2aaeafca183622252c0c2b36f62654e9274fc37ddda4f74632b01b859fd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T23:10:02.622Z] + docker-compose+ grep parallel [2023-03-08T23:10:02.622Z] build --help [2023-03-08T23:10:03.190Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T23:10:03.223Z] $ docker stop --time=1 ce5b2aaeafca183622252c0c2b36f62654e9274fc37ddda4f74632b01b859fd5 [2023-03-08T23:10:04.543Z] $ docker rm -f --volumes ce5b2aaeafca183622252c0c2b36f62654e9274fc37ddda4f74632b01b859fd5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:10:05.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T23:10:05.169Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:10:05.329Z] prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container [2023-03-08T23:10:05.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-08T23:10:05.762Z] $ docker top 5e8c4c0d8a1b9d52c196803409a35a0bbf53cd743b50e15b85e4b06052c04034 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T23:10:06.160Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T23:10:06.726Z] Building core-command ... [2023-03-08T23:10:06.726Z] Building core-common-config-bootstrapper ... [2023-03-08T23:10:06.726Z] Building core-data ... [2023-03-08T23:10:06.726Z] Building core-metadata ... [2023-03-08T23:10:06.727Z] Building security-bootstrapper ... [2023-03-08T23:10:06.727Z] Building security-proxy-auth ... [2023-03-08T23:10:06.727Z] Building security-proxy-setup ... [2023-03-08T23:10:06.727Z] Building security-secretstore-setup ... [2023-03-08T23:10:06.727Z] Building security-spiffe-token-provider ... [2023-03-08T23:10:06.727Z] Building security-spire-agent ... [2023-03-08T23:10:06.727Z] Building security-spire-config ... [2023-03-08T23:10:06.727Z] Building security-spire-server ... [2023-03-08T23:10:06.727Z] Building support-notifications ... [2023-03-08T23:10:06.727Z] Building support-scheduler ... [2023-03-08T23:10:06.727Z] Building security-proxy-setup [2023-03-08T23:10:06.727Z] Building core-metadata [2023-03-08T23:10:06.727Z] Building support-scheduler [2023-03-08T23:10:06.727Z] Building security-bootstrapper [2023-03-08T23:10:06.727Z] Building security-spire-agent [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T23:10:16.452Z] provisioning config files... [2023-03-08T23:10:16.477Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config648714577218336277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:10:16.868Z] ---> docker-login.sh [2023-03-08T23:10:16.868Z] nexus3.edgexfoundry.org:10001 [2023-03-08T23:10:17.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:10:17.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:10:17.454Z] Configure a credential helper to remove this warning. See [2023-03-08T23:10:17.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:10:17.454Z] [2023-03-08T23:10:17.454Z] Login Succeeded [2023-03-08T23:10:17.454Z] nexus3.edgexfoundry.org:10002 [2023-03-08T23:10:17.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:10:17.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:10:17.996Z] Configure a credential helper to remove this warning. See [2023-03-08T23:10:17.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:10:17.996Z] [2023-03-08T23:10:17.996Z] Login Succeeded [2023-03-08T23:10:17.996Z] nexus3.edgexfoundry.org:10003 [2023-03-08T23:10:18.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:10:18.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:10:18.270Z] Configure a credential helper to remove this warning. See [2023-03-08T23:10:18.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:10:18.270Z] [2023-03-08T23:10:18.270Z] Login Succeeded [2023-03-08T23:10:18.270Z] nexus3.edgexfoundry.org:10004 [2023-03-08T23:10:18.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:10:18.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:10:18.542Z] Configure a credential helper to remove this warning. See [2023-03-08T23:10:18.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:10:18.542Z] [2023-03-08T23:10:18.542Z] Login Succeeded [2023-03-08T23:10:18.542Z] docker.io [2023-03-08T23:10:18.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T23:10:18.922Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:10:18.922Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:10:18.922Z] ---> b13923cb1281 [2023-03-08T23:10:18.922Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:10:18.922Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:10:18.922Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:10:18.922Z] ---> b13923cb1281 [2023-03-08T23:10:18.922Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:10:19.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T23:10:19.080Z] Configure a credential helper to remove this warning. See [2023-03-08T23:10:19.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T23:10:19.080Z] [2023-03-08T23:10:19.080Z] Login Succeeded [2023-03-08T23:10:19.080Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T23:10:19.112Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-08T23:10:19.181Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:10:19.181Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:10:19.181Z] ---> b13923cb1281 [2023-03-08T23:10:19.181Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T23:10:19.181Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:10:19.181Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:10:19.181Z] ---> b13923cb1281 [2023-03-08T23:10:19.181Z] Step 3/32 : WORKDIR /edgex-go [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-08T23:10:19.752Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:10:19.752Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:10:19.752Z] ---> b13923cb1281 [2023-03-08T23:10:19.752Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T23:10:19.793Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-08T23:10:19.833Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T23:10:19.870Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T23:10:19.905Z] ========================================================= [2023-03-08T23:10:19.905Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T23:10:19.905Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-08T23:10:20.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T23:10:20.276Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T23:10:20.276Z] 9b18e9b68314: Pulling fs layer [2023-03-08T23:10:20.276Z] 35d82f9e3411: Pulling fs layer [2023-03-08T23:10:20.276Z] e16973657156: Pulling fs layer [2023-03-08T23:10:20.276Z] fc693d55d65f: Pulling fs layer [2023-03-08T23:10:20.276Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T23:10:20.276Z] dda99020689f: Pulling fs layer [2023-03-08T23:10:20.276Z] db1c61fa0a46: Pulling fs layer [2023-03-08T23:10:20.276Z] 891c053d2c06: Pulling fs layer [2023-03-08T23:10:20.276Z] 7e9fc2657dce: Waiting [2023-03-08T23:10:20.276Z] dda99020689f: Waiting [2023-03-08T23:10:20.276Z] db1c61fa0a46: Waiting [2023-03-08T23:10:20.548Z] e16973657156: Verifying Checksum [2023-03-08T23:10:20.548Z] e16973657156: Download complete [2023-03-08T23:10:20.548Z] 35d82f9e3411: Verifying Checksum [2023-03-08T23:10:20.548Z] 35d82f9e3411: Download complete [2023-03-08T23:10:20.548Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T23:10:20.548Z] 7e9fc2657dce: Download complete [2023-03-08T23:10:20.548Z] dda99020689f: Verifying Checksum [2023-03-08T23:10:20.548Z] dda99020689f: Download complete [2023-03-08T23:10:20.548Z] 9b18e9b68314: Verifying Checksum [2023-03-08T23:10:20.548Z] 9b18e9b68314: Download complete [2023-03-08T23:10:21.536Z] 9b18e9b68314: Pull complete [2023-03-08T23:10:21.536Z] 891c053d2c06: Verifying Checksum [2023-03-08T23:10:21.536Z] 891c053d2c06: Download complete [2023-03-08T23:10:22.123Z] 35d82f9e3411: Pull complete [2023-03-08T23:10:22.123Z] e16973657156: Pull complete [2023-03-08T23:10:22.708Z] db1c61fa0a46: Verifying Checksum [2023-03-08T23:10:22.708Z] db1c61fa0a46: Download complete [2023-03-08T23:10:23.295Z] fc693d55d65f: Verifying Checksum [2023-03-08T23:10:23.295Z] fc693d55d65f: Download complete [2023-03-08T23:10:23.941Z] ---> Running in a736993f9f0f [2023-03-08T23:10:23.942Z] ---> Running in 0a51bda44e70 [2023-03-08T23:10:23.942Z] ---> Running in 3d794b23ff66 [2023-03-08T23:10:23.942Z] ---> Running in 81cbf4f867d4 [2023-03-08T23:10:23.942Z] ---> Running in 3b51575bb932 [2023-03-08T23:10:23.942Z] Removing intermediate container a736993f9f0f [2023-03-08T23:10:23.942Z] ---> 44997d87f2d5 [2023-03-08T23:10:23.942Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T23:10:23.942Z] ---> Running in e856fdeae53e [2023-03-08T23:10:23.942Z] Removing intermediate container 81cbf4f867d4 [2023-03-08T23:10:23.942Z] ---> 223a98e9b3f5 [2023-03-08T23:10:23.942Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:10:23.942Z] Removing intermediate container 0a51bda44e70 [2023-03-08T23:10:23.942Z] ---> 8d06c3e5db1f [2023-03-08T23:10:23.942Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T23:10:23.942Z] Removing intermediate container 3d794b23ff66 [2023-03-08T23:10:23.942Z] ---> 78a00ee1f833 [2023-03-08T23:10:23.942Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T23:10:23.942Z] Removing intermediate container 3b51575bb932 [2023-03-08T23:10:23.942Z] ---> 6f712fd874b2 [2023-03-08T23:10:23.942Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-08T23:10:23.942Z] ---> Running in 33d3c0ca5def [2023-03-08T23:10:23.942Z] ---> Running in d4a76127d953 [2023-03-08T23:10:23.942Z] ---> Running in 5182f6491cac [2023-03-08T23:10:23.942Z] ---> Running in 4de03623e26d [2023-03-08T23:10:23.942Z] Removing intermediate container e856fdeae53e [2023-03-08T23:10:23.942Z] ---> b5d44d01bf8d [2023-03-08T23:10:23.942Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T23:10:23.942Z] ---> Running in 25b4738449a6 [2023-03-08T23:10:23.942Z] Removing intermediate container 33d3c0ca5def [2023-03-08T23:10:23.942Z] ---> 6564d3d93e9d [2023-03-08T23:10:23.942Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:10:23.942Z] ---> Running in e98f4ce39da9 [2023-03-08T23:10:24.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.717Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:10:24.717Z] OK: 211 MiB in 51 packages [2023-03-08T23:10:24.717Z] OK: 211 MiB in 51 packages [2023-03-08T23:10:24.717Z] OK: 211 MiB in 51 packages [2023-03-08T23:10:24.975Z] OK: 211 MiB in 51 packages [2023-03-08T23:10:24.975Z] OK: 211 MiB in 51 packages [2023-03-08T23:10:25.545Z] Removing intermediate container 4de03623e26d [2023-03-08T23:10:25.545Z] ---> 938fdf1a9d93 [2023-03-08T23:10:25.545Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T23:10:25.545Z] Removing intermediate container 25b4738449a6 [2023-03-08T23:10:25.545Z] ---> 97cc0e9a9df4 [2023-03-08T23:10:25.545Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T23:10:25.545Z] Removing intermediate container d4a76127d953 [2023-03-08T23:10:25.545Z] ---> f26a06143072 [2023-03-08T23:10:25.545Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T23:10:25.545Z] Removing intermediate container e98f4ce39da9 [2023-03-08T23:10:25.545Z] ---> 8c7e3f4d0846 [2023-03-08T23:10:25.545Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:10:25.545Z] Removing intermediate container 5182f6491cac [2023-03-08T23:10:25.545Z] ---> 94acd9f6b24d [2023-03-08T23:10:25.545Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T23:10:25.545Z] ---> 0be3faf590ba [2023-03-08T23:10:25.545Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:10:25.802Z] ---> 2886d34b56de [2023-03-08T23:10:25.802Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:10:25.802Z] ---> Running in 7c2f50c7c10f [2023-03-08T23:10:25.802Z] ---> Running in e1f4316077e4 [2023-03-08T23:10:25.802Z] ---> 454d42f3d32f [2023-03-08T23:10:25.802Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:10:25.802Z] ---> e49346eb0d89 [2023-03-08T23:10:25.802Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:10:25.802Z] ---> Running in 8565fbea73ce [2023-03-08T23:10:25.802Z] ---> 52b86f0fefb7 [2023-03-08T23:10:25.802Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:10:25.802Z] ---> Running in 22b2e8496f5d [2023-03-08T23:10:26.061Z] ---> Running in 38382120fabf [2023-03-08T23:10:35.603Z] fc693d55d65f: Pull complete [2023-03-08T23:10:35.873Z] 7e9fc2657dce: Pull complete [2023-03-08T23:10:36.144Z] dda99020689f: Pull complete [2023-03-08T23:10:42.808Z] db1c61fa0a46: Pull complete [2023-03-08T23:10:43.778Z] 891c053d2c06: Pull complete [2023-03-08T23:10:43.778Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T23:10:43.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T23:10:43.778Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T23:10:44.169Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T23:10:44.169Z] WORKDIR /edgex [2023-03-08T23:10:44.169Z] COPY go.mod . [2023-03-08T23:10:44.169Z] RUN go mod download -t [2023-03-08T23:10:44.169Z] ci-base-image-arm64 -f - . [2023-03-08T23:10:44.756Z] Sending build context to Docker daemon 2.95MB [2023-03-08T23:10:44.756Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T23:10:44.756Z] ---> f96f9c87975a [2023-03-08T23:10:44.756Z] Step 2/4 : WORKDIR /edgex [2023-03-08T23:10:46.708Z] ---> Running in 7b9e02bd2f1c [2023-03-08T23:10:46.708Z] Removing intermediate container 7b9e02bd2f1c [2023-03-08T23:10:46.709Z] ---> c42f5adf421e [2023-03-08T23:10:46.709Z] Step 3/4 : COPY go.mod . [2023-03-08T23:10:47.291Z] ---> a51404369342 [2023-03-08T23:10:47.291Z] Step 4/4 : RUN go mod download [2023-03-08T23:10:47.291Z] ---> Running in 55522f22b8e8 [2023-03-08T23:11:04.782Z] Removing intermediate container 38382120fabf [2023-03-08T23:11:04.782Z] ---> d739c334a85a [2023-03-08T23:11:04.782Z] Step 7/24 : COPY . . [2023-03-08T23:11:04.782Z] Removing intermediate container e1f4316077e4 [2023-03-08T23:11:04.782Z] ---> fe0a6a7420b0 [2023-03-08T23:11:04.782Z] Step 8/24 : COPY . . [2023-03-08T23:11:04.782Z] Removing intermediate container 8565fbea73ce [2023-03-08T23:11:04.782Z] ---> bb7fa96e33c1 [2023-03-08T23:11:04.782Z] Step 7/20 : COPY . . [2023-03-08T23:11:04.782Z] Removing intermediate container 22b2e8496f5d [2023-03-08T23:11:04.782Z] ---> 563c03ab6595 [2023-03-08T23:11:04.782Z] Step 8/22 : COPY . . [2023-03-08T23:11:04.782Z] Removing intermediate container 7c2f50c7c10f [2023-03-08T23:11:04.782Z] ---> 8b3470bbe709 [2023-03-08T23:11:04.782Z] Step 7/32 : COPY . . [2023-03-08T23:11:10.069Z] ---> ba0e226ab67b [2023-03-08T23:11:10.069Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T23:11:10.069Z] ---> 15db3428db87 [2023-03-08T23:11:10.069Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T23:11:10.069Z] ---> d4675d4844fa [2023-03-08T23:11:10.069Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T23:11:10.069Z] ---> 3158aed9e8e4 [2023-03-08T23:11:10.069Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T23:11:10.069Z] ---> 303be0648e0a [2023-03-08T23:11:10.069Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-08T23:11:10.069Z] ---> Running in 5d92a949543f [2023-03-08T23:11:10.069Z] ---> Running in 58ed1924ea7c [2023-03-08T23:11:10.069Z] ---> Running in fc39012f4344 [2023-03-08T23:11:10.069Z] ---> Running in 1fb8bcfe744b [2023-03-08T23:11:10.069Z] ---> Running in 345a72832fc4 [2023-03-08T23:11:10.069Z] Removing intermediate container fc39012f4344 [2023-03-08T23:11:10.069Z] ---> 8fc098f4bf99 [2023-03-08T23:11:10.069Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T23:11:10.069Z] ---> Running in d32b4ff77488 [2023-03-08T23:11:10.069Z] Removing intermediate container d32b4ff77488 [2023-03-08T23:11:10.069Z] ---> 8a1bf9e9194e [2023-03-08T23:11:10.069Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T23:11:10.069Z] ---> Running in 56b04e0c75a6 [2023-03-08T23:11:10.069Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T23:11:10.328Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T23:11:10.328Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T23:11:10.328Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T23:11:10.898Z] Removing intermediate container 56b04e0c75a6 [2023-03-08T23:11:10.898Z] ---> f18f8e6ec8c3 [2023-03-08T23:11:10.898Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T23:11:11.159Z] ---> Running in b33f4e7615da [2023-03-08T23:11:11.416Z] Removing intermediate container b33f4e7615da [2023-03-08T23:11:11.416Z] ---> 331ba0873aa3 [2023-03-08T23:11:11.416Z] [2023-03-08T23:11:11.416Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T23:11:11.416Z] 3.15: Pulling from library/alpine [2023-03-08T23:11:11.684Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T23:11:11.684Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T23:11:11.684Z] ---> 5ce65d7b0fde [2023-03-08T23:11:11.684Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:11:11.943Z] ---> Running in 626378b64fd8 [2023-03-08T23:11:11.943Z] Removing intermediate container 626378b64fd8 [2023-03-08T23:11:11.943Z] ---> e704fd9bf169 [2023-03-08T23:11:11.943Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T23:11:11.943Z] ---> Running in 1b56bacc925b [2023-03-08T23:11:12.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:12.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:13.020Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T23:11:13.020Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T23:11:13.020Z] OK: 15859 distinct packages available [2023-03-08T23:11:13.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:13.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:13.535Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T23:11:13.535Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T23:11:13.535Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T23:11:13.535Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T23:11:13.535Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T23:11:13.535Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T23:11:13.535Z] OK: 7 MiB in 19 packages [2023-03-08T23:11:14.100Z] Removing intermediate container 1b56bacc925b [2023-03-08T23:11:14.100Z] ---> 1bf80b31a5aa [2023-03-08T23:11:14.100Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T23:11:16.002Z] ---> 88444b6e890a [2023-03-08T23:11:16.002Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T23:11:18.548Z] ---> ab2048671820 [2023-03-08T23:11:18.548Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T23:11:18.806Z] ---> 1609e233a1dc [2023-03-08T23:11:18.806Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T23:11:19.371Z] ---> 7d0719bdcd6a [2023-03-08T23:11:19.371Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T23:11:19.499Z] Removing intermediate container 55522f22b8e8 [2023-03-08T23:11:19.499Z] ---> b9bd4e64b06a [2023-03-08T23:11:19.499Z] Successfully built b9bd4e64b06a [2023-03-08T23:11:19.499Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:11:19.901Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T23:11:19.901Z] . [Pipeline] } [2023-03-08T23:11:19.935Z] ---> bc3a490ef45f [2023-03-08T23:11:19.935Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:11:20.189Z] prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container [2023-03-08T23:11:20.192Z] ---> Running in f2b260cdd068 [2023-03-08T23:11:20.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T23:11:20.460Z] Removing intermediate container f2b260cdd068 [2023-03-08T23:11:20.461Z] ---> 57f4538f2c5f [2023-03-08T23:11:20.461Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T23:11:20.729Z] ---> Running in 10fbceb145dd [2023-03-08T23:11:21.004Z] Removing intermediate container 10fbceb145dd [2023-03-08T23:11:21.004Z] ---> 02ca4fb9016d [2023-03-08T23:11:21.004Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T23:11:21.264Z] ---> Running in 2f09176e14c5 [2023-03-08T23:11:21.454Z] $ docker top b4b6a0cea7d8e6ea2501367f2426491213723cb8f14e07121894475f6680cdd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T23:11:21.831Z] Removing intermediate container 2f09176e14c5 [2023-03-08T23:11:21.831Z] ---> 59f71a9c09a0 [2023-03-08T23:11:21.831Z] Step 23/24 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:11:21.831Z] ---> Running in d4d26957d65e [2023-03-08T23:11:22.089Z] Removing intermediate container d4d26957d65e [2023-03-08T23:11:22.089Z] ---> 5c80330024cb [2023-03-08T23:11:22.089Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T23:11:22.349Z] ---> Running in 863cbac7264a [2023-03-08T23:11:22.402Z] + go version [2023-03-08T23:11:22.402Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T23:11:22.441Z] $ docker stop --time=1 b4b6a0cea7d8e6ea2501367f2426491213723cb8f14e07121894475f6680cdd5 [2023-03-08T23:11:22.608Z] Removing intermediate container 863cbac7264a [2023-03-08T23:11:22.608Z] ---> ea076afeed1b [2023-03-08T23:11:22.608Z] [2023-03-08T23:11:22.608Z] Successfully built ea076afeed1b [2023-03-08T23:11:22.608Z] Successfully tagged security-spire-agent:latest [2023-03-08T23:11:22.608Z]  Building security-spire-agent ... done Building security-spire-config [2023-03-08T23:11:24.049Z] $ docker rm -f --volumes b4b6a0cea7d8e6ea2501367f2426491213723cb8f14e07121894475f6680cdd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:11:24.935Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T23:11:24.935Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:11:25.177Z] prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container [2023-03-08T23:11:25.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T23:11:26.341Z] $ docker top 0c3eed67ba452374f7a800ccae4755b9d8b8ec0786e701ee9e14cd30be856298 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T23:11:26.575Z] ========================================================= [2023-03-08T23:11:26.575Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-08T23:11:26.575Z] ========================================================= [Pipeline] sh [2023-03-08T23:11:26.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:11:26.795Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:11:26.795Z] ---> b13923cb1281 [2023-03-08T23:11:26.795Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T23:11:26.795Z] ---> Using cache [2023-03-08T23:11:26.795Z] ---> 6f712fd874b2 [2023-03-08T23:11:26.795Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T23:11:26.902Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-08T23:11:27.292Z] + make test [2023-03-08T23:11:27.292Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T23:11:27.733Z] ---> Running in fdf9facdf3b1 [2023-03-08T23:11:28.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:28.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:29.180Z] OK: 211 MiB in 51 packages [2023-03-08T23:11:30.112Z] Removing intermediate container fdf9facdf3b1 [2023-03-08T23:11:30.112Z] ---> 6d43ae6e932a [2023-03-08T23:11:30.112Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T23:11:30.677Z] ---> 95d88a70e477 [2023-03-08T23:11:30.677Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:11:30.677Z] ---> Running in 315a537d2e87 [2023-03-08T23:11:52.613Z] Removing intermediate container 345a72832fc4 [2023-03-08T23:11:52.613Z] ---> f450a2132453 [2023-03-08T23:11:52.613Z] [2023-03-08T23:11:52.613Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T23:11:52.613Z] Removing intermediate container 1fb8bcfe744b [2023-03-08T23:11:52.613Z] ---> d9bd44597a3f [2023-03-08T23:11:52.613Z] [2023-03-08T23:11:52.613Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T23:11:52.613Z] Removing intermediate container 5d92a949543f [2023-03-08T23:11:52.613Z] ---> 956a2d30e381 [2023-03-08T23:11:52.613Z] [2023-03-08T23:11:52.613Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T23:11:52.613Z] 3.16: Pulling from library/alpine [2023-03-08T23:11:52.613Z] 3.16: Pulling from library/alpine [2023-03-08T23:11:52.613Z] 3.16: Pulling from library/alpine [2023-03-08T23:11:52.613Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T23:11:52.613Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T23:11:52.613Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T23:11:52.613Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T23:11:52.613Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T23:11:52.613Z] Status: Image is up to date for alpine:3.16 [2023-03-08T23:11:52.613Z] ---> dfd21b5a31f5 [2023-03-08T23:11:52.613Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:11:52.613Z] ---> dfd21b5a31f5 [2023-03-08T23:11:52.613Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:11:52.613Z] ---> dfd21b5a31f5 [2023-03-08T23:11:52.613Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T23:11:52.613Z] ---> Running in b9479cd3d871 [2023-03-08T23:11:52.613Z] ---> Running in 018fe4f134da [2023-03-08T23:11:52.613Z] ---> Running in a87cfd822f1f [2023-03-08T23:11:52.613Z] Removing intermediate container 58ed1924ea7c [2023-03-08T23:11:52.613Z] ---> 96be3671eb52 [2023-03-08T23:11:52.613Z] [2023-03-08T23:11:52.613Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:11:52.613Z] ---> dfd21b5a31f5 [2023-03-08T23:11:52.613Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:11:52.613Z] ---> Running in 8cee020e6309 [2023-03-08T23:11:52.613Z] Removing intermediate container 018fe4f134da [2023-03-08T23:11:52.613Z] ---> c2e5ca0c13a7 [2023-03-08T23:11:52.613Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T23:11:52.613Z] ---> Running in 26a489e9150f [2023-03-08T23:11:52.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:52.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:52.874Z] Removing intermediate container 315a537d2e87 [2023-03-08T23:11:52.874Z] ---> c65fc5193bd5 [2023-03-08T23:11:52.874Z] Step 7/24 : COPY . . [2023-03-08T23:11:52.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:52.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:52.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:52.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:52.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:53.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:53.132Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T23:11:53.132Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T23:11:53.132Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:11:53.132Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T23:11:53.132Z] OK: 6 MiB in 16 packages [2023-03-08T23:11:53.132Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:11:53.132Z] OK: 6 MiB in 15 packages [2023-03-08T23:11:53.132Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T23:11:53.132Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:11:53.132Z] OK: 6 MiB in 15 packages [2023-03-08T23:11:53.389Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T23:11:53.389Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T23:11:53.389Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:11:53.389Z] OK: 6 MiB in 16 packages [2023-03-08T23:11:55.923Z] Removing intermediate container 8cee020e6309 [2023-03-08T23:11:55.923Z] ---> 34ec8577bdd5 [2023-03-08T23:11:55.923Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:11:55.923Z] Removing intermediate container b9479cd3d871 [2023-03-08T23:11:55.923Z] ---> c928d6656832 [2023-03-08T23:11:55.923Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:11:55.923Z] Removing intermediate container a87cfd822f1f [2023-03-08T23:11:55.923Z] ---> d9196ff1e64d [2023-03-08T23:11:55.923Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T23:11:55.923Z] ---> Running in eb969f6edc53 [2023-03-08T23:11:55.923Z] Removing intermediate container 26a489e9150f [2023-03-08T23:11:55.923Z] ---> 7fcfc2b100da [2023-03-08T23:11:55.923Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T23:11:55.923Z] ---> Running in 13cf230cb4ba [2023-03-08T23:11:55.923Z] ---> Running in e3fd94634947 [2023-03-08T23:11:56.188Z] ---> Running in 8267c76dcbbb [2023-03-08T23:11:56.188Z] Removing intermediate container eb969f6edc53 [2023-03-08T23:11:56.188Z] ---> 65805f618c24 [2023-03-08T23:11:56.188Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T23:11:56.188Z] Removing intermediate container 13cf230cb4ba [2023-03-08T23:11:56.188Z] ---> fe1f84ba533d [2023-03-08T23:11:56.188Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T23:11:56.188Z] Removing intermediate container e3fd94634947 [2023-03-08T23:11:56.188Z] ---> 705ef45150d3 [2023-03-08T23:11:56.188Z] Step 12/20 : WORKDIR /edgex [2023-03-08T23:11:56.188Z] ---> Running in 5bd1bf8980b8 [2023-03-08T23:11:56.188Z] Removing intermediate container 8267c76dcbbb [2023-03-08T23:11:56.188Z] ---> 477ff3ecaebe [2023-03-08T23:11:56.188Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T23:11:56.188Z] ---> Running in 509a10efe6b0 [2023-03-08T23:11:56.449Z] ---> Running in 73609254789e [2023-03-08T23:11:56.449Z] ---> Running in ef823bfad624 [2023-03-08T23:11:56.449Z] Removing intermediate container 5bd1bf8980b8 [2023-03-08T23:11:56.449Z] ---> dc3824ea078f [2023-03-08T23:11:56.449Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T23:11:56.449Z] ---> 8ec45e7bf062 [2023-03-08T23:11:56.449Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T23:11:56.449Z] Removing intermediate container 509a10efe6b0 [2023-03-08T23:11:56.449Z] ---> 496bd797622b [2023-03-08T23:11:56.449Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T23:11:56.449Z] ---> Running in f44c9b2eab94 [2023-03-08T23:11:56.449Z] ---> Running in 6551670e850e [2023-03-08T23:11:56.449Z] Removing intermediate container ef823bfad624 [2023-03-08T23:11:56.449Z] ---> fcc4b50de81c [2023-03-08T23:11:56.449Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T23:11:56.449Z] Removing intermediate container 73609254789e [2023-03-08T23:11:56.449Z] ---> 0b7de761393c [2023-03-08T23:11:56.449Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T23:11:56.449Z] ---> Running in dceeca919e10 [2023-03-08T23:11:56.449Z] ---> Running in 77076fff2061 [2023-03-08T23:11:56.708Z] Removing intermediate container f44c9b2eab94 [2023-03-08T23:11:56.708Z] ---> ee83a2d72701 [2023-03-08T23:11:56.708Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:11:56.708Z] Removing intermediate container 6551670e850e [2023-03-08T23:11:56.708Z] ---> 65e4498aae29 [2023-03-08T23:11:56.708Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T23:11:56.708Z] ---> Running in 666324aa1efb [2023-03-08T23:11:56.708Z] Removing intermediate container dceeca919e10 [2023-03-08T23:11:56.708Z] ---> c235d0f3828f [2023-03-08T23:11:56.708Z] Step 15/24 : WORKDIR / [2023-03-08T23:11:56.708Z] Removing intermediate container 77076fff2061 [2023-03-08T23:11:56.708Z] ---> ca8aeb2f31ce [2023-03-08T23:11:56.708Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T23:11:56.708Z] ---> 1615dd34019e [2023-03-08T23:11:56.708Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T23:11:56.708Z] ---> Running in cf28052720d1 [2023-03-08T23:11:56.708Z] ---> Running in 298c05ab5571 [2023-03-08T23:11:56.708Z] ---> b190b80938aa [2023-03-08T23:11:56.708Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T23:11:56.966Z] Removing intermediate container 666324aa1efb [2023-03-08T23:11:56.966Z] ---> 65aee72aa42c [2023-03-08T23:11:56.966Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T23:11:56.966Z] ---> Running in 1b3e3e752592 [2023-03-08T23:11:57.239Z] Removing intermediate container 298c05ab5571 [2023-03-08T23:11:57.239Z] ---> 2663d53b210e [2023-03-08T23:11:57.239Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T23:11:57.239Z] Removing intermediate container cf28052720d1 [2023-03-08T23:11:57.239Z] ---> 898174279f0e [2023-03-08T23:11:57.239Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:11:57.239Z] ---> Running in 34160b5467b8 [2023-03-08T23:11:57.239Z] ---> f96556c675d6 [2023-03-08T23:11:57.239Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T23:11:57.239Z] ---> 3c4e5a2f7c0c [2023-03-08T23:11:57.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T23:11:57.498Z] ---> 432e28edee22 [2023-03-08T23:11:57.498Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-08T23:11:57.498Z] ---> 1458cd775bee [2023-03-08T23:11:57.498Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:11:57.757Z] ---> 334e30ff9314 [2023-03-08T23:11:57.757Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T23:11:57.757Z] ---> Running in 93a388f4ade5 [2023-03-08T23:11:57.757Z] ---> Running in 8b2b3d0d3e90 [2023-03-08T23:11:57.757Z] ---> 7b7c2b15ec11 [2023-03-08T23:11:57.757Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T23:11:58.014Z] Removing intermediate container 8b2b3d0d3e90 [2023-03-08T23:11:58.014Z] ---> 99b02affeffe [2023-03-08T23:11:58.014Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:11:58.014Z] Removing intermediate container 1b3e3e752592 [2023-03-08T23:11:58.014Z] ---> 8fcac490adc4 [2023-03-08T23:11:58.014Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T23:11:58.014Z] ---> Running in ae372b944dbb [2023-03-08T23:11:58.014Z] ---> Running in 7a061d2569b6 [2023-03-08T23:11:58.014Z] ---> 3d4e680bf992 [2023-03-08T23:11:58.014Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T23:11:58.274Z] Removing intermediate container ae372b944dbb [2023-03-08T23:11:58.274Z] ---> 0bfe79f3bc90 [2023-03-08T23:11:58.274Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T23:11:58.274Z] Removing intermediate container 7a061d2569b6 [2023-03-08T23:11:58.274Z] ---> c08de97c5684 [2023-03-08T23:11:58.274Z] [2023-03-08T23:11:58.274Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T23:11:58.274Z] ---> 5ce65d7b0fde [2023-03-08T23:11:58.274Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:11:58.274Z] ---> Using cache [2023-03-08T23:11:58.274Z] ---> e704fd9bf169 [2023-03-08T23:11:58.274Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T23:11:58.274Z] ---> Running in 6516728c7aee [2023-03-08T23:11:58.274Z] Removing intermediate container 34160b5467b8 [2023-03-08T23:11:58.274Z] ---> 8e23e1461c8f [2023-03-08T23:11:58.274Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T23:11:58.274Z] ---> aefc8b1ac34b [2023-03-08T23:11:58.274Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T23:11:58.274Z] ---> Running in 7ffacb97732c [2023-03-08T23:11:58.533Z] ---> Running in 7f3a5558a063 [2023-03-08T23:11:58.533Z] ---> Running in 02894cb0a3ca [2023-03-08T23:11:58.533Z] Removing intermediate container 6516728c7aee [2023-03-08T23:11:58.533Z] ---> d52ee05e65dd [2023-03-08T23:11:58.533Z] Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:11:58.533Z] Removing intermediate container 7f3a5558a063 [2023-03-08T23:11:58.533Z] ---> a2bb83d32a13 [2023-03-08T23:11:58.533Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:11:58.533Z] ---> Running in 65bd9aecabf9 [2023-03-08T23:11:58.533Z] Removing intermediate container 02894cb0a3ca [2023-03-08T23:11:58.533Z] ---> 88fe36f2a2a6 [2023-03-08T23:11:58.533Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T23:11:58.792Z] ---> Running in 52ed77528bae [2023-03-08T23:11:58.792Z] Removing intermediate container 65bd9aecabf9 [2023-03-08T23:11:58.792Z] ---> 66c0f958d5b9 [2023-03-08T23:11:58.792Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:11:58.792Z] ---> Running in 92d8fbbe0da9 [2023-03-08T23:11:58.792Z] Removing intermediate container 93a388f4ade5 [2023-03-08T23:11:58.792Z] ---> 5815aeabba1f [2023-03-08T23:11:58.792Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:11:58.792Z] ---> Running in 4862cdf444a2 [2023-03-08T23:11:58.792Z] Removing intermediate container 52ed77528bae [2023-03-08T23:11:58.792Z] ---> 5a721503b1df [2023-03-08T23:11:58.792Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T23:11:59.051Z] ---> 3d294e3e7d15 [2023-03-08T23:11:59.051Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T23:11:59.051Z] Removing intermediate container 92d8fbbe0da9 [2023-03-08T23:11:59.051Z] ---> b754662ab85f [2023-03-08T23:11:59.051Z] [2023-03-08T23:11:59.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:59.051Z] ---> Running in 3f6146fdd029 [2023-03-08T23:11:59.051Z] ---> Running in 436a1d78cf52 [2023-03-08T23:11:59.051Z] Removing intermediate container 4862cdf444a2 [2023-03-08T23:11:59.051Z] ---> ff057475dc30 [2023-03-08T23:11:59.051Z] Step 18/20 : LABEL arch=x86_64 [2023-03-08T23:11:59.051Z] Successfully built b754662ab85f [2023-03-08T23:11:59.051Z] Successfully tagged support-scheduler:latest [2023-03-08T23:11:59.051Z]  Building support-scheduler ... done Building support-notifications [2023-03-08T23:11:59.051Z] ---> Running in 82a6fa72aed7 [2023-03-08T23:11:59.051Z] Removing intermediate container 3f6146fdd029 [2023-03-08T23:11:59.051Z] ---> 8aa5de813719 [2023-03-08T23:11:59.051Z] Step 23/24 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:11:59.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:59.315Z] ---> Running in c9fa92288d23 [2023-03-08T23:11:59.315Z] Removing intermediate container 82a6fa72aed7 [2023-03-08T23:11:59.315Z] ---> b5c82d1edf8a [2023-03-08T23:11:59.315Z] Step 19/20 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:11:59.512Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-08T23:11:59.573Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T23:11:59.573Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T23:11:59.573Z] OK: 15859 distinct packages available [2023-03-08T23:11:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:11:59.831Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T23:11:59.831Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T23:11:59.831Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T23:11:59.831Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T23:11:59.831Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T23:11:59.831Z] OK: 6 MiB in 18 packages [2023-03-08T23:12:00.090Z] Removing intermediate container c9fa92288d23 [2023-03-08T23:12:00.090Z] ---> af3a06a12712 [2023-03-08T23:12:00.090Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T23:12:00.350Z] ---> Running in 5cb20aa6b21c [2023-03-08T23:12:00.350Z] ---> Running in a25dbba32537 [2023-03-08T23:12:00.609Z] Removing intermediate container 5cb20aa6b21c [2023-03-08T23:12:00.609Z] ---> 48a4dc5636e8 [2023-03-08T23:12:00.609Z] Step 20/20 : LABEL version=0.0.0 [2023-03-08T23:12:00.867Z] Removing intermediate container a25dbba32537 [2023-03-08T23:12:00.867Z] ---> 75cb9a007712 [2023-03-08T23:12:00.867Z] [2023-03-08T23:12:00.867Z] ---> Running in f1b7bbae2896 [2023-03-08T23:12:00.867Z] Removing intermediate container 7ffacb97732c [2023-03-08T23:12:00.867Z] ---> 9bb3d8dd1854 [2023-03-08T23:12:00.867Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T23:12:00.867Z] Successfully built 75cb9a007712 [2023-03-08T23:12:00.867Z] Successfully tagged core-metadata:latest [2023-03-08T23:12:00.868Z]  Building core-metadata ... done Building security-spire-server [2023-03-08T23:12:01.125Z] Removing intermediate container 436a1d78cf52 [2023-03-08T23:12:01.125Z] ---> 40b100a7ad23 [2023-03-08T23:12:01.125Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:12:01.125Z] Removing intermediate container f1b7bbae2896 [2023-03-08T23:12:01.125Z] ---> ccc77dd3ebe7 [2023-03-08T23:12:01.125Z] [2023-03-08T23:12:01.383Z] Successfully built ccc77dd3ebe7 [2023-03-08T23:12:01.383Z] Successfully tagged security-proxy-setup:latest [2023-03-08T23:12:01.383Z]  Building security-proxy-setup ... done Building core-common-config-bootstrapper [2023-03-08T23:12:03.928Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:12:03.928Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:12:03.928Z] ---> b13923cb1281 [2023-03-08T23:12:03.928Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:12:03.928Z] ---> Using cache [2023-03-08T23:12:03.928Z] ---> 223a98e9b3f5 [2023-03-08T23:12:03.928Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:12:03.928Z] ---> Using cache [2023-03-08T23:12:03.928Z] ---> 6564d3d93e9d [2023-03-08T23:12:03.928Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T23:12:04.505Z] ---> e802ef1ffc90 [2023-03-08T23:12:04.505Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T23:12:05.896Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:12:05.896Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:12:05.896Z] ---> b13923cb1281 [2023-03-08T23:12:05.896Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T23:12:05.896Z] ---> Using cache [2023-03-08T23:12:05.896Z] ---> 6f712fd874b2 [2023-03-08T23:12:05.896Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T23:12:05.896Z] ---> Using cache [2023-03-08T23:12:05.896Z] ---> 6d43ae6e932a [2023-03-08T23:12:05.896Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T23:12:05.896Z] ---> Using cache [2023-03-08T23:12:05.896Z] ---> 95d88a70e477 [2023-03-08T23:12:05.896Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:05.896Z] ---> Using cache [2023-03-08T23:12:05.896Z] ---> c65fc5193bd5 [2023-03-08T23:12:05.896Z] Step 7/23 : COPY . . [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> 8ec45e7bf062 [2023-03-08T23:12:06.154Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T23:12:06.154Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> Using cache [2023-03-08T23:12:06.154Z] [2023-03-08T23:12:06.154Z] ---> 65e4498aae29 [2023-03-08T23:12:06.154Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> 65aee72aa42c [2023-03-08T23:12:06.154Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T23:12:06.154Z] [2023-03-08T23:12:06.154Z] ---> b13923cb1281 [2023-03-08T23:12:06.154Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> 223a98e9b3f5 [2023-03-08T23:12:06.154Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> 6564d3d93e9d [2023-03-08T23:12:06.154Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> 8c7e3f4d0846 [2023-03-08T23:12:06.154Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> e49346eb0d89 [2023-03-08T23:12:06.154Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> 563c03ab6595 [2023-03-08T23:12:06.154Z] Step 8/22 : COPY . . [2023-03-08T23:12:06.154Z] ---> Using cache [2023-03-08T23:12:06.154Z] ---> 3158aed9e8e4 [2023-03-08T23:12:06.154Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T23:12:06.154Z] ---> c5bc09e61ae0 [2023-03-08T23:12:06.154Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T23:12:06.154Z] ---> Running in d5ed7e5b676f [2023-03-08T23:12:06.154Z] ---> efec0d46f16c [2023-03-08T23:12:06.154Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T23:12:06.154Z] ---> Running in 67382db4ff7c [2023-03-08T23:12:06.154Z] ---> Running in a00e633bb374 [2023-03-08T23:12:06.413Z] ---> dd907c37201b [2023-03-08T23:12:06.413Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T23:12:06.413Z] ---> Running in ef618e4eda26 [2023-03-08T23:12:06.413Z] ---> 07424652fdad [2023-03-08T23:12:06.413Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T23:12:06.413Z] Removing intermediate container ef618e4eda26 [2023-03-08T23:12:06.413Z] ---> d6a2051576e7 [2023-03-08T23:12:06.413Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T23:12:06.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:06.671Z] ---> 8986c6041d62 [2023-03-08T23:12:06.671Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T23:12:06.671Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T23:12:06.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:06.671Z] ---> 8bcd43da9e91 [2023-03-08T23:12:06.671Z] Step 19/24 : WORKDIR / [2023-03-08T23:12:06.930Z] ---> Running in 9dd2b7e39b6b [2023-03-08T23:12:06.930Z] ---> a7b5bb61a2f8 [2023-03-08T23:12:06.930Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T23:12:06.930Z] OK: 211 MiB in 51 packages [2023-03-08T23:12:06.930Z] Removing intermediate container 9dd2b7e39b6b [2023-03-08T23:12:06.930Z] ---> d641cecc37fc [2023-03-08T23:12:06.930Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T23:12:07.190Z] ---> Running in 32cb9f295df8 [2023-03-08T23:12:07.190Z] Removing intermediate container a00e633bb374 [2023-03-08T23:12:07.190Z] ---> 15ddfe1169fa [2023-03-08T23:12:07.190Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T23:12:07.190Z] ---> b807221d2989 [2023-03-08T23:12:07.190Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T23:12:07.454Z] ---> Running in 42b650a07a0a [2023-03-08T23:12:07.454Z] Removing intermediate container 32cb9f295df8 [2023-03-08T23:12:07.454Z] ---> a404ac811db9 [2023-03-08T23:12:07.455Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T23:12:07.455Z] ---> Running in 30a095447856 [2023-03-08T23:12:07.455Z] ---> d63964c1a755 [2023-03-08T23:12:07.455Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T23:12:07.455Z] Removing intermediate container 42b650a07a0a [2023-03-08T23:12:07.455Z] ---> 9cc4ab79626b [2023-03-08T23:12:07.455Z] [2023-03-08T23:12:07.455Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T23:12:07.455Z] ---> 5ce65d7b0fde [2023-03-08T23:12:07.455Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:12:07.455Z] ---> Using cache [2023-03-08T23:12:07.455Z] ---> e704fd9bf169 [2023-03-08T23:12:07.455Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T23:12:07.455Z] ---> Using cache [2023-03-08T23:12:07.455Z] ---> 1bf80b31a5aa [2023-03-08T23:12:07.455Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T23:12:07.455Z] Removing intermediate container d5ed7e5b676f [2023-03-08T23:12:07.455Z] ---> d5a35492fc8c [2023-03-08T23:12:07.455Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:12:07.713Z] ---> Running in e138aa8fd407 [2023-03-08T23:12:07.713Z] Removing intermediate container 30a095447856 [2023-03-08T23:12:07.713Z] ---> 7ee83380e14a [2023-03-08T23:12:07.713Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T23:12:07.713Z] ---> Running in 4cae2fd0b8ad [2023-03-08T23:12:07.713Z] ---> 86cdd84aad79 [2023-03-08T23:12:07.713Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:07.713Z] ---> Running in 12977dda1522 [2023-03-08T23:12:07.713Z] Removing intermediate container 4cae2fd0b8ad [2023-03-08T23:12:07.713Z] ---> 6c85796727dd [2023-03-08T23:12:07.713Z] Step 23/24 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:12:07.971Z] ---> Running in 973744c84e5f [2023-03-08T23:12:08.228Z] Removing intermediate container 973744c84e5f [2023-03-08T23:12:08.228Z] ---> 871765d9cb88 [2023-03-08T23:12:08.228Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T23:12:08.498Z] ---> Running in 0a8483876f02 [2023-03-08T23:12:08.755Z] Removing intermediate container 0a8483876f02 [2023-03-08T23:12:08.755Z] ---> 6a9c1e06e1a5 [2023-03-08T23:12:08.755Z] [2023-03-08T23:12:08.755Z] Removing intermediate container e138aa8fd407 [2023-03-08T23:12:08.755Z] ---> 598885ac52f4 [2023-03-08T23:12:08.755Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T23:12:08.755Z] Successfully built 6a9c1e06e1a5 [2023-03-08T23:12:08.755Z] Successfully tagged security-spire-config:latest [2023-03-08T23:12:08.755Z] Building security-spiffe-token-provider [2023-03-08T23:12:08.755Z]  Building security-spire-config ... done  ---> Running in 4a1fa09dddbc [2023-03-08T23:12:09.691Z] Removing intermediate container 4a1fa09dddbc [2023-03-08T23:12:09.691Z] ---> 016f85fc2e21 [2023-03-08T23:12:09.691Z] Step 29/32 : CMD ["gate"] [2023-03-08T23:12:11.066Z] ---> 16048c356693 [2023-03-08T23:12:11.066Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T23:12:11.066Z] ---> Running in aa5ac82eb112 [2023-03-08T23:12:11.346Z] Removing intermediate container aa5ac82eb112 [2023-03-08T23:12:11.346Z] ---> 3f59d16ea1e1 [2023-03-08T23:12:11.346Z] Step 30/32 : LABEL arch=x86_64 [2023-03-08T23:12:11.604Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:12:11.604Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:12:11.604Z] ---> b13923cb1281 [2023-03-08T23:12:11.604Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T23:12:11.604Z] ---> Using cache [2023-03-08T23:12:11.604Z] ---> 6f712fd874b2 [2023-03-08T23:12:11.604Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T23:12:11.604Z] ---> Running in d2ee1ed68d6c [2023-03-08T23:12:11.864Z] ---> b1c4d6efc03b [2023-03-08T23:12:11.864Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T23:12:11.864Z] ---> Running in 0b0c849bdf27 [2023-03-08T23:12:11.864Z] Removing intermediate container d2ee1ed68d6c [2023-03-08T23:12:11.864Z] ---> 4ab916f8fa55 [2023-03-08T23:12:11.864Z] Step 31/32 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:12:11.864Z] ---> Running in a396eb34b957 [2023-03-08T23:12:12.123Z] ---> 36634f1e745b [2023-03-08T23:12:12.123Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T23:12:12.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:12.384Z] Removing intermediate container a396eb34b957 [2023-03-08T23:12:12.384Z] ---> dfc9a0070a50 [2023-03-08T23:12:12.384Z] Step 32/32 : LABEL version=0.0.0 [2023-03-08T23:12:12.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:12.384Z] ---> Running in 5d82a51785db [2023-03-08T23:12:12.384Z] ---> 0d5b958cc223 [2023-03-08T23:12:12.384Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T23:12:12.648Z] ---> Running in fffc3a8b765c [2023-03-08T23:12:12.648Z] Removing intermediate container 5d82a51785db [2023-03-08T23:12:12.648Z] ---> 3c7153bea441 [2023-03-08T23:12:12.648Z] [2023-03-08T23:12:12.648Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T23:12:12.648Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T23:12:12.648Z] OK: 17046 distinct packages available [2023-03-08T23:12:12.648Z] Successfully built 3c7153bea441 [2023-03-08T23:12:12.648Z] Successfully tagged security-bootstrapper:latest [2023-03-08T23:12:12.648Z]  Building security-bootstrapper ... done Building core-command [2023-03-08T23:12:12.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:12.648Z] Removing intermediate container fffc3a8b765c [2023-03-08T23:12:12.648Z] ---> abad9d0cac47 [2023-03-08T23:12:12.648Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T23:12:12.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:12.906Z] ---> Running in c61ed7578d9c [2023-03-08T23:12:12.906Z] OK: 211 MiB in 51 packages [2023-03-08T23:12:14.381Z] Removing intermediate container c61ed7578d9c [2023-03-08T23:12:14.381Z] ---> e41ed0a6431c [2023-03-08T23:12:14.381Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T23:12:15.323Z] ---> Running in a2e373dca635 [2023-03-08T23:12:15.583Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:12:15.583Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:12:15.583Z] ---> b13923cb1281 [2023-03-08T23:12:15.583Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:12:15.583Z] ---> Using cache [2023-03-08T23:12:15.583Z] ---> 223a98e9b3f5 [2023-03-08T23:12:15.583Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T23:12:15.583Z] ---> Using cache [2023-03-08T23:12:15.583Z] ---> 6564d3d93e9d [2023-03-08T23:12:15.583Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T23:12:15.583Z] ---> Using cache [2023-03-08T23:12:15.583Z] ---> 8c7e3f4d0846 [2023-03-08T23:12:15.583Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T23:12:15.583Z] ---> Using cache [2023-03-08T23:12:15.583Z] ---> e49346eb0d89 [2023-03-08T23:12:15.583Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:15.583Z] ---> Using cache [2023-03-08T23:12:15.583Z] ---> 563c03ab6595 [2023-03-08T23:12:15.583Z] Step 8/23 : COPY . . [2023-03-08T23:12:15.583Z] ---> Using cache [2023-03-08T23:12:15.583Z] ---> 3158aed9e8e4 [2023-03-08T23:12:15.583Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T23:12:15.583Z] Removing intermediate container a2e373dca635 [2023-03-08T23:12:15.583Z] ---> 18d9be5461f1 [2023-03-08T23:12:15.583Z] Step 22/23 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:12:15.583Z] ---> Running in c16f2d18c36b [2023-03-08T23:12:15.583Z] Removing intermediate container 0b0c849bdf27 [2023-03-08T23:12:15.583Z] ---> 14c5eaf72d87 [2023-03-08T23:12:15.583Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T23:12:15.583Z] ---> Running in 645c67e6d6e7 [2023-03-08T23:12:15.843Z] Removing intermediate container 645c67e6d6e7 [2023-03-08T23:12:15.843Z] ---> 47d0def615b1 [2023-03-08T23:12:15.843Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T23:12:15.843Z] ---> 6dba54776a17 [2023-03-08T23:12:15.843Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:16.102Z] ---> Running in 94b30b3865b6 [2023-03-08T23:12:16.102Z] ---> Running in e9562901575b [2023-03-08T23:12:16.102Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T23:12:16.102Z] Removing intermediate container 94b30b3865b6 [2023-03-08T23:12:16.102Z] ---> b2dd76b76558 [2023-03-08T23:12:16.102Z] [2023-03-08T23:12:16.102Z] Successfully built b2dd76b76558 [2023-03-08T23:12:16.102Z] Successfully tagged security-spire-server:latest [2023-03-08T23:12:16.102Z] Building security-proxy-auth [2023-03-08T23:12:18.648Z]  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:12:18.648Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:12:18.648Z] ---> b13923cb1281 [2023-03-08T23:12:18.648Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:12:18.648Z] ---> Using cache [2023-03-08T23:12:18.648Z] ---> 223a98e9b3f5 [2023-03-08T23:12:18.648Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:12:18.648Z] ---> Using cache [2023-03-08T23:12:18.648Z] ---> 6564d3d93e9d [2023-03-08T23:12:18.648Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:12:18.648Z] ---> Using cache [2023-03-08T23:12:18.648Z] ---> 8c7e3f4d0846 [2023-03-08T23:12:18.648Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:12:18.648Z] ---> Using cache [2023-03-08T23:12:18.648Z] ---> e49346eb0d89 [2023-03-08T23:12:18.648Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:18.648Z] ---> Using cache [2023-03-08T23:12:18.648Z] ---> 563c03ab6595 [2023-03-08T23:12:18.648Z] Step 8/22 : COPY . . [2023-03-08T23:12:18.648Z] ---> Using cache [2023-03-08T23:12:18.648Z] ---> 3158aed9e8e4 [2023-03-08T23:12:18.648Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T23:12:20.022Z] ---> Running in f36f3430e995 [2023-03-08T23:12:20.588Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T23:12:35.472Z] Removing intermediate container 67382db4ff7c [2023-03-08T23:12:35.472Z] ---> 0e296ed62007 [2023-03-08T23:12:35.472Z] [2023-03-08T23:12:35.472Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:12:35.472Z] ---> dfd21b5a31f5 [2023-03-08T23:12:35.472Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T23:12:35.472Z] ---> Running in eb57baf4316d [2023-03-08T23:12:35.472Z] Removing intermediate container eb57baf4316d [2023-03-08T23:12:35.472Z] ---> 57765d784bf1 [2023-03-08T23:12:35.472Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:12:35.472Z] ---> Running in b6dccacae196 [2023-03-08T23:12:35.472Z] Removing intermediate container 12977dda1522 [2023-03-08T23:12:35.472Z] ---> 65d052c77943 [2023-03-08T23:12:35.472Z] Step 8/22 : COPY . . [2023-03-08T23:12:35.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:35.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:12:35.472Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T23:12:35.472Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:12:35.472Z] OK: 6 MiB in 15 packages [2023-03-08T23:12:39.663Z] Removing intermediate container b6dccacae196 [2023-03-08T23:12:39.663Z] ---> f1b3c0410b97 [2023-03-08T23:12:39.663Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:12:40.230Z] ---> 023ca966dc88 [2023-03-08T23:12:40.230Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T23:12:40.487Z] ---> 5bc650939079 [2023-03-08T23:12:40.487Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T23:12:40.746Z] ---> Running in abb080016832 [2023-03-08T23:12:41.007Z] ---> 376a00dd0df4 [2023-03-08T23:12:41.007Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T23:12:41.007Z] Removing intermediate container e9562901575b [2023-03-08T23:12:41.007Z] ---> 8da0fcd135f6 [2023-03-08T23:12:41.007Z] Step 7/19 : COPY . . [2023-03-08T23:12:42.085Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T23:12:42.709Z] ---> 6cb846346540 [2023-03-08T23:12:42.709Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T23:12:43.362Z] Removing intermediate container c16f2d18c36b [2023-03-08T23:12:43.362Z] ---> d88c0d752039 [2023-03-08T23:12:43.362Z] [2023-03-08T23:12:43.362Z] Step 10/23 : FROM alpine:3.16 [2023-03-08T23:12:43.362Z] ---> dfd21b5a31f5 [2023-03-08T23:12:43.362Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:12:43.362Z] ---> Using cache [2023-03-08T23:12:43.362Z] ---> c928d6656832 [2023-03-08T23:12:43.362Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:12:43.362Z] ---> Using cache [2023-03-08T23:12:43.362Z] ---> fe1f84ba533d [2023-03-08T23:12:43.362Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T23:12:43.362Z] ---> 7ee2ca042855 [2023-03-08T23:12:43.362Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:12:43.657Z] ---> Running in d3f600cdf13c [2023-03-08T23:12:43.657Z] ---> Running in c33612cecc5c [2023-03-08T23:12:43.945Z] Removing intermediate container d3f600cdf13c [2023-03-08T23:12:43.945Z] ---> 2bb70af13581 [2023-03-08T23:12:43.945Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T23:12:44.309Z] ---> Running in 277a3daa4902 [2023-03-08T23:12:44.309Z] Removing intermediate container 277a3daa4902 [2023-03-08T23:12:44.309Z] ---> 490caaefc7fb [2023-03-08T23:12:44.309Z] Step 15/23 : WORKDIR / [2023-03-08T23:12:44.582Z] ---> Running in 076ee2da7ebd [2023-03-08T23:12:44.882Z] Removing intermediate container 076ee2da7ebd [2023-03-08T23:12:44.882Z] ---> de98094ceec6 [2023-03-08T23:12:44.882Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:12:44.882Z] Removing intermediate container c33612cecc5c [2023-03-08T23:12:44.882Z] ---> 3825c4510fd4 [2023-03-08T23:12:44.882Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:12:45.149Z] ---> Running in 1f246e307aa9 [2023-03-08T23:12:45.411Z] ---> 3b84931678f2 [2023-03-08T23:12:45.411Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T23:12:45.411Z] Removing intermediate container 1f246e307aa9 [2023-03-08T23:12:45.411Z] ---> eb289211edd0 [2023-03-08T23:12:45.411Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-08T23:12:45.979Z] ---> Running in 23b0d105f8b8 [2023-03-08T23:12:45.979Z] Removing intermediate container f36f3430e995 [2023-03-08T23:12:45.979Z] ---> 154d20c3350e [2023-03-08T23:12:45.979Z] [2023-03-08T23:12:45.979Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:12:45.979Z] ---> dfd21b5a31f5 [2023-03-08T23:12:45.979Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T23:12:45.979Z] ---> Using cache [2023-03-08T23:12:45.979Z] ---> 57765d784bf1 [2023-03-08T23:12:45.979Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:12:45.979Z] ---> Using cache [2023-03-08T23:12:45.979Z] ---> f1b3c0410b97 [2023-03-08T23:12:45.979Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:12:45.979Z] ---> Using cache [2023-03-08T23:12:45.979Z] ---> 023ca966dc88 [2023-03-08T23:12:45.979Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T23:12:45.979Z] ---> 588750cfd63f [2023-03-08T23:12:45.979Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T23:12:46.241Z] Removing intermediate container 23b0d105f8b8 [2023-03-08T23:12:46.241Z] ---> afad82249c03 [2023-03-08T23:12:46.241Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T23:12:46.241Z] ---> Running in 5c335cf1ee6e [2023-03-08T23:12:46.811Z] Removing intermediate container 5c335cf1ee6e [2023-03-08T23:12:46.811Z] ---> 24a921d03f30 [2023-03-08T23:12:46.811Z] Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:12:46.811Z] ---> f7a2bd50255c [2023-03-08T23:12:46.811Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T23:12:46.811Z] ---> Running in 1c5029c6ba6d [2023-03-08T23:12:46.811Z] ---> d60a5551ee6e [2023-03-08T23:12:46.811Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T23:12:46.811Z] ---> 0cf427ad31fb [2023-03-08T23:12:46.811Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T23:12:47.074Z] ---> Running in 051e87c31f10 [2023-03-08T23:12:47.074Z] ---> Running in 6242151f67e9 [2023-03-08T23:12:47.074Z] Removing intermediate container 1c5029c6ba6d [2023-03-08T23:12:47.074Z] ---> 49d12380eeb2 [2023-03-08T23:12:47.333Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:12:47.598Z] Removing intermediate container 051e87c31f10 [2023-03-08T23:12:47.598Z] ---> dcc2f15f5848 [2023-03-08T23:12:47.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:12:47.598Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-08T23:12:47.598Z] ---> c238559d051d [2023-03-08T23:12:47.598Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T23:12:47.598Z] ---> Running in 8e82125440a1 [2023-03-08T23:12:47.598Z] ---> Running in 1a33ff0be72e [2023-03-08T23:12:47.859Z] Removing intermediate container 8e82125440a1 [2023-03-08T23:12:47.859Z] ---> 3a8e6065ea61 [2023-03-08T23:12:47.859Z] [2023-03-08T23:12:47.859Z] Removing intermediate container 1a33ff0be72e [2023-03-08T23:12:47.859Z] ---> 26bee426813b [2023-03-08T23:12:47.859Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T23:12:47.859Z] ---> 948c689a9dd0 [2023-03-08T23:12:47.859Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:12:48.118Z] Successfully built 3a8e6065ea61 [2023-03-08T23:12:48.118Z] ---> Running in e1e77d66bc86 [2023-03-08T23:12:48.118Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-08T23:12:48.118Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-03-08T23:12:48.118Z] ---> Running in d2bb575284a7 [2023-03-08T23:12:49.077Z] Removing intermediate container e1e77d66bc86 [2023-03-08T23:12:49.077Z] ---> 2b7c616c23ad [2023-03-08T23:12:49.077Z] Step 22/23 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:12:50.471Z] ---> Running in 62ac44e2d840 [2023-03-08T23:12:51.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:12:51.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:12:51.405Z] ---> b13923cb1281 [2023-03-08T23:12:51.405Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T23:12:51.405Z] ---> Using cache [2023-03-08T23:12:51.405Z] ---> 6f712fd874b2 [2023-03-08T23:12:51.405Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T23:12:51.405Z] ---> Using cache [2023-03-08T23:12:51.405Z] ---> 938fdf1a9d93 [2023-03-08T23:12:51.405Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T23:12:51.405Z] ---> Using cache [2023-03-08T23:12:51.405Z] ---> 0be3faf590ba [2023-03-08T23:12:51.405Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:51.405Z] ---> Using cache [2023-03-08T23:12:51.405Z] ---> 8b3470bbe709 [2023-03-08T23:12:51.405Z] Step 7/23 : COPY . . [2023-03-08T23:12:51.405Z] ---> Using cache [2023-03-08T23:12:51.405Z] ---> 303be0648e0a [2023-03-08T23:12:51.405Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T23:12:51.405Z] Removing intermediate container 62ac44e2d840 [2023-03-08T23:12:51.405Z] ---> 7960b38f12ef [2023-03-08T23:12:51.405Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T23:12:51.405Z] ---> Running in b0242c6f6ae9 [2023-03-08T23:12:51.405Z] ---> Running in cfbaa42ecc88 [2023-03-08T23:12:51.664Z] Removing intermediate container d2bb575284a7 [2023-03-08T23:12:51.664Z] ---> aea1d0bddcac [2023-03-08T23:12:51.664Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:12:51.944Z] ---> Running in aa0d71a5606f [2023-03-08T23:12:51.944Z] Removing intermediate container cfbaa42ecc88 [2023-03-08T23:12:51.944Z] ---> 05f757c9d011 [2023-03-08T23:12:51.944Z] [2023-03-08T23:12:51.944Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T23:12:51.944Z] Successfully built 05f757c9d011 [2023-03-08T23:12:51.944Z] Successfully tagged core-command:latest [2023-03-08T23:12:51.944Z] Building core-data [2023-03-08T23:12:52.218Z]  Building core-command ... done Removing intermediate container aa0d71a5606f [2023-03-08T23:12:52.218Z] ---> 783bfb2a2e8b [2023-03-08T23:12:52.218Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T23:12:54.120Z] ---> Running in ef5c886efc14 [2023-03-08T23:12:54.693Z] Removing intermediate container ef5c886efc14 [2023-03-08T23:12:54.693Z] ---> 5de8951c4b3e [2023-03-08T23:12:54.693Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T23:12:54.960Z] ---> Running in 867c97ca731f [2023-03-08T23:12:54.960Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:12:54.960Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:12:54.960Z] ---> b13923cb1281 [2023-03-08T23:12:54.960Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:12:54.960Z] ---> Using cache [2023-03-08T23:12:54.960Z] ---> 223a98e9b3f5 [2023-03-08T23:12:54.960Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:12:54.960Z] ---> Using cache [2023-03-08T23:12:54.960Z] ---> 6564d3d93e9d [2023-03-08T23:12:54.960Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:12:54.960Z] ---> Using cache [2023-03-08T23:12:54.960Z] ---> 8c7e3f4d0846 [2023-03-08T23:12:54.960Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:12:54.960Z] ---> Using cache [2023-03-08T23:12:54.960Z] ---> e49346eb0d89 [2023-03-08T23:12:54.960Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:12:54.960Z] ---> Using cache [2023-03-08T23:12:54.960Z] ---> 563c03ab6595 [2023-03-08T23:12:54.960Z] Step 8/22 : COPY . . [2023-03-08T23:12:54.960Z] ---> Using cache [2023-03-08T23:12:54.960Z] ---> 3158aed9e8e4 [2023-03-08T23:12:54.960Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T23:12:55.220Z] ---> Running in ce50c4a94c32 [2023-03-08T23:12:55.220Z] Removing intermediate container 867c97ca731f [2023-03-08T23:12:55.220Z] ---> 1aef69defd6a [2023-03-08T23:12:55.220Z] Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:12:55.482Z] ---> Running in 4c40d05bee84 [2023-03-08T23:12:55.482Z] Removing intermediate container 4c40d05bee84 [2023-03-08T23:12:55.482Z] ---> aa3faeaa68ed [2023-03-08T23:12:55.482Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:12:55.751Z] ---> Running in b2ba4f74e72e [2023-03-08T23:12:55.751Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T23:12:56.014Z] Removing intermediate container b2ba4f74e72e [2023-03-08T23:12:56.014Z] ---> 27b5d5bf1d42 [2023-03-08T23:12:56.014Z] [2023-03-08T23:12:56.014Z] Successfully built 27b5d5bf1d42 [2023-03-08T23:12:56.014Z] Successfully tagged security-proxy-auth:latest [2023-03-08T23:13:22.550Z]  Building security-proxy-auth ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T23:13:22.550Z] Removing intermediate container abb080016832 [2023-03-08T23:13:22.550Z] ---> 59d6fcc1bbad [2023-03-08T23:13:22.550Z] [2023-03-08T23:13:22.550Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:13:22.550Z] ---> dfd21b5a31f5 [2023-03-08T23:13:22.550Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T23:13:22.811Z] ---> Running in 1657794a751f [2023-03-08T23:13:23.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:23.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:23.586Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T23:13:23.586Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T23:13:23.586Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:13:23.586Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T23:13:23.845Z] OK: 6 MiB in 16 packages [2023-03-08T23:13:24.832Z] Removing intermediate container b0242c6f6ae9 [2023-03-08T23:13:24.832Z] ---> 535193f34704 [2023-03-08T23:13:24.832Z] [2023-03-08T23:13:24.832Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T23:13:24.832Z] ---> dfd21b5a31f5 [2023-03-08T23:13:24.832Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T23:13:25.096Z] Removing intermediate container 6242151f67e9 [2023-03-08T23:13:25.096Z] ---> 6e9e88587cda [2023-03-08T23:13:25.096Z] [2023-03-08T23:13:25.096Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T23:13:25.096Z] ---> 5ce65d7b0fde [2023-03-08T23:13:25.096Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:13:25.096Z] ---> Using cache [2023-03-08T23:13:25.096Z] ---> e704fd9bf169 [2023-03-08T23:13:25.096Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T23:13:25.096Z] ---> Running in aa561a634577 [2023-03-08T23:13:25.354Z] ---> Running in 9bae747cb135 [2023-03-08T23:13:25.354Z] Removing intermediate container 1657794a751f [2023-03-08T23:13:25.354Z] ---> 012861362799 [2023-03-08T23:13:25.354Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:13:25.354Z] ---> Running in ff31cb7d57ca [2023-03-08T23:13:25.613Z] Removing intermediate container ff31cb7d57ca [2023-03-08T23:13:25.613Z] ---> 3fd1fe7c88d3 [2023-03-08T23:13:25.613Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T23:13:25.613Z] ---> Running in d949239d2e40 [2023-03-08T23:13:26.182Z] Removing intermediate container d949239d2e40 [2023-03-08T23:13:26.182Z] ---> 9d38edb9c26b [2023-03-08T23:13:26.182Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T23:13:26.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:26.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:26.182Z] ---> Running in 8fb12abad9da [2023-03-08T23:13:26.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:26.182Z] Removing intermediate container 8fb12abad9da [2023-03-08T23:13:26.182Z] ---> 1c1f5464389d [2023-03-08T23:13:26.182Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:13:26.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:26.441Z] Removing intermediate container ce50c4a94c32 [2023-03-08T23:13:26.441Z] ---> e213e278c90f [2023-03-08T23:13:26.441Z] [2023-03-08T23:13:26.441Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:13:26.441Z] ---> dfd21b5a31f5 [2023-03-08T23:13:26.441Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T23:13:26.441Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T23:13:26.441Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T23:13:26.441Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T23:13:26.441Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:13:26.441Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T23:13:26.700Z] OK: 6 MiB in 17 packages [2023-03-08T23:13:26.700Z] ---> Running in 8522376b9661 [2023-03-08T23:13:26.700Z] ---> 1afaa72834a3 [2023-03-08T23:13:26.700Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T23:13:26.700Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T23:13:26.700Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T23:13:26.700Z] OK: 15859 distinct packages available [2023-03-08T23:13:26.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:26.700Z] Removing intermediate container 8522376b9661 [2023-03-08T23:13:26.700Z] ---> 47956512a1f5 [2023-03-08T23:13:26.700Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T23:13:26.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:26.700Z] ---> Running in ceda0e410efd [2023-03-08T23:13:26.957Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T23:13:26.957Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T23:13:26.957Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T23:13:26.957Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T23:13:26.957Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T23:13:26.957Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T23:13:26.957Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T23:13:27.216Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T23:13:27.216Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T23:13:27.216Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T23:13:27.216Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T23:13:27.216Z] OK: 8 MiB in 23 packages [2023-03-08T23:13:27.216Z] Removing intermediate container ceda0e410efd [2023-03-08T23:13:27.216Z] ---> 5df80e5eae7b [2023-03-08T23:13:27.216Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T23:13:27.216Z] ---> 5d607ec59c72 [2023-03-08T23:13:27.216Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T23:13:27.216Z] ---> Running in 81091d155723 [2023-03-08T23:13:27.474Z] Removing intermediate container aa561a634577 [2023-03-08T23:13:27.474Z] ---> e649cbc6bbfe [2023-03-08T23:13:27.474Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T23:13:27.474Z] Removing intermediate container 81091d155723 [2023-03-08T23:13:27.474Z] ---> 653ab45d4827 [2023-03-08T23:13:27.474Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:13:27.474Z] ---> dc7cc83205d9 [2023-03-08T23:13:27.474Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T23:13:27.733Z] ---> Running in f462eafc11cd [2023-03-08T23:13:27.733Z] ---> Running in 42c352a1cb5a [2023-03-08T23:13:27.733Z] ---> Running in 92ff80b75295 [2023-03-08T23:13:28.001Z] Removing intermediate container f462eafc11cd [2023-03-08T23:13:28.001Z] ---> 1c26fcaaa700 [2023-03-08T23:13:28.001Z] Step 12/23 : WORKDIR / [2023-03-08T23:13:28.001Z] Removing intermediate container 92ff80b75295 [2023-03-08T23:13:28.001Z] ---> 0cd85dae6f4b [2023-03-08T23:13:28.001Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:13:28.001Z] Removing intermediate container 9bae747cb135 [2023-03-08T23:13:28.001Z] ---> a2957be8ca8d [2023-03-08T23:13:28.001Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:13:28.001Z] ---> Running in 47f720acc1b6 [2023-03-08T23:13:28.001Z] ---> Running in c50ee9de59c0 [2023-03-08T23:13:28.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:28.001Z] Removing intermediate container c50ee9de59c0 [2023-03-08T23:13:28.001Z] ---> c71b220bd2b0 [2023-03-08T23:13:28.001Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T23:13:28.001Z] Removing intermediate container 47f720acc1b6 [2023-03-08T23:13:28.001Z] ---> bcc15c2508cd [2023-03-08T23:13:28.001Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T23:13:28.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T23:13:28.259Z] ---> ab0c57d61525 [2023-03-08T23:13:28.259Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T23:13:28.259Z] ---> Running in ce22ba3ed622 [2023-03-08T23:13:28.259Z] Removing intermediate container ce22ba3ed622 [2023-03-08T23:13:28.259Z] ---> 060bf5c3a6da [2023-03-08T23:13:28.259Z] Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:13:28.259Z] ---> b83016424ad3 [2023-03-08T23:13:28.259Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T23:13:28.520Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T23:13:28.520Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:13:28.520Z] OK: 6 MiB in 15 packages [2023-03-08T23:13:28.520Z] ---> Running in 7ad50b991ab1 [2023-03-08T23:13:28.520Z] ---> c9ec4ffd721e [2023-03-08T23:13:28.520Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T23:13:28.783Z] Removing intermediate container 7ad50b991ab1 [2023-03-08T23:13:28.783Z] ---> 4a1efe24a4d5 [2023-03-08T23:13:28.783Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:13:28.783Z] ---> 00bb124d1645 [2023-03-08T23:13:28.783Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T23:13:28.783Z] ---> 3b41ff69aa23 [2023-03-08T23:13:28.783Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T23:13:28.783Z] ---> Running in 5d68b374ae5e [2023-03-08T23:13:28.783Z] Removing intermediate container 42c352a1cb5a [2023-03-08T23:13:28.783Z] ---> 614ce11c8a6b [2023-03-08T23:13:28.783Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:13:29.041Z] Removing intermediate container 5d68b374ae5e [2023-03-08T23:13:29.041Z] ---> 3d758fdad781 [2023-03-08T23:13:29.041Z] [2023-03-08T23:13:29.041Z] ---> 37506aa2bc1c [2023-03-08T23:13:29.041Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T23:13:29.041Z] Successfully built 3d758fdad781 [2023-03-08T23:13:29.041Z] ---> Running in ef497070db4d [2023-03-08T23:13:29.041Z] Successfully tagged support-notifications:latest [2023-03-08T23:13:29.041Z] ---> 6865a2392ab7 [2023-03-08T23:13:29.041Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T23:13:29.300Z]  Building support-notifications ... done Removing intermediate container ef497070db4d [2023-03-08T23:13:29.300Z] ---> 345f0a571550 [2023-03-08T23:13:29.300Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:13:29.300Z] ---> 100801bbcbc0 [2023-03-08T23:13:29.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T23:13:29.579Z] ---> Running in 9414522f9442 [2023-03-08T23:13:29.579Z] ---> 57450bfbb5aa [2023-03-08T23:13:29.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T23:13:29.579Z] Removing intermediate container 9414522f9442 [2023-03-08T23:13:29.579Z] ---> b9e140be9c72 [2023-03-08T23:13:29.579Z] Step 17/19 : LABEL arch=x86_64 [2023-03-08T23:13:29.838Z] ---> Running in edc49566bf14 [2023-03-08T23:13:29.838Z] Removing intermediate container edc49566bf14 [2023-03-08T23:13:29.838Z] ---> fee03393a900 [2023-03-08T23:13:29.838Z] Step 18/19 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:13:29.838Z] ---> aed219fd4bce [2023-03-08T23:13:29.838Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T23:13:30.098Z] ---> 4ebd99b043dc [2023-03-08T23:13:30.098Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T23:13:30.098Z] ---> Running in 5dc5833f92b5 [2023-03-08T23:13:30.098Z] ---> Running in 6a1b1145f6fb [2023-03-08T23:13:30.098Z] Removing intermediate container 6a1b1145f6fb [2023-03-08T23:13:30.098Z] ---> b805c7fd1059 [2023-03-08T23:13:30.098Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:13:30.098Z] Removing intermediate container 5dc5833f92b5 [2023-03-08T23:13:30.098Z] ---> 54bfca42f085 [2023-03-08T23:13:30.098Z] Step 19/19 : LABEL version=0.0.0 [2023-03-08T23:13:30.357Z] ---> bd4eb312618d [2023-03-08T23:13:30.357Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:13:30.357Z] ---> Running in 27face6fe22d [2023-03-08T23:13:30.357Z] ---> Running in a900d6a3dcc0 [2023-03-08T23:13:30.357Z] ---> Running in 1136dde5fd6c [2023-03-08T23:13:30.357Z] Removing intermediate container 27face6fe22d [2023-03-08T23:13:30.357Z] ---> 10b337c9e248 [2023-03-08T23:13:30.357Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T23:13:30.357Z] Removing intermediate container a900d6a3dcc0 [2023-03-08T23:13:30.357Z] ---> 7d441a60705b [2023-03-08T23:13:30.357Z] [2023-03-08T23:13:30.620Z] ---> Running in 05255d53a026 [2023-03-08T23:13:30.620Z] Successfully built 7d441a60705b [2023-03-08T23:13:30.620Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-08T23:13:30.621Z]  Building security-spiffe-token-provider ... done Removing intermediate container 05255d53a026 [2023-03-08T23:13:30.621Z] ---> 0cf0f5960f04 [2023-03-08T23:13:30.621Z] Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:13:30.621Z] ---> Running in 23247b6d7831 [2023-03-08T23:13:30.879Z] Removing intermediate container 23247b6d7831 [2023-03-08T23:13:30.879Z] ---> 78655645724a [2023-03-08T23:13:30.879Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:13:30.879Z] ---> Running in 184861be3d5f [2023-03-08T23:13:30.879Z] Removing intermediate container 184861be3d5f [2023-03-08T23:13:30.879Z] ---> 9f35ae28e284 [2023-03-08T23:13:30.879Z] [2023-03-08T23:13:30.879Z] Removing intermediate container 1136dde5fd6c [2023-03-08T23:13:30.879Z] ---> 996017f0070d [2023-03-08T23:13:30.879Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:13:30.879Z] ---> Running in 2c4c8c0c5ce0 [2023-03-08T23:13:31.138Z] Successfully built 9f35ae28e284 [2023-03-08T23:13:31.138Z] Successfully tagged core-data:latest [2023-03-08T23:13:31.138Z]  Building core-data ... done Removing intermediate container 2c4c8c0c5ce0 [2023-03-08T23:13:31.138Z] ---> b537c7cd394d [2023-03-08T23:13:31.138Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T23:13:31.138Z] ---> Running in e1490ed057db [2023-03-08T23:13:31.138Z] Removing intermediate container e1490ed057db [2023-03-08T23:13:31.138Z] ---> 56445df8a445 [2023-03-08T23:13:31.138Z] Step 22/23 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 [2023-03-08T23:13:31.397Z] ---> Running in 50fe9cf4aabb [2023-03-08T23:13:31.397Z] Removing intermediate container 50fe9cf4aabb [2023-03-08T23:13:31.397Z] ---> 53c77e8a06d3 [2023-03-08T23:13:31.397Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T23:13:31.397Z] ---> Running in 8ff8ebf24ad2 [2023-03-08T23:13:31.397Z] Removing intermediate container 8ff8ebf24ad2 [2023-03-08T23:13:31.397Z] ---> 0613813b0676 [2023-03-08T23:13:31.397Z] [2023-03-08T23:13:31.656Z] Successfully built 0613813b0676 [2023-03-08T23:13:31.656Z] Successfully tagged security-secretstore-setup:latest [2023-03-08T23:13:31.662Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-03-08T23:13:31.689Z] $ docker stop --time=1 5e8c4c0d8a1b9d52c196803409a35a0bbf53cd743b50e15b85e4b06052c04034 [2023-03-08T23:13:33.017Z] $ docker rm -f --volumes 5e8c4c0d8a1b9d52c196803409a35a0bbf53cd743b50e15b85e4b06052c04034 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T23:13:33.425Z] + docker images [2023-03-08T23:13:33.425Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T23:13:33.425Z] security-secretstore-setup latest 0613813b0676 2 seconds ago 29.9MB [2023-03-08T23:13:33.425Z] core-data latest 9f35ae28e284 3 seconds ago 18MB [2023-03-08T23:13:33.425Z] security-spiffe-token-provider latest 7d441a60705b 3 seconds ago 30MB [2023-03-08T23:13:33.425Z] support-notifications latest 3d758fdad781 5 seconds ago 30.7MB [2023-03-08T23:13:33.425Z] e213e278c90f 7 seconds ago 1.69GB [2023-03-08T23:13:33.425Z] 535193f34704 9 seconds ago 1.67GB [2023-03-08T23:13:33.425Z] 6e9e88587cda 9 seconds ago 1.72GB [2023-03-08T23:13:33.425Z] 59d6fcc1bbad 13 seconds ago 1.75GB [2023-03-08T23:13:33.425Z] security-proxy-auth latest 27b5d5bf1d42 38 seconds ago 16.2MB [2023-03-08T23:13:33.425Z] core-command latest 05f757c9d011 42 seconds ago 17.8MB [2023-03-08T23:13:33.425Z] core-common-config-bootstrapper latest 3a8e6065ea61 46 seconds ago 15.5MB [2023-03-08T23:13:33.425Z] 154d20c3350e 48 seconds ago 1.66GB [2023-03-08T23:13:33.425Z] d88c0d752039 51 seconds ago 1.68GB [2023-03-08T23:13:33.425Z] 0e296ed62007 About a minute ago 1.68GB [2023-03-08T23:13:33.426Z] security-spire-server latest b2dd76b76558 About a minute ago 86.5MB [2023-03-08T23:13:33.426Z] security-bootstrapper latest 3c7153bea441 About a minute ago 19.8MB [2023-03-08T23:13:33.426Z] security-spire-config latest 6a9c1e06e1a5 About a minute ago 85.8MB [2023-03-08T23:13:33.426Z] 9cc4ab79626b About a minute ago 1.55GB [2023-03-08T23:13:33.426Z] core-metadata latest 75cb9a007712 About a minute ago 18.5MB [2023-03-08T23:13:33.426Z] security-proxy-setup latest ccc77dd3ebe7 About a minute ago 16.4MB [2023-03-08T23:13:33.426Z] support-scheduler latest b754662ab85f About a minute ago 30.1MB [2023-03-08T23:13:33.426Z] c08de97c5684 About a minute ago 1.55GB [2023-03-08T23:13:33.426Z] 96be3671eb52 About a minute ago 1.75GB [2023-03-08T23:13:33.426Z] 956a2d30e381 About a minute ago 1.69GB [2023-03-08T23:13:33.426Z] f450a2132453 About a minute ago 1.66GB [2023-03-08T23:13:33.426Z] d9bd44597a3f About a minute ago 1.67GB [2023-03-08T23:13:33.426Z] security-spire-agent latest ea076afeed1b 2 minutes ago 125MB [2023-03-08T23:13:33.426Z] 331ba0873aa3 2 minutes ago 1.55GB [2023-03-08T23:13:33.426Z] ci-base-image-x86_64 latest b13923cb1281 5 minutes ago 903MB [2023-03-08T23:13:33.426Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-08T23:13:33.426Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-08T23:13:33.426Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-08T23:13:33.426Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-08T23:13:33.426Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-08T23:13:36.161Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-08T23:13:36.161Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-08T23:13:36.161Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-08T23:13:37.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-08T23:13:37.411Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-08T23:13:37.996Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-08T23:13:38.579Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-08T23:13:38.579Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-08T23:13:38.579Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-08T23:13:38.846Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-08T23:13:41.428Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-08T23:13:41.428Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-08T23:13:41.428Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-08T23:13:41.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-08T23:13:56.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.343s coverage: 28.7% of statements [2023-03-08T23:13:56.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-08T23:13:56.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-08T23:14:03.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.553s coverage: 98.5% of statements [2023-03-08T23:14:09.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.915s coverage: 71.2% of statements [2023-03-08T23:14:09.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-08T23:14:09.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-08T23:14:09.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-08T23:14:09.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.753s coverage: 54.0% of statements [2023-03-08T23:14:09.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-08T23:14:09.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-08T23:14:31.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.970s coverage: 88.5% of statements [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-08T23:14:31.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.758s coverage: 3.9% of statements [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-08T23:14:31.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.255s coverage: 95.6% of statements [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-08T23:14:31.799Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.409s coverage: 72.2% of statements [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-08T23:14:31.799Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.320s coverage: 65.9% of statements [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-08T23:14:31.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-08T23:14:32.065Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.513s coverage: 0.9% of statements [2023-03-08T23:14:32.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-08T23:14:32.065Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.382s coverage: 29.0% of statements [2023-03-08T23:14:32.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-08T23:14:32.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.295s coverage: 45.5% of statements [2023-03-08T23:14:33.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.320s coverage: 82.9% of statements [2023-03-08T23:14:33.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.240s coverage: 94.1% of statements [2023-03-08T23:14:35.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.248s coverage: 96.3% of statements [2023-03-08T23:14:36.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.243s coverage: 87.5% of statements [2023-03-08T23:14:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.506s coverage: 94.4% of statements [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.429s coverage: 79.9% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.422s coverage: 92.9% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 64.4% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.258s coverage: 86.9% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.361s coverage: 87.2% of statements [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.238s coverage: 20.0% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.343s coverage: 81.2% of statements [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.351s coverage: 82.1% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-08T23:15:07.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 84.8% of statements [2023-03-08T23:15:07.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-08T23:15:09.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.118s coverage: 63.1% of statements [2023-03-08T23:15:09.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-08T23:15:09.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-08T23:15:09.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.257s coverage: 100.0% of statements [2023-03-08T23:15:09.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 89.4% of statements [2023-03-08T23:15:09.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2023-03-08T23:15:09.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.176s coverage: 73.7% of statements [2023-03-08T23:15:09.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.093s coverage: 100.0% of statements [2023-03-08T23:15:09.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-08T23:15:09.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-08T23:15:09.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-08T23:15:15.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.893s coverage: 38.4% of statements [2023-03-08T23:15:15.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-08T23:15:15.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-08T23:15:15.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.263s coverage: 89.5% of statements [2023-03-08T23:15:15.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-08T23:15:15.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.264s coverage: 84.8% of statements [2023-03-08T23:15:15.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-08T23:15:15.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-08T23:15:15.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-08T23:15:15.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-08T23:15:24.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.317s coverage: 17.7% of statements [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-08T23:15:24.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.600s coverage: 92.3% of statements [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-08T23:15:24.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.306s coverage: 61.5% of statements [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-08T23:15:24.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.406s coverage: 97.7% of statements [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-08T23:15:24.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-08T23:15:24.166Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-03-08T23:15:24.166Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-08T23:15:24.166Z] go vet ./... [2023-03-08T23:17:00.801Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T23:17:00.801Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T23:17:01.383Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T23:17:02.004Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-08T23:17:02.669Z] + ls -al . [2023-03-08T23:17:02.669Z] total 700 [2023-03-08T23:17:02.669Z] drwxrwxr-x 10 1001 1001 4096 Mar 8 23:11 . [2023-03-08T23:17:02.669Z] drwxr-xr-x 4 root root 4096 Mar 8 23:11 .. [2023-03-08T23:17:02.669Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 23:09 .blubracket [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 16 Mar 8 23:09 .dockerignore [2023-03-08T23:17:02.669Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 23:09 .git [2023-03-08T23:17:02.669Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 23:09 .github [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 1112 Mar 8 23:09 .gitignore [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 42 Mar 8 23:09 .golangci.yml [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 87 Mar 8 23:09 .hadolint.yml [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 23:09 .sonarcloud.properties [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 1171 Mar 8 23:09 ADOPTERS.md [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 10825 Mar 8 23:09 Attribution.txt [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 73765 Mar 8 23:09 CHANGELOG.md [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 23:09 CONTRIBUTING.md [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 677 Mar 8 23:09 GOVERNANCE.md [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 883 Mar 8 23:09 Jenkinsfile [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 23:09 LICENSE [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 14071 Mar 8 23:09 Makefile [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 582 Mar 8 23:09 OWNERS.md [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 9403 Mar 8 23:09 README.md [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 6912 Mar 8 23:09 SECURITY.md [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 23:07 VERSION [2023-03-08T23:17:02.669Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 23:09 bin [2023-03-08T23:17:02.669Z] drwxrwxr-x 18 1001 1001 4096 Mar 8 23:09 cmd [2023-03-08T23:17:02.669Z] -rw-r--r-- 1 root root 447487 Mar 8 23:15 coverage.out [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 3232 Mar 8 23:09 go.mod [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 31098 Mar 8 23:09 go.sum [2023-03-08T23:17:02.669Z] drwxrwxr-x 7 1001 1001 4096 Mar 8 23:09 internal [2023-03-08T23:17:02.669Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 23:09 openapi [2023-03-08T23:17:02.669Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 23:09 snap [2023-03-08T23:17:02.669Z] -rw-rw-r-- 1 1001 1001 204 Mar 8 23:09 version.go [Pipeline] sh [2023-03-08T23:17:03.010Z] + '[' -e coverage.out ] [2023-03-08T23:17:03.010Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-08T23:17:03.046Z] Warning: overwriting stash ‘coverage-report’ [2023-03-08T23:17:03.782Z] Stashed 1 file(s) [Pipeline] sh [2023-03-08T23:17:04.108Z] + make build [2023-03-08T23:17:04.108Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T23:18:25.739Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T23:18:26.695Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T23:18:32.031Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T23:18:35.363Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T23:19:14.227Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T23:19:20.857Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T23:19:26.181Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T23:19:31.509Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T23:19:34.839Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T23:19:38.174Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T23:19:43.510Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-08T23:19:48.878Z] $ docker stop --time=1 0c3eed67ba452374f7a800ccae4755b9d8b8ec0786e701ee9e14cd30be856298 [2023-03-08T23:19:50.863Z] $ docker rm -f --volumes 0c3eed67ba452374f7a800ccae4755b9d8b8ec0786e701ee9e14cd30be856298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:19:53.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T23:19:53.135Z] [2023-03-08T23:19:53.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:19:53.526Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T23:19:53.793Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-08T23:19:53.793Z] 29e5d40040c1: Pulling fs layer [2023-03-08T23:19:53.793Z] 1ce36da41761: Pulling fs layer [2023-03-08T23:19:53.793Z] 25b303627fd3: Pulling fs layer [2023-03-08T23:19:54.060Z] 29e5d40040c1: Verifying Checksum [2023-03-08T23:19:54.060Z] 29e5d40040c1: Download complete [2023-03-08T23:19:54.329Z] 1ce36da41761: Verifying Checksum [2023-03-08T23:19:54.329Z] 1ce36da41761: Download complete [2023-03-08T23:19:54.329Z] 29e5d40040c1: Pull complete [2023-03-08T23:19:55.740Z] 1ce36da41761: Pull complete [2023-03-08T23:19:55.740Z] 25b303627fd3: Verifying Checksum [2023-03-08T23:19:55.740Z] 25b303627fd3: Download complete [2023-03-08T23:20:05.798Z] 25b303627fd3: Pull complete [2023-03-08T23:20:05.798Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-08T23:20:05.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T23:20:05.798Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:20:06.117Z] prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container [2023-03-08T23:20:06.178Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-08T23:20:08.304Z] $ docker top 9aabecf7ab5eeef6426a121dbebb73d9d352d6e70d2af4939a481d4afc652442 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T23:20:09.149Z] + grep+ docker-compose parallel [2023-03-08T23:20:09.149Z] build --help [2023-03-08T23:20:13.442Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T23:20:13.479Z] $ docker stop --time=1 9aabecf7ab5eeef6426a121dbebb73d9d352d6e70d2af4939a481d4afc652442 [2023-03-08T23:20:15.100Z] $ docker rm -f --volumes 9aabecf7ab5eeef6426a121dbebb73d9d352d6e70d2af4939a481d4afc652442 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:20:15.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T23:20:15.803Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:20:16.049Z] prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container [2023-03-08T23:20:16.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-08T23:20:17.214Z] $ docker top 47d194fb1d54c9b07536bd6c7721adc6e50d9942715ab2e488e4abb605a23d4e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T23:20:17.737Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T23:20:21.971Z] Building core-command ... [2023-03-08T23:20:21.971Z] Building core-common-config-bootstrapper ... [2023-03-08T23:20:21.971Z] Building core-data ... [2023-03-08T23:20:21.971Z] Building core-metadata ... [2023-03-08T23:20:21.971Z] Building security-bootstrapper ... [2023-03-08T23:20:21.971Z] Building security-proxy-auth ... [2023-03-08T23:20:21.971Z] Building security-proxy-setup ... [2023-03-08T23:20:21.971Z] Building security-secretstore-setup ... [2023-03-08T23:20:21.971Z] Building security-spiffe-token-provider ... [2023-03-08T23:20:21.971Z] Building security-spire-agent ... [2023-03-08T23:20:21.971Z] Building security-spire-config ... [2023-03-08T23:20:21.971Z] Building security-spire-server ... [2023-03-08T23:20:21.971Z] Building support-notifications ... [2023-03-08T23:20:21.971Z] Building support-scheduler ... [2023-03-08T23:20:21.971Z] Building security-bootstrapper [2023-03-08T23:20:21.971Z] Building security-spiffe-token-provider [2023-03-08T23:20:21.971Z] Building core-data [2023-03-08T23:20:21.971Z] Building core-common-config-bootstrapper [2023-03-08T23:20:21.971Z] Building core-metadata [2023-03-08T23:21:08.785Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:21:08.785Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:21:08.785Z] ---> b9bd4e64b06a [2023-03-08T23:21:08.785Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:21:08.785Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:21:08.785Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:21:08.785Z] ---> b9bd4e64b06a [2023-03-08T23:21:08.785Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:21:08.785Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:21:08.785Z] [2023-03-08T23:21:08.785Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:21:08.785Z] ---> b9bd4e64b06a [2023-03-08T23:21:08.785Z] Step 3/32 : WORKDIR /edgex-go [2023-03-08T23:21:08.785Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:21:08.785Z] ---> b9bd4e64b06a [2023-03-08T23:21:08.785Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T23:21:08.785Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:21:08.785Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:21:08.785Z] ---> b9bd4e64b06a [2023-03-08T23:21:08.785Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:21:08.785Z] ---> Running in d6549201f2e3 [2023-03-08T23:21:08.785Z] ---> Running in d93e84049fd4 [2023-03-08T23:21:08.785Z] ---> Running in 20d78f2733b5 [2023-03-08T23:21:08.785Z] ---> Running in eaa98f8eddb9 [2023-03-08T23:21:08.785Z] ---> Running in f06e832a2785 [2023-03-08T23:21:08.785Z] Removing intermediate container d93e84049fd4 [2023-03-08T23:21:08.785Z] ---> a5d9d5545398 [2023-03-08T23:21:08.785Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T23:21:08.785Z] Removing intermediate container f06e832a2785 [2023-03-08T23:21:08.785Z] ---> 802d70b0a381 [2023-03-08T23:21:08.785Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:21:08.785Z] Removing intermediate container 20d78f2733b5 [2023-03-08T23:21:08.785Z] ---> 08c98ab76d23 [2023-03-08T23:21:08.785Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-08T23:21:08.785Z] Removing intermediate container d6549201f2e3 [2023-03-08T23:21:08.785Z] ---> cccf24897714 [2023-03-08T23:21:08.785Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:21:08.785Z] Removing intermediate container eaa98f8eddb9 [2023-03-08T23:21:08.785Z] ---> c2bd95d48e75 [2023-03-08T23:21:08.785Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T23:21:08.785Z] ---> Running in 1995b4012fa9 [2023-03-08T23:21:08.785Z] ---> Running in 320efd305b3d [2023-03-08T23:21:08.785Z] ---> Running in 9ff94abf33b6 [2023-03-08T23:21:08.785Z] ---> Running in 71c56e1bf816 [2023-03-08T23:21:08.785Z] ---> Running in b018fba31bcd [2023-03-08T23:21:08.785Z] Removing intermediate container 1995b4012fa9 [2023-03-08T23:21:08.785Z] ---> f65c235c7d74 [2023-03-08T23:21:08.785Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T23:21:08.785Z] Removing intermediate container 71c56e1bf816 [2023-03-08T23:21:08.785Z] ---> fa167e4ac8db [2023-03-08T23:21:08.785Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:21:08.785Z] ---> Running in d28ead7e715e [2023-03-08T23:21:08.785Z] ---> Running in 15b683387289 [2023-03-08T23:21:08.785Z] Removing intermediate container 320efd305b3d [2023-03-08T23:21:08.785Z] ---> abdf3edda95b [2023-03-08T23:21:08.785Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:21:08.785Z] ---> Running in 7400ae229256 [2023-03-08T23:21:09.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:09.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:09.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:09.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:09.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:10.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:10.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:10.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:10.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:10.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:10.976Z] OK: 221 MiB in 51 packages [2023-03-08T23:21:10.976Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T23:21:10.976Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T23:21:10.976Z] OK: 16903 distinct packages available [2023-03-08T23:21:11.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:11.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:21:11.798Z] OK: 221 MiB in 51 packages [2023-03-08T23:21:12.064Z] OK: 221 MiB in 51 packages [2023-03-08T23:21:12.064Z] OK: 221 MiB in 51 packages [2023-03-08T23:21:12.648Z] Removing intermediate container 9ff94abf33b6 [2023-03-08T23:21:12.648Z] ---> 464b783805ea [2023-03-08T23:21:12.648Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T23:21:12.920Z] OK: 221 MiB in 51 packages [2023-03-08T23:21:13.508Z] Removing intermediate container d28ead7e715e [2023-03-08T23:21:13.508Z] ---> b764ed6211f8 [2023-03-08T23:21:13.508Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T23:21:14.088Z] ---> 41630f769b76 [2023-03-08T23:21:14.089Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:21:14.089Z] Removing intermediate container 15b683387289 [2023-03-08T23:21:14.089Z] ---> 423c37b7553a [2023-03-08T23:21:14.089Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:21:14.089Z] ---> Running in acd336603d9d [2023-03-08T23:21:14.089Z] Removing intermediate container 7400ae229256 [2023-03-08T23:21:14.089Z] ---> b3386173e5bc [2023-03-08T23:21:14.089Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:21:14.685Z] Removing intermediate container b018fba31bcd [2023-03-08T23:21:14.685Z] ---> 396712c616b7 [2023-03-08T23:21:14.685Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T23:21:14.685Z] ---> 94fc8dd0c86f [2023-03-08T23:21:14.685Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:21:14.955Z] ---> Running in 6485066ee2a8 [2023-03-08T23:21:15.541Z] ---> 7d12492eaf08 [2023-03-08T23:21:15.541Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:21:15.541Z] ---> Running in a184d10556d5 [2023-03-08T23:21:15.541Z] ---> 6e68f38ac8cf [2023-03-08T23:21:15.541Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:21:15.818Z] ---> Running in d368efbeba9c [2023-03-08T23:21:16.088Z] ---> 9213607a0fd6 [2023-03-08T23:21:16.088Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:21:16.356Z] ---> Running in 0dc18b50d449 [2023-03-08T23:22:52.999Z] Removing intermediate container d368efbeba9c [2023-03-08T23:22:52.999Z] ---> 46e3bd8a1653 [2023-03-08T23:22:52.999Z] Step 8/22 : COPY . . [2023-03-08T23:22:52.999Z] Removing intermediate container 6485066ee2a8 [2023-03-08T23:22:52.999Z] ---> 530d9346795f [2023-03-08T23:22:52.999Z] Step 8/24 : COPY . . [2023-03-08T23:22:52.999Z] Removing intermediate container acd336603d9d [2023-03-08T23:22:53.000Z] ---> 283c61198783 [2023-03-08T23:22:53.000Z] Step 7/32 : COPY . . [2023-03-08T23:22:53.000Z] Removing intermediate container 0dc18b50d449 [2023-03-08T23:22:53.000Z] ---> 577cfe0b1a20 [2023-03-08T23:22:53.000Z] Step 7/19 : COPY . . [2023-03-08T23:22:53.000Z] Removing intermediate container a184d10556d5 [2023-03-08T23:22:53.000Z] ---> dca71a339c01 [2023-03-08T23:22:53.000Z] Step 8/22 : COPY . . [2023-03-08T23:23:11.185Z] ---> 3637fc6894ee [2023-03-08T23:23:11.185Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T23:23:11.185Z] ---> 5a94213f4aa3 [2023-03-08T23:23:11.185Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T23:23:11.185Z] ---> 8c0055ff8170 [2023-03-08T23:23:11.185Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T23:23:11.185Z] ---> 6ab516eadc12 [2023-03-08T23:23:11.185Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T23:23:11.185Z] ---> 916d9472212c [2023-03-08T23:23:11.185Z] ---> Running in bd639048ba36 [2023-03-08T23:23:11.185Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-08T23:23:11.185Z] ---> Running in f7fe8449df8e [2023-03-08T23:23:11.185Z] ---> Running in ffa50cb56c91 [2023-03-08T23:23:11.185Z] ---> Running in bfc0f8b06cd8 [2023-03-08T23:23:11.185Z] ---> Running in 196eccf5369b [2023-03-08T23:23:11.185Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T23:23:11.185Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-08T23:23:11.185Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T23:23:11.185Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T23:23:11.185Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T23:29:03.068Z] Removing intermediate container 196eccf5369b [2023-03-08T23:29:03.068Z] ---> 459749f64aa1 [2023-03-08T23:29:03.068Z] [2023-03-08T23:29:03.068Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T23:29:03.068Z] 3.16: Pulling from library/alpine [2023-03-08T23:29:03.068Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T23:29:03.068Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T23:29:03.068Z] ---> 4c81e5bf8899 [2023-03-08T23:29:03.068Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:29:03.068Z] ---> Running in 0d28f330383d [2023-03-08T23:29:03.068Z] Removing intermediate container 0d28f330383d [2023-03-08T23:29:03.068Z] ---> 51f385c2a8b3 [2023-03-08T23:29:03.068Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T23:29:03.068Z] ---> Running in ce9fd9a98e00 [2023-03-08T23:29:03.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:29:03.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:29:03.068Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T23:29:03.068Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T23:29:03.068Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:29:03.068Z] OK: 5 MiB in 16 packages [2023-03-08T23:29:04.037Z] Removing intermediate container ce9fd9a98e00 [2023-03-08T23:29:04.037Z] ---> 44be0fbefe1e [2023-03-08T23:29:04.037Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T23:29:04.309Z] ---> Running in 7532434716c3 [2023-03-08T23:29:04.891Z] Removing intermediate container 7532434716c3 [2023-03-08T23:29:04.891Z] ---> 075f4089dba6 [2023-03-08T23:29:04.891Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T23:29:04.891Z] ---> Running in 42371e2143cb [2023-03-08T23:29:05.483Z] Removing intermediate container 42371e2143cb [2023-03-08T23:29:05.483Z] ---> 269b9e9aba08 [2023-03-08T23:29:05.483Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T23:29:05.749Z] ---> Running in a24a1361fc25 [2023-03-08T23:29:06.329Z] Removing intermediate container a24a1361fc25 [2023-03-08T23:29:06.329Z] ---> dd3805b8f9dc [2023-03-08T23:29:06.329Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T23:29:06.329Z] ---> Running in d76e1257efa0 [2023-03-08T23:29:06.909Z] Removing intermediate container d76e1257efa0 [2023-03-08T23:29:06.909Z] ---> 8b284ca202ed [2023-03-08T23:29:06.909Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T23:29:06.909Z] ---> Running in c4212b0cf01a [2023-03-08T23:29:10.249Z] Removing intermediate container c4212b0cf01a [2023-03-08T23:29:10.249Z] ---> 701947c9c8d2 [2023-03-08T23:29:10.249Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T23:29:10.249Z] ---> Running in ed40caf30a52 [2023-03-08T23:29:10.515Z] Removing intermediate container ed40caf30a52 [2023-03-08T23:29:10.515Z] ---> 0b653f802080 [2023-03-08T23:29:10.515Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T23:29:11.484Z] ---> d2b6cea5c79e [2023-03-08T23:29:11.484Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T23:29:11.753Z] ---> Running in fba47aa595c9 [2023-03-08T23:29:17.106Z] Removing intermediate container fba47aa595c9 [2023-03-08T23:29:17.106Z] ---> 3f7f22530701 [2023-03-08T23:29:17.106Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:29:17.688Z] ---> 03698734d9cb [2023-03-08T23:29:17.688Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T23:29:21.028Z] ---> 348c387d37c8 [2023-03-08T23:29:21.028Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T23:29:22.433Z] ---> 6fbea16bf812 [2023-03-08T23:29:22.433Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T23:29:24.369Z] ---> 9defe0ccc836 [2023-03-08T23:29:24.369Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T23:29:25.774Z] ---> 325576316bb6 [2023-03-08T23:29:25.774Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T23:29:26.356Z] Removing intermediate container bd639048ba36 [2023-03-08T23:29:26.356Z] ---> c67bebed4fde [2023-03-08T23:29:26.356Z] [2023-03-08T23:29:26.356Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:29:26.356Z] ---> 4c81e5bf8899 [2023-03-08T23:29:26.356Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T23:29:29.689Z] ---> Running in 8cc5ef85aab3 [2023-03-08T23:29:29.689Z] ---> 8a7aa532e667 [2023-03-08T23:29:29.689Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T23:29:30.270Z] Removing intermediate container 8cc5ef85aab3 [2023-03-08T23:29:30.270Z] ---> 1d8cac883dc2 [2023-03-08T23:29:30.270Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:29:30.536Z] ---> Running in 8ddec89dabbd [2023-03-08T23:29:31.137Z] ---> 95602ba78e09 [2023-03-08T23:29:31.137Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T23:29:31.413Z] ---> Running in 357cb5554197 [2023-03-08T23:29:33.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:29:33.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:29:34.905Z] Removing intermediate container 357cb5554197 [2023-03-08T23:29:34.905Z] ---> 0e458c4d860a [2023-03-08T23:29:34.905Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T23:29:34.905Z] ---> Running in 037918b3d63f [2023-03-08T23:29:35.175Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T23:29:35.175Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:29:35.175Z] OK: 5 MiB in 15 packages [2023-03-08T23:29:35.458Z] Removing intermediate container 037918b3d63f [2023-03-08T23:29:35.458Z] ---> 57500fff9ba1 [2023-03-08T23:29:35.458Z] Step 29/32 : CMD ["gate"] [2023-03-08T23:29:35.727Z] ---> Running in 4c536956ee31 [2023-03-08T23:29:36.686Z] Removing intermediate container 4c536956ee31 [2023-03-08T23:29:36.686Z] ---> 99d4fdbec2ae [2023-03-08T23:29:36.686Z] Step 30/32 : LABEL arch=arm64 [2023-03-08T23:29:36.686Z] ---> Running in 296dad3e6e7d [2023-03-08T23:29:37.279Z] Removing intermediate container 8ddec89dabbd [2023-03-08T23:29:37.279Z] ---> b14a50dc5beb [2023-03-08T23:29:37.279Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:29:37.279Z] Removing intermediate container 296dad3e6e7d [2023-03-08T23:29:37.279Z] ---> 937fdd36b7e5 [2023-03-08T23:29:37.279Z] Step 31/32 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:29:37.549Z] ---> Running in 58efc3563e38 [2023-03-08T23:29:38.132Z] Removing intermediate container 58efc3563e38 [2023-03-08T23:29:38.132Z] ---> 32ec88c1b609 [2023-03-08T23:29:38.132Z] Step 32/32 : LABEL version=0.0.0 [2023-03-08T23:29:38.398Z] ---> Running in eef18f699bd6 [2023-03-08T23:29:38.398Z] ---> 0d6218de50df [2023-03-08T23:29:38.398Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T23:29:38.980Z] Removing intermediate container eef18f699bd6 [2023-03-08T23:29:38.980Z] ---> 8ed0789c35f7 [2023-03-08T23:29:38.980Z] [2023-03-08T23:29:39.560Z] Successfully built 8ed0789c35f7 [2023-03-08T23:29:39.560Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-08T23:29:39.560Z]  Building security-bootstrapper ... done Building security-secretstore-setup [2023-03-08T23:29:42.900Z] ---> 085889354228 [2023-03-08T23:29:42.900Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T23:29:44.314Z] ---> bc0bb8105bc2 [2023-03-08T23:29:44.314Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T23:29:45.719Z] ---> c415fd3ade75 [2023-03-08T23:29:45.719Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:29:45.719Z] ---> Running in 3c7155c030d9 [2023-03-08T23:29:51.045Z] Removing intermediate container 3c7155c030d9 [2023-03-08T23:29:51.045Z] ---> a56078509abb [2023-03-08T23:29:51.045Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:29:51.045Z] ---> Running in 2fd3b4c4a0b2 [2023-03-08T23:29:51.310Z] Removing intermediate container 2fd3b4c4a0b2 [2023-03-08T23:29:51.310Z] ---> 058244a035da [2023-03-08T23:29:51.310Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-08T23:29:51.577Z] ---> Running in d3f04f2ff266 [2023-03-08T23:29:52.531Z] Removing intermediate container d3f04f2ff266 [2023-03-08T23:29:52.531Z] ---> 34ec8549a6a0 [2023-03-08T23:29:52.531Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T23:29:52.796Z] ---> Running in 17eb4e0bf0ee [2023-03-08T23:29:55.502Z] Removing intermediate container 17eb4e0bf0ee [2023-03-08T23:29:55.502Z] ---> 8b489d723c32 [2023-03-08T23:29:55.502Z] Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:29:56.108Z] ---> Running in 44640234fff3 [2023-03-08T23:29:57.558Z] Removing intermediate container 44640234fff3 [2023-03-08T23:29:57.558Z] ---> 2a51fe411335 [2023-03-08T23:29:57.558Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:29:57.558Z] ---> Running in 86e40946e519 [2023-03-08T23:29:59.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:29:59.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:29:59.003Z] ---> b9bd4e64b06a [2023-03-08T23:29:59.003Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T23:29:59.003Z] ---> Using cache [2023-03-08T23:29:59.003Z] ---> c2bd95d48e75 [2023-03-08T23:29:59.003Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T23:29:59.003Z] ---> Running in 776909607eee [2023-03-08T23:29:59.270Z] Removing intermediate container 86e40946e519 [2023-03-08T23:29:59.270Z] ---> 3448cf9eda00 [2023-03-08T23:29:59.270Z] [2023-03-08T23:30:00.678Z] Successfully built 3448cf9eda00 [2023-03-08T23:30:00.678Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-08T23:30:00.678Z]  Building core-common-config-bootstrapper ... done Building security-proxy-setup [2023-03-08T23:30:01.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:01.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:02.824Z] Removing intermediate container f7fe8449df8e [2023-03-08T23:30:02.824Z] ---> 41c0f78eec45 [2023-03-08T23:30:02.824Z] [2023-03-08T23:30:02.824Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T23:30:02.824Z] ---> 4c81e5bf8899 [2023-03-08T23:30:02.824Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:30:03.091Z] ---> Running in 5cdab6cbc1e7 [2023-03-08T23:30:03.359Z] OK: 221 MiB in 51 packages [2023-03-08T23:30:03.942Z] Removing intermediate container ffa50cb56c91 [2023-03-08T23:30:03.942Z] ---> 6d48d0df7e7d [2023-03-08T23:30:03.942Z] [2023-03-08T23:30:03.942Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:30:03.942Z] ---> 4c81e5bf8899 [2023-03-08T23:30:03.942Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T23:30:04.208Z] ---> Running in 517066c91e24 [2023-03-08T23:30:05.185Z] Removing intermediate container 517066c91e24 [2023-03-08T23:30:05.185Z] ---> d63948f7fbd6 [2023-03-08T23:30:05.185Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T23:30:05.185Z] Removing intermediate container 776909607eee [2023-03-08T23:30:05.185Z] ---> f583878e6829 [2023-03-08T23:30:05.185Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T23:30:05.185Z] ---> Running in 1632d625dada [2023-03-08T23:30:05.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:06.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:06.036Z] Removing intermediate container 1632d625dada [2023-03-08T23:30:06.036Z] ---> 7f4cf2ef2894 [2023-03-08T23:30:06.036Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T23:30:06.302Z] ---> Running in 3eb171adcaea [2023-03-08T23:30:07.263Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T23:30:07.263Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:30:07.263Z] OK: 5 MiB in 15 packages [2023-03-08T23:30:08.225Z] Removing intermediate container 3eb171adcaea [2023-03-08T23:30:08.225Z] ---> 22bf09a2cb4e [2023-03-08T23:30:08.225Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:30:08.492Z] ---> 495fece4742f [2023-03-08T23:30:08.492Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:30:08.492Z] ---> Running in 24e53efeb354 [2023-03-08T23:30:08.762Z] ---> Running in 50fc6e5798a1 [2023-03-08T23:30:09.720Z] Removing intermediate container 5cdab6cbc1e7 [2023-03-08T23:30:09.720Z] ---> bd2d96b4401b [2023-03-08T23:30:09.720Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:30:09.720Z] ---> Running in ba5d580afe8f [2023-03-08T23:30:10.697Z] Removing intermediate container ba5d580afe8f [2023-03-08T23:30:10.697Z] ---> 1501a3ff3b3c [2023-03-08T23:30:10.697Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T23:30:10.963Z] ---> Running in a896ea0393e8 [2023-03-08T23:30:11.233Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:11.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:11.767Z] Removing intermediate container a896ea0393e8 [2023-03-08T23:30:11.767Z] ---> bcbfc1d0d6c0 [2023-03-08T23:30:11.767Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T23:30:11.767Z] ---> Running in 751f2614f5f2 [2023-03-08T23:30:12.726Z] Removing intermediate container 751f2614f5f2 [2023-03-08T23:30:12.726Z] ---> 828c64ca1fad [2023-03-08T23:30:12.726Z] Step 15/24 : WORKDIR / [2023-03-08T23:30:12.726Z] ---> Running in 11fbbbe4d3a3 [2023-03-08T23:30:12.994Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T23:30:12.994Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:30:12.994Z] OK: 5 MiB in 15 packages [2023-03-08T23:30:13.260Z] Removing intermediate container 11fbbbe4d3a3 [2023-03-08T23:30:13.260Z] ---> 5cecfef5e9c6 [2023-03-08T23:30:13.260Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:30:14.667Z] Removing intermediate container 24e53efeb354 [2023-03-08T23:30:14.667Z] ---> 0d91df5d74b1 [2023-03-08T23:30:14.667Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:30:14.667Z] ---> 58f0775c5646 [2023-03-08T23:30:14.667Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-08T23:30:16.073Z] ---> 151ae810e892 [2023-03-08T23:30:16.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T23:30:16.659Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:30:16.659Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:30:16.659Z] ---> b9bd4e64b06a [2023-03-08T23:30:16.659Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T23:30:16.659Z] ---> Using cache [2023-03-08T23:30:16.659Z] ---> c2bd95d48e75 [2023-03-08T23:30:16.659Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T23:30:16.659Z] ---> Using cache [2023-03-08T23:30:16.659Z] ---> f583878e6829 [2023-03-08T23:30:16.659Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T23:30:16.659Z] ---> Using cache [2023-03-08T23:30:16.659Z] ---> 495fece4742f [2023-03-08T23:30:16.659Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:30:16.929Z] ---> Running in 61d367a226a3 [2023-03-08T23:30:17.196Z] ---> f1dbb9cc0312 [2023-03-08T23:30:17.196Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T23:30:18.164Z] ---> e1e17089c75e [2023-03-08T23:30:18.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T23:30:18.434Z] ---> 6a5b588b729e [2023-03-08T23:30:18.434Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T23:30:19.391Z] ---> c3f3a68524e0 [2023-03-08T23:30:19.391Z] ---> e9fd4bf76d57 [2023-03-08T23:30:19.391Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T23:30:19.391Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T23:30:19.391Z] ---> Running in c29b563c73a9 [2023-03-08T23:30:19.391Z] ---> Running in 220fb9005477 [2023-03-08T23:30:20.353Z] Removing intermediate container 220fb9005477 [2023-03-08T23:30:20.353Z] ---> 1d20b0ba2b98 [2023-03-08T23:30:20.353Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:30:20.353Z] Removing intermediate container c29b563c73a9 [2023-03-08T23:30:20.353Z] ---> defe89bf944c [2023-03-08T23:30:20.353Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:30:20.353Z] ---> Running in 3e9b28998a06 [2023-03-08T23:30:20.353Z] ---> Running in 2ca884edc998 [2023-03-08T23:30:20.937Z] Removing intermediate container 3e9b28998a06 [2023-03-08T23:30:20.937Z] ---> b05f575cb994 [2023-03-08T23:30:20.937Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T23:30:20.937Z] Removing intermediate container 2ca884edc998 [2023-03-08T23:30:20.937Z] ---> e521614f2c4b [2023-03-08T23:30:20.937Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T23:30:21.203Z] ---> Running in f0e307b89478 [2023-03-08T23:30:21.203Z] ---> Running in 8462707e4a18 [2023-03-08T23:30:21.796Z] Removing intermediate container f0e307b89478 [2023-03-08T23:30:21.796Z] ---> 0a6e87303eeb [2023-03-08T23:30:21.796Z] Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:30:21.796Z] ---> Running in d36f20e96eb4 [2023-03-08T23:30:22.073Z] Removing intermediate container 8462707e4a18 [2023-03-08T23:30:22.073Z] ---> 37b46e15bd3a [2023-03-08T23:30:22.073Z] Step 23/24 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:30:22.073Z] ---> Running in b18aa103c0d2 [2023-03-08T23:30:22.655Z] Removing intermediate container d36f20e96eb4 [2023-03-08T23:30:22.655Z] ---> 8cba666b807d [2023-03-08T23:30:22.655Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:30:22.655Z] ---> Running in f78b8f89daee [2023-03-08T23:30:22.922Z] Removing intermediate container b18aa103c0d2 [2023-03-08T23:30:22.922Z] ---> 4c50a7a3b2f2 [2023-03-08T23:30:22.922Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T23:30:22.922Z] ---> Running in 77c62cad422a [2023-03-08T23:30:23.507Z] Removing intermediate container f78b8f89daee [2023-03-08T23:30:23.507Z] ---> bca3af2563c6 [2023-03-08T23:30:23.507Z] [2023-03-08T23:30:23.507Z] Removing intermediate container 77c62cad422a [2023-03-08T23:30:23.507Z] ---> ba87e55dc2c5 [2023-03-08T23:30:23.507Z] [2023-03-08T23:30:23.774Z] Successfully built bca3af2563c6 [2023-03-08T23:30:23.774Z] Successfully tagged core-data-arm64:latest [2023-03-08T23:30:23.774Z] Building security-spire-server [2023-03-08T23:30:24.042Z]  Building core-data ... done Successfully built ba87e55dc2c5 [2023-03-08T23:30:24.042Z] Successfully tagged core-metadata-arm64:latest [2023-03-08T23:30:24.042Z]  Building core-metadata ... done Building security-proxy-auth [2023-03-08T23:30:39.040Z] Removing intermediate container bfc0f8b06cd8 [2023-03-08T23:30:39.040Z] ---> dbbd0da3830e [2023-03-08T23:30:39.040Z] [2023-03-08T23:30:39.040Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T23:30:39.040Z] 3.15: Pulling from library/alpine [2023-03-08T23:30:39.040Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T23:30:39.040Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T23:30:39.040Z] ---> 354640af7b1b [2023-03-08T23:30:39.040Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:30:40.016Z] ---> Running in 9a095a79f01e [2023-03-08T23:30:40.598Z] Removing intermediate container 9a095a79f01e [2023-03-08T23:30:40.598Z] ---> 66b8597ddeee [2023-03-08T23:30:40.598Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T23:30:40.865Z] ---> Running in d369110dd1b4 [2023-03-08T23:30:42.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:43.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:44.798Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T23:30:44.798Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T23:30:44.798Z] OK: 15736 distinct packages available [2023-03-08T23:30:44.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:45.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:46.341Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T23:30:46.341Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T23:30:46.606Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T23:30:46.606Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T23:30:46.606Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T23:30:46.606Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T23:30:46.606Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T23:30:46.606Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T23:30:46.606Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T23:30:46.606Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T23:30:46.606Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T23:30:47.187Z] OK: 8 MiB in 23 packages [2023-03-08T23:30:49.134Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:30:49.134Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:30:49.134Z] ---> b9bd4e64b06a [2023-03-08T23:30:49.134Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:30:49.134Z] ---> Using cache [2023-03-08T23:30:49.134Z] ---> cccf24897714 [2023-03-08T23:30:49.134Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:30:49.134Z] ---> Using cache [2023-03-08T23:30:49.134Z] ---> fa167e4ac8db [2023-03-08T23:30:49.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:30:49.134Z] ---> Using cache [2023-03-08T23:30:49.134Z] ---> 423c37b7553a [2023-03-08T23:30:49.134Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:30:49.134Z] ---> Using cache [2023-03-08T23:30:49.134Z] ---> 6e68f38ac8cf [2023-03-08T23:30:49.134Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:30:49.134Z] ---> Using cache [2023-03-08T23:30:49.134Z] ---> 46e3bd8a1653 [2023-03-08T23:30:49.134Z] Step 8/22 : COPY . . [2023-03-08T23:30:49.399Z] ---> Using cache [2023-03-08T23:30:49.399Z] ---> 3637fc6894ee [2023-03-08T23:30:49.399Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T23:30:49.977Z] ---> Running in 5510cec4cb38 [2023-03-08T23:30:49.977Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:30:49.977Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:30:49.977Z] ---> b9bd4e64b06a [2023-03-08T23:30:49.977Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T23:30:49.977Z] ---> Using cache [2023-03-08T23:30:49.977Z] ---> c2bd95d48e75 [2023-03-08T23:30:49.977Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T23:30:49.977Z] ---> Running in 79978e885773 [2023-03-08T23:30:52.556Z] Removing intermediate container d369110dd1b4 [2023-03-08T23:30:52.556Z] ---> 06b41a5cf9b0 [2023-03-08T23:30:52.556Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:30:52.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:52.822Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T23:30:53.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:30:53.671Z] ---> e64d41492ab8 [2023-03-08T23:30:53.671Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T23:30:54.624Z] OK: 221 MiB in 51 packages [2023-03-08T23:30:56.568Z] Removing intermediate container 79978e885773 [2023-03-08T23:30:56.568Z] ---> 3f5ac523fd36 [2023-03-08T23:30:56.568Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T23:31:00.824Z] ---> 61824eaa307d [2023-03-08T23:31:00.824Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:31:00.824Z] ---> aba1cd943289 [2023-03-08T23:31:00.824Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T23:31:00.824Z] ---> Running in 95cd5218950d [2023-03-08T23:31:01.778Z] ---> 78a3ee1397bc [2023-03-08T23:31:01.778Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T23:31:02.048Z] ---> Running in ff9341e0568a [2023-03-08T23:31:03.009Z] Removing intermediate container ff9341e0568a [2023-03-08T23:31:03.009Z] ---> f0f9308bc55a [2023-03-08T23:31:03.009Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:31:03.284Z] ---> Running in 8344e18c3082 [2023-03-08T23:31:04.245Z] Removing intermediate container 8344e18c3082 [2023-03-08T23:31:04.245Z] ---> b0ec0584a722 [2023-03-08T23:31:04.245Z] Step 17/19 : LABEL arch=arm64 [2023-03-08T23:31:04.245Z] ---> Running in e488821bff4e [2023-03-08T23:31:04.832Z] Removing intermediate container e488821bff4e [2023-03-08T23:31:04.832Z] ---> 5434e8d47527 [2023-03-08T23:31:04.832Z] Step 18/19 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:31:05.096Z] ---> Running in f3ba60623db6 [2023-03-08T23:31:06.051Z] Removing intermediate container f3ba60623db6 [2023-03-08T23:31:06.051Z] ---> 669bdd4d0871 [2023-03-08T23:31:06.051Z] Step 19/19 : LABEL version=0.0.0 [2023-03-08T23:31:06.051Z] ---> Running in 34a0d4e8183b [2023-03-08T23:31:07.029Z] Removing intermediate container 34a0d4e8183b [2023-03-08T23:31:07.029Z] ---> f3338799d1ea [2023-03-08T23:31:07.029Z] [2023-03-08T23:31:07.617Z] Successfully built f3338799d1ea [2023-03-08T23:31:07.617Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-08T23:31:07.617Z] Building support-notifications [2023-03-08T23:31:25.848Z]  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:31:25.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:31:25.848Z] ---> b9bd4e64b06a [2023-03-08T23:31:25.848Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:31:25.848Z] ---> Using cache [2023-03-08T23:31:25.848Z] ---> cccf24897714 [2023-03-08T23:31:25.848Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:31:25.848Z] ---> Using cache [2023-03-08T23:31:25.848Z] ---> fa167e4ac8db [2023-03-08T23:31:25.848Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T23:31:28.445Z] ---> Running in b095cb03e4a6 [2023-03-08T23:31:30.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:31:30.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:31:32.400Z] OK: 221 MiB in 51 packages [2023-03-08T23:31:35.754Z] Removing intermediate container b095cb03e4a6 [2023-03-08T23:31:35.754Z] ---> 5ff17346c438 [2023-03-08T23:31:35.754Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:31:37.703Z] ---> 12c1e48a42d4 [2023-03-08T23:31:37.703Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:31:37.703Z] ---> Running in d57c12408445 [2023-03-08T23:31:59.781Z] Removing intermediate container 50fc6e5798a1 [2023-03-08T23:31:59.781Z] ---> 940756579c6b [2023-03-08T23:31:59.781Z] Step 7/23 : COPY . . [2023-03-08T23:32:00.745Z] Removing intermediate container 61d367a226a3 [2023-03-08T23:32:00.745Z] ---> dc11087ac387 [2023-03-08T23:32:00.745Z] Step 7/20 : COPY . . [2023-03-08T23:32:27.446Z] ---> ae74eb339aa7 [2023-03-08T23:32:27.446Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T23:32:27.446Z] ---> Running in 38c76b32a4b7 [2023-03-08T23:32:28.032Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T23:32:31.382Z] ---> 08bb8ab2b69e [2023-03-08T23:32:31.382Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T23:32:31.972Z] ---> Running in c71940ba6e3b [2023-03-08T23:32:34.563Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T23:32:44.662Z] Removing intermediate container 95cd5218950d [2023-03-08T23:32:44.662Z] ---> 043ed9f8092c [2023-03-08T23:32:44.662Z] Step 7/23 : COPY . . [2023-03-08T23:33:06.744Z] ---> f7558c5cdf4f [2023-03-08T23:33:06.744Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T23:33:06.744Z] ---> Running in 4ed60d4c0e4b [2023-03-08T23:33:06.744Z] Removing intermediate container 4ed60d4c0e4b [2023-03-08T23:33:06.744Z] ---> e79ed4983e6d [2023-03-08T23:33:06.744Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T23:33:06.744Z] ---> Running in 013298bda307 [2023-03-08T23:33:06.744Z] Removing intermediate container 013298bda307 [2023-03-08T23:33:06.744Z] ---> 69eaac67744b [2023-03-08T23:33:06.744Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T23:33:06.744Z] ---> Running in f395bd7a1a59 [2023-03-08T23:33:08.689Z] Removing intermediate container d57c12408445 [2023-03-08T23:33:08.689Z] ---> d995c36d443d [2023-03-08T23:33:08.689Z] Step 8/22 : COPY . . [2023-03-08T23:33:11.275Z] Removing intermediate container f395bd7a1a59 [2023-03-08T23:33:11.275Z] ---> c45ce54acf98 [2023-03-08T23:33:11.275Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T23:33:11.275Z] ---> Running in 189589ddfd4a [2023-03-08T23:33:12.239Z] Removing intermediate container 189589ddfd4a [2023-03-08T23:33:12.239Z] ---> 617420aca2c1 [2023-03-08T23:33:12.239Z] [2023-03-08T23:33:12.239Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T23:33:12.239Z] ---> 354640af7b1b [2023-03-08T23:33:12.239Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:33:12.239Z] ---> Using cache [2023-03-08T23:33:12.239Z] ---> 66b8597ddeee [2023-03-08T23:33:12.239Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T23:33:12.507Z] ---> Running in 7a1366ccc57b [2023-03-08T23:33:15.097Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:33:15.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:33:16.778Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T23:33:16.778Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T23:33:16.778Z] OK: 15736 distinct packages available [2023-03-08T23:33:17.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:33:17.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:33:19.387Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T23:33:19.387Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T23:33:19.387Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T23:33:19.387Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T23:33:19.387Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T23:33:19.387Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T23:33:19.387Z] OK: 6 MiB in 19 packages [2023-03-08T23:33:22.027Z] Removing intermediate container 7a1366ccc57b [2023-03-08T23:33:22.027Z] ---> b6a763f23985 [2023-03-08T23:33:22.027Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T23:33:22.350Z] ---> 6a7c7ea13101 [2023-03-08T23:33:22.350Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T23:33:22.350Z] ---> Running in dd5b876c8d30 [2023-03-08T23:33:24.979Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T23:33:29.240Z] ---> 7f90e4cd4f8b [2023-03-08T23:33:29.241Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T23:33:29.508Z] ---> 99a70b6f0a61 [2023-03-08T23:33:29.508Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T23:33:30.471Z] ---> 32a27b57d5a1 [2023-03-08T23:33:30.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T23:33:31.433Z] ---> 30d3affb6d22 [2023-03-08T23:33:31.433Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T23:33:31.433Z] ---> Running in 73d798782b11 [2023-03-08T23:33:32.018Z] Removing intermediate container 73d798782b11 [2023-03-08T23:33:32.018Z] ---> 02d995bc4a5d [2023-03-08T23:33:32.018Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T23:33:32.018Z] ---> Running in 8cee11c63029 [2023-03-08T23:33:32.602Z] Removing intermediate container 8cee11c63029 [2023-03-08T23:33:32.602Z] ---> 71a998734951 [2023-03-08T23:33:32.602Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T23:33:32.870Z] ---> Running in a5d7b30ae545 [2023-03-08T23:33:33.454Z] Removing intermediate container a5d7b30ae545 [2023-03-08T23:33:33.454Z] ---> e5fec2114d02 [2023-03-08T23:33:33.454Z] Step 22/23 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:33:33.454Z] ---> Running in cc4821f8d979 [2023-03-08T23:33:34.038Z] Removing intermediate container cc4821f8d979 [2023-03-08T23:33:34.038Z] ---> 5bcb17ec49b2 [2023-03-08T23:33:34.038Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T23:33:35.988Z] ---> Running in 50fe49ebb43d [2023-03-08T23:33:36.256Z] Removing intermediate container 50fe49ebb43d [2023-03-08T23:33:36.256Z] ---> b5b072bc3724 [2023-03-08T23:33:36.256Z] [2023-03-08T23:33:36.524Z] Successfully built b5b072bc3724 [2023-03-08T23:33:36.524Z] Successfully tagged security-spire-server-arm64:latest [2023-03-08T23:33:36.524Z] Building support-scheduler [2023-03-08T23:33:54.751Z]  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:33:54.751Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:33:54.751Z] ---> b9bd4e64b06a [2023-03-08T23:33:54.751Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:33:54.751Z] ---> Using cache [2023-03-08T23:33:54.751Z] ---> cccf24897714 [2023-03-08T23:33:54.751Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T23:33:54.751Z] ---> Using cache [2023-03-08T23:33:54.751Z] ---> fa167e4ac8db [2023-03-08T23:33:54.751Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T23:33:54.751Z] ---> Using cache [2023-03-08T23:33:54.751Z] ---> 423c37b7553a [2023-03-08T23:33:54.751Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T23:33:54.751Z] ---> Using cache [2023-03-08T23:33:54.751Z] ---> 6e68f38ac8cf [2023-03-08T23:33:54.751Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:33:54.751Z] ---> Using cache [2023-03-08T23:33:54.751Z] ---> 46e3bd8a1653 [2023-03-08T23:33:54.751Z] Step 8/22 : COPY . . [2023-03-08T23:33:54.751Z] ---> Using cache [2023-03-08T23:33:54.751Z] ---> 3637fc6894ee [2023-03-08T23:33:54.751Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T23:33:54.751Z] ---> Running in 9150f03c33c2 [2023-03-08T23:33:54.751Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T23:35:16.401Z] Removing intermediate container 5510cec4cb38 [2023-03-08T23:35:16.401Z] ---> ec64fab75d7a [2023-03-08T23:35:16.401Z] [2023-03-08T23:35:16.401Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:35:16.401Z] ---> 4c81e5bf8899 [2023-03-08T23:35:16.401Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T23:35:16.401Z] ---> Using cache [2023-03-08T23:35:16.401Z] ---> 1d8cac883dc2 [2023-03-08T23:35:16.401Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:35:16.401Z] ---> Using cache [2023-03-08T23:35:16.401Z] ---> b14a50dc5beb [2023-03-08T23:35:16.401Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:35:16.401Z] ---> Using cache [2023-03-08T23:35:16.401Z] ---> 0d6218de50df [2023-03-08T23:35:16.401Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T23:35:16.401Z] ---> 3070b1eda5cd [2023-03-08T23:35:16.402Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T23:35:16.402Z] ---> 41877826c3e4 [2023-03-08T23:35:16.402Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T23:35:16.402Z] ---> 8dd7b07c760e [2023-03-08T23:35:16.402Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:35:16.402Z] ---> Running in 28857ad995c4 [2023-03-08T23:35:16.402Z] Removing intermediate container 28857ad995c4 [2023-03-08T23:35:16.402Z] ---> 54785c701170 [2023-03-08T23:35:16.402Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:35:16.402Z] ---> Running in da5e9f26f404 [2023-03-08T23:35:16.402Z] Removing intermediate container da5e9f26f404 [2023-03-08T23:35:16.402Z] ---> b4876f9e0340 [2023-03-08T23:35:16.402Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T23:35:16.402Z] ---> Running in 894bda3e5084 [2023-03-08T23:35:16.402Z] Removing intermediate container 894bda3e5084 [2023-03-08T23:35:16.402Z] ---> e79a33bb887f [2023-03-08T23:35:16.402Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T23:35:16.402Z] ---> Running in 3b2c50c73f1e [2023-03-08T23:35:16.402Z] Removing intermediate container 3b2c50c73f1e [2023-03-08T23:35:16.402Z] ---> eea1fef2a9e8 [2023-03-08T23:35:16.402Z] Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:35:16.402Z] ---> Running in c273da2b8be0 [2023-03-08T23:35:16.675Z] Removing intermediate container c273da2b8be0 [2023-03-08T23:35:16.675Z] ---> 330d7ed56b11 [2023-03-08T23:35:16.675Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:35:16.943Z] ---> Running in cdf3dbbba82a [2023-03-08T23:35:17.211Z] Removing intermediate container cdf3dbbba82a [2023-03-08T23:35:17.211Z] ---> 76d3202e04c8 [2023-03-08T23:35:17.211Z] [2023-03-08T23:35:17.481Z] Successfully built 76d3202e04c8 [2023-03-08T23:35:17.481Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-08T23:35:17.481Z]  Building security-proxy-auth ... done Building core-command [2023-03-08T23:35:35.686Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:35:35.686Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:35:35.686Z] ---> b9bd4e64b06a [2023-03-08T23:35:35.686Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T23:35:35.686Z] ---> Using cache [2023-03-08T23:35:35.686Z] ---> cccf24897714 [2023-03-08T23:35:35.686Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T23:35:35.686Z] ---> Using cache [2023-03-08T23:35:35.686Z] ---> fa167e4ac8db [2023-03-08T23:35:35.686Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T23:35:35.686Z] ---> Using cache [2023-03-08T23:35:35.686Z] ---> 423c37b7553a [2023-03-08T23:35:35.686Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T23:35:35.686Z] ---> Using cache [2023-03-08T23:35:35.686Z] ---> 6e68f38ac8cf [2023-03-08T23:35:35.686Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:35:35.686Z] ---> Using cache [2023-03-08T23:35:35.686Z] ---> 46e3bd8a1653 [2023-03-08T23:35:35.686Z] Step 8/23 : COPY . . [2023-03-08T23:35:35.686Z] ---> Using cache [2023-03-08T23:35:35.686Z] ---> 3637fc6894ee [2023-03-08T23:35:35.686Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T23:35:35.686Z] ---> Running in 67b050c3f045 [2023-03-08T23:35:35.686Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T23:38:12.349Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T23:38:24.674Z] Removing intermediate container c71940ba6e3b [2023-03-08T23:38:24.674Z] ---> 335dc602ba08 [2023-03-08T23:38:24.674Z] [2023-03-08T23:38:24.674Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T23:38:24.674Z] ---> 4c81e5bf8899 [2023-03-08T23:38:24.674Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T23:38:24.674Z] Removing intermediate container 38c76b32a4b7 [2023-03-08T23:38:24.674Z] ---> dfac61563974 [2023-03-08T23:38:24.674Z] [2023-03-08T23:38:24.674Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T23:38:24.674Z] ---> 4c81e5bf8899 [2023-03-08T23:38:24.674Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T23:38:24.674Z] ---> Running in 6e0802024706 [2023-03-08T23:38:24.674Z] ---> Running in 0c050ebceb07 [2023-03-08T23:38:26.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:38:26.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:38:26.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:38:26.612Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:38:27.595Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T23:38:27.595Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T23:38:27.595Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:38:27.864Z] OK: 6 MiB in 16 packages [2023-03-08T23:38:27.864Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T23:38:27.864Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T23:38:27.864Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T23:38:27.864Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:38:27.864Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T23:38:28.467Z] OK: 6 MiB in 17 packages [2023-03-08T23:38:29.433Z] Removing intermediate container 6e0802024706 [2023-03-08T23:38:29.433Z] ---> 24b33a6f3567 [2023-03-08T23:38:29.433Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T23:38:29.701Z] ---> Running in 958e3ef98755 [2023-03-08T23:38:30.658Z] Removing intermediate container 958e3ef98755 [2023-03-08T23:38:30.658Z] ---> ccb885588357 [2023-03-08T23:38:30.658Z] Step 12/20 : WORKDIR /edgex [2023-03-08T23:38:30.658Z] ---> Running in a5c7dd6b5a4a [2023-03-08T23:38:31.255Z] Removing intermediate container 0c050ebceb07 [2023-03-08T23:38:31.255Z] ---> 4ed6398e7bd3 [2023-03-08T23:38:31.255Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T23:38:31.255Z] Removing intermediate container a5c7dd6b5a4a [2023-03-08T23:38:31.255Z] ---> fb34bf1fa432 [2023-03-08T23:38:31.255Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T23:38:31.255Z] ---> Running in 44d6448b8d96 [2023-03-08T23:38:31.921Z] Removing intermediate container 44d6448b8d96 [2023-03-08T23:38:31.921Z] ---> 892ffa6bc145 [2023-03-08T23:38:31.921Z] Step 12/23 : WORKDIR / [2023-03-08T23:38:32.192Z] ---> Running in 9216722d02fd [2023-03-08T23:38:32.804Z] Removing intermediate container 9216722d02fd [2023-03-08T23:38:32.804Z] ---> 0ce262d02f39 [2023-03-08T23:38:32.804Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T23:38:32.804Z] ---> 7baad7d80688 [2023-03-08T23:38:32.804Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T23:38:34.226Z] ---> 462dab738e4e [2023-03-08T23:38:34.226Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T23:38:34.492Z] ---> 19ac93c01a3a [2023-03-08T23:38:34.492Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T23:38:35.450Z] ---> 84c7d07ad1ef [2023-03-08T23:38:35.450Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T23:38:35.715Z] ---> adc647a51232 [2023-03-08T23:38:35.715Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:38:35.715Z] ---> Running in 00873a8eb255 [2023-03-08T23:38:37.121Z] ---> c667932d2fb4 [2023-03-08T23:38:37.121Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T23:38:39.071Z] ---> 1e9c19f390ca [2023-03-08T23:38:39.071Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T23:38:39.358Z] Removing intermediate container 00873a8eb255 [2023-03-08T23:38:39.358Z] ---> e096d38eb3fa [2023-03-08T23:38:39.358Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:38:39.358Z] ---> Running in 2728c5a66269 [2023-03-08T23:38:39.940Z] Removing intermediate container 2728c5a66269 [2023-03-08T23:38:39.940Z] ---> ecd58b6be4b9 [2023-03-08T23:38:39.940Z] Step 18/20 : LABEL arch=arm64 [2023-03-08T23:38:40.207Z] ---> Running in 06db788fde85 [2023-03-08T23:38:40.791Z] Removing intermediate container 06db788fde85 [2023-03-08T23:38:40.791Z] ---> 018b50c223ae [2023-03-08T23:38:40.791Z] Step 19/20 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:38:41.057Z] ---> Running in 6f93a213f007 [2023-03-08T23:38:41.640Z] ---> f38af34780f3 [2023-03-08T23:38:41.640Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T23:38:41.907Z] Removing intermediate container 6f93a213f007 [2023-03-08T23:38:41.907Z] ---> 47b91e6da0b7 [2023-03-08T23:38:41.907Z] Step 20/20 : LABEL version=0.0.0 [2023-03-08T23:38:41.907Z] ---> Running in 49554aaedaae [2023-03-08T23:38:42.880Z] ---> ca50abcc4c4e [2023-03-08T23:38:42.880Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T23:38:42.880Z] Removing intermediate container 49554aaedaae [2023-03-08T23:38:42.880Z] ---> a3988fd8eecc [2023-03-08T23:38:42.880Z] [2023-03-08T23:38:43.146Z] ---> Running in fefddf71f5ac [2023-03-08T23:38:43.737Z] Successfully built a3988fd8eecc [2023-03-08T23:38:43.737Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-08T23:38:43.737Z]  Building security-proxy-setup ... done Building security-spire-config [2023-03-08T23:38:47.112Z] Removing intermediate container fefddf71f5ac [2023-03-08T23:38:47.112Z] ---> 945a6d5df9e3 [2023-03-08T23:38:47.112Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T23:38:47.112Z] ---> Running in a81a4655a6fc [2023-03-08T23:38:47.722Z] Removing intermediate container a81a4655a6fc [2023-03-08T23:38:47.722Z] ---> 3fb6b37f26d4 [2023-03-08T23:38:47.722Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T23:38:47.722Z] ---> Running in 6e1fc7439d45 [2023-03-08T23:38:48.319Z] Removing intermediate container 6e1fc7439d45 [2023-03-08T23:38:48.319Z] ---> 8887f68d3aed [2023-03-08T23:38:48.319Z] Step 22/23 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:38:48.592Z] ---> Running in d448b77690cb [2023-03-08T23:38:48.860Z] Removing intermediate container d448b77690cb [2023-03-08T23:38:48.860Z] ---> b6dc0ebba2b1 [2023-03-08T23:38:48.860Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T23:38:49.126Z] ---> Running in dc3892a1a5fb [2023-03-08T23:38:49.391Z] Removing intermediate container dc3892a1a5fb [2023-03-08T23:38:49.391Z] ---> 950aaa41061d [2023-03-08T23:38:49.391Z] [2023-03-08T23:38:49.971Z] Successfully built 950aaa41061d [2023-03-08T23:38:49.971Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-08T23:38:49.971Z] Building security-spire-agent [2023-03-08T23:39:08.157Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:39:08.157Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:39:08.157Z] ---> b9bd4e64b06a [2023-03-08T23:39:08.157Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T23:39:08.157Z] ---> Using cache [2023-03-08T23:39:08.157Z] ---> c2bd95d48e75 [2023-03-08T23:39:08.157Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T23:39:08.157Z] ---> Using cache [2023-03-08T23:39:08.157Z] ---> 3f5ac523fd36 [2023-03-08T23:39:08.157Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T23:39:08.157Z] ---> Using cache [2023-03-08T23:39:08.157Z] ---> 61824eaa307d [2023-03-08T23:39:08.157Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:39:08.157Z] ---> Using cache [2023-03-08T23:39:08.157Z] ---> 043ed9f8092c [2023-03-08T23:39:08.157Z] Step 7/24 : COPY . . [2023-03-08T23:39:08.157Z] ---> Using cache [2023-03-08T23:39:08.157Z] ---> f7558c5cdf4f [2023-03-08T23:39:08.157Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T23:39:08.157Z] ---> Using cache [2023-03-08T23:39:08.157Z] ---> e79ed4983e6d [2023-03-08T23:39:08.157Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T23:39:08.157Z] ---> Using cache [2023-03-08T23:39:08.157Z] ---> 69eaac67744b [2023-03-08T23:39:08.157Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T23:39:08.424Z] ---> Running in 75b83bdef2c7 [2023-03-08T23:39:13.767Z] Removing intermediate container 75b83bdef2c7 [2023-03-08T23:39:13.767Z] ---> 82cfd969b424 [2023-03-08T23:39:13.767Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T23:39:13.767Z] ---> Running in d57ea9a977d7 [2023-03-08T23:39:14.349Z] Removing intermediate container d57ea9a977d7 [2023-03-08T23:39:14.349Z] ---> 6be665db695e [2023-03-08T23:39:14.349Z] [2023-03-08T23:39:14.349Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T23:39:14.349Z] ---> 354640af7b1b [2023-03-08T23:39:14.349Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:39:14.349Z] ---> Using cache [2023-03-08T23:39:14.349Z] ---> 66b8597ddeee [2023-03-08T23:39:14.349Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T23:39:14.619Z] ---> Running in b3b0592fea84 [2023-03-08T23:39:14.899Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T23:39:14.899Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T23:39:14.899Z] ---> b9bd4e64b06a [2023-03-08T23:39:14.899Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> c2bd95d48e75 [2023-03-08T23:39:14.899Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> 3f5ac523fd36 [2023-03-08T23:39:14.899Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> 61824eaa307d [2023-03-08T23:39:14.899Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> 043ed9f8092c [2023-03-08T23:39:14.899Z] Step 7/24 : COPY . . [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> f7558c5cdf4f [2023-03-08T23:39:14.899Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> e79ed4983e6d [2023-03-08T23:39:14.899Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> 69eaac67744b [2023-03-08T23:39:14.899Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> 82cfd969b424 [2023-03-08T23:39:14.899Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> 6be665db695e [2023-03-08T23:39:14.899Z] [2023-03-08T23:39:14.899Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T23:39:14.899Z] ---> 354640af7b1b [2023-03-08T23:39:14.899Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> 66b8597ddeee [2023-03-08T23:39:14.899Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T23:39:14.899Z] ---> Using cache [2023-03-08T23:39:14.899Z] ---> b6a763f23985 [2023-03-08T23:39:15.164Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T23:39:17.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:39:17.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:39:19.085Z] ---> 6796393fb33c [2023-03-08T23:39:19.085Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T23:39:19.351Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T23:39:19.351Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T23:39:19.351Z] OK: 15736 distinct packages available [2023-03-08T23:39:19.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:39:19.882Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:39:21.285Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T23:39:21.285Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T23:39:21.285Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T23:39:21.285Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T23:39:21.285Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T23:39:21.285Z] OK: 6 MiB in 18 packages [2023-03-08T23:39:23.225Z] Removing intermediate container b3b0592fea84 [2023-03-08T23:39:23.225Z] ---> 83a77a827f47 [2023-03-08T23:39:23.225Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T23:39:26.559Z] ---> 2fe4d5941baf [2023-03-08T23:39:26.559Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T23:39:27.966Z] ---> 73a8e1de36d0 [2023-03-08T23:39:27.966Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T23:39:28.924Z] ---> 01489a769071 [2023-03-08T23:39:28.924Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T23:39:29.887Z] ---> 37f9f953c69f [2023-03-08T23:39:29.887Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T23:39:30.164Z] ---> 52767233ffdb [2023-03-08T23:39:30.164Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T23:39:30.164Z] ---> Running in 1bf2efb97f28 [2023-03-08T23:39:30.755Z] Removing intermediate container 1bf2efb97f28 [2023-03-08T23:39:30.755Z] ---> 179085c6769a [2023-03-08T23:39:30.755Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T23:39:31.029Z] ---> Running in 659e31bcc967 [2023-03-08T23:39:31.030Z] ---> 2c9d6106fd1b [2023-03-08T23:39:31.030Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T23:39:31.306Z] ---> Running in 2cc1eb96495f [2023-03-08T23:39:31.898Z] Removing intermediate container 659e31bcc967 [2023-03-08T23:39:31.898Z] ---> f1f2f306e1ef [2023-03-08T23:39:31.898Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T23:39:31.898Z] Removing intermediate container 2cc1eb96495f [2023-03-08T23:39:31.898Z] ---> fa9753734dfa [2023-03-08T23:39:31.898Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T23:39:31.898Z] ---> Running in a0734e594cc7 [2023-03-08T23:39:32.490Z] Removing intermediate container a0734e594cc7 [2023-03-08T23:39:32.490Z] ---> 3ea016abf5c9 [2023-03-08T23:39:32.490Z] Step 23/24 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:39:32.759Z] ---> Running in bd7ed69a79ee [2023-03-08T23:39:33.026Z] ---> d49ccf076d9b [2023-03-08T23:39:33.026Z] Step 19/24 : WORKDIR / [2023-03-08T23:39:33.026Z] ---> Running in c73a82b829dd [2023-03-08T23:39:33.620Z] Removing intermediate container bd7ed69a79ee [2023-03-08T23:39:33.621Z] ---> 6896e79e8c0e [2023-03-08T23:39:33.621Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T23:39:33.621Z] ---> Running in 6540d780aaad [2023-03-08T23:39:33.886Z] Removing intermediate container c73a82b829dd [2023-03-08T23:39:33.886Z] ---> 81609b608aee [2023-03-08T23:39:33.886Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T23:39:33.886Z] ---> Running in ea05abbcf131 [2023-03-08T23:39:34.466Z] Removing intermediate container 6540d780aaad [2023-03-08T23:39:34.466Z] ---> c03e6e7f6057 [2023-03-08T23:39:34.466Z] [2023-03-08T23:39:34.732Z] Removing intermediate container ea05abbcf131 [2023-03-08T23:39:34.732Z] ---> 3c2e5b757d4f [2023-03-08T23:39:34.732Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T23:39:34.732Z] ---> Running in cf25414ceb88 [2023-03-08T23:39:34.732Z] Successfully built c03e6e7f6057 [2023-03-08T23:39:34.997Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-08T23:39:35.279Z]  Building security-spire-agent ... done Removing intermediate container cf25414ceb88 [2023-03-08T23:39:35.279Z] ---> 428eb31e3aff [2023-03-08T23:39:35.279Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T23:39:35.279Z] ---> Running in 269db967d527 [2023-03-08T23:39:35.865Z] Removing intermediate container 269db967d527 [2023-03-08T23:39:35.865Z] ---> 3fde8282bd60 [2023-03-08T23:39:35.865Z] Step 23/24 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:39:35.865Z] ---> Running in fe128dcc06ad [2023-03-08T23:39:36.446Z] Removing intermediate container fe128dcc06ad [2023-03-08T23:39:36.446Z] ---> bc587378baf0 [2023-03-08T23:39:36.446Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T23:39:36.446Z] ---> Running in 449a329c8f7a [2023-03-08T23:39:37.026Z] Removing intermediate container 449a329c8f7a [2023-03-08T23:39:37.026Z] ---> 5fc004a9987e [2023-03-08T23:39:37.026Z] [2023-03-08T23:39:37.291Z] Successfully built 5fc004a9987e [2023-03-08T23:39:39.930Z] Successfully tagged security-spire-config-arm64:latest [2023-03-08T23:41:16.611Z]  Building security-spire-config ... done Removing intermediate container 67b050c3f045 [2023-03-08T23:41:16.611Z] ---> 9272b2407819 [2023-03-08T23:41:16.611Z] [2023-03-08T23:41:16.611Z] Step 10/23 : FROM alpine:3.16 [2023-03-08T23:41:16.611Z] ---> 4c81e5bf8899 [2023-03-08T23:41:16.611Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:41:16.611Z] ---> Using cache [2023-03-08T23:41:16.611Z] ---> bd2d96b4401b [2023-03-08T23:41:16.611Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:41:16.611Z] ---> Using cache [2023-03-08T23:41:16.611Z] ---> 1501a3ff3b3c [2023-03-08T23:41:16.611Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T23:41:16.611Z] ---> Running in ec0190fec23d [2023-03-08T23:41:16.611Z] Removing intermediate container ec0190fec23d [2023-03-08T23:41:16.611Z] ---> 00235beaec9d [2023-03-08T23:41:16.611Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T23:41:16.611Z] ---> Running in 381cf454ca21 [2023-03-08T23:41:16.612Z] Removing intermediate container 381cf454ca21 [2023-03-08T23:41:16.612Z] ---> 6c07fe130f70 [2023-03-08T23:41:16.612Z] Step 15/23 : WORKDIR / [2023-03-08T23:41:16.612Z] ---> Running in e4f61897f36c [2023-03-08T23:41:16.612Z] Removing intermediate container e4f61897f36c [2023-03-08T23:41:16.612Z] ---> e615e8f18be2 [2023-03-08T23:41:16.612Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:41:16.612Z] ---> 9d2ab3fcc427 [2023-03-08T23:41:16.612Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T23:41:16.612Z] ---> b5bd29994629 [2023-03-08T23:41:16.612Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T23:41:16.612Z] ---> 1c2d10dcb204 [2023-03-08T23:41:16.612Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T23:41:16.612Z] ---> Running in 0dc7d4aecba1 [2023-03-08T23:41:16.612Z] Removing intermediate container 0dc7d4aecba1 [2023-03-08T23:41:16.612Z] ---> bb9641466c5a [2023-03-08T23:41:16.612Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:41:16.612Z] ---> Running in c009896f90bf [2023-03-08T23:41:16.612Z] Removing intermediate container c009896f90bf [2023-03-08T23:41:16.612Z] ---> e247d50104a5 [2023-03-08T23:41:16.612Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T23:41:16.612Z] ---> Running in 2c6e838ffdcd [2023-03-08T23:41:16.612Z] Removing intermediate container 2c6e838ffdcd [2023-03-08T23:41:16.612Z] ---> 23345228ae36 [2023-03-08T23:41:16.612Z] Step 22/23 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:41:16.612Z] ---> Running in 58615b4d45dc [2023-03-08T23:41:16.612Z] Removing intermediate container 58615b4d45dc [2023-03-08T23:41:16.612Z] ---> ed6e327ce3f0 [2023-03-08T23:41:16.612Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T23:41:16.612Z] ---> Running in ba6129da9580 [2023-03-08T23:41:16.612Z] Removing intermediate container ba6129da9580 [2023-03-08T23:41:16.612Z] ---> 059ea87e9b9f [2023-03-08T23:41:16.612Z] [2023-03-08T23:41:16.612Z] Successfully built 059ea87e9b9f [2023-03-08T23:41:16.612Z] Successfully tagged core-command-arm64:latest [2023-03-08T23:41:31.619Z]  Building core-command ... done Removing intermediate container dd5b876c8d30 [2023-03-08T23:41:31.619Z] ---> f23717bcfb81 [2023-03-08T23:41:31.619Z] [2023-03-08T23:41:31.619Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:41:31.619Z] ---> 4c81e5bf8899 [2023-03-08T23:41:31.619Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T23:41:31.619Z] ---> Running in b28a2f9fd611 [2023-03-08T23:41:32.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T23:41:32.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T23:41:33.807Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T23:41:34.073Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T23:41:34.073Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T23:41:34.073Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T23:41:34.340Z] OK: 6 MiB in 16 packages [2023-03-08T23:41:39.675Z] Removing intermediate container b28a2f9fd611 [2023-03-08T23:41:39.675Z] ---> 6c51fa733e6d [2023-03-08T23:41:39.675Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:41:39.675Z] ---> Running in 128262525a2f [2023-03-08T23:41:39.675Z] Removing intermediate container 128262525a2f [2023-03-08T23:41:39.675Z] ---> fdbe02e977a6 [2023-03-08T23:41:39.675Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T23:41:39.675Z] ---> Running in aac613ea61f3 [2023-03-08T23:41:39.675Z] Removing intermediate container 9150f03c33c2 [2023-03-08T23:41:39.675Z] ---> bfd60723c4d3 [2023-03-08T23:41:39.675Z] [2023-03-08T23:41:39.675Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T23:41:39.675Z] ---> 4c81e5bf8899 [2023-03-08T23:41:39.675Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T23:41:39.675Z] ---> Using cache [2023-03-08T23:41:39.675Z] ---> bd2d96b4401b [2023-03-08T23:41:39.675Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T23:41:39.675Z] ---> Using cache [2023-03-08T23:41:39.675Z] ---> 1501a3ff3b3c [2023-03-08T23:41:39.675Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T23:41:39.675Z] ---> Running in 14582fdbb172 [2023-03-08T23:41:39.941Z] Removing intermediate container aac613ea61f3 [2023-03-08T23:41:39.941Z] ---> d205655c15db [2023-03-08T23:41:39.941Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T23:41:39.941Z] ---> Running in 77a28d5e3a34 [2023-03-08T23:41:39.941Z] Removing intermediate container 14582fdbb172 [2023-03-08T23:41:39.941Z] ---> e36b48a0d269 [2023-03-08T23:41:39.941Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T23:41:39.941Z] ---> Running in 2587ad6d08b4 [2023-03-08T23:41:40.208Z] Removing intermediate container 77a28d5e3a34 [2023-03-08T23:41:40.208Z] ---> 3288943f297e [2023-03-08T23:41:40.208Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:41:40.488Z] Removing intermediate container 2587ad6d08b4 [2023-03-08T23:41:40.488Z] ---> 2f7a2a87aa5c [2023-03-08T23:41:40.488Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T23:41:40.753Z] ---> 34fab7a2a8af [2023-03-08T23:41:41.027Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T23:41:41.027Z] ---> f8de98e5869d [2023-03-08T23:41:41.027Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T23:41:42.967Z] ---> eda9bddc5208 [2023-03-08T23:41:42.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T23:41:42.967Z] ---> 412bf14feac3 [2023-03-08T23:41:42.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T23:41:43.233Z] ---> d3a8fdfbd77c [2023-03-08T23:41:43.233Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T23:41:43.233Z] ---> 02f73f1779d6 [2023-03-08T23:41:43.233Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T23:41:43.233Z] ---> Running in 9431903ee164 [2023-03-08T23:41:43.499Z] ---> Running in 50d5d1aee37e [2023-03-08T23:41:43.769Z] Removing intermediate container 9431903ee164 [2023-03-08T23:41:43.769Z] ---> 933a18fcd5a2 [2023-03-08T23:41:43.769Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:41:43.769Z] Removing intermediate container 50d5d1aee37e [2023-03-08T23:41:43.769Z] ---> 7cd689efacae [2023-03-08T23:41:43.769Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T23:41:43.769Z] ---> Running in 8cc29374ffbc [2023-03-08T23:41:43.769Z] ---> Running in 91a4e06871c5 [2023-03-08T23:41:44.035Z] Removing intermediate container 8cc29374ffbc [2023-03-08T23:41:44.035Z] ---> c9d36d5e67a8 [2023-03-08T23:41:44.035Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T23:41:44.304Z] ---> Running in cd39467b2b44 [2023-03-08T23:41:44.304Z] Removing intermediate container 91a4e06871c5 [2023-03-08T23:41:44.304Z] ---> 162f9b435b66 [2023-03-08T23:41:44.304Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T23:41:44.304Z] ---> Running in 9cf63d6f20a3 [2023-03-08T23:41:44.571Z] Removing intermediate container cd39467b2b44 [2023-03-08T23:41:44.571Z] ---> 5f342a13978a [2023-03-08T23:41:44.571Z] Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:41:44.571Z] ---> Running in 630de16e6af5 [2023-03-08T23:41:44.838Z] Removing intermediate container 9cf63d6f20a3 [2023-03-08T23:41:44.838Z] ---> c8abdc2f9ad6 [2023-03-08T23:41:44.838Z] Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d [2023-03-08T23:41:44.838Z] ---> Running in 9b9d0d71da33 [2023-03-08T23:41:45.105Z] Removing intermediate container 630de16e6af5 [2023-03-08T23:41:45.105Z] ---> e53c0206633a [2023-03-08T23:41:45.105Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:41:45.105Z] ---> Running in 3ed6c443ccef [2023-03-08T23:41:45.105Z] Removing intermediate container 9b9d0d71da33 [2023-03-08T23:41:45.105Z] ---> 903dbe5a1f5e [2023-03-08T23:41:45.105Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T23:41:45.381Z] ---> Running in 2381a7bf1367 [2023-03-08T23:41:45.647Z] Removing intermediate container 3ed6c443ccef [2023-03-08T23:41:45.647Z] ---> c67d9ccbcecc [2023-03-08T23:41:45.647Z] [2023-03-08T23:41:45.647Z] Removing intermediate container 2381a7bf1367 [2023-03-08T23:41:45.647Z] ---> 21f0d2f8d26e [2023-03-08T23:41:45.647Z] [2023-03-08T23:41:45.913Z] Successfully built c67d9ccbcecc [2023-03-08T23:41:45.913Z] Successfully tagged support-notifications-arm64:latest [2023-03-08T23:41:45.913Z]  Building support-notifications ... done Successfully built 21f0d2f8d26e [2023-03-08T23:41:45.913Z] Successfully tagged support-scheduler-arm64:latest [2023-03-08T23:41:46.186Z]  Building support-scheduler ... done  [Pipeline] } [2023-03-08T23:41:46.194Z] $ docker stop --time=1 47d194fb1d54c9b07536bd6c7721adc6e50d9942715ab2e488e4abb605a23d4e [2023-03-08T23:41:47.863Z] $ docker rm -f --volumes 47d194fb1d54c9b07536bd6c7721adc6e50d9942715ab2e488e4abb605a23d4e [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T23:41:48.419Z] + docker images [2023-03-08T23:41:48.685Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T23:41:48.685Z] support-scheduler-arm64 latest 21f0d2f8d26e 3 seconds ago 29.1MB [2023-03-08T23:41:48.685Z] support-notifications-arm64 latest c67d9ccbcecc 3 seconds ago 29.7MB [2023-03-08T23:41:48.685Z] bfd60723c4d3 13 seconds ago 1.57GB [2023-03-08T23:41:48.685Z] f23717bcfb81 18 seconds ago 1.57GB [2023-03-08T23:41:48.685Z] core-command-arm64 latest 059ea87e9b9f 34 seconds ago 17.1MB [2023-03-08T23:41:48.685Z] 9272b2407819 43 seconds ago 1.51GB [2023-03-08T23:41:48.685Z] security-spire-config-arm64 latest 5fc004a9987e 2 minutes ago 83.6MB [2023-03-08T23:41:48.685Z] security-spire-agent-arm64 latest c03e6e7f6057 2 minutes ago 122MB [2023-03-08T23:41:48.685Z] 6be665db695e 2 minutes ago 1.38GB [2023-03-08T23:41:48.685Z] security-secretstore-setup-arm64 latest 950aaa41061d 2 minutes ago 28.7MB [2023-03-08T23:41:48.685Z] security-proxy-setup-arm64 latest a3988fd8eecc 3 minutes ago 15.8MB [2023-03-08T23:41:48.685Z] dfac61563974 3 minutes ago 1.5GB [2023-03-08T23:41:48.685Z] 335dc602ba08 3 minutes ago 1.49GB [2023-03-08T23:41:48.685Z] security-proxy-auth-arm64 latest 76d3202e04c8 6 minutes ago 15.7MB [2023-03-08T23:41:48.685Z] ec64fab75d7a 6 minutes ago 1.49GB [2023-03-08T23:41:48.685Z] security-spire-server-arm64 latest b5b072bc3724 8 minutes ago 84.3MB [2023-03-08T23:41:48.685Z] 617420aca2c1 8 minutes ago 1.38GB [2023-03-08T23:41:48.685Z] security-spiffe-token-provider-arm64 latest f3338799d1ea 10 minutes ago 29.1MB [2023-03-08T23:41:48.685Z] dbbd0da3830e 11 minutes ago 1.54GB [2023-03-08T23:41:48.685Z] core-metadata-arm64 latest ba87e55dc2c5 11 minutes ago 17.8MB [2023-03-08T23:41:48.685Z] core-data-arm64 latest bca3af2563c6 11 minutes ago 17.3MB [2023-03-08T23:41:48.685Z] 6d48d0df7e7d 11 minutes ago 1.51GB [2023-03-08T23:41:48.685Z] 41c0f78eec45 11 minutes ago 1.51GB [2023-03-08T23:41:48.685Z] core-common-config-bootstrapper-arm64 latest 3448cf9eda00 11 minutes ago 14.9MB [2023-03-08T23:41:48.685Z] security-bootstrapper-arm64 latest 8ed0789c35f7 12 minutes ago 19MB [2023-03-08T23:41:48.685Z] c67bebed4fde 12 minutes ago 1.5GB [2023-03-08T23:41:48.685Z] 459749f64aa1 12 minutes ago 1.49GB [2023-03-08T23:41:48.685Z] ci-base-image-arm64 latest b9bd4e64b06a 30 minutes ago 904MB [2023-03-08T23:41:48.685Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-08T23:41:48.685Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-08T23:41:48.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-08T23:41:48.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:41:49.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T23:41:49.472Z] [2023-03-08T23:41:49.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:41:49.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T23:41:50.136Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T23:41:50.136Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T23:41:50.136Z] 04944245beec: Pulling fs layer [2023-03-08T23:41:50.136Z] 699f458cf7ca: Pulling fs layer [2023-03-08T23:41:50.136Z] 765212b225bb: Pulling fs layer [2023-03-08T23:41:50.136Z] f23df028b6ca: Pulling fs layer [2023-03-08T23:41:50.136Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T23:41:50.136Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T23:41:50.136Z] f23df028b6ca: Waiting [2023-03-08T23:41:50.136Z] d65c8cfc05b1: Waiting [2023-03-08T23:41:50.136Z] 2437ff75d9bd: Waiting [2023-03-08T23:41:50.136Z] 765212b225bb: Waiting [2023-03-08T23:41:50.136Z] 04944245beec: Download complete [2023-03-08T23:41:50.136Z] 765212b225bb: Download complete [2023-03-08T23:41:50.403Z] f23df028b6ca: Verifying Checksum [2023-03-08T23:41:50.403Z] f23df028b6ca: Download complete [2023-03-08T23:41:50.403Z] d65c8cfc05b1: Verifying Checksum [2023-03-08T23:41:50.403Z] d65c8cfc05b1: Download complete [2023-03-08T23:41:50.403Z] 699f458cf7ca: Verifying Checksum [2023-03-08T23:41:50.403Z] 699f458cf7ca: Download complete [2023-03-08T23:41:50.987Z] 8998bd30e6a1: Verifying Checksum [2023-03-08T23:41:50.987Z] 8998bd30e6a1: Download complete [2023-03-08T23:41:52.929Z] 2437ff75d9bd: Verifying Checksum [2023-03-08T23:41:52.929Z] 2437ff75d9bd: Download complete [2023-03-08T23:41:54.869Z] 8998bd30e6a1: Pull complete [2023-03-08T23:41:55.134Z] 04944245beec: Pull complete [2023-03-08T23:41:56.539Z] 699f458cf7ca: Pull complete [2023-03-08T23:41:56.806Z] 765212b225bb: Pull complete [2023-03-08T23:41:57.389Z] f23df028b6ca: Pull complete [2023-03-08T23:41:57.655Z] d65c8cfc05b1: Pull complete [2023-03-08T23:42:12.635Z] 2437ff75d9bd: Pull complete [2023-03-08T23:42:12.635Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T23:42:12.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T23:42:12.635Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:42:12.944Z] prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container [2023-03-08T23:42:12.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-08T23:42:15.738Z] $ docker top e7b8fb5fed589bf97a223a2db78a860bf128a01ec11595ad404773b983119b28 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:16.740Z] ---> job-cost.sh [2023-03-08T23:42:16.740Z] lf-activate-venv: SKIPPING [2023-03-08T23:42:16.740Z] INFO: No Stack... [2023-03-08T23:42:17.321Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T23:42:18.276Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T23:42:18.934Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-03-08T23:42:18.934Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T23:42:18.988Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] [2023-03-08T23:42:18.996Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] did not exist. Created. [2023-03-08T23:42:18.996Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T23:42:19.398Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T23:42:19.580Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T23:42:19.595Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T23:42:19.665Z] $ docker stop --time=1 e7b8fb5fed589bf97a223a2db78a860bf128a01ec11595ad404773b983119b28 [2023-03-08T23:42:21.183Z] $ docker rm -f --volumes e7b8fb5fed589bf97a223a2db78a860bf128a01ec11595ad404773b983119b28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-08T23:42:22.178Z] provisioning config files... [2023-03-08T23:42:22.185Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5203293273712964581tmp [Pipeline] { [Pipeline] sh [2023-03-08T23:42:22.518Z] + set +x [2023-03-08T23:42:22.518Z] + curl -s https://codecov.io/bash [2023-03-08T23:42:22.518Z] + bash -s -- [2023-03-08T23:42:22.518Z] [2023-03-08T23:42:22.518Z] _____ _ [2023-03-08T23:42:22.518Z] / ____| | | [2023-03-08T23:42:22.518Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T23:42:22.518Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T23:42:22.518Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T23:42:22.518Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T23:42:22.518Z] Bash-1.0.6 [2023-03-08T23:42:22.518Z] [2023-03-08T23:42:22.518Z] [2023-03-08T23:42:22.518Z] ==> git version 2.25.1 found [2023-03-08T23:42:22.518Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-08T23:42:22.518Z] Release-Date: 2020-01-08 [2023-03-08T23:42:22.518Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-08T23:42:22.518Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T23:42:22.518Z] ==> Jenkins CI detected. [2023-03-08T23:42:22.518Z] current dir:  /w/workspace/edgex-go/1 [2023-03-08T23:42:22.518Z] project root: . [2023-03-08T23:42:22.518Z] --> token set from env [2023-03-08T23:42:22.518Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T23:42:22.518Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T23:42:22.518Z] ==> Python coveragepy not found [2023-03-08T23:42:22.518Z] ==> Searching for coverage reports in: [2023-03-08T23:42:22.518Z] + . [2023-03-08T23:42:22.776Z] -> Found 1 reports [2023-03-08T23:42:22.776Z] ==> Detecting git/mercurial file structure [2023-03-08T23:42:22.776Z] ==> Reading reports [2023-03-08T23:42:22.776Z] + ./coverage.out bytes=447487 [2023-03-08T23:42:22.776Z] ==> Appending adjustments [2023-03-08T23:42:22.776Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T23:42:23.719Z] + Found adjustments [2023-03-08T23:42:23.719Z] ==> Gzipping contents [2023-03-08T23:42:23.978Z] 60K /tmp/codecov.P2CE4l.gz [2023-03-08T23:42:23.978Z] ==> Uploading reports [2023-03-08T23:42:23.978Z] url: https://codecov.io [2023-03-08T23:42:23.978Z] query: branch=PR-4426&commit=31b3346c5885cec0a34452070a56a755dd6ee7e6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4426&job=&cmd_args= [2023-03-08T23:42:23.978Z] -> Pinging Codecov [2023-03-08T23:42:23.978Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4426&commit=31b3346c5885cec0a34452070a56a755dd6ee7e6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4426&job=&cmd_args= [2023-03-08T23:42:24.237Z] -> Uploading to [2023-03-08T23:42:24.237Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-08/00271124DB129430A58F1EEE437C3FCB/31b3346c5885cec0a34452070a56a755dd6ee7e6/aa7d30d6-2235-488b-ac63-6105f408f9d6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T234224Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=84e3c7c4f5cd0d716d673bf2ad99195b780b82d402c3115dd2cacc47076cd7a5 [2023-03-08T23:42:24.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T23:42:24.237Z] Dload Upload Total Spent Left Speed [2023-03-08T23:42:24.495Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58055 0 0 100 58055 0 176k --:--:-- --:--:-- --:--:-- 176k 100 58055 0 0 100 58055 0 176k --:--:-- --:--:-- --:--:-- 175k [2023-03-08T23:42:24.495Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] } [2023-03-08T23:42:24.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-08T23:42:25.848Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:26.176Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:27.065Z] ---> package-listing.sh [2023-03-08T23:42:27.065Z] ++ facter osfamily [2023-03-08T23:42:27.065Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T23:42:27.324Z] + OS_FAMILY=debian [2023-03-08T23:42:27.324Z] + workspace=/w/workspace/edgex-go/1 [2023-03-08T23:42:27.324Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T23:42:27.324Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T23:42:27.324Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T23:42:27.324Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T23:42:27.324Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-08T23:42:27.324Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T23:42:27.324Z] + case "${OS_FAMILY}" in [2023-03-08T23:42:27.324Z] + dpkg -l [2023-03-08T23:42:27.324Z] + grep '^ii' [2023-03-08T23:42:27.324Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T23:42:27.324Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T23:42:27.324Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T23:42:27.324Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-08T23:42:27.324Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-08T23:42:27.324Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-08T23:42:27.358Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-08T23:42:27.662Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:42:28.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T23:42:28.289Z] [2023-03-08T23:42:28.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T23:42:28.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T23:42:28.673Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T23:42:28.673Z] 5eb5b503b376: Pulling fs layer [2023-03-08T23:42:28.673Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T23:42:28.673Z] ec43610c2a17: Pulling fs layer [2023-03-08T23:42:28.673Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T23:42:28.673Z] 33b1e0a273af: Pulling fs layer [2023-03-08T23:42:28.673Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T23:42:28.673Z] 2f39f015ded8: Pulling fs layer [2023-03-08T23:42:28.673Z] 3a2ae6a8a46f: Waiting [2023-03-08T23:42:28.673Z] 33b1e0a273af: Waiting [2023-03-08T23:42:28.673Z] 5d3b04190fa2: Waiting [2023-03-08T23:42:28.673Z] 2f39f015ded8: Waiting [2023-03-08T23:42:28.673Z] 5c69ac0246d0: Download complete [2023-03-08T23:42:28.673Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-08T23:42:28.673Z] 3a2ae6a8a46f: Download complete [2023-03-08T23:42:28.935Z] 33b1e0a273af: Verifying Checksum [2023-03-08T23:42:28.935Z] 33b1e0a273af: Download complete [2023-03-08T23:42:28.935Z] 5d3b04190fa2: Verifying Checksum [2023-03-08T23:42:28.935Z] 5d3b04190fa2: Download complete [2023-03-08T23:42:28.935Z] ec43610c2a17: Verifying Checksum [2023-03-08T23:42:29.193Z] 5eb5b503b376: Verifying Checksum [2023-03-08T23:42:29.193Z] 5eb5b503b376: Download complete [2023-03-08T23:42:29.761Z] 2f39f015ded8: Verifying Checksum [2023-03-08T23:42:29.761Z] 2f39f015ded8: Download complete [2023-03-08T23:42:30.331Z] 5eb5b503b376: Pull complete [2023-03-08T23:42:30.331Z] 5c69ac0246d0: Pull complete [2023-03-08T23:42:30.896Z] ec43610c2a17: Pull complete [2023-03-08T23:42:30.896Z] 3a2ae6a8a46f: Pull complete [2023-03-08T23:42:31.153Z] 33b1e0a273af: Pull complete [2023-03-08T23:42:31.153Z] 5d3b04190fa2: Pull complete [2023-03-08T23:42:35.331Z] 2f39f015ded8: Pull complete [2023-03-08T23:42:35.331Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T23:42:35.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T23:42:35.331Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T23:42:35.535Z] prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container [2023-03-08T23:42:35.564Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-08T23:42:37.632Z] $ docker top f54a3ebd30db5e2d35d2e8722932717c476e6b52b923236b64a693aee3875adf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T23:42:38.024Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T23:42:38.336Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T23:42:38.646Z] + ls /var/log/sa-host [2023-03-08T23:42:38.646Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T23:42:38.867Z] provisioning config files... [2023-03-08T23:42:38.875Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16857547690000589683tmp [Pipeline] { [Pipeline] echo [2023-03-08T23:42:38.932Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:39.243Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T23:42:39.268Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:39.666Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T23:42:39.703Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:40.012Z] ---> sudo-logs.sh [2023-03-08T23:42:40.012Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T23:42:40.091Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:40.410Z] ---> job-cost.sh [2023-03-08T23:42:40.410Z] lf-activate-venv: SKIPPING [2023-03-08T23:42:40.410Z] DEBUG: total: 0.10999999940395355 [2023-03-08T23:42:40.410Z] INFO: Retrieving Stack Cost... [2023-03-08T23:42:40.978Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T23:42:41.238Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T23:42:41.277Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T23:42:41.586Z] ---> logs-deploy.sh [2023-03-08T23:42:41.586Z] lf-activate-venv: SKIPPING [2023-03-08T23:42:41.586Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4426/1 [2023-03-08T23:42:41.586Z] INFO: archiving workspace using pattern(s): [2023-03-08T23:42:42.523Z] Archives upload complete. [2023-03-08T23:42:42.783Z] INFO: archiving logs to Nexus