Pull request #4503 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 9b9a00d0604cb9e927581d589999ed347cf0f9c4 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-ssh2679283297102192275.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-ssh14877504051123620242.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-4503/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-4503/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5800011486493369214.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-4503/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16371729223400687708.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-ssh790636978881394131.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-4503/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-4503/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3376908628811652581.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7279 in /w/workspace/edgexfoundry_edgex-go_PR-4503 [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 9b9a00d0604cb9e927581d589999ed347cf0f9c4 Merge succeeded, producing 9b9a00d0604cb9e927581d589999ed347cf0f9c4 Checking out Revision 9b9a00d0604cb9e927581d589999ed347cf0f9c4 (PR-4503) > 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/4503/head:refs/remotes/origin/PR-4503 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # 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 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # timeout=10 Commit message: "fix: Use Database Timeout setting defined in the configuration" 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-10T06:34:17.463Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-10T06:34:17.631Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-10T06:34:17.732Z] ========================================================= [2023-04-10T06:34:17.732Z] EdgeX Global Pipelines Version Info [2023-04-10T06:34:17.732Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-10T06:34:18.458Z] ------------------- [2023-04-10T06:34:18.458Z] stable info: [2023-04-10T06:34:18.458Z] ------------------- [2023-04-10T06:34:18.458Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-10T06:34:18.458Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-10T06:34:18.458Z] Message: update stable to v1.0.245 [2023-04-10T06:34:19.029Z] ------------------- [2023-04-10T06:34:19.029Z] experimental info: [2023-04-10T06:34:19.029Z] ------------------- [2023-04-10T06:34:19.029Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-10T06:34:19.029Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-10T06:34:19.029Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-10T06:34:19.321Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-10T06:34:19.362Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-10T06:34:19.403Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-10T06:34:19.440Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-10T06:34:19.480Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-10T06:34:19.524Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-10T06:34:19.564Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-10T06:34:19.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-10T06:34:19.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-10T06:34:19.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-10T06:34:19.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-10T06:34:19.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-10T06:34:19.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-10T06:34:19.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-10T06:34:19.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-10T06:34:19.912Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-10T06:34:19.950Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-10T06:34:19.992Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-10T06:34:20.032Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-10T06:34:20.069Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-10T06:34:20.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-10T06:34:20.148Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-10T06:34:20.184Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-10T06:34:20.229Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4503 [Pipeline] echo [2023-04-10T06:34:20.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4503 [Pipeline] echo [2023-04-10T06:34:20.324Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4503 [Pipeline] echo [2023-04-10T06:34:20.359Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] echo [2023-04-10T06:34:20.399Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b9a00d [Pipeline] echo [2023-04-10T06:34:20.440Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T06:34:20.561Z] provisioning config files... [2023-04-10T06:34:20.575Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15449106480640762356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T06:34:20.918Z] ---> docker-login.sh [2023-04-10T06:34:20.918Z] nexus3.edgexfoundry.org:10001 [2023-04-10T06:34:21.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:34:21.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:34:21.445Z] Configure a credential helper to remove this warning. See [2023-04-10T06:34:21.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:34:21.445Z] [2023-04-10T06:34:21.445Z] Login Succeeded [2023-04-10T06:34:21.445Z] nexus3.edgexfoundry.org:10002 [2023-04-10T06:34:21.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:34:21.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:34:21.445Z] Configure a credential helper to remove this warning. See [2023-04-10T06:34:21.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:34:21.445Z] [2023-04-10T06:34:21.445Z] Login Succeeded [2023-04-10T06:34:21.445Z] nexus3.edgexfoundry.org:10003 [2023-04-10T06:34:21.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:34:21.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:34:21.707Z] Configure a credential helper to remove this warning. See [2023-04-10T06:34:21.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:34:21.707Z] [2023-04-10T06:34:21.707Z] Login Succeeded [2023-04-10T06:34:21.707Z] nexus3.edgexfoundry.org:10004 [2023-04-10T06:34:21.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:34:21.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:34:21.707Z] Configure a credential helper to remove this warning. See [2023-04-10T06:34:21.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:34:21.707Z] [2023-04-10T06:34:21.707Z] Login Succeeded [2023-04-10T06:34:21.707Z] docker.io [2023-04-10T06:34:21.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:34:21.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:34:21.968Z] Configure a credential helper to remove this warning. See [2023-04-10T06:34:21.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:34:21.968Z] [2023-04-10T06:34:21.968Z] Login Succeeded [2023-04-10T06:34:21.968Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T06:34:21.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T06:34:22.418Z] + 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-10T06:34:22.418Z] + + dirname cmd/core-command/Dockerfile [2023-04-10T06:34:22.418Z] cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/+ -f2 [2023-04-10T06:34:22.418Z] dirname cmd/core-data/Dockerfile [2023-04-10T06:34:22.418Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/core-metadata/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-10T06:34:22.418Z] + + dirname cmd/security-bootstrapper/Dockerfile [2023-04-10T06:34:22.418Z] cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/support-notifications/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-10T06:34:22.418Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-10T06:34:22.418Z] + cut -d/ -f2 [2023-04-10T06:34:22.418Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-10T06:34:22.482Z] 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-10T06:34:22.976Z] + git rev-list -1 --merges 9b9a00d0604cb9e927581d589999ed347cf0f9c4~1..9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] echo [2023-04-10T06:34:23.009Z] -----------> git rev-list -1 --merges 9b9a00d0604cb9e927581d589999ed347cf0f9c4~1..9b9a00d0604cb9e927581d589999ed347cf0f9c4 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [false] [Pipeline] sh [2023-04-10T06:34:23.321Z] + git log --format=format:%s -1 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] echo [2023-04-10T06:34:23.357Z] ========================================================= [2023-04-10T06:34:23.357Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-10T06:34:23.357Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-10T06:34:23.845Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-10T06:34:23.845Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-10T06:34:23.845Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-10T06:34:23.845Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-10T06:34:23.845Z] + + sudoecho tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a [2023-04-10T06:34:23.845Z] /etc/ssh/ssh_known_hosts [2023-04-10T06:34:23.845Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:34:24.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T06:34:24.276Z] [2023-04-10T06:34:24.276Z] 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-10T06:34:24.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T06:34:24.655Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-10T06:34:24.655Z] b85a868b505f: Pulling fs layer [2023-04-10T06:34:24.655Z] e2be974225ed: Pulling fs layer [2023-04-10T06:34:24.655Z] 339a4e72a1f5: Pulling fs layer [2023-04-10T06:34:24.655Z] 988bab9f4d93: Pulling fs layer [2023-04-10T06:34:24.655Z] 1469e6f7b9e6: Pulling fs layer [2023-04-10T06:34:24.655Z] eaf3925da568: Pulling fs layer [2023-04-10T06:34:24.655Z] bab4dde63d76: Pulling fs layer [2023-04-10T06:34:24.655Z] bde34c3a00c8: Pulling fs layer [2023-04-10T06:34:24.655Z] b352a97aabf1: Pulling fs layer [2023-04-10T06:34:24.655Z] 4872d77fe225: Pulling fs layer [2023-04-10T06:34:24.655Z] 5851b861e8e6: Pulling fs layer [2023-04-10T06:34:24.655Z] b352a97aabf1: Waiting [2023-04-10T06:34:24.655Z] bab4dde63d76: Waiting [2023-04-10T06:34:24.655Z] bde34c3a00c8: Waiting [2023-04-10T06:34:24.655Z] 988bab9f4d93: Waiting [2023-04-10T06:34:24.655Z] 4872d77fe225: Waiting [2023-04-10T06:34:24.655Z] 5851b861e8e6: Waiting [2023-04-10T06:34:24.655Z] eaf3925da568: Waiting [2023-04-10T06:34:24.655Z] e2be974225ed: Download complete [2023-04-10T06:34:24.655Z] 988bab9f4d93: Verifying Checksum [2023-04-10T06:34:24.655Z] 988bab9f4d93: Download complete [2023-04-10T06:34:24.915Z] 1469e6f7b9e6: Verifying Checksum [2023-04-10T06:34:24.915Z] 1469e6f7b9e6: Download complete [2023-04-10T06:34:24.915Z] eaf3925da568: Verifying Checksum [2023-04-10T06:34:24.915Z] eaf3925da568: Download complete [2023-04-10T06:34:24.915Z] 339a4e72a1f5: Verifying Checksum [2023-04-10T06:34:24.915Z] 339a4e72a1f5: Download complete [2023-04-10T06:34:24.915Z] bde34c3a00c8: Verifying Checksum [2023-04-10T06:34:24.915Z] bde34c3a00c8: Download complete [2023-04-10T06:34:24.915Z] b352a97aabf1: Verifying Checksum [2023-04-10T06:34:24.915Z] b352a97aabf1: Download complete [2023-04-10T06:34:24.915Z] 4872d77fe225: Download complete [2023-04-10T06:34:24.915Z] 5851b861e8e6: Download complete [2023-04-10T06:34:24.915Z] b85a868b505f: Download complete [2023-04-10T06:34:25.173Z] bab4dde63d76: Verifying Checksum [2023-04-10T06:34:25.173Z] bab4dde63d76: Download complete [2023-04-10T06:34:26.545Z] b85a868b505f: Pull complete [2023-04-10T06:34:26.545Z] e2be974225ed: Pull complete [2023-04-10T06:34:26.805Z] 339a4e72a1f5: Pull complete [2023-04-10T06:34:27.065Z] 988bab9f4d93: Pull complete [2023-04-10T06:34:27.323Z] 1469e6f7b9e6: Pull complete [2023-04-10T06:34:27.323Z] eaf3925da568: Pull complete [2023-04-10T06:34:29.228Z] bab4dde63d76: Pull complete [2023-04-10T06:34:29.228Z] bde34c3a00c8: Pull complete [2023-04-10T06:34:29.228Z] b352a97aabf1: Pull complete [2023-04-10T06:34:29.228Z] 4872d77fe225: Pull complete [2023-04-10T06:34:29.228Z] 5851b861e8e6: Pull complete [2023-04-10T06:34:29.229Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-10T06:34:29.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T06:34:29.229Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:34:29.449Z] prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container [2023-04-10T06:34:29.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-10T06:34:32.925Z] $ docker top 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 -eo pid,comm [2023-04-10T06:34:32.977Z] 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-10T06:34:32.977Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-10T06:34:33.105Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T06:34:33.105Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T06:34:33.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T06:34:33.214Z] $ docker exec 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent [2023-04-10T06:34:33.315Z] SSH_AUTH_SOCK=/tmp/ssh-ONKKc9z7bM9R/agent.32 [2023-04-10T06:34:33.315Z] SSH_AGENT_PID=38 [2023-04-10T06:34:33.322Z] Running ssh-add (command line suppressed) [2023-04-10T06:34:33.430Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9457818131224084778.key (/w/workspace/edgex-go/1@tmp/private_key_9457818131224084778.key) [2023-04-10T06:34:33.440Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T06:34:33.766Z] + git tag --points-at HEAD [Pipeline] } [2023-04-10T06:34:33.792Z] $ docker exec --env ******** --env ******** 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent -k [2023-04-10T06:34:33.898Z] unset SSH_AUTH_SOCK; [2023-04-10T06:34:33.899Z] unset SSH_AGENT_PID; [2023-04-10T06:34:33.899Z] echo Agent pid 38 killed; [2023-04-10T06:34:33.909Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-10T06:34:33.991Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T06:34:33.991Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T06:34:34.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T06:34:34.120Z] $ docker exec 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent [2023-04-10T06:34:34.223Z] SSH_AUTH_SOCK=/tmp/ssh-kxVZP3XqlL3Z/agent.70 [2023-04-10T06:34:34.224Z] SSH_AGENT_PID=76 [2023-04-10T06:34:34.228Z] Running ssh-add (command line suppressed) [2023-04-10T06:34:34.330Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6634309426392986617.key (/w/workspace/edgex-go/1@tmp/private_key_6634309426392986617.key) [2023-04-10T06:34:34.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T06:34:34.672Z] + git semver init [2023-04-10T06:34:34.932Z] 2023-04-10 06:34:34,849 [run_init] DEBUG init version:0.0.0 force:False [2023-04-10T06:34:34.932Z] 2023-04-10 06:34:34,849 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-10T06:34:34.932Z] 2023-04-10 06:34:34,850 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-10T06:34:34.932Z] 2023-04-10 06:34:34,850 [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-10T06:34:40.264Z] 2023-04-10 06:34:39,705 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-10T06:34:40.264Z] 2023-04-10 06:34:39,705 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4503 with force:False [2023-04-10T06:34:40.264Z] 2023-04-10 06:34:39,705 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4503 [2023-04-10T06:34:40.264Z] 2023-04-10 06:34:39,711 [execute] INFO git cat-file --batch-check [2023-04-10T06:34:40.264Z] 2023-04-10 06:34:39,711 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-10T06:34:40.264Z] 2023-04-10 06:34:39,717 [execute] INFO git cat-file --batch [2023-04-10T06:34:40.264Z] 2023-04-10 06:34:39,717 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-10T06:34:40.264Z] 2023-04-10 06:34:39,722 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4503 [2023-04-10T06:34:40.264Z] 0.0.0 [Pipeline] } [2023-04-10T06:34:40.297Z] $ docker exec --env ******** --env ******** 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent -k [2023-04-10T06:34:40.432Z] unset SSH_AUTH_SOCK; [2023-04-10T06:34:40.433Z] unset SSH_AGENT_PID; [2023-04-10T06:34:40.433Z] echo Agent pid 76 killed; [2023-04-10T06:34:40.451Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T06:34:40.867Z] + git semver [Pipeline] } [2023-04-10T06:34:41.152Z] $ docker stop --time=1 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 [2023-04-10T06:34:42.469Z] $ docker rm -f --volumes 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T06:34:42.866Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-10T06:34:43.137Z] Stashed 1 file(s) [Pipeline] echo [2023-04-10T06:34:43.155Z] [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-10T06:34:43.916Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-10T06:34:43.954Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T06:34:43.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T06:34:44.024Z] ========================================================= [2023-04-10T06:34:44.024Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-10T06:34:44.024Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-10T06:34:44.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T06:34:44.361Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-10T06:34:44.361Z] 63b65145d645: Pulling fs layer [2023-04-10T06:34:44.361Z] a2d21d5440eb: Pulling fs layer [2023-04-10T06:34:44.361Z] 935e6c44a52c: Pulling fs layer [2023-04-10T06:34:44.361Z] 94cc34f8dd06: Pulling fs layer [2023-04-10T06:34:44.361Z] 30dea6a524f1: Pulling fs layer [2023-04-10T06:34:44.361Z] a2aff8979fd8: Pulling fs layer [2023-04-10T06:34:44.361Z] 6808be2612f2: Pulling fs layer [2023-04-10T06:34:44.361Z] f25807f1079a: Pulling fs layer [2023-04-10T06:34:44.361Z] 94cc34f8dd06: Waiting [2023-04-10T06:34:44.361Z] 30dea6a524f1: Waiting [2023-04-10T06:34:44.361Z] a2aff8979fd8: Waiting [2023-04-10T06:34:44.361Z] 6808be2612f2: Waiting [2023-04-10T06:34:44.361Z] f25807f1079a: Waiting [2023-04-10T06:34:44.361Z] a2d21d5440eb: Verifying Checksum [2023-04-10T06:34:44.361Z] a2d21d5440eb: Download complete [2023-04-10T06:34:44.361Z] 94cc34f8dd06: Verifying Checksum [2023-04-10T06:34:44.361Z] 94cc34f8dd06: Download complete [2023-04-10T06:34:44.361Z] 30dea6a524f1: Verifying Checksum [2023-04-10T06:34:44.361Z] 30dea6a524f1: Download complete [2023-04-10T06:34:44.361Z] 63b65145d645: Verifying Checksum [2023-04-10T06:34:44.361Z] 63b65145d645: Download complete [2023-04-10T06:34:44.361Z] a2aff8979fd8: Verifying Checksum [2023-04-10T06:34:44.361Z] a2aff8979fd8: Download complete [2023-04-10T06:34:44.622Z] 63b65145d645: Pull complete [2023-04-10T06:34:44.881Z] a2d21d5440eb: Pull complete [2023-04-10T06:34:44.881Z] f25807f1079a: Verifying Checksum [2023-04-10T06:34:44.881Z] f25807f1079a: Download complete [2023-04-10T06:34:45.140Z] 935e6c44a52c: Verifying Checksum [2023-04-10T06:34:45.140Z] 935e6c44a52c: Download complete [2023-04-10T06:34:45.398Z] 6808be2612f2: Download complete [2023-04-10T06:34:49.646Z] 935e6c44a52c: Pull complete [2023-04-10T06:34:49.646Z] 94cc34f8dd06: Pull complete [2023-04-10T06:34:49.646Z] 30dea6a524f1: Pull complete [2023-04-10T06:34:49.646Z] a2aff8979fd8: Pull complete [2023-04-10T06:34:51.543Z] 6808be2612f2: Pull complete [2023-04-10T06:34:52.479Z] f25807f1079a: Pull complete [2023-04-10T06:34:52.479Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-10T06:34:52.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T06:34:52.479Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-10T06:34:52.839Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T06:34:52.839Z] WORKDIR /edgex [2023-04-10T06:34:52.839Z] COPY go.mod . [2023-04-10T06:34:52.839Z] RUN go mod download [2023-04-10T06:34:52.839Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-10T06:34:53.409Z] Sending build context to Docker daemon 170.6MB [2023-04-10T06:34:53.409Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T06:34:53.409Z] ---> 3b553350e43f [2023-04-10T06:34:53.409Z] Step 2/4 : WORKDIR /edgex [2023-04-10T06:34:58.458Z] Still waiting to schedule task [2023-04-10T06:34:58.458Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-10T06:34:58.712Z] ---> Running in 51afeb614dc9 [2023-04-10T06:34:58.712Z] Removing intermediate container 51afeb614dc9 [2023-04-10T06:34:58.712Z] ---> d04d915e0087 [2023-04-10T06:34:58.712Z] Step 3/4 : COPY go.mod . [2023-04-10T06:34:58.712Z] ---> c71c14774a86 [2023-04-10T06:34:58.712Z] Step 4/4 : RUN go mod download [2023-04-10T06:34:58.712Z] ---> Running in ddb21b66e8a2 [2023-04-10T06:35:13.590Z] Removing intermediate container ddb21b66e8a2 [2023-04-10T06:35:13.590Z] ---> 541c76ead8db [2023-04-10T06:35:13.590Z] Successfully built 541c76ead8db [2023-04-10T06:35:13.590Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:35:13.968Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-10T06:35:13.968Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:35:14.105Z] prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container [2023-04-10T06:35:14.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-10T06:35:14.574Z] $ docker top acbd817f6613c9cfa501b1459c435eded927832255f06d67ac589fda0753916c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T06:35:14.964Z] + go version [2023-04-10T06:35:14.964Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-10T06:35:14.999Z] $ docker stop --time=1 acbd817f6613c9cfa501b1459c435eded927832255f06d67ac589fda0753916c [2023-04-10T06:35:16.290Z] $ docker rm -f --volumes acbd817f6613c9cfa501b1459c435eded927832255f06d67ac589fda0753916c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:35:16.992Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-10T06:35:16.992Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:35:17.153Z] prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container [2023-04-10T06:35:17.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-10T06:35:17.540Z] $ docker top fa7d5730b16edb4764d9c871ffa8cf67f3992235c92ffeb53932615919fd2267 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-10T06:35:17.649Z] ========================================================= [2023-04-10T06:35:17.649Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-10T06:35:17.649Z] ========================================================= [Pipeline] sh [2023-04-10T06:35:17.954Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-10T06:35:18.322Z] + make test [2023-04-10T06:35:18.322Z] go test -race -coverprofile=coverage.out ./... [2023-04-10T06:35:26.445Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-10T06:35:39.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-10T06:35:39.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-10T06:35:39.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-10T06:35:39.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-10T06:35:39.609Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-10T06:35:39.868Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-10T06:35:39.868Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-10T06:35:39.868Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-10T06:35:39.868Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-10T06:35:40.127Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-10T06:35:40.386Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-10T06:35:40.955Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-10T06:35:40.955Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-10T06:35:40.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-10T06:35:41.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-10T06:35:41.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-10T06:35:41.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements [2023-04-10T06:35:43.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements [2023-04-10T06:35:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-10T06:35:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-10T06:35:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-10T06:35:45.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-10T06:35:45.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-10T06:35:47.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-10T06:35:47.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-10T06:35:47.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:35:47.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-10T06:35:47.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-10T06:35:47.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.084s coverage: 71.3% of statements [2023-04-10T06:35:47.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.066s coverage: 54.0% of statements [2023-04-10T06:35:47.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-10T06:35:47.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-10T06:35:50.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.934s coverage: 88.5% of statements [2023-04-10T06:35:50.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.062s coverage: 3.9% of statements [2023-04-10T06:35:50.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-10T06:35:50.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-10T06:35:50.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:35:50.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.432s coverage: 95.6% of statements [2023-04-10T06:35:50.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-10T06:35:50.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-10T06:35:50.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-10T06:35:50.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-10T06:35:50.943Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-10T06:35:51.202Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.074s coverage: 72.2% of statements [2023-04-10T06:35:52.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-10T06:35:52.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-10T06:35:52.141Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-10T06:35:52.141Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 65.9% of statements [2023-04-10T06:35:52.709Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-10T06:35:52.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-10T06:35:52.968Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.082s coverage: 0.9% of statements [2023-04-10T06:35:52.968Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 29.0% of statements [2023-04-10T06:35:52.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 44.1% of statements [2023-04-10T06:35:52.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 82.9% of statements [2023-04-10T06:35:52.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2023-04-10T06:35:53.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2023-04-10T06:35:54.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2023-04-10T06:35:54.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-10T06:35:54.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-10T06:35:54.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-10T06:35:54.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-10T06:35:54.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-10T06:35:54.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-10T06:35:54.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-10T06:35:54.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-10T06:35:55.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-10T06:35:55.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-10T06:35:55.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-10T06:35:55.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-10T06:35:56.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-10T06:35:56.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-10T06:35:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-10T06:35:58.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-10T06:35:58.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-10T06:35:59.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-10T06:35:59.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-10T06:36:01.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-10T06:36:01.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-10T06:36:01.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-10T06:36:02.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-10T06:36:02.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-10T06:36:02.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-10T06:36:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-10T06:36:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-10T06:36:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-10T06:36:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-10T06:36:04.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-10T06:36:04.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-10T06:36:04.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-10T06:36:04.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-10T06:36:06.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements [2023-04-10T06:36:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-10T06:36:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:36:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-10T06:36:06.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-10T06:36:07.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-10T06:36:07.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-10T06:36:07.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-10T06:36:07.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.329s coverage: 79.9% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.105s coverage: 92.9% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 62.3% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.2% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.122s coverage: 92.3% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements [2023-04-10T06:36:17.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.103s coverage: 97.7% of statements [2023-04-10T06:36:18.109Z] 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-10T06:36:18.366Z] running golangci-lint [2023-04-10T06:36:18.366Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-10T06:36:18.366Z] go version go1.20.2 linux/amd64 [2023-04-10T06:36:18.626Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-10T06:36:18.626Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-10T06:36:30.881Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7280 in /w/workspace/edgexfoundry_edgex-go_PR-4503 [Pipeline] { [Pipeline] ws [2023-04-10T06:36:30.940Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-10T06:36:31.027Z] The recommended git tool is: git [2023-04-10T06:36:34.325Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|exports_file|imports|name|compiled_files|deps|files) took 14.930533477s" [2023-04-10T06:36:34.325Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.306128ms" [2023-04-10T06:36:37.149Z] using credential edgex-jenkins-ssh [2023-04-10T06:36:37.175Z] Cloning the remote Git repository [2023-04-10T06:36:37.222Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-10T06:36:37.312Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-10T06:36:37.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-10T06:36:37.451Z] > git --version # timeout=10 [2023-04-10T06:36:37.478Z] > git --version # 'git version 2.25.1' [2023-04-10T06:36:37.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-10T06:36:37.628Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-10T06:36:42.438Z] level=info msg="[linters_context/goanalysis] analyzers took 1m3.860133121s with top 10 stages: buildir: 35.029441166s, fact_deprecated: 2.411017457s, inspect: 2.048881319s, printf: 1.427640534s, gosec: 1.34666312s, ctrlflow: 1.225493539s, nilness: 1.117799514s, S1038: 832.299773ms, fact_purity: 812.967532ms, unused: 657.016288ms" [2023-04-10T06:36:42.438Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2023-04-10T06:36:42.438Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 201/201, skip_files: 201/201, skip_dirs: 201/201, exclude: 201/201, path_prettifier: 201/201, autogenerated_exclude: 201/201, exclude-rules: 21/201, filename_unadjuster: 201/201, nolint: 0/21, cgo: 201/201" [2023-04-10T06:36:42.438Z] level=info msg="[runner] processing took 17.415099ms with stages: nolint: 7.511902ms, identifier_marker: 5.406383ms, exclude-rules: 1.687646ms, path_prettifier: 1.245833ms, autogenerated_exclude: 1.05489ms, skip_dirs: 448.005µs, cgo: 38.48µs, filename_unadjuster: 17.52µs, max_from_linter: 740ns, max_same_issues: 700ns, diff: 550ns, exclude: 500ns, uniq_by_line: 400ns, source_code: 300ns, skip_files: 290ns, severity-rules: 270ns, sort_results: 260ns, path_shortener: 170ns, max_per_file_from_linter: 140ns, path_prefixer: 120ns" [2023-04-10T06:36:42.438Z] level=info msg="[runner] linters took 8.140135799s with stages: goanalysis_metalinter: 8.122623649s" [2023-04-10T06:36:42.438Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-10T06:36:42.438Z] level=info msg="Memory: 233 samples, avg is 199.8MB, max is 789.4MB" [2023-04-10T06:36:42.438Z] level=info msg="Execution took 23.119709679s" [2023-04-10T06:36:42.438Z] go vet ./... [2023-04-10T06:36:46.631Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-10T06:36:46.631Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-10T06:36:46.631Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-10T06:36:46.924Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-10T06:36:47.236Z] + ls -al . [2023-04-10T06:36:47.236Z] total 704 [2023-04-10T06:36:47.236Z] drwxrwxr-x 11 1001 1001 4096 Apr 10 06:35 . [2023-04-10T06:36:47.236Z] drwxr-xr-x 4 root root 4096 Apr 10 06:35 .. [2023-04-10T06:36:47.236Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 06:34 .blubracket [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 16 Apr 10 06:34 .dockerignore [2023-04-10T06:36:47.236Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 06:34 .git [2023-04-10T06:36:47.236Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 06:34 .github [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 1133 Apr 10 06:34 .gitignore [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 42 Apr 10 06:34 .golangci.yml [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 87 Apr 10 06:34 .hadolint.yml [2023-04-10T06:36:47.236Z] drwxr-xr-x 3 1001 1001 4096 Apr 10 06:34 .semver [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 06:34 .sonarcloud.properties [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 1171 Apr 10 06:34 ADOPTERS.md [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 10835 Apr 10 06:34 Attribution.txt [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 73765 Apr 10 06:34 CHANGELOG.md [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 06:34 CONTRIBUTING.md [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 677 Apr 10 06:34 GOVERNANCE.md [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 883 Apr 10 06:34 Jenkinsfile [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 06:34 LICENSE [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 14368 Apr 10 06:34 Makefile [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 582 Apr 10 06:34 OWNERS.md [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 9403 Apr 10 06:34 README.md [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 789 Apr 10 06:34 SECURITY.md [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 06:34 VERSION [2023-04-10T06:36:47.236Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 06:34 bin [2023-04-10T06:36:47.236Z] drwxrwxr-x 18 1001 1001 4096 Apr 10 06:34 cmd [2023-04-10T06:36:47.236Z] -rw-r--r-- 1 root root 447380 Apr 10 06:36 coverage.out [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 3200 Apr 10 06:34 go.mod [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 31265 Apr 10 06:34 go.sum [2023-04-10T06:36:47.236Z] drwxrwxr-x 7 1001 1001 4096 Apr 10 06:34 internal [2023-04-10T06:36:47.236Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 06:34 openapi [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 594 Apr 10 06:34 security.txt [2023-04-10T06:36:47.236Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 06:34 snap [2023-04-10T06:36:47.236Z] -rw-rw-r-- 1 1001 1001 204 Apr 10 06:34 version.go [Pipeline] sh [2023-04-10T06:36:47.556Z] + '[' -e coverage.out ] [2023-04-10T06:36:47.556Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-10T06:36:47.680Z] Stashed 1 file(s) [Pipeline] sh [2023-04-10T06:36:47.977Z] + make build [2023-04-10T06:36:47.977Z] 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-10T06:36:53.499Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-10T06:36:53.521Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-10T06:36:54.348Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-10T06:36:54.390Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-10T06:36:54.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-10T06:36:54.406Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4503/head:refs/remotes/origin/PR-4503 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-10T06:36:55.252Z] Merging remotes/origin/main commit d6c81549b4558d5b86ba0b804c244a1077168aa0 into PR head commit 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:36:55.667Z] Merge succeeded, producing 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:36:55.667Z] Checking out Revision 9b9a00d0604cb9e927581d589999ed347cf0f9c4 (PR-4503) [2023-04-10T06:36:55.269Z] > git config core.sparsecheckout # timeout=10 [2023-04-10T06:36:55.334Z] > git checkout -f 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # timeout=10 [2023-04-10T06:36:55.555Z] > git remote # timeout=10 [2023-04-10T06:36:55.579Z] > git config --get remote.origin.url # timeout=10 [2023-04-10T06:36:55.611Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-10T06:36:55.625Z] > git merge d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 [2023-04-10T06:36:55.652Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-10T06:36:55.675Z] > git config core.sparsecheckout # timeout=10 [2023-04-10T06:36:55.689Z] > git checkout -f 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # timeout=10 [2023-04-10T06:36:59.308Z] Commit message: "fix: Use Database Timeout setting defined in the configuration" [2023-04-10T06:36:59.359Z] > git --version # timeout=10 [2023-04-10T06:36:59.368Z] > git --version # 'git version 2.25.1' [2023-04-10T06:36:59.381Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-10T06:37:00.495Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-10T06:37:00.495Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-10T06:37:00.495Z] Dload Upload Total Spent Left Speed [2023-04-10T06:37:00.495Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh [2023-04-10T06:37:01.285Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-10T06:37:01.637Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-10T06:37:01.638Z] + sudo tee /etc/docker/daemon.new [2023-04-10T06:37:01.638Z] { [2023-04-10T06:37:01.638Z] "registry-mirrors": [ [2023-04-10T06:37:01.638Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-10T06:37:01.638Z] ], [2023-04-10T06:37:01.638Z] "bip": "10.250.0.254/24", [2023-04-10T06:37:01.638Z] "hosts": [ [2023-04-10T06:37:01.638Z] "tcp://0.0.0.0:5555", [2023-04-10T06:37:01.638Z] "unix:///var/run/docker.sock" [2023-04-10T06:37:01.638Z] ], [2023-04-10T06:37:01.638Z] "mtu": 1458, [2023-04-10T06:37:01.638Z] "selinux-enabled": true, [2023-04-10T06:37:01.638Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-10T06:37:01.638Z] } [Pipeline] sh [2023-04-10T06:37:01.989Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-10T06:37:02.332Z] + sudo service docker restart [2023-04-10T06:37:02.852Z] 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-10T06:37:02.853Z] 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-10T06:37:02.853Z] 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-10T06:37:03.787Z] 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-10T06:37:10.377Z] 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-10T06:37:11.755Z] 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-10T06:37:13.140Z] 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-10T06:37:14.520Z] 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-10T06:37:15.097Z] 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-10T06:37:16.032Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-10T06:37:17.430Z] 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-10T06:37:18.395Z] $ docker stop --time=1 fa7d5730b16edb4764d9c871ffa8cf67f3992235c92ffeb53932615919fd2267 [2023-04-10T06:37:23.674Z] $ docker rm -f --volumes fa7d5730b16edb4764d9c871ffa8cf67f3992235c92ffeb53932615919fd2267 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider [2023-04-10T06:37:24.208Z] provisioning config files... [2023-04-10T06:37:24.233Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3922533505509116718tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2023-04-10T06:37:24.640Z] ---> docker-login.sh [2023-04-10T06:37:24.640Z] nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:37:24.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:37:25.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T06:37:25.035Z] [2023-04-10T06:37:25.035Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:37:25.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:37:25.180Z] Configure a credential helper to remove this warning. See [2023-04-10T06:37:25.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:37:25.180Z] [2023-04-10T06:37:25.180Z] Login Succeeded [2023-04-10T06:37:25.180Z] nexus3.edgexfoundry.org:10002 [2023-04-10T06:37:25.408Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T06:37:25.408Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-10T06:37:25.408Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-10T06:37:25.408Z] ca9280d653b3: Pulling fs layer [2023-04-10T06:37:25.408Z] 7e9c9ca2126c: Pulling fs layer [2023-04-10T06:37:25.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:37:25.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:37:25.448Z] Configure a credential helper to remove this warning. See [2023-04-10T06:37:25.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:37:25.448Z] [2023-04-10T06:37:25.448Z] Login Succeeded [2023-04-10T06:37:25.448Z] nexus3.edgexfoundry.org:10003 [2023-04-10T06:37:25.668Z] cbdbe7a5bc2a: Verifying Checksum [2023-04-10T06:37:25.668Z] cbdbe7a5bc2a: Download complete [2023-04-10T06:37:25.668Z] ca9280d653b3: Download complete [2023-04-10T06:37:25.668Z] cbdbe7a5bc2a: Pull complete [2023-04-10T06:37:25.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:37:25.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:37:25.983Z] Configure a credential helper to remove this warning. See [2023-04-10T06:37:25.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:37:25.983Z] [2023-04-10T06:37:25.983Z] Login Succeeded [2023-04-10T06:37:25.983Z] nexus3.edgexfoundry.org:10004 [2023-04-10T06:37:26.235Z] 7e9c9ca2126c: Verifying Checksum [2023-04-10T06:37:26.235Z] 7e9c9ca2126c: Download complete [2023-04-10T06:37:26.235Z] ca9280d653b3: Pull complete [2023-04-10T06:37:26.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:37:26.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:37:26.251Z] Configure a credential helper to remove this warning. See [2023-04-10T06:37:26.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:37:26.251Z] [2023-04-10T06:37:26.251Z] Login Succeeded [2023-04-10T06:37:26.251Z] docker.io [2023-04-10T06:37:26.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T06:37:26.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T06:37:26.787Z] Configure a credential helper to remove this warning. See [2023-04-10T06:37:26.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T06:37:26.787Z] [2023-04-10T06:37:26.787Z] Login Succeeded [2023-04-10T06:37:26.787Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T06:37:26.817Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-10T06:37:27.469Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-10T06:37:27.509Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T06:37:27.544Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T06:37:27.571Z] ========================================================= [2023-04-10T06:37:27.571Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-10T06:37:27.571Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-10T06:37:27.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T06:37:27.938Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-10T06:37:27.938Z] af6eaf76a39c: Pulling fs layer [2023-04-10T06:37:27.938Z] 55522c791124: Pulling fs layer [2023-04-10T06:37:27.938Z] ce5c4a1c91eb: Pulling fs layer [2023-04-10T06:37:27.938Z] 169dfbe0d373: Pulling fs layer [2023-04-10T06:37:27.938Z] e1ff8fa3b103: Pulling fs layer [2023-04-10T06:37:27.938Z] 52ebb69f0ebf: Pulling fs layer [2023-04-10T06:37:27.938Z] 5abe8eddf0d5: Pulling fs layer [2023-04-10T06:37:27.938Z] 169dfbe0d373: Waiting [2023-04-10T06:37:27.938Z] e1ff8fa3b103: Waiting [2023-04-10T06:37:27.938Z] 52ebb69f0ebf: Waiting [2023-04-10T06:37:28.210Z] 55522c791124: Verifying Checksum [2023-04-10T06:37:28.210Z] 55522c791124: Download complete [2023-04-10T06:37:28.210Z] 169dfbe0d373: Verifying Checksum [2023-04-10T06:37:28.210Z] 169dfbe0d373: Download complete [2023-04-10T06:37:28.210Z] e1ff8fa3b103: Verifying Checksum [2023-04-10T06:37:28.210Z] e1ff8fa3b103: Download complete [2023-04-10T06:37:28.210Z] af6eaf76a39c: Verifying Checksum [2023-04-10T06:37:28.210Z] af6eaf76a39c: Download complete [2023-04-10T06:37:29.173Z] af6eaf76a39c: Pull complete [2023-04-10T06:37:29.173Z] 5abe8eddf0d5: Verifying Checksum [2023-04-10T06:37:29.173Z] 5abe8eddf0d5: Download complete [2023-04-10T06:37:29.767Z] 55522c791124: Pull complete [2023-04-10T06:37:30.362Z] ce5c4a1c91eb: Verifying Checksum [2023-04-10T06:37:30.362Z] ce5c4a1c91eb: Download complete [2023-04-10T06:37:30.362Z] 52ebb69f0ebf: Verifying Checksum [2023-04-10T06:37:30.362Z] 52ebb69f0ebf: Download complete [2023-04-10T06:37:30.425Z] 7e9c9ca2126c: Pull complete [2023-04-10T06:37:30.425Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-10T06:37:30.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T06:37:30.425Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:37:30.652Z] prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container [2023-04-10T06:37:30.681Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-10T06:37:34.499Z] $ docker top 0f2346e259f18db1c57aba337d3a6071ce39bca7ba09b12bc46c2617db1d92ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T06:37:34.896Z] + + docker-composegrep build parallel --help [2023-04-10T06:37:34.896Z] [2023-04-10T06:37:35.464Z] --parallel Build images in parallel. [Pipeline] } [2023-04-10T06:37:35.498Z] $ docker stop --time=1 0f2346e259f18db1c57aba337d3a6071ce39bca7ba09b12bc46c2617db1d92ba [2023-04-10T06:37:36.779Z] $ docker rm -f --volumes 0f2346e259f18db1c57aba337d3a6071ce39bca7ba09b12bc46c2617db1d92ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:37:37.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-10T06:37:37.342Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:37:37.506Z] prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container [2023-04-10T06:37:37.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-10T06:37:37.911Z] $ docker top 4da8fe2069eaaf0e5f6a43479d7d31f67ac7d247caf4ece85d28f87f99aa3a09 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T06:37:38.319Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-10T06:37:38.886Z] Building core-command ... [2023-04-10T06:37:38.886Z] Building core-common-config-bootstrapper ... [2023-04-10T06:37:38.886Z] Building core-data ... [2023-04-10T06:37:38.886Z] Building core-metadata ... [2023-04-10T06:37:38.886Z] Building security-bootstrapper ... [2023-04-10T06:37:38.886Z] Building security-proxy-auth ... [2023-04-10T06:37:38.886Z] Building security-proxy-setup ... [2023-04-10T06:37:38.886Z] Building security-secretstore-setup ... [2023-04-10T06:37:38.886Z] Building security-spiffe-token-provider ... [2023-04-10T06:37:38.886Z] Building security-spire-agent ... [2023-04-10T06:37:38.886Z] Building security-spire-config ... [2023-04-10T06:37:38.886Z] Building security-spire-server ... [2023-04-10T06:37:38.886Z] Building support-notifications ... [2023-04-10T06:37:38.886Z] Building support-scheduler ... [2023-04-10T06:37:38.886Z] Building core-command [2023-04-10T06:37:38.886Z] Building core-data [2023-04-10T06:37:38.886Z] Building security-bootstrapper [2023-04-10T06:37:38.886Z] Building core-metadata [2023-04-10T06:37:38.886Z] Building security-spiffe-token-provider [2023-04-10T06:37:40.438Z] ce5c4a1c91eb: Pull complete [2023-04-10T06:37:40.439Z] 169dfbe0d373: Pull complete [2023-04-10T06:37:40.439Z] e1ff8fa3b103: Pull complete [2023-04-10T06:37:45.771Z] 52ebb69f0ebf: Pull complete [2023-04-10T06:37:47.717Z] 5abe8eddf0d5: Pull complete [2023-04-10T06:37:47.717Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-10T06:37:47.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T06:37:47.717Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-10T06:37:48.105Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T06:37:48.105Z] WORKDIR /edgex [2023-04-10T06:37:48.105Z] COPY go.mod . [2023-04-10T06:37:48.105Z] RUN go mod download -t [2023-04-10T06:37:48.105Z] ci-base-image-arm64 -f - . [2023-04-10T06:37:48.696Z] Sending build context to Docker daemon 2.934MB [2023-04-10T06:37:48.696Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T06:37:48.696Z] ---> 6cb57ee374ae [2023-04-10T06:37:48.696Z] Step 2/4 : WORKDIR /edgex [2023-04-10T06:37:50.695Z] ---> Running in 42b87c61b842 [2023-04-10T06:37:50.695Z] Removing intermediate container 42b87c61b842 [2023-04-10T06:37:50.695Z] ---> cbef69b6b264 [2023-04-10T06:37:50.695Z] Step 3/4 : COPY go.mod . [2023-04-10T06:37:50.960Z] ---> cff6873b1170 [2023-04-10T06:37:50.960Z] Step 4/4 : RUN go mod download [2023-04-10T06:37:51.226Z] ---> Running in aa69be9148a5 [2023-04-10T06:37:53.777Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:37:53.777Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:37:53.777Z] ---> 541c76ead8db [2023-04-10T06:37:53.777Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:37:53.777Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:37:53.777Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:37:53.777Z] ---> 541c76ead8db [2023-04-10T06:37:53.777Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:37:53.777Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:37:53.777Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:37:53.777Z] ---> 541c76ead8db [2023-04-10T06:37:53.777Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:37:53.777Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:37:53.777Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:37:53.777Z] ---> 541c76ead8db [2023-04-10T06:37:53.777Z] Step 3/20 : WORKDIR /edgex-go [2023-04-10T06:37:53.777Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:37:53.777Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:37:53.777Z] ---> 541c76ead8db [2023-04-10T06:37:53.777Z] Step 3/33 : WORKDIR /edgex-go [2023-04-10T06:37:59.057Z] ---> Running in 916bd8607455 [2023-04-10T06:37:59.057Z] ---> Running in 742b1b472258 [2023-04-10T06:37:59.057Z] ---> Running in 979b96ab08a4 [2023-04-10T06:37:59.057Z] ---> Running in 5bb37b6dd9e6 [2023-04-10T06:37:59.057Z] ---> Running in 617966acefd6 [2023-04-10T06:37:59.057Z] Removing intermediate container 916bd8607455 [2023-04-10T06:37:59.057Z] ---> d1a33241bcc3 [2023-04-10T06:37:59.057Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-10T06:37:59.057Z] Removing intermediate container 617966acefd6 [2023-04-10T06:37:59.057Z] ---> dfffb580635f [2023-04-10T06:37:59.057Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:37:59.057Z] Removing intermediate container 979b96ab08a4 [2023-04-10T06:37:59.057Z] ---> 06892449aeb9 [2023-04-10T06:37:59.057Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-10T06:37:59.057Z] Removing intermediate container 5bb37b6dd9e6 [2023-04-10T06:37:59.057Z] ---> 10465ab9911f [2023-04-10T06:37:59.057Z] Step 4/25 : WORKDIR /edgex-go [2023-04-10T06:37:59.057Z] Removing intermediate container 742b1b472258 [2023-04-10T06:37:59.057Z] ---> c66f52dc827f [2023-04-10T06:37:59.057Z] Step 4/24 : WORKDIR /edgex-go [2023-04-10T06:37:59.057Z] ---> Running in b128a65edfdb [2023-04-10T06:37:59.057Z] ---> Running in 85c13af2d43f [2023-04-10T06:37:59.057Z] ---> Running in 8123add9febc [2023-04-10T06:37:59.057Z] ---> Running in 5b665f047060 [2023-04-10T06:37:59.057Z] ---> Running in a7100eda5554 [2023-04-10T06:37:59.057Z] Removing intermediate container 85c13af2d43f [2023-04-10T06:37:59.057Z] ---> 40e78a27004a [2023-04-10T06:37:59.057Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-10T06:37:59.057Z] Removing intermediate container 5b665f047060 [2023-04-10T06:37:59.057Z] ---> 1549a5e1cb60 [2023-04-10T06:37:59.057Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-10T06:37:59.057Z] Removing intermediate container a7100eda5554 [2023-04-10T06:37:59.057Z] ---> 3e63c210324b [2023-04-10T06:37:59.057Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T06:37:59.057Z] ---> Running in 35cdae90b50d [2023-04-10T06:37:59.057Z] ---> Running in 9e05793ec837 [2023-04-10T06:37:59.057Z] ---> Running in bda2e0de4c9d [2023-04-10T06:37:59.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.832Z] OK: 265 MiB in 53 packages [2023-04-10T06:37:59.832Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T06:37:59.832Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T06:37:59.832Z] OK: 17823 distinct packages available [2023-04-10T06:37:59.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:37:59.832Z] OK: 265 MiB in 53 packages [2023-04-10T06:38:00.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:38:00.090Z] OK: 265 MiB in 53 packages [2023-04-10T06:38:00.090Z] OK: 265 MiB in 53 packages [2023-04-10T06:38:00.349Z] OK: 265 MiB in 53 packages [2023-04-10T06:38:00.349Z] Removing intermediate container b128a65edfdb [2023-04-10T06:38:00.349Z] ---> 04dbd6fa7f8a [2023-04-10T06:38:00.349Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-10T06:38:00.349Z] Removing intermediate container 9e05793ec837 [2023-04-10T06:38:00.349Z] ---> e5d1411f45bc [2023-04-10T06:38:00.349Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-10T06:38:00.349Z] Removing intermediate container bda2e0de4c9d [2023-04-10T06:38:00.349Z] ---> 55f3e19449ea [2023-04-10T06:38:00.349Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:38:00.663Z] ---> 55b9c5ba2de0 [2023-04-10T06:38:00.663Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:38:00.663Z] ---> Running in 42087de54a55 [2023-04-10T06:38:00.663Z] ---> b27aaff9f68c [2023-04-10T06:38:00.663Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:38:00.663Z] ---> Running in 9337b62bb151 [2023-04-10T06:38:00.663Z] Removing intermediate container 35cdae90b50d [2023-04-10T06:38:00.663Z] ---> 714f8fc3d418 [2023-04-10T06:38:00.663Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-10T06:38:00.922Z] ---> 7342adaae1d0 [2023-04-10T06:38:00.922Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:38:00.922Z] ---> Running in 4ecaf773416f [2023-04-10T06:38:00.922Z] Removing intermediate container 8123add9febc [2023-04-10T06:38:00.922Z] ---> ea70377234cc [2023-04-10T06:38:00.922Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-10T06:38:00.922Z] ---> a5c112d6d53a [2023-04-10T06:38:00.922Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:38:00.922Z] ---> Running in 67eaad8bb849 [2023-04-10T06:38:01.180Z] ---> 38f97a922d7b [2023-04-10T06:38:01.180Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:38:01.180Z] ---> Running in 2eec7f6fed20 [2023-04-10T06:38:17.898Z] Removing intermediate container aa69be9148a5 [2023-04-10T06:38:17.898Z] ---> ee713fc21d2b [2023-04-10T06:38:17.898Z] Successfully built ee713fc21d2b [2023-04-10T06:38:17.898Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:38:18.286Z] + docker inspect -f . ci-base-image-arm64 [2023-04-10T06:38:18.286Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:38:18.555Z] prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container [2023-04-10T06:38:18.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-10T06:38:19.967Z] $ docker top ed81f94bd213bf786be95314813b69bfe7bd3bc479443273125403fa5a536f99 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T06:38:20.826Z] + go version [2023-04-10T06:38:20.826Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-10T06:38:20.861Z] $ docker stop --time=1 ed81f94bd213bf786be95314813b69bfe7bd3bc479443273125403fa5a536f99 [2023-04-10T06:38:22.436Z] $ docker rm -f --volumes ed81f94bd213bf786be95314813b69bfe7bd3bc479443273125403fa5a536f99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:38:23.273Z] + docker inspect -f . ci-base-image-arm64 [2023-04-10T06:38:23.273Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:38:23.531Z] prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container [2023-04-10T06:38:23.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-10T06:38:24.704Z] $ docker top 45db8aaea1384232587a65c4cc376dc928dee6ea829b9d431b9b1cd6a2e63916 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-10T06:38:24.946Z] ========================================================= [2023-04-10T06:38:24.946Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-10T06:38:24.946Z] ========================================================= [Pipeline] sh [2023-04-10T06:38:25.271Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-10T06:38:25.666Z] + make test [2023-04-10T06:38:25.666Z] go test -race -coverprofile=coverage.out ./... [2023-04-10T06:39:04.575Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-10T06:39:22.822Z] Removing intermediate container 9337b62bb151 [2023-04-10T06:39:22.822Z] ---> 6555848e9247 [2023-04-10T06:39:22.822Z] Step 8/25 : COPY . . [2023-04-10T06:39:22.822Z] Removing intermediate container 67eaad8bb849 [2023-04-10T06:39:22.822Z] ---> 38c041e9745e [2023-04-10T06:39:22.822Z] Step 8/24 : COPY . . [2023-04-10T06:39:22.822Z] Removing intermediate container 42087de54a55 [2023-04-10T06:39:22.822Z] ---> 01f378ed152b [2023-04-10T06:39:22.822Z] Step 7/33 : COPY . . [2023-04-10T06:39:22.822Z] Removing intermediate container 4ecaf773416f [2023-04-10T06:39:22.822Z] ---> 84bf99aaf6d7 [2023-04-10T06:39:22.822Z] Step 8/23 : COPY . . [2023-04-10T06:39:22.822Z] Removing intermediate container 2eec7f6fed20 [2023-04-10T06:39:22.822Z] ---> 4e5deef30b35 [2023-04-10T06:39:22.822Z] Step 7/20 : COPY . . [2023-04-10T06:39:40.972Z] ---> 3c9e2e24970c [2023-04-10T06:39:40.972Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-10T06:39:40.972Z] ---> a50d676d1a4c [2023-04-10T06:39:40.972Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-10T06:39:40.972Z] ---> 224d0eefe57f [2023-04-10T06:39:40.972Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-10T06:39:40.972Z] ---> 58cbc7dd3e9e [2023-04-10T06:39:40.972Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-10T06:39:40.972Z] ---> Running in fdad53c9bd82 [2023-04-10T06:39:40.972Z] ---> 6584c5725a1f [2023-04-10T06:39:40.972Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-10T06:39:40.972Z] ---> Running in 075cc5750a53 [2023-04-10T06:39:40.972Z] ---> Running in 9960210c279f [2023-04-10T06:39:40.972Z] ---> Running in 3bc58b0f0b5a [2023-04-10T06:39:40.972Z] ---> Running in b30a5202233e [2023-04-10T06:39:40.972Z] 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-10T06:39:40.972Z] 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-10T06:39:40.972Z] 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-10T06:39:40.972Z] 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-10T06:39:40.972Z] 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-10T06:40:27.707Z] Removing intermediate container 3bc58b0f0b5a [2023-04-10T06:40:27.707Z] ---> f3da81649dae [2023-04-10T06:40:27.707Z] [2023-04-10T06:40:27.707Z] Step 9/33 : FROM alpine:3.17 [2023-04-10T06:40:27.707Z] Removing intermediate container fdad53c9bd82 [2023-04-10T06:40:27.707Z] ---> 9654487b23c6 [2023-04-10T06:40:27.707Z] [2023-04-10T06:40:27.707Z] Step 10/24 : FROM alpine:3.17 [2023-04-10T06:40:27.707Z] 3.17: Pulling from library/alpine [2023-04-10T06:40:27.707Z] 3.17: Pulling from library/alpine [2023-04-10T06:40:34.422Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T06:40:34.422Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T06:40:34.422Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T06:40:34.422Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T06:40:34.422Z] ---> 9ed4aefc74f6 [2023-04-10T06:40:34.422Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T06:40:34.422Z] ---> 9ed4aefc74f6 [2023-04-10T06:40:34.422Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:40:34.691Z] ---> Running in 1e10b0293a1c [2023-04-10T06:40:34.691Z] ---> Running in c598407dfc5c [2023-04-10T06:40:34.691Z] Removing intermediate container 9960210c279f [2023-04-10T06:40:34.691Z] ---> b15eae8c472b [2023-04-10T06:40:34.691Z] [2023-04-10T06:40:34.691Z] Step 10/25 : FROM alpine:3.17 [2023-04-10T06:40:34.692Z] ---> 9ed4aefc74f6 [2023-04-10T06:40:34.692Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:40:34.949Z] Removing intermediate container 075cc5750a53 [2023-04-10T06:40:34.949Z] ---> a00d25313f08 [2023-04-10T06:40:34.949Z] [2023-04-10T06:40:34.949Z] Step 9/20 : FROM alpine:3.17 [2023-04-10T06:40:34.949Z] ---> 9ed4aefc74f6 [2023-04-10T06:40:34.949Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T06:40:34.949Z] ---> Running in 05de01d1a448 [2023-04-10T06:40:34.949Z] Removing intermediate container b30a5202233e [2023-04-10T06:40:34.949Z] ---> 3a780ca17231 [2023-04-10T06:40:34.949Z] [2023-04-10T06:40:34.949Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T06:40:34.949Z] ---> 9ed4aefc74f6 [2023-04-10T06:40:34.949Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T06:40:34.949Z] Removing intermediate container 1e10b0293a1c [2023-04-10T06:40:34.949Z] ---> b782e790ad11 [2023-04-10T06:40:34.949Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-10T06:40:34.949Z] ---> Running in 28c593138ca8 [2023-04-10T06:40:35.209Z] ---> Running in 12d1afa6ff00 [2023-04-10T06:40:35.209Z] ---> Running in bae66502b858 [2023-04-10T06:40:35.209Z] Removing intermediate container 28c593138ca8 [2023-04-10T06:40:35.209Z] ---> 03289e692a4c [2023-04-10T06:40:35.209Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-10T06:40:35.209Z] ---> Running in 92fa1b059281 [2023-04-10T06:40:35.209Z] Removing intermediate container 12d1afa6ff00 [2023-04-10T06:40:35.209Z] ---> 98f783c802fd [2023-04-10T06:40:35.209Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-10T06:40:35.209Z] ---> Running in 81bffd825e35 [2023-04-10T06:40:35.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.467Z] Removing intermediate container 81bffd825e35 [2023-04-10T06:40:35.467Z] ---> 521fb94e33a9 [2023-04-10T06:40:35.467Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-10T06:40:35.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.467Z] ---> Running in c6e95f1adf77 [2023-04-10T06:40:35.467Z] Removing intermediate container c6e95f1adf77 [2023-04-10T06:40:35.467Z] ---> 7b559ba7f8b4 [2023-04-10T06:40:35.467Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:40:35.467Z] ---> Running in 065e0fd4f9f5 [2023-04-10T06:40:35.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:35.774Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T06:40:35.774Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:40:35.774Z] OK: 7 MiB in 16 packages [2023-04-10T06:40:35.774Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T06:40:35.774Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:40:35.774Z] OK: 7 MiB in 16 packages [2023-04-10T06:40:35.774Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T06:40:35.774Z] (2/2) Installing su-exec (0.2-r2) [2023-04-10T06:40:36.033Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:40:36.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:36.033Z] OK: 7 MiB in 17 packages [2023-04-10T06:40:36.033Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T06:40:36.033Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T06:40:36.033Z] OK: 17818 distinct packages available [2023-04-10T06:40:36.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:36.034Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:36.034Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:40:36.294Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T06:40:36.294Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:40:36.294Z] OK: 7 MiB in 16 packages [2023-04-10T06:40:36.294Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-10T06:40:36.294Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-10T06:40:36.555Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-10T06:40:36.556Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-10T06:40:36.556Z] (5/9) Installing curl (7.88.1-r1) [2023-04-10T06:40:36.556Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-10T06:40:36.556Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-10T06:40:36.556Z] (8/9) Installing libucontext (1.2-r0) [2023-04-10T06:40:36.556Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-10T06:40:36.556Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:40:36.556Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T06:40:36.818Z] Removing intermediate container bae66502b858 [2023-04-10T06:40:36.818Z] ---> 2463c48667ba [2023-04-10T06:40:36.818Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-10T06:40:36.818Z] Removing intermediate container c598407dfc5c [2023-04-10T06:40:36.818Z] ---> edf09f9d02ff [2023-04-10T06:40:36.818Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T06:40:36.818Z] ---> Running in 73d540c6d2ca [2023-04-10T06:40:36.818Z] Removing intermediate container 05de01d1a448 [2023-04-10T06:40:36.818Z] ---> 19b373fb55a8 [2023-04-10T06:40:36.818Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T06:40:36.818Z] ---> Running in afe15d556ee4 [2023-04-10T06:40:36.818Z] OK: 10 MiB in 24 packages [2023-04-10T06:40:36.818Z] ---> Running in 876b8efc9559 [2023-04-10T06:40:36.818Z] Removing intermediate container 065e0fd4f9f5 [2023-04-10T06:40:36.818Z] ---> 97283dbc3542 [2023-04-10T06:40:36.818Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:40:36.818Z] Removing intermediate container 73d540c6d2ca [2023-04-10T06:40:36.818Z] ---> 5e516e0c21fb [2023-04-10T06:40:36.818Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-10T06:40:37.077Z] Removing intermediate container afe15d556ee4 [2023-04-10T06:40:37.077Z] ---> 110cc09e26e6 [2023-04-10T06:40:37.077Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-10T06:40:37.077Z] ---> Running in ad2cb53ee77d [2023-04-10T06:40:37.077Z] ---> Running in 699999830cb5 [2023-04-10T06:40:37.077Z] Removing intermediate container 876b8efc9559 [2023-04-10T06:40:37.077Z] ---> 9f1e44e1edd2 [2023-04-10T06:40:37.077Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-10T06:40:37.077Z] ---> Running in 8a8436eb492a [2023-04-10T06:40:37.077Z] Removing intermediate container ad2cb53ee77d [2023-04-10T06:40:37.077Z] ---> 7bbc1b157c6a [2023-04-10T06:40:37.077Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-10T06:40:37.077Z] ---> 0222b356ecdf [2023-04-10T06:40:37.077Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:40:37.077Z] ---> Running in 526953d743c3 [2023-04-10T06:40:37.077Z] Removing intermediate container 699999830cb5 [2023-04-10T06:40:37.077Z] ---> a8f6485bb265 [2023-04-10T06:40:37.077Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-10T06:40:37.335Z] Removing intermediate container 8a8436eb492a [2023-04-10T06:40:37.335Z] ---> 3a7ca73ade28 [2023-04-10T06:40:37.335Z] Step 14/25 : EXPOSE $APP_PORT ---> Running in 2a9068ec57b6 [2023-04-10T06:40:37.335Z] [2023-04-10T06:40:37.335Z] Removing intermediate container 526953d743c3 [2023-04-10T06:40:37.335Z] ---> de1b91d43d30 [2023-04-10T06:40:37.335Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-10T06:40:37.595Z] ---> Running in 7bed3829efd0 [2023-04-10T06:40:37.595Z] ---> fcb4bfc4c2e5 [2023-04-10T06:40:37.595Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-10T06:40:37.595Z] ---> Running in 337cd6199f9a [2023-04-10T06:40:37.595Z] Removing intermediate container 2a9068ec57b6 [2023-04-10T06:40:37.595Z] ---> aca9589a424f [2023-04-10T06:40:37.595Z] Step 15/24 : WORKDIR / [2023-04-10T06:40:37.595Z] Removing intermediate container 92fa1b059281 [2023-04-10T06:40:37.595Z] ---> 829a87402e4b [2023-04-10T06:40:37.595Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:40:37.855Z] ---> Running in 03e20fb8a11a [2023-04-10T06:40:38.115Z] Removing intermediate container 7bed3829efd0 [2023-04-10T06:40:38.115Z] ---> 2494590af89d [2023-04-10T06:40:38.115Z] Step 15/25 : WORKDIR / [2023-04-10T06:40:38.115Z] Removing intermediate container 337cd6199f9a [2023-04-10T06:40:38.115Z] ---> ceb417117446 [2023-04-10T06:40:38.115Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-10T06:40:38.115Z] ---> b4b250561d64 [2023-04-10T06:40:38.115Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:40:38.115Z] ---> 086274e6bfa2 [2023-04-10T06:40:38.115Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:40:38.115Z] ---> Running in 59672550f8ff [2023-04-10T06:40:38.115Z] ---> Running in b2f1505edf01 [2023-04-10T06:40:38.115Z] Removing intermediate container 03e20fb8a11a [2023-04-10T06:40:38.115Z] ---> a4328d2de22f [2023-04-10T06:40:38.115Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:40:38.398Z] ---> 82ebfea5d07c [2023-04-10T06:40:38.398Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-10T06:40:38.398Z] Removing intermediate container b2f1505edf01 [2023-04-10T06:40:38.398Z] ---> 057bbb7d3718 [2023-04-10T06:40:38.398Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:40:38.398Z] ---> 741b3785febc [2023-04-10T06:40:38.398Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-10T06:40:38.398Z] ---> 68c97b9dde0a [2023-04-10T06:40:38.398Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:40:39.817Z] ---> Running in 227795f91950 [2023-04-10T06:40:39.817Z] ---> 7a44c57d4b48 [2023-04-10T06:40:39.817Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-10T06:40:39.817Z] ---> 71afde409ea4 [2023-04-10T06:40:39.817Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:40:39.817Z] ---> d1b6886e24a7 [2023-04-10T06:40:39.817Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:40:40.078Z] Removing intermediate container 227795f91950 [2023-04-10T06:40:40.078Z] ---> 7bd1165c9c0a [2023-04-10T06:40:40.078Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T06:40:40.340Z] ---> f56b8044405f [2023-04-10T06:40:40.340Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-10T06:40:40.340Z] ---> f13d01e85f8d [2023-04-10T06:40:40.340Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:40:40.340Z] ---> 893158a7b1c0 [2023-04-10T06:40:40.340Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-10T06:40:40.340Z] ---> Running in a400d78f8cc8 [2023-04-10T06:40:40.917Z] ---> Running in 7437003a096e [2023-04-10T06:40:40.917Z] Removing intermediate container 59672550f8ff [2023-04-10T06:40:40.917Z] ---> f8db027df248 [2023-04-10T06:40:40.917Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-10T06:40:41.175Z] ---> fb28e190262e [2023-04-10T06:40:41.175Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-10T06:40:41.175Z] ---> 5cdb0cd996dd [2023-04-10T06:40:41.175Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:40:41.175Z] ---> Running in 8d3a2846c76d [2023-04-10T06:40:41.175Z] Removing intermediate container a400d78f8cc8 [2023-04-10T06:40:41.175Z] ---> 77d26d6892f3 [2023-04-10T06:40:41.175Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T06:40:41.175Z] Removing intermediate container 7437003a096e [2023-04-10T06:40:41.175Z] ---> 36c2f9028125 [2023-04-10T06:40:41.175Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T06:40:41.175Z] ---> Running in ea857a19ba47 [2023-04-10T06:40:41.453Z] ---> Running in 61b222a1faf1 [2023-04-10T06:40:41.453Z] ---> Running in 084bcdbeea17 [2023-04-10T06:40:41.453Z] Removing intermediate container ea857a19ba47 [2023-04-10T06:40:41.453Z] ---> c74fd4d5e53c [2023-04-10T06:40:41.453Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T06:40:41.453Z] Removing intermediate container 8d3a2846c76d [2023-04-10T06:40:41.453Z] ---> d8df00627580 [2023-04-10T06:40:41.453Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-10T06:40:41.712Z] ---> 332c89f66ae1 [2023-04-10T06:40:41.712Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-10T06:40:41.712Z] ---> Running in e618473bc286 [2023-04-10T06:40:41.989Z] Removing intermediate container 084bcdbeea17 [2023-04-10T06:40:41.989Z] ---> fe12abdf7420 [2023-04-10T06:40:41.989Z] Step 18/20 : LABEL arch=x86_64 [2023-04-10T06:40:41.989Z] ---> 77fea3d3c87c [2023-04-10T06:40:41.989Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.shRemoving intermediate container 61b222a1faf1 [2023-04-10T06:40:41.989Z] [2023-04-10T06:40:41.989Z] ---> 04264d86c068 [2023-04-10T06:40:41.989Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:40:41.989Z] ---> ace22d70d3a6 [2023-04-10T06:40:41.989Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-10T06:40:41.989Z] ---> Running in d3d9fd1c9fc1 [2023-04-10T06:40:41.989Z] Removing intermediate container e618473bc286 [2023-04-10T06:40:41.989Z] ---> 74265ec6492c [2023-04-10T06:40:41.989Z] Step 22/24 : LABEL arch=x86_64 [2023-04-10T06:40:41.989Z] ---> Running in 260e8951d900 [2023-04-10T06:40:41.989Z] ---> Running in 301565441f72 [2023-04-10T06:40:41.989Z] ---> Running in 2a8109d58e50 [2023-04-10T06:40:41.989Z] ---> Running in a6f129047d74 [2023-04-10T06:40:41.989Z] Removing intermediate container d3d9fd1c9fc1 [2023-04-10T06:40:41.989Z] ---> f569ed53c2a0 [2023-04-10T06:40:41.989Z] Step 19/20 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:40:42.249Z] ---> Running in 550b73c209f8 [2023-04-10T06:40:42.249Z] Removing intermediate container 2a8109d58e50 [2023-04-10T06:40:42.249Z] ---> f0dc367d9d21 [2023-04-10T06:40:42.249Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T06:40:42.249Z] Removing intermediate container 301565441f72 [2023-04-10T06:40:42.249Z] ---> 37c0c54f8c35 [2023-04-10T06:40:42.249Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T06:40:42.249Z] Removing intermediate container a6f129047d74 [2023-04-10T06:40:42.249Z] ---> 4c24da90018a [2023-04-10T06:40:42.249Z] Step 23/24 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:40:42.249Z] ---> Running in 99aa86492650 [2023-04-10T06:40:42.249Z] Removing intermediate container 550b73c209f8 [2023-04-10T06:40:42.249Z] ---> e0738f2996da [2023-04-10T06:40:42.249Z] Step 20/20 : LABEL version=0.0.0 [2023-04-10T06:40:42.249Z] ---> Running in 5eed89191477 [2023-04-10T06:40:42.249Z] ---> Running in 95b339dca7cf [2023-04-10T06:40:42.249Z] ---> Running in 2642268217a6 [2023-04-10T06:40:42.249Z] Removing intermediate container 99aa86492650 [2023-04-10T06:40:42.249Z] ---> 45cb7b317471 [2023-04-10T06:40:42.249Z] [2023-04-10T06:40:42.249Z] Removing intermediate container 5eed89191477 [2023-04-10T06:40:42.249Z] ---> 0dfc221c2577 [2023-04-10T06:40:42.249Z] Step 23/25 : LABEL arch=x86_64 [2023-04-10T06:40:42.508Z] Removing intermediate container 95b339dca7cf [2023-04-10T06:40:42.508Z] ---> 80be406eec37 [2023-04-10T06:40:42.508Z] Step 24/24 : LABEL version=0.0.0 [2023-04-10T06:40:42.508Z] ---> Running in 31f4ad575e94 [2023-04-10T06:40:42.508Z] Removing intermediate container 2642268217a6 [2023-04-10T06:40:42.508Z] ---> b7d187925096 [2023-04-10T06:40:42.508Z] [2023-04-10T06:40:42.508Z] ---> Running in 64d8dd6e564c [2023-04-10T06:40:42.508Z] Successfully built 45cb7b317471 [2023-04-10T06:40:42.508Z] Successfully tagged core-data:latest [2023-04-10T06:40:42.508Z] Building support-scheduler [2023-04-10T06:40:42.508Z]  Building core-data ... done Removing intermediate container 31f4ad575e94 [2023-04-10T06:40:42.508Z] ---> 505175ad3dc2 [2023-04-10T06:40:42.508Z] Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:40:42.508Z] Successfully built b7d187925096 [2023-04-10T06:40:42.783Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-10T06:40:42.783Z]  Building security-spiffe-token-provider ... done Building support-notifications [2023-04-10T06:40:42.783Z] ---> Running in f06a7690f53d [2023-04-10T06:40:42.783Z] Removing intermediate container 64d8dd6e564c [2023-04-10T06:40:42.783Z] ---> dd1a50478203 [2023-04-10T06:40:42.783Z] [2023-04-10T06:40:42.783Z] Successfully built dd1a50478203 [2023-04-10T06:40:42.783Z] Successfully tagged core-command:latest [2023-04-10T06:40:42.784Z]  Building core-command ... done Building security-spire-config [2023-04-10T06:40:42.784Z] Removing intermediate container f06a7690f53d [2023-04-10T06:40:42.784Z] ---> 3a44cd8a8cf3 [2023-04-10T06:40:42.784Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T06:40:46.289Z] Removing intermediate container 260e8951d900 [2023-04-10T06:40:46.289Z] ---> d286341be670 [2023-04-10T06:40:46.289Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:40:50.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:40:50.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:40:50.640Z] ---> 541c76ead8db [2023-04-10T06:40:50.640Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> 10465ab9911f [2023-04-10T06:40:50.640Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> 40e78a27004a [2023-04-10T06:40:50.640Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> e5d1411f45bc [2023-04-10T06:40:50.640Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> b27aaff9f68c [2023-04-10T06:40:50.640Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> 6555848e9247 [2023-04-10T06:40:50.640Z] Step 8/23 : COPY . . [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> 224d0eefe57f [2023-04-10T06:40:50.640Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-10T06:40:50.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:40:50.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:40:50.640Z] ---> 541c76ead8db [2023-04-10T06:40:50.640Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> 10465ab9911f [2023-04-10T06:40:50.640Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:40:50.640Z] ---> Using cache [2023-04-10T06:40:50.640Z] ---> 40e78a27004a [2023-04-10T06:40:50.640Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-10T06:40:54.847Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:40:54.847Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:40:54.847Z] ---> 541c76ead8db [2023-04-10T06:40:54.847Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T06:40:54.847Z] ---> Using cache [2023-04-10T06:40:54.847Z] ---> 06892449aeb9 [2023-04-10T06:40:54.847Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-10T06:40:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-10T06:40:58.231Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-10T06:41:00.831Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-10T06:41:00.831Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-10T06:41:00.831Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-10T06:41:00.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-10T06:41:02.153Z] ---> Running in c60d826986a1 [2023-04-10T06:41:02.153Z] ---> d0bce8decf4d [2023-04-10T06:41:02.153Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:41:02.412Z] ---> Running in bd35e56396d4 [2023-04-10T06:41:02.412Z] ---> Running in dc9e883f8753 [2023-04-10T06:41:02.412Z] ---> Running in 3199264427f8 [2023-04-10T06:41:02.412Z] Removing intermediate container c60d826986a1 [2023-04-10T06:41:02.412Z] ---> 511f4632413f [2023-04-10T06:41:02.412Z] [2023-04-10T06:41:02.412Z] ---> 56fb09f7c072 [2023-04-10T06:41:02.412Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-10T06:41:02.672Z] Successfully built 511f4632413f [2023-04-10T06:41:02.672Z] Successfully tagged core-metadata:latest [2023-04-10T06:41:02.672Z]  Building core-metadata ... done Building security-secretstore-setup [2023-04-10T06:41:03.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:41:03.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:41:03.495Z] OK: 265 MiB in 53 packages [2023-04-10T06:41:05.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:41:05.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:41:06.263Z] OK: 265 MiB in 53 packages [2023-04-10T06:41:09.262Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:41:09.262Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:41:09.262Z] ---> 541c76ead8db [2023-04-10T06:41:09.262Z] Step 3/25 : WORKDIR /edgex-go [2023-04-10T06:41:09.262Z] ---> Using cache [2023-04-10T06:41:09.262Z] ---> 06892449aeb9 [2023-04-10T06:41:09.262Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-10T06:41:13.579Z] ---> 7b80f2214d92 [2023-04-10T06:41:13.579Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-10T06:41:13.579Z] 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-10T06:41:13.579Z] ---> Running in 07b018024252 [2023-04-10T06:41:14.533Z] ---> 73c40a237656 [2023-04-10T06:41:14.533Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-10T06:41:14.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:41:15.063Z] Removing intermediate container bd35e56396d4 [2023-04-10T06:41:15.063Z] ---> 05098bced380 [2023-04-10T06:41:15.063Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:41:15.063Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:41:15.063Z] Removing intermediate container dc9e883f8753 [2023-04-10T06:41:15.063Z] ---> faeba4925870 [2023-04-10T06:41:15.063Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T06:41:15.330Z] OK: 265 MiB in 53 packages [2023-04-10T06:41:15.330Z] ---> 7e3630612d6e [2023-04-10T06:41:15.330Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-10T06:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-10T06:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-10T06:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.318s coverage: 28.7% of statements [2023-04-10T06:41:15.902Z] ---> 66fc98efed55 [2023-04-10T06:41:15.902Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:41:15.902Z] ---> 93e90b108486 [2023-04-10T06:41:15.902Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:41:16.166Z] ---> 828ce4ccbf75 [2023-04-10T06:41:16.166Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-10T06:41:16.166Z] ---> Running in 9170e574dcc1 [2023-04-10T06:41:16.426Z] ---> Running in 461d58794a5a [2023-04-10T06:41:16.692Z] Removing intermediate container 07b018024252 [2023-04-10T06:41:16.692Z] ---> 3d0477416fc2 [2023-04-10T06:41:16.692Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-10T06:41:17.261Z] ---> d86d6f70b010 [2023-04-10T06:41:17.261Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-10T06:41:17.831Z] ---> 921569feea14 [2023-04-10T06:41:17.831Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:41:19.058Z] ---> Running in 871da6a1b093 [2023-04-10T06:41:19.058Z] ---> b68b7580812f [2023-04-10T06:41:19.058Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-10T06:41:20.088Z] ---> Running in 2eb7b23e3a83 [2023-04-10T06:41:24.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.305s coverage: 98.5% of statements [2023-04-10T06:41:26.718Z] Removing intermediate container 2eb7b23e3a83 [2023-04-10T06:41:26.718Z] ---> c814d9a5aa3a [2023-04-10T06:41:26.718Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-10T06:41:26.718Z] ---> Running in 1ddcf1e64ef8 [2023-04-10T06:41:27.286Z] Removing intermediate container 1ddcf1e64ef8 [2023-04-10T06:41:27.286Z] ---> 0972695d35a1 [2023-04-10T06:41:27.286Z] Step 30/33 : CMD ["gate"] [2023-04-10T06:41:27.544Z] ---> Running in 3b6cfa8d6199 [2023-04-10T06:41:28.109Z] Removing intermediate container 3b6cfa8d6199 [2023-04-10T06:41:28.110Z] ---> 18e9fefd5b30 [2023-04-10T06:41:28.110Z] Step 31/33 : LABEL arch=x86_64 [2023-04-10T06:41:28.488Z] ---> Running in 0645a0a9147b [2023-04-10T06:41:28.781Z] Removing intermediate container 0645a0a9147b [2023-04-10T06:41:28.781Z] ---> f6ad1deaa13a [2023-04-10T06:41:28.781Z] Step 32/33 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:41:29.040Z] ---> Running in e9aac210d692 [2023-04-10T06:41:29.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-10T06:41:29.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-10T06:41:29.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-10T06:41:32.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.488s coverage: 71.3% of statements [2023-04-10T06:41:33.610Z] Removing intermediate container e9aac210d692 [2023-04-10T06:41:33.610Z] ---> 40db05dfbf99 [2023-04-10T06:41:33.610Z] Step 33/33 : LABEL version=0.0.0 [2023-04-10T06:41:36.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-10T06:41:36.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-10T06:41:36.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.363s coverage: 54.0% of statements [2023-04-10T06:41:40.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-10T06:41:40.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-10T06:41:40.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:41:40.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-10T06:41:40.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-10T06:41:50.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-10T06:41:50.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-10T06:41:55.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.495s coverage: 88.5% of statements [2023-04-10T06:41:55.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.928s coverage: 3.9% of statements [2023-04-10T06:42:00.635Z] ---> Running in e8748e973f5b [2023-04-10T06:42:00.635Z] Removing intermediate container e8748e973f5b [2023-04-10T06:42:00.635Z] ---> 38f1e8bb2f53 [2023-04-10T06:42:00.635Z] [2023-04-10T06:42:00.635Z] Successfully built 38f1e8bb2f53 [2023-04-10T06:42:00.635Z] Successfully tagged security-bootstrapper:latest [2023-04-10T06:42:00.635Z]  Building security-bootstrapper ... done Building security-spire-server [2023-04-10T06:42:03.990Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:42:03.990Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:42:03.990Z] ---> 541c76ead8db [2023-04-10T06:42:03.990Z] Step 3/26 : WORKDIR /edgex-go [2023-04-10T06:42:03.990Z] ---> Using cache [2023-04-10T06:42:03.990Z] ---> 06892449aeb9 [2023-04-10T06:42:03.990Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T06:42:03.990Z] ---> Using cache [2023-04-10T06:42:03.990Z] ---> faeba4925870 [2023-04-10T06:42:03.990Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-10T06:42:03.990Z] ---> Using cache [2023-04-10T06:42:03.990Z] ---> 93e90b108486 [2023-04-10T06:42:03.990Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:42:05.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-10T06:42:05.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:42:05.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-10T06:42:06.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.552s coverage: 95.6% of statements [2023-04-10T06:42:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-10T06:42:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-10T06:42:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-10T06:42:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-10T06:42:06.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-10T06:42:07.020Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.199s coverage: 72.2% of statements [2023-04-10T06:42:12.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-10T06:42:12.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-10T06:42:12.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-10T06:42:12.364Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.240s coverage: 65.9% of statements [2023-04-10T06:42:22.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-10T06:42:22.429Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-10T06:42:22.429Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.418s coverage: 0.9% of statements [2023-04-10T06:42:22.429Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.254s coverage: 29.0% of statements [2023-04-10T06:42:25.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.316s coverage: 44.1% of statements [2023-04-10T06:42:25.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.337s coverage: 82.9% of statements [2023-04-10T06:42:25.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.285s coverage: 94.1% of statements [2023-04-10T06:42:25.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.280s coverage: 96.3% of statements [2023-04-10T06:42:29.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.197s coverage: 87.5% of statements [2023-04-10T06:42:31.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-10T06:42:32.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-10T06:42:32.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-10T06:42:32.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-10T06:42:34.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-10T06:42:34.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-10T06:42:34.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-10T06:42:34.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-10T06:42:41.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements [2023-04-10T06:42:41.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-10T06:42:41.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-10T06:42:41.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-10T06:42:41.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-10T06:42:46.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-10T06:42:46.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-10T06:42:48.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.083s coverage: 79.9% of statements [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.277s coverage: 92.9% of statements [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 64.4% of statements [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.211s coverage: 62.3% of statements [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.173s coverage: 100.0% of statements [2023-04-10T06:42:55.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.450s coverage: 81.2% of statements [2023-04-10T06:42:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-10T06:42:57.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.482s coverage: 82.1% of statements [2023-04-10T06:42:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-10T06:42:57.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 86.0% of statements [2023-04-10T06:43:04.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-10T06:43:04.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-10T06:43:04.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.049s coverage: 63.1% of statements [2023-04-10T06:43:04.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.247s coverage: 100.0% of statements [2023-04-10T06:43:06.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 89.4% of statements [2023-04-10T06:43:06.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.092s coverage: 100.0% of statements [2023-04-10T06:43:06.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements [2023-04-10T06:43:06.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-10T06:43:06.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-10T06:43:06.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-10T06:43:06.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2023-04-10T06:43:15.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-10T06:43:15.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-10T06:43:15.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-10T06:43:15.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.014s coverage: 38.4% of statements [2023-04-10T06:43:15.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.264s coverage: 89.5% of statements [2023-04-10T06:43:20.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-10T06:43:20.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-10T06:43:20.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-10T06:43:20.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-10T06:43:20.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.231s coverage: 84.8% of statements [2023-04-10T06:43:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-10T06:43:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-10T06:43:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-10T06:43:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-10T06:43:28.200Z] ---> Running in 007cb2f142de [2023-04-10T06:43:28.200Z] Removing intermediate container 3199264427f8 [2023-04-10T06:43:28.200Z] ---> 387722ea0c98 [2023-04-10T06:43:28.200Z] [2023-04-10T06:43:28.200Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T06:43:28.200Z] ---> 9ed4aefc74f6 [2023-04-10T06:43:28.200Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:43:28.200Z] ---> Using cache [2023-04-10T06:43:28.200Z] ---> 19b373fb55a8 [2023-04-10T06:43:28.200Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T06:43:28.200Z] ---> Using cache [2023-04-10T06:43:28.200Z] ---> 9f1e44e1edd2 [2023-04-10T06:43:28.200Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-10T06:43:28.200Z] ---> Running in 478ad0e48d6d [2023-04-10T06:43:28.200Z] Removing intermediate container 871da6a1b093 [2023-04-10T06:43:28.200Z] ---> 0d780b8db8bb [2023-04-10T06:43:28.200Z] Step 7/25 : COPY . . [2023-04-10T06:43:28.200Z] Removing intermediate container 9170e574dcc1 [2023-04-10T06:43:28.200Z] ---> 1363e682b41a [2023-04-10T06:43:28.200Z] Step 8/23 : COPY . . [2023-04-10T06:43:28.200Z] Removing intermediate container 461d58794a5a [2023-04-10T06:43:28.200Z] ---> cafbc3270d65 [2023-04-10T06:43:28.200Z] Step 7/27 : COPY . . [2023-04-10T06:43:28.200Z] Removing intermediate container 478ad0e48d6d [2023-04-10T06:43:28.200Z] ---> 446951ef1e6f [2023-04-10T06:43:28.200Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T06:43:33.679Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.348s coverage: 17.7% of statements [2023-04-10T06:43:33.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-10T06:43:33.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:43:33.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-10T06:43:33.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-10T06:43:33.679Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.582s coverage: 92.3% of statements [2023-04-10T06:43:37.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-10T06:43:37.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-10T06:43:37.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.294s coverage: 61.5% of statements [2023-04-10T06:43:39.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-10T06:43:39.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-10T06:43:39.882Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.385s coverage: 97.7% of statements [2023-04-10T06:43:40.844Z] 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-10T06:43:40.844Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-10T06:43:40.844Z] go vet ./... [2023-04-10T06:43:46.382Z] ---> Running in 2edc6868e117 [2023-04-10T06:43:46.382Z] ---> 631398522077 [2023-04-10T06:43:46.382Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T06:43:46.382Z] Removing intermediate container 2edc6868e117 [2023-04-10T06:43:46.382Z] ---> bb6ed99d4eb9 [2023-04-10T06:43:46.382Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:43:46.382Z] ---> d502e6ad7a23 [2023-04-10T06:43:46.382Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-10T06:43:46.382Z] ---> Running in 5c8c70251b9d [2023-04-10T06:43:46.382Z] ---> 4ba0f979c367 [2023-04-10T06:43:46.382Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-10T06:43:46.382Z] ---> Running in 94efaade191c [2023-04-10T06:43:46.382Z] ---> Running in 50e6490e1135 [2023-04-10T06:43:46.382Z] Removing intermediate container 5c8c70251b9d [2023-04-10T06:43:46.382Z] ---> 7143f1a9d4f0 [2023-04-10T06:43:46.382Z] ---> 24dd90b9a3ae [2023-04-10T06:43:46.382Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt /Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T06:43:46.382Z] [2023-04-10T06:43:46.382Z] ---> Running in 45ddbf1c5a35 [2023-04-10T06:43:46.382Z] Removing intermediate container 45ddbf1c5a35 [2023-04-10T06:43:46.382Z] ---> 8824494ec0c6 [2023-04-10T06:43:46.382Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T06:43:46.382Z] ---> 81254523d4e2 [2023-04-10T06:43:46.382Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-10T06:43:46.382Z] ---> Running in 1f01e62e798e [2023-04-10T06:43:46.382Z] 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-10T06:43:46.382Z] 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-10T06:43:47.765Z] Removing intermediate container 1f01e62e798e [2023-04-10T06:43:47.765Z] ---> f1c8763851e4 [2023-04-10T06:43:47.765Z] 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-10T06:43:47.765Z] ---> 5ae86596e6f1 [2023-04-10T06:43:47.765Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:43:47.765Z] ---> Running in 68013dfeab54 [2023-04-10T06:43:48.731Z] ---> d7d3cf12851d [2023-04-10T06:43:48.731Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-10T06:43:49.033Z] ---> Running in 7fb40d87971e [2023-04-10T06:43:50.212Z] Removing intermediate container 7fb40d87971e [2023-04-10T06:43:50.212Z] ---> e690a597a6af [2023-04-10T06:43:50.212Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T06:44:00.655Z] Removing intermediate container 68013dfeab54 [2023-04-10T06:44:00.655Z] ---> f521f23eb852 [2023-04-10T06:44:00.655Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T06:44:00.655Z] ---> Running in 4a99ef95a41f [2023-04-10T06:44:07.371Z] ---> Running in 22facf15334b [2023-04-10T06:44:07.372Z] Removing intermediate container 4a99ef95a41f [2023-04-10T06:44:07.372Z] ---> dc9c076f227f [2023-04-10T06:44:07.372Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T06:44:07.372Z] ---> Running in 5bc54aad8b20 [2023-04-10T06:44:07.702Z] Removing intermediate container 22facf15334b [2023-04-10T06:44:07.702Z] ---> 6a61d06c82a3 [2023-04-10T06:44:07.702Z] [2023-04-10T06:44:07.702Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T06:44:07.702Z] ---> 9ed4aefc74f6 [2023-04-10T06:44:07.702Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T06:44:08.271Z] Removing intermediate container 5bc54aad8b20 [2023-04-10T06:44:08.271Z] ---> 1b4b3faf80a2 [2023-04-10T06:44:08.271Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:44:08.531Z] ---> Running in aceba9277eb3 [2023-04-10T06:44:11.825Z] ---> Running in 559e02e688a3 [2023-04-10T06:44:21.967Z] 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-10T06:44:23.281Z] Removing intermediate container aceba9277eb3 [2023-04-10T06:44:23.281Z] ---> 20a1c6d42aa2 [2023-04-10T06:44:23.281Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-10T06:44:23.577Z] Removing intermediate container 559e02e688a3 [2023-04-10T06:44:23.577Z] ---> 989de7d1ddf6 [2023-04-10T06:44:23.577Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T06:44:23.577Z] ---> Running in d5f4f70a3cf0 [2023-04-10T06:44:23.577Z] ---> Running in bbc778a72068 [2023-04-10T06:44:23.835Z] Removing intermediate container bbc778a72068 [2023-04-10T06:44:23.835Z] ---> 6b59ab3ed7a8 [2023-04-10T06:44:23.835Z] [2023-04-10T06:44:23.835Z] Successfully built 6b59ab3ed7a8 [2023-04-10T06:44:24.401Z] Successfully tagged support-scheduler:latest [2023-04-10T06:44:24.401Z] Building security-proxy-setup [2023-04-10T06:44:24.401Z]  Building support-scheduler ... done Removing intermediate container 007cb2f142de [2023-04-10T06:44:24.401Z] ---> 90724025c141 [2023-04-10T06:44:24.401Z] Step 7/26 : COPY . . [2023-04-10T06:44:24.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:24.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:25.212Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T06:44:25.212Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T06:44:25.212Z] OK: 17818 distinct packages available [2023-04-10T06:44:25.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:25.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:25.760Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-10T06:44:25.760Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-10T06:44:25.760Z] (3/4) Installing libucontext (1.2-r0) [2023-04-10T06:44:25.760Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-10T06:44:25.760Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:44:25.760Z] OK: 7 MiB in 19 packages [2023-04-10T06:44:31.916Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:44:31.916Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:44:31.916Z] ---> 541c76ead8db [2023-04-10T06:44:31.916Z] Step 3/22 : WORKDIR /edgex-go [2023-04-10T06:44:31.916Z] ---> Using cache [2023-04-10T06:44:31.916Z] ---> 06892449aeb9 [2023-04-10T06:44:31.916Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-10T06:44:31.916Z] ---> Using cache [2023-04-10T06:44:31.916Z] ---> 3d0477416fc2 [2023-04-10T06:44:31.916Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-10T06:44:31.916Z] ---> Using cache [2023-04-10T06:44:31.916Z] ---> 921569feea14 [2023-04-10T06:44:31.916Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:44:31.916Z] ---> Using cache [2023-04-10T06:44:31.916Z] ---> 0d780b8db8bb [2023-04-10T06:44:31.916Z] Step 7/22 : COPY . . [2023-04-10T06:44:31.916Z] ---> Using cache [2023-04-10T06:44:31.916Z] ---> d502e6ad7a23 [2023-04-10T06:44:31.916Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-10T06:44:47.015Z] ---> 73188c42e18e [2023-04-10T06:44:47.015Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T06:44:47.015Z] Removing intermediate container 94efaade191c [2023-04-10T06:44:47.015Z] ---> f7f000b61488 [2023-04-10T06:44:47.015Z] [2023-04-10T06:44:47.015Z] Step 9/25 : FROM alpine:3.17 [2023-04-10T06:44:47.015Z] ---> 9ed4aefc74f6 [2023-04-10T06:44:47.015Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-10T06:44:47.015Z] Removing intermediate container 50e6490e1135 [2023-04-10T06:44:47.015Z] ---> db05f470d416 [2023-04-10T06:44:47.015Z] [2023-04-10T06:44:47.015Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T06:44:47.015Z] ---> 9ed4aefc74f6 [2023-04-10T06:44:47.015Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-10T06:44:47.276Z] ---> Running in b2088fc03c68 [2023-04-10T06:44:47.276Z] ---> Running in f5bd52b8ff3a [2023-04-10T06:44:47.276Z] ---> Running in 85bd05160d1a [2023-04-10T06:44:47.276Z] ---> Running in 9573f2d79e62 [2023-04-10T06:44:47.276Z] Removing intermediate container d5f4f70a3cf0 [2023-04-10T06:44:47.276Z] ---> 39ee8514ae82 [2023-04-10T06:44:47.276Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:44:47.276Z] Removing intermediate container f5bd52b8ff3a [2023-04-10T06:44:47.276Z] ---> d2871273f001 [2023-04-10T06:44:47.276Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-10T06:44:47.276Z] ---> Running in 0ff3fb1384c6 [2023-04-10T06:44:47.540Z] ---> 419516615d1f [2023-04-10T06:44:47.540Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:44:47.540Z] Removing intermediate container 0ff3fb1384c6 [2023-04-10T06:44:47.540Z] ---> 3cc2d0bde1e7 [2023-04-10T06:44:47.540Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T06:44:47.540Z] ---> Running in 87d04dd03b93 [2023-04-10T06:44:47.540Z] ---> 91f70a47a98a [2023-04-10T06:44:47.540Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T06:44:47.540Z] Removing intermediate container 87d04dd03b93 [2023-04-10T06:44:47.540Z] ---> ba62799b6f42 [2023-04-10T06:44:47.540Z] 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-10T06:44:47.801Z] ---> Running in 03ae60617cfb [2023-04-10T06:44:47.801Z] 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-10T06:44:47.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:48.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:48.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:48.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:48.329Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-10T06:44:48.329Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-10T06:44:48.329Z] (3/3) Installing su-exec (0.2-r2) [2023-04-10T06:44:48.329Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:44:48.329Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T06:44:48.329Z] OK: 8 MiB in 18 packages [2023-04-10T06:44:48.329Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-10T06:44:48.329Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-10T06:44:48.329Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:44:48.329Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T06:44:48.329Z] OK: 8 MiB in 17 packages [2023-04-10T06:44:53.769Z] ---> fb0af960f619 [2023-04-10T06:44:53.769Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T06:44:53.769Z] Removing intermediate container 03ae60617cfb [2023-04-10T06:44:53.769Z] ---> 3cd37da66c3f [2023-04-10T06:44:53.769Z] Step 12/26 : WORKDIR /edgex-go [2023-04-10T06:44:53.769Z] ---> Running in 5772e0c51ee6 [2023-04-10T06:44:53.769Z] Removing intermediate container 9573f2d79e62 [2023-04-10T06:44:53.769Z] ---> b08131f8d3c6 [2023-04-10T06:44:53.769Z] 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-10T06:44:53.769Z] Removing intermediate container 5772e0c51ee6 [2023-04-10T06:44:53.769Z] ---> 4fd91337861b [2023-04-10T06:44:53.769Z] [2023-04-10T06:44:53.769Z] Step 13/26 : FROM alpine:3.17 [2023-04-10T06:44:53.769Z] ---> 9ed4aefc74f6 [2023-04-10T06:44:53.769Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T06:44:54.034Z] ---> Using cache [2023-04-10T06:44:54.034Z] ---> 20a1c6d42aa2 [2023-04-10T06:44:54.034Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T06:44:54.297Z] ---> Running in 7ffc8ea3c348 [2023-04-10T06:44:54.297Z] Removing intermediate container 85bd05160d1a [2023-04-10T06:44:54.297Z] ---> 4534d4909dfe [2023-04-10T06:44:54.297Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T06:44:54.297Z] ---> b38317159283 [2023-04-10T06:44:54.297Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-10T06:44:55.689Z] ---> Running in fa425296f638 [2023-04-10T06:44:55.689Z] ---> Running in f5898d3e8a47 [2023-04-10T06:44:58.252Z] ---> Running in 0713118e9418 [2023-04-10T06:44:58.252Z] Removing intermediate container 7ffc8ea3c348 [2023-04-10T06:44:58.252Z] ---> c593ad7ab5cb [2023-04-10T06:44:58.252Z] Step 12/25 : WORKDIR / [2023-04-10T06:44:58.252Z] ---> Running in 2448bac38da8 [2023-04-10T06:44:58.252Z] Removing intermediate container f5898d3e8a47 [2023-04-10T06:44:58.252Z] ---> 5690b800a851 [2023-04-10T06:44:58.252Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-10T06:44:58.252Z] ---> Running in 17c343f322e7 [2023-04-10T06:44:58.252Z] Removing intermediate container 0713118e9418 [2023-04-10T06:44:58.252Z] ---> 36241188ba28 [2023-04-10T06:44:58.252Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-10T06:44:58.252Z] Removing intermediate container 2448bac38da8 [2023-04-10T06:44:58.252Z] ---> 5240d269e380 [2023-04-10T06:44:58.252Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:44:58.252Z] Removing intermediate container 17c343f322e7 [2023-04-10T06:44:58.252Z] ---> 4b62f13bda29 [2023-04-10T06:44:58.252Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T06:44:58.252Z] ---> Running in c64347215a75 [2023-04-10T06:44:58.252Z] ---> 36d75eaeed40 [2023-04-10T06:44:58.252Z] Step 22/27 : WORKDIR / [2023-04-10T06:44:58.252Z] ---> Running in 03da091538e9 [2023-04-10T06:44:58.252Z] Removing intermediate container c64347215a75 [2023-04-10T06:44:58.252Z] ---> 98cc41071884 [2023-04-10T06:44:58.252Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:44:58.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:58.252Z] ---> 90253c02aee3 [2023-04-10T06:44:58.252Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:44:58.252Z] Removing intermediate container 03da091538e9 [2023-04-10T06:44:58.252Z] ---> f95384543603 [2023-04-10T06:44:58.253Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T06:44:58.253Z] ---> Running in 35aa52fd480a [2023-04-10T06:44:58.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:58.514Z] ---> f405231d0c7b [2023-04-10T06:44:58.514Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:44:58.514Z] Removing intermediate container 35aa52fd480a [2023-04-10T06:44:58.514Z] ---> d881031340f8 [2023-04-10T06:44:58.514Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T06:44:58.514Z] ---> 374708fa16de [2023-04-10T06:44:58.514Z] 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-10T06:44:58.514Z] ---> Running in 7bfb5fcca24e [2023-04-10T06:44:58.802Z] Removing intermediate container 7bfb5fcca24e [2023-04-10T06:44:58.802Z] ---> 4ccdfbbee54b [2023-04-10T06:44:58.802Z] Step 25/27 : LABEL arch=x86_64 [2023-04-10T06:44:58.802Z] ---> 2cf6eebff026 [2023-04-10T06:44:58.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-10T06:44:58.802Z] ---> Running in b323c7dd80fc [2023-04-10T06:44:58.802Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T06:44:58.802Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T06:44:58.802Z] OK: 17818 distinct packages available [2023-04-10T06:44:58.802Z] ---> d7f20e734cac [2023-04-10T06:44:58.802Z] 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-10T06:44:58.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:58.802Z] Removing intermediate container b323c7dd80fc [2023-04-10T06:44:58.802Z] ---> 4a9aa01ffb43 [2023-04-10T06:44:58.802Z] Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:44:58.802Z] ---> Running in 971c42ea0c4e [2023-04-10T06:44:58.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:44:59.064Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-10T06:44:59.064Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-10T06:44:59.064Z] (3/5) Installing libucontext (1.2-r0) [2023-04-10T06:44:59.064Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-10T06:44:59.064Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-10T06:44:59.064Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:44:59.064Z] OK: 8 MiB in 20 packages [2023-04-10T06:45:00.030Z] Removing intermediate container 971c42ea0c4e [2023-04-10T06:45:00.030Z] ---> 8a3550428c41 [2023-04-10T06:45:00.030Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T06:45:00.030Z] ---> 8534ac38cede [2023-04-10T06:45:00.030Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:45:00.288Z] ---> 2b32ce41f6f7 [2023-04-10T06:45:00.288Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:45:00.288Z] ---> Running in 588c19970fe6 [2023-04-10T06:45:00.812Z] ---> de14ee4bf96b [2023-04-10T06:45:00.812Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-10T06:45:00.812Z] ---> a3eb77d377dc [2023-04-10T06:45:00.812Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-10T06:45:00.812Z] Removing intermediate container fa425296f638 [2023-04-10T06:45:00.812Z] ---> a1c7565e6a60 [2023-04-10T06:45:00.812Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:45:00.812Z] Removing intermediate container 588c19970fe6 [2023-04-10T06:45:00.812Z] ---> ba04d7c29711 [2023-04-10T06:45:00.812Z] [2023-04-10T06:45:00.812Z] ---> Running in 159ddc6a20d1 [2023-04-10T06:45:00.812Z] Successfully built ba04d7c29711 [2023-04-10T06:45:00.812Z] Successfully tagged security-spire-config:latest [2023-04-10T06:45:00.812Z] Building core-common-config-bootstrapper [2023-04-10T06:45:02.190Z]  Building security-spire-config ... done Removing intermediate container 159ddc6a20d1 [2023-04-10T06:45:02.190Z] ---> 1059e19d04db [2023-04-10T06:45:02.190Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T06:45:07.511Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:45:07.511Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:45:07.511Z] ---> 541c76ead8db [2023-04-10T06:45:07.511Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:45:07.511Z] ---> Using cache [2023-04-10T06:45:07.511Z] ---> 10465ab9911f [2023-04-10T06:45:07.511Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:45:07.511Z] ---> Using cache [2023-04-10T06:45:07.511Z] ---> 40e78a27004a [2023-04-10T06:45:07.511Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T06:45:07.511Z] ---> Using cache [2023-04-10T06:45:07.511Z] ---> e5d1411f45bc [2023-04-10T06:45:07.511Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:45:07.511Z] ---> Using cache [2023-04-10T06:45:07.511Z] ---> b27aaff9f68c [2023-04-10T06:45:07.511Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:45:07.511Z] ---> Using cache [2023-04-10T06:45:07.511Z] ---> 6555848e9247 [2023-04-10T06:45:07.511Z] Step 8/23 : COPY . . [2023-04-10T06:45:07.511Z] ---> Using cache [2023-04-10T06:45:07.511Z] ---> 224d0eefe57f [2023-04-10T06:45:07.511Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-10T06:45:10.818Z] ---> adbd6c52d318 [2023-04-10T06:45:10.818Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-10T06:45:10.818Z] ---> 1a735dc56648 [2023-04-10T06:45:10.818Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:45:10.818Z] ---> Running in d0d1c229770a [2023-04-10T06:45:10.818Z] ---> Running in d1a490ded182 [2023-04-10T06:45:10.818Z] Removing intermediate container d0d1c229770a [2023-04-10T06:45:10.818Z] ---> 59a81f5441cf [2023-04-10T06:45:10.818Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T06:45:11.078Z] ---> Running in 480a383953a7 [2023-04-10T06:45:13.023Z] 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-10T06:45:15.072Z] ---> b96c6ded1ed3 [2023-04-10T06:45:15.072Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T06:45:15.072Z] ---> 28458534214e [2023-04-10T06:45:15.072Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T06:45:15.072Z] Removing intermediate container 480a383953a7 [2023-04-10T06:45:15.072Z] ---> e305e405732f [2023-04-10T06:45:15.072Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:45:15.331Z] Removing intermediate container b2088fc03c68 [2023-04-10T06:45:15.331Z] ---> 6604850e8f65 [2023-04-10T06:45:15.331Z] [2023-04-10T06:45:15.331Z] Step 9/22 : FROM alpine:3.17 [2023-04-10T06:45:15.331Z] ---> 9ed4aefc74f6 [2023-04-10T06:45:15.331Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-10T06:45:19.528Z] ---> Running in 983473368dc3 [2023-04-10T06:45:20.914Z] ---> 6b8e8b0266ae [2023-04-10T06:45:20.914Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T06:45:21.853Z] ---> Running in 940a4b33c552 [2023-04-10T06:45:23.776Z] ---> Running in 9fa565478daa [2023-04-10T06:45:24.035Z] Removing intermediate container 983473368dc3 [2023-04-10T06:45:24.035Z] ---> fa1518f9ad61 [2023-04-10T06:45:24.035Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T06:45:24.454Z] ---> 8bb814e2b333 [2023-04-10T06:45:24.454Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T06:45:28.013Z] ---> Running in a567ce727d27 [2023-04-10T06:45:28.606Z] ---> 14c66ec6b513 [2023-04-10T06:45:28.606Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-10T06:45:29.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:45:29.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:45:29.756Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T06:45:29.756Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-10T06:45:29.756Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:45:29.756Z] OK: 8 MiB in 17 packages [2023-04-10T06:45:31.139Z] Removing intermediate container a567ce727d27 [2023-04-10T06:45:31.139Z] ---> e0e764c96f84 [2023-04-10T06:45:31.139Z] [2023-04-10T06:45:31.139Z] Successfully built e0e764c96f84 [2023-04-10T06:45:31.396Z] ---> 64fc7c31cbe4 [2023-04-10T06:45:31.396Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-10T06:45:31.654Z] Successfully tagged support-notifications:latest [2023-04-10T06:45:31.654Z]  Building support-notifications ... done Building security-proxy-auth [2023-04-10T06:45:43.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:45:43.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:45:43.828Z] ---> 541c76ead8db [2023-04-10T06:45:43.828Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:45:43.828Z] ---> Using cache [2023-04-10T06:45:43.828Z] ---> 10465ab9911f [2023-04-10T06:45:43.828Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:45:43.828Z] ---> Using cache [2023-04-10T06:45:43.828Z] ---> 40e78a27004a [2023-04-10T06:45:43.828Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T06:45:43.828Z] ---> Using cache [2023-04-10T06:45:43.828Z] ---> e5d1411f45bc [2023-04-10T06:45:43.828Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:45:43.829Z] ---> Using cache [2023-04-10T06:45:43.829Z] ---> b27aaff9f68c [2023-04-10T06:45:43.829Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:45:43.829Z] ---> Using cache [2023-04-10T06:45:43.829Z] ---> 6555848e9247 [2023-04-10T06:45:43.829Z] Step 8/23 : COPY . . [2023-04-10T06:45:43.829Z] ---> Using cache [2023-04-10T06:45:43.829Z] ---> 224d0eefe57f [2023-04-10T06:45:43.829Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-10T06:45:52.039Z] ---> 4bd602c68806 [2023-04-10T06:45:52.039Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T06:45:52.300Z] ---> Running in c08cb04bcd1a [2023-04-10T06:45:52.605Z] ---> Running in 1bca86a44542 [2023-04-10T06:45:59.224Z] Removing intermediate container 940a4b33c552 [2023-04-10T06:45:59.224Z] ---> 067574114289 [2023-04-10T06:45:59.224Z] 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-10T06:45:59.224Z] Removing intermediate container 9fa565478daa [2023-04-10T06:45:59.224Z] ---> dfc480d214a6 [2023-04-10T06:45:59.224Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T06:45:59.224Z] Removing intermediate container 1bca86a44542 [2023-04-10T06:45:59.224Z] ---> cf1f506d6e6a [2023-04-10T06:45:59.224Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T06:45:59.224Z] ---> Running in 71902c200ccb [2023-04-10T06:45:59.224Z] Removing intermediate container d1a490ded182 [2023-04-10T06:45:59.224Z] ---> 41beff90def4 [2023-04-10T06:45:59.224Z] [2023-04-10T06:45:59.224Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T06:45:59.224Z] ---> 9ed4aefc74f6 [2023-04-10T06:45:59.224Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T06:45:59.224Z] 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-10T06:45:59.224Z] ---> Running in d94fa4d6463e [2023-04-10T06:45:59.224Z] ---> Running in 8f25a7f75937 [2023-04-10T06:45:59.224Z] ---> Running in 5fe9f87348d3 [2023-04-10T06:45:59.224Z] Removing intermediate container 71902c200ccb [2023-04-10T06:45:59.224Z] ---> 701fe14d185a [2023-04-10T06:45:59.224Z] Step 12/22 : WORKDIR /edgex [2023-04-10T06:45:59.224Z] ---> Running in 4fd4b6270f10 [2023-04-10T06:45:59.488Z] Removing intermediate container d94fa4d6463e [2023-04-10T06:45:59.488Z] ---> 3f26ec51f2c6 [2023-04-10T06:45:59.488Z] Step 23/25 : LABEL arch=x86_64 [2023-04-10T06:45:59.488Z] Removing intermediate container 8f25a7f75937 [2023-04-10T06:45:59.488Z] ---> 5a97d02a843d [2023-04-10T06:45:59.488Z] Step 24/26 : LABEL arch=x86_64 [2023-04-10T06:45:59.488Z] Removing intermediate container 5fe9f87348d3 [2023-04-10T06:45:59.488Z] ---> 589959da7461 [2023-04-10T06:45:59.488Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:45:59.488Z] Removing intermediate container 4fd4b6270f10 [2023-04-10T06:45:59.488Z] ---> f8b5d68fe8e2 [2023-04-10T06:45:59.488Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:45:59.753Z] ---> Running in 0ca78a531ca7 [2023-04-10T06:45:59.753Z] ---> Running in bccbc52dd4a8 [2023-04-10T06:45:59.753Z] ---> Running in 2e36ee1cccbd [2023-04-10T06:46:00.013Z] ---> 787a4c176ad9 [2023-04-10T06:46:00.013Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:46:00.013Z] Removing intermediate container bccbc52dd4a8 [2023-04-10T06:46:00.013Z] ---> 4bba342f063b [2023-04-10T06:46:00.013Z] Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:46:00.013Z] Removing intermediate container 0ca78a531ca7 [2023-04-10T06:46:00.013Z] ---> d22e727ce7c9 [2023-04-10T06:46:00.013Z] Step 25/26 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:46:00.273Z] ---> Running in cd0f92f55fec [2023-04-10T06:46:00.273Z] ---> Running in 6a5ecd6af68d [2023-04-10T06:46:00.273Z] Removing intermediate container cd0f92f55fec [2023-04-10T06:46:00.273Z] ---> f010573dc851 [2023-04-10T06:46:00.273Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T06:46:00.273Z] ---> 7dd4b389597e [2023-04-10T06:46:00.273Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-10T06:46:00.273Z] ---> Running in 9a28ae44f668 [2023-04-10T06:46:00.273Z] Removing intermediate container 6a5ecd6af68d [2023-04-10T06:46:00.273Z] ---> a27ff9499750 [2023-04-10T06:46:00.273Z] Step 26/26 : LABEL version=0.0.0 [2023-04-10T06:46:00.273Z] ---> Running in 91194ec43069 [2023-04-10T06:46:00.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T06:46:00.273Z] Removing intermediate container 9a28ae44f668 [2023-04-10T06:46:00.273Z] ---> ed6a6a4ef3f3 [2023-04-10T06:46:00.273Z] [2023-04-10T06:46:00.273Z] Removing intermediate container 91194ec43069 [2023-04-10T06:46:00.273Z] ---> 14f989183fa1 [2023-04-10T06:46:00.273Z] [2023-04-10T06:46:00.535Z] ---> 7e7aaeac3047 [2023-04-10T06:46:00.535Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-10T06:46:00.535Z] Successfully built 14f989183fa1 [2023-04-10T06:46:00.535Z] Successfully tagged security-spire-server:latest [2023-04-10T06:46:00.535Z]  Building security-spire-server ... done Building security-spire-agent [2023-04-10T06:46:00.535Z] Successfully built ed6a6a4ef3f3 [2023-04-10T06:46:00.535Z] Successfully tagged security-secretstore-setup:latest [2023-04-10T06:46:00.535Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T06:46:00.795Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T06:46:00.795Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:46:00.795Z] OK: 7 MiB in 16 packages [2023-04-10T06:46:03.350Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:46:03.350Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:46:03.350Z] ---> 541c76ead8db [2023-04-10T06:46:03.350Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> 06892449aeb9 [2023-04-10T06:46:03.350Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> faeba4925870 [2023-04-10T06:46:03.350Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> 93e90b108486 [2023-04-10T06:46:03.350Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> 90724025c141 [2023-04-10T06:46:03.350Z] Step 7/27 : COPY . . [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> 73188c42e18e [2023-04-10T06:46:03.350Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> d2871273f001 [2023-04-10T06:46:03.350Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> 3cc2d0bde1e7 [2023-04-10T06:46:03.350Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T06:46:03.350Z] ---> Using cache [2023-04-10T06:46:03.350Z] ---> ba62799b6f42 [2023-04-10T06:46:03.350Z] 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-10T06:46:11.580Z] ---> 03b5d4b26abe [2023-04-10T06:46:11.580Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T06:46:11.580Z] ---> Running in 5bfeefb717d2 [2023-04-10T06:46:12.150Z] ---> 085587c8d710 [2023-04-10T06:46:12.151Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T06:46:12.151Z] Removing intermediate container 2e36ee1cccbd [2023-04-10T06:46:12.151Z] ---> bda1d6907ddb [2023-04-10T06:46:12.151Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:46:12.411Z] ---> Running in 5888737a9e9c [2023-04-10T06:46:12.670Z] ---> 4ae22e20da9a [2023-04-10T06:46:12.670Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:46:12.928Z] ---> 8637e841922d [2023-04-10T06:46:12.928Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-10T06:46:15.481Z] ---> 17740528f548 [2023-04-10T06:46:15.481Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:46:16.052Z] Removing intermediate container 5bfeefb717d2 [2023-04-10T06:46:16.052Z] ---> 7f8ec4bba853 [2023-04-10T06:46:16.052Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T06:46:16.312Z] ---> f84368f30526 [2023-04-10T06:46:16.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-10T06:46:16.591Z] ---> Running in c06766f5c19a [2023-04-10T06:46:16.852Z] Removing intermediate container 5888737a9e9c [2023-04-10T06:46:16.852Z] ---> cd83c50d501f [2023-04-10T06:46:16.852Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T06:46:17.547Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-10T06:46:17.547Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-10T06:46:17.547Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-10T06:46:17.586Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-10T06:46:17.872Z] ---> 79aaa3a5873c [2023-04-10T06:46:17.872Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T06:46:18.249Z] + ls -al . [2023-04-10T06:46:18.249Z] total 700 [2023-04-10T06:46:18.249Z] drwxrwxr-x 10 1001 1001 4096 Apr 10 06:38 . [2023-04-10T06:46:18.249Z] drwxr-xr-x 4 root root 4096 Apr 10 06:38 .. [2023-04-10T06:46:18.249Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 06:36 .blubracket [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 16 Apr 10 06:36 .dockerignore [2023-04-10T06:46:18.249Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 06:36 .git [2023-04-10T06:46:18.249Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 06:36 .github [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 1133 Apr 10 06:36 .gitignore [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 42 Apr 10 06:36 .golangci.yml [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 87 Apr 10 06:36 .hadolint.yml [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 06:36 .sonarcloud.properties [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 1171 Apr 10 06:36 ADOPTERS.md [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 10835 Apr 10 06:36 Attribution.txt [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 73765 Apr 10 06:36 CHANGELOG.md [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 06:36 CONTRIBUTING.md [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 677 Apr 10 06:36 GOVERNANCE.md [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 883 Apr 10 06:36 Jenkinsfile [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 06:36 LICENSE [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 14368 Apr 10 06:36 Makefile [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 582 Apr 10 06:36 OWNERS.md [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 9403 Apr 10 06:36 README.md [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 789 Apr 10 06:36 SECURITY.md [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 06:34 VERSION [2023-04-10T06:46:18.249Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 06:36 bin [2023-04-10T06:46:18.249Z] drwxrwxr-x 18 1001 1001 4096 Apr 10 06:36 cmd [2023-04-10T06:46:18.249Z] -rw-r--r-- 1 root root 447380 Apr 10 06:43 coverage.out [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 3200 Apr 10 06:36 go.mod [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 31265 Apr 10 06:36 go.sum [2023-04-10T06:46:18.249Z] drwxrwxr-x 7 1001 1001 4096 Apr 10 06:36 internal [2023-04-10T06:46:18.249Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 06:36 openapi [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 594 Apr 10 06:36 security.txt [2023-04-10T06:46:18.249Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 06:36 snap [2023-04-10T06:46:18.249Z] -rw-rw-r-- 1 1001 1001 204 Apr 10 06:36 version.go [Pipeline] sh [2023-04-10T06:46:18.899Z] + '[' -e coverage.out ] [2023-04-10T06:46:18.899Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-10T06:46:18.938Z] Warning: overwriting stash ‘coverage-report’ [2023-04-10T06:46:19.246Z] ---> Running in c3672ff5d131 [2023-04-10T06:46:19.512Z] Removing intermediate container c06766f5c19a [2023-04-10T06:46:19.512Z] ---> 3ff68d0c13c3 [2023-04-10T06:46:19.512Z] [2023-04-10T06:46:19.512Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T06:46:19.512Z] ---> 9ed4aefc74f6 [2023-04-10T06:46:19.512Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T06:46:19.512Z] ---> Using cache [2023-04-10T06:46:19.512Z] ---> 20a1c6d42aa2 [2023-04-10T06:46:19.512Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T06:46:19.512Z] ---> Using cache [2023-04-10T06:46:19.512Z] ---> a1c7565e6a60 [2023-04-10T06:46:19.512Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:46:19.512Z] ---> Using cache [2023-04-10T06:46:19.732Z] Stashed 1 file(s) [Pipeline] sh [2023-04-10T06:46:19.769Z] ---> 1a735dc56648 [2023-04-10T06:46:19.769Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:46:19.769Z] ---> Using cache [2023-04-10T06:46:20.026Z] ---> b96c6ded1ed3 [2023-04-10T06:46:20.026Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-10T06:46:20.026Z] ---> Running in b2e73bde8d2b [2023-04-10T06:46:20.323Z] + make build [2023-04-10T06:46:20.323Z] 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-10T06:46:22.595Z] Removing intermediate container c3672ff5d131 [2023-04-10T06:46:22.595Z] ---> d1165db04d04 [2023-04-10T06:46:22.595Z] Step 20/22 : LABEL arch=x86_64 [2023-04-10T06:46:23.975Z] ---> 6877fb138a1c [2023-04-10T06:46:23.975Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T06:46:23.975Z] ---> Running in 44d0b95de527 [2023-04-10T06:46:29.264Z] Removing intermediate container 44d0b95de527 [2023-04-10T06:46:29.264Z] ---> 63f4f0226ee1 [2023-04-10T06:46:29.264Z] Step 21/22 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:46:29.264Z] ---> 368c2de0e394 [2023-04-10T06:46:29.264Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T06:46:29.264Z] ---> Running in 2526ae2c2609 [2023-04-10T06:46:29.264Z] Removing intermediate container b2e73bde8d2b [2023-04-10T06:46:29.264Z] ---> 4d9662029eee [2023-04-10T06:46:29.264Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T06:46:29.264Z] Removing intermediate container 2526ae2c2609 [2023-04-10T06:46:29.264Z] ---> 98f50042f4a2 [2023-04-10T06:46:29.264Z] Step 22/22 : LABEL version=0.0.0 [2023-04-10T06:46:29.264Z] ---> Running in 04baf4af1721 [2023-04-10T06:46:29.264Z] ---> 5f97be90c0ad [2023-04-10T06:46:29.264Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-10T06:46:29.264Z] ---> Running in aa1b79cce482 [2023-04-10T06:46:29.264Z] Removing intermediate container c08cb04bcd1a [2023-04-10T06:46:29.264Z] ---> c71760a4bba4 [2023-04-10T06:46:29.264Z] [2023-04-10T06:46:29.264Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T06:46:29.264Z] ---> 9ed4aefc74f6 [2023-04-10T06:46:29.264Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T06:46:29.264Z] ---> Using cache [2023-04-10T06:46:29.264Z] ---> 589959da7461 [2023-04-10T06:46:29.264Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:46:29.264Z] ---> Using cache [2023-04-10T06:46:29.264Z] ---> bda1d6907ddb [2023-04-10T06:46:29.264Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:46:29.264Z] ---> Using cache [2023-04-10T06:46:29.264Z] ---> 4ae22e20da9a [2023-04-10T06:46:29.264Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:46:29.264Z] ---> Using cache [2023-04-10T06:46:29.264Z] ---> 8637e841922d [2023-04-10T06:46:29.264Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-10T06:46:29.264Z] Removing intermediate container aa1b79cce482 [2023-04-10T06:46:29.264Z] ---> 0e1fcb2161d9 [2023-04-10T06:46:29.264Z] [2023-04-10T06:46:29.264Z] Removing intermediate container 04baf4af1721 [2023-04-10T06:46:29.264Z] ---> a0313b09936c [2023-04-10T06:46:29.264Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T06:46:29.264Z] ---> a805318f2d27 [2023-04-10T06:46:29.264Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-10T06:46:29.264Z] ---> Running in 9f1035247535 [2023-04-10T06:46:29.264Z] Successfully built 0e1fcb2161d9 [2023-04-10T06:46:29.264Z] Successfully tagged security-proxy-setup:latest [2023-04-10T06:46:29.844Z]  Building security-proxy-setup ... done Removing intermediate container 9f1035247535 [2023-04-10T06:46:29.844Z] ---> fd1fad983501 [2023-04-10T06:46:29.844Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T06:46:29.844Z] ---> 9311c61826f0 [2023-04-10T06:46:29.844Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T06:46:29.844Z] ---> Running in 0a0ea66cf3ab [2023-04-10T06:46:29.844Z] ---> feeb923f9630 [2023-04-10T06:46:29.844Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:46:29.844Z] ---> Running in 008e5223ebce [2023-04-10T06:46:30.103Z] Removing intermediate container 0a0ea66cf3ab [2023-04-10T06:46:30.103Z] ---> affa2e9a319e [2023-04-10T06:46:30.103Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:46:30.103Z] Removing intermediate container 008e5223ebce [2023-04-10T06:46:30.103Z] ---> 2ca05d6e5ba7 [2023-04-10T06:46:30.103Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T06:46:30.103Z] ---> Running in 36b956253784 [2023-04-10T06:46:30.103Z] ---> Running in c7361d91bfee [2023-04-10T06:46:30.103Z] ---> 3ae7c5812c7f [2023-04-10T06:46:30.103Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-10T06:46:30.103Z] Removing intermediate container 36b956253784 [2023-04-10T06:46:30.103Z] ---> af37058262cb [2023-04-10T06:46:30.103Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T06:46:30.103Z] Removing intermediate container c7361d91bfee [2023-04-10T06:46:30.103Z] ---> 1d1d5bda91b9 [2023-04-10T06:46:30.103Z] Step 25/27 : LABEL arch=x86_64 [2023-04-10T06:46:30.103Z] ---> Running in a50426711da9 [2023-04-10T06:46:30.103Z] ---> Running in 46c074f8cbeb [2023-04-10T06:46:30.103Z] ---> ab5d679fd87b [2023-04-10T06:46:30.103Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T06:46:30.360Z] ---> Running in eeec9a6cfb4b [2023-04-10T06:46:30.360Z] Removing intermediate container a50426711da9 [2023-04-10T06:46:30.360Z] ---> 48a4714e1e62 [2023-04-10T06:46:30.360Z] [2023-04-10T06:46:30.360Z] Removing intermediate container 46c074f8cbeb [2023-04-10T06:46:30.361Z] ---> a11576bc7cbd [2023-04-10T06:46:30.361Z] Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:46:30.361Z] Successfully built 48a4714e1e62 [2023-04-10T06:46:30.361Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-10T06:46:30.361Z]  Building core-common-config-bootstrapper ... done  ---> Running in 32d9525080db [2023-04-10T06:46:30.361Z] Removing intermediate container 32d9525080db [2023-04-10T06:46:30.361Z] ---> 5a08e9fc8a2a [2023-04-10T06:46:30.361Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T06:46:30.619Z] ---> Running in 7de77075b45d [2023-04-10T06:46:30.619Z] Removing intermediate container 7de77075b45d [2023-04-10T06:46:30.619Z] ---> 4be778f12f5d [2023-04-10T06:46:30.619Z] [2023-04-10T06:46:30.619Z] Successfully built 4be778f12f5d [2023-04-10T06:46:30.619Z] Successfully tagged security-spire-agent:latest [2023-04-10T06:46:30.878Z]  Building security-spire-agent ... done Removing intermediate container eeec9a6cfb4b [2023-04-10T06:46:30.878Z] ---> eef5b154758c [2023-04-10T06:46:30.878Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T06:46:30.878Z] ---> Running in ffb5577fb3aa [2023-04-10T06:46:30.878Z] Removing intermediate container ffb5577fb3aa [2023-04-10T06:46:30.878Z] ---> 873a9e2854f8 [2023-04-10T06:46:30.878Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T06:46:30.878Z] ---> Running in e8d8577a0a29 [2023-04-10T06:46:31.137Z] Removing intermediate container e8d8577a0a29 [2023-04-10T06:46:31.137Z] ---> d8f9ba61336b [2023-04-10T06:46:31.137Z] Step 21/23 : LABEL arch=x86_64 [2023-04-10T06:46:31.137Z] ---> Running in c672eae031e1 [2023-04-10T06:46:31.137Z] Removing intermediate container c672eae031e1 [2023-04-10T06:46:31.137Z] ---> 4ec44eb3fb15 [2023-04-10T06:46:31.137Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:46:31.137Z] ---> Running in 74a21f5322ea [2023-04-10T06:46:31.137Z] Removing intermediate container 74a21f5322ea [2023-04-10T06:46:31.137Z] ---> 9fc397d58feb [2023-04-10T06:46:31.137Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T06:46:31.137Z] ---> Running in c28d67b07ad8 [2023-04-10T06:46:31.395Z] Removing intermediate container c28d67b07ad8 [2023-04-10T06:46:31.395Z] ---> 7a3cafe19c47 [2023-04-10T06:46:31.395Z] [2023-04-10T06:46:31.395Z] Successfully built 7a3cafe19c47 [2023-04-10T06:46:31.395Z] Successfully tagged security-proxy-auth:latest [2023-04-10T06:46:31.401Z]  Building security-proxy-auth ... done  [Pipeline] } [2023-04-10T06:46:31.427Z] $ docker stop --time=1 4da8fe2069eaaf0e5f6a43479d7d31f67ac7d247caf4ece85d28f87f99aa3a09 [2023-04-10T06:46:32.707Z] $ docker rm -f --volumes 4da8fe2069eaaf0e5f6a43479d7d31f67ac7d247caf4ece85d28f87f99aa3a09 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T06:46:33.108Z] + docker images [2023-04-10T06:46:33.109Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-10T06:46:33.109Z] security-proxy-auth latest 7a3cafe19c47 1 second ago 18.3MB [2023-04-10T06:46:33.109Z] security-spire-agent latest 4be778f12f5d 2 seconds ago 129MB [2023-04-10T06:46:33.109Z] core-common-config-bootstrapper latest 48a4714e1e62 2 seconds ago 17.2MB [2023-04-10T06:46:33.109Z] security-proxy-setup latest 0e1fcb2161d9 3 seconds ago 18.7MB [2023-04-10T06:46:33.109Z] c71760a4bba4 4 seconds ago 1.66GB [2023-04-10T06:46:33.109Z] 3ff68d0c13c3 15 seconds ago 1.54GB [2023-04-10T06:46:33.109Z] security-spire-server latest 14f989183fa1 32 seconds ago 89.8MB [2023-04-10T06:46:33.109Z] security-secretstore-setup latest ed6a6a4ef3f3 32 seconds ago 32.8MB [2023-04-10T06:46:33.109Z] 41beff90def4 34 seconds ago 1.68GB [2023-04-10T06:46:33.109Z] support-notifications latest e0e764c96f84 About a minute ago 32.7MB [2023-04-10T06:46:33.109Z] 6604850e8f65 About a minute ago 1.66GB [2023-04-10T06:46:33.109Z] security-spire-config latest ba04d7c29711 About a minute ago 88.9MB [2023-04-10T06:46:33.109Z] 4fd91337861b About a minute ago 1.54GB [2023-04-10T06:46:33.109Z] db05f470d416 About a minute ago 1.75GB [2023-04-10T06:46:33.109Z] f7f000b61488 2 minutes ago 1.68GB [2023-04-10T06:46:33.109Z] support-scheduler latest 6b59ab3ed7a8 2 minutes ago 32.1MB [2023-04-10T06:46:33.109Z] 6a61d06c82a3 2 minutes ago 1.54GB [2023-04-10T06:46:33.109Z] 387722ea0c98 4 minutes ago 1.75GB [2023-04-10T06:46:33.109Z] security-bootstrapper latest 38f1e8bb2f53 4 minutes ago 22.2MB [2023-04-10T06:46:33.109Z] core-metadata latest 511f4632413f 5 minutes ago 20.4MB [2023-04-10T06:46:33.109Z] security-spiffe-token-provider latest b7d187925096 5 minutes ago 32.8MB [2023-04-10T06:46:33.109Z] core-data latest 45cb7b317471 5 minutes ago 20MB [2023-04-10T06:46:33.109Z] core-command latest dd1a50478203 5 minutes ago 19.8MB [2023-04-10T06:46:33.109Z] a00d25313f08 5 minutes ago 1.72GB [2023-04-10T06:46:33.109Z] 3a780ca17231 5 minutes ago 1.69GB [2023-04-10T06:46:33.109Z] b15eae8c472b 6 minutes ago 1.69GB [2023-04-10T06:46:33.109Z] f3da81649dae 6 minutes ago 1.67GB [2023-04-10T06:46:33.109Z] 9654487b23c6 6 minutes ago 1.69GB [2023-04-10T06:46:33.109Z] ci-base-image-x86_64 latest 541c76ead8db 11 minutes ago 881MB [2023-04-10T06:46:33.109Z] alpine 3.17 9ed4aefc74f6 11 days ago 7.05MB [2023-04-10T06:46:33.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 4 weeks ago 664MB [2023-04-10T06:46:33.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-10T06:46:33.109Z] 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-10T06:47:56.956Z] 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-10T06:47:56.956Z] 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-10T06:47:56.956Z] 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-10T06:47:59.532Z] 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-10T06:48:46.361Z] 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-10T06:48:49.078Z] 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-10T06:48:55.784Z] 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-10T06:49:01.125Z] 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-10T06:49:04.463Z] 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-10T06:49:08.728Z] 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-10T06:49:15.367Z] 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-10T06:49:22.031Z] $ docker stop --time=1 45db8aaea1384232587a65c4cc376dc928dee6ea829b9d431b9b1cd6a2e63916 [2023-04-10T06:49:24.160Z] $ docker rm -f --volumes 45db8aaea1384232587a65c4cc376dc928dee6ea829b9d431b9b1cd6a2e63916 [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-10T06:49:26.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T06:49:26.659Z] [2023-04-10T06:49:26.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:49:27.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T06:49:27.324Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-10T06:49:27.324Z] 29e5d40040c1: Pulling fs layer [2023-04-10T06:49:27.324Z] 1ce36da41761: Pulling fs layer [2023-04-10T06:49:27.324Z] 25b303627fd3: Pulling fs layer [2023-04-10T06:49:27.324Z] 29e5d40040c1: Download complete [2023-04-10T06:49:27.905Z] 29e5d40040c1: Pull complete [2023-04-10T06:49:28.172Z] 1ce36da41761: Verifying Checksum [2023-04-10T06:49:28.172Z] 1ce36da41761: Download complete [2023-04-10T06:49:29.589Z] 1ce36da41761: Pull complete [2023-04-10T06:49:29.589Z] 25b303627fd3: Verifying Checksum [2023-04-10T06:49:29.589Z] 25b303627fd3: Download complete [2023-04-10T06:49:39.668Z] 25b303627fd3: Pull complete [2023-04-10T06:49:39.668Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-10T06:49:39.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T06:49:39.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:49:39.969Z] prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container [2023-04-10T06:49:40.029Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-10T06:49:42.197Z] $ docker top 6eafef21a188caeaa9a6728e2ad6d5999e97f2344238634669546bf1c67068cf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T06:49:43.076Z] + docker-compose build --help [2023-04-10T06:49:43.076Z] + grep parallel [2023-04-10T06:49:47.320Z] --parallel Build images in parallel. [Pipeline] } [2023-04-10T06:49:47.350Z] $ docker stop --time=1 6eafef21a188caeaa9a6728e2ad6d5999e97f2344238634669546bf1c67068cf [2023-04-10T06:49:49.038Z] $ docker rm -f --volumes 6eafef21a188caeaa9a6728e2ad6d5999e97f2344238634669546bf1c67068cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T06:49:49.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-10T06:49:49.760Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T06:49:50.009Z] prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container [2023-04-10T06:49:50.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-10T06:49:51.282Z] $ docker top 3e72db20b624f18c9f11b28eca174e848b11b8deba70d8ab29c37c3943ab2266 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T06:49:52.178Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-10T06:49:57.511Z] Building core-command ... [2023-04-10T06:49:57.511Z] Building core-common-config-bootstrapper ... [2023-04-10T06:49:57.511Z] Building core-data ... [2023-04-10T06:49:57.511Z] Building core-metadata ... [2023-04-10T06:49:57.511Z] Building security-bootstrapper ... [2023-04-10T06:49:57.511Z] Building security-proxy-auth ... [2023-04-10T06:49:57.511Z] Building security-proxy-setup ... [2023-04-10T06:49:57.511Z] Building security-secretstore-setup ... [2023-04-10T06:49:57.511Z] Building security-spiffe-token-provider ... [2023-04-10T06:49:57.511Z] Building security-spire-agent ... [2023-04-10T06:49:57.511Z] Building security-spire-config ... [2023-04-10T06:49:57.511Z] Building security-spire-server ... [2023-04-10T06:49:57.511Z] Building support-notifications ... [2023-04-10T06:49:57.511Z] Building support-scheduler ... [2023-04-10T06:49:57.511Z] Building security-bootstrapper [2023-04-10T06:49:57.511Z] Building security-proxy-auth [2023-04-10T06:49:57.511Z] Building security-secretstore-setup [2023-04-10T06:49:57.511Z] Building core-metadata [2023-04-10T06:49:57.511Z] Building core-common-config-bootstrapper [2023-04-10T06:50:44.326Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:50:44.326Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:50:44.326Z] ---> ee713fc21d2b [2023-04-10T06:50:44.326Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:50:44.326Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:50:44.326Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:50:44.326Z] ---> ee713fc21d2b [2023-04-10T06:50:44.326Z] Step 3/33 : WORKDIR /edgex-go [2023-04-10T06:50:44.326Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:50:44.326Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:50:44.326Z] ---> ee713fc21d2b [2023-04-10T06:50:44.326Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:50:44.326Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:50:44.326Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:50:44.326Z] ---> ee713fc21d2b [2023-04-10T06:50:44.326Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:50:44.326Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:50:44.326Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:50:44.326Z] ---> ee713fc21d2b [2023-04-10T06:50:44.326Z] Step 3/25 : WORKDIR /edgex-go [2023-04-10T06:50:44.326Z] ---> Running in af31cdf3684a [2023-04-10T06:50:44.326Z] ---> Running in d94a1c86ebbf [2023-04-10T06:50:44.326Z] ---> Running in 3e0dafbd92c5 [2023-04-10T06:50:44.326Z] ---> Running in 714938f29acd [2023-04-10T06:50:44.326Z] ---> Running in 48a94c11a64d [2023-04-10T06:50:44.326Z] Removing intermediate container af31cdf3684a [2023-04-10T06:50:44.326Z] ---> fdc795c10035 [2023-04-10T06:50:44.326Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:50:44.326Z] Removing intermediate container 48a94c11a64d [2023-04-10T06:50:44.326Z] ---> b0be02dd380d [2023-04-10T06:50:44.326Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:50:44.326Z] Removing intermediate container 714938f29acd [2023-04-10T06:50:44.326Z] ---> 7c1fec125ac8 [2023-04-10T06:50:44.326Z] Step 4/25 : WORKDIR /edgex-go [2023-04-10T06:50:44.326Z] Removing intermediate container d94a1c86ebbf [2023-04-10T06:50:44.326Z] ---> 6a8fe374c046 [2023-04-10T06:50:44.326Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-10T06:50:44.326Z] ---> Running in 72d94d57b65a [2023-04-10T06:50:44.326Z] Removing intermediate container 3e0dafbd92c5 [2023-04-10T06:50:44.326Z] ---> fa78a87e0e72 [2023-04-10T06:50:44.326Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-10T06:50:44.326Z] ---> Running in bebf7d7607d4 [2023-04-10T06:50:44.326Z] ---> Running in 29f04c6074df [2023-04-10T06:50:44.326Z] ---> Running in 28e66e750a88 [2023-04-10T06:50:44.326Z] ---> Running in 25597ca637d5 [2023-04-10T06:50:44.326Z] Removing intermediate container 72d94d57b65a [2023-04-10T06:50:44.326Z] ---> 942c01cb5771 [2023-04-10T06:50:44.326Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T06:50:44.326Z] ---> Running in bcd209b97ad2 [2023-04-10T06:50:44.326Z] Removing intermediate container 29f04c6074df [2023-04-10T06:50:44.326Z] ---> 7ace94a83ba3 [2023-04-10T06:50:44.326Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-10T06:50:44.326Z] Removing intermediate container bebf7d7607d4 [2023-04-10T06:50:44.326Z] ---> 50c0206eae63 [2023-04-10T06:50:44.326Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T06:50:44.326Z] ---> Running in 8ccdd16f8461 [2023-04-10T06:50:44.326Z] ---> Running in 40ec79033479 [2023-04-10T06:50:44.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:44.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:45.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:50:45.705Z] OK: 263 MiB in 53 packages [2023-04-10T06:50:45.705Z] OK: 263 MiB in 53 packages [2023-04-10T06:50:46.288Z] OK: 263 MiB in 53 packages [2023-04-10T06:50:46.288Z] OK: 263 MiB in 53 packages [2023-04-10T06:50:46.554Z] OK: 263 MiB in 53 packages [2023-04-10T06:50:47.530Z] Removing intermediate container 28e66e750a88 [2023-04-10T06:50:47.530Z] ---> 4b8770240c81 [2023-04-10T06:50:47.530Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-10T06:50:47.796Z] Removing intermediate container 25597ca637d5 [2023-04-10T06:50:47.796Z] ---> b0f36069102f [2023-04-10T06:50:47.796Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-10T06:50:48.063Z] Removing intermediate container bcd209b97ad2 [2023-04-10T06:50:48.063Z] ---> aab648f2d2e0 [2023-04-10T06:50:48.063Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:50:48.332Z] Removing intermediate container 40ec79033479 [2023-04-10T06:50:48.332Z] ---> dba7388d1279 [2023-04-10T06:50:48.332Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:50:48.332Z] Removing intermediate container 8ccdd16f8461 [2023-04-10T06:50:48.332Z] ---> 31a102f1c365 [2023-04-10T06:50:48.332Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-10T06:50:48.601Z] ---> 0ee74afe1c6a [2023-04-10T06:50:48.601Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:50:48.601Z] ---> Running in 8d271cd17bb5 [2023-04-10T06:50:49.568Z] ---> 06de7fe62e17 [2023-04-10T06:50:49.568Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:50:49.568Z] ---> 9b3ea3a0f501 [2023-04-10T06:50:49.568Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:50:49.568Z] ---> 06793c2d5f6d [2023-04-10T06:50:49.568Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:50:49.568Z] ---> Running in f1a0b4478176 [2023-04-10T06:50:49.568Z] ---> Running in 1602e281d354 [2023-04-10T06:50:49.568Z] ---> 38e3b162c5ac [2023-04-10T06:50:49.837Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:50:49.837Z] ---> Running in 69e4c691a48a [2023-04-10T06:50:49.837Z] ---> Running in aa54bca27bce [2023-04-10T06:52:41.487Z] Removing intermediate container 8d271cd17bb5 [2023-04-10T06:52:41.487Z] ---> ef2e993e326c [2023-04-10T06:52:41.487Z] Step 7/25 : COPY . . [2023-04-10T06:52:41.487Z] Removing intermediate container 69e4c691a48a [2023-04-10T06:52:41.487Z] ---> 6cf11ab0a5cf [2023-04-10T06:52:41.487Z] Step 8/23 : COPY . . [2023-04-10T06:52:41.487Z] Removing intermediate container 1602e281d354 [2023-04-10T06:52:41.487Z] ---> 4c9ae07f7c90 [2023-04-10T06:52:41.487Z] Step 8/23 : COPY . . [2023-04-10T06:52:41.487Z] Removing intermediate container aa54bca27bce [2023-04-10T06:52:41.487Z] ---> c4f75145cf91 [2023-04-10T06:52:41.487Z] Step 8/25 : COPY . . [2023-04-10T06:52:41.487Z] Removing intermediate container f1a0b4478176 [2023-04-10T06:52:41.487Z] ---> 6152b6309c5e [2023-04-10T06:52:41.487Z] Step 7/33 : COPY . . [2023-04-10T06:52:49.690Z] ---> c706900cac73 [2023-04-10T06:52:49.690Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-10T06:52:49.690Z] ---> Running in 89df4cecfdae [2023-04-10T06:52:49.690Z] ---> 580aa12f1c06 [2023-04-10T06:52:49.690Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-10T06:52:49.690Z] ---> 8ee8df87d47d [2023-04-10T06:52:49.690Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-10T06:52:49.690Z] ---> 4b961d3a8db8 [2023-04-10T06:52:49.690Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-10T06:52:49.690Z] ---> 2867c7f0df5e [2023-04-10T06:52:49.690Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-10T06:52:49.690Z] ---> Running in 0ce58e2d5d80 [2023-04-10T06:52:49.958Z] ---> Running in 9ee2d25e0b43 [2023-04-10T06:52:49.958Z] ---> Running in e1d6b93f49a5 [2023-04-10T06:52:50.235Z] ---> Running in 763004990c07 [2023-04-10T06:52:51.641Z] 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-10T06:52:51.911Z] 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-10T06:52:52.492Z] 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-10T06:52:52.763Z] 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-10T06:52:52.763Z] 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-10T06:58:59.681Z] 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-10T06:58:59.681Z] Removing intermediate container 89df4cecfdae [2023-04-10T06:58:59.681Z] ---> 4393eb957b5a [2023-04-10T06:58:59.681Z] [2023-04-10T06:58:59.681Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T06:58:59.681Z] 3.17: Pulling from library/alpine [2023-04-10T06:59:02.256Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T06:59:02.256Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T06:59:02.256Z] ---> 51e60588ff2c [2023-04-10T06:59:02.256Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T06:59:02.533Z] ---> Running in 51c2bb672bab [2023-04-10T06:59:07.033Z] Removing intermediate container 51c2bb672bab [2023-04-10T06:59:07.033Z] ---> df564d9d968b [2023-04-10T06:59:07.033Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:59:07.033Z] ---> Running in f66d1575946b [2023-04-10T06:59:08.519Z] Removing intermediate container 0ce58e2d5d80 [2023-04-10T06:59:08.519Z] ---> 9f572a8c29da [2023-04-10T06:59:08.519Z] [2023-04-10T06:59:08.519Z] Step 9/33 : FROM alpine:3.17 [2023-04-10T06:59:08.519Z] ---> 51e60588ff2c [2023-04-10T06:59:08.519Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T06:59:08.787Z] ---> Running in 30c2117d1247 [2023-04-10T06:59:09.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:09.638Z] Removing intermediate container 30c2117d1247 [2023-04-10T06:59:09.638Z] ---> 7bd48c90c555 [2023-04-10T06:59:09.638Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-10T06:59:09.905Z] ---> Running in 8f5c4d1b52c1 [2023-04-10T06:59:10.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:12.120Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T06:59:12.120Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:59:12.120Z] OK: 8 MiB in 16 packages [2023-04-10T06:59:12.120Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:13.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:14.495Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T06:59:14.495Z] (2/2) Installing su-exec (0.2-r2) [2023-04-10T06:59:14.495Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:59:14.495Z] OK: 8 MiB in 17 packages [2023-04-10T06:59:14.762Z] Removing intermediate container f66d1575946b [2023-04-10T06:59:14.762Z] ---> 6d1e98643cde [2023-04-10T06:59:14.762Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:59:17.351Z] Removing intermediate container 8f5c4d1b52c1 [2023-04-10T06:59:17.351Z] ---> 60227c27fad3 [2023-04-10T06:59:17.351Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-10T06:59:17.351Z] ---> 980ad42470c1 [2023-04-10T06:59:17.351Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:59:17.618Z] ---> Running in 29a2c4eb7562 [2023-04-10T06:59:20.966Z] Removing intermediate container 29a2c4eb7562 [2023-04-10T06:59:20.966Z] ---> bbf7f9054a2d [2023-04-10T06:59:20.966Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-10T06:59:20.966Z] ---> efea20a82e77 [2023-04-10T06:59:20.966Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-10T06:59:20.966Z] ---> Running in 2408da4f2957 [2023-04-10T06:59:21.563Z] Removing intermediate container 2408da4f2957 [2023-04-10T06:59:21.563Z] ---> 65753fd3e743 [2023-04-10T06:59:21.563Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-10T06:59:21.830Z] ---> Running in 773d9ae535db [2023-04-10T06:59:22.104Z] Removing intermediate container e1d6b93f49a5 [2023-04-10T06:59:22.104Z] ---> c50f90ff505c [2023-04-10T06:59:22.104Z] [2023-04-10T06:59:22.104Z] Step 9/25 : FROM alpine:3.17 [2023-04-10T06:59:22.104Z] ---> 51e60588ff2c [2023-04-10T06:59:22.104Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-10T06:59:22.690Z] ---> Running in f56654511b41 [2023-04-10T06:59:22.690Z] Removing intermediate container 773d9ae535db [2023-04-10T06:59:22.690Z] ---> f81327549eec [2023-04-10T06:59:22.690Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-10T06:59:22.959Z] ---> Running in 816c259e04da [2023-04-10T06:59:23.546Z] ---> b1b6743bbc33 [2023-04-10T06:59:23.546Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:59:23.816Z] Removing intermediate container 816c259e04da [2023-04-10T06:59:23.816Z] ---> a1a3085afeb2 [2023-04-10T06:59:23.816Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-10T06:59:24.088Z] ---> Running in 01f588a7cfe7 [2023-04-10T06:59:25.050Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:25.315Z] ---> 923998b52a68 [2023-04-10T06:59:25.315Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-10T06:59:25.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:27.016Z] ---> 8985f10318c7 [2023-04-10T06:59:27.016Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T06:59:27.016Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-10T06:59:27.285Z] ---> Running in 7311a9944612 [2023-04-10T06:59:27.285Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-10T06:59:27.285Z] (3/3) Installing su-exec (0.2-r2) [2023-04-10T06:59:27.285Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:59:27.285Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T06:59:27.869Z] OK: 8 MiB in 18 packages [2023-04-10T06:59:27.869Z] Removing intermediate container 01f588a7cfe7 [2023-04-10T06:59:27.869Z] ---> 5efb207c4962 [2023-04-10T06:59:27.869Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-10T06:59:28.137Z] ---> Running in 26bdfbf74f46 [2023-04-10T06:59:29.102Z] Removing intermediate container 26bdfbf74f46 [2023-04-10T06:59:29.102Z] ---> c01c5c882eb0 [2023-04-10T06:59:29.102Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-10T06:59:29.102Z] Removing intermediate container 9ee2d25e0b43 [2023-04-10T06:59:29.102Z] ---> 9306f699d728 [2023-04-10T06:59:29.102Z] [2023-04-10T06:59:29.102Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T06:59:29.102Z] ---> 51e60588ff2c [2023-04-10T06:59:29.102Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-10T06:59:29.102Z] ---> Using cache [2023-04-10T06:59:29.102Z] ---> df564d9d968b [2023-04-10T06:59:29.102Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:59:29.102Z] ---> Using cache [2023-04-10T06:59:29.102Z] ---> 6d1e98643cde [2023-04-10T06:59:29.102Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:59:29.102Z] ---> Using cache [2023-04-10T06:59:29.370Z] ---> 980ad42470c1 [2023-04-10T06:59:29.370Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:59:29.370Z] ---> Using cache [2023-04-10T06:59:29.370Z] ---> efea20a82e77 [2023-04-10T06:59:29.370Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-10T06:59:30.329Z] Removing intermediate container f56654511b41 [2023-04-10T06:59:30.329Z] ---> b85bfdf0fb32 [2023-04-10T06:59:30.329Z] 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-10T06:59:30.329Z] ---> d7aa7493be7c [2023-04-10T06:59:30.329Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-10T06:59:30.612Z] ---> Running in 1a5fe8b0a5db [2023-04-10T06:59:30.612Z] ---> Running in 26bb33c9b620 [2023-04-10T06:59:30.612Z] Removing intermediate container 7311a9944612 [2023-04-10T06:59:30.612Z] ---> ba18dbf14ad8 [2023-04-10T06:59:30.612Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T06:59:30.881Z] ---> Running in 928259eea2fa [2023-04-10T06:59:34.227Z] Removing intermediate container 1a5fe8b0a5db [2023-04-10T06:59:34.227Z] ---> a48e0bfa89d5 [2023-04-10T06:59:34.227Z] Step 12/25 : WORKDIR / [2023-04-10T06:59:34.822Z] Removing intermediate container 928259eea2fa [2023-04-10T06:59:34.822Z] ---> 05f969606981 [2023-04-10T06:59:34.822Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T06:59:34.822Z] ---> b891d55eaf27 [2023-04-10T06:59:34.822Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:59:34.822Z] ---> Running in 9131f2203dd3 [2023-04-10T06:59:35.089Z] ---> Running in 8051198ace3a [2023-04-10T06:59:35.677Z] Removing intermediate container 9131f2203dd3 [2023-04-10T06:59:35.677Z] ---> a883983c0f94 [2023-04-10T06:59:35.677Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:59:35.950Z] Removing intermediate container 8051198ace3a [2023-04-10T06:59:35.950Z] ---> ba955702a7d4 [2023-04-10T06:59:35.950Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T06:59:35.950Z] ---> Running in ae2c83bd7702 [2023-04-10T06:59:35.950Z] ---> 058c53a81e0c [2023-04-10T06:59:35.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-10T06:59:35.950Z] Removing intermediate container 26bb33c9b620 [2023-04-10T06:59:35.950Z] ---> a79d9098c1a6 [2023-04-10T06:59:35.950Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:59:36.216Z] Removing intermediate container 763004990c07 [2023-04-10T06:59:36.216Z] ---> 5231e4abdb14 [2023-04-10T06:59:36.216Z] [2023-04-10T06:59:36.216Z] Step 10/25 : FROM alpine:3.17 [2023-04-10T06:59:36.216Z] ---> 51e60588ff2c [2023-04-10T06:59:36.216Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-10T06:59:36.511Z] ---> Running in c288dbdfe56c [2023-04-10T06:59:36.511Z] Removing intermediate container ae2c83bd7702 [2023-04-10T06:59:36.511Z] ---> a1055d7253cb [2023-04-10T06:59:36.511Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:59:36.779Z] ---> Running in 1ee9a391eb21 [2023-04-10T06:59:36.779Z] ---> 1c14032cc68a [2023-04-10T06:59:36.779Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:59:37.375Z] ---> e948cd47c8c2 [2023-04-10T06:59:37.375Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T06:59:37.375Z] ---> c6ccfe23018f [2023-04-10T06:59:37.375Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:59:37.375Z] ---> Running in fe8288a69a8a [2023-04-10T06:59:37.643Z] Removing intermediate container 1ee9a391eb21 [2023-04-10T06:59:37.643Z] ---> c546a07558df [2023-04-10T06:59:37.643Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T06:59:37.917Z] ---> Running in 96ab1c73a48e [2023-04-10T06:59:38.185Z] ---> e66821db0715 [2023-04-10T06:59:38.185Z] 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-10T06:59:38.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:38.745Z] Removing intermediate container 96ab1c73a48e [2023-04-10T06:59:38.745Z] ---> 2800673cfa62 [2023-04-10T06:59:38.745Z] [2023-04-10T06:59:38.745Z] ---> 5a89458326c7 [2023-04-10T06:59:38.745Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-10T06:59:39.035Z] Successfully built 2800673cfa62 [2023-04-10T06:59:39.035Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-10T06:59:39.035Z]  Building security-proxy-auth ... done Building support-scheduler [2023-04-10T06:59:39.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T06:59:39.306Z] ---> 7737c774d87f [2023-04-10T06:59:39.306Z] 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-10T06:59:41.259Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T06:59:41.259Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T06:59:41.259Z] OK: 8 MiB in 16 packages [2023-04-10T06:59:41.259Z] ---> 6b7eefeab183 [2023-04-10T06:59:41.259Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:59:41.259Z] Removing intermediate container fe8288a69a8a [2023-04-10T06:59:41.259Z] ---> bb3169717611 [2023-04-10T06:59:41.259Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T06:59:41.541Z] ---> Running in cb562d5a69ac [2023-04-10T06:59:41.810Z] ---> d9706c990428 [2023-04-10T06:59:41.810Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-10T06:59:42.421Z] ---> 445c482b5af7 [2023-04-10T06:59:42.421Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-10T06:59:42.421Z] Removing intermediate container cb562d5a69ac [2023-04-10T06:59:42.421Z] ---> 18602c4d792d [2023-04-10T06:59:42.421Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-10T06:59:42.690Z] ---> Running in efa7a88ab64c [2023-04-10T06:59:42.965Z] ---> b837429d9490 [2023-04-10T06:59:42.965Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-10T06:59:42.965Z] Removing intermediate container c288dbdfe56c [2023-04-10T06:59:42.965Z] ---> 36b601d011c0 [2023-04-10T06:59:42.965Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T06:59:43.236Z] ---> Running in 114c9fe1d3ca [2023-04-10T06:59:43.506Z] Removing intermediate container efa7a88ab64c [2023-04-10T06:59:43.506Z] ---> 39024d34771b [2023-04-10T06:59:43.506Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T06:59:43.506Z] ---> Running in 564807440a5a [2023-04-10T06:59:43.773Z] Removing intermediate container 114c9fe1d3ca [2023-04-10T06:59:43.773Z] ---> ad9210a48e0c [2023-04-10T06:59:43.773Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-10T06:59:44.048Z] ---> Running in 8e814244ebc7 [2023-04-10T06:59:44.048Z] Removing intermediate container 564807440a5a [2023-04-10T06:59:44.048Z] ---> 94ee26d2ddf0 [2023-04-10T06:59:44.048Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:59:44.317Z] ---> 0502d3dd7026 [2023-04-10T06:59:44.317Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-10T06:59:44.317Z] ---> Running in b48db78345b1 [2023-04-10T06:59:44.592Z] ---> c59c170a9132 [2023-04-10T06:59:44.592Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-10T06:59:44.866Z] Removing intermediate container 8e814244ebc7 [2023-04-10T06:59:44.866Z] ---> 57acc6db43d7 [2023-04-10T06:59:44.866Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-10T06:59:44.866Z] Removing intermediate container b48db78345b1 [2023-04-10T06:59:44.866Z] ---> 695514b888e4 [2023-04-10T06:59:44.866Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T06:59:45.134Z] ---> Running in fd0c68bcce34 [2023-04-10T06:59:45.134Z] ---> Running in 2ce3d90cb17e [2023-04-10T06:59:48.478Z] ---> 88e2ee550d65 [2023-04-10T06:59:48.478Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-10T06:59:48.478Z] Removing intermediate container 2ce3d90cb17e [2023-04-10T06:59:48.478Z] ---> 0185ef39dd60 [2023-04-10T06:59:48.478Z] [2023-04-10T06:59:48.478Z] Removing intermediate container fd0c68bcce34 [2023-04-10T06:59:48.478Z] ---> 3f7d87fe51d5 [2023-04-10T06:59:48.478Z] Step 15/25 : WORKDIR / [2023-04-10T06:59:48.478Z] ---> 11454603f162 [2023-04-10T06:59:48.478Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T06:59:48.754Z] ---> Running in 9f7f091f3b29 [2023-04-10T06:59:49.027Z] ---> e7f31649a8f0 [2023-04-10T06:59:49.027Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-10T06:59:49.027Z] Successfully built 0185ef39dd60 [2023-04-10T06:59:49.293Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-10T06:59:49.293Z]  Building core-common-config-bootstrapper ... done Building support-notifications [2023-04-10T06:59:49.293Z] Removing intermediate container 9f7f091f3b29 [2023-04-10T06:59:49.293Z] ---> 6508ce6f5ea6 [2023-04-10T06:59:49.293Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T06:59:49.876Z] ---> a3484e5c731e [2023-04-10T06:59:49.876Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T06:59:49.876Z] ---> Running in ebbdfa418aae [2023-04-10T06:59:49.876Z] ---> db82237d298e [2023-04-10T06:59:49.876Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-10T06:59:50.149Z] ---> Running in 5f76ef85b6be [2023-04-10T06:59:50.736Z] ---> 90151ba87dd2 [2023-04-10T06:59:50.736Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T06:59:52.148Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T06:59:52.148Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T06:59:52.148Z] ---> ee713fc21d2b [2023-04-10T06:59:52.148Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T06:59:52.148Z] ---> Using cache [2023-04-10T06:59:52.148Z] ---> 7c1fec125ac8 [2023-04-10T06:59:52.148Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T06:59:52.148Z] ---> Using cache [2023-04-10T06:59:52.148Z] ---> 7ace94a83ba3 [2023-04-10T06:59:52.148Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T06:59:52.148Z] ---> Using cache [2023-04-10T06:59:52.148Z] ---> 31a102f1c365 [2023-04-10T06:59:52.148Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T06:59:52.148Z] ---> Using cache [2023-04-10T06:59:52.148Z] ---> 38e3b162c5ac [2023-04-10T06:59:52.148Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T06:59:52.148Z] ---> Using cache [2023-04-10T06:59:52.148Z] ---> c4f75145cf91 [2023-04-10T06:59:52.148Z] Step 8/23 : COPY . . [2023-04-10T06:59:52.148Z] ---> Using cache [2023-04-10T06:59:52.148Z] ---> 2867c7f0df5e [2023-04-10T06:59:52.148Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-10T06:59:52.148Z] ---> fcd408c8ddad [2023-04-10T06:59:52.148Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-10T06:59:52.416Z] ---> Running in 01cb2a2b10a0 [2023-04-10T06:59:54.365Z] 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-10T06:59:54.365Z] Removing intermediate container 5f76ef85b6be [2023-04-10T06:59:54.365Z] ---> 711b91dede7a [2023-04-10T06:59:54.365Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-10T06:59:54.633Z] Removing intermediate container ebbdfa418aae [2023-04-10T06:59:54.633Z] ---> a6df498db01d [2023-04-10T06:59:54.633Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T06:59:54.633Z] ---> 27675e8e1a0b [2023-04-10T06:59:54.633Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-10T06:59:54.633Z] ---> Running in 9ea3bdc8d416 [2023-04-10T06:59:54.899Z] ---> Running in 79c7d18a8d8c [2023-04-10T06:59:55.482Z] Removing intermediate container 79c7d18a8d8c [2023-04-10T06:59:55.482Z] ---> 6c904f2edd09 [2023-04-10T06:59:55.482Z] Step 23/25 : LABEL arch=arm64 [2023-04-10T06:59:55.482Z] Removing intermediate container 9ea3bdc8d416 [2023-04-10T06:59:55.482Z] ---> 9eb4174db3f6 [2023-04-10T06:59:55.482Z] Step 30/33 : CMD ["gate"] [2023-04-10T06:59:55.482Z] ---> Running in 4d7771db4480 [2023-04-10T06:59:55.749Z] ---> Running in 62e690264f90 [2023-04-10T06:59:56.020Z] ---> 8fd09098099d [2023-04-10T06:59:56.020Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-10T06:59:56.603Z] Removing intermediate container 4d7771db4480 [2023-04-10T06:59:56.603Z] ---> c05e514841d5 [2023-04-10T06:59:56.603Z] Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:59:56.603Z] Removing intermediate container 62e690264f90 [2023-04-10T06:59:56.603Z] ---> 5df81e24cb3b [2023-04-10T06:59:56.603Z] Step 31/33 : LABEL arch=arm64 [2023-04-10T06:59:56.869Z] ---> Running in c639b2aa3a63 [2023-04-10T06:59:56.869Z] ---> Running in 6eb04021a4e4 [2023-04-10T06:59:57.141Z] ---> cb47a86a6af4 [2023-04-10T06:59:57.141Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-10T06:59:57.413Z] ---> Running in ad443e5008c6 [2023-04-10T06:59:58.004Z] Removing intermediate container c639b2aa3a63 [2023-04-10T06:59:58.004Z] ---> 369591c39bd0 [2023-04-10T06:59:58.004Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T06:59:58.004Z] ---> Running in ca2e37251f52 [2023-04-10T06:59:58.274Z] Removing intermediate container 6eb04021a4e4 [2023-04-10T06:59:58.274Z] ---> 2ba5fc02021a [2023-04-10T06:59:58.274Z] Step 32/33 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T06:59:58.274Z] Removing intermediate container ad443e5008c6 [2023-04-10T06:59:58.274Z] ---> 300e9bf855ba [2023-04-10T06:59:58.274Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T06:59:58.274Z] ---> Running in 7997850907db [2023-04-10T06:59:58.545Z] ---> Running in 9d1e6caa9782 [2023-04-10T06:59:58.812Z] Removing intermediate container ca2e37251f52 [2023-04-10T06:59:58.812Z] ---> 7f2ccd6d3578 [2023-04-10T06:59:58.812Z] [2023-04-10T06:59:59.083Z] Removing intermediate container 7997850907db [2023-04-10T06:59:59.083Z] ---> 4e3035906bed [2023-04-10T06:59:59.083Z] Step 33/33 : LABEL version=0.0.0 [2023-04-10T06:59:59.363Z] ---> Running in 4c8e540b2d7b [2023-04-10T06:59:59.363Z] Removing intermediate container 9d1e6caa9782 [2023-04-10T06:59:59.363Z] ---> 2599206d510b [2023-04-10T06:59:59.363Z] Step 23/25 : LABEL arch=arm64 [2023-04-10T06:59:59.630Z] ---> Running in 030ba745510d [2023-04-10T06:59:59.906Z] Successfully built 7f2ccd6d3578 [2023-04-10T06:59:59.906Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-10T06:59:59.906Z]  Building security-secretstore-setup ... done Building core-data [2023-04-10T06:59:59.906Z] Removing intermediate container 4c8e540b2d7b [2023-04-10T06:59:59.906Z] ---> ded70e4f0c82 [2023-04-10T06:59:59.906Z] [2023-04-10T07:00:00.184Z] Removing intermediate container 030ba745510d [2023-04-10T07:00:00.184Z] ---> 146e986191f1 [2023-04-10T07:00:00.184Z] Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:00:00.453Z] Successfully built ded70e4f0c82 [2023-04-10T07:00:00.453Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-10T07:00:00.453Z]  Building security-bootstrapper ... done Building security-spiffe-token-provider [2023-04-10T07:00:00.453Z] ---> Running in b13d406398b3 [2023-04-10T07:00:01.035Z] Removing intermediate container b13d406398b3 [2023-04-10T07:00:01.035Z] ---> 0a203df436a9 [2023-04-10T07:00:01.035Z] Step 25/25 : LABEL version=0.0.0 [2023-04-10T07:00:01.035Z] ---> Running in 9dcc89051ca8 [2023-04-10T07:00:01.302Z] Removing intermediate container 9dcc89051ca8 [2023-04-10T07:00:01.302Z] ---> 60b63c19e823 [2023-04-10T07:00:01.302Z] [2023-04-10T07:00:01.570Z] Successfully built 60b63c19e823 [2023-04-10T07:00:01.840Z] Successfully tagged core-metadata-arm64:latest [2023-04-10T07:00:01.840Z] Building security-proxy-setup [2023-04-10T07:00:16.831Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:00:16.831Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:00:16.831Z] ---> ee713fc21d2b [2023-04-10T07:00:16.831Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T07:00:16.831Z] ---> Using cache [2023-04-10T07:00:16.831Z] ---> 7c1fec125ac8 [2023-04-10T07:00:16.831Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T07:00:16.831Z] ---> Using cache [2023-04-10T07:00:16.831Z] ---> 7ace94a83ba3 [2023-04-10T07:00:16.831Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-10T07:00:17.414Z] ---> Running in 93adc737ab85 [2023-04-10T07:00:19.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:00:20.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:00:21.728Z] OK: 263 MiB in 53 packages [2023-04-10T07:00:23.688Z] Removing intermediate container 93adc737ab85 [2023-04-10T07:00:23.688Z] ---> 10baee4dfd89 [2023-04-10T07:00:23.688Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T07:00:27.027Z] ---> 046d09636c3d [2023-04-10T07:00:27.027Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:00:27.027Z] ---> Running in a813fc839a34 [2023-04-10T07:00:35.233Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:00:35.233Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:00:35.233Z] ---> ee713fc21d2b [2023-04-10T07:00:35.233Z] Step 3/20 : WORKDIR /edgex-go [2023-04-10T07:00:35.233Z] ---> Using cache [2023-04-10T07:00:35.233Z] ---> fa78a87e0e72 [2023-04-10T07:00:35.233Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-10T07:00:35.233Z] ---> Running in 25d090da84d4 [2023-04-10T07:00:35.233Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:00:35.233Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:00:35.233Z] ---> ee713fc21d2b [2023-04-10T07:00:35.233Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-10T07:00:35.233Z] ---> Using cache [2023-04-10T07:00:35.233Z] ---> 7c1fec125ac8 [2023-04-10T07:00:35.233Z] Step 4/23 : WORKDIR /edgex-go [2023-04-10T07:00:35.233Z] ---> Using cache [2023-04-10T07:00:35.233Z] ---> 7ace94a83ba3 [2023-04-10T07:00:35.233Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-10T07:00:35.233Z] ---> Using cache [2023-04-10T07:00:35.233Z] ---> 31a102f1c365 [2023-04-10T07:00:35.233Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-10T07:00:35.501Z] ---> Using cache [2023-04-10T07:00:35.501Z] ---> 38e3b162c5ac [2023-04-10T07:00:35.501Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:00:35.501Z] ---> Using cache [2023-04-10T07:00:35.501Z] ---> c4f75145cf91 [2023-04-10T07:00:35.501Z] Step 8/23 : COPY . . [2023-04-10T07:00:35.768Z] ---> Using cache [2023-04-10T07:00:35.768Z] ---> 2867c7f0df5e [2023-04-10T07:00:35.768Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-10T07:00:35.768Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:00:35.768Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:00:35.768Z] ---> ee713fc21d2b [2023-04-10T07:00:35.768Z] Step 3/22 : WORKDIR /edgex-go [2023-04-10T07:00:35.768Z] ---> Using cache [2023-04-10T07:00:35.768Z] ---> fa78a87e0e72 [2023-04-10T07:00:35.768Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-10T07:00:35.768Z] ---> Using cache [2023-04-10T07:00:35.768Z] ---> 4b8770240c81 [2023-04-10T07:00:35.768Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-10T07:00:35.768Z] ---> Using cache [2023-04-10T07:00:35.768Z] ---> 0ee74afe1c6a [2023-04-10T07:00:35.768Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:00:35.768Z] ---> Using cache [2023-04-10T07:00:35.768Z] ---> ef2e993e326c [2023-04-10T07:00:35.768Z] Step 7/22 : COPY . . [2023-04-10T07:00:36.037Z] ---> Running in cff452ddc46d [2023-04-10T07:00:36.037Z] ---> Using cache [2023-04-10T07:00:36.037Z] ---> 4b961d3a8db8 [2023-04-10T07:00:36.037Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-10T07:00:36.306Z] ---> Running in 7b0253ada851 [2023-04-10T07:00:37.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:00:38.296Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:00:38.566Z] 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-10T07:00:38.833Z] 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-10T07:00:40.238Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T07:00:40.238Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T07:00:40.238Z] OK: 17694 distinct packages available [2023-04-10T07:00:40.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:00:41.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:00:42.606Z] OK: 263 MiB in 53 packages [2023-04-10T07:00:44.552Z] Removing intermediate container 25d090da84d4 [2023-04-10T07:00:44.552Z] ---> f91ba26888e8 [2023-04-10T07:00:44.552Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-10T07:00:45.147Z] ---> a850b551ea39 [2023-04-10T07:00:45.147Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:00:45.418Z] ---> Running in 330d2de9fa42 [2023-04-10T07:02:22.050Z] Removing intermediate container a813fc839a34 [2023-04-10T07:02:22.050Z] ---> 704d0057a9ef [2023-04-10T07:02:22.050Z] Step 8/23 : COPY . . [2023-04-10T07:02:30.238Z] ---> 87545194b0c8 [2023-04-10T07:02:30.238Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-10T07:02:30.238Z] ---> Running in 1e10299173af [2023-04-10T07:02:31.638Z] 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-10T07:02:32.748Z] Removing intermediate container 330d2de9fa42 [2023-04-10T07:02:32.748Z] ---> 00cb2f82accc [2023-04-10T07:02:32.748Z] Step 7/20 : COPY . . [2023-04-10T07:02:45.158Z] ---> 42a614922581 [2023-04-10T07:02:45.158Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-10T07:02:45.423Z] ---> Running in 261549db0357 [2023-04-10T07:02:47.359Z] 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-10T07:07:09.151Z] Removing intermediate container 7b0253ada851 [2023-04-10T07:07:09.151Z] ---> 0c23a75e43d8 [2023-04-10T07:07:09.151Z] [2023-04-10T07:07:09.151Z] Step 9/22 : FROM alpine:3.17 [2023-04-10T07:07:09.151Z] ---> 51e60588ff2c [2023-04-10T07:07:09.151Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-10T07:07:09.151Z] ---> Running in 701a9f389017 [2023-04-10T07:07:09.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:07:09.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:07:09.151Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-10T07:07:09.151Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-10T07:07:09.151Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T07:07:09.151Z] OK: 8 MiB in 17 packages [2023-04-10T07:07:09.151Z] Removing intermediate container 701a9f389017 [2023-04-10T07:07:09.151Z] ---> 5217def9ebef [2023-04-10T07:07:09.151Z] 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-10T07:07:09.151Z] ---> Running in 698137843eaf [2023-04-10T07:07:09.151Z] Removing intermediate container 698137843eaf [2023-04-10T07:07:09.151Z] ---> caf618e35087 [2023-04-10T07:07:09.151Z] Step 12/22 : WORKDIR /edgex [2023-04-10T07:07:09.151Z] ---> Running in 5b7701e9e08e [2023-04-10T07:07:09.151Z] Removing intermediate container 5b7701e9e08e [2023-04-10T07:07:09.151Z] ---> f4124f9057de [2023-04-10T07:07:09.151Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:07:09.151Z] ---> ab34639e1b85 [2023-04-10T07:07:09.151Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:07:09.151Z] ---> 68636d3b6fe2 [2023-04-10T07:07:09.151Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-10T07:07:09.151Z] ---> 6d2c10c78255 [2023-04-10T07:07:09.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-10T07:07:09.151Z] ---> dac19cf7eaf6 [2023-04-10T07:07:09.151Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-10T07:07:09.151Z] ---> 1b4120410534 [2023-04-10T07:07:09.151Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-10T07:07:09.151Z] ---> Running in 9a36ca86d25f [2023-04-10T07:07:11.724Z] Removing intermediate container 9a36ca86d25f [2023-04-10T07:07:11.724Z] ---> fd613c1298ed [2023-04-10T07:07:11.724Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-10T07:07:11.724Z] ---> Running in f79a7e6681d1 [2023-04-10T07:07:12.308Z] Removing intermediate container f79a7e6681d1 [2023-04-10T07:07:12.308Z] ---> 7827fcbde68a [2023-04-10T07:07:12.308Z] Step 20/22 : LABEL arch=arm64 [2023-04-10T07:07:12.308Z] ---> Running in da22636e33b8 [2023-04-10T07:07:13.266Z] Removing intermediate container da22636e33b8 [2023-04-10T07:07:13.266Z] ---> ccfe483172a2 [2023-04-10T07:07:13.266Z] Step 21/22 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:07:13.266Z] ---> Running in 1f76267d9802 [2023-04-10T07:07:13.848Z] Removing intermediate container 1f76267d9802 [2023-04-10T07:07:13.848Z] ---> 11ad2f404efa [2023-04-10T07:07:13.848Z] Step 22/22 : LABEL version=0.0.0 [2023-04-10T07:07:13.848Z] ---> Running in b2411e074989 [2023-04-10T07:07:14.437Z] Removing intermediate container b2411e074989 [2023-04-10T07:07:14.437Z] ---> e7834ea8b827 [2023-04-10T07:07:14.437Z] [2023-04-10T07:07:14.702Z] Successfully built e7834ea8b827 [2023-04-10T07:07:14.702Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-10T07:07:14.702Z] Building security-spire-config [2023-04-10T07:07:32.888Z]  Building security-proxy-setup ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:07:32.888Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:07:32.888Z] ---> ee713fc21d2b [2023-04-10T07:07:32.888Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T07:07:32.888Z] ---> Using cache [2023-04-10T07:07:32.888Z] ---> fa78a87e0e72 [2023-04-10T07:07:32.888Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T07:07:32.888Z] ---> Running in ead6d7dbf2ff [2023-04-10T07:07:34.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:07:35.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:07:36.799Z] OK: 263 MiB in 53 packages [2023-04-10T07:07:38.236Z] Removing intermediate container ead6d7dbf2ff [2023-04-10T07:07:38.236Z] ---> 313eb723945d [2023-04-10T07:07:38.236Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T07:07:38.816Z] ---> 26e2671ff987 [2023-04-10T07:07:38.816Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:07:39.082Z] ---> Running in 282bca071a01 [2023-04-10T07:07:57.275Z] Removing intermediate container cff452ddc46d [2023-04-10T07:07:57.275Z] ---> f3636153cc67 [2023-04-10T07:07:57.275Z] [2023-04-10T07:07:57.275Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T07:07:57.275Z] ---> 51e60588ff2c [2023-04-10T07:07:57.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T07:07:57.275Z] ---> Running in 77e5f6fa0ed6 [2023-04-10T07:07:57.275Z] Removing intermediate container 77e5f6fa0ed6 [2023-04-10T07:07:57.275Z] ---> 3857dfaf8152 [2023-04-10T07:07:57.275Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-10T07:07:57.275Z] ---> Running in 8a171b80d4c7 [2023-04-10T07:07:57.275Z] Removing intermediate container 8a171b80d4c7 [2023-04-10T07:07:57.275Z] ---> 76a20b6222b1 [2023-04-10T07:07:57.275Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-10T07:07:57.275Z] ---> Running in dd309816c238 [2023-04-10T07:07:57.275Z] Removing intermediate container dd309816c238 [2023-04-10T07:07:57.275Z] ---> 50d3b979b39b [2023-04-10T07:07:57.275Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T07:07:57.275Z] ---> Running in f49ac3530e56 [2023-04-10T07:07:58.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:07:58.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:08:00.218Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T07:08:00.218Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T07:08:00.484Z] OK: 8 MiB in 16 packages [2023-04-10T07:08:02.428Z] Removing intermediate container f49ac3530e56 [2023-04-10T07:08:02.428Z] ---> 766ae80a97af [2023-04-10T07:08:02.428Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:08:03.012Z] ---> 1567e2364857 [2023-04-10T07:08:03.012Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:08:04.422Z] ---> b96b656ac30d [2023-04-10T07:08:04.422Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-10T07:08:05.835Z] ---> dd6f9a1b5409 [2023-04-10T07:08:05.835Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-10T07:08:07.248Z] ---> 1e8af76a309c [2023-04-10T07:08:07.248Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-10T07:08:07.248Z] ---> Running in 003c93baf77b [2023-04-10T07:08:07.833Z] Removing intermediate container 003c93baf77b [2023-04-10T07:08:07.833Z] ---> 0a66c4e77100 [2023-04-10T07:08:07.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T07:08:07.833Z] ---> Running in 39acc15b170b [2023-04-10T07:08:08.419Z] Removing intermediate container 39acc15b170b [2023-04-10T07:08:08.419Z] ---> a2911f54d148 [2023-04-10T07:08:08.419Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T07:08:08.419Z] ---> Running in abbbd6cba826 [2023-04-10T07:08:09.010Z] Removing intermediate container abbbd6cba826 [2023-04-10T07:08:09.010Z] ---> dbf69e4038a8 [2023-04-10T07:08:09.010Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:08:09.010Z] ---> Running in 4b131f2c1352 [2023-04-10T07:08:09.596Z] Removing intermediate container 4b131f2c1352 [2023-04-10T07:08:09.596Z] ---> 93aa210dbde8 [2023-04-10T07:08:09.596Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T07:08:09.864Z] ---> Running in 90e31a720368 [2023-04-10T07:08:10.449Z] Removing intermediate container 90e31a720368 [2023-04-10T07:08:10.449Z] ---> e190d3680d6e [2023-04-10T07:08:10.449Z] [2023-04-10T07:08:10.715Z] Successfully built e190d3680d6e [2023-04-10T07:08:10.715Z] Successfully tagged core-data-arm64:latest [2023-04-10T07:08:10.715Z] Building security-spire-server [2023-04-10T07:08:28.896Z]  Building core-data ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:08:28.896Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:08:28.896Z] ---> ee713fc21d2b [2023-04-10T07:08:28.896Z] Step 3/26 : WORKDIR /edgex-go [2023-04-10T07:08:28.896Z] ---> Using cache [2023-04-10T07:08:28.896Z] ---> fa78a87e0e72 [2023-04-10T07:08:28.896Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T07:08:28.896Z] ---> Using cache [2023-04-10T07:08:28.896Z] ---> 313eb723945d [2023-04-10T07:08:28.896Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-10T07:08:28.896Z] ---> Using cache [2023-04-10T07:08:28.896Z] ---> 26e2671ff987 [2023-04-10T07:08:28.896Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:08:28.896Z] ---> Running in a1a92a6e6050 [2023-04-10T07:09:25.273Z] Removing intermediate container 01cb2a2b10a0 [2023-04-10T07:09:25.273Z] ---> d836ea25965d [2023-04-10T07:09:25.273Z] [2023-04-10T07:09:25.273Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T07:09:25.273Z] ---> 51e60588ff2c [2023-04-10T07:09:25.273Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-10T07:09:25.273Z] ---> Using cache [2023-04-10T07:09:25.273Z] ---> 36b601d011c0 [2023-04-10T07:09:25.273Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T07:09:25.273Z] ---> Using cache [2023-04-10T07:09:25.273Z] ---> ad9210a48e0c [2023-04-10T07:09:25.273Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-10T07:09:25.273Z] ---> Running in d45bbf14459a [2023-04-10T07:09:25.273Z] Removing intermediate container 282bca071a01 [2023-04-10T07:09:25.273Z] ---> 9c61481dd2f8 [2023-04-10T07:09:25.273Z] Step 7/27 : COPY . . [2023-04-10T07:09:25.273Z] Removing intermediate container d45bbf14459a [2023-04-10T07:09:25.273Z] ---> 6cbac906606b [2023-04-10T07:09:25.273Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T07:09:25.273Z] ---> Running in c2f560beac28 [2023-04-10T07:09:25.273Z] Removing intermediate container c2f560beac28 [2023-04-10T07:09:25.273Z] ---> d87afbfe4d7e [2023-04-10T07:09:25.273Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:09:25.273Z] ---> 4a8bf2708e65 [2023-04-10T07:09:25.273Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:09:25.273Z] ---> f0d9833f5fdc [2023-04-10T07:09:25.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-10T07:09:28.624Z] ---> 5529e2d5b5fb [2023-04-10T07:09:28.624Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-10T07:09:30.565Z] ---> e31006b25a19 [2023-04-10T07:09:30.565Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-10T07:09:30.565Z] ---> Running in fcc75a174c00 [2023-04-10T07:09:33.929Z] Removing intermediate container fcc75a174c00 [2023-04-10T07:09:33.929Z] ---> 746cfc86ea1c [2023-04-10T07:09:33.929Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T07:09:33.929Z] ---> Running in 0bf671c71822 [2023-04-10T07:09:34.899Z] Removing intermediate container 0bf671c71822 [2023-04-10T07:09:34.899Z] ---> 3544feb425b7 [2023-04-10T07:09:34.899Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T07:09:35.166Z] ---> Running in d5c0923e1ce9 [2023-04-10T07:09:36.121Z] Removing intermediate container d5c0923e1ce9 [2023-04-10T07:09:36.121Z] ---> b533da8228cb [2023-04-10T07:09:36.121Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:09:36.386Z] ---> Running in 95e338ffab3a [2023-04-10T07:09:37.340Z] Removing intermediate container 95e338ffab3a [2023-04-10T07:09:37.340Z] ---> 489518608039 [2023-04-10T07:09:37.340Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T07:09:37.607Z] ---> Running in 2ab51bf129c6 [2023-04-10T07:09:38.568Z] Removing intermediate container 2ab51bf129c6 [2023-04-10T07:09:38.568Z] ---> 7e64b5c5d0a9 [2023-04-10T07:09:38.568Z] [2023-04-10T07:09:39.149Z] Successfully built 7e64b5c5d0a9 [2023-04-10T07:09:39.149Z] Successfully tagged support-scheduler-arm64:latest [2023-04-10T07:09:39.149Z]  Building support-scheduler ... done Building security-spire-agent [2023-04-10T07:09:39.149Z] ---> 49d24d669f7e [2023-04-10T07:09:39.149Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T07:09:39.416Z] ---> Running in 180b6a34ed27 [2023-04-10T07:09:40.379Z] Removing intermediate container 180b6a34ed27 [2023-04-10T07:09:40.379Z] ---> c96a9e2a8f02 [2023-04-10T07:09:40.379Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T07:09:40.646Z] ---> Running in c92985f8ca73 [2023-04-10T07:09:42.077Z] Removing intermediate container c92985f8ca73 [2023-04-10T07:09:42.077Z] ---> 957773be11e4 [2023-04-10T07:09:42.077Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T07:09:42.344Z] ---> Running in c27d2ec6ad94 [2023-04-10T07:09:43.308Z] Removing intermediate container c27d2ec6ad94 [2023-04-10T07:09:43.308Z] ---> 33ae2416bf6f [2023-04-10T07:09:43.308Z] 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-10T07:09:43.891Z] ---> Running in 60c15f59d2c6 [2023-04-10T07:09:48.171Z] Removing intermediate container 60c15f59d2c6 [2023-04-10T07:09:48.171Z] ---> 3b3bc0b880e4 [2023-04-10T07:09:48.171Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T07:09:48.440Z] ---> Running in f7cb2e79671e [2023-04-10T07:09:49.034Z] Removing intermediate container f7cb2e79671e [2023-04-10T07:09:49.034Z] ---> 4da359754bc3 [2023-04-10T07:09:49.034Z] [2023-04-10T07:09:49.034Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T07:09:49.034Z] ---> 51e60588ff2c [2023-04-10T07:09:49.034Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T07:09:49.302Z] ---> Running in 13c6bb768bc9 [2023-04-10T07:09:50.265Z] Removing intermediate container 13c6bb768bc9 [2023-04-10T07:09:50.265Z] ---> 950a22570a28 [2023-04-10T07:09:50.265Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-10T07:09:50.537Z] ---> Running in 3c393c7afce4 [2023-04-10T07:09:53.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:09:53.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:09:55.126Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T07:09:55.126Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T07:09:55.126Z] OK: 17689 distinct packages available [2023-04-10T07:09:55.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:09:56.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:09:57.779Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-10T07:09:57.779Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-10T07:09:57.779Z] (3/4) Installing libucontext (1.2-r0) [2023-04-10T07:09:57.779Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-10T07:09:57.779Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T07:09:57.779Z] OK: 8 MiB in 19 packages [2023-04-10T07:10:00.368Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:10:00.368Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:10:00.368Z] ---> ee713fc21d2b [2023-04-10T07:10:00.368Z] Step 3/27 : WORKDIR /edgex-go [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> fa78a87e0e72 [2023-04-10T07:10:00.368Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 313eb723945d [2023-04-10T07:10:00.368Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 26e2671ff987 [2023-04-10T07:10:00.368Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 9c61481dd2f8 [2023-04-10T07:10:00.368Z] Step 7/27 : COPY . . [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 49d24d669f7e [2023-04-10T07:10:00.368Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> c96a9e2a8f02 [2023-04-10T07:10:00.368Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 957773be11e4 [2023-04-10T07:10:00.368Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 33ae2416bf6f [2023-04-10T07:10:00.368Z] 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-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 3b3bc0b880e4 [2023-04-10T07:10:00.368Z] Step 12/27 : WORKDIR /edgex-go [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 4da359754bc3 [2023-04-10T07:10:00.368Z] [2023-04-10T07:10:00.368Z] Step 13/27 : FROM alpine:3.17 [2023-04-10T07:10:00.368Z] ---> 51e60588ff2c [2023-04-10T07:10:00.368Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T07:10:00.368Z] ---> Using cache [2023-04-10T07:10:00.368Z] ---> 950a22570a28 [2023-04-10T07:10:00.368Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T07:10:00.637Z] ---> Running in 8e491bfa9118 [2023-04-10T07:10:01.223Z] Removing intermediate container 3c393c7afce4 [2023-04-10T07:10:01.223Z] ---> ad024eaddb11 [2023-04-10T07:10:01.223Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:10:03.178Z] ---> 1e21af5a0950 [2023-04-10T07:10:03.178Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:10:03.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:10:04.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:10:04.422Z] ---> 8c1f0ee37d19 [2023-04-10T07:10:04.422Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T07:10:05.842Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T07:10:05.842Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T07:10:05.842Z] OK: 17689 distinct packages available [2023-04-10T07:10:06.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:10:06.706Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:10:08.133Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-10T07:10:08.133Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-10T07:10:08.133Z] (3/5) Installing libucontext (1.2-r0) [2023-04-10T07:10:08.133Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-10T07:10:08.133Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-10T07:10:08.133Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T07:10:08.133Z] OK: 9 MiB in 20 packages [2023-04-10T07:10:12.409Z] Removing intermediate container 8e491bfa9118 [2023-04-10T07:10:12.409Z] ---> 584a372bf72d [2023-04-10T07:10:12.409Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:10:14.387Z] ---> 3e46776938a4 [2023-04-10T07:10:14.387Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:10:15.803Z] ---> e0fa36d53914 [2023-04-10T07:10:15.803Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-10T07:10:16.073Z] ---> e6c1358545df [2023-04-10T07:10:16.073Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T07:10:18.036Z] ---> 3313740f8b3a [2023-04-10T07:10:18.036Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-10T07:10:18.308Z] ---> Running in 7793a907597b [2023-04-10T07:10:19.445Z] Removing intermediate container 7793a907597b [2023-04-10T07:10:19.445Z] ---> ff6db21e371f [2023-04-10T07:10:19.445Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-10T07:10:22.220Z] ---> c5216abbad76 [2023-04-10T07:10:22.220Z] Step 22/27 : WORKDIR / [2023-04-10T07:10:22.220Z] ---> Running in 70d07e3b63a5 [2023-04-10T07:10:23.277Z] Removing intermediate container 70d07e3b63a5 [2023-04-10T07:10:23.277Z] ---> a4dec650360a [2023-04-10T07:10:23.277Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T07:10:23.557Z] ---> Running in 20164c1ceccb [2023-04-10T07:10:23.557Z] ---> bd66aca2f56c [2023-04-10T07:10:23.557Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T07:10:24.528Z] Removing intermediate container 20164c1ceccb [2023-04-10T07:10:24.528Z] ---> 17c8a3889a58 [2023-04-10T07:10:24.528Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T07:10:24.809Z] ---> Running in 0554133eeaf2 [2023-04-10T07:10:25.394Z] Removing intermediate container 0554133eeaf2 [2023-04-10T07:10:25.394Z] ---> 57c7ff47dab8 [2023-04-10T07:10:25.394Z] Step 25/27 : LABEL arch=arm64 [2023-04-10T07:10:25.981Z] ---> Running in 1b97e3cba72c [2023-04-10T07:10:26.578Z] Removing intermediate container 1b97e3cba72c [2023-04-10T07:10:26.578Z] ---> 22397327cf47 [2023-04-10T07:10:26.578Z] Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:10:26.847Z] ---> Running in 623c81dea982 [2023-04-10T07:10:27.813Z] Removing intermediate container 623c81dea982 [2023-04-10T07:10:27.813Z] ---> 35d2fd2ac031 [2023-04-10T07:10:27.813Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T07:10:27.813Z] ---> Running in 614376b34652 [2023-04-10T07:10:28.782Z] Removing intermediate container 614376b34652 [2023-04-10T07:10:28.782Z] ---> 7fb8d2fec541 [2023-04-10T07:10:28.782Z] [2023-04-10T07:10:29.368Z] Successfully built 7fb8d2fec541 [2023-04-10T07:10:29.368Z] Successfully tagged security-spire-config-arm64:latest [2023-04-10T07:10:29.368Z]  Building security-spire-config ... done Building core-command [2023-04-10T07:10:31.958Z] ---> c865f88ee9e6 [2023-04-10T07:10:31.958Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T07:10:32.230Z] Removing intermediate container a1a92a6e6050 [2023-04-10T07:10:32.230Z] ---> 9f35349e63d2 [2023-04-10T07:10:32.230Z] Step 7/26 : COPY . . [2023-04-10T07:10:33.202Z] ---> d3121d18f205 [2023-04-10T07:10:33.202Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-10T07:10:34.617Z] ---> dd117ec2e1fa [2023-04-10T07:10:34.617Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-10T07:10:37.982Z] ---> 29ffd3eecaae [2023-04-10T07:10:37.982Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T07:10:37.982Z] ---> Running in 5a19b7e485c8 [2023-04-10T07:10:38.569Z] Removing intermediate container 5a19b7e485c8 [2023-04-10T07:10:38.569Z] ---> b851c841d983 [2023-04-10T07:10:38.569Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T07:10:38.846Z] ---> Running in c6bb9143e045 [2023-04-10T07:10:39.813Z] Removing intermediate container c6bb9143e045 [2023-04-10T07:10:39.813Z] ---> e61c5a821ff3 [2023-04-10T07:10:39.813Z] Step 25/27 : LABEL arch=arm64 [2023-04-10T07:10:39.813Z] ---> Running in 41a451468144 [2023-04-10T07:10:40.782Z] Removing intermediate container 41a451468144 [2023-04-10T07:10:40.782Z] ---> 9e49a2a39f73 [2023-04-10T07:10:40.782Z] Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:10:41.054Z] ---> Running in 3bd9a6a8f884 [2023-04-10T07:10:42.024Z] Removing intermediate container 3bd9a6a8f884 [2023-04-10T07:10:42.024Z] ---> ef96a4c11824 [2023-04-10T07:10:42.024Z] Step 27/27 : LABEL version=0.0.0 [2023-04-10T07:10:42.024Z] ---> Running in ce72eaa7aed3 [2023-04-10T07:10:42.991Z] Removing intermediate container ce72eaa7aed3 [2023-04-10T07:10:42.991Z] ---> a41cf85b0913 [2023-04-10T07:10:42.991Z] [2023-04-10T07:10:43.260Z] Successfully built a41cf85b0913 [2023-04-10T07:10:43.529Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-10T07:10:46.882Z]  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-10T07:10:46.882Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-10T07:10:46.882Z] ---> ee713fc21d2b [2023-04-10T07:10:46.882Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-10T07:10:46.882Z] ---> Using cache [2023-04-10T07:10:46.882Z] ---> 7c1fec125ac8 [2023-04-10T07:10:46.882Z] Step 4/24 : WORKDIR /edgex-go [2023-04-10T07:10:46.882Z] ---> Using cache [2023-04-10T07:10:46.882Z] ---> 7ace94a83ba3 [2023-04-10T07:10:46.882Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-10T07:10:46.882Z] ---> Using cache [2023-04-10T07:10:46.882Z] ---> 31a102f1c365 [2023-04-10T07:10:46.882Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-10T07:10:46.882Z] ---> Using cache [2023-04-10T07:10:46.882Z] ---> 38e3b162c5ac [2023-04-10T07:10:46.882Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T07:10:46.882Z] ---> Using cache [2023-04-10T07:10:46.882Z] ---> c4f75145cf91 [2023-04-10T07:10:46.882Z] Step 8/24 : COPY . . [2023-04-10T07:10:46.882Z] ---> Using cache [2023-04-10T07:10:46.882Z] ---> 2867c7f0df5e [2023-04-10T07:10:46.882Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-10T07:10:47.156Z] ---> Running in 4a9c9bff12c6 [2023-04-10T07:10:49.118Z] 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-10T07:10:52.488Z] ---> fcb578e1b920 [2023-04-10T07:10:52.488Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-10T07:10:52.488Z] ---> Running in c03eb1d49168 [2023-04-10T07:10:53.076Z] Removing intermediate container c03eb1d49168 [2023-04-10T07:10:53.076Z] ---> 5136228393f4 [2023-04-10T07:10:53.076Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-10T07:10:53.347Z] ---> Running in 88e1e977e2d4 [2023-04-10T07:10:54.324Z] Removing intermediate container 88e1e977e2d4 [2023-04-10T07:10:54.324Z] ---> 3cee80474458 [2023-04-10T07:10:54.324Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-10T07:10:54.591Z] ---> Running in eca4a164be71 [2023-04-10T07:10:55.178Z] Removing intermediate container eca4a164be71 [2023-04-10T07:10:55.178Z] ---> 5d7e50c347fa [2023-04-10T07:10:55.178Z] 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-10T07:10:55.454Z] ---> Running in 42a9e115c439 [2023-04-10T07:10:59.746Z] Removing intermediate container 42a9e115c439 [2023-04-10T07:10:59.746Z] ---> 7eaea8f95f6f [2023-04-10T07:10:59.746Z] Step 12/26 : WORKDIR /edgex-go [2023-04-10T07:10:59.746Z] ---> Running in b67fc2d54f14 [2023-04-10T07:11:00.711Z] Removing intermediate container b67fc2d54f14 [2023-04-10T07:11:00.711Z] ---> 6c539aa869d6 [2023-04-10T07:11:00.711Z] [2023-04-10T07:11:00.711Z] Step 13/26 : FROM alpine:3.17 [2023-04-10T07:11:00.711Z] ---> 51e60588ff2c [2023-04-10T07:11:00.711Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-10T07:11:00.711Z] ---> Using cache [2023-04-10T07:11:00.711Z] ---> 950a22570a28 [2023-04-10T07:11:00.711Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-10T07:11:00.711Z] ---> Using cache [2023-04-10T07:11:00.711Z] ---> 584a372bf72d [2023-04-10T07:11:00.711Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:11:00.711Z] ---> Using cache [2023-04-10T07:11:00.982Z] ---> 3e46776938a4 [2023-04-10T07:11:00.982Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:11:00.982Z] ---> Using cache [2023-04-10T07:11:00.982Z] ---> e0fa36d53914 [2023-04-10T07:11:00.982Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-10T07:11:06.342Z] Removing intermediate container 261549db0357 [2023-04-10T07:11:06.342Z] ---> c3b87aa0a8d3 [2023-04-10T07:11:06.342Z] [2023-04-10T07:11:06.342Z] Step 9/20 : FROM alpine:3.17 [2023-04-10T07:11:06.342Z] ---> 51e60588ff2c [2023-04-10T07:11:06.342Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-10T07:11:06.342Z] ---> Using cache [2023-04-10T07:11:06.342Z] ---> 7bd48c90c555 [2023-04-10T07:11:06.342Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-10T07:11:06.342Z] ---> Running in 30e47283d3b9 [2023-04-10T07:11:07.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:11:08.722Z] ---> 02a9db76ffbc [2023-04-10T07:11:08.722Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-10T07:11:08.722Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:11:09.685Z] ---> cb3352194cc8 [2023-04-10T07:11:09.685Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-10T07:11:10.311Z] v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-10T07:11:10.311Z] v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-10T07:11:10.311Z] OK: 17689 distinct packages available [2023-04-10T07:11:10.311Z] ---> a03441c66df5 [2023-04-10T07:11:10.311Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-10T07:11:10.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:11:11.282Z] ---> e7853312c30c [2023-04-10T07:11:11.282Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-10T07:11:11.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:11:11.282Z] ---> Running in b49617b77f7f [2023-04-10T07:11:11.872Z] Removing intermediate container b49617b77f7f [2023-04-10T07:11:11.872Z] ---> 07ce65e0bfe0 [2023-04-10T07:11:11.872Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-10T07:11:11.872Z] ---> Running in 22a3db985e90 [2023-04-10T07:11:12.464Z] Removing intermediate container 22a3db985e90 [2023-04-10T07:11:12.464Z] ---> b27f0b655fe0 [2023-04-10T07:11:12.464Z] Step 24/26 : LABEL arch=arm64 [2023-04-10T07:11:12.464Z] ---> Running in b1a48e31942a [2023-04-10T07:11:12.464Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-10T07:11:12.464Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-10T07:11:12.734Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-10T07:11:12.734Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-10T07:11:12.734Z] (5/9) Installing curl (7.88.1-r1) [2023-04-10T07:11:12.734Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-10T07:11:12.734Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-10T07:11:12.734Z] (8/9) Installing libucontext (1.2-r0) [2023-04-10T07:11:12.734Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-10T07:11:12.734Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T07:11:12.734Z] Removing intermediate container b1a48e31942a [2023-04-10T07:11:12.734Z] ---> 4fec33a66a08 [2023-04-10T07:11:12.734Z] Step 25/26 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:11:12.734Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T07:11:13.006Z] ---> Running in d93dd1413144 [2023-04-10T07:11:13.279Z] Removing intermediate container d93dd1413144 [2023-04-10T07:11:13.279Z] ---> 6ff9e471315a [2023-04-10T07:11:13.279Z] Step 26/26 : LABEL version=0.0.0 [2023-04-10T07:11:13.279Z] OK: 11 MiB in 24 packages [2023-04-10T07:11:13.559Z] ---> Running in fc847cfab526 [2023-04-10T07:11:14.144Z] Removing intermediate container fc847cfab526 [2023-04-10T07:11:14.144Z] ---> 5b61cf815d78 [2023-04-10T07:11:14.144Z] [2023-04-10T07:11:14.411Z] Successfully built 5b61cf815d78 [2023-04-10T07:11:15.836Z] Successfully tagged security-spire-server-arm64:latest [2023-04-10T07:11:17.249Z]  Building security-spire-server ... done Removing intermediate container 30e47283d3b9 [2023-04-10T07:11:17.249Z] ---> 700a7b9de035 [2023-04-10T07:11:17.249Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:11:17.833Z] ---> 57abb4e588a2 [2023-04-10T07:11:17.833Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:11:18.793Z] ---> d07c16d1ce49 [2023-04-10T07:11:18.793Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-10T07:11:20.751Z] ---> 6e3a8a18aa1a [2023-04-10T07:11:20.751Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-10T07:11:21.732Z] ---> 72400646c69e [2023-04-10T07:11:21.732Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-10T07:11:21.732Z] ---> Running in 66203b53c396 [2023-04-10T07:11:22.321Z] Removing intermediate container 66203b53c396 [2023-04-10T07:11:22.321Z] ---> c8a94a24f5f9 [2023-04-10T07:11:22.321Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T07:11:22.321Z] ---> Running in 3b382e9c87df [2023-04-10T07:11:22.922Z] Removing intermediate container 3b382e9c87df [2023-04-10T07:11:22.922Z] ---> 49a82c9390c6 [2023-04-10T07:11:22.922Z] Step 18/20 : LABEL arch=arm64 [2023-04-10T07:11:23.193Z] ---> Running in c8b91dfb5c65 [2023-04-10T07:11:23.785Z] Removing intermediate container c8b91dfb5c65 [2023-04-10T07:11:23.785Z] ---> 116fe787dbf9 [2023-04-10T07:11:23.785Z] Step 19/20 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:11:23.785Z] ---> Running in 46183b139b1e [2023-04-10T07:11:24.748Z] Removing intermediate container 46183b139b1e [2023-04-10T07:11:24.748Z] ---> 464bece65182 [2023-04-10T07:11:24.748Z] Step 20/20 : LABEL version=0.0.0 [2023-04-10T07:11:24.748Z] ---> Running in e4aa8fd12bac [2023-04-10T07:11:25.712Z] Removing intermediate container e4aa8fd12bac [2023-04-10T07:11:25.712Z] ---> 5b8865225767 [2023-04-10T07:11:25.712Z] [2023-04-10T07:11:25.981Z] Successfully built 5b8865225767 [2023-04-10T07:11:25.981Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-10T07:11:34.208Z]  Building security-spiffe-token-provider ... done Removing intermediate container 1e10299173af [2023-04-10T07:11:34.208Z] ---> 26792731767c [2023-04-10T07:11:34.208Z] [2023-04-10T07:11:34.208Z] Step 10/23 : FROM alpine:3.17 [2023-04-10T07:11:34.208Z] ---> 51e60588ff2c [2023-04-10T07:11:34.208Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-10T07:11:34.208Z] ---> Running in 3f8d864ea44b [2023-04-10T07:11:36.138Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T07:11:36.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T07:11:37.800Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-10T07:11:37.800Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-10T07:11:37.800Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T07:11:37.800Z] Executing ca-certificates-20220614-r4.trigger [2023-04-10T07:11:38.063Z] OK: 8 MiB in 17 packages [2023-04-10T07:11:42.307Z] Removing intermediate container 3f8d864ea44b [2023-04-10T07:11:42.307Z] ---> 4d8afb5728f5 [2023-04-10T07:11:42.307Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T07:11:42.307Z] ---> Running in 47ae6d8096c2 [2023-04-10T07:11:42.307Z] Removing intermediate container 47ae6d8096c2 [2023-04-10T07:11:42.307Z] ---> 7fb3e5a18689 [2023-04-10T07:11:42.307Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-10T07:11:42.307Z] ---> Running in e2ef352a5d1d [2023-04-10T07:11:42.888Z] Removing intermediate container e2ef352a5d1d [2023-04-10T07:11:42.888Z] ---> 80a262fe3fd7 [2023-04-10T07:11:42.888Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-10T07:11:42.888Z] ---> Running in 9d1e31a50c08 [2023-04-10T07:11:43.468Z] Removing intermediate container 9d1e31a50c08 [2023-04-10T07:11:43.469Z] ---> d706fd95ab3d [2023-04-10T07:11:43.469Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:11:44.432Z] ---> 001231af9e60 [2023-04-10T07:11:44.432Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:11:45.015Z] ---> 608a1cea0fa8 [2023-04-10T07:11:45.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-10T07:11:47.589Z] ---> 254c5d1ef2d1 [2023-04-10T07:11:47.589Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-10T07:11:48.548Z] ---> 15a1a5fea99e [2023-04-10T07:11:48.548Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-10T07:11:48.548Z] ---> Running in 3f07d6eb801d [2023-04-10T07:11:49.128Z] Removing intermediate container 3f07d6eb801d [2023-04-10T07:11:49.128Z] ---> 7e0287f529b0 [2023-04-10T07:11:49.128Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T07:11:49.128Z] ---> Running in 06e72b143ac7 [2023-04-10T07:11:49.708Z] Removing intermediate container 06e72b143ac7 [2023-04-10T07:11:49.708Z] ---> 23b872923462 [2023-04-10T07:11:49.708Z] Step 21/23 : LABEL arch=arm64 [2023-04-10T07:11:49.984Z] ---> Running in 4002fb28aac7 [2023-04-10T07:11:50.268Z] Removing intermediate container 4002fb28aac7 [2023-04-10T07:11:50.268Z] ---> cac78cacd405 [2023-04-10T07:11:50.268Z] Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:11:50.534Z] ---> Running in 84444e2a37b9 [2023-04-10T07:11:50.801Z] Removing intermediate container 84444e2a37b9 [2023-04-10T07:11:50.801Z] ---> 53cdc02ffbeb [2023-04-10T07:11:50.801Z] Step 23/23 : LABEL version=0.0.0 [2023-04-10T07:11:51.069Z] ---> Running in b93981423c04 [2023-04-10T07:11:51.335Z] Removing intermediate container b93981423c04 [2023-04-10T07:11:51.335Z] ---> 7bbeee66215c [2023-04-10T07:11:51.335Z] [2023-04-10T07:11:51.602Z] Successfully built 7bbeee66215c [2023-04-10T07:11:51.602Z] Successfully tagged support-notifications-arm64:latest [2023-04-10T07:12:59.427Z]  Building support-notifications ... done Removing intermediate container 4a9c9bff12c6 [2023-04-10T07:12:59.427Z] ---> 6b99db0c7136 [2023-04-10T07:12:59.427Z] [2023-04-10T07:12:59.427Z] Step 10/24 : FROM alpine:3.17 [2023-04-10T07:12:59.427Z] ---> 51e60588ff2c [2023-04-10T07:12:59.427Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-10T07:12:59.427Z] ---> Using cache [2023-04-10T07:12:59.427Z] ---> 36b601d011c0 [2023-04-10T07:12:59.427Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-10T07:12:59.427Z] ---> Using cache [2023-04-10T07:12:59.427Z] ---> ad9210a48e0c [2023-04-10T07:12:59.427Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-10T07:12:59.427Z] ---> Running in e5b5e8c321b2 [2023-04-10T07:12:59.427Z] Removing intermediate container e5b5e8c321b2 [2023-04-10T07:12:59.427Z] ---> 839417564f7a [2023-04-10T07:12:59.427Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-10T07:12:59.427Z] ---> Running in dd3514afe268 [2023-04-10T07:12:59.427Z] Removing intermediate container dd3514afe268 [2023-04-10T07:12:59.427Z] ---> 6a2cec36b3bb [2023-04-10T07:12:59.427Z] Step 15/24 : WORKDIR / [2023-04-10T07:12:59.427Z] ---> Running in 59bccefa37ca [2023-04-10T07:12:59.427Z] Removing intermediate container 59bccefa37ca [2023-04-10T07:12:59.427Z] ---> 040892a3398e [2023-04-10T07:12:59.427Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-10T07:12:59.427Z] ---> 6beda3448095 [2023-04-10T07:12:59.427Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-10T07:12:59.427Z] ---> 25e757079020 [2023-04-10T07:12:59.427Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-10T07:12:59.427Z] ---> 6ed8b21afd0a [2023-04-10T07:12:59.427Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-10T07:12:59.427Z] ---> 9e45a08c0980 [2023-04-10T07:12:59.427Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-10T07:12:59.427Z] ---> Running in a8ef7854da95 [2023-04-10T07:12:59.427Z] Removing intermediate container a8ef7854da95 [2023-04-10T07:12:59.427Z] ---> 011e10e39ef8 [2023-04-10T07:12:59.427Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T07:12:59.427Z] ---> Running in a7c798904956 [2023-04-10T07:12:59.427Z] Removing intermediate container a7c798904956 [2023-04-10T07:12:59.427Z] ---> 5e2fc20d5b8f [2023-04-10T07:12:59.427Z] Step 22/24 : LABEL arch=arm64 [2023-04-10T07:12:59.427Z] ---> Running in 3bc1c34afb43 [2023-04-10T07:12:59.427Z] Removing intermediate container 3bc1c34afb43 [2023-04-10T07:12:59.427Z] ---> 2b33bf79157d [2023-04-10T07:12:59.427Z] Step 23/24 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 [2023-04-10T07:12:59.427Z] ---> Running in 1a2063d95115 [2023-04-10T07:12:59.427Z] Removing intermediate container 1a2063d95115 [2023-04-10T07:12:59.427Z] ---> 751516ff73b9 [2023-04-10T07:12:59.427Z] Step 24/24 : LABEL version=0.0.0 [2023-04-10T07:12:59.427Z] ---> Running in f0fdde4efd5d [2023-04-10T07:12:59.427Z] Removing intermediate container f0fdde4efd5d [2023-04-10T07:12:59.427Z] ---> 07b7f64cb6cb [2023-04-10T07:12:59.427Z] [2023-04-10T07:12:59.427Z] Successfully built 07b7f64cb6cb [2023-04-10T07:12:59.427Z] Successfully tagged core-command-arm64:latest [2023-04-10T07:12:59.437Z]  Building core-command ... done  [Pipeline] } [2023-04-10T07:12:59.451Z] $ docker stop --time=1 3e72db20b624f18c9f11b28eca174e848b11b8deba70d8ab29c37c3943ab2266 [2023-04-10T07:13:01.093Z] $ docker rm -f --volumes 3e72db20b624f18c9f11b28eca174e848b11b8deba70d8ab29c37c3943ab2266 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T07:13:01.654Z] + docker images [2023-04-10T07:13:01.919Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-10T07:13:01.919Z] core-command-arm64 latest 07b7f64cb6cb 8 seconds ago 19.7MB [2023-04-10T07:13:01.919Z] 6b99db0c7136 14 seconds ago 1.49GB [2023-04-10T07:13:01.919Z] support-notifications-arm64 latest 7bbeee66215c About a minute ago 32.3MB [2023-04-10T07:13:01.919Z] 26792731767c About a minute ago 1.56GB [2023-04-10T07:13:01.919Z] security-spiffe-token-provider-arm64 latest 5b8865225767 About a minute ago 32.7MB [2023-04-10T07:13:01.919Z] security-spire-server-arm64 latest 5b61cf815d78 About a minute ago 87.1MB [2023-04-10T07:13:01.919Z] c3b87aa0a8d3 About a minute ago 1.53GB [2023-04-10T07:13:01.919Z] 6c539aa869d6 2 minutes ago 1.35GB [2023-04-10T07:13:01.919Z] security-spire-agent-arm64 latest a41cf85b0913 2 minutes ago 125MB [2023-04-10T07:13:01.919Z] security-spire-config-arm64 latest 7fb8d2fec541 2 minutes ago 86.2MB [2023-04-10T07:13:01.919Z] 4da359754bc3 3 minutes ago 1.35GB [2023-04-10T07:13:01.919Z] support-scheduler-arm64 latest 7e64b5c5d0a9 3 minutes ago 31.5MB [2023-04-10T07:13:01.919Z] d836ea25965d 3 minutes ago 1.56GB [2023-04-10T07:13:01.920Z] core-data-arm64 latest e190d3680d6e 4 minutes ago 19.9MB [2023-04-10T07:13:01.920Z] f3636153cc67 5 minutes ago 1.5GB [2023-04-10T07:13:01.920Z] security-proxy-setup-arm64 latest e7834ea8b827 5 minutes ago 18.7MB [2023-04-10T07:13:01.920Z] 0c23a75e43d8 6 minutes ago 1.47GB [2023-04-10T07:13:01.920Z] core-metadata-arm64 latest 60b63c19e823 13 minutes ago 20.2MB [2023-04-10T07:13:01.920Z] security-bootstrapper-arm64 latest ded70e4f0c82 13 minutes ago 21.9MB [2023-04-10T07:13:01.920Z] security-secretstore-setup-arm64 latest 7f2ccd6d3578 13 minutes ago 32.2MB [2023-04-10T07:13:01.920Z] core-common-config-bootstrapper-arm64 latest 0185ef39dd60 13 minutes ago 17.2MB [2023-04-10T07:13:01.920Z] security-proxy-auth-arm64 latest 2800673cfa62 13 minutes ago 18.3MB [2023-04-10T07:13:01.920Z] 5231e4abdb14 13 minutes ago 1.5GB [2023-04-10T07:13:01.920Z] 9306f699d728 13 minutes ago 1.48GB [2023-04-10T07:13:01.920Z] c50f90ff505c 13 minutes ago 1.49GB [2023-04-10T07:13:01.920Z] 9f572a8c29da 13 minutes ago 1.48GB [2023-04-10T07:13:01.920Z] 4393eb957b5a 14 minutes ago 1.47GB [2023-04-10T07:13:01.920Z] ci-base-image-arm64 latest ee713fc21d2b 34 minutes ago 866MB [2023-04-10T07:13:01.920Z] alpine 3.17 51e60588ff2c 11 days ago 7.46MB [2023-04-10T07:13:01.920Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 4 weeks ago 648MB [2023-04-10T07:13:01.920Z] 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-10T07:13:02.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T07:13:02.868Z] [2023-04-10T07:13:02.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T07:13:03.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T07:13:03.533Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-10T07:13:03.533Z] 8998bd30e6a1: Pulling fs layer [2023-04-10T07:13:03.533Z] 04944245beec: Pulling fs layer [2023-04-10T07:13:03.533Z] 699f458cf7ca: Pulling fs layer [2023-04-10T07:13:03.533Z] 765212b225bb: Pulling fs layer [2023-04-10T07:13:03.533Z] f23df028b6ca: Pulling fs layer [2023-04-10T07:13:03.533Z] d65c8cfc05b1: Pulling fs layer [2023-04-10T07:13:03.533Z] 2437ff75d9bd: Pulling fs layer [2023-04-10T07:13:03.533Z] 765212b225bb: Waiting [2023-04-10T07:13:03.533Z] f23df028b6ca: Waiting [2023-04-10T07:13:03.533Z] d65c8cfc05b1: Waiting [2023-04-10T07:13:03.533Z] 2437ff75d9bd: Waiting [2023-04-10T07:13:03.533Z] 04944245beec: Verifying Checksum [2023-04-10T07:13:03.533Z] 04944245beec: Download complete [2023-04-10T07:13:03.533Z] 765212b225bb: Download complete [2023-04-10T07:13:03.798Z] f23df028b6ca: Verifying Checksum [2023-04-10T07:13:03.798Z] f23df028b6ca: Download complete [2023-04-10T07:13:03.798Z] d65c8cfc05b1: Verifying Checksum [2023-04-10T07:13:03.798Z] d65c8cfc05b1: Download complete [2023-04-10T07:13:03.798Z] 699f458cf7ca: Verifying Checksum [2023-04-10T07:13:03.798Z] 699f458cf7ca: Download complete [2023-04-10T07:13:04.380Z] 8998bd30e6a1: Verifying Checksum [2023-04-10T07:13:04.380Z] 8998bd30e6a1: Download complete [2023-04-10T07:13:06.320Z] 2437ff75d9bd: Verifying Checksum [2023-04-10T07:13:06.320Z] 2437ff75d9bd: Download complete [2023-04-10T07:13:08.262Z] 8998bd30e6a1: Pull complete [2023-04-10T07:13:08.846Z] 04944245beec: Pull complete [2023-04-10T07:13:10.253Z] 699f458cf7ca: Pull complete [2023-04-10T07:13:10.253Z] 765212b225bb: Pull complete [2023-04-10T07:13:11.214Z] f23df028b6ca: Pull complete [2023-04-10T07:13:11.214Z] d65c8cfc05b1: Pull complete [2023-04-10T07:13:26.249Z] 2437ff75d9bd: Pull complete [2023-04-10T07:13:26.249Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-10T07:13:26.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T07:13:26.249Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T07:13:26.571Z] prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container [2023-04-10T07:13:26.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-10T07:13:29.283Z] $ docker top 34b127c7136704a7871fd0ef009f8d6331356c76baa6baf4846231c53464e11f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:29.976Z] ---> job-cost.sh [2023-04-10T07:13:30.243Z] lf-activate-venv: SKIPPING [2023-04-10T07:13:30.243Z] INFO: No Stack... [2023-04-10T07:13:30.823Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-10T07:13:31.402Z] INFO: Archiving Costs [Pipeline] sh [2023-04-10T07:13:32.052Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-04-10T07:13:32.052Z] + cut -d, -f6 [Pipeline] lock [2023-04-10T07:13:32.130Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] [2023-04-10T07:13:32.135Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] did not exist. Created. [2023-04-10T07:13:32.135Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-10T07:13:32.547Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-10T07:13:32.714Z] Stashed 1 file(s) [Pipeline] } [2023-04-10T07:13:32.730Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-10T07:13:32.797Z] $ docker stop --time=1 34b127c7136704a7871fd0ef009f8d6331356c76baa6baf4846231c53464e11f [2023-04-10T07:13:34.278Z] $ docker rm -f --volumes 34b127c7136704a7871fd0ef009f8d6331356c76baa6baf4846231c53464e11f [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-10T07:13:35.280Z] provisioning config files... [2023-04-10T07:13:35.287Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5349983306952364088tmp [Pipeline] { [Pipeline] sh [2023-04-10T07:13:35.623Z] + set +x [2023-04-10T07:13:35.623Z] + curl -s https://codecov.io/bash [2023-04-10T07:13:35.623Z] + bash -s -- [2023-04-10T07:13:35.623Z] [2023-04-10T07:13:35.623Z] _____ _ [2023-04-10T07:13:35.623Z] / ____| | | [2023-04-10T07:13:35.623Z] | | ___ __| | ___ ___ _____ __ [2023-04-10T07:13:35.623Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-10T07:13:35.623Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-10T07:13:35.623Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-10T07:13:35.623Z] Bash-1.0.6 [2023-04-10T07:13:35.623Z] [2023-04-10T07:13:35.623Z] [2023-04-10T07:13:35.623Z] ==> git version 2.25.1 found [2023-04-10T07:13:35.881Z] ==> 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-10T07:13:35.881Z] Release-Date: 2020-01-08 [2023-04-10T07:13:35.881Z] 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-10T07:13:35.881Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-10T07:13:35.881Z] ==> Jenkins CI detected. [2023-04-10T07:13:35.881Z] current dir:  /w/workspace/edgex-go/1 [2023-04-10T07:13:35.881Z] project root: . [2023-04-10T07:13:35.881Z] --> token set from env [2023-04-10T07:13:35.881Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-10T07:13:35.881Z] ==> Running gcov in . (disable via -X gcov) [2023-04-10T07:13:35.881Z] ==> Python coveragepy not found [2023-04-10T07:13:35.881Z] ==> Searching for coverage reports in: [2023-04-10T07:13:35.881Z] + . [2023-04-10T07:13:35.881Z] -> Found 1 reports [2023-04-10T07:13:35.881Z] ==> Detecting git/mercurial file structure [2023-04-10T07:13:35.881Z] ==> Reading reports [2023-04-10T07:13:35.881Z] + ./coverage.out bytes=447380 [2023-04-10T07:13:35.881Z] ==> Appending adjustments [2023-04-10T07:13:35.881Z] https://docs.codecov.io/docs/fixing-reports [2023-04-10T07:13:37.257Z] + Found adjustments [2023-04-10T07:13:37.257Z] ==> Gzipping contents [2023-04-10T07:13:37.257Z] 60K /tmp/codecov.a2EmZE.gz [2023-04-10T07:13:37.257Z] ==> Uploading reports [2023-04-10T07:13:37.257Z] url: https://codecov.io [2023-04-10T07:13:37.258Z] query: branch=PR-4503&commit=9b9a00d0604cb9e927581d589999ed347cf0f9c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4503%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4503&job=&cmd_args= [2023-04-10T07:13:37.258Z] -> Pinging Codecov [2023-04-10T07:13:37.258Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4503&commit=9b9a00d0604cb9e927581d589999ed347cf0f9c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4503%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4503&job=&cmd_args= [2023-04-10T07:13:37.258Z] -> Uploading to [2023-04-10T07:13:37.258Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-10/00271124DB129430A58F1EEE437C3FCB/9b9a00d0604cb9e927581d589999ed347cf0f9c4/d977ccd6-1e28-42ee-926d-bd309947f197.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230410T071337Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dddd9cbfd5eea01db33443f1f14ddbc3355336d22a960faa99a5f32b0f1c65f1 [2023-04-10T07:13:37.258Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-10T07:13:37.258Z] Dload Upload Total Spent Left Speed [2023-04-10T07:13:37.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57481 0 0 100 57481 0 189k --:--:-- --:--:-- --:--:-- 188k 100 57481 0 0 100 57481 0 189k --:--:-- --:--:-- --:--:-- 188k [2023-04-10T07:13:37.517Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] } [2023-04-10T07:13:37.544Z] 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-10T07:13:38.922Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:39.256Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:40.144Z] ---> package-listing.sh [2023-04-10T07:13:40.145Z] ++ facter osfamily [2023-04-10T07:13:40.145Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-10T07:13:40.404Z] + OS_FAMILY=debian [2023-04-10T07:13:40.404Z] + workspace=/w/workspace/edgex-go/1 [2023-04-10T07:13:40.404Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-10T07:13:40.404Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-10T07:13:40.404Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-10T07:13:40.404Z] + PACKAGES=/tmp/packages_start.txt [2023-04-10T07:13:40.404Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-10T07:13:40.404Z] + PACKAGES=/tmp/packages_end.txt [2023-04-10T07:13:40.404Z] + case "${OS_FAMILY}" in [2023-04-10T07:13:40.404Z] + dpkg -l [2023-04-10T07:13:40.404Z] + grep '^ii' [2023-04-10T07:13:40.404Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-10T07:13:40.404Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-10T07:13:40.404Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-10T07:13:40.404Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-10T07:13:40.404Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-10T07:13:40.404Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-10T07:13:40.436Z] 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-10T07:13:40.726Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T07:13:41.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T07:13:41.350Z] [2023-04-10T07:13:41.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T07:13:41.719Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T07:13:41.719Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-10T07:13:41.719Z] 5eb5b503b376: Pulling fs layer [2023-04-10T07:13:41.719Z] 5c69ac0246d0: Pulling fs layer [2023-04-10T07:13:41.719Z] ec43610c2a17: Pulling fs layer [2023-04-10T07:13:41.719Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-10T07:13:41.719Z] 33b1e0a273af: Pulling fs layer [2023-04-10T07:13:41.719Z] 5d3b04190fa2: Pulling fs layer [2023-04-10T07:13:41.719Z] 2f39f015ded8: Pulling fs layer [2023-04-10T07:13:41.719Z] 3a2ae6a8a46f: Waiting [2023-04-10T07:13:41.719Z] 33b1e0a273af: Waiting [2023-04-10T07:13:41.719Z] 5d3b04190fa2: Waiting [2023-04-10T07:13:41.719Z] 2f39f015ded8: Waiting [2023-04-10T07:13:41.719Z] 5c69ac0246d0: Download complete [2023-04-10T07:13:41.719Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-10T07:13:41.719Z] 3a2ae6a8a46f: Download complete [2023-04-10T07:13:41.719Z] 33b1e0a273af: Verifying Checksum [2023-04-10T07:13:41.719Z] 33b1e0a273af: Download complete [2023-04-10T07:13:41.719Z] ec43610c2a17: Verifying Checksum [2023-04-10T07:13:41.719Z] ec43610c2a17: Download complete [2023-04-10T07:13:41.719Z] 5d3b04190fa2: Download complete [2023-04-10T07:13:41.980Z] 5eb5b503b376: Download complete [2023-04-10T07:13:42.547Z] 2f39f015ded8: Download complete [2023-04-10T07:13:43.113Z] 5eb5b503b376: Pull complete [2023-04-10T07:13:43.378Z] 5c69ac0246d0: Pull complete [2023-04-10T07:13:43.635Z] ec43610c2a17: Pull complete [2023-04-10T07:13:43.636Z] 3a2ae6a8a46f: Pull complete [2023-04-10T07:13:43.894Z] 33b1e0a273af: Pull complete [2023-04-10T07:13:43.894Z] 5d3b04190fa2: Pull complete [2023-04-10T07:13:48.077Z] 2f39f015ded8: Pull complete [2023-04-10T07:13:48.077Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-10T07:13:48.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T07:13:48.077Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T07:13:48.294Z] prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container [2023-04-10T07:13:48.316Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-10T07:13:53.944Z] $ docker top 3a3a9e9b9bfe564101991b3612d47b317c943c55c4b92444aef9c9aff087d728 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T07:13:54.336Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-10T07:13:54.649Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-10T07:13:54.956Z] + ls /var/log/sa-host [2023-04-10T07:13:54.956Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T07:13:55.176Z] provisioning config files... [2023-04-10T07:13:55.185Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3396574896975278026tmp [Pipeline] { [Pipeline] echo [2023-04-10T07:13:55.231Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:55.551Z] ---> create-netrc.sh [Pipeline] } [2023-04-10T07:13:55.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:55.981Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-10T07:13:56.013Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:56.321Z] ---> sudo-logs.sh [2023-04-10T07:13:56.321Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-10T07:13:56.398Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:56.708Z] ---> job-cost.sh [2023-04-10T07:13:56.708Z] lf-activate-venv: SKIPPING [2023-04-10T07:13:56.708Z] DEBUG: total: 0.10999999940395355 [2023-04-10T07:13:56.708Z] INFO: Retrieving Stack Cost... [2023-04-10T07:13:56.967Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-10T07:13:57.534Z] INFO: Archiving Costs [Pipeline] echo [2023-04-10T07:13:57.568Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T07:13:57.877Z] ---> logs-deploy.sh [2023-04-10T07:13:57.877Z] lf-activate-venv: SKIPPING [2023-04-10T07:13:57.877Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4503/1 [2023-04-10T07:13:57.877Z] INFO: archiving workspace using pattern(s): [2023-04-10T07:13:58.811Z] Archives upload complete. [2023-04-10T07:13:58.811Z] INFO: archiving logs to Nexus