Pull request #4504 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 jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch main at d6c81549b4558d5b86ba0b804c244a1077168aa0 rather than 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe Obtained Jenkinsfile from d6c81549b4558d5b86ba0b804c244a1077168aa0 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-ssh12295678925010301363.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5016791059673939678.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-4504/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-4504/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13846635912060680205.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-4504/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17488000895208120240.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh397750289309221512.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-4504/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-4504/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh682952419086670099.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7287 in /w/workspace/edgexfoundry_edgex-go_PR-4504 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d6c81549b4558d5b86ba0b804c244a1077168aa0 into PR head commit 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe Merge succeeded, producing 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe Checking out Revision 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe (PR-4504) > 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/4504/head:refs/remotes/origin/PR-4504 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # 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 d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # timeout=10 Commit message: "fix: Check the device service existence before calling the device validation" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-10T08:25:42.128Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-10T08:25:42.314Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-10T08:25:42.423Z] ========================================================= [2023-04-10T08:25:42.423Z] EdgeX Global Pipelines Version Info [2023-04-10T08:25:42.423Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-10T08:25:43.180Z] ------------------- [2023-04-10T08:25:43.181Z] stable info: [2023-04-10T08:25:43.181Z] ------------------- [2023-04-10T08:25:43.181Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-10T08:25:43.181Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-10T08:25:43.181Z] Message: update stable to v1.0.245 [2023-04-10T08:25:43.753Z] ------------------- [2023-04-10T08:25:43.753Z] experimental info: [2023-04-10T08:25:43.753Z] ------------------- [2023-04-10T08:25:43.753Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-10T08:25:43.753Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-10T08:25:43.753Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-10T08:25:44.149Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-10T08:25:44.190Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-10T08:25:44.228Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-10T08:25:44.265Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-10T08:25:44.301Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-10T08:25:44.338Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-10T08:25:44.374Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-10T08:25:44.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-10T08:25:44.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-10T08:25:44.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-10T08:25:44.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-10T08:25:44.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-10T08:25:44.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-10T08:25:44.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-10T08:25:44.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-10T08:25:44.742Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-10T08:25:44.781Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-10T08:25:44.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-10T08:25:44.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-10T08:25:44.905Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-10T08:25:44.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-10T08:25:44.994Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-10T08:25:45.033Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-10T08:25:45.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4504 [Pipeline] echo [2023-04-10T08:25:45.113Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4504 [Pipeline] echo [2023-04-10T08:25:45.155Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4504 [Pipeline] echo [2023-04-10T08:25:45.195Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] echo [2023-04-10T08:25:45.233Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a4d6d1 [Pipeline] echo [2023-04-10T08:25:45.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T08:25:45.376Z] provisioning config files... [2023-04-10T08:25:45.391Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3187822091889729235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T08:25:45.737Z] ---> docker-login.sh [2023-04-10T08:25:45.737Z] nexus3.edgexfoundry.org:10001 [2023-04-10T08:25:45.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:25:45.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:25:45.998Z] Configure a credential helper to remove this warning. See [2023-04-10T08:25:45.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:25:45.998Z] [2023-04-10T08:25:45.998Z] Login Succeeded [2023-04-10T08:25:45.998Z] nexus3.edgexfoundry.org:10002 [2023-04-10T08:25:45.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:25:45.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:25:45.998Z] Configure a credential helper to remove this warning. See [2023-04-10T08:25:45.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:25:45.998Z] [2023-04-10T08:25:45.998Z] Login Succeeded [2023-04-10T08:25:45.998Z] nexus3.edgexfoundry.org:10003 [2023-04-10T08:25:46.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:25:46.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:25:46.273Z] Configure a credential helper to remove this warning. See [2023-04-10T08:25:46.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:25:46.273Z] [2023-04-10T08:25:46.273Z] Login Succeeded [2023-04-10T08:25:46.273Z] nexus3.edgexfoundry.org:10004 [2023-04-10T08:25:46.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:25:46.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:25:46.273Z] Configure a credential helper to remove this warning. See [2023-04-10T08:25:46.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:25:46.273Z] [2023-04-10T08:25:46.273Z] Login Succeeded [2023-04-10T08:25:46.273Z] docker.io [2023-04-10T08:25:46.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:25:46.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:25:46.537Z] Configure a credential helper to remove this warning. See [2023-04-10T08:25:46.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:25:46.537Z] [2023-04-10T08:25:46.537Z] Login Succeeded [2023-04-10T08:25:46.537Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T08:25:46.568Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T08:25:46.997Z] + 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-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + dirname cmd/core-command/Dockerfile [2023-04-10T08:25:46.997Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-10T08:25:46.997Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-10T08:25:46.997Z] cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + dirname cmd/core-data/Dockerfile [2023-04-10T08:25:46.997Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/core-metadata/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-10T08:25:46.997Z] + + cutdirname -d/ cmd/security-bootstrapper/Dockerfile -f2 [2023-04-10T08:25:46.997Z] [2023-04-10T08:25:46.997Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-10T08:25:46.997Z] + cut+ -d/ -f2 [2023-04-10T08:25:46.997Z] dirname cmd/security-proxy-auth/Dockerfile [2023-04-10T08:25:46.997Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/support-notifications/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-10T08:25:46.997Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-10T08:25:46.997Z] + cut -d/ -f2 [2023-04-10T08:25:46.997Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-10T08:25:47.059Z] 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-04-10T08:25:47.573Z] + git rev-list -1 --merges 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe~1..8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] echo [2023-04-10T08:25:47.622Z] -----------> git rev-list -1 --merges 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe~1..8a4d6d14e43fb247d8ee34f628dc3a462ad5affe 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [false] [Pipeline] sh [2023-04-10T08:25:47.925Z] + git log --format=format:%s -1 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] echo [2023-04-10T08:25:47.965Z] ========================================================= [2023-04-10T08:25:47.965Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-10T08:25:47.965Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-10T08:25:48.399Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-10T08:25:48.399Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-10T08:25:48.399Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-10T08:25:48.399Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-10T08:25:48.399Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-04-10T08:25:48.399Z] -a /etc/ssh/ssh_known_hosts [2023-04-10T08:25:48.399Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:25:48.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T08:25:48.828Z] [2023-04-10T08:25:48.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:25:49.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T08:25:49.204Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-10T08:25:49.204Z] b85a868b505f: Pulling fs layer [2023-04-10T08:25:49.204Z] e2be974225ed: Pulling fs layer [2023-04-10T08:25:49.204Z] 339a4e72a1f5: Pulling fs layer [2023-04-10T08:25:49.204Z] 988bab9f4d93: Pulling fs layer [2023-04-10T08:25:49.204Z] 1469e6f7b9e6: Pulling fs layer [2023-04-10T08:25:49.204Z] eaf3925da568: Pulling fs layer [2023-04-10T08:25:49.204Z] bab4dde63d76: Pulling fs layer [2023-04-10T08:25:49.204Z] bde34c3a00c8: Pulling fs layer [2023-04-10T08:25:49.204Z] b352a97aabf1: Pulling fs layer [2023-04-10T08:25:49.204Z] 4872d77fe225: Pulling fs layer [2023-04-10T08:25:49.204Z] 5851b861e8e6: Pulling fs layer [2023-04-10T08:25:49.204Z] 1469e6f7b9e6: Waiting [2023-04-10T08:25:49.204Z] b352a97aabf1: Waiting [2023-04-10T08:25:49.204Z] 4872d77fe225: Waiting [2023-04-10T08:25:49.204Z] 5851b861e8e6: Waiting [2023-04-10T08:25:49.204Z] eaf3925da568: Waiting [2023-04-10T08:25:49.204Z] bab4dde63d76: Waiting [2023-04-10T08:25:49.204Z] 988bab9f4d93: Waiting [2023-04-10T08:25:49.204Z] bde34c3a00c8: Waiting [2023-04-10T08:25:49.204Z] e2be974225ed: Verifying Checksum [2023-04-10T08:25:49.204Z] e2be974225ed: Download complete [2023-04-10T08:25:49.204Z] 988bab9f4d93: Download complete [2023-04-10T08:25:49.464Z] 339a4e72a1f5: Verifying Checksum [2023-04-10T08:25:49.464Z] 339a4e72a1f5: Download complete [2023-04-10T08:25:49.464Z] 1469e6f7b9e6: Verifying Checksum [2023-04-10T08:25:49.464Z] 1469e6f7b9e6: Download complete [2023-04-10T08:25:49.464Z] eaf3925da568: Download complete [2023-04-10T08:25:49.464Z] bde34c3a00c8: Verifying Checksum [2023-04-10T08:25:49.464Z] bde34c3a00c8: Download complete [2023-04-10T08:25:49.464Z] b352a97aabf1: Download complete [2023-04-10T08:25:49.464Z] 4872d77fe225: Download complete [2023-04-10T08:25:49.464Z] 5851b861e8e6: Download complete [2023-04-10T08:25:49.464Z] b85a868b505f: Verifying Checksum [2023-04-10T08:25:49.464Z] b85a868b505f: Download complete [2023-04-10T08:25:49.723Z] bab4dde63d76: Verifying Checksum [2023-04-10T08:25:49.723Z] bab4dde63d76: Download complete [2023-04-10T08:25:50.660Z] b85a868b505f: Pull complete [2023-04-10T08:25:50.660Z] e2be974225ed: Pull complete [2023-04-10T08:25:51.229Z] 339a4e72a1f5: Pull complete [2023-04-10T08:25:51.229Z] 988bab9f4d93: Pull complete [2023-04-10T08:25:51.489Z] 1469e6f7b9e6: Pull complete [2023-04-10T08:25:51.749Z] eaf3925da568: Pull complete [2023-04-10T08:25:53.652Z] bab4dde63d76: Pull complete [2023-04-10T08:25:53.652Z] bde34c3a00c8: Pull complete [2023-04-10T08:25:53.652Z] b352a97aabf1: Pull complete [2023-04-10T08:25:53.652Z] 4872d77fe225: Pull complete [2023-04-10T08:25:53.912Z] 5851b861e8e6: Pull complete [2023-04-10T08:25:53.912Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-10T08:25:53.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T08:25:53.912Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:25:54.138Z] prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container [2023-04-10T08:25:54.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-10T08:25:56.605Z] $ docker top 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 -eo pid,comm [2023-04-10T08:25:56.658Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-10T08:25:56.658Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-10T08:25:56.790Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T08:25:56.790Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T08:25:56.902Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T08:25:56.908Z] $ docker exec 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent [2023-04-10T08:25:57.006Z] SSH_AUTH_SOCK=/tmp/ssh-2oDTsCZVSfwF/agent.33 [2023-04-10T08:25:57.006Z] SSH_AGENT_PID=39 [2023-04-10T08:25:57.013Z] Running ssh-add (command line suppressed) [2023-04-10T08:25:57.115Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3957231884824223448.key (/w/workspace/edgex-go/1@tmp/private_key_3957231884824223448.key) [2023-04-10T08:25:57.125Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T08:25:57.454Z] + git tag --points-at HEAD [Pipeline] } [2023-04-10T08:25:57.483Z] $ docker exec --env ******** --env ******** 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent -k [2023-04-10T08:25:57.589Z] unset SSH_AUTH_SOCK; [2023-04-10T08:25:57.590Z] unset SSH_AGENT_PID; [2023-04-10T08:25:57.590Z] echo Agent pid 39 killed; [2023-04-10T08:25:57.597Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-10T08:25:57.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T08:25:57.675Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T08:25:57.780Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T08:25:57.789Z] $ docker exec 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent [2023-04-10T08:25:57.902Z] SSH_AUTH_SOCK=/tmp/ssh-3VKVT0Gk1Amo/agent.72 [2023-04-10T08:25:57.902Z] SSH_AGENT_PID=78 [2023-04-10T08:25:57.907Z] Running ssh-add (command line suppressed) [2023-04-10T08:25:58.021Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3027448924213394520.key (/w/workspace/edgex-go/1@tmp/private_key_3027448924213394520.key) [2023-04-10T08:25:58.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T08:25:58.360Z] + git semver init [2023-04-10T08:25:58.620Z] 2023-04-10 08:25:58,538 [run_init] DEBUG init version:0.0.0 force:False [2023-04-10T08:25:58.620Z] 2023-04-10 08:25:58,540 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-10T08:25:58.620Z] 2023-04-10 08:25:58,541 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-10T08:25:58.620Z] 2023-04-10 08:25:58,541 [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-04-10T08:26:03.902Z] 2023-04-10 08:26:03,061 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-10T08:26:03.902Z] 2023-04-10 08:26:03,061 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4504 with force:False [2023-04-10T08:26:03.902Z] 2023-04-10 08:26:03,061 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4504 [2023-04-10T08:26:03.902Z] 2023-04-10 08:26:03,066 [execute] INFO git cat-file --batch-check [2023-04-10T08:26:03.902Z] 2023-04-10 08:26:03,066 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-10T08:26:03.902Z] 2023-04-10 08:26:03,072 [execute] INFO git cat-file --batch [2023-04-10T08:26:03.902Z] 2023-04-10 08:26:03,073 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-10T08:26:03.902Z] 2023-04-10 08:26:03,078 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4504 [2023-04-10T08:26:03.902Z] 0.0.0 [Pipeline] } [2023-04-10T08:26:03.935Z] $ docker exec --env ******** --env ******** 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 ssh-agent -k [2023-04-10T08:26:04.035Z] unset SSH_AUTH_SOCK; [2023-04-10T08:26:04.035Z] unset SSH_AGENT_PID; [2023-04-10T08:26:04.036Z] echo Agent pid 78 killed; [2023-04-10T08:26:04.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T08:26:04.461Z] + git semver [Pipeline] } [2023-04-10T08:26:04.744Z] $ docker stop --time=1 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 [2023-04-10T08:26:06.028Z] $ docker rm -f --volumes 3a58ee7ddec10ba9d085b2250a3a8c08e0ed669cd5e4b0f11f3d6524aa7bb068 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T08:26:06.430Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-10T08:26:06.718Z] Stashed 1 file(s) [Pipeline] echo [2023-04-10T08:26:06.740Z] [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-04-10T08:26:07.568Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-10T08:26:07.605Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T08:26:07.645Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T08:26:07.678Z] ========================================================= [2023-04-10T08:26:07.678Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-10T08:26:07.678Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-10T08:26:08.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T08:26:08.024Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-10T08:26:08.024Z] 63b65145d645: Pulling fs layer [2023-04-10T08:26:08.024Z] a2d21d5440eb: Pulling fs layer [2023-04-10T08:26:08.024Z] 935e6c44a52c: Pulling fs layer [2023-04-10T08:26:08.024Z] 94cc34f8dd06: Pulling fs layer [2023-04-10T08:26:08.024Z] 30dea6a524f1: Pulling fs layer [2023-04-10T08:26:08.024Z] a2aff8979fd8: Pulling fs layer [2023-04-10T08:26:08.024Z] 6808be2612f2: Pulling fs layer [2023-04-10T08:26:08.024Z] f25807f1079a: Pulling fs layer [2023-04-10T08:26:08.024Z] 94cc34f8dd06: Waiting [2023-04-10T08:26:08.024Z] a2aff8979fd8: Waiting [2023-04-10T08:26:08.024Z] f25807f1079a: Waiting [2023-04-10T08:26:08.024Z] 6808be2612f2: Waiting [2023-04-10T08:26:08.024Z] 30dea6a524f1: Waiting [2023-04-10T08:26:08.024Z] a2d21d5440eb: Verifying Checksum [2023-04-10T08:26:08.024Z] a2d21d5440eb: Download complete [2023-04-10T08:26:08.024Z] 94cc34f8dd06: Verifying Checksum [2023-04-10T08:26:08.024Z] 94cc34f8dd06: Download complete [2023-04-10T08:26:08.024Z] 30dea6a524f1: Verifying Checksum [2023-04-10T08:26:08.024Z] 30dea6a524f1: Download complete [2023-04-10T08:26:08.024Z] 63b65145d645: Verifying Checksum [2023-04-10T08:26:08.024Z] 63b65145d645: Download complete [2023-04-10T08:26:08.024Z] a2aff8979fd8: Verifying Checksum [2023-04-10T08:26:08.024Z] a2aff8979fd8: Download complete [2023-04-10T08:26:08.301Z] 63b65145d645: Pull complete [2023-04-10T08:26:08.301Z] a2d21d5440eb: Pull complete [2023-04-10T08:26:08.566Z] f25807f1079a: Verifying Checksum [2023-04-10T08:26:08.566Z] f25807f1079a: Download complete [2023-04-10T08:26:08.825Z] 935e6c44a52c: Verifying Checksum [2023-04-10T08:26:08.825Z] 935e6c44a52c: Download complete [2023-04-10T08:26:09.083Z] 6808be2612f2: Verifying Checksum [2023-04-10T08:26:09.083Z] 6808be2612f2: Download complete [2023-04-10T08:26:12.372Z] 935e6c44a52c: Pull complete [2023-04-10T08:26:12.372Z] 94cc34f8dd06: Pull complete [2023-04-10T08:26:12.372Z] 30dea6a524f1: Pull complete [2023-04-10T08:26:12.372Z] a2aff8979fd8: Pull complete [2023-04-10T08:26:15.003Z] 6808be2612f2: Pull complete [2023-04-10T08:26:15.612Z] f25807f1079a: Pull complete [2023-04-10T08:26:15.612Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-10T08:26:15.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T08:26:15.612Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-10T08:26:15.987Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T08:26:15.987Z] WORKDIR /edgex [2023-04-10T08:26:15.987Z] COPY go.mod . [2023-04-10T08:26:15.987Z] RUN go mod download [2023-04-10T08:26:15.987Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-10T08:26:16.681Z] Sending build context to Docker daemon 170.5MB [2023-04-10T08:26:16.681Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T08:26:16.681Z] ---> 3b553350e43f [2023-04-10T08:26:16.681Z] Step 2/4 : WORKDIR /edgex [2023-04-10T08:26:20.878Z] ---> Running in 674ad823e7d2 [2023-04-10T08:26:20.878Z] Removing intermediate container 674ad823e7d2 [2023-04-10T08:26:20.878Z] ---> 36b9fe262710 [2023-04-10T08:26:20.878Z] Step 3/4 : COPY go.mod . [2023-04-10T08:26:20.878Z] ---> 1b62995490b3 [2023-04-10T08:26:20.878Z] Step 4/4 : RUN go mod download [2023-04-10T08:26:20.878Z] ---> Running in 6ca85bceadb8 [2023-04-10T08:26:22.067Z] Still waiting to schedule task [2023-04-10T08:26:22.068Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-10T08:26:33.101Z] Removing intermediate container 6ca85bceadb8 [2023-04-10T08:26:33.101Z] ---> 77ff47d3faf8 [2023-04-10T08:26:33.101Z] Successfully built 77ff47d3faf8 [2023-04-10T08:26:33.101Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:26:33.485Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-10T08:26:33.485Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:26:33.646Z] prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container [2023-04-10T08:26:33.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-10T08:26:34.083Z] $ docker top fe0df72abd6e405929714205afbf351561c690358d1dd9819bc030454fb89c01 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T08:26:34.467Z] + go version [2023-04-10T08:26:34.467Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-10T08:26:34.502Z] $ docker stop --time=1 fe0df72abd6e405929714205afbf351561c690358d1dd9819bc030454fb89c01 [2023-04-10T08:26:35.776Z] $ docker rm -f --volumes fe0df72abd6e405929714205afbf351561c690358d1dd9819bc030454fb89c01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:26:36.466Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-10T08:26:36.466Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:26:36.618Z] prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container [2023-04-10T08:26:36.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-10T08:26:36.975Z] $ docker top a8df6da0c2c7bc310c197a9e61c268c90da8a017d8a875cc05f647bfa2d66aa2 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-10T08:26:37.082Z] ========================================================= [2023-04-10T08:26:37.082Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-10T08:26:37.082Z] ========================================================= [Pipeline] sh [2023-04-10T08:26:37.375Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-10T08:26:37.734Z] + make test [2023-04-10T08:26:37.734Z] go test -race -coverprofile=coverage.out ./... [2023-04-10T08:26:45.844Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-10T08:26:58.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-10T08:26:58.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-10T08:26:58.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-10T08:26:58.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements [2023-04-10T08:26:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 98.5% of statements [2023-04-10T08:26:59.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-10T08:26:59.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-10T08:26:59.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-10T08:27:00.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-10T08:27:00.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-10T08:27:00.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-10T08:27:00.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-10T08:27:00.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-10T08:27:00.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-10T08:27:00.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:27:01.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-10T08:27:01.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-10T08:27:02.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.089s coverage: 71.3% of statements [2023-04-10T08:27:02.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 54.0% of statements [2023-04-10T08:27:02.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.278s coverage: 88.5% of statements [2023-04-10T08:27:02.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.8% of statements [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-10T08:27:02.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-10T08:27:03.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.384s coverage: 95.6% of statements [2023-04-10T08:27:03.095Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements [2023-04-10T08:27:04.029Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-10T08:27:04.029Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-10T08:27:04.029Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-10T08:27:04.029Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.066s coverage: 65.9% of statements [2023-04-10T08:27:04.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-10T08:27:04.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-10T08:27:04.596Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements [2023-04-10T08:27:04.596Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.0% of statements [2023-04-10T08:27:04.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 44.1% of statements [2023-04-10T08:27:05.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.054s coverage: 82.9% of statements [2023-04-10T08:27:05.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2023-04-10T08:27:05.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2023-04-10T08:27:05.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2023-04-10T08:27:06.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-10T08:27:06.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-10T08:27:06.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-10T08:27:06.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-10T08:27:06.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-10T08:27:06.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-10T08:27:06.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-10T08:27:06.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-10T08:27:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-10T08:27:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-10T08:27:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-10T08:27:07.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-10T08:27:07.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-10T08:27:07.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-10T08:27:08.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-10T08:27:09.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-10T08:27:09.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-10T08:27:10.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-10T08:27:10.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-10T08:27:12.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-10T08:27:12.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-10T08:27:12.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-10T08:27:13.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-10T08:27:13.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-10T08:27:13.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-10T08:27:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-10T08:27:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-10T08:27:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-10T08:27:14.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-10T08:27:16.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-10T08:27:16.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-10T08:27:16.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-10T08:27:16.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-10T08:27:17.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-10T08:27:17.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:27:17.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-10T08:27:17.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-10T08:27:17.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2023-04-10T08:27:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-10T08:27:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-10T08:27:19.156Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-10T08:27:19.156Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.277s coverage: 79.9% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.073s coverage: 92.9% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 62.3% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.050s coverage: 20.0% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.106s coverage: 81.2% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.091s coverage: 82.1% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 86.0% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 63.1% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.181s coverage: 38.4% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.141s coverage: 92.3% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements [2023-04-10T08:27:31.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.081s coverage: 97.7% of statements [2023-04-10T08:27:31.379Z] 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-04-10T08:27:31.379Z] running golangci-lint [2023-04-10T08:27:31.379Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-10T08:27:31.379Z] go version go1.20.2 linux/amd64 [2023-04-10T08:27:31.379Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-10T08:27:31.379Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-10T08:27:46.240Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 14.53708743s" [2023-04-10T08:27:46.240Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.077922ms" [2023-04-10T08:27:52.799Z] level=info msg="[linters_context/goanalysis] analyzers took 1m0.901634372s with top 10 stages: buildir: 34.364482837s, inspect: 1.725879955s, fact_deprecated: 1.479563161s, gosec: 1.176413135s, nilness: 1.090071768s, printf: 1.073031314s, ctrlflow: 1.057072283s, fact_purity: 947.183268ms, S1038: 889.669999ms, typedness: 612.200379ms" [2023-04-10T08:27:52.799Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2023-04-10T08:27:52.799Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 201/201, filename_unadjuster: 201/201, exclude-rules: 21/201, nolint: 0/21, path_prettifier: 201/201, exclude: 201/201, skip_dirs: 201/201, skip_files: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201" [2023-04-10T08:27:52.799Z] level=info msg="[runner] processing took 17.214687ms with stages: nolint: 6.628316ms, identifier_marker: 4.699044ms, autogenerated_exclude: 2.500349ms, path_prettifier: 1.413036ms, exclude-rules: 1.214924ms, skip_dirs: 688.038µs, cgo: 42.83µs, filename_unadjuster: 21.97µs, max_same_issues: 1.19µs, uniq_by_line: 850ns, exclude: 710ns, severity-rules: 680ns, diff: 580ns, skip_files: 560ns, max_from_linter: 440ns, source_code: 380ns, path_shortener: 380ns, sort_results: 150ns, path_prefixer: 130ns, max_per_file_from_linter: 130ns" [2023-04-10T08:27:52.799Z] level=info msg="[runner] linters took 8.221612239s with stages: goanalysis_metalinter: 8.204293111s" [2023-04-10T08:27:52.799Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-10T08:27:52.799Z] level=info msg="Memory: 228 samples, avg is 195.0MB, max is 777.7MB" [2023-04-10T08:27:52.799Z] level=info msg="Execution took 22.797680177s" [2023-04-10T08:27:52.799Z] go vet ./... [2023-04-10T08:27:58.052Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-10T08:27:58.052Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-10T08:27:58.052Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-10T08:27:58.146Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-10T08:27:58.454Z] + ls -al . [2023-04-10T08:27:58.454Z] total 704 [2023-04-10T08:27:58.454Z] drwxrwxr-x 11 1001 1001 4096 Apr 10 08:26 . [2023-04-10T08:27:58.454Z] drwxr-xr-x 4 root root 4096 Apr 10 08:26 .. [2023-04-10T08:27:58.454Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 08:25 .blubracket [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 16 Apr 10 08:25 .dockerignore [2023-04-10T08:27:58.454Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 08:26 .git [2023-04-10T08:27:58.454Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 08:25 .github [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 1133 Apr 10 08:25 .gitignore [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 42 Apr 10 08:25 .golangci.yml [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 87 Apr 10 08:25 .hadolint.yml [2023-04-10T08:27:58.454Z] drwxr-xr-x 3 1001 1001 4096 Apr 10 08:26 .semver [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 08:25 .sonarcloud.properties [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 1171 Apr 10 08:25 ADOPTERS.md [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 10835 Apr 10 08:25 Attribution.txt [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 73765 Apr 10 08:25 CHANGELOG.md [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 08:25 CONTRIBUTING.md [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 677 Apr 10 08:25 GOVERNANCE.md [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 883 Apr 10 08:25 Jenkinsfile [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 08:25 LICENSE [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 14368 Apr 10 08:25 Makefile [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 582 Apr 10 08:25 OWNERS.md [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 9403 Apr 10 08:25 README.md [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 789 Apr 10 08:25 SECURITY.md [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 08:26 VERSION [2023-04-10T08:27:58.454Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 08:25 bin [2023-04-10T08:27:58.454Z] drwxrwxr-x 18 1001 1001 4096 Apr 10 08:25 cmd [2023-04-10T08:27:58.454Z] -rw-r--r-- 1 root root 448242 Apr 10 08:27 coverage.out [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 3200 Apr 10 08:25 go.mod [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 31265 Apr 10 08:25 go.sum [2023-04-10T08:27:58.454Z] drwxrwxr-x 7 1001 1001 4096 Apr 10 08:25 internal [2023-04-10T08:27:58.454Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 08:25 openapi [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 594 Apr 10 08:25 security.txt [2023-04-10T08:27:58.454Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 08:25 snap [2023-04-10T08:27:58.454Z] -rw-rw-r-- 1 1001 1001 204 Apr 10 08:25 version.go [Pipeline] sh [2023-04-10T08:27:58.763Z] + '[' -e coverage.out ] [2023-04-10T08:27:58.763Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-10T08:27:58.874Z] Stashed 1 file(s) [Pipeline] sh [2023-04-10T08:27:59.168Z] + make build [2023-04-10T08:27:59.168Z] 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-04-10T08:28:00.241Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7289 in /w/workspace/edgexfoundry_edgex-go_PR-4504 [Pipeline] { [Pipeline] ws [2023-04-10T08:28:00.298Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-10T08:28:00.369Z] The recommended git tool is: git [2023-04-10T08:28:05.520Z] using credential edgex-jenkins-ssh [2023-04-10T08:28:05.539Z] Cloning the remote Git repository [2023-04-10T08:28:05.585Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-10T08:28:05.681Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-10T08:28:05.829Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-10T08:28:05.830Z] > git --version # timeout=10 [2023-04-10T08:28:05.850Z] > git --version # 'git version 2.25.1' [2023-04-10T08:28:05.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-10T08:28:05.994Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-10T08:28:11.377Z] 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-04-10T08:28:11.944Z] 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-04-10T08:28:13.317Z] 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-04-10T08:28:13.881Z] 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-04-10T08:28:20.448Z] 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-04-10T08:28:21.825Z] 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-04-10T08:28:22.760Z] 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-04-10T08:28:24.134Z] 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-04-10T08:28:23.561Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-10T08:28:23.600Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-10T08:28:24.494Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-10T08:28:24.700Z] 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-04-10T08:28:25.390Z] Merging remotes/origin/main commit d6c81549b4558d5b86ba0b804c244a1077168aa0 into PR head commit 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:28:25.635Z] 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-04-10T08:28:25.817Z] Merge succeeded, producing 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:28:25.818Z] Checking out Revision 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe (PR-4504) [2023-04-10T08:28:24.545Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-10T08:28:24.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-10T08:28:24.563Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4504/head:refs/remotes/origin/PR-4504 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-10T08:28:25.411Z] > git config core.sparsecheckout # timeout=10 [2023-04-10T08:28:25.484Z] > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # timeout=10 [2023-04-10T08:28:25.709Z] > git remote # timeout=10 [2023-04-10T08:28:25.729Z] > git config --get remote.origin.url # timeout=10 [2023-04-10T08:28:25.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-10T08:28:25.774Z] > git merge d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 [2023-04-10T08:28:25.801Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-10T08:28:25.827Z] > git config core.sparsecheckout # timeout=10 [2023-04-10T08:28:25.842Z] > git checkout -f 8a4d6d14e43fb247d8ee34f628dc3a462ad5affe # timeout=10 [2023-04-10T08:28:27.007Z] 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-04-10T08:28:27.964Z] $ docker stop --time=1 a8df6da0c2c7bc310c197a9e61c268c90da8a017d8a875cc05f647bfa2d66aa2 [2023-04-10T08:28:29.457Z] Commit message: "fix: Check the device service existence before calling the device validation" [2023-04-10T08:28:29.518Z] > git --version # timeout=10 [2023-04-10T08:28:29.530Z] > git --version # 'git version 2.25.1' [2023-04-10T08:28:29.545Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-10T08:28:31.848Z] $ docker rm -f --volumes a8df6da0c2c7bc310c197a9e61c268c90da8a017d8a875cc05f647bfa2d66aa2 [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-04-10T08:28:33.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T08:28:33.117Z] [2023-04-10T08:28:33.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:28:33.392Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-10T08:28:33.392Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-10T08:28:33.392Z] Dload Upload Total Spent Left Speed [2023-04-10T08:28:33.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 100k [2023-04-10T08:28:33.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T08:28:33.494Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-10T08:28:33.495Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-10T08:28:33.495Z] ca9280d653b3: Pulling fs layer [2023-04-10T08:28:33.495Z] 7e9c9ca2126c: Pulling fs layer [2023-04-10T08:28:33.756Z] cbdbe7a5bc2a: Download complete [2023-04-10T08:28:33.756Z] cbdbe7a5bc2a: Pull complete [2023-04-10T08:28:33.756Z] ca9280d653b3: Verifying Checksum [2023-04-10T08:28:33.756Z] ca9280d653b3: Download complete [Pipeline] sh [2023-04-10T08:28:34.116Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-10T08:28:34.323Z] 7e9c9ca2126c: Download complete [2023-04-10T08:28:34.323Z] ca9280d653b3: Pull complete [2023-04-10T08:28:34.461Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-10T08:28:34.461Z] + sudo tee /etc/docker/daemon.new [2023-04-10T08:28:34.461Z] { [2023-04-10T08:28:34.461Z] "registry-mirrors": [ [2023-04-10T08:28:34.461Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-10T08:28:34.461Z] ], [2023-04-10T08:28:34.461Z] "bip": "10.250.0.254/24", [2023-04-10T08:28:34.461Z] "hosts": [ [2023-04-10T08:28:34.461Z] "tcp://0.0.0.0:5555", [2023-04-10T08:28:34.461Z] "unix:///var/run/docker.sock" [2023-04-10T08:28:34.461Z] ], [2023-04-10T08:28:34.461Z] "mtu": 1458, [2023-04-10T08:28:34.461Z] "selinux-enabled": true, [2023-04-10T08:28:34.461Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-10T08:28:34.461Z] } [Pipeline] sh [2023-04-10T08:28:34.808Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-10T08:28:35.159Z] + sudo service docker restart [2023-04-10T08:28:36.850Z] 7e9c9ca2126c: Pull complete [2023-04-10T08:28:36.850Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-10T08:28:36.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T08:28:36.850Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:28:37.312Z] prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container [2023-04-10T08:28:37.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-10T08:28:40.081Z] $ docker top de3ffc272466b82bc2f26ac7d463e3cf40f5b20b6fc20e632c35269877e8a196 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T08:28:40.490Z] + docker-compose build --help [2023-04-10T08:28:40.490Z] + grep parallel [2023-04-10T08:28:41.060Z] --parallel Build images in parallel. [Pipeline] } [2023-04-10T08:28:41.093Z] $ docker stop --time=1 de3ffc272466b82bc2f26ac7d463e3cf40f5b20b6fc20e632c35269877e8a196 [2023-04-10T08:28:42.356Z] $ docker rm -f --volumes de3ffc272466b82bc2f26ac7d463e3cf40f5b20b6fc20e632c35269877e8a196 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:28:42.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T08:28:42.962Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:28:43.109Z] prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container [2023-04-10T08:28:43.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-10T08:28:43.468Z] $ docker top 669d62ce12dab4aca08e0927a23d5612c37959734a7669f754886e2d7fe387fc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T08:28:43.859Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-10T08:28:44.425Z] Building core-command ... [2023-04-10T08:28:44.425Z] Building core-common-config-bootstrapper ... [2023-04-10T08:28:44.425Z] Building core-data ... [2023-04-10T08:28:44.425Z] Building core-metadata ... [2023-04-10T08:28:44.425Z] Building security-bootstrapper ... [2023-04-10T08:28:44.425Z] Building security-proxy-auth ... [2023-04-10T08:28:44.425Z] Building security-proxy-setup ... [2023-04-10T08:28:44.425Z] Building security-secretstore-setup ... [2023-04-10T08:28:44.425Z] Building security-spiffe-token-provider ... [2023-04-10T08:28:44.425Z] Building security-spire-agent ... [2023-04-10T08:28:44.425Z] Building security-spire-config ... [2023-04-10T08:28:44.425Z] Building security-spire-server ... [2023-04-10T08:28:44.425Z] Building support-notifications ... [2023-04-10T08:28:44.425Z] Building support-scheduler ... [2023-04-10T08:28:44.425Z] Building security-bootstrapper [2023-04-10T08:28:44.425Z] Building security-spire-server [2023-04-10T08:28:44.425Z] Building security-spire-agent [2023-04-10T08:28:44.425Z] Building core-metadata [2023-04-10T08:28:44.425Z] Building core-command [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T08:28:53.472Z] provisioning config files... [2023-04-10T08:28:53.499Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8128755956531909214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T08:28:53.880Z] ---> docker-login.sh [2023-04-10T08:28:53.880Z] nexus3.edgexfoundry.org:10001 [2023-04-10T08:28:54.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:28:54.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:28:54.423Z] Configure a credential helper to remove this warning. See [2023-04-10T08:28:54.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:28:54.423Z] [2023-04-10T08:28:54.423Z] Login Succeeded [2023-04-10T08:28:54.423Z] nexus3.edgexfoundry.org:10002 [2023-04-10T08:28:54.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:28:54.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:28:54.959Z] Configure a credential helper to remove this warning. See [2023-04-10T08:28:54.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:28:54.959Z] [2023-04-10T08:28:54.959Z] Login Succeeded [2023-04-10T08:28:54.959Z] nexus3.edgexfoundry.org:10003 [2023-04-10T08:28:54.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:28:55.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:28:55.229Z] Configure a credential helper to remove this warning. See [2023-04-10T08:28:55.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:28:55.229Z] [2023-04-10T08:28:55.229Z] Login Succeeded [2023-04-10T08:28:55.229Z] nexus3.edgexfoundry.org:10004 [2023-04-10T08:28:55.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:28:55.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:28:55.503Z] Configure a credential helper to remove this warning. See [2023-04-10T08:28:55.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:28:55.503Z] [2023-04-10T08:28:55.503Z] Login Succeeded [2023-04-10T08:28:55.503Z] docker.io [2023-04-10T08:28:55.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T08:28:56.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T08:28:56.039Z] Configure a credential helper to remove this warning. See [2023-04-10T08:28:56.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T08:28:56.039Z] [2023-04-10T08:28:56.039Z] Login Succeeded [2023-04-10T08:28:56.039Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T08:28:56.069Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-10T08:28:56.620Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:28:56.620Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:28:56.620Z] ---> 77ff47d3faf8 [2023-04-10T08:28:56.620Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:28:56.620Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:28:56.620Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:28:56.620Z] ---> 77ff47d3faf8 [2023-04-10T08:28:56.620Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:28:56.620Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:28:56.621Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:28:56.621Z] ---> 77ff47d3faf8 [2023-04-10T08:28:56.621Z] Step 3/33 : WORKDIR /edgex-go [2023-04-10T08:28:56.621Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:28:56.621Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:28:56.621Z] ---> 77ff47d3faf8 [2023-04-10T08:28:56.621Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T08:28:56.621Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:28:56.621Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:28:56.621Z] ---> 77ff47d3faf8 [2023-04-10T08:28:56.621Z] Step 3/26 : WORKDIR /edgex-go [2023-04-10T08:28:56.727Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-10T08:28:56.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T08:28:56.807Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T08:28:56.845Z] ========================================================= [2023-04-10T08:28:56.845Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-10T08:28:56.845Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-10T08:28:57.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T08:28:57.221Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-10T08:28:57.221Z] af6eaf76a39c: Pulling fs layer [2023-04-10T08:28:57.221Z] 55522c791124: Pulling fs layer [2023-04-10T08:28:57.221Z] ce5c4a1c91eb: Pulling fs layer [2023-04-10T08:28:57.221Z] 169dfbe0d373: Pulling fs layer [2023-04-10T08:28:57.221Z] e1ff8fa3b103: Pulling fs layer [2023-04-10T08:28:57.221Z] 52ebb69f0ebf: Pulling fs layer [2023-04-10T08:28:57.221Z] 5abe8eddf0d5: Pulling fs layer [2023-04-10T08:28:57.221Z] e1ff8fa3b103: Waiting [2023-04-10T08:28:57.221Z] 52ebb69f0ebf: Waiting [2023-04-10T08:28:57.221Z] 5abe8eddf0d5: Waiting [2023-04-10T08:28:57.221Z] 169dfbe0d373: Waiting [2023-04-10T08:28:57.492Z] 55522c791124: Download complete [2023-04-10T08:28:57.493Z] 169dfbe0d373: Verifying Checksum [2023-04-10T08:28:57.493Z] 169dfbe0d373: Download complete [2023-04-10T08:28:57.493Z] e1ff8fa3b103: Verifying Checksum [2023-04-10T08:28:57.493Z] e1ff8fa3b103: Download complete [2023-04-10T08:28:57.493Z] af6eaf76a39c: Download complete [2023-04-10T08:28:58.467Z] af6eaf76a39c: Pull complete [2023-04-10T08:28:58.467Z] 5abe8eddf0d5: Verifying Checksum [2023-04-10T08:28:58.467Z] 5abe8eddf0d5: Download complete [2023-04-10T08:28:59.065Z] 55522c791124: Pull complete [2023-04-10T08:29:00.034Z] 52ebb69f0ebf: Verifying Checksum [2023-04-10T08:29:00.034Z] 52ebb69f0ebf: Download complete [2023-04-10T08:29:00.034Z] ce5c4a1c91eb: Download complete [2023-04-10T08:29:03.187Z] ---> Running in 71e52577fb4a [2023-04-10T08:29:03.187Z] ---> Running in 6d50ebf89a31 [2023-04-10T08:29:03.187Z] ---> Running in 3351debc0f8c [2023-04-10T08:29:03.187Z] ---> Running in 436efc797671 [2023-04-10T08:29:03.187Z] ---> Running in b70a331c9dab [2023-04-10T08:29:03.187Z] Removing intermediate container 436efc797671 [2023-04-10T08:29:03.187Z] ---> f9323b53eb73 [2023-04-10T08:29:03.187Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T08:29:03.187Z] Removing intermediate container 71e52577fb4a [2023-04-10T08:29:03.187Z] ---> e41e5c6f8228 [2023-04-10T08:29:03.187Z] Step 4/24 : WORKDIR /edgex-go [2023-04-10T08:29:03.187Z] Removing intermediate container 3351debc0f8c [2023-04-10T08:29:03.187Z] ---> 1bb45d6914dc [2023-04-10T08:29:03.187Z] Step 4/25 : WORKDIR /edgex-go [2023-04-10T08:29:03.187Z] Removing intermediate container 6d50ebf89a31 [2023-04-10T08:29:03.187Z] ---> 46fd13421450 [2023-04-10T08:29:03.187Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-10T08:29:03.187Z] Removing intermediate container b70a331c9dab [2023-04-10T08:29:03.187Z] ---> b9ccf2533f73 [2023-04-10T08:29:03.187Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T08:29:03.187Z] ---> Running in edc6cda44bbe [2023-04-10T08:29:03.187Z] ---> Running in 9deb1d586bd1 [2023-04-10T08:29:03.187Z] ---> Running in 27f01e600e7f [2023-04-10T08:29:03.187Z] ---> Running in 9cd359cd794e [2023-04-10T08:29:03.187Z] ---> Running in fb528b6a9ddf [2023-04-10T08:29:03.187Z] Removing intermediate container 9deb1d586bd1 [2023-04-10T08:29:03.187Z] ---> 6bdcabea50be [2023-04-10T08:29:03.187Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-10T08:29:03.187Z] Removing intermediate container 27f01e600e7f [2023-04-10T08:29:03.187Z] ---> e1a61486b83e [2023-04-10T08:29:03.187Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-10T08:29:03.187Z] ---> Running in 5521d068f5f8 [2023-04-10T08:29:03.187Z] ---> Running in 1ab1647aa11c [2023-04-10T08:29:03.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.445Z] OK: 265 MiB in 53 packages [2023-04-10T08:29:03.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.705Z] OK: 265 MiB in 53 packages [2023-04-10T08:29:03.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.705Z] OK: 265 MiB in 53 packages [2023-04-10T08:29:03.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:29:03.964Z] Removing intermediate container edc6cda44bbe [2023-04-10T08:29:03.964Z] ---> 6e0bc0883e03 [2023-04-10T08:29:03.964Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-10T08:29:03.964Z] OK: 265 MiB in 53 packages [2023-04-10T08:29:03.964Z] OK: 265 MiB in 53 packages [2023-04-10T08:29:03.964Z] ---> 0d58941d8c6b [2023-04-10T08:29:03.964Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:29:03.964Z] ---> Running in a13664d29be6 [2023-04-10T08:29:04.222Z] Removing intermediate container fb528b6a9ddf [2023-04-10T08:29:04.222Z] ---> 53297ab5f716 [2023-04-10T08:29:04.222Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T08:29:04.222Z] Removing intermediate container 9cd359cd794e [2023-04-10T08:29:04.222Z] ---> f02269718e85 [2023-04-10T08:29:04.222Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-10T08:29:04.222Z] ---> cf53b4b8a0f2 [2023-04-10T08:29:04.222Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:29:04.222Z] ---> 7f0949df7d76 [2023-04-10T08:29:04.222Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:29:04.480Z] ---> Running in 9475cd5f8e03 [2023-04-10T08:29:04.480Z] ---> Running in a819fba36bff [2023-04-10T08:29:04.480Z] Removing intermediate container 5521d068f5f8 [2023-04-10T08:29:04.480Z] ---> 4cae4dc94a39 [2023-04-10T08:29:04.480Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-10T08:29:04.480Z] Removing intermediate container 1ab1647aa11c [2023-04-10T08:29:04.480Z] ---> eafc538093fe [2023-04-10T08:29:04.480Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-10T08:29:04.480Z] ---> 09dfca5179b1 [2023-04-10T08:29:04.480Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:29:04.480Z] ---> Running in 787b928f6753 [2023-04-10T08:29:04.737Z] ---> 8149800172ac [2023-04-10T08:29:04.737Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:29:04.737Z] ---> Running in c07c3bccbb2d [2023-04-10T08:29:10.122Z] ce5c4a1c91eb: Pull complete [2023-04-10T08:29:10.391Z] 169dfbe0d373: Pull complete [2023-04-10T08:29:10.662Z] e1ff8fa3b103: Pull complete [2023-04-10T08:29:20.797Z] 52ebb69f0ebf: Pull complete [2023-04-10T08:29:21.386Z] 5abe8eddf0d5: Pull complete [2023-04-10T08:29:21.386Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-10T08:29:21.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T08:29:21.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-10T08:29:21.763Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T08:29:21.763Z] WORKDIR /edgex [2023-04-10T08:29:21.763Z] COPY go.mod . [2023-04-10T08:29:21.763Z] RUN go mod download -t [2023-04-10T08:29:21.763Z] ci-base-image-arm64 -f - . [2023-04-10T08:29:22.346Z] Sending build context to Docker daemon 2.936MB [2023-04-10T08:29:22.346Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T08:29:22.346Z] ---> 6cb57ee374ae [2023-04-10T08:29:22.346Z] Step 2/4 : WORKDIR /edgex [2023-04-10T08:29:24.294Z] ---> Running in d843012f2e61 [2023-04-10T08:29:24.294Z] Removing intermediate container d843012f2e61 [2023-04-10T08:29:24.294Z] ---> 4a3291b20cef [2023-04-10T08:29:24.294Z] Step 3/4 : COPY go.mod . [2023-04-10T08:29:24.878Z] ---> aef1153ab8c7 [2023-04-10T08:29:24.878Z] Step 4/4 : RUN go mod download [2023-04-10T08:29:24.878Z] ---> Running in cbc954318daf [2023-04-10T08:29:57.481Z] Removing intermediate container cbc954318daf [2023-04-10T08:29:57.481Z] ---> 054c3a399757 [2023-04-10T08:29:57.481Z] Successfully built 054c3a399757 [2023-04-10T08:29:57.481Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:29:57.884Z] + docker inspect -f . ci-base-image-arm64 [2023-04-10T08:29:57.884Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:29:58.132Z] prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container [2023-04-10T08:29:58.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-10T08:29:59.391Z] $ docker top 0bce806ad485e21973e555d01b3456b80942a5394006b041dbc9d89144d0bccd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T08:30:00.243Z] + go version [2023-04-10T08:30:00.243Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-10T08:30:00.279Z] $ docker stop --time=1 0bce806ad485e21973e555d01b3456b80942a5394006b041dbc9d89144d0bccd [2023-04-10T08:30:00.973Z] Removing intermediate container a819fba36bff [2023-04-10T08:30:00.973Z] ---> b205a2ced5b3 [2023-04-10T08:30:00.973Z] Step 7/27 : COPY . . [2023-04-10T08:30:00.973Z] Removing intermediate container a13664d29be6 [2023-04-10T08:30:00.973Z] ---> 791305f8e6f2 [2023-04-10T08:30:00.973Z] Step 7/26 : COPY . . [2023-04-10T08:30:00.973Z] Removing intermediate container c07c3bccbb2d [2023-04-10T08:30:00.973Z] ---> ff63353072d5 [2023-04-10T08:30:00.973Z] Step 8/25 : COPY . . [2023-04-10T08:30:00.973Z] Removing intermediate container 9475cd5f8e03 [2023-04-10T08:30:00.973Z] ---> e4e414ef9a9b [2023-04-10T08:30:00.973Z] Step 7/33 : COPY . . [2023-04-10T08:30:00.973Z] Removing intermediate container 787b928f6753 [2023-04-10T08:30:00.973Z] ---> 3ba84f1566ff [2023-04-10T08:30:00.973Z] Step 8/24 : COPY . . [2023-04-10T08:30:01.880Z] $ docker rm -f --volumes 0bce806ad485e21973e555d01b3456b80942a5394006b041dbc9d89144d0bccd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:30:02.740Z] + docker inspect -f . ci-base-image-arm64 [2023-04-10T08:30:02.740Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:30:02.991Z] prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container [2023-04-10T08:30:03.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-10T08:30:04.118Z] $ docker top 02eb4b0c9c6a3d343f4973cb42b70264b25e315282fdbc9b4f56c23d37c4acd7 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-10T08:30:04.348Z] ========================================================= [2023-04-10T08:30:04.348Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-10T08:30:04.348Z] ========================================================= [Pipeline] sh [2023-04-10T08:30:04.660Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-10T08:30:05.036Z] + make test [2023-04-10T08:30:05.036Z] go test -race -coverprofile=coverage.out ./... [2023-04-10T08:30:10.976Z] ---> af45b73717c6 [2023-04-10T08:30:10.976Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T08:30:10.976Z] ---> 9771c472f8bb [2023-04-10T08:30:10.976Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-10T08:30:10.976Z] ---> f1152725c286 [2023-04-10T08:30:10.976Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-10T08:30:10.976Z] ---> Running in 0938ce6f54a4 [2023-04-10T08:30:10.976Z] ---> 2a22e7a3ff56 [2023-04-10T08:30:10.976Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T08:30:10.976Z] ---> 7760876a6b3e [2023-04-10T08:30:10.976Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-10T08:30:10.976Z] ---> Running in e3bbaba2d20a [2023-04-10T08:30:10.976Z] ---> Running in 35e37407f4e0 [2023-04-10T08:30:11.234Z] ---> Running in 7b09fb1f5680 [2023-04-10T08:30:11.234Z] ---> Running in 5536a1629e85 [2023-04-10T08:30:11.234Z] Removing intermediate container 0938ce6f54a4 [2023-04-10T08:30:11.234Z] ---> 5f1d36740f32 [2023-04-10T08:30:11.234Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T08:30:11.234Z] ---> Running in 44ee294f8bfe [2023-04-10T08:30:11.234Z] Removing intermediate container 7b09fb1f5680 [2023-04-10T08:30:11.234Z] ---> 98dafb7105d9 [2023-04-10T08:30:11.234Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-10T08:30:11.234Z] ---> Running in d46c82cec5e2 [2023-04-10T08:30:11.234Z] Removing intermediate container 44ee294f8bfe [2023-04-10T08:30:11.234Z] ---> 0e051527b28a [2023-04-10T08:30:11.234Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T08:30:11.234Z] ---> Running in c679682dc4e3 [2023-04-10T08:30:11.234Z] Removing intermediate container d46c82cec5e2 [2023-04-10T08:30:11.234Z] ---> d72d6c5a0af4 [2023-04-10T08:30:11.234Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T08:30:11.234Z] ---> Running in 888b397cc5ae [2023-04-10T08:30:11.492Z] Removing intermediate container c679682dc4e3 [2023-04-10T08:30:11.492Z] ---> 3166728f2ae7 [2023-04-10T08:30:11.492Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-10T08:30:11.492Z] Removing intermediate container 888b397cc5ae [2023-04-10T08:30:11.492Z] ---> 940401f5615e [2023-04-10T08:30:11.492Z] Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-10T08:30:11.492Z] ---> Running in e59ee1b22655 [2023-04-10T08:30:11.492Z] ---> Running in 3d7bd8cad68b [2023-04-10T08:30:11.492Z] 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-04-10T08:30:11.749Z] 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-04-10T08:30:11.749Z] 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-04-10T08:30:13.647Z] Removing intermediate container e59ee1b22655 [2023-04-10T08:30:13.647Z] ---> edd6ed4444df [2023-04-10T08:30:13.647Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T08:30:13.647Z] Removing intermediate container 3d7bd8cad68b [2023-04-10T08:30:13.647Z] ---> f96a8753c1b0 [2023-04-10T08:30:13.647Z] Step 12/26 : WORKDIR /edgex-go [2023-04-10T08:30:13.647Z] ---> Running in 3c1317435692 [2023-04-10T08:30:13.647Z] ---> Running in 35878edddd6c [2023-04-10T08:30:13.647Z] Removing intermediate container 35878edddd6c [2023-04-10T08:30:13.647Z] ---> 66903c757055 [2023-04-10T08:30:13.647Z] [2023-04-10T08:30:13.647Z] Step 13/26 : FROM alpine:3.17 [2023-04-10T08:30:13.647Z] Removing intermediate container 3c1317435692 [2023-04-10T08:30:13.647Z] ---> 2661539a3d65 [2023-04-10T08:30:13.647Z] [2023-04-10T08:30:13.647Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T08:30:13.908Z] 3.17: Pulling from library/alpine [2023-04-10T08:30:13.908Z] 3.17: Pulling from library/alpine [2023-04-10T08:30:14.840Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T08:30:14.840Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T08:30:14.840Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T08:30:14.840Z] Status: Image is up to date for alpine:3.17 [2023-04-10T08:30:14.840Z] ---> 9ed4aefc74f6 [2023-04-10T08:30:14.840Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T08:30:14.840Z] ---> 9ed4aefc74f6 [2023-04-10T08:30:14.840Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T08:30:14.840Z] ---> Running in 9f69b0afda0c [2023-04-10T08:30:14.840Z] ---> Running in 246af6db018e [2023-04-10T08:30:14.840Z] Removing intermediate container 9f69b0afda0c [2023-04-10T08:30:14.840Z] ---> 4e6d10d9f405 [2023-04-10T08:30:14.840Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T08:30:14.840Z] ---> Running in c9131964532d [2023-04-10T08:30:15.097Z] Removing intermediate container 246af6db018e [2023-04-10T08:30:15.097Z] ---> 4e2abdbc6648 [2023-04-10T08:30:15.097Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T08:30:15.097Z] ---> Running in b0ab70e3b26a [2023-04-10T08:30:15.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:15.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:15.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:15.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:15.924Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:30:15.924Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:30:15.924Z] OK: 17818 distinct packages available [2023-04-10T08:30:16.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:16.181Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:30:16.181Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:30:16.181Z] OK: 17818 distinct packages available [2023-04-10T08:30:16.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:16.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:16.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:16.441Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-10T08:30:16.441Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-10T08:30:16.441Z] (3/5) Installing libucontext (1.2-r0) [2023-04-10T08:30:16.441Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-10T08:30:16.441Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-10T08:30:16.441Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:30:16.441Z] OK: 8 MiB in 20 packages [2023-04-10T08:30:16.441Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-10T08:30:16.698Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-10T08:30:16.698Z] (3/5) Installing libucontext (1.2-r0) [2023-04-10T08:30:16.698Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-10T08:30:16.698Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-10T08:30:16.698Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:30:16.698Z] OK: 8 MiB in 20 packages [2023-04-10T08:30:18.618Z] Removing intermediate container c9131964532d [2023-04-10T08:30:18.619Z] ---> 5c6a11d37f52 [2023-04-10T08:30:18.619Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:30:19.183Z] Removing intermediate container b0ab70e3b26a [2023-04-10T08:30:19.183Z] ---> d63d358e8fde [2023-04-10T08:30:19.183Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:30:19.183Z] ---> 6fbc5567aa51 [2023-04-10T08:30:19.183Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:30:20.294Z] ---> ad7443994218 [2023-04-10T08:30:20.294Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T08:30:20.294Z] ---> e5f4338157fc [2023-04-10T08:30:20.294Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:30:23.924Z] ---> 5fb81319a7c9 [2023-04-10T08:30:23.924Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-10T08:30:25.985Z] ---> 4205630f1125 [2023-04-10T08:30:25.985Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T08:30:25.985Z] ---> b7c31f5a179f [2023-04-10T08:30:25.985Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T08:30:26.244Z] ---> fb2d94f80beb [2023-04-10T08:30:26.244Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-10T08:30:26.244Z] ---> e809f9a044e3 [2023-04-10T08:30:26.244Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-10T08:30:27.616Z] ---> b179d3f8e711 [2023-04-10T08:30:27.616Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T08:30:28.182Z] ---> Running in e9fe6486a90b [2023-04-10T08:30:28.747Z] ---> d62d01edafd7 [2023-04-10T08:30:28.747Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T08:30:29.724Z] Removing intermediate container e9fe6486a90b [2023-04-10T08:30:29.724Z] ---> 42c1cd7eab6e [2023-04-10T08:30:29.724Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T08:30:30.291Z] ---> 3b486fb07087 [2023-04-10T08:30:30.291Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-10T08:30:30.291Z] ---> Running in 4cf2ee1d5a6e [2023-04-10T08:30:30.291Z] Removing intermediate container 4cf2ee1d5a6e [2023-04-10T08:30:30.291Z] ---> 3eca9bf30b47 [2023-04-10T08:30:30.291Z] Step 24/26 : LABEL arch=x86_64 [2023-04-10T08:30:30.291Z] ---> Running in 97c61616008a [2023-04-10T08:30:30.291Z] ---> a0e8492278c5 [2023-04-10T08:30:30.291Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-10T08:30:30.552Z] Removing intermediate container 97c61616008a [2023-04-10T08:30:30.552Z] ---> 721a61fc8bc6 [2023-04-10T08:30:30.552Z] Step 25/26 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:30:30.552Z] ---> Running in 63dfc8c73389 [2023-04-10T08:30:30.552Z] ---> 7f19a5302ec9 [2023-04-10T08:30:30.552Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T08:30:30.809Z] ---> Running in 705a97bee52e [2023-04-10T08:30:30.809Z] Removing intermediate container 63dfc8c73389 [2023-04-10T08:30:30.809Z] ---> 4f0809040cf7 [2023-04-10T08:30:30.809Z] Step 26/26 : LABEL version=0.0.0 [2023-04-10T08:30:31.067Z] ---> Running in 104308e130cb [2023-04-10T08:30:31.067Z] Removing intermediate container 705a97bee52e [2023-04-10T08:30:31.067Z] ---> d832c688482a [2023-04-10T08:30:31.067Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T08:30:31.067Z] ---> Running in 8f56d28a7877 [2023-04-10T08:30:31.325Z] Removing intermediate container 104308e130cb [2023-04-10T08:30:31.325Z] ---> b34b92788f7e [2023-04-10T08:30:31.325Z] [2023-04-10T08:30:31.325Z] Removing intermediate container 8f56d28a7877 [2023-04-10T08:30:31.325Z] ---> ede44062b5aa [2023-04-10T08:30:31.325Z] Step 25/27 : LABEL arch=x86_64 [2023-04-10T08:30:31.325Z] Successfully built b34b92788f7e [2023-04-10T08:30:31.325Z] Successfully tagged security-spire-server:latest [2023-04-10T08:30:31.325Z] Building support-scheduler [2023-04-10T08:30:31.325Z]  Building security-spire-server ... done  ---> Running in aca59eb53560 [2023-04-10T08:30:34.010Z] Removing intermediate container aca59eb53560 [2023-04-10T08:30:34.010Z] ---> acb82b428b09 [2023-04-10T08:30:34.010Z] Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:30:35.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:30:35.934Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:30:35.934Z] ---> 77ff47d3faf8 [2023-04-10T08:30:35.934Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:30:35.934Z] ---> Using cache [2023-04-10T08:30:35.934Z] ---> 1bb45d6914dc [2023-04-10T08:30:35.934Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:30:35.934Z] ---> Using cache [2023-04-10T08:30:35.934Z] ---> e1a61486b83e [2023-04-10T08:30:35.934Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:30:35.934Z] ---> Using cache [2023-04-10T08:30:35.934Z] ---> eafc538093fe [2023-04-10T08:30:35.934Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:30:35.934Z] ---> Using cache [2023-04-10T08:30:35.934Z] ---> 8149800172ac [2023-04-10T08:30:35.934Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:30:35.934Z] ---> Using cache [2023-04-10T08:30:35.934Z] ---> ff63353072d5 [2023-04-10T08:30:35.934Z] Step 8/23 : COPY . . [2023-04-10T08:30:35.934Z] ---> Using cache [2023-04-10T08:30:35.934Z] ---> 7760876a6b3e [2023-04-10T08:30:35.934Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-10T08:30:39.248Z] ---> Running in 57b6a5bd0050 [2023-04-10T08:30:39.248Z] ---> Running in da71e3a51add [2023-04-10T08:30:39.248Z] Removing intermediate container 57b6a5bd0050 [2023-04-10T08:30:39.248Z] ---> 0430b9eec9e2 [2023-04-10T08:30:39.248Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T08:30:39.248Z] ---> Running in 33beb8f3a7d5 [2023-04-10T08:30:39.248Z] Removing intermediate container 33beb8f3a7d5 [2023-04-10T08:30:39.248Z] ---> a19b64ca7976 [2023-04-10T08:30:39.248Z] [2023-04-10T08:30:39.248Z] Successfully built a19b64ca7976 [2023-04-10T08:30:39.823Z] Successfully tagged security-spire-agent:latest [2023-04-10T08:30:39.823Z] Building support-notifications [2023-04-10T08:30:40.082Z]  Building security-spire-agent ... done 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-04-10T08:30:43.895Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-10T08:30:44.323Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:30:44.323Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:30:44.323Z] ---> 77ff47d3faf8 [2023-04-10T08:30:44.323Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:30:44.323Z] ---> Using cache [2023-04-10T08:30:44.323Z] ---> 1bb45d6914dc [2023-04-10T08:30:44.323Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:30:44.323Z] ---> Using cache [2023-04-10T08:30:44.323Z] ---> e1a61486b83e [2023-04-10T08:30:44.323Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-10T08:30:50.879Z] ---> Running in b65844a51866 [2023-04-10T08:30:51.137Z] Removing intermediate container 5536a1629e85 [2023-04-10T08:30:51.137Z] ---> f116067a9023 [2023-04-10T08:30:51.137Z] [2023-04-10T08:30:51.137Z] Step 10/25 : FROM alpine:3.17 [2023-04-10T08:30:51.137Z] ---> 9ed4aefc74f6 [2023-04-10T08:30:51.137Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:30:51.137Z] Removing intermediate container e3bbaba2d20a [2023-04-10T08:30:51.137Z] ---> 3663ac4c5b8c [2023-04-10T08:30:51.137Z] [2023-04-10T08:30:51.137Z] Step 10/24 : FROM alpine:3.17 [2023-04-10T08:30:51.137Z] Removing intermediate container 35e37407f4e0 [2023-04-10T08:30:51.137Z] ---> f9564b1d2ed7 [2023-04-10T08:30:51.137Z] [2023-04-10T08:30:51.137Z] Step 9/33 : FROM alpine:3.17 [2023-04-10T08:30:51.137Z] ---> 9ed4aefc74f6 [2023-04-10T08:30:51.137Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T08:30:51.137Z] ---> 9ed4aefc74f6 [2023-04-10T08:30:51.137Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:30:51.137Z] ---> Running in e49970247db9 [2023-04-10T08:30:51.137Z] ---> Running in 9424389b147b [2023-04-10T08:30:51.137Z] ---> Running in 643d83e97a2b [2023-04-10T08:30:51.393Z] Removing intermediate container 9424389b147b [2023-04-10T08:30:51.394Z] ---> fd68541ca2c2 [2023-04-10T08:30:51.394Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-10T08:30:51.394Z] ---> Running in 2270a5aacb35 [2023-04-10T08:30:51.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:51.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:51.652Z] OK: 265 MiB in 53 packages [2023-04-10T08:30:51.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:51.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:51.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:51.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:51.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:51.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:30:52.182Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T08:30:52.182Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:30:52.182Z] OK: 7 MiB in 16 packages [2023-04-10T08:30:52.182Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T08:30:52.182Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:30:52.182Z] OK: 7 MiB in 16 packages [2023-04-10T08:30:52.182Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T08:30:52.441Z] (2/2) Installing su-exec (0.2-r2) [2023-04-10T08:30:52.441Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:30:52.441Z] OK: 7 MiB in 17 packages [2023-04-10T08:30:52.441Z] Removing intermediate container b65844a51866 [2023-04-10T08:30:52.441Z] ---> 1a20c73558eb [2023-04-10T08:30:52.441Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:30:53.005Z] ---> d8b94b7c0bbd [2023-04-10T08:30:53.005Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:30:53.005Z] ---> Running in 21b6e621bcb7 [2023-04-10T08:30:53.005Z] Removing intermediate container e49970247db9 [2023-04-10T08:30:53.005Z] ---> f0aaec9fa275 [2023-04-10T08:30:53.005Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:30:53.005Z] ---> Running in 6aafe3e0c3d1 [2023-04-10T08:30:53.263Z] Removing intermediate container 2270a5aacb35 [2023-04-10T08:30:53.263Z] ---> f3a613fdbe0d [2023-04-10T08:30:53.263Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-10T08:30:53.263Z] Removing intermediate container 643d83e97a2b [2023-04-10T08:30:53.263Z] ---> 8039f9c9c11d [2023-04-10T08:30:53.263Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:30:53.263Z] Removing intermediate container 6aafe3e0c3d1 [2023-04-10T08:30:53.263Z] ---> 81d564648439 [2023-04-10T08:30:53.263Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-10T08:30:53.263Z] ---> Running in 1aa51893d673 [2023-04-10T08:30:53.263Z] ---> Running in 395d2df93c13 [2023-04-10T08:30:53.263Z] ---> Running in 43d8d1af6dab [2023-04-10T08:30:53.520Z] Removing intermediate container 395d2df93c13 [2023-04-10T08:30:53.520Z] ---> 98c30a112920 [2023-04-10T08:30:53.520Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-10T08:30:53.520Z] Removing intermediate container 1aa51893d673 [2023-04-10T08:30:53.520Z] ---> 47e670b7f6d5 [2023-04-10T08:30:53.520Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-10T08:30:53.520Z] ---> Running in b5dc7af16e64 [2023-04-10T08:30:53.520Z] Removing intermediate container 43d8d1af6dab [2023-04-10T08:30:53.520Z] ---> 1be2424b07a5 [2023-04-10T08:30:53.520Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-10T08:30:53.520Z] ---> Running in 8658e6496700 [2023-04-10T08:30:53.520Z] ---> Running in 49a8c23ebefa [2023-04-10T08:30:54.103Z] Removing intermediate container 49a8c23ebefa [2023-04-10T08:30:54.103Z] ---> a2c758705ee6 [2023-04-10T08:30:54.103Z] Step 15/24 : WORKDIR / [2023-04-10T08:30:54.103Z] Removing intermediate container 8658e6496700 [2023-04-10T08:30:54.103Z] ---> 6017ad78081e [2023-04-10T08:30:54.103Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-10T08:30:54.103Z] Removing intermediate container b5dc7af16e64 [2023-04-10T08:30:54.103Z] ---> b996855ebbd5 [2023-04-10T08:30:54.103Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-10T08:30:54.103Z] ---> Running in 4996bd3515b1 [2023-04-10T08:30:54.103Z] ---> Running in 54487458e590 [2023-04-10T08:30:54.103Z] ---> Running in 10e75e351e3a [2023-04-10T08:30:54.103Z] Removing intermediate container 4996bd3515b1 [2023-04-10T08:30:54.103Z] ---> 6a11387a47ec [2023-04-10T08:30:54.103Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-10T08:30:54.362Z] ---> Running in 6a8082763ad2 [2023-04-10T08:30:54.362Z] Removing intermediate container 54487458e590 [2023-04-10T08:30:54.362Z] ---> db03487690b5 [2023-04-10T08:30:54.362Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:30:54.362Z] Removing intermediate container 10e75e351e3a [2023-04-10T08:30:54.621Z] ---> 0c83ef81ade9 [2023-04-10T08:30:54.621Z] Step 15/25 : WORKDIR / [2023-04-10T08:30:54.621Z] Removing intermediate container 6a8082763ad2 [2023-04-10T08:30:54.621Z] ---> 20fb84086b86 [2023-04-10T08:30:54.621Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-10T08:30:54.621Z] ---> Running in 988121a38e92 [2023-04-10T08:30:54.621Z] ---> Running in 6345cb69613f [2023-04-10T08:30:54.621Z] ---> 4bd9a73f2e6d [2023-04-10T08:30:54.621Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:30:54.621Z] Removing intermediate container 988121a38e92 [2023-04-10T08:30:54.621Z] ---> 7e8ba319d5eb [2023-04-10T08:30:54.621Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:30:55.196Z] ---> 9d5ebd8ac4e2 [2023-04-10T08:30:55.196Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:30:55.196Z] ---> d6e181d68e9c [2023-04-10T08:30:55.196Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-10T08:30:55.778Z] ---> 2f4065d06b49 [2023-04-10T08:30:55.778Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-10T08:30:55.778Z] ---> fc425a2f9e2e [2023-04-10T08:30:55.778Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:30:55.778Z] Removing intermediate container 6345cb69613f [2023-04-10T08:30:55.778Z] ---> 9eaf6d38ef97 [2023-04-10T08:30:55.778Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-10T08:30:56.044Z] ---> Running in 0b799264f240 [2023-04-10T08:30:56.305Z] ---> ce237770f084 [2023-04-10T08:30:56.305Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-10T08:30:56.305Z] Removing intermediate container 0b799264f240 [2023-04-10T08:30:56.305Z] ---> a23d611abd68 [2023-04-10T08:30:56.305Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-10T08:30:56.305Z] ---> Running in e8c13792c19b [2023-04-10T08:30:56.305Z] ---> 9a34e8c1d0d9 [2023-04-10T08:30:56.305Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:30:56.569Z] Removing intermediate container e8c13792c19b [2023-04-10T08:30:56.569Z] ---> 8f3eef54082f [2023-04-10T08:30:56.569Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:30:56.569Z] ---> Running in ff66ac7213a5 [2023-04-10T08:30:56.569Z] ---> 950ccc2e1571 [2023-04-10T08:30:56.569Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-10T08:30:56.830Z] ---> Running in a68a9f06fab4 [2023-04-10T08:30:56.830Z] ---> 9a018845334a [2023-04-10T08:30:56.830Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-10T08:30:56.830Z] Removing intermediate container ff66ac7213a5 [2023-04-10T08:30:56.830Z] ---> 63789d00066b [2023-04-10T08:30:56.830Z] Step 22/24 : LABEL arch=x86_64 [2023-04-10T08:30:56.830Z] ---> Running in 3c16d17c3de9 [2023-04-10T08:30:57.091Z] ---> a21f8382bbe5 [2023-04-10T08:30:57.091Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-10T08:30:57.091Z] ---> Running in b041245439d0 [2023-04-10T08:30:57.091Z] Removing intermediate container 3c16d17c3de9 [2023-04-10T08:30:57.091Z] ---> 9a97f9aa3d62 [2023-04-10T08:30:57.091Z] Step 23/24 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:30:57.351Z] ---> Running in 5c6cdb240c89 [2023-04-10T08:30:57.351Z] Removing intermediate container b041245439d0 [2023-04-10T08:30:57.351Z] ---> 6417f03ec23c [2023-04-10T08:30:57.351Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:30:58.779Z] ---> Running in 68a694bb7145 [2023-04-10T08:31:02.086Z] Removing intermediate container 5c6cdb240c89 [2023-04-10T08:31:02.086Z] ---> e93cecb5a0cf [2023-04-10T08:31:02.086Z] Step 24/24 : LABEL version=0.0.0 [2023-04-10T08:31:03.095Z] Removing intermediate container 68a694bb7145 [2023-04-10T08:31:03.095Z] ---> 3e38c036cddb [2023-04-10T08:31:03.095Z] Step 23/25 : LABEL arch=x86_64 [2023-04-10T08:31:03.357Z] ---> Running in 26e8ecf9ad83 [2023-04-10T08:31:03.357Z] ---> Running in 5cbe0d4dca3f [2023-04-10T08:31:03.357Z] Removing intermediate container a68a9f06fab4 [2023-04-10T08:31:03.357Z] ---> d04df6601189 [2023-04-10T08:31:03.357Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:31:03.925Z] Removing intermediate container 26e8ecf9ad83 [2023-04-10T08:31:03.925Z] ---> 01e4d9c46c4a [2023-04-10T08:31:03.925Z] [2023-04-10T08:31:03.925Z] Removing intermediate container 5cbe0d4dca3f [2023-04-10T08:31:03.925Z] ---> 6c1b9b747c98 [2023-04-10T08:31:03.925Z] Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:31:03.925Z] Successfully built 01e4d9c46c4a [2023-04-10T08:31:03.925Z] Successfully tagged core-command:latest [2023-04-10T08:31:03.925Z]  Building core-command ... done Building core-data [2023-04-10T08:31:04.184Z] ---> 7abb30bbaef6 [2023-04-10T08:31:04.184Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:31:08.382Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:31:08.382Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:31:08.382Z] ---> 77ff47d3faf8 [2023-04-10T08:31:08.382Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:31:08.382Z] ---> Using cache [2023-04-10T08:31:08.382Z] ---> 1bb45d6914dc [2023-04-10T08:31:08.382Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:31:08.382Z] ---> Using cache [2023-04-10T08:31:08.382Z] ---> e1a61486b83e [2023-04-10T08:31:08.382Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:31:08.382Z] ---> Using cache [2023-04-10T08:31:08.382Z] ---> eafc538093fe [2023-04-10T08:31:08.382Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:31:08.382Z] ---> Using cache [2023-04-10T08:31:08.382Z] ---> 8149800172ac [2023-04-10T08:31:08.382Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:31:08.382Z] ---> Using cache [2023-04-10T08:31:08.382Z] ---> ff63353072d5 [2023-04-10T08:31:08.382Z] Step 8/23 : COPY . . [2023-04-10T08:31:08.382Z] ---> Using cache [2023-04-10T08:31:08.382Z] ---> 7760876a6b3e [2023-04-10T08:31:08.382Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-10T08:31:12.593Z] ---> Running in 06a9e8d216e8 [2023-04-10T08:31:12.881Z] ---> 1fef2c0bf523 [2023-04-10T08:31:12.881Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-10T08:31:12.881Z] ---> Running in 4db1dba0b611 [2023-04-10T08:31:12.881Z] Removing intermediate container 06a9e8d216e8 [2023-04-10T08:31:12.881Z] ---> 54274e3c9717 [2023-04-10T08:31:12.881Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T08:31:13.141Z] Removing intermediate container da71e3a51add [2023-04-10T08:31:13.141Z] ---> a7522cfd5745 [2023-04-10T08:31:13.141Z] [2023-04-10T08:31:13.141Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:31:13.141Z] ---> 9ed4aefc74f6 [2023-04-10T08:31:13.141Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:31:13.141Z] ---> Using cache [2023-04-10T08:31:13.141Z] ---> 8039f9c9c11d [2023-04-10T08:31:13.141Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:31:13.141Z] ---> Using cache [2023-04-10T08:31:13.141Z] ---> 98c30a112920 [2023-04-10T08:31:13.141Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-10T08:31:13.401Z] ---> Running in e581868e50dc [2023-04-10T08:31:13.401Z] 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-04-10T08:31:13.401Z] ---> Running in c40088a7c677 [2023-04-10T08:31:13.401Z] ---> 421db3f4751a [2023-04-10T08:31:13.401Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-10T08:31:13.401Z] Removing intermediate container e581868e50dc [2023-04-10T08:31:13.401Z] ---> 058ad4c2d3e1 [2023-04-10T08:31:13.401Z] [2023-04-10T08:31:13.662Z] Successfully built 058ad4c2d3e1 [2023-04-10T08:31:13.662Z] Successfully tagged core-metadata:latest [2023-04-10T08:31:13.662Z]  Building core-metadata ... done Building security-spire-config [2023-04-10T08:31:13.662Z] Removing intermediate container c40088a7c677 [2023-04-10T08:31:13.662Z] ---> 31542f6b04c8 [2023-04-10T08:31:13.662Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T08:31:13.662Z] ---> 7a113ee763f8 [2023-04-10T08:31:13.662Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-10T08:31:13.662Z] ---> Running in 7a9772f1c042 [2023-04-10T08:31:13.923Z] Removing intermediate container 21b6e621bcb7 [2023-04-10T08:31:13.923Z] ---> 14604c8622d9 [2023-04-10T08:31:13.923Z] Step 8/23 : COPY . . [2023-04-10T08:31:19.204Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:31:19.204Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:31:19.204Z] ---> 77ff47d3faf8 [2023-04-10T08:31:19.204Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> b9ccf2533f73 [2023-04-10T08:31:19.204Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> 53297ab5f716 [2023-04-10T08:31:19.204Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> cf53b4b8a0f2 [2023-04-10T08:31:19.204Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> b205a2ced5b3 [2023-04-10T08:31:19.204Z] Step 7/27 : COPY . . [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> af45b73717c6 [2023-04-10T08:31:19.204Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> 5f1d36740f32 [2023-04-10T08:31:19.204Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> 0e051527b28a [2023-04-10T08:31:19.204Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> 3166728f2ae7 [2023-04-10T08:31:19.204Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> edd6ed4444df [2023-04-10T08:31:19.204Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> 2661539a3d65 [2023-04-10T08:31:19.204Z] [2023-04-10T08:31:19.204Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T08:31:19.204Z] ---> 9ed4aefc74f6 [2023-04-10T08:31:19.204Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T08:31:19.204Z] ---> Using cache [2023-04-10T08:31:19.204Z] ---> 4e2abdbc6648 [2023-04-10T08:31:19.204Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-10T08:31:22.501Z] Removing intermediate container 7a9772f1c042 [2023-04-10T08:31:22.501Z] ---> d49d6f7fb14e [2023-04-10T08:31:22.501Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:31:22.501Z] ---> dea25faea6ba [2023-04-10T08:31:22.501Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-10T08:31:22.501Z] ---> Running in f71cc7ee81d6 [2023-04-10T08:31:22.501Z] ---> 5437ff58d060 [2023-04-10T08:31:22.501Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-10T08:31:22.501Z] ---> 9a39128305fb [2023-04-10T08:31:22.501Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-10T08:31:22.501Z] ---> Running in 4287cf257621 [2023-04-10T08:31:22.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:22.501Z] ---> f0a8c4342a53 [2023-04-10T08:31:22.501Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:31:22.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:23.043Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:31:23.043Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:31:23.043Z] OK: 17818 distinct packages available [2023-04-10T08:31:23.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:23.043Z] ---> 2aa610e969ca [2023-04-10T08:31:23.043Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-10T08:31:23.043Z] ---> 555c883f60e2 [2023-04-10T08:31:23.043Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-10T08:31:23.043Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-10T08:31:23.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:23.302Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-10T08:31:23.302Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-10T08:31:23.302Z] (3/4) Installing libucontext (1.2-r0) [2023-04-10T08:31:23.302Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-10T08:31:23.302Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:31:23.302Z] OK: 7 MiB in 19 packages [2023-04-10T08:31:24.242Z] ---> 0d45e11b81ee [2023-04-10T08:31:24.242Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-10T08:31:24.242Z] ---> 8a6e805bb2a4 [2023-04-10T08:31:24.242Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:31:24.242Z] ---> Running in 9279119ec17a [2023-04-10T08:31:24.503Z] ---> cd2765bd3cf6 [2023-04-10T08:31:24.503Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-10T08:31:24.503Z] Removing intermediate container f71cc7ee81d6 [2023-04-10T08:31:24.503Z] ---> 571d48f1a649 [2023-04-10T08:31:24.503Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:31:24.503Z] ---> Running in d4a690f0be1d [2023-04-10T08:31:24.503Z] Removing intermediate container d4a690f0be1d [2023-04-10T08:31:24.503Z] ---> 9a016701ccb9 [2023-04-10T08:31:24.503Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:31:24.762Z] ---> Running in 0a57576f3745 [2023-04-10T08:31:24.762Z] ---> 0fbd3b4e76d4 [2023-04-10T08:31:24.762Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:31:24.762Z] Removing intermediate container 0a57576f3745 [2023-04-10T08:31:24.762Z] ---> 14b8a83dc5aa [2023-04-10T08:31:24.762Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T08:31:24.762Z] ---> Running in 80b4cc61fcf4 [2023-04-10T08:31:24.762Z] ---> 44257efd7cdc [2023-04-10T08:31:24.762Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T08:31:25.030Z] Removing intermediate container 80b4cc61fcf4 [2023-04-10T08:31:25.030Z] ---> 8c3f7899dbe9 [2023-04-10T08:31:25.030Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:31:25.030Z] ---> Running in e9fa79e1d9cc [2023-04-10T08:31:25.030Z] Removing intermediate container 9279119ec17a [2023-04-10T08:31:25.030Z] ---> ab26c7754819 [2023-04-10T08:31:25.030Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-10T08:31:25.977Z] ---> Running in e7987e1457d2 [2023-04-10T08:31:25.977Z] Removing intermediate container e9fa79e1d9cc [2023-04-10T08:31:25.977Z] ---> adc443118198 [2023-04-10T08:31:25.977Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:31:26.235Z] ---> Running in 92df4ba91dd2 [2023-04-10T08:31:26.235Z] Removing intermediate container e7987e1457d2 [2023-04-10T08:31:26.235Z] ---> ba2e66663677 [2023-04-10T08:31:26.235Z] Step 30/33 : CMD ["gate"] [2023-04-10T08:31:26.235Z] ---> 6a656418fb9d [2023-04-10T08:31:26.235Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T08:31:26.235Z] ---> Running in 94a6d563d247 [2023-04-10T08:31:26.517Z] Removing intermediate container 92df4ba91dd2 [2023-04-10T08:31:26.517Z] ---> 5516344bd250 [2023-04-10T08:31:26.517Z] [2023-04-10T08:31:26.517Z] Removing intermediate container 94a6d563d247 [2023-04-10T08:31:26.517Z] ---> fd34c65b821c [2023-04-10T08:31:26.517Z] Step 31/33 : LABEL arch=x86_64 [2023-04-10T08:31:26.517Z] Successfully built 5516344bd250 [2023-04-10T08:31:26.517Z] Successfully tagged support-scheduler:latest [2023-04-10T08:31:26.517Z]  Building support-scheduler ... done Building security-proxy-auth [2023-04-10T08:31:26.517Z] ---> Running in 21ddc5084ccd [2023-04-10T08:31:26.776Z] ---> 8d7ef741984d [2023-04-10T08:31:26.776Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-10T08:31:29.316Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:31:29.316Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:31:29.316Z] ---> 77ff47d3faf8 [2023-04-10T08:31:29.316Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:31:29.316Z] ---> Using cache [2023-04-10T08:31:29.316Z] ---> 1bb45d6914dc [2023-04-10T08:31:29.316Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:31:29.316Z] ---> Using cache [2023-04-10T08:31:29.317Z] ---> e1a61486b83e [2023-04-10T08:31:29.317Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:31:29.317Z] ---> Using cache [2023-04-10T08:31:29.317Z] ---> eafc538093fe [2023-04-10T08:31:29.317Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:31:29.317Z] ---> Using cache [2023-04-10T08:31:29.317Z] ---> 8149800172ac [2023-04-10T08:31:29.317Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:31:29.317Z] ---> Using cache [2023-04-10T08:31:29.317Z] ---> ff63353072d5 [2023-04-10T08:31:29.317Z] Step 8/23 : COPY . . [2023-04-10T08:31:29.317Z] ---> Using cache [2023-04-10T08:31:29.317Z] ---> 7760876a6b3e [2023-04-10T08:31:29.317Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-10T08:31:30.785Z] ---> Running in 614c8e05a390 [2023-04-10T08:31:35.000Z] Removing intermediate container 21ddc5084ccd [2023-04-10T08:31:35.000Z] ---> d4f06eadc661 [2023-04-10T08:31:35.000Z] Step 32/33 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:31:35.000Z] ---> Running in 4e4feb6b8a1b [2023-04-10T08:31:35.000Z] ---> Running in c7d6b6cea1d9 [2023-04-10T08:31:35.000Z] Removing intermediate container 614c8e05a390 [2023-04-10T08:31:35.000Z] ---> 9bd099f97f18 [2023-04-10T08:31:35.000Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-10T08:31:35.000Z] Removing intermediate container c7d6b6cea1d9 [2023-04-10T08:31:35.000Z] ---> 524ce5e508eb [2023-04-10T08:31:35.000Z] Step 33/33 : LABEL version=0.0.0 [2023-04-10T08:31:35.289Z] ---> Running in ec05b512c9ce [2023-04-10T08:31:35.900Z] 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-04-10T08:31:36.497Z] ---> 301c828e8245 [2023-04-10T08:31:36.497Z] Step 22/27 : WORKDIR / [2023-04-10T08:31:37.895Z] Removing intermediate container ec05b512c9ce [2023-04-10T08:31:37.895Z] ---> 12fbfff6a060 [2023-04-10T08:31:37.895Z] [2023-04-10T08:31:37.895Z] ---> Running in 65d58db12971 [2023-04-10T08:31:37.895Z] Successfully built 12fbfff6a060 [2023-04-10T08:31:37.895Z] Successfully tagged security-bootstrapper:latest [2023-04-10T08:31:37.895Z] Building security-spiffe-token-provider [2023-04-10T08:31:37.895Z]  Building security-bootstrapper ... done Removing intermediate container 4db1dba0b611 [2023-04-10T08:31:37.895Z] ---> 8db683467d88 [2023-04-10T08:31:37.895Z] [2023-04-10T08:31:37.895Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:31:37.895Z] ---> 9ed4aefc74f6 [2023-04-10T08:31:37.895Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:31:38.605Z] ---> Running in 6a3dd2232ba0 [2023-04-10T08:31:38.605Z] Removing intermediate container 65d58db12971 [2023-04-10T08:31:38.605Z] ---> 60cd5ae3acd6 [2023-04-10T08:31:38.605Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T08:31:41.914Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:31:41.914Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:31:41.914Z] ---> 77ff47d3faf8 [2023-04-10T08:31:41.914Z] Step 3/20 : WORKDIR /edgex-go [2023-04-10T08:31:41.914Z] ---> Using cache [2023-04-10T08:31:41.914Z] ---> b9ccf2533f73 [2023-04-10T08:31:41.914Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-10T08:31:46.128Z] ---> Running in 7a38c0601815 [2023-04-10T08:31:46.128Z] Removing intermediate container 6a3dd2232ba0 [2023-04-10T08:31:46.128Z] ---> 17feb53db450 [2023-04-10T08:31:46.128Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-10T08:31:46.128Z] ---> Running in 39f0a431b78a [2023-04-10T08:31:46.128Z] ---> Running in d85cc2de4086 [2023-04-10T08:31:46.128Z] Removing intermediate container 7a38c0601815 [2023-04-10T08:31:46.128Z] ---> a661c6bdf4d5 [2023-04-10T08:31:46.128Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T08:31:46.389Z] ---> Running in 351db68ff2ee [2023-04-10T08:31:46.390Z] Removing intermediate container d85cc2de4086 [2023-04-10T08:31:46.390Z] ---> 214bf6e78f40 [2023-04-10T08:31:46.390Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-10T08:31:46.390Z] ---> Running in 8e3cbe8cba68 [2023-04-10T08:31:46.659Z] Removing intermediate container 351db68ff2ee [2023-04-10T08:31:46.659Z] ---> caee90caffc2 [2023-04-10T08:31:46.659Z] Step 25/27 : LABEL arch=x86_64 [2023-04-10T08:31:46.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:46.923Z] Removing intermediate container 8e3cbe8cba68 [2023-04-10T08:31:46.923Z] ---> 48c17ac84923 [2023-04-10T08:31:46.923Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:31:46.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:46.923Z] ---> Running in a4b11bdd0453 [2023-04-10T08:31:46.923Z] ---> Running in 061365f8d7ab [2023-04-10T08:31:47.190Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:31:47.190Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:31:47.190Z] OK: 17823 distinct packages available [2023-04-10T08:31:47.190Z] Removing intermediate container a4b11bdd0453 [2023-04-10T08:31:47.190Z] ---> 884db3548a24 [2023-04-10T08:31:47.190Z] Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:31:47.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:47.449Z] ---> Running in 2d44141fbcc6 [2023-04-10T08:31:47.449Z] Removing intermediate container 2d44141fbcc6 [2023-04-10T08:31:47.449Z] ---> b5558c26580b [2023-04-10T08:31:47.449Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T08:31:47.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:47.449Z] ---> Running in a5fd6bff60ed [2023-04-10T08:31:47.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:47.708Z] Removing intermediate container a5fd6bff60ed [2023-04-10T08:31:47.708Z] ---> b7219da4d77b [2023-04-10T08:31:47.708Z] [2023-04-10T08:31:47.708Z] OK: 265 MiB in 53 packages [2023-04-10T08:31:47.708Z] Successfully built b7219da4d77b [2023-04-10T08:31:47.708Z] Successfully tagged security-spire-config:latest [2023-04-10T08:31:47.708Z]  Building security-spire-config ... done Building core-common-config-bootstrapper [2023-04-10T08:31:47.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:31:47.968Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T08:31:47.968Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:31:47.968Z] OK: 7 MiB in 16 packages [2023-04-10T08:31:50.523Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:31:50.523Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:31:50.523Z] ---> 77ff47d3faf8 [2023-04-10T08:31:50.523Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:31:50.523Z] ---> Using cache [2023-04-10T08:31:50.523Z] ---> 1bb45d6914dc [2023-04-10T08:31:50.523Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:31:50.523Z] ---> Using cache [2023-04-10T08:31:50.523Z] ---> e1a61486b83e [2023-04-10T08:31:50.523Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:31:50.523Z] ---> Using cache [2023-04-10T08:31:50.523Z] ---> eafc538093fe [2023-04-10T08:31:50.523Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:31:50.523Z] ---> Using cache [2023-04-10T08:31:50.523Z] ---> 8149800172ac [2023-04-10T08:31:50.523Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:31:50.523Z] ---> Using cache [2023-04-10T08:31:50.523Z] ---> ff63353072d5 [2023-04-10T08:31:50.523Z] Step 8/23 : COPY . . [2023-04-10T08:31:50.523Z] ---> Using cache [2023-04-10T08:31:50.523Z] ---> 7760876a6b3e [2023-04-10T08:31:50.523Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-10T08:31:53.069Z] ---> Running in 944c10ba16cf [2023-04-10T08:31:54.014Z] Removing intermediate container 061365f8d7ab [2023-04-10T08:31:54.014Z] ---> 9566dc2da077 [2023-04-10T08:31:54.014Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:31:54.014Z] Removing intermediate container 39f0a431b78a [2023-04-10T08:31:54.014Z] ---> bdf2663882e8 [2023-04-10T08:31:54.014Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-10T08:31:54.014Z] 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-04-10T08:31:54.647Z] ---> 95d4a6a89f80 [2023-04-10T08:31:54.647Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:31:54.647Z] ---> b6300bf8e542 [2023-04-10T08:31:54.647Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:31:56.559Z] ---> Running in 219e7a1e46e0 [2023-04-10T08:32:00.828Z] ---> 7d5fe7b3b481 [2023-04-10T08:32:00.828Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-10T08:32:02.231Z] Removing intermediate container 4287cf257621 [2023-04-10T08:32:02.231Z] ---> 58357bde0a46 [2023-04-10T08:32:02.231Z] [2023-04-10T08:32:02.231Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:32:02.231Z] ---> 9ed4aefc74f6 [2023-04-10T08:32:02.231Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-10T08:32:02.490Z] ---> dccdf88b8c42 [2023-04-10T08:32:02.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:32:02.490Z] ---> Running in 3a18a819aa20 [2023-04-10T08:32:03.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:32:03.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:32:03.590Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-10T08:32:03.590Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-10T08:32:03.590Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:32:03.590Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T08:32:03.851Z] OK: 8 MiB in 17 packages [2023-04-10T08:32:05.253Z] ---> fe9f744608f4 [2023-04-10T08:32:05.253Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-10T08:32:05.511Z] ---> Running in 160dfed72da2 [2023-04-10T08:32:05.511Z] Removing intermediate container 4e4feb6b8a1b [2023-04-10T08:32:05.511Z] ---> 379cf781571b [2023-04-10T08:32:05.511Z] [2023-04-10T08:32:05.511Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:32:05.511Z] ---> 9ed4aefc74f6 [2023-04-10T08:32:05.511Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T08:32:05.511Z] ---> Running in f0f457ae730e [2023-04-10T08:32:05.770Z] Removing intermediate container 160dfed72da2 [2023-04-10T08:32:05.770Z] ---> dc63850acc62 [2023-04-10T08:32:05.770Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:32:05.770Z] Removing intermediate container 3a18a819aa20 [2023-04-10T08:32:05.770Z] ---> 09e5b5dd8d17 [2023-04-10T08:32:05.770Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:32:05.770Z] ---> Running in 456dbe692ef7 [2023-04-10T08:32:05.770Z] ---> Running in eeafb13708a3 [2023-04-10T08:32:05.770Z] Removing intermediate container f0f457ae730e [2023-04-10T08:32:05.770Z] ---> 55731ea30a19 [2023-04-10T08:32:05.770Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:32:05.770Z] ---> Running in fce7961ab5b0 [2023-04-10T08:32:05.770Z] Removing intermediate container eeafb13708a3 [2023-04-10T08:32:05.770Z] ---> 2d0a4d9cf5e9 [2023-04-10T08:32:05.770Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-10T08:32:05.770Z] Removing intermediate container 456dbe692ef7 [2023-04-10T08:32:05.770Z] ---> f2d6a9612910 [2023-04-10T08:32:05.770Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T08:32:05.770Z] ---> Running in 3cb61db28ebc [2023-04-10T08:32:05.770Z] ---> Running in 68b66bdc95cf [2023-04-10T08:32:06.028Z] Removing intermediate container 68b66bdc95cf [2023-04-10T08:32:06.028Z] ---> 1e401ed98fd3 [2023-04-10T08:32:06.028Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T08:32:06.028Z] Removing intermediate container 3cb61db28ebc [2023-04-10T08:32:06.028Z] ---> 45bb124e598a [2023-04-10T08:32:06.028Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:32:06.028Z] ---> Running in c382e9245733 [2023-04-10T08:32:06.028Z] ---> Running in ef7a651577b3 [2023-04-10T08:32:06.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:32:06.028Z] Removing intermediate container c382e9245733 [2023-04-10T08:32:06.028Z] ---> 8d0482e56a9a [2023-04-10T08:32:06.028Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:32:06.028Z] Removing intermediate container ef7a651577b3 [2023-04-10T08:32:06.028Z] ---> bf6dc55491bc [2023-04-10T08:32:06.028Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:32:06.028Z] ---> Running in f8dd73ccf953 [2023-04-10T08:32:06.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:32:06.301Z] Removing intermediate container f8dd73ccf953 [2023-04-10T08:32:06.301Z] ---> 1e77fad74523 [2023-04-10T08:32:06.301Z] [2023-04-10T08:32:06.301Z] ---> 8b8e108c5902 [2023-04-10T08:32:06.301Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:32:06.301Z] Successfully built 1e77fad74523 [2023-04-10T08:32:06.301Z] Successfully tagged core-data:latest [2023-04-10T08:32:06.301Z] Building security-proxy-setup [2023-04-10T08:32:06.561Z]  Building core-data ... done (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T08:32:06.561Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:32:06.561Z] OK: 7 MiB in 16 packages [2023-04-10T08:32:10.200Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:32:10.200Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:32:10.200Z] ---> 77ff47d3faf8 [2023-04-10T08:32:10.200Z] Step 3/22 : WORKDIR /edgex-go [2023-04-10T08:32:10.200Z] ---> Using cache [2023-04-10T08:32:10.200Z] ---> b9ccf2533f73 [2023-04-10T08:32:10.200Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-10T08:32:12.738Z] ---> b95a855b6958 [2023-04-10T08:32:12.738Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-10T08:32:12.738Z] ---> Running in 84e6eb68908a [2023-04-10T08:32:12.738Z] Removing intermediate container fce7961ab5b0 [2023-04-10T08:32:12.738Z] ---> b0cf8321dcda [2023-04-10T08:32:12.738Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:32:13.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:32:13.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:32:13.568Z] ---> 3e599c2a7b1f [2023-04-10T08:32:13.568Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:32:13.568Z] ---> aa50857262c3 [2023-04-10T08:32:13.568Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:32:13.568Z] OK: 265 MiB in 53 packages [2023-04-10T08:32:13.568Z] ---> e613d4cd1311 [2023-04-10T08:32:13.568Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-10T08:32:13.568Z] ---> 4da6d0f1b32a [2023-04-10T08:32:13.568Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-10T08:32:13.568Z] ---> Running in d0444c2ce86c [2023-04-10T08:32:14.137Z] Removing intermediate container d0444c2ce86c [2023-04-10T08:32:14.137Z] ---> 70908504da50 [2023-04-10T08:32:14.137Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:32:15.076Z] ---> 47b6934811e7 [2023-04-10T08:32:15.076Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:32:15.076Z] ---> Running in a599e0f426a7 [2023-04-10T08:32:15.076Z] ---> 39c4f5a255dc [2023-04-10T08:32:15.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-10T08:32:15.340Z] Removing intermediate container 84e6eb68908a [2023-04-10T08:32:15.340Z] ---> 4a7971306ac2 [2023-04-10T08:32:15.340Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-10T08:32:15.340Z] Removing intermediate container a599e0f426a7 [2023-04-10T08:32:15.340Z] ---> 002e4ce9f83c [2023-04-10T08:32:15.340Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T08:32:15.340Z] ---> Running in 60d0406f171d [2023-04-10T08:32:15.340Z] ---> 070847445d61 [2023-04-10T08:32:15.340Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T08:32:15.340Z] Removing intermediate container 944c10ba16cf [2023-04-10T08:32:15.340Z] ---> cdd0f459e66c [2023-04-10T08:32:15.340Z] [2023-04-10T08:32:15.340Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:32:15.340Z] ---> 9ed4aefc74f6 [2023-04-10T08:32:15.340Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T08:32:15.601Z] ---> Using cache [2023-04-10T08:32:15.601Z] ---> 55731ea30a19 [2023-04-10T08:32:15.601Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:32:15.601Z] ---> Using cache [2023-04-10T08:32:15.601Z] ---> b0cf8321dcda [2023-04-10T08:32:15.601Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:32:15.601Z] ---> Using cache [2023-04-10T08:32:15.601Z] ---> Running in c52cf69dab61 [2023-04-10T08:32:15.601Z] Removing intermediate container 60d0406f171d [2023-04-10T08:32:15.601Z] ---> 52d44d1f7216 [2023-04-10T08:32:15.601Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe ---> 22f221075d53 [2023-04-10T08:32:15.601Z] [2023-04-10T08:32:15.601Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:32:15.601Z] ---> 3e599c2a7b1f [2023-04-10T08:32:15.601Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:32:15.601Z] ---> Using cache [2023-04-10T08:32:15.601Z] ---> e613d4cd1311 [2023-04-10T08:32:15.601Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-10T08:32:15.601Z] ---> Running in 94315288286c [2023-04-10T08:32:15.601Z] ---> Running in 1f2777dd9bfa [2023-04-10T08:32:15.601Z] Removing intermediate container 94315288286c [2023-04-10T08:32:15.601Z] ---> 21f3cf1d7f7d [2023-04-10T08:32:15.601Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:32:15.601Z] ---> Running in 05d77b2af853 [2023-04-10T08:32:15.860Z] Removing intermediate container 05d77b2af853 [2023-04-10T08:32:15.860Z] ---> 2b159a9f8a96 [2023-04-10T08:32:15.860Z] [2023-04-10T08:32:16.315Z] ---> 93074b9355b3 [2023-04-10T08:32:16.315Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:32:16.315Z] Successfully built 2b159a9f8a96 [2023-04-10T08:32:16.315Z] Successfully tagged support-notifications:latest [2023-04-10T08:32:16.315Z]  Building support-notifications ... done Building security-secretstore-setup [2023-04-10T08:32:19.733Z] ---> 839b9dc52a01 [2023-04-10T08:32:19.733Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-10T08:32:19.999Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:32:19.999Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:32:19.999Z] ---> 77ff47d3faf8 [2023-04-10T08:32:19.999Z] Step 3/25 : WORKDIR /edgex-go [2023-04-10T08:32:19.999Z] ---> Using cache [2023-04-10T08:32:19.999Z] ---> b9ccf2533f73 [2023-04-10T08:32:19.999Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-10T08:32:19.999Z] ---> Using cache [2023-04-10T08:32:19.999Z] ---> 4a7971306ac2 [2023-04-10T08:32:19.999Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-10T08:32:19.999Z] ---> Using cache [2023-04-10T08:32:19.999Z] ---> 22f221075d53 [2023-04-10T08:32:19.999Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:32:19.999Z] ---> Running in 5da65ecb0709 [2023-04-10T08:32:19.999Z] ---> 808e6f9cb1c1 [2023-04-10T08:32:20.000Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T08:32:20.259Z] ---> Running in 1aaa4f6b8b95 [2023-04-10T08:32:20.259Z] Removing intermediate container c52cf69dab61 [2023-04-10T08:32:20.259Z] ---> d5ca4e3eb321 [2023-04-10T08:32:20.259Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T08:32:20.259Z] ---> Running in ea22ace3804a [2023-04-10T08:32:20.259Z] Removing intermediate container ea22ace3804a [2023-04-10T08:32:20.259Z] ---> 6027b5225545 [2023-04-10T08:32:20.259Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T08:32:20.259Z] ---> Running in 4c2638ae0ca5 [2023-04-10T08:32:20.523Z] Removing intermediate container 4c2638ae0ca5 [2023-04-10T08:32:20.523Z] ---> 575bb411d8cb [2023-04-10T08:32:20.523Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T08:32:20.523Z] ---> Running in 9b4a9e6cb864 [2023-04-10T08:32:20.523Z] Removing intermediate container 9b4a9e6cb864 [2023-04-10T08:32:20.523Z] ---> 44418c95df3b [2023-04-10T08:32:20.523Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:32:20.523Z] ---> Running in 1c3ec32ee2f5 [2023-04-10T08:32:20.784Z] Removing intermediate container 1c3ec32ee2f5 [2023-04-10T08:32:20.784Z] ---> af3229272521 [2023-04-10T08:32:20.784Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:32:20.784Z] ---> Running in f1a023161eef [2023-04-10T08:32:20.784Z] Removing intermediate container 1aaa4f6b8b95 [2023-04-10T08:32:20.784Z] ---> 5c126aec2f50 [2023-04-10T08:32:20.784Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T08:32:20.784Z] ---> Running in 1deb16432b0d [2023-04-10T08:32:20.784Z] Removing intermediate container f1a023161eef [2023-04-10T08:32:20.784Z] ---> c7d22c76efa0 [2023-04-10T08:32:20.784Z] [2023-04-10T08:32:20.784Z] Removing intermediate container 1deb16432b0d [2023-04-10T08:32:20.784Z] ---> c313b7dd06d0 [2023-04-10T08:32:20.784Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T08:32:21.044Z] Successfully built c7d22c76efa0 [2023-04-10T08:32:21.044Z] ---> Running in bc7cb9d701cc [2023-04-10T08:32:21.044Z] Successfully tagged security-proxy-auth:latest [2023-04-10T08:32:21.044Z]  Building security-proxy-auth ... done Removing intermediate container bc7cb9d701cc [2023-04-10T08:32:21.044Z] ---> 83666e1a7d23 [2023-04-10T08:32:21.044Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T08:32:21.044Z] ---> Running in cdf9fb5f0607 [2023-04-10T08:32:21.044Z] Removing intermediate container cdf9fb5f0607 [2023-04-10T08:32:21.044Z] ---> 0a81ad55290b [2023-04-10T08:32:21.044Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:32:21.044Z] ---> Running in a81ddd7a25c1 [2023-04-10T08:32:21.324Z] Removing intermediate container a81ddd7a25c1 [2023-04-10T08:32:21.324Z] ---> 0aa66025a406 [2023-04-10T08:32:21.324Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:32:21.324Z] ---> Running in ebea0bd81145 [2023-04-10T08:32:21.324Z] Removing intermediate container ebea0bd81145 [2023-04-10T08:32:21.324Z] ---> 1e654545e308 [2023-04-10T08:32:21.324Z] [2023-04-10T08:32:21.324Z] Successfully built 1e654545e308 [2023-04-10T08:32:21.584Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-10T08:32:35.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-10T08:32:35.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-10T08:32:35.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-10T08:32:35.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-10T08:32:35.807Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-10T08:32:38.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-10T08:32:39.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-10T08:32:39.419Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-10T08:32:39.419Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-10T08:32:41.378Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-10T08:32:44.735Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-10T08:32:44.735Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-10T08:32:44.735Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-10T08:32:44.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-10T08:32:53.695Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 5da65ecb0709 [2023-04-10T08:32:53.695Z] ---> 8799fe3f9271 [2023-04-10T08:32:53.695Z] Step 7/25 : COPY . . [2023-04-10T08:32:53.695Z] Removing intermediate container 1f2777dd9bfa [2023-04-10T08:32:53.695Z] ---> ce02b3f7982c [2023-04-10T08:32:53.695Z] Step 7/22 : COPY . . [2023-04-10T08:32:53.695Z] Removing intermediate container 219e7a1e46e0 [2023-04-10T08:32:53.695Z] ---> f17dc7bbfc09 [2023-04-10T08:32:53.695Z] Step 7/20 : COPY . . [2023-04-10T08:32:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-10T08:32:57.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-10T08:32:57.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.333s coverage: 28.7% of statements [2023-04-10T08:33:03.814Z] ---> ada18264ecc8 [2023-04-10T08:33:03.814Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-10T08:33:03.814Z] ---> 61360eadd276 [2023-04-10T08:33:03.814Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-10T08:33:03.814Z] ---> 76a721efb152 [2023-04-10T08:33:03.814Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-10T08:33:03.814Z] ---> Running in 21613796339d [2023-04-10T08:33:03.814Z] ---> Running in 454609dec1bf [2023-04-10T08:33:03.814Z] ---> Running in 6b2f52295751 [2023-04-10T08:33:04.379Z] 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-04-10T08:33:04.379Z] 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-04-10T08:33:04.635Z] 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-04-10T08:33:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.289s coverage: 98.5% of statements [2023-04-10T08:33:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-10T08:33:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-10T08:33:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-10T08:33:17.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.905s coverage: 71.3% of statements [2023-04-10T08:33:20.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-10T08:33:20.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-10T08:33:20.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.343s coverage: 54.0% of statements [2023-04-10T08:33:22.701Z] 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-04-10T08:33:24.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-10T08:33:24.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-10T08:33:24.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:33:24.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-10T08:33:24.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-10T08:33:31.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-10T08:33:31.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-10T08:33:32.808Z] Removing intermediate container 454609dec1bf [2023-04-10T08:33:32.808Z] ---> 139e7c136100 [2023-04-10T08:33:32.808Z] [2023-04-10T08:33:32.808Z] Step 9/22 : FROM alpine:3.17 [2023-04-10T08:33:32.808Z] ---> 9ed4aefc74f6 [2023-04-10T08:33:32.808Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-10T08:33:32.808Z] Removing intermediate container 21613796339d [2023-04-10T08:33:32.808Z] ---> 7f60c56346b6 [2023-04-10T08:33:32.808Z] [2023-04-10T08:33:32.808Z] Step 9/25 : FROM alpine:3.17 [2023-04-10T08:33:32.808Z] ---> 9ed4aefc74f6 [2023-04-10T08:33:32.808Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-10T08:33:32.808Z] ---> Running in c8de899b01dd [2023-04-10T08:33:32.808Z] ---> Running in b4eb6bc5a0ad [2023-04-10T08:33:32.808Z] Removing intermediate container 6b2f52295751 [2023-04-10T08:33:32.808Z] ---> 443e294d90c8 [2023-04-10T08:33:32.808Z] [2023-04-10T08:33:32.808Z] Step 9/20 : FROM alpine:3.17 [2023-04-10T08:33:32.808Z] ---> 9ed4aefc74f6 [2023-04-10T08:33:32.808Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T08:33:32.808Z] ---> Using cache [2023-04-10T08:33:32.808Z] ---> fd68541ca2c2 [2023-04-10T08:33:32.808Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-10T08:33:32.808Z] ---> Running in e920e3349907 [2023-04-10T08:33:32.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:32.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:32.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:32.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:32.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:32.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:32.808Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T08:33:32.808Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-10T08:33:32.808Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-10T08:33:32.808Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:33:32.808Z] OK: 8 MiB in 17 packages [2023-04-10T08:33:32.808Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-10T08:33:32.808Z] (3/3) Installing su-exec (0.2-r2) [2023-04-10T08:33:32.808Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:33:32.808Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T08:33:32.808Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:33:32.808Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:33:32.808Z] OK: 17818 distinct packages available [2023-04-10T08:33:33.154Z] OK: 8 MiB in 18 packages [2023-04-10T08:33:33.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:33.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T08:33:33.416Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-10T08:33:33.416Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-10T08:33:33.416Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-10T08:33:33.416Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-10T08:33:33.416Z] (5/9) Installing curl (7.88.1-r1) [2023-04-10T08:33:33.416Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-10T08:33:33.416Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-10T08:33:33.416Z] (8/9) Installing libucontext (1.2-r0) [2023-04-10T08:33:33.416Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-10T08:33:33.416Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:33:33.416Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T08:33:33.416Z] Removing intermediate container c8de899b01dd [2023-04-10T08:33:33.416Z] ---> 5a77b4f18535 [2023-04-10T08:33:33.416Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-10T08:33:33.416Z] ---> Running in 51e59bb9a4fd [2023-04-10T08:33:33.416Z] OK: 10 MiB in 24 packages [2023-04-10T08:33:33.416Z] Removing intermediate container b4eb6bc5a0ad [2023-04-10T08:33:33.416Z] ---> c23c2e71bc1d [2023-04-10T08:33:33.416Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-10T08:33:33.675Z] ---> Running in 3b36d97e75aa [2023-04-10T08:33:33.675Z] Removing intermediate container 51e59bb9a4fd [2023-04-10T08:33:33.675Z] ---> 53514f219e9c [2023-04-10T08:33:33.675Z] Step 12/22 : WORKDIR /edgex [2023-04-10T08:33:33.675Z] ---> Running in 3abe1227476a [2023-04-10T08:33:33.675Z] Removing intermediate container 3b36d97e75aa [2023-04-10T08:33:33.675Z] ---> 8a4e4cab68cc [2023-04-10T08:33:33.675Z] Step 12/25 : WORKDIR / [2023-04-10T08:33:33.675Z] ---> Running in a85290411793 [2023-04-10T08:33:33.675Z] Removing intermediate container 3abe1227476a [2023-04-10T08:33:33.675Z] ---> c9c8afb61162 [2023-04-10T08:33:33.675Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:33:33.675Z] Removing intermediate container a85290411793 [2023-04-10T08:33:33.675Z] ---> 81669ea13dbe [2023-04-10T08:33:33.675Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:33:33.936Z] ---> 1f598e5c36cb [2023-04-10T08:33:33.936Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:33:33.936Z] ---> 60e84212a70d [2023-04-10T08:33:33.936Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:33:33.936Z] ---> 8b09b4b31630 [2023-04-10T08:33:33.936Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-10T08:33:33.936Z] Removing intermediate container e920e3349907 [2023-04-10T08:33:33.936Z] ---> 3b376b6d7737 [2023-04-10T08:33:33.936Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:33:34.198Z] ---> 66b5fc5a4c1f [2023-04-10T08:33:34.198Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-10T08:33:34.198Z] ---> f5e8cf75b533 [2023-04-10T08:33:34.198Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-10T08:33:34.198Z] ---> b3b0cdd1cd44 [2023-04-10T08:33:34.198Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:33:34.458Z] ---> 6971a404f7c8 [2023-04-10T08:33:34.458Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-10T08:33:34.458Z] ---> a9614cc822c7 [2023-04-10T08:33:34.458Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-10T08:33:34.718Z] ---> 9980c5b70869 [2023-04-10T08:33:34.718Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T08:33:34.718Z] ---> 9b89b36b7851 [2023-04-10T08:33:34.718Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:33:34.978Z] ---> be6d17430d00 [2023-04-10T08:33:34.978Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T08:33:34.978Z] ---> de324559bacf [2023-04-10T08:33:34.978Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-10T08:33:34.978Z] ---> ad5401f582d2 [2023-04-10T08:33:34.978Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:33:34.978Z] ---> Running in a5059e39394d [2023-04-10T08:33:35.238Z] ---> f7567851c9b6 [2023-04-10T08:33:35.238Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-10T08:33:35.238Z] ---> 82876f8064a1 [2023-04-10T08:33:35.238Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-10T08:33:35.238Z] ---> Running in bb2a5013e5ef [2023-04-10T08:33:35.498Z] Removing intermediate container bb2a5013e5ef [2023-04-10T08:33:35.498Z] ---> 15a5d40053ef [2023-04-10T08:33:35.498Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:33:35.498Z] ---> Running in 0bc0223cba09 [2023-04-10T08:33:35.757Z] Removing intermediate container 0bc0223cba09 [2023-04-10T08:33:35.757Z] ---> ded8f15720c2 [2023-04-10T08:33:35.757Z] Step 18/20 : LABEL arch=x86_64 [2023-04-10T08:33:35.757Z] ---> Running in bd3412ce653d [2023-04-10T08:33:35.757Z] Removing intermediate container a5059e39394d [2023-04-10T08:33:35.757Z] ---> bcce5336b82c [2023-04-10T08:33:35.757Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T08:33:36.026Z] ---> 967e3f4cb85c [2023-04-10T08:33:36.026Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T08:33:36.026Z] ---> Running in 0ef67e8fc8aa [2023-04-10T08:33:36.026Z] Removing intermediate container bd3412ce653d [2023-04-10T08:33:36.026Z] ---> a6991795985c [2023-04-10T08:33:36.026Z] Step 19/20 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:33:36.026Z] ---> Running in 6e7ca4f59584 [2023-04-10T08:33:36.026Z] Removing intermediate container 0ef67e8fc8aa [2023-04-10T08:33:36.026Z] ---> 9ce943c7d199 [2023-04-10T08:33:36.026Z] Step 20/22 : LABEL arch=x86_64 [2023-04-10T08:33:36.026Z] ---> Running in e6037b7b53fe [2023-04-10T08:33:36.026Z] ---> 3f348fbfdb62 [2023-04-10T08:33:36.026Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T08:33:36.026Z] Removing intermediate container 6e7ca4f59584 [2023-04-10T08:33:36.026Z] ---> 0566dc4b5ab1 [2023-04-10T08:33:36.026Z] Step 20/20 : LABEL version=0.0.0 [2023-04-10T08:33:36.026Z] ---> Running in 12745cd6ee72 [2023-04-10T08:33:36.026Z] ---> Running in 9b56947cb7e1 [2023-04-10T08:33:36.026Z] Removing intermediate container e6037b7b53fe [2023-04-10T08:33:36.026Z] ---> 65caf8a7ab5b [2023-04-10T08:33:36.026Z] Step 21/22 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:33:36.286Z] ---> Running in 9aebc9837ba4 [2023-04-10T08:33:36.286Z] Removing intermediate container 9b56947cb7e1 [2023-04-10T08:33:36.286Z] ---> 8f7365d50491 [2023-04-10T08:33:36.286Z] [2023-04-10T08:33:36.286Z] Removing intermediate container 9aebc9837ba4 [2023-04-10T08:33:36.286Z] ---> ff2e5c9bcc10 [2023-04-10T08:33:36.286Z] Step 22/22 : LABEL version=0.0.0 [2023-04-10T08:33:36.286Z] Successfully built 8f7365d50491 [2023-04-10T08:33:36.286Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-10T08:33:36.286Z]  Building security-spiffe-token-provider ... done  ---> Running in 36e6b819c5dc [2023-04-10T08:33:36.286Z] Removing intermediate container 36e6b819c5dc [2023-04-10T08:33:36.286Z] ---> f26f23d63e62 [2023-04-10T08:33:36.286Z] [2023-04-10T08:33:36.547Z] Successfully built f26f23d63e62 [2023-04-10T08:33:36.547Z] Successfully tagged security-proxy-setup:latest [2023-04-10T08:33:36.807Z]  Building security-proxy-setup ... done Removing intermediate container 12745cd6ee72 [2023-04-10T08:33:36.807Z] ---> 681e4cdb614a [2023-04-10T08:33:36.807Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T08:33:36.807Z] ---> Running in ccc3b305ba3f [2023-04-10T08:33:36.807Z] Removing intermediate container ccc3b305ba3f [2023-04-10T08:33:36.807Z] ---> b124978f02cd [2023-04-10T08:33:36.807Z] Step 23/25 : LABEL arch=x86_64 [2023-04-10T08:33:36.807Z] ---> Running in ec808e696664 [2023-04-10T08:33:36.807Z] Removing intermediate container ec808e696664 [2023-04-10T08:33:36.807Z] ---> a0a7146bfe91 [2023-04-10T08:33:36.807Z] Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:33:36.807Z] ---> Running in 46c24a3a6289 [2023-04-10T08:33:36.807Z] Removing intermediate container 46c24a3a6289 [2023-04-10T08:33:36.807Z] ---> 74b0126b73ae [2023-04-10T08:33:36.807Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T08:33:37.069Z] ---> Running in 6cb6b1e0a8b6 [2023-04-10T08:33:37.069Z] Removing intermediate container 6cb6b1e0a8b6 [2023-04-10T08:33:37.069Z] ---> 8ea47d48052b [2023-04-10T08:33:37.069Z] [2023-04-10T08:33:37.069Z] Successfully built 8ea47d48052b [2023-04-10T08:33:37.069Z] Successfully tagged security-secretstore-setup:latest [2023-04-10T08:33:37.077Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-04-10T08:33:37.103Z] $ docker stop --time=1 669d62ce12dab4aca08e0927a23d5612c37959734a7669f754886e2d7fe387fc [2023-04-10T08:33:38.379Z] $ docker rm -f --volumes 669d62ce12dab4aca08e0927a23d5612c37959734a7669f754886e2d7fe387fc [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T08:33:38.789Z] + docker images [2023-04-10T08:33:38.789Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-10T08:33:38.789Z] security-secretstore-setup latest 8ea47d48052b 2 seconds ago 32.8MB [2023-04-10T08:33:38.789Z] security-spiffe-token-provider latest 8f7365d50491 2 seconds ago 32.8MB [2023-04-10T08:33:38.789Z] security-proxy-setup latest f26f23d63e62 2 seconds ago 18.7MB [2023-04-10T08:33:38.789Z] 7f60c56346b6 7 seconds ago 1.68GB [2023-04-10T08:33:38.789Z] 443e294d90c8 7 seconds ago 1.72GB [2023-04-10T08:33:38.789Z] 139e7c136100 10 seconds ago 1.66GB [2023-04-10T08:33:38.789Z] core-common-config-bootstrapper latest 1e654545e308 About a minute ago 17.2MB [2023-04-10T08:33:38.789Z] security-proxy-auth latest c7d22c76efa0 About a minute ago 18.3MB [2023-04-10T08:33:38.789Z] cdd0f459e66c About a minute ago 1.68GB [2023-04-10T08:33:38.789Z] support-notifications latest 2b159a9f8a96 About a minute ago 32.7MB [2023-04-10T08:33:38.789Z] core-data latest 1e77fad74523 About a minute ago 20MB [2023-04-10T08:33:38.789Z] 379cf781571b About a minute ago 1.66GB [2023-04-10T08:33:38.789Z] 58357bde0a46 About a minute ago 1.75GB [2023-04-10T08:33:38.789Z] security-spire-config latest b7219da4d77b About a minute ago 88.9MB [2023-04-10T08:33:38.789Z] 8db683467d88 2 minutes ago 1.69GB [2023-04-10T08:33:38.789Z] security-bootstrapper latest 12fbfff6a060 2 minutes ago 22.2MB [2023-04-10T08:33:38.789Z] support-scheduler latest 5516344bd250 2 minutes ago 32.1MB [2023-04-10T08:33:38.789Z] core-metadata latest 058ad4c2d3e1 2 minutes ago 20.4MB [2023-04-10T08:33:38.789Z] a7522cfd5745 2 minutes ago 1.75GB [2023-04-10T08:33:38.789Z] core-command latest 01e4d9c46c4a 2 minutes ago 19.8MB [2023-04-10T08:33:38.789Z] f9564b1d2ed7 2 minutes ago 1.67GB [2023-04-10T08:33:38.789Z] 3663ac4c5b8c 2 minutes ago 1.69GB [2023-04-10T08:33:38.789Z] f116067a9023 2 minutes ago 1.69GB [2023-04-10T08:33:38.789Z] security-spire-agent latest a19b64ca7976 3 minutes ago 129MB [2023-04-10T08:33:38.789Z] security-spire-server latest b34b92788f7e 3 minutes ago 89.8MB [2023-04-10T08:33:38.789Z] 66903c757055 3 minutes ago 1.54GB [2023-04-10T08:33:38.789Z] 2661539a3d65 3 minutes ago 1.54GB [2023-04-10T08:33:38.789Z] ci-base-image-x86_64 latest 77ff47d3faf8 7 minutes ago 881MB [2023-04-10T08:33:38.789Z] alpine 3.17 9ed4aefc74f6 11 days ago 7.05MB [2023-04-10T08:33:38.789Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 4 weeks ago 664MB [2023-04-10T08:33:38.789Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-10T08:33:38.789Z] 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-04-10T08:33:46.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.642s coverage: 88.5% of statements [2023-04-10T08:33:46.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.381s coverage: 3.8% of statements [2023-04-10T08:33:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-10T08:33:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:33:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-10T08:33:48.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.635s coverage: 95.6% of statements [2023-04-10T08:33:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-10T08:33:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-10T08:33:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-10T08:33:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-10T08:33:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-10T08:33:49.257Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.210s coverage: 72.2% of statements [2023-04-10T08:33:54.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-10T08:33:54.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-10T08:33:54.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-10T08:33:54.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.235s coverage: 65.9% of statements [2023-04-10T08:34:04.669Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-10T08:34:04.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-10T08:34:04.669Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.417s coverage: 0.9% of statements [2023-04-10T08:34:04.669Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.237s coverage: 29.0% of statements [2023-04-10T08:34:08.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.305s coverage: 44.1% of statements [2023-04-10T08:34:08.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.256s coverage: 82.9% of statements [2023-04-10T08:34:08.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.248s coverage: 94.1% of statements [2023-04-10T08:34:08.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.283s coverage: 96.3% of statements [2023-04-10T08:34:12.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.221s coverage: 87.5% of statements [2023-04-10T08:34:14.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-10T08:34:15.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-10T08:34:15.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-10T08:34:15.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-10T08:34:17.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-10T08:34:17.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-10T08:34:17.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-10T08:34:17.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-10T08:34:24.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements [2023-04-10T08:34:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-10T08:34:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-10T08:34:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-10T08:34:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-10T08:34:29.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-10T08:34:29.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-10T08:34:31.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.142s coverage: 79.9% of statements [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.288s coverage: 92.9% of statements [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.217s coverage: 62.3% of statements [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.183s coverage: 20.0% of statements [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.172s coverage: 100.0% of statements [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.454s coverage: 81.2% of statements [2023-04-10T08:34:39.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-10T08:34:39.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.489s coverage: 82.1% of statements [2023-04-10T08:34:40.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-10T08:34:40.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 86.0% of statements [2023-04-10T08:34:45.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-10T08:34:45.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-10T08:34:46.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.976s coverage: 63.1% of statements [2023-04-10T08:34:46.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.276s coverage: 100.0% of statements [2023-04-10T08:34:48.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements [2023-04-10T08:34:48.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements [2023-04-10T08:34:48.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements [2023-04-10T08:34:48.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-10T08:34:48.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-10T08:34:48.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-10T08:34:48.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2023-04-10T08:34:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-10T08:34:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-10T08:34:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-10T08:34:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.007s coverage: 38.4% of statements [2023-04-10T08:34:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.248s coverage: 89.5% of statements [2023-04-10T08:35:03.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-10T08:35:03.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-10T08:35:03.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-10T08:35:03.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-10T08:35:03.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.217s coverage: 84.8% of statements [2023-04-10T08:35:07.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-10T08:35:07.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-10T08:35:07.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-10T08:35:07.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-10T08:35:17.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.299s coverage: 17.7% of statements [2023-04-10T08:35:17.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-10T08:35:17.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-10T08:35:17.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:35:17.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-10T08:35:17.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.594s coverage: 92.3% of statements [2023-04-10T08:35:18.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-10T08:35:18.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-10T08:35:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 61.5% of statements [2023-04-10T08:35:21.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-10T08:35:21.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-10T08:35:21.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.374s coverage: 97.7% of statements [2023-04-10T08:35:22.118Z] 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-04-10T08:35:22.118Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-10T08:35:22.118Z] go vet ./... [2023-04-10T08:37:58.809Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-10T08:37:58.809Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-10T08:37:58.809Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-10T08:37:58.896Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-10T08:37:59.229Z] + ls -al . [2023-04-10T08:37:59.229Z] total 700 [2023-04-10T08:37:59.229Z] drwxrwxr-x 10 1001 1001 4096 Apr 10 08:30 . [2023-04-10T08:37:59.229Z] drwxr-xr-x 4 root root 4096 Apr 10 08:30 .. [2023-04-10T08:37:59.229Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 08:28 .blubracket [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 16 Apr 10 08:28 .dockerignore [2023-04-10T08:37:59.229Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 08:28 .git [2023-04-10T08:37:59.229Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 08:28 .github [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 1133 Apr 10 08:28 .gitignore [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 42 Apr 10 08:28 .golangci.yml [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 87 Apr 10 08:28 .hadolint.yml [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 08:28 .sonarcloud.properties [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 1171 Apr 10 08:28 ADOPTERS.md [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 10835 Apr 10 08:28 Attribution.txt [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 73765 Apr 10 08:28 CHANGELOG.md [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 08:28 CONTRIBUTING.md [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 677 Apr 10 08:28 GOVERNANCE.md [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 883 Apr 10 08:28 Jenkinsfile [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 08:28 LICENSE [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 14368 Apr 10 08:28 Makefile [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 582 Apr 10 08:28 OWNERS.md [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 9403 Apr 10 08:28 README.md [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 789 Apr 10 08:28 SECURITY.md [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 08:26 VERSION [2023-04-10T08:37:59.229Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 08:28 bin [2023-04-10T08:37:59.229Z] drwxrwxr-x 18 1001 1001 4096 Apr 10 08:28 cmd [2023-04-10T08:37:59.229Z] -rw-r--r-- 1 root root 448242 Apr 10 08:35 coverage.out [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 3200 Apr 10 08:28 go.mod [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 31265 Apr 10 08:28 go.sum [2023-04-10T08:37:59.229Z] drwxrwxr-x 7 1001 1001 4096 Apr 10 08:28 internal [2023-04-10T08:37:59.229Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 08:28 openapi [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 594 Apr 10 08:28 security.txt [2023-04-10T08:37:59.229Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 08:28 snap [2023-04-10T08:37:59.229Z] -rw-rw-r-- 1 1001 1001 204 Apr 10 08:28 version.go [Pipeline] sh [2023-04-10T08:37:59.566Z] + '[' -e coverage.out ] [2023-04-10T08:37:59.567Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-10T08:37:59.608Z] Warning: overwriting stash ‘coverage-report’ [2023-04-10T08:38:00.344Z] Stashed 1 file(s) [Pipeline] sh [2023-04-10T08:38:00.979Z] + make build [2023-04-10T08:38:00.980Z] 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-04-10T08:39:37.759Z] 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-04-10T08:39:37.759Z] 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-04-10T08:39:37.759Z] 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-04-10T08:39:39.701Z] 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-04-10T08:40:26.518Z] 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-04-10T08:40:29.100Z] 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-04-10T08:40:34.459Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-10T08:40:41.095Z] 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-04-10T08:40:43.669Z] 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-04-10T08:40:47.913Z] 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-04-10T08:40:54.550Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-04-10T08:40:59.922Z] $ docker stop --time=1 02eb4b0c9c6a3d343f4973cb42b70264b25e315282fdbc9b4f56c23d37c4acd7 [2023-04-10T08:41:02.041Z] $ docker rm -f --volumes 02eb4b0c9c6a3d343f4973cb42b70264b25e315282fdbc9b4f56c23d37c4acd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:41:04.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T08:41:04.857Z] [2023-04-10T08:41:04.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:41:05.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T08:41:05.522Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-10T08:41:05.522Z] 29e5d40040c1: Pulling fs layer [2023-04-10T08:41:05.522Z] 1ce36da41761: Pulling fs layer [2023-04-10T08:41:05.522Z] 25b303627fd3: Pulling fs layer [2023-04-10T08:41:05.522Z] 29e5d40040c1: Download complete [2023-04-10T08:41:06.107Z] 1ce36da41761: Verifying Checksum [2023-04-10T08:41:06.107Z] 1ce36da41761: Download complete [2023-04-10T08:41:06.107Z] 29e5d40040c1: Pull complete [2023-04-10T08:41:07.523Z] 25b303627fd3: Verifying Checksum [2023-04-10T08:41:07.523Z] 25b303627fd3: Download complete [2023-04-10T08:41:07.523Z] 1ce36da41761: Pull complete [2023-04-10T08:41:17.592Z] 25b303627fd3: Pull complete [2023-04-10T08:41:17.592Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-10T08:41:17.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T08:41:17.592Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:41:17.913Z] prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container [2023-04-10T08:41:17.973Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-10T08:41:20.133Z] $ docker top 2ce89f3b6cd26f0b40bbc70f3e055be099f98d54e9829a7d42396d715e5aadce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T08:41:21.010Z] + docker-compose build --help [2023-04-10T08:41:21.010Z] + grep parallel [2023-04-10T08:41:25.264Z] --parallel Build images in parallel. [Pipeline] } [2023-04-10T08:41:25.559Z] $ docker stop --time=1 2ce89f3b6cd26f0b40bbc70f3e055be099f98d54e9829a7d42396d715e5aadce [2023-04-10T08:41:27.232Z] $ docker rm -f --volumes 2ce89f3b6cd26f0b40bbc70f3e055be099f98d54e9829a7d42396d715e5aadce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T08:41:27.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T08:41:27.956Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T08:41:28.197Z] prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container [2023-04-10T08:41:28.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-10T08:41:29.466Z] $ docker top 9151c67261edade839ecfd0a9dab63cc165c5aecd65c0c6ec296dd0592057ca0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T08:41:30.020Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-10T08:41:34.259Z] Building core-command ... [2023-04-10T08:41:34.259Z] Building core-common-config-bootstrapper ... [2023-04-10T08:41:34.259Z] Building core-data ... [2023-04-10T08:41:34.259Z] Building core-metadata ... [2023-04-10T08:41:34.259Z] Building security-bootstrapper ... [2023-04-10T08:41:34.259Z] Building security-proxy-auth ... [2023-04-10T08:41:34.259Z] Building security-proxy-setup ... [2023-04-10T08:41:34.259Z] Building security-secretstore-setup ... [2023-04-10T08:41:34.259Z] Building security-spiffe-token-provider ... [2023-04-10T08:41:34.259Z] Building security-spire-agent ... [2023-04-10T08:41:34.259Z] Building security-spire-config ... [2023-04-10T08:41:34.259Z] Building security-spire-server ... [2023-04-10T08:41:34.259Z] Building support-notifications ... [2023-04-10T08:41:34.259Z] Building support-scheduler ... [2023-04-10T08:41:34.259Z] Building security-spire-agent [2023-04-10T08:41:34.259Z] Building support-notifications [2023-04-10T08:41:34.259Z] Building security-bootstrapper [2023-04-10T08:41:34.259Z] Building core-metadata [2023-04-10T08:41:34.259Z] Building security-spire-config [2023-04-10T08:42:30.638Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:42:30.638Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:42:30.638Z] ---> 054c3a399757 [2023-04-10T08:42:30.638Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:42:30.638Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:42:30.638Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:42:30.638Z] ---> 054c3a399757 [2023-04-10T08:42:30.638Z] Step 3/33 : WORKDIR /edgex-go [2023-04-10T08:42:30.638Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:42:30.638Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:42:30.638Z] ---> 054c3a399757 [2023-04-10T08:42:30.638Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:42:30.638Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:42:30.638Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:42:30.638Z] ---> 054c3a399757 [2023-04-10T08:42:30.638Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T08:42:30.638Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:42:30.638Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:42:30.638Z] ---> 054c3a399757 [2023-04-10T08:42:30.638Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T08:42:30.638Z] ---> Running in 9f3c9824dc51 [2023-04-10T08:42:30.638Z] ---> Running in d05be5e2d402 [2023-04-10T08:42:30.638Z] ---> Running in 90e98698b811 [2023-04-10T08:42:30.638Z] ---> Running in b255f4d41da6 [2023-04-10T08:42:30.638Z] ---> Running in fe04b4436612 [2023-04-10T08:42:30.638Z] Removing intermediate container d05be5e2d402 [2023-04-10T08:42:30.638Z] ---> 371f899588a9 [2023-04-10T08:42:30.638Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T08:42:30.638Z] Removing intermediate container 90e98698b811 [2023-04-10T08:42:30.639Z] ---> 919778252b65 [2023-04-10T08:42:30.639Z] Step 4/25 : WORKDIR /edgex-go [2023-04-10T08:42:30.639Z] Removing intermediate container fe04b4436612 [2023-04-10T08:42:30.639Z] ---> 4c9fe39620ad [2023-04-10T08:42:30.639Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:42:30.639Z] ---> Running in 45fff397fd14 [2023-04-10T08:42:30.639Z] Removing intermediate container b255f4d41da6 [2023-04-10T08:42:30.639Z] ---> 709c2b6f7eb2 [2023-04-10T08:42:30.639Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T08:42:30.639Z] Removing intermediate container 9f3c9824dc51 [2023-04-10T08:42:30.639Z] ---> 030e60b1da65 [2023-04-10T08:42:30.639Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-10T08:42:30.639Z] ---> Running in ecb314142823 [2023-04-10T08:42:30.639Z] ---> Running in aa924f9f5845 [2023-04-10T08:42:30.639Z] ---> Running in 28144ae636df [2023-04-10T08:42:30.639Z] ---> Running in 450cc048a410 [2023-04-10T08:42:30.639Z] Removing intermediate container ecb314142823 [2023-04-10T08:42:30.639Z] ---> 4c7df8e1e2b8 [2023-04-10T08:42:30.639Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-10T08:42:30.639Z] Removing intermediate container aa924f9f5845 [2023-04-10T08:42:30.639Z] ---> 635d004437fb [2023-04-10T08:42:30.639Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-10T08:42:30.639Z] ---> Running in 7a6cebc2bcbf [2023-04-10T08:42:30.639Z] ---> Running in b01ca9987de9 [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:42:30.639Z] OK: 263 MiB in 53 packages [2023-04-10T08:42:30.639Z] OK: 263 MiB in 53 packages [2023-04-10T08:42:30.639Z] OK: 263 MiB in 53 packages [2023-04-10T08:42:30.639Z] OK: 263 MiB in 53 packages [2023-04-10T08:42:30.639Z] OK: 263 MiB in 53 packages [2023-04-10T08:42:31.230Z] Removing intermediate container 45fff397fd14 [2023-04-10T08:42:31.230Z] ---> 2b015ec87fb5 [2023-04-10T08:42:31.230Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T08:42:31.498Z] Removing intermediate container 450cc048a410 [2023-04-10T08:42:31.498Z] ---> 444687628247 [2023-04-10T08:42:31.498Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-10T08:42:31.498Z] Removing intermediate container 28144ae636df [2023-04-10T08:42:31.498Z] ---> c53d2fa7e02a [2023-04-10T08:42:31.498Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T08:42:31.766Z] Removing intermediate container b01ca9987de9 [2023-04-10T08:42:31.766Z] ---> 239449cc98e9 [2023-04-10T08:42:31.766Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:42:31.766Z] Removing intermediate container 7a6cebc2bcbf [2023-04-10T08:42:31.766Z] ---> b4adb4e18351 [2023-04-10T08:42:31.766Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-10T08:42:32.033Z] ---> 34413a994bae [2023-04-10T08:42:32.033Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:42:32.303Z] ---> Running in 6995b8fb6e36 [2023-04-10T08:42:32.570Z] ---> d3e882a62769 [2023-04-10T08:42:32.570Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:42:32.838Z] ---> c53fe7ba2887 [2023-04-10T08:42:32.838Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:42:32.838Z] ---> Running in 4abfe2d3d701 [2023-04-10T08:42:33.105Z] ---> Running in 408d092bc7a2 [2023-04-10T08:42:33.373Z] ---> 3d224eede4d8 [2023-04-10T08:42:33.373Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:42:33.641Z] ---> 45ebc5edef3a [2023-04-10T08:42:33.641Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:42:33.641Z] ---> Running in 6d4258daf071 [2023-04-10T08:42:33.641Z] ---> Running in 9332126f94db [2023-04-10T08:44:25.380Z] Removing intermediate container 4abfe2d3d701 [2023-04-10T08:44:25.380Z] ---> b1da637c54ea [2023-04-10T08:44:25.380Z] Step 7/33 : COPY . . [2023-04-10T08:44:25.380Z] Removing intermediate container 408d092bc7a2 [2023-04-10T08:44:25.380Z] ---> e1ea52012052 [2023-04-10T08:44:25.380Z] Step 7/27 : COPY . . [2023-04-10T08:44:25.380Z] Removing intermediate container 6995b8fb6e36 [2023-04-10T08:44:25.380Z] ---> dc3c70da675c [2023-04-10T08:44:25.380Z] Step 7/27 : COPY . . [2023-04-10T08:44:25.380Z] Removing intermediate container 9332126f94db [2023-04-10T08:44:25.380Z] ---> 4e16fc0ab7a8 [2023-04-10T08:44:25.380Z] Step 8/25 : COPY . . [2023-04-10T08:44:25.380Z] Removing intermediate container 6d4258daf071 [2023-04-10T08:44:25.380Z] ---> 0c86a9d9be3c [2023-04-10T08:44:25.380Z] Step 8/23 : COPY . . [2023-04-10T08:44:33.646Z] ---> ac155c7284c5 [2023-04-10T08:44:33.646Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T08:44:33.646Z] ---> Running in 61e4d78abecb [2023-04-10T08:44:33.646Z] ---> c62f3b6a0720 [2023-04-10T08:44:33.646Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-10T08:44:33.646Z] ---> 1396bfd84598 [2023-04-10T08:44:33.646Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-10T08:44:33.913Z] ---> afe265182ca3 [2023-04-10T08:44:33.913Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-10T08:44:33.913Z] ---> 2e3fc8ac944f [2023-04-10T08:44:33.913Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T08:44:33.913Z] ---> Running in a52dec9e703d [2023-04-10T08:44:33.913Z] ---> Running in d19e4b982828 [2023-04-10T08:44:33.913Z] ---> Running in bf834f6e387b [2023-04-10T08:44:34.179Z] ---> Running in 081d53fa1ace [2023-04-10T08:44:34.446Z] Removing intermediate container 61e4d78abecb [2023-04-10T08:44:34.446Z] ---> fa858eb19bfe [2023-04-10T08:44:34.446Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T08:44:34.712Z] ---> Running in 4481a34f11af [2023-04-10T08:44:34.712Z] Removing intermediate container bf834f6e387b [2023-04-10T08:44:34.712Z] ---> 2a6a13ad5ca0 [2023-04-10T08:44:34.712Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T08:44:34.980Z] ---> Running in 39fc879f9f26 [2023-04-10T08:44:35.562Z] Removing intermediate container 4481a34f11af [2023-04-10T08:44:35.562Z] ---> 33abae8a3e03 [2023-04-10T08:44:35.562Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T08:44:35.562Z] Removing intermediate container 39fc879f9f26 [2023-04-10T08:44:35.562Z] ---> 90658b89a0c1 [2023-04-10T08:44:35.562Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T08:44:35.562Z] ---> Running in 87df0d306404 [2023-04-10T08:44:35.828Z] ---> Running in 542dea7e2f53 [2023-04-10T08:44:35.828Z] 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-04-10T08:44:36.408Z] Removing intermediate container 87df0d306404 [2023-04-10T08:44:36.408Z] ---> a0358aac4568 [2023-04-10T08:44:36.408Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-10T08:44:36.408Z] 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-04-10T08:44:36.408Z] Removing intermediate container 542dea7e2f53 [2023-04-10T08:44:36.408Z] ---> 999cb4965c02 [2023-04-10T08:44:36.408Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-10T08:44:36.678Z] ---> Running in c8c6da9bf6bd [2023-04-10T08:44:36.678Z] 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-04-10T08:44:36.944Z] ---> Running in 56c112b5d5c1 [2023-04-10T08:44:43.583Z] Removing intermediate container 56c112b5d5c1 [2023-04-10T08:44:43.583Z] ---> 01da98030a60 [2023-04-10T08:44:43.583Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T08:44:43.583Z] ---> Running in b4c5fc407c33 [2023-04-10T08:44:43.583Z] Removing intermediate container c8c6da9bf6bd [2023-04-10T08:44:43.583Z] ---> 3c03b3e13496 [2023-04-10T08:44:43.583Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T08:44:43.583Z] ---> Running in c787d0b7c0a1 [2023-04-10T08:44:43.583Z] Removing intermediate container b4c5fc407c33 [2023-04-10T08:44:43.583Z] ---> 32f9fca78613 [2023-04-10T08:44:43.583Z] [2023-04-10T08:44:43.583Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T08:44:43.583Z] 3.17: Pulling from library/alpine [2023-04-10T08:44:43.849Z] Removing intermediate container c787d0b7c0a1 [2023-04-10T08:44:43.849Z] ---> f67f093444ac [2023-04-10T08:44:43.849Z] [2023-04-10T08:44:43.849Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T08:44:43.849Z] 3.17: Pulling from library/alpine [2023-04-10T08:44:45.255Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T08:44:45.255Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T08:44:45.255Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T08:44:45.255Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T08:44:45.255Z] ---> 51e60588ff2c [2023-04-10T08:44:45.255Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T08:44:45.255Z] ---> 51e60588ff2c [2023-04-10T08:44:45.255Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T08:44:45.255Z] ---> Running in 9f681c54dd74 [2023-04-10T08:44:45.255Z] ---> Running in c308e1bc56c4 [2023-04-10T08:44:45.837Z] Removing intermediate container c308e1bc56c4 [2023-04-10T08:44:45.837Z] ---> 963c9aa5e2ce [2023-04-10T08:44:45.837Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T08:44:45.837Z] Removing intermediate container 9f681c54dd74 [2023-04-10T08:44:45.837Z] ---> cccb434eb752 [2023-04-10T08:44:45.837Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-10T08:44:45.837Z] ---> Running in 64291dc585f1 [2023-04-10T08:44:45.837Z] ---> Running in 5c4e02259811 [2023-04-10T08:44:48.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:48.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:49.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:49.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:51.324Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:44:51.324Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:44:51.324Z] OK: 17689 distinct packages available [2023-04-10T08:44:51.324Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:44:51.324Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:44:51.324Z] OK: 17689 distinct packages available [2023-04-10T08:44:51.324Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:51.324Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:52.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:52.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:44:53.694Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-10T08:44:53.694Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-10T08:44:53.694Z] (3/5) Installing libucontext (1.2-r0) [2023-04-10T08:44:53.694Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-10T08:44:53.694Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-10T08:44:53.694Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:44:53.694Z] OK: 9 MiB in 20 packages [2023-04-10T08:44:53.694Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-10T08:44:53.694Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-10T08:44:53.694Z] (3/4) Installing libucontext (1.2-r0) [2023-04-10T08:44:53.694Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-10T08:44:53.694Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:44:53.694Z] OK: 8 MiB in 19 packages [2023-04-10T08:44:55.639Z] Removing intermediate container 5c4e02259811 [2023-04-10T08:44:55.639Z] ---> 02d7df08d732 [2023-04-10T08:44:55.639Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:44:56.219Z] Removing intermediate container 64291dc585f1 [2023-04-10T08:44:56.219Z] ---> c7b32ed0bacf [2023-04-10T08:44:56.219Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:44:56.800Z] ---> cff98fa056e1 [2023-04-10T08:44:56.800Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:44:57.382Z] ---> 9c18c53861ef [2023-04-10T08:44:57.382Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:44:57.964Z] ---> 486eeff1d043 [2023-04-10T08:44:57.964Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-10T08:44:58.548Z] ---> a57ac86ff1f3 [2023-04-10T08:44:58.548Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T08:45:02.791Z] ---> 0511222be20a [2023-04-10T08:45:02.791Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T08:45:08.125Z] ---> 31d986881366 [2023-04-10T08:45:08.125Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T08:45:08.717Z] ---> 1c0bac06e56d [2023-04-10T08:45:08.717Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-10T08:45:08.990Z] ---> Running in e0a08020dc5f [2023-04-10T08:45:09.949Z] Removing intermediate container e0a08020dc5f [2023-04-10T08:45:09.949Z] ---> 80ae0be0e30b [2023-04-10T08:45:09.949Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-10T08:45:10.926Z] ---> a78f0cf4847a [2023-04-10T08:45:10.926Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T08:45:10.926Z] ---> 00b1df6a4521 [2023-04-10T08:45:10.926Z] Step 22/27 : WORKDIR / [2023-04-10T08:45:11.202Z] ---> Running in 52c38987f268 [2023-04-10T08:45:11.787Z] Removing intermediate container 52c38987f268 [2023-04-10T08:45:11.787Z] ---> 54e7f2c21e88 [2023-04-10T08:45:11.787Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T08:45:12.058Z] ---> c398e901c893 [2023-04-10T08:45:12.058Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-10T08:45:12.058Z] ---> Running in 875931bfa898 [2023-04-10T08:45:12.640Z] Removing intermediate container 875931bfa898 [2023-04-10T08:45:12.640Z] ---> 09170b1f628e [2023-04-10T08:45:12.640Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T08:45:12.906Z] ---> Running in 9e7b6f5197d3 [2023-04-10T08:45:12.906Z] ---> c6537e28fd86 [2023-04-10T08:45:13.173Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-10T08:45:13.439Z] Removing intermediate container 9e7b6f5197d3 [2023-04-10T08:45:13.439Z] ---> 36dcbc50c7e0 [2023-04-10T08:45:13.439Z] Step 25/27 : LABEL arch=arm64 [2023-04-10T08:45:13.708Z] ---> Running in e86036d8c20b [2023-04-10T08:45:14.295Z] ---> 3db8da931b89 [2023-04-10T08:45:14.295Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T08:45:14.295Z] Removing intermediate container e86036d8c20b [2023-04-10T08:45:14.295Z] ---> 8677ef19b315 [2023-04-10T08:45:14.295Z] Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:45:14.295Z] ---> Running in 53a1f13abf65 [2023-04-10T08:45:14.562Z] ---> Running in c1c0d4ed5459 [2023-04-10T08:45:15.149Z] Removing intermediate container 53a1f13abf65 [2023-04-10T08:45:15.149Z] Removing intermediate container c1c0d4ed5459 [2023-04-10T08:45:15.149Z] ---> 2f96c1d02019 [2023-04-10T08:45:15.149Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T08:45:15.149Z] ---> f58b86ac1fb7 [2023-04-10T08:45:15.149Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T08:45:15.149Z] ---> Running in 9a0b5417d557 [2023-04-10T08:45:15.149Z] ---> Running in 577500bf27aa [2023-04-10T08:45:15.728Z] Removing intermediate container 577500bf27aa [2023-04-10T08:45:15.728Z] ---> 3628d1bbb4c4 [2023-04-10T08:45:15.728Z] Step 25/27 : LABEL arch=arm64 [2023-04-10T08:45:15.728Z] Removing intermediate container 9a0b5417d557 [2023-04-10T08:45:15.728Z] ---> 72cd6d665733 [2023-04-10T08:45:15.728Z] [2023-04-10T08:45:15.993Z] ---> Running in 0d4028ee171a [2023-04-10T08:45:16.257Z] Successfully built 72cd6d665733 [2023-04-10T08:45:16.257Z] Successfully tagged security-spire-config-arm64:latest [2023-04-10T08:45:16.257Z]  Building security-spire-config ... done Building security-proxy-auth [2023-04-10T08:45:16.529Z] Removing intermediate container 0d4028ee171a [2023-04-10T08:45:16.529Z] ---> 0c2587504ac2 [2023-04-10T08:45:16.529Z] Step 26/27 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:45:16.529Z] ---> Running in 2ac2e33ad2f7 [2023-04-10T08:45:17.136Z] Removing intermediate container 2ac2e33ad2f7 [2023-04-10T08:45:17.136Z] ---> 307645076441 [2023-04-10T08:45:17.136Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T08:45:17.417Z] ---> Running in 13c1f63a60d8 [2023-04-10T08:45:17.997Z] Removing intermediate container 13c1f63a60d8 [2023-04-10T08:45:17.997Z] ---> bd15d16271a1 [2023-04-10T08:45:17.997Z] [2023-04-10T08:45:18.261Z] Successfully built bd15d16271a1 [2023-04-10T08:45:18.261Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-10T08:45:18.261Z]  Building security-spire-agent ... done Building security-proxy-setup [2023-04-10T08:45:44.930Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:45:44.930Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:45:44.930Z] ---> 054c3a399757 [2023-04-10T08:45:44.930Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:45:44.930Z] ---> Using cache [2023-04-10T08:45:44.930Z] ---> 4c9fe39620ad [2023-04-10T08:45:44.930Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:45:44.930Z] ---> Using cache [2023-04-10T08:45:44.930Z] ---> 635d004437fb [2023-04-10T08:45:44.930Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:45:44.930Z] ---> Running in 1c4cd1432286 [2023-04-10T08:45:44.930Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:45:44.930Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:45:44.930Z] ---> 054c3a399757 [2023-04-10T08:45:44.930Z] Step 3/22 : WORKDIR /edgex-go [2023-04-10T08:45:44.930Z] ---> Using cache [2023-04-10T08:45:44.930Z] ---> 030e60b1da65 [2023-04-10T08:45:44.930Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-10T08:45:44.930Z] ---> Using cache [2023-04-10T08:45:44.930Z] ---> 444687628247 [2023-04-10T08:45:44.930Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-10T08:45:44.931Z] ---> Using cache [2023-04-10T08:45:44.931Z] ---> d3e882a62769 [2023-04-10T08:45:44.931Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:45:44.931Z] ---> Using cache [2023-04-10T08:45:44.931Z] ---> b1da637c54ea [2023-04-10T08:45:44.931Z] Step 7/22 : COPY . . [2023-04-10T08:45:44.931Z] ---> Using cache [2023-04-10T08:45:44.931Z] ---> c62f3b6a0720 [2023-04-10T08:45:44.931Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-10T08:45:44.931Z] ---> Running in c865489f4e51 [2023-04-10T08:45:44.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:45:45.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:45:45.888Z] 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-04-10T08:45:47.295Z] OK: 263 MiB in 53 packages [2023-04-10T08:45:48.723Z] Removing intermediate container 1c4cd1432286 [2023-04-10T08:45:48.723Z] ---> d778d5524ad7 [2023-04-10T08:45:48.723Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:45:49.309Z] ---> 2a77aa9c0159 [2023-04-10T08:45:49.309Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:45:49.309Z] ---> Running in b5be3aad62ef [2023-04-10T08:47:25.946Z] Removing intermediate container b5be3aad62ef [2023-04-10T08:47:25.946Z] ---> f2fefb237848 [2023-04-10T08:47:25.946Z] Step 8/23 : COPY . . [2023-04-10T08:47:28.526Z] ---> 5039a0786047 [2023-04-10T08:47:28.526Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-10T08:47:28.526Z] ---> Running in 3ffcc0d230e0 [2023-04-10T08:47:30.462Z] 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-04-10T08:51:07.183Z] Removing intermediate container a52dec9e703d [2023-04-10T08:51:07.183Z] ---> 4bbc8d5a744f [2023-04-10T08:51:07.183Z] [2023-04-10T08:51:07.183Z] Step 9/33 : FROM alpine:3.17 [2023-04-10T08:51:07.183Z] ---> 51e60588ff2c [2023-04-10T08:51:07.183Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T08:51:07.183Z] ---> Running in c0d6b49d28fe [2023-04-10T08:51:07.183Z] Removing intermediate container c0d6b49d28fe [2023-04-10T08:51:07.183Z] ---> 361c8ac1de05 [2023-04-10T08:51:07.183Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-10T08:51:07.183Z] ---> Running in 750ae03cf31b [2023-04-10T08:51:07.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:51:07.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:51:07.183Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T08:51:07.183Z] (2/2) Installing su-exec (0.2-r2) [2023-04-10T08:51:07.183Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:51:07.183Z] OK: 8 MiB in 17 packages [2023-04-10T08:51:07.183Z] Removing intermediate container 750ae03cf31b [2023-04-10T08:51:07.183Z] ---> 79b0ec35834e [2023-04-10T08:51:07.183Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-10T08:51:07.183Z] ---> Running in af544bd3d034 [2023-04-10T08:51:07.183Z] Removing intermediate container af544bd3d034 [2023-04-10T08:51:07.183Z] ---> da7e9045282c [2023-04-10T08:51:07.183Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-10T08:51:07.183Z] ---> Running in ccf608656f5d [2023-04-10T08:51:07.183Z] Removing intermediate container ccf608656f5d [2023-04-10T08:51:07.183Z] ---> fbabfdbeac49 [2023-04-10T08:51:07.183Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-10T08:51:07.183Z] ---> Running in 291df64d0f5a [2023-04-10T08:51:07.183Z] Removing intermediate container 291df64d0f5a [2023-04-10T08:51:07.183Z] ---> 0759e284e220 [2023-04-10T08:51:07.183Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-10T08:51:07.183Z] ---> Running in d22ef59ab71a [2023-04-10T08:51:07.457Z] Removing intermediate container d22ef59ab71a [2023-04-10T08:51:07.457Z] ---> 36ac9c03c70e [2023-04-10T08:51:07.457Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-10T08:51:07.457Z] ---> Running in b7b350cc19c8 [2023-04-10T08:51:10.785Z] Removing intermediate container b7b350cc19c8 [2023-04-10T08:51:10.785Z] ---> 7334baf34376 [2023-04-10T08:51:10.785Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-10T08:51:10.785Z] ---> Running in 0e2549b221d7 [2023-04-10T08:51:11.050Z] Removing intermediate container 0e2549b221d7 [2023-04-10T08:51:11.050Z] ---> 5bb3872b1777 [2023-04-10T08:51:11.050Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-10T08:51:12.005Z] ---> f0372f134993 [2023-04-10T08:51:12.005Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-10T08:51:12.005Z] ---> Running in 09e22b497b40 [2023-04-10T08:51:18.626Z] Removing intermediate container 09e22b497b40 [2023-04-10T08:51:18.626Z] ---> 7b1e5ddc4f4d [2023-04-10T08:51:18.626Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:51:19.205Z] ---> b80368cc1bb8 [2023-04-10T08:51:19.205Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:51:20.159Z] ---> f106b4985d14 [2023-04-10T08:51:20.159Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-10T08:51:22.092Z] ---> a0e4ef8155d3 [2023-04-10T08:51:22.092Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-10T08:51:23.048Z] ---> e715fb550001 [2023-04-10T08:51:23.048Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-10T08:51:24.008Z] ---> cbe45cf8c10e [2023-04-10T08:51:24.008Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-10T08:51:24.965Z] ---> b5c802006be2 [2023-04-10T08:51:24.965Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-10T08:51:25.918Z] ---> 9cd2d979151c [2023-04-10T08:51:25.918Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-10T08:51:26.497Z] ---> 966f40672762 [2023-04-10T08:51:26.497Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-10T08:51:26.762Z] ---> Running in 81d57a8b35e7 [2023-04-10T08:51:32.512Z] Removing intermediate container 81d57a8b35e7 [2023-04-10T08:51:32.512Z] ---> d6f7f8a05214 [2023-04-10T08:51:32.512Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-10T08:51:32.512Z] ---> Running in 522a67fb9f03 [2023-04-10T08:51:32.512Z] Removing intermediate container 522a67fb9f03 [2023-04-10T08:51:32.512Z] ---> 40c66162597c [2023-04-10T08:51:32.512Z] Step 30/33 : CMD ["gate"] [2023-04-10T08:51:32.780Z] ---> Running in d31bc58cb7cd [2023-04-10T08:51:33.367Z] Removing intermediate container d31bc58cb7cd [2023-04-10T08:51:33.367Z] ---> 8182094c197c [2023-04-10T08:51:33.367Z] Step 31/33 : LABEL arch=arm64 [2023-04-10T08:51:33.367Z] ---> Running in 678507b8091e [2023-04-10T08:51:33.945Z] Removing intermediate container 678507b8091e [2023-04-10T08:51:33.945Z] ---> f4cd65bea5cf [2023-04-10T08:51:33.945Z] Step 32/33 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:51:33.945Z] ---> Running in 54e5f19c4d74 [2023-04-10T08:51:34.524Z] Removing intermediate container 54e5f19c4d74 [2023-04-10T08:51:34.524Z] ---> 1206feee6018 [2023-04-10T08:51:34.524Z] Step 33/33 : LABEL version=0.0.0 [2023-04-10T08:51:34.524Z] ---> Running in 74812cf389d1 [2023-04-10T08:51:35.106Z] Removing intermediate container 74812cf389d1 [2023-04-10T08:51:35.106Z] ---> 458f3c4d6c3f [2023-04-10T08:51:35.106Z] [2023-04-10T08:51:35.369Z] Successfully built 458f3c4d6c3f [2023-04-10T08:51:35.369Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-10T08:51:35.369Z]  Building security-bootstrapper ... done Building core-data [2023-04-10T08:51:53.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:51:53.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:51:53.549Z] ---> 054c3a399757 [2023-04-10T08:51:53.549Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:51:53.549Z] ---> Using cache [2023-04-10T08:51:53.549Z] ---> 4c9fe39620ad [2023-04-10T08:51:53.549Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:51:53.549Z] ---> Using cache [2023-04-10T08:51:53.549Z] ---> 635d004437fb [2023-04-10T08:51:53.549Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:51:53.549Z] ---> Using cache [2023-04-10T08:51:53.549Z] ---> d778d5524ad7 [2023-04-10T08:51:53.549Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:51:53.549Z] ---> Using cache [2023-04-10T08:51:53.549Z] ---> 2a77aa9c0159 [2023-04-10T08:51:53.549Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:51:53.549Z] ---> Using cache [2023-04-10T08:51:53.549Z] ---> f2fefb237848 [2023-04-10T08:51:53.549Z] Step 8/23 : COPY . . [2023-04-10T08:51:53.549Z] ---> Using cache [2023-04-10T08:51:53.549Z] ---> 5039a0786047 [2023-04-10T08:51:53.549Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-10T08:51:53.549Z] ---> Running in 9e58938616ff [2023-04-10T08:51:53.549Z] Removing intermediate container 081d53fa1ace [2023-04-10T08:51:53.549Z] ---> 57670ac1e82e [2023-04-10T08:51:53.549Z] [2023-04-10T08:51:53.549Z] Step 10/25 : FROM alpine:3.17 [2023-04-10T08:51:53.549Z] ---> 51e60588ff2c [2023-04-10T08:51:53.549Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:51:53.549Z] ---> Running in 984da7ed88fe [2023-04-10T08:51:56.134Z] 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-04-10T08:51:56.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:51:56.719Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:51:58.658Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T08:51:58.658Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:51:58.658Z] OK: 8 MiB in 16 packages [2023-04-10T08:52:01.233Z] Removing intermediate container 984da7ed88fe [2023-04-10T08:52:01.233Z] ---> 44e711303907 [2023-04-10T08:52:01.233Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:52:01.233Z] ---> Running in cc3153c99e5e [2023-04-10T08:52:01.812Z] Removing intermediate container cc3153c99e5e [2023-04-10T08:52:01.812Z] ---> f4023c1abb68 [2023-04-10T08:52:01.812Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-10T08:52:02.079Z] ---> Running in 1d3b7c5ba7eb [2023-04-10T08:52:02.345Z] Removing intermediate container c865489f4e51 [2023-04-10T08:52:02.345Z] ---> e2d15eed1e10 [2023-04-10T08:52:02.345Z] [2023-04-10T08:52:02.345Z] Step 9/22 : FROM alpine:3.17 [2023-04-10T08:52:02.345Z] ---> 51e60588ff2c [2023-04-10T08:52:02.345Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-10T08:52:02.609Z] ---> Running in b8bd89cb528c [2023-04-10T08:52:02.609Z] Removing intermediate container 1d3b7c5ba7eb [2023-04-10T08:52:02.609Z] ---> 520b9ae59b80 [2023-04-10T08:52:02.609Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-10T08:52:02.874Z] ---> Running in f9cbafdc339f [2023-04-10T08:52:03.455Z] Removing intermediate container f9cbafdc339f [2023-04-10T08:52:03.455Z] ---> c773b3222c5a [2023-04-10T08:52:03.455Z] Step 15/25 : WORKDIR / [2023-04-10T08:52:03.720Z] ---> Running in 056c7033fa0a [2023-04-10T08:52:04.298Z] Removing intermediate container 056c7033fa0a [2023-04-10T08:52:04.298Z] ---> b98158134664 [2023-04-10T08:52:04.298Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:52:04.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:52:05.142Z] ---> 004cdbad11e1 [2023-04-10T08:52:05.142Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:52:05.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:52:05.990Z] ---> b7616894a4db [2023-04-10T08:52:05.990Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-10T08:52:07.392Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T08:52:07.392Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-10T08:52:07.392Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:52:07.392Z] OK: 8 MiB in 17 packages [2023-04-10T08:52:07.659Z] ---> 4f7cb4d94692 [2023-04-10T08:52:07.659Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:52:12.136Z] ---> e4f5ca36e362 [2023-04-10T08:52:12.136Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-10T08:52:12.435Z] Removing intermediate container b8bd89cb528c [2023-04-10T08:52:12.435Z] ---> 72d257236afd [2023-04-10T08:52:12.435Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-10T08:52:12.718Z] ---> Running in 62e6c76c95fc [2023-04-10T08:52:13.360Z] Removing intermediate container 62e6c76c95fc [2023-04-10T08:52:13.360Z] ---> 96dd952ce6d2 [2023-04-10T08:52:13.360Z] Step 12/22 : WORKDIR /edgex [2023-04-10T08:52:13.658Z] ---> fef5d09e64d3 [2023-04-10T08:52:13.658Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-10T08:52:13.658Z] ---> Running in cefcf76b1b5d [2023-04-10T08:52:13.658Z] ---> Running in e1340ff74c12 [2023-04-10T08:52:14.660Z] Removing intermediate container cefcf76b1b5d [2023-04-10T08:52:14.660Z] ---> d6280ca125e8 [2023-04-10T08:52:14.660Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:52:14.660Z] Removing intermediate container e1340ff74c12 [2023-04-10T08:52:14.660Z] ---> 356a17932eee [2023-04-10T08:52:14.660Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:52:14.660Z] ---> Running in c05dcc2853d9 [2023-04-10T08:52:15.292Z] Removing intermediate container c05dcc2853d9 [2023-04-10T08:52:15.292Z] ---> a96da384d162 [2023-04-10T08:52:15.292Z] Step 23/25 : LABEL arch=arm64 [2023-04-10T08:52:15.567Z] ---> Running in 5ac64b37f250 [2023-04-10T08:52:15.836Z] ---> 2811921c1e0a [2023-04-10T08:52:15.836Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:52:16.104Z] Removing intermediate container 5ac64b37f250 [2023-04-10T08:52:16.104Z] ---> a5ab4e45a456 [2023-04-10T08:52:16.104Z] Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:52:16.369Z] ---> Running in 27e6793427b2 [2023-04-10T08:52:16.951Z] Removing intermediate container 27e6793427b2 [2023-04-10T08:52:16.951Z] ---> 2b9deff9c5fe [2023-04-10T08:52:16.951Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T08:52:16.951Z] ---> 5426cd812af0 [2023-04-10T08:52:16.951Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-10T08:52:17.218Z] ---> Running in 58a17cbe1e87 [2023-04-10T08:52:17.813Z] Removing intermediate container 58a17cbe1e87 [2023-04-10T08:52:17.813Z] ---> 99ade488ff97 [2023-04-10T08:52:17.813Z] [2023-04-10T08:52:18.086Z] ---> 8fc06d279b61 [2023-04-10T08:52:18.086Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-10T08:52:18.352Z] Successfully built 99ade488ff97 [2023-04-10T08:52:18.352Z] Successfully tagged core-metadata-arm64:latest [2023-04-10T08:52:18.352Z]  Building core-metadata ... done Building core-common-config-bootstrapper [2023-04-10T08:52:19.758Z] ---> 733d763e99db [2023-04-10T08:52:19.758Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T08:52:20.342Z] ---> 528ce72853d5 [2023-04-10T08:52:20.342Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T08:52:20.342Z] ---> Running in 1bca208a6860 [2023-04-10T08:52:23.708Z] Removing intermediate container 1bca208a6860 [2023-04-10T08:52:23.708Z] ---> 1ad3c2796a23 [2023-04-10T08:52:23.708Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T08:52:23.708Z] ---> Running in d3d659bc454e [2023-04-10T08:52:25.115Z] Removing intermediate container d3d659bc454e [2023-04-10T08:52:25.115Z] ---> 601c2dab3688 [2023-04-10T08:52:25.115Z] Step 20/22 : LABEL arch=arm64 [2023-04-10T08:52:25.115Z] ---> Running in 1f2ceec908f3 [2023-04-10T08:52:25.696Z] Removing intermediate container 1f2ceec908f3 [2023-04-10T08:52:25.696Z] ---> 14f655af8752 [2023-04-10T08:52:25.696Z] Step 21/22 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:52:25.696Z] ---> Running in 434e5fde252a [2023-04-10T08:52:26.666Z] Removing intermediate container 434e5fde252a [2023-04-10T08:52:26.666Z] ---> 4ea3b18d7472 [2023-04-10T08:52:26.666Z] Step 22/22 : LABEL version=0.0.0 [2023-04-10T08:52:26.666Z] ---> Running in 8db8029930c1 [2023-04-10T08:52:27.624Z] Removing intermediate container 8db8029930c1 [2023-04-10T08:52:27.624Z] ---> fcb1c4a11950 [2023-04-10T08:52:27.624Z] [2023-04-10T08:52:28.205Z] Successfully built fcb1c4a11950 [2023-04-10T08:52:28.205Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-10T08:52:28.206Z] Building security-spiffe-token-provider [2023-04-10T08:52:43.174Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:52:43.174Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:52:43.174Z] ---> 054c3a399757 [2023-04-10T08:52:43.174Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:52:43.174Z] ---> Using cache [2023-04-10T08:52:43.174Z] ---> 4c9fe39620ad [2023-04-10T08:52:43.174Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:52:43.174Z] ---> Using cache [2023-04-10T08:52:43.174Z] ---> 635d004437fb [2023-04-10T08:52:43.174Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:52:43.174Z] ---> Using cache [2023-04-10T08:52:43.174Z] ---> d778d5524ad7 [2023-04-10T08:52:43.174Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:52:43.174Z] ---> Using cache [2023-04-10T08:52:43.174Z] ---> 2a77aa9c0159 [2023-04-10T08:52:43.174Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:52:43.174Z] ---> Using cache [2023-04-10T08:52:43.174Z] ---> f2fefb237848 [2023-04-10T08:52:43.174Z] Step 8/23 : COPY . . [2023-04-10T08:52:43.174Z] ---> Using cache [2023-04-10T08:52:43.174Z] ---> 5039a0786047 [2023-04-10T08:52:43.174Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-10T08:52:43.174Z] ---> Running in 744084c02b7e [2023-04-10T08:52:43.753Z] 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-04-10T08:52:50.376Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:52:50.376Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:52:50.376Z] ---> 054c3a399757 [2023-04-10T08:52:50.376Z] Step 3/20 : WORKDIR /edgex-go [2023-04-10T08:52:50.376Z] ---> Using cache [2023-04-10T08:52:50.376Z] ---> 030e60b1da65 [2023-04-10T08:52:50.376Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-10T08:52:50.644Z] ---> Running in c759d7243f08 [2023-04-10T08:52:52.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:52:53.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:52:54.933Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:52:54.933Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:52:54.933Z] OK: 17694 distinct packages available [2023-04-10T08:52:55.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:52:56.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:52:57.553Z] OK: 263 MiB in 53 packages [2023-04-10T08:52:58.956Z] Removing intermediate container c759d7243f08 [2023-04-10T08:52:58.956Z] ---> 4722afbaf95e [2023-04-10T08:52:58.956Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-10T08:52:59.926Z] ---> b3187577195d [2023-04-10T08:52:59.926Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:52:59.926Z] ---> Running in 7babc4f6fb25 [2023-04-10T08:53:21.965Z] Removing intermediate container 3ffcc0d230e0 [2023-04-10T08:53:21.965Z] ---> c3f822550a60 [2023-04-10T08:53:21.965Z] [2023-04-10T08:53:21.965Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:53:21.965Z] ---> 51e60588ff2c [2023-04-10T08:53:21.965Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T08:53:21.965Z] ---> Running in 53911d66d2ab [2023-04-10T08:53:21.965Z] Removing intermediate container 53911d66d2ab [2023-04-10T08:53:21.965Z] ---> ba27a8fd6b9b [2023-04-10T08:53:21.965Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:53:21.965Z] ---> Running in 24f19209117d [2023-04-10T08:53:23.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:53:24.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:53:25.890Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T08:53:25.890Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:53:25.890Z] OK: 8 MiB in 16 packages [2023-04-10T08:53:27.863Z] Removing intermediate container 24f19209117d [2023-04-10T08:53:27.863Z] ---> 244470fa6996 [2023-04-10T08:53:27.863Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:53:30.434Z] ---> 5f806ec13ecd [2023-04-10T08:53:30.434Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:53:31.388Z] ---> 2300c65034f2 [2023-04-10T08:53:31.388Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-10T08:53:33.334Z] ---> 6ca7d7733c54 [2023-04-10T08:53:33.334Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:53:33.915Z] ---> 46b04cbc7b52 [2023-04-10T08:53:33.915Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-10T08:53:35.321Z] ---> 00c0a34344b9 [2023-04-10T08:53:35.321Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T08:53:35.321Z] ---> Running in 80d838f807f0 [2023-04-10T08:53:38.672Z] Removing intermediate container 80d838f807f0 [2023-04-10T08:53:38.672Z] ---> 96e4ae5f2fd2 [2023-04-10T08:53:38.672Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T08:53:38.672Z] ---> Running in a1eb8b249b1a [2023-04-10T08:53:39.278Z] Removing intermediate container a1eb8b249b1a [2023-04-10T08:53:39.278Z] ---> 08f8a5c0ed70 [2023-04-10T08:53:39.278Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T08:53:39.278Z] ---> Running in 322d7ee85ddb [2023-04-10T08:53:39.874Z] Removing intermediate container 322d7ee85ddb [2023-04-10T08:53:39.874Z] ---> 864ab4e5635b [2023-04-10T08:53:39.874Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T08:53:40.141Z] ---> Running in ee104762ef5b [2023-04-10T08:53:44.091Z] Removing intermediate container ee104762ef5b [2023-04-10T08:53:44.091Z] ---> 6ecaf36f6986 [2023-04-10T08:53:44.091Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:53:44.091Z] ---> Running in 41e8eacbeb6b [2023-04-10T08:53:44.675Z] Removing intermediate container 41e8eacbeb6b [2023-04-10T08:53:44.675Z] ---> c605eba818b7 [2023-04-10T08:53:44.675Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:53:44.942Z] ---> Running in 766fe125f9fd [2023-04-10T08:53:45.522Z] Removing intermediate container 766fe125f9fd [2023-04-10T08:53:45.522Z] ---> 7d4ee285d451 [2023-04-10T08:53:45.522Z] [2023-04-10T08:53:45.787Z] Successfully built 7d4ee285d451 [2023-04-10T08:53:45.787Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-10T08:53:45.787Z] Building security-spire-server [2023-04-10T08:54:03.964Z]  Building security-proxy-auth ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:54:03.964Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:54:03.964Z] ---> 054c3a399757 [2023-04-10T08:54:03.964Z] Step 3/26 : WORKDIR /edgex-go [2023-04-10T08:54:03.964Z] ---> Using cache [2023-04-10T08:54:03.964Z] ---> 030e60b1da65 [2023-04-10T08:54:03.964Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T08:54:03.964Z] ---> Running in 915a68cea849 [2023-04-10T08:54:05.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:54:06.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:54:08.258Z] OK: 263 MiB in 53 packages [2023-04-10T08:54:13.597Z] Removing intermediate container 915a68cea849 [2023-04-10T08:54:13.597Z] ---> 2b00654aee22 [2023-04-10T08:54:13.597Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-10T08:54:15.546Z] ---> b9de4aa1e33c [2023-04-10T08:54:15.546Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:54:15.546Z] ---> Running in 871df9aea7a5 [2023-04-10T08:54:30.526Z] Removing intermediate container d19e4b982828 [2023-04-10T08:54:30.526Z] ---> 33eacb8bfed2 [2023-04-10T08:54:30.526Z] [2023-04-10T08:54:30.526Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:54:30.526Z] ---> 51e60588ff2c [2023-04-10T08:54:30.526Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-10T08:54:30.526Z] ---> Running in ad8c835507f8 [2023-04-10T08:54:30.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:54:31.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:54:33.692Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-10T08:54:33.958Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-10T08:54:33.958Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:54:33.958Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T08:54:34.914Z] OK: 8 MiB in 17 packages [2023-04-10T08:54:39.159Z] Removing intermediate container ad8c835507f8 [2023-04-10T08:54:39.159Z] ---> 752bf40cf475 [2023-04-10T08:54:39.159Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:54:39.159Z] ---> Running in 6b55a0ba3f2a [2023-04-10T08:54:40.112Z] Removing intermediate container 6b55a0ba3f2a [2023-04-10T08:54:40.112Z] ---> 40af8c5584fa [2023-04-10T08:54:40.112Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-10T08:54:40.112Z] ---> Running in 450bc092b3ee [2023-04-10T08:54:41.067Z] Removing intermediate container 450bc092b3ee [2023-04-10T08:54:41.067Z] ---> 7fae6c70dcfb [2023-04-10T08:54:41.067Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T08:54:41.067Z] ---> Running in cce01a326ec9 [2023-04-10T08:54:42.023Z] Removing intermediate container cce01a326ec9 [2023-04-10T08:54:42.023Z] ---> 55f6c60c6111 [2023-04-10T08:54:42.023Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:54:43.962Z] ---> 969a9a95d38d [2023-04-10T08:54:43.962Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:54:45.376Z] ---> 1b9e0afbdca5 [2023-04-10T08:54:45.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-10T08:54:49.617Z] ---> 3b9adcb61362 [2023-04-10T08:54:49.617Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:54:51.020Z] ---> 891a16e9d853 [2023-04-10T08:54:51.020Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-10T08:54:51.287Z] ---> Running in 85ffea947437 [2023-04-10T08:54:52.249Z] Removing intermediate container 85ffea947437 [2023-04-10T08:54:52.249Z] ---> f367a9d97aaf [2023-04-10T08:54:52.249Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:54:52.249Z] ---> Running in 5adbfda9991c [2023-04-10T08:54:52.836Z] Removing intermediate container 5adbfda9991c [2023-04-10T08:54:52.836Z] ---> e2df8033d5d9 [2023-04-10T08:54:52.836Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T08:54:53.103Z] ---> Running in 4ac6a2e6989d [2023-04-10T08:54:53.683Z] Removing intermediate container 4ac6a2e6989d [2023-04-10T08:54:53.683Z] ---> 47349a24438e [2023-04-10T08:54:53.683Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:54:54.037Z] ---> Running in 6ce1f136369d [2023-04-10T08:54:54.704Z] Removing intermediate container 6ce1f136369d [2023-04-10T08:54:54.704Z] ---> 26e24ab58d16 [2023-04-10T08:54:54.704Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:54:54.704Z] Removing intermediate container 7babc4f6fb25 [2023-04-10T08:54:54.704Z] ---> ff521c3325c5 [2023-04-10T08:54:54.704Z] Step 7/20 : COPY . . [2023-04-10T08:54:54.970Z] ---> Running in 6dae92b97cbc [2023-04-10T08:54:55.555Z] Removing intermediate container 6dae92b97cbc [2023-04-10T08:54:55.555Z] ---> a4000bbe9a24 [2023-04-10T08:54:55.555Z] [2023-04-10T08:54:56.541Z] Successfully built a4000bbe9a24 [2023-04-10T08:54:56.541Z] Successfully tagged support-notifications-arm64:latest [2023-04-10T08:54:56.541Z]  Building support-notifications ... done Building core-command [2023-04-10T08:55:11.587Z] ---> 4703ca365788 [2023-04-10T08:55:11.587Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-10T08:55:11.587Z] ---> Running in 54a631760766 [2023-04-10T08:55:14.161Z] 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-04-10T08:55:14.161Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:55:14.161Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:55:14.161Z] ---> 054c3a399757 [2023-04-10T08:55:14.161Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:55:14.161Z] ---> Using cache [2023-04-10T08:55:14.161Z] ---> 4c9fe39620ad [2023-04-10T08:55:14.161Z] Step 4/24 : WORKDIR /edgex-go [2023-04-10T08:55:14.161Z] ---> Using cache [2023-04-10T08:55:14.161Z] ---> 635d004437fb [2023-04-10T08:55:14.161Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-10T08:55:14.161Z] ---> Using cache [2023-04-10T08:55:14.161Z] ---> d778d5524ad7 [2023-04-10T08:55:14.161Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-10T08:55:14.161Z] ---> Using cache [2023-04-10T08:55:14.161Z] ---> 2a77aa9c0159 [2023-04-10T08:55:14.161Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:55:14.161Z] ---> Using cache [2023-04-10T08:55:14.161Z] ---> f2fefb237848 [2023-04-10T08:55:14.161Z] Step 8/24 : COPY . . [2023-04-10T08:55:14.161Z] ---> Using cache [2023-04-10T08:55:14.161Z] ---> 5039a0786047 [2023-04-10T08:55:14.161Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-10T08:55:16.097Z] ---> Running in 04836a3903b4 [2023-04-10T08:55:18.694Z] 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-04-10T08:55:50.885Z] Removing intermediate container 871df9aea7a5 [2023-04-10T08:55:50.885Z] ---> 0e7a081e3abf [2023-04-10T08:55:50.885Z] Step 7/26 : COPY . . [2023-04-10T08:56:00.937Z] ---> e2e6c5ec9c5e [2023-04-10T08:56:00.937Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T08:56:01.210Z] ---> Running in 2e30ad5c3025 [2023-04-10T08:56:01.799Z] Removing intermediate container 2e30ad5c3025 [2023-04-10T08:56:01.799Z] ---> bc1e145f8540 [2023-04-10T08:56:01.799Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-10T08:56:01.799Z] ---> Running in f3ee86ecdd18 [2023-04-10T08:56:02.387Z] Removing intermediate container f3ee86ecdd18 [2023-04-10T08:56:02.387Z] ---> 0ebfa9c6a7b7 [2023-04-10T08:56:02.387Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T08:56:02.387Z] ---> Running in 4dd45b7073ba [2023-04-10T08:56:02.968Z] Removing intermediate container 4dd45b7073ba [2023-04-10T08:56:02.968Z] ---> f1d75739c4d1 [2023-04-10T08:56:02.968Z] Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-10T08:56:02.968Z] ---> Running in 31ffa2416dfa [2023-04-10T08:56:06.302Z] Removing intermediate container 31ffa2416dfa [2023-04-10T08:56:06.302Z] ---> 9d0ba1272a92 [2023-04-10T08:56:06.302Z] Step 12/26 : WORKDIR /edgex-go [2023-04-10T08:56:06.302Z] ---> Running in c5fca329672c [2023-04-10T08:56:06.302Z] Removing intermediate container c5fca329672c [2023-04-10T08:56:06.302Z] ---> 42c70c232899 [2023-04-10T08:56:06.302Z] [2023-04-10T08:56:06.302Z] Step 13/26 : FROM alpine:3.17 [2023-04-10T08:56:06.302Z] ---> 51e60588ff2c [2023-04-10T08:56:06.302Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T08:56:06.302Z] ---> Using cache [2023-04-10T08:56:06.302Z] ---> cccb434eb752 [2023-04-10T08:56:06.302Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T08:56:06.302Z] ---> Running in d870a81c0296 [2023-04-10T08:56:08.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:56:09.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:56:10.588Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T08:56:10.588Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T08:56:10.588Z] OK: 17689 distinct packages available [2023-04-10T08:56:10.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:56:11.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:56:12.490Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-10T08:56:12.490Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-10T08:56:12.490Z] (3/5) Installing libucontext (1.2-r0) [2023-04-10T08:56:12.490Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-10T08:56:12.490Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-10T08:56:12.490Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:56:12.754Z] OK: 9 MiB in 20 packages [2023-04-10T08:56:14.696Z] Removing intermediate container d870a81c0296 [2023-04-10T08:56:14.696Z] ---> aba73f5fd917 [2023-04-10T08:56:14.696Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:56:15.282Z] ---> feb102d32649 [2023-04-10T08:56:15.282Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:56:16.241Z] ---> 4583d7aa98fe [2023-04-10T08:56:16.241Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T08:56:22.874Z] ---> 7bba608c3d68 [2023-04-10T08:56:22.874Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T08:56:23.457Z] ---> c3209d4649fe [2023-04-10T08:56:23.457Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-10T08:56:24.861Z] ---> 1d0edec038d4 [2023-04-10T08:56:24.861Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-10T08:56:25.818Z] ---> 413d6df2ffe8 [2023-04-10T08:56:25.818Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T08:56:25.818Z] ---> Running in e7d52207d93b [2023-04-10T08:56:26.083Z] Removing intermediate container e7d52207d93b [2023-04-10T08:56:26.083Z] ---> d2d752ca4a89 [2023-04-10T08:56:26.083Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T08:56:26.348Z] ---> Running in 95ab7eba4f0e [2023-04-10T08:56:26.936Z] Removing intermediate container 95ab7eba4f0e [2023-04-10T08:56:26.936Z] ---> bace782b3eae [2023-04-10T08:56:26.936Z] Step 24/26 : LABEL arch=arm64 [2023-04-10T08:56:26.936Z] ---> Running in f49d498f5c48 [2023-04-10T08:56:27.517Z] Removing intermediate container f49d498f5c48 [2023-04-10T08:56:27.517Z] ---> 325fe21277cf [2023-04-10T08:56:27.517Z] Step 25/26 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:56:27.517Z] ---> Running in 1566a5c02840 [2023-04-10T08:56:28.097Z] Removing intermediate container 1566a5c02840 [2023-04-10T08:56:28.098Z] ---> d0713ff7f9d5 [2023-04-10T08:56:28.098Z] Step 26/26 : LABEL version=0.0.0 [2023-04-10T08:56:28.098Z] ---> Running in 8c258ba11e6e [2023-04-10T08:56:28.681Z] Removing intermediate container 8c258ba11e6e [2023-04-10T08:56:28.681Z] ---> 52eaed66d34e [2023-04-10T08:56:28.681Z] [2023-04-10T08:56:28.945Z] Successfully built 52eaed66d34e [2023-04-10T08:56:28.945Z] Successfully tagged security-spire-server-arm64:latest [2023-04-10T08:56:28.945Z]  Building security-spire-server ... done Building support-scheduler [2023-04-10T08:56:47.375Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:56:47.375Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:56:47.375Z] ---> 054c3a399757 [2023-04-10T08:56:47.375Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T08:56:47.375Z] ---> Using cache [2023-04-10T08:56:47.375Z] ---> 4c9fe39620ad [2023-04-10T08:56:47.375Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T08:56:47.375Z] ---> Using cache [2023-04-10T08:56:47.375Z] ---> 635d004437fb [2023-04-10T08:56:47.375Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T08:56:47.375Z] ---> Using cache [2023-04-10T08:56:47.375Z] ---> d778d5524ad7 [2023-04-10T08:56:47.375Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T08:56:47.375Z] ---> Using cache [2023-04-10T08:56:47.375Z] ---> 2a77aa9c0159 [2023-04-10T08:56:47.375Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:56:47.375Z] ---> Using cache [2023-04-10T08:56:47.375Z] ---> f2fefb237848 [2023-04-10T08:56:47.376Z] Step 8/23 : COPY . . [2023-04-10T08:56:47.376Z] ---> Using cache [2023-04-10T08:56:47.376Z] ---> 5039a0786047 [2023-04-10T08:56:47.376Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-10T08:56:47.376Z] ---> Running in 24b4ecaaaf0f [2023-04-10T08:56:48.775Z] 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-04-10T08:59:10.425Z] Removing intermediate container 9e58938616ff [2023-04-10T08:59:10.425Z] ---> c8bf27f8826e [2023-04-10T08:59:10.425Z] [2023-04-10T08:59:10.425Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:59:10.425Z] ---> 51e60588ff2c [2023-04-10T08:59:10.425Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T08:59:10.425Z] ---> Running in 1acfb744f1e1 [2023-04-10T08:59:10.425Z] Removing intermediate container 1acfb744f1e1 [2023-04-10T08:59:10.425Z] ---> 16c592326fbc [2023-04-10T08:59:10.425Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-10T08:59:10.425Z] ---> Running in 3e51ba5d13b8 [2023-04-10T08:59:10.425Z] Removing intermediate container 3e51ba5d13b8 [2023-04-10T08:59:10.425Z] ---> 4f8ffffdef64 [2023-04-10T08:59:10.425Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-10T08:59:10.425Z] ---> Running in 7bd743c0e582 [2023-04-10T08:59:10.425Z] Removing intermediate container 7bd743c0e582 [2023-04-10T08:59:10.425Z] ---> ebeb74a04877 [2023-04-10T08:59:10.425Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:59:10.425Z] ---> Running in 71d6bc9ae06d [2023-04-10T08:59:10.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T08:59:10.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T08:59:10.425Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T08:59:10.425Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T08:59:10.425Z] OK: 8 MiB in 16 packages [2023-04-10T08:59:12.361Z] Removing intermediate container 71d6bc9ae06d [2023-04-10T08:59:12.361Z] ---> 1ace1ebb13fb [2023-04-10T08:59:12.361Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:59:14.928Z] ---> 25024b0d7563 [2023-04-10T08:59:14.928Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:59:15.892Z] ---> 64f26a4d1129 [2023-04-10T08:59:15.892Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-10T08:59:17.293Z] ---> da42cf911df9 [2023-04-10T08:59:17.293Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:59:18.247Z] ---> 706b90445d3c [2023-04-10T08:59:18.247Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-10T08:59:18.511Z] ---> Running in 7ef54579d26a [2023-04-10T08:59:19.092Z] Removing intermediate container 7ef54579d26a [2023-04-10T08:59:19.092Z] ---> 170cdb0d3ef9 [2023-04-10T08:59:19.092Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T08:59:19.092Z] ---> Running in 295a3880a5b9 [2023-04-10T08:59:19.671Z] Removing intermediate container 295a3880a5b9 [2023-04-10T08:59:19.671Z] ---> 1ca5062b6734 [2023-04-10T08:59:19.671Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T08:59:19.938Z] ---> Running in a383b4072172 [2023-04-10T08:59:20.519Z] Removing intermediate container a383b4072172 [2023-04-10T08:59:20.519Z] ---> 5e5893751d56 [2023-04-10T08:59:20.519Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:59:20.784Z] ---> Running in 510feac6e006 [2023-04-10T08:59:21.742Z] Removing intermediate container 510feac6e006 [2023-04-10T08:59:21.742Z] ---> cafea5ec895f [2023-04-10T08:59:21.742Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:59:21.742Z] ---> Running in 14454d5050f9 [2023-04-10T08:59:22.325Z] Removing intermediate container 14454d5050f9 [2023-04-10T08:59:22.325Z] ---> da186e8a1070 [2023-04-10T08:59:22.325Z] [2023-04-10T08:59:22.905Z] Successfully built da186e8a1070 [2023-04-10T08:59:22.905Z] Successfully tagged core-data-arm64:latest [2023-04-10T08:59:22.905Z]  Building core-data ... done Building security-secretstore-setup [2023-04-10T08:59:31.087Z] Removing intermediate container 744084c02b7e [2023-04-10T08:59:31.087Z] ---> 272dbae2595e [2023-04-10T08:59:31.087Z] [2023-04-10T08:59:31.087Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T08:59:31.087Z] ---> 51e60588ff2c [2023-04-10T08:59:31.087Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T08:59:31.087Z] ---> Using cache [2023-04-10T08:59:31.087Z] ---> ba27a8fd6b9b [2023-04-10T08:59:31.087Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T08:59:31.087Z] ---> Using cache [2023-04-10T08:59:31.087Z] ---> 244470fa6996 [2023-04-10T08:59:31.087Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T08:59:31.087Z] ---> Using cache [2023-04-10T08:59:31.087Z] ---> 5f806ec13ecd [2023-04-10T08:59:31.087Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T08:59:31.087Z] ---> Using cache [2023-04-10T08:59:31.087Z] ---> 2300c65034f2 [2023-04-10T08:59:31.087Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-10T08:59:32.487Z] ---> 14da81421382 [2023-04-10T08:59:32.487Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-10T08:59:33.886Z] ---> 753ba69b3869 [2023-04-10T08:59:33.886Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-10T08:59:34.842Z] ---> d0ee478fb579 [2023-04-10T08:59:34.842Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T08:59:35.425Z] ---> Running in 2f305e8a5c13 [2023-04-10T08:59:39.664Z] Removing intermediate container 2f305e8a5c13 [2023-04-10T08:59:39.664Z] ---> 687198563814 [2023-04-10T08:59:39.664Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T08:59:39.664Z] ---> Running in 43ace58b24a5 [2023-04-10T08:59:40.242Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T08:59:40.242Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T08:59:40.242Z] ---> 054c3a399757 [2023-04-10T08:59:40.242Z] Step 3/25 : WORKDIR /edgex-go [2023-04-10T08:59:40.242Z] ---> Using cache [2023-04-10T08:59:40.242Z] ---> 030e60b1da65 [2023-04-10T08:59:40.242Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-10T08:59:40.242Z] ---> Using cache [2023-04-10T08:59:40.242Z] ---> 444687628247 [2023-04-10T08:59:40.242Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-10T08:59:40.242Z] ---> Using cache [2023-04-10T08:59:40.242Z] ---> d3e882a62769 [2023-04-10T08:59:40.242Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T08:59:40.242Z] ---> Using cache [2023-04-10T08:59:40.242Z] ---> b1da637c54ea [2023-04-10T08:59:40.242Z] Step 7/25 : COPY . . [2023-04-10T08:59:40.242Z] ---> Using cache [2023-04-10T08:59:40.242Z] ---> c62f3b6a0720 [2023-04-10T08:59:40.242Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-10T08:59:42.809Z] Removing intermediate container 43ace58b24a5 [2023-04-10T08:59:42.809Z] ---> 7bd8d5a76182 [2023-04-10T08:59:42.809Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T08:59:42.809Z] ---> Running in 84247283cb77 [2023-04-10T08:59:43.074Z] ---> Running in 6157cbb2adf2 [2023-04-10T08:59:43.656Z] Removing intermediate container 6157cbb2adf2 [2023-04-10T08:59:43.656Z] ---> 068a263e8d18 [2023-04-10T08:59:43.656Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T08:59:43.656Z] ---> Running in b976011b404f [2023-04-10T08:59:44.616Z] Removing intermediate container b976011b404f [2023-04-10T08:59:44.616Z] ---> eed0d4a047fe [2023-04-10T08:59:44.617Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T08:59:44.617Z] ---> Running in b98bbd2c8148 [2023-04-10T08:59:45.206Z] 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-04-10T08:59:45.206Z] Removing intermediate container b98bbd2c8148 [2023-04-10T08:59:45.206Z] ---> 4adfd832a5bc [2023-04-10T08:59:45.206Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T08:59:45.470Z] ---> Running in fbc7ff9b1de0 [2023-04-10T08:59:46.049Z] Removing intermediate container fbc7ff9b1de0 [2023-04-10T08:59:46.049Z] ---> 92f87236390b [2023-04-10T08:59:46.049Z] [2023-04-10T08:59:46.049Z] Successfully built 92f87236390b [2023-04-10T08:59:46.314Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-10T09:01:52.941Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 04836a3903b4 [2023-04-10T09:01:52.941Z] ---> 5bf69ff98ee0 [2023-04-10T09:01:52.941Z] [2023-04-10T09:01:52.941Z] Step 10/24 : FROM alpine:3.17 [2023-04-10T09:01:52.941Z] ---> 51e60588ff2c [2023-04-10T09:01:52.941Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-10T09:01:52.941Z] ---> Using cache [2023-04-10T09:01:52.941Z] ---> 44e711303907 [2023-04-10T09:01:52.941Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T09:01:52.941Z] ---> Using cache [2023-04-10T09:01:52.941Z] ---> f4023c1abb68 [2023-04-10T09:01:52.941Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-10T09:01:52.941Z] ---> Running in 5a19e840abaf [2023-04-10T09:01:52.941Z] Removing intermediate container 5a19e840abaf [2023-04-10T09:01:52.941Z] ---> f8002d71fe00 [2023-04-10T09:01:52.941Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-10T09:01:52.941Z] ---> Running in 3a33cb80575f [2023-04-10T09:01:52.941Z] Removing intermediate container 3a33cb80575f [2023-04-10T09:01:52.941Z] ---> 0df1da2125fb [2023-04-10T09:01:52.941Z] Step 15/24 : WORKDIR / [2023-04-10T09:01:52.941Z] ---> Running in ae3d568bf50c [2023-04-10T09:01:52.941Z] Removing intermediate container ae3d568bf50c [2023-04-10T09:01:52.941Z] ---> 0fb5667a93d6 [2023-04-10T09:01:52.941Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T09:01:52.941Z] ---> ef9b4b977ea7 [2023-04-10T09:01:52.941Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T09:01:52.941Z] ---> d62be4f04b23 [2023-04-10T09:01:52.941Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-10T09:01:52.941Z] ---> 5a868ba2aaa1 [2023-04-10T09:01:52.941Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-10T09:01:52.941Z] ---> 5d752c1f9869 [2023-04-10T09:01:52.941Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-10T09:01:52.941Z] ---> Running in ffbb15661529 [2023-04-10T09:01:52.941Z] Removing intermediate container ffbb15661529 [2023-04-10T09:01:52.941Z] ---> 4250a346e6b6 [2023-04-10T09:01:52.941Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T09:01:52.941Z] ---> Running in f078cb6acb37 [2023-04-10T09:01:52.941Z] Removing intermediate container f078cb6acb37 [2023-04-10T09:01:52.941Z] ---> ca89fe2d53a9 [2023-04-10T09:01:52.941Z] Step 22/24 : LABEL arch=arm64 [2023-04-10T09:01:52.941Z] ---> Running in c8615b81228a [2023-04-10T09:01:52.941Z] Removing intermediate container c8615b81228a [2023-04-10T09:01:52.941Z] ---> 7a925e9dec5f [2023-04-10T09:01:52.941Z] Step 23/24 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T09:01:52.941Z] ---> Running in 67d6e1fad734 [2023-04-10T09:01:52.941Z] Removing intermediate container 67d6e1fad734 [2023-04-10T09:01:52.941Z] ---> 679ae8c3d7a3 [2023-04-10T09:01:52.941Z] Step 24/24 : LABEL version=0.0.0 [2023-04-10T09:01:52.941Z] ---> Running in 43721610fbb9 [2023-04-10T09:01:52.941Z] Removing intermediate container 43721610fbb9 [2023-04-10T09:01:52.941Z] ---> 92a48b2b7057 [2023-04-10T09:01:52.941Z] [2023-04-10T09:01:53.207Z] Successfully built 92a48b2b7057 [2023-04-10T09:01:53.207Z] Successfully tagged core-command-arm64:latest [2023-04-10T09:02:49.569Z]  Building core-command ... done Removing intermediate container 54a631760766 [2023-04-10T09:02:49.569Z] ---> 7913c6b01641 [2023-04-10T09:02:49.569Z] [2023-04-10T09:02:49.569Z] Step 9/20 : FROM alpine:3.17 [2023-04-10T09:02:49.569Z] ---> 51e60588ff2c [2023-04-10T09:02:49.569Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T09:02:49.569Z] ---> Using cache [2023-04-10T09:02:49.569Z] ---> 361c8ac1de05 [2023-04-10T09:02:49.569Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-10T09:02:49.569Z] ---> Running in e6ea17dcb171 [2023-04-10T09:02:49.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T09:02:49.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T09:02:50.176Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T09:02:50.176Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T09:02:50.176Z] OK: 17689 distinct packages available [2023-04-10T09:02:50.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T09:02:53.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T09:02:54.580Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-10T09:02:54.580Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-10T09:02:54.580Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-10T09:02:54.580Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-10T09:02:54.580Z] (5/9) Installing curl (7.88.1-r1) [2023-04-10T09:02:54.580Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-10T09:02:54.580Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-10T09:02:54.580Z] (8/9) Installing libucontext (1.2-r0) [2023-04-10T09:02:54.580Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-10T09:02:54.580Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T09:02:54.580Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T09:02:55.181Z] OK: 11 MiB in 24 packages [2023-04-10T09:02:57.805Z] Removing intermediate container e6ea17dcb171 [2023-04-10T09:02:57.805Z] ---> 5cfe22f7a4ee [2023-04-10T09:02:57.805Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T09:02:58.414Z] ---> 119f5dffbbb9 [2023-04-10T09:02:58.414Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T09:02:59.369Z] ---> 1f272c2ac39f [2023-04-10T09:02:59.369Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-10T09:03:00.772Z] ---> 3ea84d2367b0 [2023-04-10T09:03:00.772Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-10T09:03:03.341Z] ---> d77054e58f0b [2023-04-10T09:03:03.341Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-10T09:03:03.341Z] ---> Running in 1b1e1ad5ae62 [2023-04-10T09:03:03.606Z] Removing intermediate container 1b1e1ad5ae62 [2023-04-10T09:03:03.606Z] ---> cdba4e26023e [2023-04-10T09:03:03.606Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T09:03:03.606Z] ---> Running in dabde896425f [2023-04-10T09:03:04.186Z] Removing intermediate container dabde896425f [2023-04-10T09:03:04.186Z] ---> 3633b1bafab5 [2023-04-10T09:03:04.186Z] Step 18/20 : LABEL arch=arm64 [2023-04-10T09:03:04.186Z] ---> Running in 069b8bf86f32 [2023-04-10T09:03:04.771Z] Removing intermediate container 069b8bf86f32 [2023-04-10T09:03:04.771Z] ---> 9c253e954b2b [2023-04-10T09:03:04.771Z] Step 19/20 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T09:03:04.771Z] ---> Running in 4de91dd56230 [2023-04-10T09:03:05.367Z] Removing intermediate container 4de91dd56230 [2023-04-10T09:03:05.367Z] ---> 5e5138794722 [2023-04-10T09:03:05.367Z] Step 20/20 : LABEL version=0.0.0 [2023-04-10T09:03:05.631Z] ---> Running in 01b00825fe77 [2023-04-10T09:03:05.896Z] Removing intermediate container 01b00825fe77 [2023-04-10T09:03:06.159Z] ---> b16b6756c998 [2023-04-10T09:03:06.159Z] [2023-04-10T09:03:06.423Z] Successfully built b16b6756c998 [2023-04-10T09:03:06.423Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-10T09:03:28.437Z]  Building security-spiffe-token-provider ... 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-04-10T09:03:38.485Z] Removing intermediate container 84247283cb77 [2023-04-10T09:03:38.485Z] ---> 8451083d5e0b [2023-04-10T09:03:38.485Z] [2023-04-10T09:03:38.485Z] Step 9/25 : FROM alpine:3.17 [2023-04-10T09:03:38.485Z] ---> 51e60588ff2c [2023-04-10T09:03:38.485Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-10T09:03:38.485Z] ---> Running in a6286565b799 [2023-04-10T09:03:38.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T09:03:39.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T09:03:40.397Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-10T09:03:40.397Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-10T09:03:40.397Z] (3/3) Installing su-exec (0.2-r2) [2023-04-10T09:03:40.397Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T09:03:40.397Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T09:03:40.979Z] OK: 8 MiB in 18 packages [2023-04-10T09:03:43.555Z] Removing intermediate container a6286565b799 [2023-04-10T09:03:43.555Z] ---> ba76c38e40c1 [2023-04-10T09:03:43.555Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-10T09:03:43.555Z] ---> Running in 4d25763b3a8b [2023-04-10T09:03:43.555Z] Removing intermediate container 4d25763b3a8b [2023-04-10T09:03:43.555Z] ---> 7cd520ee88eb [2023-04-10T09:03:43.555Z] Step 12/25 : WORKDIR / [2023-04-10T09:03:43.820Z] ---> Running in 439c7561baa2 [2023-04-10T09:03:44.085Z] Removing intermediate container 439c7561baa2 [2023-04-10T09:03:44.085Z] ---> 5a247b1a3aac [2023-04-10T09:03:44.085Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T09:03:45.038Z] ---> 3194e1878f88 [2023-04-10T09:03:45.038Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T09:03:45.621Z] ---> 00f2d6dac6a8 [2023-04-10T09:03:45.621Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-10T09:03:45.885Z] ---> 6ae32d7c0498 [2023-04-10T09:03:45.885Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-10T09:03:46.152Z] Removing intermediate container 24b4ecaaaf0f [2023-04-10T09:03:46.152Z] ---> ca3e1d6e94b1 [2023-04-10T09:03:46.152Z] [2023-04-10T09:03:46.152Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T09:03:46.152Z] ---> 51e60588ff2c [2023-04-10T09:03:46.152Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T09:03:46.152Z] ---> Using cache [2023-04-10T09:03:46.152Z] ---> 44e711303907 [2023-04-10T09:03:46.152Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T09:03:46.152Z] ---> Using cache [2023-04-10T09:03:46.152Z] ---> f4023c1abb68 [2023-04-10T09:03:46.152Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-10T09:03:46.152Z] ---> Running in c3ffe2478359 [2023-04-10T09:03:46.417Z] Removing intermediate container c3ffe2478359 [2023-04-10T09:03:46.417Z] ---> 417a1c230035 [2023-04-10T09:03:46.417Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T09:03:46.417Z] ---> Running in 3a54f454d541 [2023-04-10T09:03:46.681Z] ---> 535e24b0a275 [2023-04-10T09:03:46.681Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-10T09:03:46.945Z] Removing intermediate container 3a54f454d541 [2023-04-10T09:03:46.945Z] ---> 5312572b0f29 [2023-04-10T09:03:46.945Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T09:03:47.210Z] ---> c82cdc807384 [2023-04-10T09:03:47.210Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-10T09:03:47.480Z] ---> 1432edf4d449 [2023-04-10T09:03:47.480Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T09:03:48.077Z] ---> 0d228b0fc588 [2023-04-10T09:03:48.077Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-10T09:03:48.342Z] ---> 21d0dc0664d1 [2023-04-10T09:03:48.342Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-10T09:03:49.750Z] ---> 3e8532fa01eb [2023-04-10T09:03:49.750Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T09:03:49.750Z] ---> 70f4f5c07828 [2023-04-10T09:03:49.750Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-10T09:03:50.020Z] ---> 05d05aee799a [2023-04-10T09:03:50.020Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T09:03:50.020Z] ---> af332a912a35 [2023-04-10T09:03:50.020Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-10T09:03:50.285Z] ---> Running in 0c90bd28c891 [2023-04-10T09:03:50.285Z] ---> Running in c2ea05572174 [2023-04-10T09:03:50.551Z] Removing intermediate container c2ea05572174 [2023-04-10T09:03:50.551Z] ---> 7e7a7715cbbe [2023-04-10T09:03:50.551Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T09:03:50.819Z] ---> Running in 6f6d69f19efa [2023-04-10T09:03:51.084Z] Removing intermediate container 6f6d69f19efa [2023-04-10T09:03:51.084Z] ---> 949d3b5fd8f8 [2023-04-10T09:03:51.084Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T09:03:51.084Z] ---> Running in 99e58ca0c23d [2023-04-10T09:03:51.672Z] Removing intermediate container 99e58ca0c23d [2023-04-10T09:03:51.672Z] ---> c1b1dd39acf0 [2023-04-10T09:03:51.672Z] Step 22/23 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T09:03:51.672Z] ---> Running in d15c0a686584 [2023-04-10T09:03:51.942Z] Removing intermediate container d15c0a686584 [2023-04-10T09:03:51.942Z] ---> 026666cc3af9 [2023-04-10T09:03:51.942Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T09:03:52.209Z] ---> Running in d4d811e77fbd [2023-04-10T09:03:52.209Z] Removing intermediate container 0c90bd28c891 [2023-04-10T09:03:52.209Z] ---> 4c1fe01ac07b [2023-04-10T09:03:52.209Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T09:03:52.209Z] ---> Running in 7ccb83e4759d [2023-04-10T09:03:52.477Z] Removing intermediate container d4d811e77fbd [2023-04-10T09:03:52.477Z] ---> 02e36e471a08 [2023-04-10T09:03:52.477Z] [2023-04-10T09:03:52.742Z] Removing intermediate container 7ccb83e4759d [2023-04-10T09:03:52.742Z] ---> 9ffcea76e685 [2023-04-10T09:03:52.742Z] Step 23/25 : LABEL arch=arm64 [2023-04-10T09:03:52.742Z] ---> Running in caaf83802d4a [2023-04-10T09:03:52.742Z] Successfully built 02e36e471a08 [2023-04-10T09:03:52.742Z] Successfully tagged support-scheduler-arm64:latest [2023-04-10T09:03:53.019Z]  Building support-scheduler ... done Removing intermediate container caaf83802d4a [2023-04-10T09:03:53.019Z] ---> 746d63a87ecf [2023-04-10T09:03:53.019Z] Step 24/25 : LABEL git_sha=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [2023-04-10T09:03:53.019Z] ---> Running in b76136917981 [2023-04-10T09:03:53.603Z] Removing intermediate container b76136917981 [2023-04-10T09:03:53.603Z] ---> bf3f25f646ad [2023-04-10T09:03:53.603Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T09:03:53.603Z] ---> Running in 981d73efa974 [2023-04-10T09:03:53.868Z] Removing intermediate container 981d73efa974 [2023-04-10T09:03:53.868Z] ---> 8af4381e74d2 [2023-04-10T09:03:53.868Z] [2023-04-10T09:03:54.133Z] Successfully built 8af4381e74d2 [2023-04-10T09:03:54.133Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-10T09:03:54.408Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-04-10T09:03:54.425Z] $ docker stop --time=1 9151c67261edade839ecfd0a9dab63cc165c5aecd65c0c6ec296dd0592057ca0 [2023-04-10T09:03:56.137Z] $ docker rm -f --volumes 9151c67261edade839ecfd0a9dab63cc165c5aecd65c0c6ec296dd0592057ca0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T09:03:56.662Z] + docker images [2023-04-10T09:03:56.927Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-10T09:03:56.927Z] security-secretstore-setup-arm64 latest 8af4381e74d2 3 seconds ago 32.2MB [2023-04-10T09:03:56.927Z] support-scheduler-arm64 latest 02e36e471a08 4 seconds ago 31.5MB [2023-04-10T09:03:56.927Z] ca3e1d6e94b1 11 seconds ago 1.56GB [2023-04-10T09:03:56.927Z] 8451083d5e0b 20 seconds ago 1.49GB [2023-04-10T09:03:56.927Z] security-spiffe-token-provider-arm64 latest b16b6756c998 51 seconds ago 32.7MB [2023-04-10T09:03:56.927Z] 7913c6b01641 About a minute ago 1.53GB [2023-04-10T09:03:56.927Z] core-command-arm64 latest 92a48b2b7057 2 minutes ago 19.7MB [2023-04-10T09:03:56.927Z] 5bf69ff98ee0 2 minutes ago 1.49GB [2023-04-10T09:03:56.927Z] core-common-config-bootstrapper-arm64 latest 92f87236390b 4 minutes ago 17.2MB [2023-04-10T09:03:56.927Z] 272dbae2595e 4 minutes ago 1.48GB [2023-04-10T09:03:56.927Z] core-data-arm64 latest da186e8a1070 4 minutes ago 19.9MB [2023-04-10T09:03:56.927Z] c8bf27f8826e 4 minutes ago 1.5GB [2023-04-10T09:03:56.927Z] security-spire-server-arm64 latest 52eaed66d34e 7 minutes ago 87.1MB [2023-04-10T09:03:56.927Z] 42c70c232899 7 minutes ago 1.35GB [2023-04-10T09:03:56.927Z] support-notifications-arm64 latest a4000bbe9a24 9 minutes ago 32.2MB [2023-04-10T09:03:56.927Z] 33eacb8bfed2 9 minutes ago 1.56GB [2023-04-10T09:03:56.927Z] security-proxy-auth-arm64 latest 7d4ee285d451 10 minutes ago 18.3MB [2023-04-10T09:03:56.927Z] c3f822550a60 10 minutes ago 1.47GB [2023-04-10T09:03:56.927Z] security-proxy-setup-arm64 latest fcb1c4a11950 11 minutes ago 18.7MB [2023-04-10T09:03:56.927Z] core-metadata-arm64 latest 99ade488ff97 11 minutes ago 20.2MB [2023-04-10T09:03:56.927Z] e2d15eed1e10 11 minutes ago 1.47GB [2023-04-10T09:03:56.927Z] 57670ac1e82e 12 minutes ago 1.5GB [2023-04-10T09:03:56.927Z] security-bootstrapper-arm64 latest 458f3c4d6c3f 12 minutes ago 21.9MB [2023-04-10T09:03:56.927Z] 4bbc8d5a744f 12 minutes ago 1.48GB [2023-04-10T09:03:56.927Z] security-spire-agent-arm64 latest bd15d16271a1 18 minutes ago 125MB [2023-04-10T09:03:56.927Z] security-spire-config-arm64 latest 72cd6d665733 18 minutes ago 86.2MB [2023-04-10T09:03:56.927Z] f67f093444ac 19 minutes ago 1.35GB [2023-04-10T09:03:56.927Z] 32f9fca78613 19 minutes ago 1.35GB [2023-04-10T09:03:56.927Z] ci-base-image-arm64 latest 054c3a399757 34 minutes ago 866MB [2023-04-10T09:03:56.927Z] alpine 3.17 51e60588ff2c 11 days ago 7.46MB [2023-04-10T09:03:56.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 4 weeks ago 648MB [2023-04-10T09:03:56.928Z] 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-04-10T09:03:57.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T09:03:57.706Z] [2023-04-10T09:03:57.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T09:03:58.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T09:03:58.378Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-10T09:03:58.378Z] 8998bd30e6a1: Pulling fs layer [2023-04-10T09:03:58.378Z] 04944245beec: Pulling fs layer [2023-04-10T09:03:58.378Z] 699f458cf7ca: Pulling fs layer [2023-04-10T09:03:58.378Z] 765212b225bb: Pulling fs layer [2023-04-10T09:03:58.378Z] f23df028b6ca: Pulling fs layer [2023-04-10T09:03:58.378Z] d65c8cfc05b1: Pulling fs layer [2023-04-10T09:03:58.378Z] 2437ff75d9bd: Pulling fs layer [2023-04-10T09:03:58.378Z] d65c8cfc05b1: Waiting [2023-04-10T09:03:58.378Z] f23df028b6ca: Waiting [2023-04-10T09:03:58.378Z] 2437ff75d9bd: Waiting [2023-04-10T09:03:58.378Z] 765212b225bb: Waiting [2023-04-10T09:03:58.378Z] 04944245beec: Verifying Checksum [2023-04-10T09:03:58.378Z] 04944245beec: Download complete [2023-04-10T09:03:58.378Z] 765212b225bb: Verifying Checksum [2023-04-10T09:03:58.378Z] 765212b225bb: Download complete [2023-04-10T09:03:58.378Z] f23df028b6ca: Verifying Checksum [2023-04-10T09:03:58.378Z] f23df028b6ca: Download complete [2023-04-10T09:03:58.645Z] d65c8cfc05b1: Verifying Checksum [2023-04-10T09:03:58.645Z] d65c8cfc05b1: Download complete [2023-04-10T09:03:58.645Z] 699f458cf7ca: Verifying Checksum [2023-04-10T09:03:58.645Z] 699f458cf7ca: Download complete [2023-04-10T09:03:58.913Z] 8998bd30e6a1: Verifying Checksum [2023-04-10T09:03:58.913Z] 8998bd30e6a1: Download complete [2023-04-10T09:04:01.489Z] 2437ff75d9bd: Verifying Checksum [2023-04-10T09:04:01.489Z] 2437ff75d9bd: Download complete [2023-04-10T09:04:02.897Z] 8998bd30e6a1: Pull complete [2023-04-10T09:04:03.480Z] 04944245beec: Pull complete [2023-04-10T09:04:04.880Z] 699f458cf7ca: Pull complete [2023-04-10T09:04:04.880Z] 765212b225bb: Pull complete [2023-04-10T09:04:05.834Z] f23df028b6ca: Pull complete [2023-04-10T09:04:05.834Z] d65c8cfc05b1: Pull complete [2023-04-10T09:04:24.019Z] 2437ff75d9bd: Pull complete [2023-04-10T09:04:24.019Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-10T09:04:24.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T09:04:24.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T09:04:24.341Z] prd-ubuntu20.04-docker-arm64-4c-16g-7289 does not seem to be running inside a container [2023-04-10T09:04:24.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-10T09:04:26.989Z] $ docker top 147fe8bb9e8318461a744496beca146b7abecb7e2cc3439ec1b26e7c0c87c2a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:28.015Z] ---> job-cost.sh [2023-04-10T09:04:28.015Z] lf-activate-venv: SKIPPING [2023-04-10T09:04:28.015Z] INFO: No Stack... [2023-04-10T09:04:28.279Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-10T09:04:29.232Z] INFO: Archiving Costs [Pipeline] sh [2023-04-10T09:04:29.898Z] + cut -d, -f6 [2023-04-10T09:04:29.898Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-04-10T09:04:29.955Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] [2023-04-10T09:04:29.961Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] did not exist. Created. [2023-04-10T09:04:29.961Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-10T09:04:30.465Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-10T09:04:30.900Z] Stashed 1 file(s) [Pipeline] } [2023-04-10T09:04:30.918Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4504-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-10T09:04:30.987Z] $ docker stop --time=1 147fe8bb9e8318461a744496beca146b7abecb7e2cc3439ec1b26e7c0c87c2a4 [2023-04-10T09:04:32.491Z] $ docker rm -f --volumes 147fe8bb9e8318461a744496beca146b7abecb7e2cc3439ec1b26e7c0c87c2a4 [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-04-10T09:04:33.492Z] provisioning config files... [2023-04-10T09:04:33.502Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17537893575785987613tmp [Pipeline] { [Pipeline] sh [2023-04-10T09:04:33.833Z] + set +x [2023-04-10T09:04:33.833Z] + curl -s https://codecov.io/bash [2023-04-10T09:04:33.833Z] + bash -s -- [2023-04-10T09:04:33.833Z] [2023-04-10T09:04:33.833Z] _____ _ [2023-04-10T09:04:33.833Z] / ____| | | [2023-04-10T09:04:33.833Z] | | ___ __| | ___ ___ _____ __ [2023-04-10T09:04:33.833Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-10T09:04:33.833Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-10T09:04:33.833Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-10T09:04:33.833Z] Bash-1.0.6 [2023-04-10T09:04:33.833Z] [2023-04-10T09:04:33.833Z] [2023-04-10T09:04:33.833Z] ==> git version 2.25.1 found [2023-04-10T09:04:33.833Z] ==> 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-04-10T09:04:33.833Z] Release-Date: 2020-01-08 [2023-04-10T09:04:33.833Z] 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-04-10T09:04:33.833Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-10T09:04:33.833Z] ==> Jenkins CI detected. [2023-04-10T09:04:33.833Z] current dir:  /w/workspace/edgex-go/1 [2023-04-10T09:04:33.833Z] project root: . [2023-04-10T09:04:33.833Z] --> token set from env [2023-04-10T09:04:33.833Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-10T09:04:33.833Z] ==> Running gcov in . (disable via -X gcov) [2023-04-10T09:04:33.833Z] ==> Python coveragepy not found [2023-04-10T09:04:33.834Z] ==> Searching for coverage reports in: [2023-04-10T09:04:33.834Z] + . [2023-04-10T09:04:34.092Z] -> Found 1 reports [2023-04-10T09:04:34.092Z] ==> Detecting git/mercurial file structure [2023-04-10T09:04:34.092Z] ==> Reading reports [2023-04-10T09:04:34.092Z] + ./coverage.out bytes=448242 [2023-04-10T09:04:34.092Z] ==> Appending adjustments [2023-04-10T09:04:34.092Z] https://docs.codecov.io/docs/fixing-reports [2023-04-10T09:04:35.028Z] + Found adjustments [2023-04-10T09:04:35.028Z] ==> Gzipping contents [2023-04-10T09:04:35.028Z] 60K /tmp/codecov.r4MiZ2.gz [2023-04-10T09:04:35.028Z] ==> Uploading reports [2023-04-10T09:04:35.028Z] url: https://codecov.io [2023-04-10T09:04:35.028Z] query: branch=PR-4504&commit=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4504%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4504&job=&cmd_args= [2023-04-10T09:04:35.028Z] -> Pinging Codecov [2023-04-10T09:04:35.028Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4504&commit=8a4d6d14e43fb247d8ee34f628dc3a462ad5affe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4504%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4504&job=&cmd_args= [2023-04-10T09:04:35.287Z] -> Uploading to [2023-04-10T09:04:35.287Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-10/00271124DB129430A58F1EEE437C3FCB/8a4d6d14e43fb247d8ee34f628dc3a462ad5affe/351062ef-cdf5-4c9e-a450-76bbe382f860.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230410T090435Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2da1be1a949fa5128d75515014d829c9d5065416db7f1f15176d46a0a5bd028b [2023-04-10T09:04:35.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-10T09:04:35.287Z] Dload Upload Total Spent Left Speed [2023-04-10T09:04:35.546Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57530 0 0 100 57530 0 196k --:--:-- --:--:-- --:--:-- 196k [2023-04-10T09:04:35.546Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8a4d6d14e43fb247d8ee34f628dc3a462ad5affe [Pipeline] } [2023-04-10T09:04:35.573Z] 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-04-10T09:04:36.994Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:37.326Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:38.205Z] ---> package-listing.sh [2023-04-10T09:04:38.205Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-10T09:04:38.205Z] ++ facter osfamily [2023-04-10T09:04:38.465Z] + OS_FAMILY=debian [2023-04-10T09:04:38.465Z] + workspace=/w/workspace/edgex-go/1 [2023-04-10T09:04:38.465Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-10T09:04:38.465Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-10T09:04:38.465Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-10T09:04:38.465Z] + PACKAGES=/tmp/packages_start.txt [2023-04-10T09:04:38.465Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-10T09:04:38.465Z] + PACKAGES=/tmp/packages_end.txt [2023-04-10T09:04:38.465Z] + case "${OS_FAMILY}" in [2023-04-10T09:04:38.465Z] + dpkg -l [2023-04-10T09:04:38.465Z] + grep '^ii' [2023-04-10T09:04:38.465Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-10T09:04:38.465Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-10T09:04:38.465Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-10T09:04:38.465Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-10T09:04:38.465Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-10T09:04:38.465Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-10T09:04:38.498Z] 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-04-10T09:04:38.787Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T09:04:39.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T09:04:39.417Z] [2023-04-10T09:04:39.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T09:04:39.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T09:04:39.798Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-10T09:04:39.798Z] 5eb5b503b376: Pulling fs layer [2023-04-10T09:04:39.798Z] 5c69ac0246d0: Pulling fs layer [2023-04-10T09:04:39.798Z] ec43610c2a17: Pulling fs layer [2023-04-10T09:04:39.798Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-10T09:04:39.798Z] 33b1e0a273af: Pulling fs layer [2023-04-10T09:04:39.798Z] 5d3b04190fa2: Pulling fs layer [2023-04-10T09:04:39.798Z] 3a2ae6a8a46f: Waiting [2023-04-10T09:04:39.798Z] 33b1e0a273af: Waiting [2023-04-10T09:04:39.798Z] 2f39f015ded8: Pulling fs layer [2023-04-10T09:04:39.798Z] 5d3b04190fa2: Waiting [2023-04-10T09:04:39.798Z] 2f39f015ded8: Waiting [2023-04-10T09:04:39.798Z] 5c69ac0246d0: Download complete [2023-04-10T09:04:39.798Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-10T09:04:39.798Z] 3a2ae6a8a46f: Download complete [2023-04-10T09:04:39.798Z] 33b1e0a273af: Verifying Checksum [2023-04-10T09:04:39.798Z] 33b1e0a273af: Download complete [2023-04-10T09:04:39.798Z] 5d3b04190fa2: Verifying Checksum [2023-04-10T09:04:39.798Z] 5d3b04190fa2: Download complete [2023-04-10T09:04:40.057Z] ec43610c2a17: Verifying Checksum [2023-04-10T09:04:40.057Z] ec43610c2a17: Download complete [2023-04-10T09:04:40.057Z] 5eb5b503b376: Download complete [2023-04-10T09:04:41.431Z] 5eb5b503b376: Pull complete [2023-04-10T09:04:41.431Z] 5c69ac0246d0: Pull complete [2023-04-10T09:04:41.692Z] ec43610c2a17: Pull complete [2023-04-10T09:04:41.955Z] 3a2ae6a8a46f: Pull complete [2023-04-10T09:04:42.213Z] 33b1e0a273af: Pull complete [2023-04-10T09:04:42.213Z] 5d3b04190fa2: Pull complete [2023-04-10T09:04:46.396Z] 2f39f015ded8: Pull complete [2023-04-10T09:04:46.396Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-10T09:04:46.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T09:04:46.396Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T09:04:46.613Z] prd-ubuntu20.04-docker-8c-8g-7287 does not seem to be running inside a container [2023-04-10T09:04:46.640Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-10T09:04:51.652Z] $ docker top 94fe06bce7ea53da8583866945ba087fe9f6fb838fa15d165addd3ccfc7365aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T09:04:52.034Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-10T09:04:52.346Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-10T09:04:52.657Z] + ls /var/log/sa-host [2023-04-10T09:04:52.657Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T09:04:52.868Z] provisioning config files... [2023-04-10T09:04:52.877Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4449331910785096494tmp [Pipeline] { [Pipeline] echo [2023-04-10T09:04:52.930Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:53.243Z] ---> create-netrc.sh [Pipeline] } [2023-04-10T09:04:53.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:53.680Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-10T09:04:53.713Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:54.022Z] ---> sudo-logs.sh [2023-04-10T09:04:54.022Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-10T09:04:54.100Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:54.408Z] ---> job-cost.sh [2023-04-10T09:04:54.408Z] lf-activate-venv: SKIPPING [2023-04-10T09:04:54.408Z] DEBUG: total: 0.10999999940395355 [2023-04-10T09:04:54.408Z] INFO: Retrieving Stack Cost... [2023-04-10T09:04:54.667Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-10T09:04:55.234Z] INFO: Archiving Costs [Pipeline] echo [2023-04-10T09:04:55.270Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T09:04:55.585Z] ---> logs-deploy.sh [2023-04-10T09:04:55.585Z] lf-activate-venv: SKIPPING [2023-04-10T09:04:55.585Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4504/1 [2023-04-10T09:04:55.585Z] INFO: archiving workspace using pattern(s): [2023-04-10T09:04:56.521Z] Archives upload complete. [2023-04-10T09:04:56.779Z] INFO: archiving logs to Nexus [2023-04-10T09:04:57.348Z] ---> uname -a: [2023-04-10T09:04:57.348Z] Linux prd-ubuntu20-04-docker-8c-8g-7287 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-10T09:04:57.348Z] [2023-04-10T09:04:57.348Z] [2023-04-10T09:04:57.348Z] ---> lscpu: [2023-04-10T09:04:57.348Z] Architecture: x86_64 [2023-04-10T09:04:57.348Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-10T09:04:57.348Z] Byte Order: Little Endian [2023-04-10T09:04:57.348Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-10T09:04:57.348Z] CPU(s): 8 [2023-04-10T09:04:57.348Z] On-line CPU(s) list: 0-7 [2023-04-10T09:04:57.348Z] Thread(s) per core: 1 [2023-04-10T09:04:57.348Z] Core(s) per socket: 1 [2023-04-10T09:04:57.348Z] Socket(s): 8 [2023-04-10T09:04:57.348Z] NUMA node(s): 1 [2023-04-10T09:04:57.348Z] Vendor ID: AuthenticAMD [2023-04-10T09:04:57.348Z] CPU family: 23 [2023-04-10T09:04:57.348Z] Model: 49 [2023-04-10T09:04:57.348Z] Model name: AMD EPYC-Rome Processor [2023-04-10T09:04:57.348Z] Stepping: 0 [2023-04-10T09:04:57.348Z] CPU MHz: 2800.000 [2023-04-10T09:04:57.348Z] BogoMIPS: 5600.00 [2023-04-10T09:04:57.348Z] Virtualization: AMD-V [2023-04-10T09:04:57.348Z] Hypervisor vendor: KVM [2023-04-10T09:04:57.348Z] Virtualization type: full [2023-04-10T09:04:57.348Z] L1d cache: 256 KiB [2023-04-10T09:04:57.348Z] L1i cache: 256 KiB [2023-04-10T09:04:57.348Z] L2 cache: 4 MiB [2023-04-10T09:04:57.348Z] L3 cache: 128 MiB [2023-04-10T09:04:57.348Z] NUMA node0 CPU(s): 0-7 [2023-04-10T09:04:57.348Z] Vulnerability Itlb multihit: Not affected [2023-04-10T09:04:57.348Z] Vulnerability L1tf: Not affected [2023-04-10T09:04:57.348Z] Vulnerability Mds: Not affected [2023-04-10T09:04:57.348Z] Vulnerability Meltdown: Not affected [2023-04-10T09:04:57.348Z] Vulnerability Mmio stale data: Not affected [2023-04-10T09:04:57.348Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-10T09:04:57.348Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-10T09:04:57.348Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-10T09:04:57.348Z] Vulnerability Srbds: Not affected [2023-04-10T09:04:57.348Z] Vulnerability Tsx async abort: Not affected [2023-04-10T09:04:57.348Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-10T09:04:57.348Z] [2023-04-10T09:04:57.348Z] [2023-04-10T09:04:57.348Z] ---> nproc: [2023-04-10T09:04:57.348Z] 8 [2023-04-10T09:04:57.348Z] [2023-04-10T09:04:57.348Z] [2023-04-10T09:04:57.348Z] ---> df -h: [2023-04-10T09:04:57.348Z] Filesystem Size Used Avail Use% Mounted on [2023-04-10T09:04:57.348Z] overlay 155G 20G 136G 13% / [2023-04-10T09:04:57.348Z] tmpfs 64M 0 64M 0% /dev [2023-04-10T09:04:57.348Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-10T09:04:57.348Z] shm 64M 0 64M 0% /dev/shm [2023-04-10T09:04:57.348Z] /dev/vda1 155G 20G 136G 13% /facter-os [2023-04-10T09:04:57.348Z] [2023-04-10T09:04:57.348Z]