Pull request #4501 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 78f51e8440b867a124a6a1af97b35adce17e6c0c+581b0da79acfc8c7cfb708782744174800bf9092 (12c805cac3e324346e391f50208e52533c60fc1f) 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-ssh469680204588836506.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-ssh2987591726615329004.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-4501/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-4501/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13963629782974390636.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-4501/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17028745405155960618.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-ssh3582329576580168373.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-4501/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-4501/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10655302751282069694.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-7025 in /w/workspace/edgexfoundry_edgex-go_PR-4501 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 581b0da79acfc8c7cfb708782744174800bf9092 into PR head commit 78f51e8440b867a124a6a1af97b35adce17e6c0c Merge succeeded, producing 78f51e8440b867a124a6a1af97b35adce17e6c0c Checking out Revision 78f51e8440b867a124a6a1af97b35adce17e6c0c (PR-4501) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4501/head:refs/remotes/origin/PR-4501 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # 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 581b0da79acfc8c7cfb708782744174800bf9092 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-06T19:58:25.301Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-06T19:58:25.464Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-06T19:58:25.558Z] ========================================================= [2023-04-06T19:58:25.558Z] EdgeX Global Pipelines Version Info [2023-04-06T19:58:25.558Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-06T19:58:26.293Z] ------------------- [2023-04-06T19:58:26.293Z] stable info: [2023-04-06T19:58:26.293Z] ------------------- [2023-04-06T19:58:26.293Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-06T19:58:26.293Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-06T19:58:26.293Z] Message: update stable to v1.0.245 [2023-04-06T19:58:26.864Z] ------------------- [2023-04-06T19:58:26.864Z] experimental info: [2023-04-06T19:58:26.864Z] ------------------- [2023-04-06T19:58:26.864Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-06T19:58:26.864Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-06T19:58:26.864Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-06T19:58:27.228Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-06T19:58:27.265Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-06T19:58:27.357Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-06T19:58:27.398Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-06T19:58:27.445Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-06T19:58:27.488Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-06T19:58:27.526Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-06T19:58:27.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-06T19:58:27.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-06T19:58:27.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-06T19:58:27.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-06T19:58:27.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-06T19:58:27.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-06T19:58:27.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-06T19:58:27.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-06T19:58:27.868Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-06T19:58:27.911Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-06T19:58:27.950Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-06T19:58:27.987Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-06T19:58:28.024Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-06T19:58:28.063Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-06T19:58:28.103Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-06T19:58:28.140Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-06T19:58:28.179Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4501 [Pipeline] echo [2023-04-06T19:58:28.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4501 [Pipeline] echo [2023-04-06T19:58:28.251Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4501 [Pipeline] echo [2023-04-06T19:58:28.295Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] echo [2023-04-06T19:58:28.333Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78f51e8 [Pipeline] echo [2023-04-06T19:58:28.372Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-06T19:58:28.483Z] provisioning config files... [2023-04-06T19:58:28.498Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14246916110817892174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T19:58:28.858Z] ---> docker-login.sh [2023-04-06T19:58:28.858Z] nexus3.edgexfoundry.org:10001 [2023-04-06T19:58:29.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T19:58:29.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T19:58:29.124Z] Configure a credential helper to remove this warning. See [2023-04-06T19:58:29.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T19:58:29.124Z] [2023-04-06T19:58:29.124Z] Login Succeeded [2023-04-06T19:58:29.124Z] nexus3.edgexfoundry.org:10002 [2023-04-06T19:58:29.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T19:58:29.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T19:58:29.384Z] Configure a credential helper to remove this warning. See [2023-04-06T19:58:29.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T19:58:29.384Z] [2023-04-06T19:58:29.384Z] Login Succeeded [2023-04-06T19:58:29.384Z] nexus3.edgexfoundry.org:10003 [2023-04-06T19:58:29.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T19:58:29.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T19:58:29.384Z] Configure a credential helper to remove this warning. See [2023-04-06T19:58:29.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T19:58:29.384Z] [2023-04-06T19:58:29.384Z] Login Succeeded [2023-04-06T19:58:29.384Z] nexus3.edgexfoundry.org:10004 [2023-04-06T19:58:29.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T19:58:29.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T19:58:29.651Z] Configure a credential helper to remove this warning. See [2023-04-06T19:58:29.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T19:58:29.651Z] [2023-04-06T19:58:29.651Z] Login Succeeded [2023-04-06T19:58:29.651Z] docker.io [2023-04-06T19:58:29.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T19:58:29.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T19:58:29.912Z] Configure a credential helper to remove this warning. See [2023-04-06T19:58:29.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T19:58:29.912Z] [2023-04-06T19:58:29.912Z] Login Succeeded [2023-04-06T19:58:29.912Z] ---> docker-login.sh ends [Pipeline] } [2023-04-06T19:58:29.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-06T19:58:30.346Z] + 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-06T19:58:30.346Z] + dirname cmd/core-command/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/core-data/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-06T19:58:30.346Z] + + cut -d/ -f2 [2023-04-06T19:58:30.346Z] dirname cmd/core-metadata/Dockerfile [2023-04-06T19:58:30.346Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-06T19:58:30.346Z] + + cut -d/ -f2 [2023-04-06T19:58:30.346Z] dirname cmd/security-bootstrapper/Dockerfile [2023-04-06T19:58:30.346Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-06T19:58:30.346Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-06T19:58:30.346Z] + + dirname cmd/security-proxy-setup/Dockerfile [2023-04-06T19:58:30.346Z] cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/+ -f2 [2023-04-06T19:58:30.346Z] dirname cmd/security-secretstore-setup/Dockerfile [2023-04-06T19:58:30.346Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/support-notifications/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-06T19:58:30.346Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-06T19:58:30.346Z] + cut -d/ -f2 [2023-04-06T19:58:30.346Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-06T19:58:30.409Z] 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-06T19:58:30.903Z] + git rev-list -1 --merges 78f51e8440b867a124a6a1af97b35adce17e6c0c~1..78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] echo [2023-04-06T19:58:30.936Z] -----------> git rev-list -1 --merges 78f51e8440b867a124a6a1af97b35adce17e6c0c~1..78f51e8440b867a124a6a1af97b35adce17e6c0c 78f51e8440b867a124a6a1af97b35adce17e6c0c [false] [Pipeline] sh [2023-04-06T19:58:31.243Z] + git log --format=format:%s -1 78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] echo [2023-04-06T19:58:31.284Z] ========================================================= [2023-04-06T19:58:31.284Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-06T19:58:31.284Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-06T19:58:31.779Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-06T19:58:31.780Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-06T19:58:31.780Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-06T19:58:31.780Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-06T19:58:31.780Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2023-04-06T19:58:31.780Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-06T19:58:31.780Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T19:58:32.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T19:58:32.288Z] [2023-04-06T19:58:32.288Z] 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-06T19:58:32.663Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T19:58:32.663Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-06T19:58:32.663Z] b85a868b505f: Pulling fs layer [2023-04-06T19:58:32.663Z] e2be974225ed: Pulling fs layer [2023-04-06T19:58:32.663Z] 339a4e72a1f5: Pulling fs layer [2023-04-06T19:58:32.663Z] 988bab9f4d93: Pulling fs layer [2023-04-06T19:58:32.664Z] 1469e6f7b9e6: Pulling fs layer [2023-04-06T19:58:32.664Z] eaf3925da568: Pulling fs layer [2023-04-06T19:58:32.664Z] bab4dde63d76: Pulling fs layer [2023-04-06T19:58:32.664Z] bde34c3a00c8: Pulling fs layer [2023-04-06T19:58:32.664Z] b352a97aabf1: Pulling fs layer [2023-04-06T19:58:32.664Z] 4872d77fe225: Pulling fs layer [2023-04-06T19:58:32.664Z] 5851b861e8e6: Pulling fs layer [2023-04-06T19:58:32.664Z] eaf3925da568: Waiting [2023-04-06T19:58:32.664Z] bab4dde63d76: Waiting [2023-04-06T19:58:32.664Z] bde34c3a00c8: Waiting [2023-04-06T19:58:32.664Z] b352a97aabf1: Waiting [2023-04-06T19:58:32.664Z] 4872d77fe225: Waiting [2023-04-06T19:58:32.664Z] 5851b861e8e6: Waiting [2023-04-06T19:58:32.664Z] 988bab9f4d93: Waiting [2023-04-06T19:58:32.664Z] 1469e6f7b9e6: Waiting [2023-04-06T19:58:32.664Z] e2be974225ed: Verifying Checksum [2023-04-06T19:58:32.664Z] e2be974225ed: Download complete [2023-04-06T19:58:32.664Z] 988bab9f4d93: Verifying Checksum [2023-04-06T19:58:32.664Z] 988bab9f4d93: Download complete [2023-04-06T19:58:32.664Z] 1469e6f7b9e6: Verifying Checksum [2023-04-06T19:58:32.664Z] 1469e6f7b9e6: Download complete [2023-04-06T19:58:32.929Z] eaf3925da568: Verifying Checksum [2023-04-06T19:58:32.929Z] eaf3925da568: Download complete [2023-04-06T19:58:32.929Z] 339a4e72a1f5: Verifying Checksum [2023-04-06T19:58:32.929Z] 339a4e72a1f5: Download complete [2023-04-06T19:58:32.929Z] bde34c3a00c8: Verifying Checksum [2023-04-06T19:58:32.929Z] bde34c3a00c8: Download complete [2023-04-06T19:58:32.929Z] b352a97aabf1: Download complete [2023-04-06T19:58:32.929Z] 4872d77fe225: Download complete [2023-04-06T19:58:32.929Z] 5851b861e8e6: Verifying Checksum [2023-04-06T19:58:32.929Z] 5851b861e8e6: Download complete [2023-04-06T19:58:32.929Z] b85a868b505f: Verifying Checksum [2023-04-06T19:58:32.929Z] b85a868b505f: Download complete [2023-04-06T19:58:33.188Z] bab4dde63d76: Verifying Checksum [2023-04-06T19:58:33.188Z] bab4dde63d76: Download complete [2023-04-06T19:58:34.126Z] b85a868b505f: Pull complete [2023-04-06T19:58:34.386Z] e2be974225ed: Pull complete [2023-04-06T19:58:34.953Z] 339a4e72a1f5: Pull complete [2023-04-06T19:58:34.953Z] 988bab9f4d93: Pull complete [2023-04-06T19:58:35.213Z] 1469e6f7b9e6: Pull complete [2023-04-06T19:58:35.213Z] eaf3925da568: Pull complete [2023-04-06T19:58:37.117Z] bab4dde63d76: Pull complete [2023-04-06T19:58:37.117Z] bde34c3a00c8: Pull complete [2023-04-06T19:58:37.377Z] b352a97aabf1: Pull complete [2023-04-06T19:58:37.377Z] 4872d77fe225: Pull complete [2023-04-06T19:58:37.377Z] 5851b861e8e6: Pull complete [2023-04-06T19:58:37.377Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-06T19:58:37.377Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T19:58:37.377Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T19:58:37.592Z] prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container [2023-04-06T19:58:37.623Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-06T19:58:40.622Z] $ docker top 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 -eo pid,comm [2023-04-06T19:58:40.676Z] 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-06T19:58:40.676Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-06T19:58:40.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-06T19:58:40.798Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-06T19:58:40.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-06T19:58:40.929Z] $ docker exec 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent [2023-04-06T19:58:41.038Z] SSH_AUTH_SOCK=/tmp/ssh-0HPErl8NSFCf/agent.33 [2023-04-06T19:58:41.038Z] SSH_AGENT_PID=39 [2023-04-06T19:58:41.044Z] Running ssh-add (command line suppressed) [2023-04-06T19:58:41.154Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9178542395443469949.key (/w/workspace/edgex-go/1@tmp/private_key_9178542395443469949.key) [2023-04-06T19:58:41.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-06T19:58:41.499Z] + git tag --points-at HEAD [Pipeline] } [2023-04-06T19:58:41.531Z] $ docker exec --env ******** --env ******** 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent -k [2023-04-06T19:58:41.624Z] unset SSH_AUTH_SOCK; [2023-04-06T19:58:41.624Z] unset SSH_AGENT_PID; [2023-04-06T19:58:41.625Z] echo Agent pid 39 killed; [2023-04-06T19:58:41.632Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-06T19:58:41.718Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-06T19:58:41.718Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-06T19:58:41.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-06T19:58:41.841Z] $ docker exec 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent [2023-04-06T19:58:41.950Z] SSH_AUTH_SOCK=/tmp/ssh-Jsl4cLMsoh0b/agent.71 [2023-04-06T19:58:41.950Z] SSH_AGENT_PID=77 [2023-04-06T19:58:41.956Z] Running ssh-add (command line suppressed) [2023-04-06T19:58:42.064Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5476647802841891685.key (/w/workspace/edgex-go/1@tmp/private_key_5476647802841891685.key) [2023-04-06T19:58:42.075Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-06T19:58:42.399Z] + git semver init [2023-04-06T19:58:42.660Z] 2023-04-06 19:58:42,590 [run_init] DEBUG init version:0.0.0 force:False [2023-04-06T19:58:42.660Z] 2023-04-06 19:58:42,591 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-06T19:58:42.660Z] 2023-04-06 19:58:42,591 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-06T19:58:42.660Z] 2023-04-06 19:58:42,592 [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-06T19:58:47.932Z] 2023-04-06 19:58:47,814 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-06T19:58:47.932Z] 2023-04-06 19:58:47,815 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4501 with force:False [2023-04-06T19:58:47.932Z] 2023-04-06 19:58:47,815 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4501 [2023-04-06T19:58:47.932Z] 2023-04-06 19:58:47,819 [execute] INFO git cat-file --batch-check [2023-04-06T19:58:47.932Z] 2023-04-06 19:58:47,819 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-06T19:58:47.932Z] 2023-04-06 19:58:47,825 [execute] INFO git cat-file --batch [2023-04-06T19:58:47.932Z] 2023-04-06 19:58:47,825 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-06T19:58:47.932Z] 2023-04-06 19:58:47,830 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4501 [2023-04-06T19:58:47.932Z] 0.0.0 [Pipeline] } [2023-04-06T19:58:47.961Z] $ docker exec --env ******** --env ******** 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent -k [2023-04-06T19:58:48.055Z] unset SSH_AUTH_SOCK; [2023-04-06T19:58:48.055Z] unset SSH_AGENT_PID; [2023-04-06T19:58:48.055Z] echo Agent pid 77 killed; [2023-04-06T19:58:48.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-06T19:58:48.471Z] + git semver [Pipeline] } [2023-04-06T19:58:48.754Z] $ docker stop --time=1 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 [2023-04-06T19:58:50.051Z] $ docker rm -f --volumes 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-06T19:58:50.455Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-06T19:58:50.723Z] Stashed 1 file(s) [Pipeline] echo [2023-04-06T19:58:50.739Z] [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-06T19:58:51.470Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-06T19:58:51.505Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T19:58:51.536Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T19:58:51.567Z] ========================================================= [2023-04-06T19:58:51.567Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-06T19:58:51.567Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-06T19:58:51.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-06T19:58:51.899Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-06T19:58:51.899Z] 63b65145d645: Pulling fs layer [2023-04-06T19:58:51.899Z] a2d21d5440eb: Pulling fs layer [2023-04-06T19:58:51.899Z] 935e6c44a52c: Pulling fs layer [2023-04-06T19:58:51.899Z] 94cc34f8dd06: Pulling fs layer [2023-04-06T19:58:51.899Z] 30dea6a524f1: Pulling fs layer [2023-04-06T19:58:51.899Z] a2aff8979fd8: Pulling fs layer [2023-04-06T19:58:51.899Z] 6808be2612f2: Pulling fs layer [2023-04-06T19:58:51.899Z] f25807f1079a: Pulling fs layer [2023-04-06T19:58:51.899Z] 30dea6a524f1: Waiting [2023-04-06T19:58:51.899Z] a2aff8979fd8: Waiting [2023-04-06T19:58:51.899Z] 6808be2612f2: Waiting [2023-04-06T19:58:51.899Z] f25807f1079a: Waiting [2023-04-06T19:58:51.899Z] 94cc34f8dd06: Waiting [2023-04-06T19:58:51.899Z] a2d21d5440eb: Verifying Checksum [2023-04-06T19:58:51.899Z] a2d21d5440eb: Download complete [2023-04-06T19:58:51.899Z] 94cc34f8dd06: Verifying Checksum [2023-04-06T19:58:51.899Z] 94cc34f8dd06: Download complete [2023-04-06T19:58:51.899Z] 30dea6a524f1: Download complete [2023-04-06T19:58:51.899Z] 63b65145d645: Verifying Checksum [2023-04-06T19:58:51.899Z] 63b65145d645: Download complete [2023-04-06T19:58:51.899Z] a2aff8979fd8: Verifying Checksum [2023-04-06T19:58:51.899Z] a2aff8979fd8: Download complete [2023-04-06T19:58:52.158Z] 63b65145d645: Pull complete [2023-04-06T19:58:52.418Z] a2d21d5440eb: Pull complete [2023-04-06T19:58:52.418Z] f25807f1079a: Verifying Checksum [2023-04-06T19:58:52.419Z] f25807f1079a: Download complete [2023-04-06T19:58:52.678Z] 935e6c44a52c: Verifying Checksum [2023-04-06T19:58:52.678Z] 935e6c44a52c: Download complete [2023-04-06T19:58:52.678Z] 6808be2612f2: Verifying Checksum [2023-04-06T19:58:52.678Z] 6808be2612f2: Download complete [2023-04-06T19:58:55.962Z] 935e6c44a52c: Pull complete [2023-04-06T19:58:55.962Z] 94cc34f8dd06: Pull complete [2023-04-06T19:58:55.962Z] 30dea6a524f1: Pull complete [2023-04-06T19:58:55.962Z] a2aff8979fd8: Pull complete [2023-04-06T19:58:58.490Z] 6808be2612f2: Pull complete [2023-04-06T19:58:58.749Z] f25807f1079a: Pull complete [2023-04-06T19:58:58.749Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-06T19:58:58.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-06T19:58:58.749Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-06T19:58:59.117Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-06T19:58:59.117Z] WORKDIR /edgex [2023-04-06T19:58:59.117Z] COPY go.mod . [2023-04-06T19:58:59.117Z] RUN go mod download [2023-04-06T19:58:59.117Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-06T19:58:59.690Z] Sending build context to Docker daemon 170.5MB [2023-04-06T19:58:59.690Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-06T19:58:59.690Z] ---> 3b553350e43f [2023-04-06T19:58:59.690Z] Step 2/4 : WORKDIR /edgex [2023-04-06T19:59:06.020Z] Still waiting to schedule task [2023-04-06T19:59:06.021Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-06T19:59:06.349Z] ---> Running in 78d3bf55f4bb [2023-04-06T19:59:06.349Z] Removing intermediate container 78d3bf55f4bb [2023-04-06T19:59:06.349Z] ---> d124a7655d20 [2023-04-06T19:59:06.349Z] Step 3/4 : COPY go.mod . [2023-04-06T19:59:06.349Z] ---> 7b6645578882 [2023-04-06T19:59:06.349Z] Step 4/4 : RUN go mod download [2023-04-06T19:59:06.349Z] ---> Running in 3dbf16466b0d [2023-04-06T19:59:24.483Z] Removing intermediate container 3dbf16466b0d [2023-04-06T19:59:24.483Z] ---> 5f1579fdd66e [2023-04-06T19:59:24.483Z] Successfully built 5f1579fdd66e [2023-04-06T19:59:24.483Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T19:59:26.266Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-06T19:59:26.266Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T19:59:26.410Z] prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container [2023-04-06T19:59:26.437Z] $ 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 ******** ci-base-image-x86_64 cat [2023-04-06T19:59:26.907Z] $ docker top 0d5ebe90c88ab60913a131b145f8e8cb0dcc1d6f0341b8f0dbe3760ed3c7177a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T19:59:27.296Z] + go version [2023-04-06T19:59:27.296Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-06T19:59:27.332Z] $ docker stop --time=1 0d5ebe90c88ab60913a131b145f8e8cb0dcc1d6f0341b8f0dbe3760ed3c7177a [2023-04-06T19:59:28.615Z] $ docker rm -f --volumes 0d5ebe90c88ab60913a131b145f8e8cb0dcc1d6f0341b8f0dbe3760ed3c7177a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T19:59:29.312Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-06T19:59:29.312Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T19:59:29.451Z] prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container [2023-04-06T19:59:29.484Z] $ 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 ******** ci-base-image-x86_64 cat [2023-04-06T19:59:29.851Z] $ docker top 651a528410e08121fb188069ea8221e11d5c953b94cf0ac3dbfc108b31a51311 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-06T19:59:29.963Z] ========================================================= [2023-04-06T19:59:29.963Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-06T19:59:29.964Z] ========================================================= [Pipeline] sh [2023-04-06T19:59:30.254Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-06T19:59:30.615Z] + make test [2023-04-06T19:59:30.615Z] go test -race -coverprofile=coverage.out ./... [2023-04-06T19:59:38.736Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-06T19:59:50.963Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-06T19:59:50.963Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-06T19:59:51.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-06T19:59:51.790Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-06T19:59:51.790Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-06T19:59:52.049Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-06T19:59:52.049Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-06T19:59:52.049Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-06T19:59:52.049Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-06T19:59:52.346Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-06T19:59:53.846Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-06T19:59:53.846Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-06T19:59:53.846Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-06T19:59:53.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-06T19:59:55.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-06T19:59:55.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-06T19:59:55.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements [2023-04-06T19:59:57.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements [2023-04-06T20:00:01.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.098s coverage: 71.3% of statements [2023-04-06T20:00:01.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-06T20:00:01.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-06T20:00:01.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-06T20:00:03.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-06T20:00:03.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-06T20:00:03.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements [2023-04-06T20:00:04.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-06T20:00:04.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-06T20:00:04.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:00:04.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-06T20:00:04.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-06T20:00:05.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-06T20:00:05.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-06T20:00:06.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.656s coverage: 88.5% of statements [2023-04-06T20:00:06.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.9% of statements [2023-04-06T20:00:07.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-06T20:00:07.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:00:07.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-06T20:00:08.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.364s coverage: 95.6% of statements [2023-04-06T20:00:08.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-06T20:00:08.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-06T20:00:08.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-06T20:00:08.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-06T20:00:08.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-06T20:00:08.101Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements [2023-04-06T20:00:09.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-06T20:00:09.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-06T20:00:09.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-06T20:00:09.476Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.059s coverage: 65.9% of statements [2023-04-06T20:00:09.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-06T20:00:09.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-06T20:00:09.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.089s coverage: 0.9% of statements [2023-04-06T20:00:09.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.055s coverage: 29.0% of statements [2023-04-06T20:00:09.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 44.1% of statements [2023-04-06T20:00:11.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.056s coverage: 82.9% of statements [2023-04-06T20:00:11.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2023-04-06T20:00:11.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2023-04-06T20:00:11.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-04-06T20:00:11.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-06T20:00:11.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-06T20:00:11.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-06T20:00:11.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-06T20:00:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-06T20:00:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-06T20:00:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-06T20:00:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-06T20:00:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-06T20:00:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-06T20:00:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-06T20:00:12.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-06T20:00:13.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-06T20:00:13.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-06T20:00:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-06T20:00:14.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-06T20:00:14.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-06T20:00:15.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-06T20:00:15.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-06T20:00:16.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-06T20:00:16.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-06T20:00:16.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-06T20:00:18.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-06T20:00:18.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-06T20:00:18.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-06T20:00:19.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-06T20:00:19.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-06T20:00:19.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-06T20:00:19.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-06T20:00:20.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-06T20:00:20.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-06T20:00:20.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-06T20:00:20.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-06T20:00:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-06T20:00:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:00:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-06T20:00:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-06T20:00:22.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-06T20:00:22.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-06T20:00:22.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2023-04-06T20:00:23.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-06T20:00:23.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.259s coverage: 79.9% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.076s coverage: 92.9% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.054s coverage: 62.3% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 81.2% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.055s coverage: 86.0% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.1% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 38.4% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.064s coverage: 17.7% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.103s coverage: 92.3% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements [2023-04-06T20:00:35.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.079s coverage: 97.7% of statements [2023-04-06T20:00:35.903Z] 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-06T20:00:35.903Z] running golangci-lint [2023-04-06T20:00:35.903Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-06T20:00:35.903Z] go version go1.20.2 linux/amd64 [2023-04-06T20:00:35.903Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-06T20:00:35.903Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-06T20:00:46.539Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7026 in /w/workspace/edgexfoundry_edgex-go_PR-4501 [Pipeline] { [Pipeline] ws [2023-04-06T20:00:46.599Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-06T20:00:46.694Z] The recommended git tool is: git [2023-04-06T20:00:50.805Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|name|compiled_files|types_sizes|deps) took 14.473188326s" [2023-04-06T20:00:50.805Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.065883ms" [2023-04-06T20:00:54.867Z] using credential edgex-jenkins-ssh [2023-04-06T20:00:54.887Z] Cloning the remote Git repository [2023-04-06T20:00:54.939Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-06T20:00:55.047Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-06T20:00:55.217Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-06T20:00:55.218Z] > git --version # timeout=10 [2023-04-06T20:00:55.243Z] > git --version # 'git version 2.25.1' [2023-04-06T20:00:55.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-06T20:00:55.471Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-06T20:00:59.091Z] level=info msg="[linters_context/goanalysis] analyzers took 1m14.753722858s with top 10 stages: buildir: 36.432067705s, inspect: 1.796647833s, fact_deprecated: 1.742855263s, gosec: 1.407266509s, printf: 1.338568466s, nilness: 1.104395052s, ctrlflow: 1.063833173s, S1038: 1.037096447s, fact_purity: 893.181508ms, typedness: 699.32509ms" [2023-04-06T20:00:59.091Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2023-04-06T20:00:59.091Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 201/201, path_prettifier: 201/201, skip_files: 201/201, identifier_marker: 201/201, autogenerated_exclude: 201/201, exclude-rules: 21/201, exclude: 201/201, filename_unadjuster: 201/201, skip_dirs: 201/201, nolint: 0/21" [2023-04-06T20:00:59.091Z] level=info msg="[runner] processing took 16.949678ms with stages: nolint: 6.789713ms, identifier_marker: 5.331799ms, autogenerated_exclude: 1.492164ms, path_prettifier: 1.345503ms, exclude-rules: 1.214992ms, skip_dirs: 726.496µs, cgo: 30µs, filename_unadjuster: 15.341µs, max_same_issues: 650ns, diff: 480ns, uniq_by_line: 420ns, skip_files: 420ns, exclude: 280ns, source_code: 280ns, severity-rules: 270ns, sort_results: 240ns, path_prefixer: 200ns, max_from_linter: 170ns, path_shortener: 140ns, max_per_file_from_linter: 120ns" [2023-04-06T20:00:59.091Z] level=info msg="[runner] linters took 8.754552519s with stages: goanalysis_metalinter: 8.73750997s" [2023-04-06T20:00:59.091Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-06T20:00:59.091Z] level=info msg="Memory: 231 samples, avg is 210.8MB, max is 848.2MB" [2023-04-06T20:00:59.091Z] level=info msg="Execution took 23.279167993s" [2023-04-06T20:00:59.091Z] go vet ./... [2023-04-06T20:01:03.274Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-06T20:01:03.274Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-06T20:01:03.274Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-06T20:01:03.314Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-06T20:01:03.620Z] + ls -al . [2023-04-06T20:01:03.620Z] total 704 [2023-04-06T20:01:03.620Z] drwxrwxr-x 11 1001 1001 4096 Apr 6 19:59 . [2023-04-06T20:01:03.620Z] drwxr-xr-x 4 root root 4096 Apr 6 19:59 .. [2023-04-06T20:01:03.620Z] drwxrwxr-x 2 1001 1001 4096 Apr 6 19:58 .blubracket [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 16 Apr 6 19:58 .dockerignore [2023-04-06T20:01:03.620Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 19:58 .git [2023-04-06T20:01:03.620Z] drwxrwxr-x 3 1001 1001 4096 Apr 6 19:58 .github [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 1133 Apr 6 19:58 .gitignore [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 42 Apr 6 19:58 .golangci.yml [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 87 Apr 6 19:58 .hadolint.yml [2023-04-06T20:01:03.620Z] drwxr-xr-x 3 1001 1001 4096 Apr 6 19:58 .semver [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 19:58 .sonarcloud.properties [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 1171 Apr 6 19:58 ADOPTERS.md [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 10835 Apr 6 19:58 Attribution.txt [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 73765 Apr 6 19:58 CHANGELOG.md [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 19:58 CONTRIBUTING.md [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 677 Apr 6 19:58 GOVERNANCE.md [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 883 Apr 6 19:58 Jenkinsfile [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 19:58 LICENSE [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 14368 Apr 6 19:58 Makefile [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 582 Apr 6 19:58 OWNERS.md [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 9403 Apr 6 19:58 README.md [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 789 Apr 6 19:58 SECURITY.md [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 19:58 VERSION [2023-04-06T20:01:03.620Z] drwxrwxr-x 2 1001 1001 4096 Apr 6 19:58 bin [2023-04-06T20:01:03.620Z] drwxrwxr-x 18 1001 1001 4096 Apr 6 19:58 cmd [2023-04-06T20:01:03.620Z] -rw-r--r-- 1 root root 447380 Apr 6 20:00 coverage.out [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 3200 Apr 6 19:58 go.mod [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 31265 Apr 6 19:58 go.sum [2023-04-06T20:01:03.620Z] drwxrwxr-x 7 1001 1001 4096 Apr 6 19:58 internal [2023-04-06T20:01:03.620Z] drwxrwxr-x 3 1001 1001 4096 Apr 6 19:58 openapi [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 594 Apr 6 19:58 security.txt [2023-04-06T20:01:03.620Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 19:58 snap [2023-04-06T20:01:03.620Z] -rw-rw-r-- 1 1001 1001 204 Apr 6 19:58 version.go [Pipeline] sh [2023-04-06T20:01:03.929Z] + '[' -e coverage.out ] [2023-04-06T20:01:03.929Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-06T20:01:04.060Z] Stashed 1 file(s) [Pipeline] sh [2023-04-06T20:01:04.347Z] + make build [2023-04-06T20:01:04.348Z] 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-06T20:01:14.063Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-06T20:01:14.137Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-06T20:01:15.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-06T20:01:15.239Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-06T20:01:15.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-06T20:01:15.260Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4501/head:refs/remotes/origin/PR-4501 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-06T20:01:15.979Z] Merging remotes/origin/main commit 581b0da79acfc8c7cfb708782744174800bf9092 into PR head commit 78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:01:16.416Z] Merge succeeded, producing 78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:01:16.417Z] Checking out Revision 78f51e8440b867a124a6a1af97b35adce17e6c0c (PR-4501) [2023-04-06T20:01:16.541Z] 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-06T20:01:16.800Z] 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-06T20:01:17.107Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-04-06T20:01:17.163Z] > git --version # timeout=10 [2023-04-06T20:01:17.179Z] > git --version # 'git version 2.25.1' [2023-04-06T20:01:17.202Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-06T20:01:16.001Z] > git config core.sparsecheckout # timeout=10 [2023-04-06T20:01:16.084Z] > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # timeout=10 [2023-04-06T20:01:16.308Z] > git remote # timeout=10 [2023-04-06T20:01:16.329Z] > git config --get remote.origin.url # timeout=10 [2023-04-06T20:01:16.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-06T20:01:16.370Z] > git merge 581b0da79acfc8c7cfb708782744174800bf9092 # timeout=10 [2023-04-06T20:01:16.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-06T20:01:16.426Z] > git config core.sparsecheckout # timeout=10 [2023-04-06T20:01:16.441Z] > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # timeout=10 [2023-04-06T20:01:18.174Z] 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-06T20:01:18.404Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-06T20:01:18.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-06T20:01:18.404Z] Dload Upload Total Spent Left Speed [2023-04-06T20:01:18.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82264 0 --:--:-- --:--:-- --:--:-- 82798 [Pipeline] sh [2023-04-06T20:01:19.110Z] 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-06T20:01:19.112Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-06T20:01:19.488Z] + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-06T20:01:19.488Z] sudo tee /etc/docker/daemon.new [2023-04-06T20:01:19.488Z] { [2023-04-06T20:01:19.488Z] "registry-mirrors": [ [2023-04-06T20:01:19.488Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-06T20:01:19.488Z] ], [2023-04-06T20:01:19.488Z] "bip": "10.250.0.254/24", [2023-04-06T20:01:19.488Z] "hosts": [ [2023-04-06T20:01:19.488Z] "tcp://0.0.0.0:5555", [2023-04-06T20:01:19.488Z] "unix:///var/run/docker.sock" [2023-04-06T20:01:19.488Z] ], [2023-04-06T20:01:19.488Z] "mtu": 1458, [2023-04-06T20:01:19.488Z] "selinux-enabled": true, [2023-04-06T20:01:19.488Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-06T20:01:19.488Z] } [Pipeline] sh [2023-04-06T20:01:19.853Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-06T20:01:20.216Z] + sudo service docker restart [2023-04-06T20:01:25.691Z] 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-06T20:01:27.595Z] 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-06T20:01:28.577Z] 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-06T20:01:29.514Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-06T20:01:30.452Z] 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-06T20:01:31.388Z] 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-06T20:01:32.322Z] 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-06T20:01:33.732Z] $ docker stop --time=1 651a528410e08121fb188069ea8221e11d5c953b94cf0ac3dbfc108b31a51311 [2023-04-06T20:01:39.244Z] $ docker rm -f --volumes 651a528410e08121fb188069ea8221e11d5c953b94cf0ac3dbfc108b31a51311 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider [2023-04-06T20:01:39.762Z] provisioning config files... [2023-04-06T20:01:39.789Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14803601243967381182tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [2023-04-06T20:01:40.184Z] ---> docker-login.sh [2023-04-06T20:01:40.184Z] nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:01:40.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-06T20:01:40.524Z] [2023-04-06T20:01:40.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:01:40.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T20:01:40.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T20:01:40.782Z] Configure a credential helper to remove this warning. See [2023-04-06T20:01:40.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T20:01:40.782Z] [2023-04-06T20:01:40.782Z] Login Succeeded [2023-04-06T20:01:40.782Z] nexus3.edgexfoundry.org:10002 [2023-04-06T20:01:40.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-06T20:01:40.888Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-06T20:01:40.888Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-06T20:01:40.888Z] ca9280d653b3: Pulling fs layer [2023-04-06T20:01:40.888Z] 7e9c9ca2126c: Pulling fs layer [2023-04-06T20:01:41.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T20:01:41.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T20:01:41.051Z] Configure a credential helper to remove this warning. See [2023-04-06T20:01:41.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T20:01:41.051Z] [2023-04-06T20:01:41.051Z] Login Succeeded [2023-04-06T20:01:41.147Z] cbdbe7a5bc2a: Download complete [2023-04-06T20:01:41.147Z] ca9280d653b3: Verifying Checksum [2023-04-06T20:01:41.147Z] ca9280d653b3: Download complete [2023-04-06T20:01:41.147Z] cbdbe7a5bc2a: Pull complete [2023-04-06T20:01:41.321Z] nexus3.edgexfoundry.org:10003 [2023-04-06T20:01:41.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T20:01:41.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T20:01:41.592Z] Configure a credential helper to remove this warning. See [2023-04-06T20:01:41.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T20:01:41.592Z] [2023-04-06T20:01:41.592Z] Login Succeeded [2023-04-06T20:01:41.592Z] nexus3.edgexfoundry.org:10004 [2023-04-06T20:01:41.712Z] 7e9c9ca2126c: Verifying Checksum [2023-04-06T20:01:41.712Z] 7e9c9ca2126c: Download complete [2023-04-06T20:01:41.712Z] ca9280d653b3: Pull complete [2023-04-06T20:01:41.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T20:01:41.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T20:01:41.864Z] Configure a credential helper to remove this warning. See [2023-04-06T20:01:41.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T20:01:41.864Z] [2023-04-06T20:01:41.864Z] Login Succeeded [2023-04-06T20:01:41.864Z] docker.io [2023-04-06T20:01:42.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T20:01:42.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T20:01:42.401Z] Configure a credential helper to remove this warning. See [2023-04-06T20:01:42.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T20:01:42.401Z] [2023-04-06T20:01:42.401Z] Login Succeeded [2023-04-06T20:01:42.401Z] ---> docker-login.sh ends [Pipeline] } [2023-04-06T20:01:42.431Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-06T20:01:43.140Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-06T20:01:43.188Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T20:01:43.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T20:01:43.248Z] ========================================================= [2023-04-06T20:01:43.248Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-06T20:01:43.248Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-06T20:01:43.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-06T20:01:45.002Z] 7e9c9ca2126c: Pull complete [2023-04-06T20:01:45.002Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-06T20:01:45.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-06T20:01:45.002Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:01:45.210Z] prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container [2023-04-06T20:01:45.239Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-06T20:01:46.989Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-06T20:01:46.989Z] af6eaf76a39c: Pulling fs layer [2023-04-06T20:01:46.989Z] 55522c791124: Pulling fs layer [2023-04-06T20:01:46.989Z] ce5c4a1c91eb: Pulling fs layer [2023-04-06T20:01:46.989Z] 169dfbe0d373: Pulling fs layer [2023-04-06T20:01:46.989Z] e1ff8fa3b103: Pulling fs layer [2023-04-06T20:01:46.989Z] 52ebb69f0ebf: Pulling fs layer [2023-04-06T20:01:46.989Z] 5abe8eddf0d5: Pulling fs layer [2023-04-06T20:01:46.989Z] 52ebb69f0ebf: Waiting [2023-04-06T20:01:46.989Z] 5abe8eddf0d5: Waiting [2023-04-06T20:01:46.989Z] 169dfbe0d373: Waiting [2023-04-06T20:01:46.989Z] 55522c791124: Download complete [2023-04-06T20:01:46.989Z] 169dfbe0d373: Verifying Checksum [2023-04-06T20:01:46.989Z] 169dfbe0d373: Download complete [2023-04-06T20:01:46.989Z] e1ff8fa3b103: Download complete [2023-04-06T20:01:46.989Z] af6eaf76a39c: Verifying Checksum [2023-04-06T20:01:46.989Z] af6eaf76a39c: Download complete [2023-04-06T20:01:48.148Z] af6eaf76a39c: Pull complete [2023-04-06T20:01:48.148Z] 5abe8eddf0d5: Verifying Checksum [2023-04-06T20:01:48.148Z] 5abe8eddf0d5: Download complete [2023-04-06T20:01:48.292Z] $ docker top 8d5fc79eaf971e1a324d97952106a31b18123f8477584b3e6d69a9daea87d845 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T20:01:48.723Z] + + docker-compose build --help [2023-04-06T20:01:48.723Z] grep parallel [2023-04-06T20:01:48.801Z] 55522c791124: Pull complete [2023-04-06T20:01:49.291Z] --parallel Build images in parallel. [Pipeline] } [2023-04-06T20:01:49.325Z] $ docker stop --time=1 8d5fc79eaf971e1a324d97952106a31b18123f8477584b3e6d69a9daea87d845 [2023-04-06T20:01:49.797Z] ce5c4a1c91eb: Verifying Checksum [2023-04-06T20:01:49.797Z] ce5c4a1c91eb: Download complete [2023-04-06T20:01:49.797Z] 52ebb69f0ebf: Verifying Checksum [2023-04-06T20:01:49.797Z] 52ebb69f0ebf: Download complete [2023-04-06T20:01:50.599Z] $ docker rm -f --volumes 8d5fc79eaf971e1a324d97952106a31b18123f8477584b3e6d69a9daea87d845 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:01:51.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-06T20:01:51.242Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:01:51.392Z] prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container [2023-04-06T20:01:51.425Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-06T20:01:51.758Z] $ docker top d973cf6547cddced58885ee4043aee9b54b11967a064427cca13da8825318e5c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T20:01:52.142Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-06T20:01:52.708Z] Building core-command ... [2023-04-06T20:01:52.708Z] Building core-common-config-bootstrapper ... [2023-04-06T20:01:52.708Z] Building core-data ... [2023-04-06T20:01:52.708Z] Building core-metadata ... [2023-04-06T20:01:52.708Z] Building security-bootstrapper ... [2023-04-06T20:01:52.708Z] Building security-proxy-auth ... [2023-04-06T20:01:52.708Z] Building security-proxy-setup ... [2023-04-06T20:01:52.708Z] Building security-secretstore-setup ... [2023-04-06T20:01:52.708Z] Building security-spiffe-token-provider ... [2023-04-06T20:01:52.708Z] Building security-spire-agent ... [2023-04-06T20:01:52.708Z] Building security-spire-config ... [2023-04-06T20:01:52.708Z] Building security-spire-server ... [2023-04-06T20:01:52.708Z] Building support-notifications ... [2023-04-06T20:01:52.708Z] Building support-scheduler ... [2023-04-06T20:01:52.708Z] Building security-spire-agent [2023-04-06T20:01:52.708Z] Building security-spiffe-token-provider [2023-04-06T20:01:52.708Z] Building support-scheduler [2023-04-06T20:01:52.708Z] Building core-metadata [2023-04-06T20:01:52.708Z] Building core-common-config-bootstrapper [2023-04-06T20:02:02.153Z] ce5c4a1c91eb: Pull complete [2023-04-06T20:02:02.154Z] 169dfbe0d373: Pull complete [2023-04-06T20:02:02.154Z] e1ff8fa3b103: Pull complete [2023-04-06T20:02:07.510Z] 52ebb69f0ebf: Pull complete [2023-04-06T20:02:07.574Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:02:07.574Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:02:07.574Z] ---> 5f1579fdd66e [2023-04-06T20:02:07.574Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:02:07.574Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:02:07.574Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:02:07.574Z] ---> 5f1579fdd66e [2023-04-06T20:02:07.574Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:02:07.574Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:02:07.574Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:02:07.574Z] ---> 5f1579fdd66e [2023-04-06T20:02:07.574Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:02:07.574Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:02:07.574Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:02:07.574Z] ---> 5f1579fdd66e [2023-04-06T20:02:07.574Z] Step 3/27 : WORKDIR /edgex-go [2023-04-06T20:02:07.574Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:02:07.574Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:02:07.574Z] ---> 5f1579fdd66e [2023-04-06T20:02:07.574Z] Step 3/20 : WORKDIR /edgex-go [2023-04-06T20:02:09.469Z] 5abe8eddf0d5: Pull complete [2023-04-06T20:02:09.469Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-06T20:02:09.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-06T20:02:09.469Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-06T20:02:10.121Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-06T20:02:10.121Z] WORKDIR /edgex [2023-04-06T20:02:10.121Z] COPY go.mod . [2023-04-06T20:02:10.121Z] RUN go mod download [2023-04-06T20:02:10.121Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-06T20:02:10.716Z] Sending build context to Docker daemon 2.934MB [2023-04-06T20:02:10.716Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-06T20:02:10.716Z] ---> 6cb57ee374ae [2023-04-06T20:02:10.716Z] Step 2/4 : WORKDIR /edgex [2023-04-06T20:02:14.061Z] ---> Running in 8e271d9ef0a1 [2023-04-06T20:02:14.332Z] Removing intermediate container 8e271d9ef0a1 [2023-04-06T20:02:14.332Z] ---> 5d67f4b3a314 [2023-04-06T20:02:14.332Z] Step 3/4 : COPY go.mod . [2023-04-06T20:02:14.601Z] ---> b8ee1eb9de98 [2023-04-06T20:02:14.601Z] Step 4/4 : RUN go mod download [2023-04-06T20:02:14.875Z] ---> Running in 661686cf088b [2023-04-06T20:02:19.843Z] ---> Running in 637c3279bc06 [2023-04-06T20:02:19.843Z] ---> Running in 2599819a4f88 [2023-04-06T20:02:19.843Z] ---> Running in 89771ed500b0 [2023-04-06T20:02:19.843Z] ---> Running in bc4fd7ad6cc6 [2023-04-06T20:02:19.843Z] ---> Running in f04b3173c497 [2023-04-06T20:02:19.843Z] Removing intermediate container 2599819a4f88 [2023-04-06T20:02:19.843Z] ---> 66e87f3a15e6 [2023-04-06T20:02:19.843Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:02:19.843Z] Removing intermediate container bc4fd7ad6cc6 [2023-04-06T20:02:19.843Z] ---> f497ac21f672 [2023-04-06T20:02:19.843Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:02:19.843Z] Removing intermediate container 637c3279bc06 [2023-04-06T20:02:19.843Z] ---> 3304e6ca6c3c [2023-04-06T20:02:19.843Z] Step 4/25 : WORKDIR /edgex-go [2023-04-06T20:02:19.843Z] Removing intermediate container f04b3173c497 [2023-04-06T20:02:19.843Z] ---> e35915d61a79 [2023-04-06T20:02:19.843Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-06T20:02:19.843Z] ---> Running in fd4b17e4dbf4 [2023-04-06T20:02:19.843Z] ---> Running in 6d2cebe2025c [2023-04-06T20:02:19.843Z] Removing intermediate container 89771ed500b0 [2023-04-06T20:02:19.843Z] ---> 32715cfc8aee [2023-04-06T20:02:19.843Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-06T20:02:19.843Z] ---> Running in aaed4661fe3e [2023-04-06T20:02:19.843Z] ---> Running in e132c4683446 [2023-04-06T20:02:19.843Z] ---> Running in d48b9e8d1776 [2023-04-06T20:02:19.843Z] Removing intermediate container fd4b17e4dbf4 [2023-04-06T20:02:19.843Z] ---> f4d4ae309cef [2023-04-06T20:02:19.843Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:02:19.843Z] Removing intermediate container 6d2cebe2025c [2023-04-06T20:02:19.843Z] ---> 0225d8bedf95 [2023-04-06T20:02:19.843Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:02:19.843Z] Removing intermediate container aaed4661fe3e [2023-04-06T20:02:19.843Z] ---> 1199805409d6 [2023-04-06T20:02:19.843Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-06T20:02:19.843Z] ---> Running in cdf142fa20f6 [2023-04-06T20:02:19.843Z] ---> Running in d0bd49ae3ffd [2023-04-06T20:02:19.843Z] ---> Running in a9a817944bdc [2023-04-06T20:02:19.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:19.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:19.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.366Z] OK: 265 MiB in 53 packages [2023-04-06T20:02:20.366Z] OK: 265 MiB in 53 packages [2023-04-06T20:02:20.366Z] OK: 265 MiB in 53 packages [2023-04-06T20:02:20.366Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:02:20.366Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:02:20.366Z] OK: 17823 distinct packages available [2023-04-06T20:02:20.366Z] OK: 265 MiB in 53 packages [2023-04-06T20:02:20.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:02:20.884Z] OK: 265 MiB in 53 packages [2023-04-06T20:02:21.144Z] Removing intermediate container d48b9e8d1776 [2023-04-06T20:02:21.144Z] ---> 043efa8ae67f [2023-04-06T20:02:21.144Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-06T20:02:21.144Z] Removing intermediate container d0bd49ae3ffd [2023-04-06T20:02:21.144Z] ---> 59ebd817c028 [2023-04-06T20:02:21.144Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:02:21.144Z] Removing intermediate container cdf142fa20f6 [2023-04-06T20:02:21.144Z] ---> 4322cbd975d6 [2023-04-06T20:02:21.144Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:02:21.144Z] Removing intermediate container a9a817944bdc [2023-04-06T20:02:21.144Z] ---> 2bb993503bb8 [2023-04-06T20:02:21.144Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-06T20:02:21.144Z] ---> b3cde904d9d2 [2023-04-06T20:02:21.144Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:02:21.144Z] ---> d14bb8eb2b11 [2023-04-06T20:02:21.144Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:02:21.144Z] ---> 3e88bebab2b3 [2023-04-06T20:02:21.144Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:02:21.403Z] ---> Running in 857c903201ec [2023-04-06T20:02:21.403Z] ---> Running in 05dde0acdcc5 [2023-04-06T20:02:21.403Z] ---> Running in 59074e279cd7 [2023-04-06T20:02:21.403Z] ---> 68a9f3362041 [2023-04-06T20:02:21.403Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:02:21.403Z] Removing intermediate container e132c4683446 [2023-04-06T20:02:21.403Z] ---> 5cde69722ef6 [2023-04-06T20:02:21.403Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-06T20:02:21.403Z] ---> Running in bc0b5cb18e30 [2023-04-06T20:02:21.661Z] ---> a18b630e2aa2 [2023-04-06T20:02:21.661Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:02:21.661Z] ---> Running in ed7a9678f6da [2023-04-06T20:02:47.141Z] Removing intermediate container 661686cf088b [2023-04-06T20:02:47.141Z] ---> 27df420bf62a [2023-04-06T20:02:47.141Z] Successfully built 27df420bf62a [2023-04-06T20:02:47.141Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:02:47.545Z] + docker inspect -f . ci-base-image-arm64 [2023-04-06T20:02:47.545Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:02:47.833Z] prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container [2023-04-06T20:02:47.900Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-06T20:02:49.034Z] $ docker top 32874e45bd0769c0838480791786db1e6c31b399f19d04d5578b5f0c08fb88ed -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T20:02:49.886Z] + go version [2023-04-06T20:02:49.886Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-06T20:02:49.923Z] $ docker stop --time=1 32874e45bd0769c0838480791786db1e6c31b399f19d04d5578b5f0c08fb88ed [2023-04-06T20:02:51.473Z] $ docker rm -f --volumes 32874e45bd0769c0838480791786db1e6c31b399f19d04d5578b5f0c08fb88ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:02:52.293Z] + docker inspect -f . ci-base-image-arm64 [2023-04-06T20:02:52.293Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:02:52.542Z] prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container [2023-04-06T20:02:52.603Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-06T20:02:53.670Z] $ docker top 7465bea64b1c43bc5f4082062a39bc25b98f0738b6d4ab034c5e8334e56108a8 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-06T20:02:53.899Z] ========================================================= [2023-04-06T20:02:53.899Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-06T20:02:53.899Z] ========================================================= [Pipeline] sh [2023-04-06T20:02:54.220Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-06T20:02:54.612Z] + make test [2023-04-06T20:02:54.612Z] go test -race -coverprofile=coverage.out ./... [2023-04-06T20:03:33.480Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-06T20:03:43.332Z] Removing intermediate container bc0b5cb18e30 [2023-04-06T20:03:43.332Z] ---> 259482b7cebc [2023-04-06T20:03:43.332Z] Step 8/25 : COPY . . [2023-04-06T20:03:43.332Z] Removing intermediate container ed7a9678f6da [2023-04-06T20:03:43.332Z] ---> e93f0012343c [2023-04-06T20:03:43.332Z] Step 7/20 : COPY . . [2023-04-06T20:03:43.332Z] Removing intermediate container 05dde0acdcc5 [2023-04-06T20:03:43.332Z] ---> e12aa4542411 [2023-04-06T20:03:43.332Z] Step 8/23 : COPY . . [2023-04-06T20:03:43.332Z] Removing intermediate container 59074e279cd7 [2023-04-06T20:03:43.332Z] ---> e8d2f32cfbb2 [2023-04-06T20:03:43.332Z] Step 8/23 : COPY . . [2023-04-06T20:03:43.332Z] Removing intermediate container 857c903201ec [2023-04-06T20:03:43.332Z] ---> 9fb2b7ad4202 [2023-04-06T20:03:43.332Z] Step 7/27 : COPY . . [2023-04-06T20:04:21.071Z] ---> dd1aef17ab82 [2023-04-06T20:04:21.071Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-06T20:04:21.071Z] ---> 970eb39581c2 [2023-04-06T20:04:21.071Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-06T20:04:21.071Z] ---> 46d7411635fc [2023-04-06T20:04:21.071Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-06T20:04:21.071Z] ---> 545123695398 [2023-04-06T20:04:21.071Z] ---> 32a93b434548 [2023-04-06T20:04:21.071Z] Step 9/23 : RUN make cmd/support-scheduler/support-schedulerStep 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-06T20:04:21.071Z] [2023-04-06T20:04:21.071Z] ---> Running in e39d499b2f86 [2023-04-06T20:04:21.071Z] ---> Running in e340fbcb235b [2023-04-06T20:04:21.071Z] ---> Running in c5fadd59774e [2023-04-06T20:04:21.071Z] ---> Running in c9f2f46f2486 [2023-04-06T20:04:21.071Z] ---> Running in 52f71d096cfe [2023-04-06T20:04:21.071Z] Removing intermediate container 52f71d096cfe [2023-04-06T20:04:21.071Z] ---> 50766abd072a [2023-04-06T20:04:21.071Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-06T20:04:21.071Z] ---> Running in 078ef2f38002 [2023-04-06T20:04:21.071Z] 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-06T20:04:21.071Z] 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-06T20:04:21.071Z] 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-06T20:04:21.329Z] 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-06T20:04:21.587Z] Removing intermediate container 078ef2f38002 [2023-04-06T20:04:21.587Z] ---> b7f4c9872f1b [2023-04-06T20:04:21.587Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-06T20:04:23.531Z] ---> Running in a7201bca1719 [2023-04-06T20:04:23.531Z] Removing intermediate container a7201bca1719 [2023-04-06T20:04:23.531Z] ---> bd670dc53beb [2023-04-06T20:04:23.531Z] 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-06T20:04:23.789Z] ---> Running in 21e8d025ac21 [2023-04-06T20:04:27.999Z] Removing intermediate container 21e8d025ac21 [2023-04-06T20:04:27.999Z] ---> b07ce9b1fe38 [2023-04-06T20:04:27.999Z] Step 12/27 : WORKDIR /edgex-go [2023-04-06T20:04:37.242Z] ---> Running in c246199a9285 [2023-04-06T20:04:39.770Z] Removing intermediate container c246199a9285 [2023-04-06T20:04:39.770Z] ---> a09736c08b39 [2023-04-06T20:04:39.770Z] [2023-04-06T20:04:39.770Z] Step 13/27 : FROM alpine:3.17 [2023-04-06T20:04:39.770Z] 3.17: Pulling from library/alpine [2023-04-06T20:04:41.164Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-06T20:04:41.164Z] Status: Downloaded newer image for alpine:3.17 [2023-04-06T20:04:41.164Z] ---> 9ed4aefc74f6 [2023-04-06T20:04:41.164Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-06T20:04:45.582Z] ---> Running in 46a8a0ac607a [2023-04-06T20:04:46.517Z] Removing intermediate container 46a8a0ac607a [2023-04-06T20:04:46.517Z] ---> 0c8786501320 [2023-04-06T20:04:46.517Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-06T20:04:46.775Z] ---> Running in b9e1dd866d7c [2023-04-06T20:04:47.341Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:04:47.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:04:48.581Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:04:48.581Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:04:48.581Z] OK: 17818 distinct packages available [2023-04-06T20:04:48.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:04:48.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:04:48.840Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-06T20:04:48.840Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-06T20:04:48.840Z] (3/5) Installing libucontext (1.2-r0) [2023-04-06T20:04:48.840Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-06T20:04:48.840Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-06T20:04:48.840Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:04:49.443Z] OK: 8 MiB in 20 packages [2023-04-06T20:04:57.583Z] Removing intermediate container b9e1dd866d7c [2023-04-06T20:04:57.583Z] ---> ab60a5ff656b [2023-04-06T20:04:57.583Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:04:57.583Z] ---> 2cb34a06d0ce [2023-04-06T20:04:57.583Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:05:04.567Z] ---> 90daaf2d608f [2023-04-06T20:05:04.567Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-06T20:05:09.833Z] ---> 48d05c1acda2 [2023-04-06T20:05:09.833Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-06T20:05:09.833Z] Removing intermediate container e340fbcb235b [2023-04-06T20:05:09.833Z] ---> 76afd2d4174e [2023-04-06T20:05:09.833Z] [2023-04-06T20:05:09.833Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:05:09.833Z] ---> 9ed4aefc74f6 [2023-04-06T20:05:09.833Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-06T20:05:09.833Z] Removing intermediate container e39d499b2f86 [2023-04-06T20:05:09.833Z] ---> 4deded310e01 [2023-04-06T20:05:09.833Z] [2023-04-06T20:05:09.833Z] Step 10/25 : FROM alpine:3.17 [2023-04-06T20:05:09.833Z] ---> 9ed4aefc74f6 [2023-04-06T20:05:09.833Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:05:09.833Z] Removing intermediate container c5fadd59774e [2023-04-06T20:05:09.833Z] ---> 26bf4c88f5e6 [2023-04-06T20:05:09.833Z] [2023-04-06T20:05:09.833Z] Step 9/20 : FROM alpine:3.17 [2023-04-06T20:05:09.833Z] ---> 9ed4aefc74f6 [2023-04-06T20:05:09.833Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-06T20:05:09.833Z] Removing intermediate container c9f2f46f2486 [2023-04-06T20:05:09.833Z] ---> 14127e07285f [2023-04-06T20:05:09.833Z] [2023-04-06T20:05:09.833Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:05:09.833Z] ---> 9ed4aefc74f6 [2023-04-06T20:05:09.833Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:05:15.121Z] ---> Running in 3dfc149a0b72 [2023-04-06T20:05:15.121Z] ---> Running in 7f13e412a94d [2023-04-06T20:05:15.121Z] ---> Running in fbf490bbe355 [2023-04-06T20:05:15.121Z] ---> Running in b1328b5c6257 [2023-04-06T20:05:15.121Z] ---> 78b0bb48e5f9 [2023-04-06T20:05:15.121Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-06T20:05:17.238Z] Removing intermediate container 3dfc149a0b72 [2023-04-06T20:05:17.238Z] ---> 4393d14e7f95 [2023-04-06T20:05:17.238Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:05:17.238Z] Removing intermediate container fbf490bbe355 [2023-04-06T20:05:17.238Z] ---> 73bd80009e35 [2023-04-06T20:05:17.238Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-06T20:05:17.238Z] ---> 174bb17c2d1e [2023-04-06T20:05:17.238Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-06T20:05:17.238Z] ---> Running in b3906be55ee3 [2023-04-06T20:05:17.238Z] ---> Running in 93693c145d9f [2023-04-06T20:05:17.238Z] ---> 4fec7606b6e4 [2023-04-06T20:05:17.238Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-06T20:05:17.238Z] ---> 313939b03d54 [2023-04-06T20:05:17.238Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-06T20:05:17.238Z] ---> Running in d6a858f95900 [2023-04-06T20:05:17.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:17.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:17.495Z] Removing intermediate container d6a858f95900 [2023-04-06T20:05:17.495Z] ---> 1ad02956c672 [2023-04-06T20:05:17.495Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-06T20:05:17.495Z] ---> Running in e6c4fc7420e6 [2023-04-06T20:05:17.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:17.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:17.495Z] Removing intermediate container e6c4fc7420e6 [2023-04-06T20:05:17.495Z] ---> 97a2545b6673 [2023-04-06T20:05:17.495Z] Step 25/27 : LABEL arch=x86_64 [2023-04-06T20:05:17.495Z] ---> Running in f873aaa2c888 [2023-04-06T20:05:17.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:17.807Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-06T20:05:17.807Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:05:17.807Z] OK: 7 MiB in 16 packages [2023-04-06T20:05:17.807Z] Removing intermediate container f873aaa2c888 [2023-04-06T20:05:17.807Z] ---> e8d9611761af [2023-04-06T20:05:17.807Z] Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:05:17.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:17.807Z] ---> Running in afe133f311f4 [2023-04-06T20:05:17.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:17.807Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-06T20:05:17.807Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:05:17.807Z] OK: 7 MiB in 16 packages [2023-04-06T20:05:17.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:18.078Z] Removing intermediate container afe133f311f4 [2023-04-06T20:05:18.078Z] ---> cffa45c11e55 [2023-04-06T20:05:18.078Z] Step 27/27 : LABEL version=0.0.0 [2023-04-06T20:05:18.078Z] ---> Running in 2352924ac786 [2023-04-06T20:05:18.078Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:05:18.078Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:05:18.078Z] OK: 17818 distinct packages available [2023-04-06T20:05:18.078Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-06T20:05:18.078Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:05:18.078Z] OK: 7 MiB in 16 packages [2023-04-06T20:05:18.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:18.078Z] Removing intermediate container 2352924ac786 [2023-04-06T20:05:18.078Z] ---> a5fa0a94668d [2023-04-06T20:05:18.078Z] [2023-04-06T20:05:18.078Z] Removing intermediate container b1328b5c6257 [2023-04-06T20:05:18.078Z] ---> 5b03bcf43bdc [2023-04-06T20:05:18.078Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:05:18.335Z] Successfully built a5fa0a94668d [2023-04-06T20:05:18.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:18.335Z] ---> Running in 4700fff03c64 [2023-04-06T20:05:18.335Z] Successfully tagged security-spire-agent:latest [2023-04-06T20:05:18.335Z]  Building security-spire-agent ... done Building security-proxy-setup [2023-04-06T20:05:18.335Z] Removing intermediate container 7f13e412a94d [2023-04-06T20:05:18.335Z] ---> 6ebb7d5a5adc [2023-04-06T20:05:18.335Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:05:18.335Z] ---> Running in 6702bd5d8a73 [2023-04-06T20:05:18.616Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-06T20:05:18.616Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-06T20:05:18.616Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-06T20:05:18.616Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-06T20:05:18.878Z] (5/9) Installing curl (7.88.1-r1) [2023-04-06T20:05:18.878Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-06T20:05:18.878Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-06T20:05:18.878Z] (8/9) Installing libucontext (1.2-r0) [2023-04-06T20:05:18.878Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-06T20:05:18.878Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:05:18.878Z] Executing ca-certificates-20220614-r4.trigger [2023-04-06T20:05:18.878Z] OK: 10 MiB in 24 packages [2023-04-06T20:05:21.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:05:21.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:05:21.410Z] ---> 5f1579fdd66e [2023-04-06T20:05:21.410Z] Step 3/22 : WORKDIR /edgex-go [2023-04-06T20:05:21.410Z] ---> Using cache [2023-04-06T20:05:21.410Z] ---> 32715cfc8aee [2023-04-06T20:05:21.411Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-06T20:05:23.318Z] Removing intermediate container 4700fff03c64 [2023-04-06T20:05:23.318Z] ---> 0a6ecd1a9b31 [2023-04-06T20:05:23.318Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-06T20:05:23.318Z] Removing intermediate container b3906be55ee3 [2023-04-06T20:05:23.318Z] ---> e7576df95f63 [2023-04-06T20:05:23.318Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:05:23.318Z] ---> Running in acb5322a43a3 [2023-04-06T20:05:23.318Z] Removing intermediate container 6702bd5d8a73 [2023-04-06T20:05:23.318Z] ---> ad7c538704ea [2023-04-06T20:05:23.318Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-06T20:05:23.318Z] ---> Running in 0c12cc616ebe [2023-04-06T20:05:23.318Z] ---> Running in 7decbb89f083 [2023-04-06T20:05:23.318Z] Removing intermediate container 0c12cc616ebe [2023-04-06T20:05:23.318Z] ---> 170449b507c4 [2023-04-06T20:05:23.318Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-06T20:05:23.318Z] ---> 1644aaa6924f [2023-04-06T20:05:23.318Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:05:23.318Z] ---> Running in 57fc0c8aed51 [2023-04-06T20:05:23.318Z] Removing intermediate container 7decbb89f083 [2023-04-06T20:05:23.318Z] ---> 17726177bc39 [2023-04-06T20:05:23.318Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-06T20:05:23.318Z] ---> Running in 3db9489a8d4c [2023-04-06T20:05:23.318Z] Removing intermediate container 93693c145d9f [2023-04-06T20:05:23.318Z] ---> dacc25214a89 [2023-04-06T20:05:23.318Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:05:23.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:23.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:23.577Z] ---> d5a97307888b [2023-04-06T20:05:23.577Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-06T20:05:23.577Z] Removing intermediate container 57fc0c8aed51 [2023-04-06T20:05:23.577Z] ---> b86447fa16a8 [2023-04-06T20:05:23.577Z] Step 15/25 : WORKDIR / [2023-04-06T20:05:23.577Z] Removing intermediate container 3db9489a8d4c [2023-04-06T20:05:23.577Z] ---> 5e94d4372768 [2023-04-06T20:05:23.577Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:05:23.834Z] ---> Running in 9990d10a6538 [2023-04-06T20:05:23.834Z] ---> 4dac6823de08 [2023-04-06T20:05:23.834Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:05:23.834Z] OK: 265 MiB in 53 packages [2023-04-06T20:05:24.093Z] Removing intermediate container 9990d10a6538 [2023-04-06T20:05:24.093Z] ---> 0d6e17779068 [2023-04-06T20:05:24.093Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:05:24.351Z] ---> 217ad28cb23c [2023-04-06T20:05:24.351Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-06T20:05:24.351Z] ---> c916354ccca1 [2023-04-06T20:05:24.351Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:05:24.351Z] ---> 69edea404db0 [2023-04-06T20:05:24.351Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:05:24.351Z] ---> dc03e5958d69 [2023-04-06T20:05:24.351Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-06T20:05:25.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-06T20:05:25.284Z] ---> 0a1e01c13f15 [2023-04-06T20:05:25.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-06T20:05:25.284Z] Removing intermediate container acb5322a43a3 [2023-04-06T20:05:25.284Z] ---> d3535227eb8d [2023-04-06T20:05:25.284Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-06T20:05:25.284Z] ---> 74f2963340bd [2023-04-06T20:05:25.284Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-06T20:05:25.284Z] ---> 06ca9d3f517a [2023-04-06T20:05:25.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-06T20:05:25.284Z] ---> a49d06117ee9 [2023-04-06T20:05:25.284Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:05:25.284Z] ---> edc1e52e6bc3 [2023-04-06T20:05:25.284Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:05:25.284Z] ---> Running in 6904a9151e88 [2023-04-06T20:05:25.871Z] ---> ea9b99dd3737 [2023-04-06T20:05:25.872Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:05:26.438Z] ---> f790fc59facf [2023-04-06T20:05:26.438Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:05:26.438Z] ---> Running in e4ed0c7b1da5 [2023-04-06T20:05:26.438Z] ---> cd521ea45228 [2023-04-06T20:05:26.438Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-06T20:05:26.697Z] ---> baee866a83d3 [2023-04-06T20:05:26.697Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:05:26.697Z] ---> Running in 28da8a889f58 [2023-04-06T20:05:26.697Z] Removing intermediate container 28da8a889f58 [2023-04-06T20:05:26.697Z] ---> 3a12c8c35ca9 [2023-04-06T20:05:26.697Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:05:26.697Z] ---> aa0f830b20e6 [2023-04-06T20:05:26.697Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-06T20:05:26.697Z] ---> a11182d7389e [2023-04-06T20:05:26.697Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-06T20:05:26.697Z] ---> Running in 5ca1d9fca33a [2023-04-06T20:05:26.697Z] ---> Running in b76c93a339c8 [2023-04-06T20:05:26.955Z] Removing intermediate container 5ca1d9fca33a [2023-04-06T20:05:26.955Z] ---> a611d6ce59a6 [2023-04-06T20:05:26.955Z] Step 18/20 : LABEL arch=x86_64 [2023-04-06T20:05:26.955Z] ---> 03e604a36d95 [2023-04-06T20:05:26.955Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-06T20:05:26.955Z] Removing intermediate container b76c93a339c8 [2023-04-06T20:05:26.955Z] ---> ec5e4ab45f84 [2023-04-06T20:05:26.955Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:05:26.955Z] ---> Running in 3cbd03d54305 [2023-04-06T20:05:26.955Z] ---> Running in 6192ce8771a6 [2023-04-06T20:05:26.955Z] ---> Running in 7414e0efe060 [2023-04-06T20:05:27.213Z] Removing intermediate container 3cbd03d54305 [2023-04-06T20:05:27.213Z] ---> 5f8c39fb8a20 [2023-04-06T20:05:27.213Z] Step 19/20 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:05:27.213Z] Removing intermediate container 6904a9151e88 [2023-04-06T20:05:27.213Z] ---> 8876026751f1 [2023-04-06T20:05:27.213Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:05:27.213Z] Removing intermediate container 6192ce8771a6 [2023-04-06T20:05:27.213Z] ---> 9ef148da013f [2023-04-06T20:05:27.213Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:05:27.213Z] ---> Running in 9c47f532ae63 [2023-04-06T20:05:27.213Z] Removing intermediate container 7414e0efe060 [2023-04-06T20:05:27.213Z] ---> c0184bf12897 [2023-04-06T20:05:27.213Z] Step 21/23 : LABEL arch=x86_64 [2023-04-06T20:05:27.213Z] ---> Running in 0a1ffc1f16d9 [2023-04-06T20:05:27.213Z] ---> Running in 5876cadd1c0b [2023-04-06T20:05:27.213Z] ---> Running in 111ea8fb16a7 [2023-04-06T20:05:27.213Z] Removing intermediate container 9c47f532ae63 [2023-04-06T20:05:27.213Z] ---> d5bc34489df8 [2023-04-06T20:05:27.213Z] Step 20/20 : LABEL version=0.0.0 [2023-04-06T20:05:27.213Z] ---> Running in 0d3ed48486a1 [2023-04-06T20:05:27.472Z] Removing intermediate container 0a1ffc1f16d9 [2023-04-06T20:05:27.472Z] ---> b2bc286096c4 [2023-04-06T20:05:27.472Z] Step 23/25 : LABEL arch=x86_64 [2023-04-06T20:05:27.472Z] Removing intermediate container 111ea8fb16a7 [2023-04-06T20:05:27.472Z] ---> ae0272d8a161 [2023-04-06T20:05:27.472Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:05:27.472Z] Removing intermediate container 5876cadd1c0b [2023-04-06T20:05:27.472Z] ---> d2baa1498971 [2023-04-06T20:05:27.472Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-06T20:05:27.472Z] ---> Running in 35b16cd2be59 [2023-04-06T20:05:27.472Z] ---> Running in c0867bb75d29 [2023-04-06T20:05:27.472Z] ---> Running in 077a8db5a3ce [2023-04-06T20:05:27.472Z] Removing intermediate container 0d3ed48486a1 [2023-04-06T20:05:27.472Z] ---> 6cde396e98fd [2023-04-06T20:05:27.472Z] [2023-04-06T20:05:27.472Z] Successfully built 6cde396e98fd [2023-04-06T20:05:27.472Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-06T20:05:27.472Z] Building core-command [2023-04-06T20:05:27.472Z]  Building security-spiffe-token-provider ... done Removing intermediate container c0867bb75d29 [2023-04-06T20:05:27.472Z] ---> 01958f99701d [2023-04-06T20:05:27.472Z] Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:05:27.472Z] Removing intermediate container 35b16cd2be59 [2023-04-06T20:05:27.472Z] ---> 2c189b3d77e9 [2023-04-06T20:05:27.472Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:05:27.472Z] Removing intermediate container 077a8db5a3ce [2023-04-06T20:05:27.472Z] ---> 5cda9151b7f7 [2023-04-06T20:05:27.472Z] Step 21/23 : LABEL arch=x86_64 [2023-04-06T20:05:28.026Z] ---> Running in 824b35459f14 [2023-04-06T20:05:28.026Z] ---> Running in a69118a93a26 [2023-04-06T20:05:29.930Z] ---> Running in f7bed1b3bdcf [2023-04-06T20:05:29.930Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:05:29.930Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:05:31.310Z] ---> 5f1579fdd66e [2023-04-06T20:05:31.310Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:05:31.310Z] ---> Using cache [2023-04-06T20:05:31.310Z] ---> 3304e6ca6c3c [2023-04-06T20:05:31.310Z] Step 4/24 : WORKDIR /edgex-go [2023-04-06T20:05:31.310Z] ---> Using cache [2023-04-06T20:05:31.310Z] ---> 1199805409d6 [2023-04-06T20:05:31.310Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-06T20:05:31.310Z] ---> Using cache [2023-04-06T20:05:31.310Z] ---> 2bb993503bb8 [2023-04-06T20:05:31.310Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-06T20:05:31.310Z] ---> Using cache [2023-04-06T20:05:31.310Z] ---> 68a9f3362041 [2023-04-06T20:05:31.310Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:05:31.311Z] ---> Using cache [2023-04-06T20:05:31.311Z] ---> 259482b7cebc [2023-04-06T20:05:31.311Z] Step 8/24 : COPY . . [2023-04-06T20:05:31.311Z] ---> Using cache [2023-04-06T20:05:31.311Z] ---> dd1aef17ab82 [2023-04-06T20:05:31.311Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-06T20:05:32.440Z] Removing intermediate container a69118a93a26 [2023-04-06T20:05:32.440Z] Removing intermediate container 824b35459f14 [2023-04-06T20:05:32.440Z] ---> 11bf40abc64e [2023-04-06T20:05:32.440Z] ---> 9402881651c9 [2023-04-06T20:05:32.440Z] [2023-04-06T20:05:32.440Z] Step 25/25 : LABEL version=0.0.0 [2023-04-06T20:05:32.440Z] ---> Running in ca72e414d6e5 [2023-04-06T20:05:32.440Z] Removing intermediate container f7bed1b3bdcf [2023-04-06T20:05:32.440Z] ---> 484e2941d37a [2023-04-06T20:05:32.440Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:05:32.440Z] ---> Running in 2aa6c5dcd009 [2023-04-06T20:05:32.440Z] ---> Running in 9d1a209bbf8b [2023-04-06T20:05:32.440Z] Successfully built 11bf40abc64e [2023-04-06T20:05:32.440Z] Successfully tagged support-scheduler:latest [2023-04-06T20:05:32.440Z]  Building support-scheduler ... done Building security-spire-config [2023-04-06T20:05:32.440Z] Removing intermediate container 2aa6c5dcd009 [2023-04-06T20:05:32.440Z] ---> b2e8157a3208 [2023-04-06T20:05:32.440Z] [2023-04-06T20:05:32.440Z] Removing intermediate container 9d1a209bbf8b [2023-04-06T20:05:32.440Z] ---> 2872951f2f36 [2023-04-06T20:05:32.440Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:05:32.699Z] 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-06T20:05:32.699Z] Successfully built b2e8157a3208 [2023-04-06T20:05:32.699Z] Successfully tagged core-metadata:latest [2023-04-06T20:05:32.699Z] Building support-notifications [2023-04-06T20:05:32.699Z]  Building core-metadata ... done  ---> Running in d158d65bfcda [2023-04-06T20:05:35.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-06T20:05:35.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-06T20:05:35.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.247s coverage: 28.7% of statements [2023-04-06T20:05:35.994Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:05:35.994Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:05:35.994Z] ---> 5f1579fdd66e [2023-04-06T20:05:35.994Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:05:35.994Z] ---> Using cache [2023-04-06T20:05:35.994Z] ---> 3304e6ca6c3c [2023-04-06T20:05:35.994Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:05:35.994Z] ---> Using cache [2023-04-06T20:05:35.994Z] ---> 1199805409d6 [2023-04-06T20:05:35.994Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-06T20:05:36.927Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:05:36.927Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:05:36.927Z] ---> 5f1579fdd66e [2023-04-06T20:05:36.927Z] Step 3/27 : WORKDIR /edgex-go [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> 32715cfc8aee [2023-04-06T20:05:36.927Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> 043efa8ae67f [2023-04-06T20:05:36.927Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> d14bb8eb2b11 [2023-04-06T20:05:36.927Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> 9fb2b7ad4202 [2023-04-06T20:05:36.927Z] Step 7/27 : COPY . . [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> 46d7411635fc [2023-04-06T20:05:36.927Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> 50766abd072a [2023-04-06T20:05:36.927Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> b7f4c9872f1b [2023-04-06T20:05:36.927Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> bd670dc53beb [2023-04-06T20:05:36.927Z] 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-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> b07ce9b1fe38 [2023-04-06T20:05:36.927Z] Step 12/27 : WORKDIR /edgex-go [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> a09736c08b39 [2023-04-06T20:05:36.927Z] [2023-04-06T20:05:36.927Z] Step 13/27 : FROM alpine:3.17 [2023-04-06T20:05:36.927Z] ---> 9ed4aefc74f6 [2023-04-06T20:05:36.927Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-06T20:05:36.927Z] ---> Using cache [2023-04-06T20:05:36.927Z] ---> 0c8786501320 [2023-04-06T20:05:36.927Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-06T20:05:43.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.292s coverage: 98.5% of statements [2023-04-06T20:05:45.067Z] Removing intermediate container d158d65bfcda [2023-04-06T20:05:45.067Z] ---> 1c24828cc355 [2023-04-06T20:05:45.067Z] [2023-04-06T20:05:45.067Z] ---> Running in a5b2cbe4ab5d [2023-04-06T20:05:45.067Z] ---> Running in 7638babebe5a [2023-04-06T20:05:45.067Z] Successfully built 1c24828cc355 [2023-04-06T20:05:45.067Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-06T20:05:45.067Z] Building security-spire-server [2023-04-06T20:05:45.325Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:45.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:45.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:45.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:45.583Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:05:45.583Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:05:45.583Z] OK: 17818 distinct packages available [2023-04-06T20:05:45.583Z] OK: 265 MiB in 53 packages [2023-04-06T20:05:45.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:45.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:05:46.099Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-06T20:05:46.099Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-06T20:05:46.099Z] (3/4) Installing libucontext (1.2-r0) [2023-04-06T20:05:46.099Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-06T20:05:46.099Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:05:46.099Z] OK: 7 MiB in 19 packages [2023-04-06T20:05:48.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-06T20:05:48.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-06T20:05:48.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-06T20:05:50.279Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:05:50.279Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:05:50.279Z] ---> 5f1579fdd66e [2023-04-06T20:05:50.279Z] Step 3/26 : WORKDIR /edgex-go [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> 32715cfc8aee [2023-04-06T20:05:50.279Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> 043efa8ae67f [2023-04-06T20:05:50.279Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> d14bb8eb2b11 [2023-04-06T20:05:50.279Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> 9fb2b7ad4202 [2023-04-06T20:05:50.279Z] Step 7/26 : COPY . . [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> 46d7411635fc [2023-04-06T20:05:50.279Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> 50766abd072a [2023-04-06T20:05:50.279Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> b7f4c9872f1b [2023-04-06T20:05:50.279Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-06T20:05:50.279Z] ---> Using cache [2023-04-06T20:05:50.279Z] ---> bd670dc53beb [2023-04-06T20:05:50.279Z] 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-06T20:05:51.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.408s coverage: 71.3% of statements [2023-04-06T20:05:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-06T20:05:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-06T20:05:53.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.311s coverage: 54.0% of statements [2023-04-06T20:05:55.606Z] ---> Running in 05157a6e5508 [2023-04-06T20:05:55.606Z] Removing intermediate container 7638babebe5a [2023-04-06T20:05:55.606Z] ---> 9cc931a7b193 [2023-04-06T20:05:55.606Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:05:56.349Z] Removing intermediate container a5b2cbe4ab5d [2023-04-06T20:05:56.349Z] ---> 5966c37ed686 [2023-04-06T20:05:56.349Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:05:57.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-06T20:05:57.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-06T20:05:57.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:05:57.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-06T20:05:57.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-06T20:06:00.569Z] ---> 587c97b58a30 [2023-04-06T20:06:00.569Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:06:01.944Z] ---> 46910a85110e [2023-04-06T20:06:01.945Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:06:01.945Z] ---> Running in 5913095b9c77 [2023-04-06T20:06:01.945Z] Removing intermediate container ca72e414d6e5 [2023-04-06T20:06:01.945Z] ---> 3b4152eb4003 [2023-04-06T20:06:01.945Z] [2023-04-06T20:06:01.945Z] Step 10/24 : FROM alpine:3.17 [2023-04-06T20:06:01.945Z] ---> 9ed4aefc74f6 [2023-04-06T20:06:01.945Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:06:01.945Z] ---> Using cache [2023-04-06T20:06:01.945Z] ---> 6ebb7d5a5adc [2023-04-06T20:06:01.945Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:06:01.945Z] ---> Using cache [2023-04-06T20:06:01.945Z] ---> ad7c538704ea [2023-04-06T20:06:01.945Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-06T20:06:01.945Z] ---> Running in 3ab83b80f2e2 [2023-04-06T20:06:01.945Z] Removing intermediate container 05157a6e5508 [2023-04-06T20:06:01.945Z] ---> 2f84d8bf3224 [2023-04-06T20:06:01.945Z] Step 12/26 : WORKDIR /edgex-go [2023-04-06T20:06:01.945Z] ---> Running in 8f3083faa67d [2023-04-06T20:06:01.945Z] ---> 810f137a2d30 [2023-04-06T20:06:01.945Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-06T20:06:01.945Z] Removing intermediate container 3ab83b80f2e2 [2023-04-06T20:06:01.945Z] ---> 4da02e8b2911 [2023-04-06T20:06:01.945Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-06T20:06:02.255Z] ---> Running in 1c42be02afbb [2023-04-06T20:06:02.255Z] Removing intermediate container 8f3083faa67d [2023-04-06T20:06:02.255Z] ---> dd5e168eebce [2023-04-06T20:06:02.255Z] [2023-04-06T20:06:02.255Z] Step 13/26 : FROM alpine:3.17 [2023-04-06T20:06:02.255Z] ---> 9ed4aefc74f6 [2023-04-06T20:06:02.255Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-06T20:06:02.255Z] ---> Using cache [2023-04-06T20:06:02.255Z] ---> 0c8786501320 [2023-04-06T20:06:02.255Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-06T20:06:02.255Z] ---> Using cache [2023-04-06T20:06:02.255Z] ---> ab60a5ff656b [2023-04-06T20:06:02.255Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:06:02.255Z] ---> Using cache [2023-04-06T20:06:02.897Z] ---> 2cb34a06d0ce [2023-04-06T20:06:02.897Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:06:02.897Z] ---> Using cache [2023-04-06T20:06:04.346Z] ---> 90daaf2d608f [2023-04-06T20:06:04.346Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-06T20:06:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-06T20:06:04.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-06T20:06:04.663Z] Removing intermediate container 1c42be02afbb [2023-04-06T20:06:04.663Z] ---> c2bd6e66db9d [2023-04-06T20:06:04.663Z] Step 15/24 : WORKDIR / [2023-04-06T20:06:04.926Z] ---> Running in adcb89778d1d [2023-04-06T20:06:04.926Z] ---> 3bf8a25326b9 [2023-04-06T20:06:04.926Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-06T20:06:10.208Z] Removing intermediate container adcb89778d1d [2023-04-06T20:06:10.208Z] ---> 580406b091d4 [2023-04-06T20:06:10.208Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:06:10.469Z] ---> ef16dfd71213 [2023-04-06T20:06:10.469Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-06T20:06:10.469Z] ---> e0a44718255c [2023-04-06T20:06:10.469Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-06T20:06:10.469Z] ---> edb392561f8f [2023-04-06T20:06:10.469Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:06:10.469Z] ---> Running in 709be0df2728 [2023-04-06T20:06:10.729Z] ---> dfcc51907095 [2023-04-06T20:06:10.729Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-06T20:06:10.729Z] Removing intermediate container 709be0df2728 [2023-04-06T20:06:10.729Z] ---> f478d1d51233 [2023-04-06T20:06:10.729Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-06T20:06:10.729Z] ---> 0a2c2001c7ed [2023-04-06T20:06:10.729Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-06T20:06:10.989Z] Removing intermediate container e4ed0c7b1da5 [2023-04-06T20:06:10.989Z] ---> a0bd4da0f0a3 [2023-04-06T20:06:10.989Z] Step 7/22 : COPY . . [2023-04-06T20:06:12.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.297s coverage: 88.5% of statements [2023-04-06T20:06:12.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.471s coverage: 3.9% of statements [2023-04-06T20:06:17.985Z] ---> d1d275deaaa1 [2023-04-06T20:06:17.985Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-06T20:06:17.985Z] ---> 222a2518358e [2023-04-06T20:06:17.985Z] Step 22/27 : WORKDIR / [2023-04-06T20:06:17.985Z] ---> 1987b7174746 [2023-04-06T20:06:17.985Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:06:17.985Z] ---> Running in ec7359a2b03b [2023-04-06T20:06:17.985Z] ---> dea551e724ae [2023-04-06T20:06:17.985Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-06T20:06:17.985Z] ---> Running in 89324d50177d [2023-04-06T20:06:17.985Z] Removing intermediate container ec7359a2b03b [2023-04-06T20:06:17.985Z] ---> c70c5bac2c17 [2023-04-06T20:06:17.985Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-06T20:06:17.985Z] ---> a7cbd4b971f2 [2023-04-06T20:06:17.985Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-06T20:06:17.985Z] ---> 4460d7b3d86b [2023-04-06T20:06:17.985Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-06T20:06:17.985Z] ---> Running in 5509974534c6 [2023-04-06T20:06:17.985Z] ---> Running in 14a765665a67 [2023-04-06T20:06:17.985Z] ---> Running in f1344a374c19 [2023-04-06T20:06:17.985Z] Removing intermediate container f1344a374c19 [2023-04-06T20:06:17.985Z] ---> 105ae4ba468f [2023-04-06T20:06:17.985Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-06T20:06:17.985Z] Removing intermediate container 14a765665a67 [2023-04-06T20:06:17.985Z] ---> 755fcd8f33fc [2023-04-06T20:06:17.985Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-06T20:06:17.985Z] Removing intermediate container 5509974534c6 [2023-04-06T20:06:17.985Z] ---> 7b9dd31f4b36 [2023-04-06T20:06:17.985Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:06:17.985Z] ---> Running in 0cb81ba3362b [2023-04-06T20:06:17.985Z] ---> Running in 3dab7492f2f2 [2023-04-06T20:06:17.985Z] ---> Running in cbcd9c07a65c [2023-04-06T20:06:17.985Z] 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-06T20:06:17.985Z] Removing intermediate container cbcd9c07a65c [2023-04-06T20:06:17.985Z] ---> cb75f8fe55d9 [2023-04-06T20:06:17.985Z] Step 22/24 : LABEL arch=x86_64 [2023-04-06T20:06:17.985Z] Removing intermediate container 0cb81ba3362b [2023-04-06T20:06:17.985Z] ---> 0c54ea467bfd [2023-04-06T20:06:17.985Z] Step 25/27 : LABEL arch=x86_64 [2023-04-06T20:06:17.985Z] Removing intermediate container 3dab7492f2f2 [2023-04-06T20:06:17.985Z] ---> 1e2c091353e4 [2023-04-06T20:06:17.985Z] Step 24/26 : LABEL arch=x86_64 [2023-04-06T20:06:17.985Z] ---> Running in 11b49fc4d75f [2023-04-06T20:06:17.985Z] ---> Running in ce0b6eaf3423 [2023-04-06T20:06:17.985Z] ---> Running in 9cc49bba2a79 [2023-04-06T20:06:17.985Z] Removing intermediate container 11b49fc4d75f [2023-04-06T20:06:17.985Z] ---> bb68b3ab1243 [2023-04-06T20:06:17.985Z] Step 23/24 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:06:18.248Z] ---> Running in 34c72717f481 [2023-04-06T20:06:18.248Z] Removing intermediate container 9cc49bba2a79 [2023-04-06T20:06:18.248Z] ---> cb729aa716d9 [2023-04-06T20:06:18.248Z] Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:06:18.248Z] Removing intermediate container ce0b6eaf3423 [2023-04-06T20:06:18.248Z] ---> 16737b8b7fd7 [2023-04-06T20:06:18.248Z] Step 25/26 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:06:18.248Z] ---> Running in 34e875f67c08 [2023-04-06T20:06:18.248Z] ---> Running in bb0f91189442 [2023-04-06T20:06:18.248Z] Removing intermediate container 34c72717f481 [2023-04-06T20:06:18.248Z] ---> 82b36f303f76 [2023-04-06T20:06:18.248Z] Step 24/24 : LABEL version=0.0.0 [2023-04-06T20:06:18.248Z] ---> Running in d8f1a2b0fc18 [2023-04-06T20:06:18.248Z] Removing intermediate container 34e875f67c08 [2023-04-06T20:06:18.248Z] ---> dd6c3d41d7b3 [2023-04-06T20:06:18.509Z] Step 26/26 : LABEL version=0.0.0 [2023-04-06T20:06:18.509Z] Removing intermediate container bb0f91189442 [2023-04-06T20:06:18.509Z] ---> d84f9b827d18 [2023-04-06T20:06:18.509Z] Step 27/27 : LABEL version=0.0.0 [2023-04-06T20:06:18.509Z] ---> Running in c9e3e0826f06 [2023-04-06T20:06:18.509Z] Removing intermediate container d8f1a2b0fc18 [2023-04-06T20:06:18.509Z] ---> 8eaca182fb05 [2023-04-06T20:06:18.509Z] [2023-04-06T20:06:18.509Z] ---> Running in c92e720dcea6 [2023-04-06T20:06:18.767Z] Successfully built 8eaca182fb05 [2023-04-06T20:06:18.767Z] Removing intermediate container c9e3e0826f06 [2023-04-06T20:06:18.767Z] ---> 6f6125094185 [2023-04-06T20:06:18.767Z] [2023-04-06T20:06:18.767Z] Successfully tagged core-command:latest [2023-04-06T20:06:18.767Z]  Building core-command ... done Building core-data [2023-04-06T20:06:18.767Z] Removing intermediate container c92e720dcea6 [2023-04-06T20:06:18.767Z] ---> 0eef806a1ccc [2023-04-06T20:06:18.767Z] [2023-04-06T20:06:18.767Z] Successfully built 6f6125094185 [2023-04-06T20:06:18.767Z] Successfully tagged security-spire-server:latest [2023-04-06T20:06:18.767Z]  Building security-spire-server ... done Building security-proxy-auth [2023-04-06T20:06:18.767Z] Successfully built 0eef806a1ccc [2023-04-06T20:06:18.767Z] Successfully tagged security-spire-config:latest [2023-04-06T20:06:18.767Z]  Building security-spire-config ... done Building security-bootstrapper [2023-04-06T20:06:19.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-06T20:06:19.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:06:19.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-06T20:06:20.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.681s coverage: 95.6% of statements [2023-04-06T20:06:20.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-06T20:06:20.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-06T20:06:20.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-06T20:06:20.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-06T20:06:20.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-06T20:06:20.924Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.197s coverage: 72.2% of statements [2023-04-06T20:06:25.337Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:06:25.338Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:06:25.338Z] ---> 5f1579fdd66e [2023-04-06T20:06:25.338Z] Step 3/33 : WORKDIR /edgex-go [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 32715cfc8aee [2023-04-06T20:06:25.338Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> d3535227eb8d [2023-04-06T20:06:25.338Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> ea9b99dd3737 [2023-04-06T20:06:25.338Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> a0bd4da0f0a3 [2023-04-06T20:06:25.338Z] Step 7/33 : COPY . . [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> dea551e724ae [2023-04-06T20:06:25.338Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-06T20:06:25.338Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:06:25.338Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:06:25.338Z] ---> 5f1579fdd66e [2023-04-06T20:06:25.338Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 3304e6ca6c3c [2023-04-06T20:06:25.338Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 1199805409d6 [2023-04-06T20:06:25.338Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 2bb993503bb8 [2023-04-06T20:06:25.338Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 68a9f3362041 [2023-04-06T20:06:25.338Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 259482b7cebc [2023-04-06T20:06:25.338Z] Step 8/23 : COPY . . [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> dd1aef17ab82 [2023-04-06T20:06:25.338Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-06T20:06:25.338Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:06:25.338Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:06:25.338Z] ---> 5f1579fdd66e [2023-04-06T20:06:25.338Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 3304e6ca6c3c [2023-04-06T20:06:25.338Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 1199805409d6 [2023-04-06T20:06:25.338Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 2bb993503bb8 [2023-04-06T20:06:25.338Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 68a9f3362041 [2023-04-06T20:06:25.338Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> 259482b7cebc [2023-04-06T20:06:25.338Z] Step 8/23 : COPY . . [2023-04-06T20:06:25.338Z] ---> Using cache [2023-04-06T20:06:25.338Z] ---> dd1aef17ab82 [2023-04-06T20:06:25.338Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-06T20:06:26.269Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-06T20:06:26.269Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-06T20:06:26.269Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-06T20:06:26.269Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.238s coverage: 65.9% of statements [2023-04-06T20:06:36.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-06T20:06:36.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-06T20:06:36.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.395s coverage: 0.9% of statements [2023-04-06T20:06:36.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.252s coverage: 29.0% of statements [2023-04-06T20:06:39.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.274s coverage: 44.1% of statements [2023-04-06T20:06:40.259Z] ---> Running in 4c01c044ffa4 [2023-04-06T20:06:40.259Z] ---> Running in ea9c117feb14 [2023-04-06T20:06:40.259Z] ---> Running in 1a0a18cfba3f [2023-04-06T20:06:40.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.273s coverage: 82.9% of statements [2023-04-06T20:06:40.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.265s coverage: 94.1% of statements [2023-04-06T20:06:40.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.258s coverage: 96.3% of statements [2023-04-06T20:06:40.829Z] 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-06T20:06:40.829Z] 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-06T20:06:41.091Z] 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-06T20:06:42.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.204s coverage: 87.5% of statements [2023-04-06T20:06:45.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-06T20:06:45.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-06T20:06:45.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-06T20:06:45.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-06T20:06:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-06T20:06:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-06T20:06:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-06T20:06:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-06T20:06:53.344Z] Removing intermediate container 89324d50177d [2023-04-06T20:06:53.344Z] ---> eeec75bb769f [2023-04-06T20:06:53.344Z] [2023-04-06T20:06:53.344Z] Step 9/22 : FROM alpine:3.17 [2023-04-06T20:06:53.344Z] ---> 9ed4aefc74f6 [2023-04-06T20:06:53.344Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-06T20:06:54.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.218s coverage: 94.4% of statements [2023-04-06T20:06:54.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-06T20:06:54.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-06T20:06:54.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-06T20:06:54.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-06T20:06:57.110Z] ---> Running in 99c9bda8c938 [2023-04-06T20:06:57.110Z] Removing intermediate container 5913095b9c77 [2023-04-06T20:06:57.110Z] ---> cc70fb9ae0cb [2023-04-06T20:06:57.110Z] Step 8/23 : COPY . . [2023-04-06T20:06:57.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:06:57.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:06:57.370Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-06T20:06:57.370Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-06T20:06:57.370Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:06:57.370Z] OK: 8 MiB in 17 packages [2023-04-06T20:07:00.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-06T20:07:00.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-06T20:07:01.414Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-06T20:07:09.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.078s coverage: 79.9% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.240s coverage: 92.9% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.091s coverage: 64.4% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.203s coverage: 62.3% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.171s coverage: 20.0% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.449s coverage: 81.2% of statements [2023-04-06T20:07:09.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.528s coverage: 82.1% of statements [2023-04-06T20:07:10.197Z] Removing intermediate container 99c9bda8c938 [2023-04-06T20:07:10.197Z] ---> 12140fe3a35f [2023-04-06T20:07:10.197Z] 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-06T20:07:10.197Z] ---> Running in 292d753cba62 [2023-04-06T20:07:10.197Z] ---> 45fab39723f0 [2023-04-06T20:07:10.197Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-06T20:07:10.197Z] ---> Running in 7fe938a15a26 [2023-04-06T20:07:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-06T20:07:11.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 86.0% of statements [2023-04-06T20:07:11.131Z] Removing intermediate container 292d753cba62 [2023-04-06T20:07:11.131Z] ---> e83e30316cbf [2023-04-06T20:07:11.131Z] Step 12/22 : WORKDIR /edgex [2023-04-06T20:07:15.021Z] ---> Running in ddba11095e0f [2023-04-06T20:07:15.021Z] 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-06T20:07:15.021Z] Removing intermediate container ddba11095e0f [2023-04-06T20:07:15.021Z] ---> 80a92c8d4282 [2023-04-06T20:07:15.021Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:07:15.021Z] Removing intermediate container ea9c117feb14 [2023-04-06T20:07:15.021Z] ---> 57b809b26c6f [2023-04-06T20:07:15.021Z] [2023-04-06T20:07:15.021Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:07:15.021Z] ---> 9ed4aefc74f6 [2023-04-06T20:07:15.021Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-06T20:07:15.021Z] ---> Using cache [2023-04-06T20:07:15.021Z] ---> 4393d14e7f95 [2023-04-06T20:07:15.021Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:07:15.021Z] ---> Using cache [2023-04-06T20:07:15.021Z] ---> e7576df95f63 [2023-04-06T20:07:15.021Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:07:15.021Z] ---> Using cache [2023-04-06T20:07:15.021Z] Removing intermediate container 4c01c044ffa4 [2023-04-06T20:07:15.021Z] ---> 566dfabeb39a [2023-04-06T20:07:15.021Z] [2023-04-06T20:07:15.021Z] Step 9/33 : FROM alpine:3.17 [2023-04-06T20:07:15.021Z] ---> 9ed4aefc74f6 [2023-04-06T20:07:15.021Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-06T20:07:15.021Z] ---> Using cache [2023-04-06T20:07:15.021Z] ---> 73bd80009e35 [2023-04-06T20:07:15.021Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-06T20:07:15.021Z] ---> 1644aaa6924f [2023-04-06T20:07:15.021Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:07:15.021Z] ---> Using cache [2023-04-06T20:07:15.021Z] Removing intermediate container 1a0a18cfba3f [2023-04-06T20:07:15.021Z] ---> 3eb2799b2496 [2023-04-06T20:07:15.021Z] [2023-04-06T20:07:15.021Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:07:15.021Z] ---> 9ed4aefc74f6 [2023-04-06T20:07:15.021Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:07:15.021Z] ---> d5a97307888b [2023-04-06T20:07:15.021Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-06T20:07:15.021Z] ---> Running in a3fd5d8d0440 [2023-04-06T20:07:15.021Z] ---> Running in 5910e5446197 [2023-04-06T20:07:15.279Z] ---> cc55e5f0dddb [2023-04-06T20:07:15.279Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:07:15.538Z] Removing intermediate container 5910e5446197 [2023-04-06T20:07:15.538Z] ---> a10237a54f8b [2023-04-06T20:07:15.538Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-06T20:07:15.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:15.538Z] ---> 917fe25c3df3 [2023-04-06T20:07:15.538Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-06T20:07:15.538Z] ---> 06f094010a03 [2023-04-06T20:07:15.538Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:07:15.538Z] ---> Running in 259c0b96db97 [2023-04-06T20:07:15.797Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:15.797Z] Removing intermediate container 259c0b96db97 [2023-04-06T20:07:15.797Z] ---> 242049dcb1c1 [2023-04-06T20:07:15.797Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-06T20:07:15.797Z] ---> Running in bf5d698128ce [2023-04-06T20:07:15.797Z] ---> d43920f06687 [2023-04-06T20:07:15.797Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-06T20:07:15.797Z] ---> 141273a122f0 [2023-04-06T20:07:15.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-06T20:07:15.797Z] Removing intermediate container bf5d698128ce [2023-04-06T20:07:15.797Z] ---> 4dfed1bf1e85 [2023-04-06T20:07:15.798Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:07:15.798Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-06T20:07:15.798Z] (2/2) Installing su-exec (0.2-r2) [2023-04-06T20:07:15.798Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:07:16.125Z] OK: 7 MiB in 17 packages [2023-04-06T20:07:16.125Z] ---> Running in 3076ef4069e4 [2023-04-06T20:07:16.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-06T20:07:16.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-06T20:07:16.418Z] ---> cc3092ae40dc [2023-04-06T20:07:16.418Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:07:16.418Z] ---> Running in 6d6ba057b531 [2023-04-06T20:07:16.418Z] ---> 8831383e30da [2023-04-06T20:07:16.418Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-06T20:07:16.418Z] Removing intermediate container a3fd5d8d0440 [2023-04-06T20:07:16.418Z] ---> 582b14e9f7a8 [2023-04-06T20:07:16.418Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-06T20:07:16.418Z] ---> ec13e4b916f4 [2023-04-06T20:07:16.418Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:07:16.418Z] ---> Running in e810c92eb5f9 [2023-04-06T20:07:16.693Z] ---> Running in 4c84edcb5745 [2023-04-06T20:07:16.693Z] Removing intermediate container 4c84edcb5745 [2023-04-06T20:07:16.693Z] ---> 33f6775dbf9a [2023-04-06T20:07:16.693Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-06T20:07:16.693Z] ---> Running in 6a3279f33ef3 [2023-04-06T20:07:16.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:16.693Z] Removing intermediate container 6a3279f33ef3 [2023-04-06T20:07:16.693Z] ---> 7856e9309f6f [2023-04-06T20:07:16.693Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-06T20:07:16.693Z] ---> Running in 5a91199f0314 [2023-04-06T20:07:16.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:16.972Z] Removing intermediate container 5a91199f0314 [2023-04-06T20:07:16.972Z] ---> 3b670a682e18 [2023-04-06T20:07:16.972Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-06T20:07:16.972Z] ---> Running in 309dda109c4e [2023-04-06T20:07:16.972Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-06T20:07:16.972Z] Removing intermediate container 309dda109c4e [2023-04-06T20:07:16.972Z] ---> d4134a55ad38 [2023-04-06T20:07:16.972Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-06T20:07:16.972Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:07:16.972Z] OK: 7 MiB in 16 packages [2023-04-06T20:07:16.972Z] ---> Running in 04b5e916c6ff [2023-04-06T20:07:16.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.985s coverage: 63.1% of statements [2023-04-06T20:07:16.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.240s coverage: 100.0% of statements [2023-04-06T20:07:17.263Z] Removing intermediate container 6d6ba057b531 [2023-04-06T20:07:17.263Z] ---> 4538f829debe [2023-04-06T20:07:17.263Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:07:17.263Z] ---> Running in a7dc70c935ca [2023-04-06T20:07:17.263Z] Removing intermediate container e810c92eb5f9 [2023-04-06T20:07:17.263Z] ---> 50f29bba28b0 [2023-04-06T20:07:17.263Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:07:17.263Z] ---> Running in 88d8e96f1d51 [2023-04-06T20:07:17.552Z] Removing intermediate container a7dc70c935ca [2023-04-06T20:07:17.552Z] ---> c6b84ff32c24 [2023-04-06T20:07:17.552Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-06T20:07:17.552Z] Removing intermediate container 3076ef4069e4 [2023-04-06T20:07:17.552Z] ---> 67d69124fbc9 [2023-04-06T20:07:17.552Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:07:17.552Z] Removing intermediate container 88d8e96f1d51 [2023-04-06T20:07:17.552Z] ---> adcc94dd11e3 [2023-04-06T20:07:17.552Z] Step 20/22 : LABEL arch=x86_64 [2023-04-06T20:07:17.552Z] ---> Running in bce64dc5f67e [2023-04-06T20:07:17.552Z] ---> Running in 892c822782b1 [2023-04-06T20:07:17.841Z] Removing intermediate container 892c822782b1 [2023-04-06T20:07:17.841Z] ---> e87a1948a85f [2023-04-06T20:07:17.841Z] Step 21/22 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:07:17.841Z] Removing intermediate container bce64dc5f67e [2023-04-06T20:07:17.841Z] ---> 845913da149e [2023-04-06T20:07:17.841Z] Step 21/23 : LABEL arch=x86_64 [2023-04-06T20:07:17.841Z] ---> 5dbcc002d6e5 [2023-04-06T20:07:17.841Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:07:17.841Z] ---> Running in 757c9ae95bac [2023-04-06T20:07:17.841Z] ---> Running in e7c4139b3659 [2023-04-06T20:07:17.841Z] ---> 3de055c89701 [2023-04-06T20:07:17.841Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-06T20:07:18.151Z] Removing intermediate container 757c9ae95bac [2023-04-06T20:07:18.151Z] ---> 828313cfbc72 [2023-04-06T20:07:18.151Z] Step 22/22 : LABEL version=0.0.0 [2023-04-06T20:07:18.151Z] Removing intermediate container e7c4139b3659 [2023-04-06T20:07:18.151Z] ---> 55bc6125ed3e [2023-04-06T20:07:18.151Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:07:18.451Z] ---> Running in 8f0c756c8442 [2023-04-06T20:07:18.451Z] ---> Running in 9fb21218bb7b [2023-04-06T20:07:18.451Z] Removing intermediate container 04b5e916c6ff [2023-04-06T20:07:18.451Z] ---> 5a8aeb62fa27 [2023-04-06T20:07:18.451Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-06T20:07:18.747Z] ---> 9f97aa85f765 [2023-04-06T20:07:18.747Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:07:18.747Z] ---> Running in 084991d5b8a0 [2023-04-06T20:07:18.747Z] Removing intermediate container 8f0c756c8442 [2023-04-06T20:07:18.747Z] ---> 600953fc5368 [2023-04-06T20:07:18.747Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:07:18.747Z] Removing intermediate container 9fb21218bb7b [2023-04-06T20:07:18.747Z] ---> 247aebff3497 [2023-04-06T20:07:18.747Z] [2023-04-06T20:07:18.747Z] ---> Running in 815512b8e504 [2023-04-06T20:07:18.747Z] Successfully built 247aebff3497 [2023-04-06T20:07:18.747Z] Successfully tagged security-proxy-setup:latest [2023-04-06T20:07:18.747Z] Building security-secretstore-setup [2023-04-06T20:07:18.747Z]  Building security-proxy-setup ... done Removing intermediate container 084991d5b8a0 [2023-04-06T20:07:18.747Z] ---> 0a7b86f2ce71 [2023-04-06T20:07:18.747Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-06T20:07:18.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.142s coverage: 89.4% of statements [2023-04-06T20:07:18.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.106s coverage: 100.0% of statements [2023-04-06T20:07:18.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2023-04-06T20:07:18.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-06T20:07:18.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-06T20:07:18.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-06T20:07:18.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2023-04-06T20:07:19.023Z] Removing intermediate container 815512b8e504 [2023-04-06T20:07:19.023Z] ---> 19d1173808bf [2023-04-06T20:07:19.023Z] [2023-04-06T20:07:19.280Z] Successfully built 19d1173808bf [2023-04-06T20:07:22.565Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:07:22.566Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:07:22.566Z] Successfully tagged security-proxy-auth:latest [2023-04-06T20:07:22.566Z] ---> 5f1579fdd66e [2023-04-06T20:07:22.566Z]  Building security-proxy-auth ... done Step 3/25 : WORKDIR /edgex-go [2023-04-06T20:07:22.566Z] ---> Using cache [2023-04-06T20:07:22.566Z] ---> 32715cfc8aee [2023-04-06T20:07:22.566Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-06T20:07:22.566Z] ---> Using cache [2023-04-06T20:07:22.566Z] ---> d3535227eb8d [2023-04-06T20:07:22.566Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-06T20:07:22.566Z] ---> 98fe5ba48d28 [2023-04-06T20:07:22.566Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-06T20:07:22.566Z] ---> Using cache [2023-04-06T20:07:22.566Z] ---> ea9b99dd3737 [2023-04-06T20:07:22.566Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:07:22.566Z] ---> Using cache [2023-04-06T20:07:22.566Z] ---> a0bd4da0f0a3 [2023-04-06T20:07:22.566Z] Step 7/25 : COPY . . [2023-04-06T20:07:22.566Z] ---> Using cache [2023-04-06T20:07:22.566Z] ---> dea551e724ae [2023-04-06T20:07:22.566Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-06T20:07:27.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-06T20:07:27.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-06T20:07:27.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-06T20:07:27.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.022s coverage: 38.4% of statements [2023-04-06T20:07:27.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.254s coverage: 89.5% of statements [2023-04-06T20:07:27.837Z] ---> 8f5d83e3095f [2023-04-06T20:07:27.837Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-06T20:07:27.837Z] ---> Running in 7a2e17d1a2e1 [2023-04-06T20:07:27.837Z] ---> Running in bffda96f971f [2023-04-06T20:07:27.837Z] ---> Running in 28355e3cc07e [2023-04-06T20:07:27.837Z] Removing intermediate container 7a2e17d1a2e1 [2023-04-06T20:07:27.837Z] ---> db625d317af5 [2023-04-06T20:07:27.837Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:07:28.099Z] ---> Running in ffc8d044d79c [2023-04-06T20:07:28.099Z] Removing intermediate container ffc8d044d79c [2023-04-06T20:07:28.099Z] ---> 1c9a71d396a4 [2023-04-06T20:07:28.099Z] Step 21/23 : LABEL arch=x86_64 [2023-04-06T20:07:28.099Z] ---> Running in 791684f391ff [2023-04-06T20:07:28.099Z] 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-06T20:07:28.099Z] Removing intermediate container 791684f391ff [2023-04-06T20:07:28.099Z] ---> 304a134cf09d [2023-04-06T20:07:28.099Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:07:28.359Z] ---> Running in 90d3049f4597 [2023-04-06T20:07:28.359Z] Removing intermediate container 90d3049f4597 [2023-04-06T20:07:28.359Z] ---> 4d5a74fcedad [2023-04-06T20:07:28.359Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:07:28.359Z] ---> Running in e1418770dd7b [2023-04-06T20:07:28.619Z] Removing intermediate container e1418770dd7b [2023-04-06T20:07:28.619Z] ---> 697274504601 [2023-04-06T20:07:28.619Z] [2023-04-06T20:07:28.619Z] Removing intermediate container 28355e3cc07e [2023-04-06T20:07:28.619Z] ---> ad3d4c110e57 [2023-04-06T20:07:28.619Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:07:28.619Z] Successfully built 697274504601 [2023-04-06T20:07:28.619Z] Successfully tagged core-data:latest [2023-04-06T20:07:28.877Z]  Building core-data ... done  ---> 9085f29fcb10 [2023-04-06T20:07:28.877Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:07:29.135Z] ---> eac0b74ac1a1 [2023-04-06T20:07:29.136Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-06T20:07:30.539Z] ---> 1c62a2c31264 [2023-04-06T20:07:30.539Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-06T20:07:31.316Z] ---> 8ab9eba7fb2f [2023-04-06T20:07:31.316Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-06T20:07:31.601Z] ---> d7e079323ac6 [2023-04-06T20:07:31.601Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-06T20:07:31.861Z] ---> 1bc56d6aa0e2 [2023-04-06T20:07:31.861Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-06T20:07:32.430Z] ---> f47d112c94af [2023-04-06T20:07:32.430Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-06T20:07:32.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-06T20:07:32.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-06T20:07:32.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-06T20:07:32.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-06T20:07:32.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.230s coverage: 84.8% of statements [2023-04-06T20:07:33.809Z] ---> 8d012233e795 [2023-04-06T20:07:33.809Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-06T20:07:33.809Z] ---> Running in 9ebf8a99a79e [2023-04-06T20:07:37.100Z] Removing intermediate container 9ebf8a99a79e [2023-04-06T20:07:37.100Z] ---> 600beb6fb589 [2023-04-06T20:07:37.100Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-06T20:07:37.362Z] ---> Running in 09005f48a127 [2023-04-06T20:07:37.362Z] Removing intermediate container 09005f48a127 [2023-04-06T20:07:37.362Z] ---> 85c3b090636f [2023-04-06T20:07:37.362Z] Step 30/33 : CMD ["gate"] [2023-04-06T20:07:37.362Z] ---> Running in caaa6c0b6b98 [2023-04-06T20:07:37.769Z] Removing intermediate container caaa6c0b6b98 [2023-04-06T20:07:37.769Z] ---> f05ef2fb3ce7 [2023-04-06T20:07:37.769Z] Step 31/33 : LABEL arch=x86_64 [2023-04-06T20:07:37.769Z] ---> Running in b43896d34fa7 [2023-04-06T20:07:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-06T20:07:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-06T20:07:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-06T20:07:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-06T20:07:38.030Z] Removing intermediate container b43896d34fa7 [2023-04-06T20:07:38.030Z] ---> 0ea0579899f0 [2023-04-06T20:07:38.030Z] Step 32/33 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:07:38.030Z] ---> Running in 079113c477cb [2023-04-06T20:07:38.302Z] Removing intermediate container 079113c477cb [2023-04-06T20:07:38.303Z] ---> 3e7155bbd6ba [2023-04-06T20:07:38.303Z] Step 33/33 : LABEL version=0.0.0 [2023-04-06T20:07:38.303Z] ---> Running in ab728e45b864 [2023-04-06T20:07:38.303Z] Removing intermediate container ab728e45b864 [2023-04-06T20:07:38.303Z] ---> 291b1bbea24a [2023-04-06T20:07:38.303Z] [2023-04-06T20:07:38.303Z] Successfully built 291b1bbea24a [2023-04-06T20:07:38.561Z] Successfully tagged security-bootstrapper:latest [2023-04-06T20:07:44.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.288s coverage: 17.7% of statements [2023-04-06T20:07:44.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-06T20:07:44.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:07:44.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-06T20:07:44.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-06T20:07:44.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.559s coverage: 92.3% of statements [2023-04-06T20:07:45.296Z]  Building security-bootstrapper ... done Removing intermediate container 7fe938a15a26 [2023-04-06T20:07:45.296Z] ---> 1da7abac70f4 [2023-04-06T20:07:45.296Z] [2023-04-06T20:07:45.296Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:07:45.296Z] ---> 9ed4aefc74f6 [2023-04-06T20:07:45.296Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-06T20:07:45.296Z] ---> Running in 633402411ff5 [2023-04-06T20:07:45.296Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:45.296Z] 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-06T20:07:45.296Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:45.296Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-06T20:07:45.296Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-06T20:07:45.296Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:07:45.296Z] Executing ca-certificates-20220614-r4.trigger [2023-04-06T20:07:45.296Z] OK: 8 MiB in 17 packages [2023-04-06T20:07:45.895Z] Removing intermediate container 633402411ff5 [2023-04-06T20:07:45.895Z] ---> d870a22d0820 [2023-04-06T20:07:45.895Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:07:45.895Z] ---> Running in 4c8bdd889bc6 [2023-04-06T20:07:45.895Z] Removing intermediate container 4c8bdd889bc6 [2023-04-06T20:07:45.895Z] ---> 8f68d6b3a31b [2023-04-06T20:07:45.895Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-06T20:07:46.274Z] ---> Running in db6348ea4606 [2023-04-06T20:07:46.274Z] Removing intermediate container db6348ea4606 [2023-04-06T20:07:46.274Z] ---> 216f408b398f [2023-04-06T20:07:46.274Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-06T20:07:46.538Z] ---> Running in 06741387ce17 [2023-04-06T20:07:46.800Z] Removing intermediate container 06741387ce17 [2023-04-06T20:07:46.800Z] ---> 20e978484f8d [2023-04-06T20:07:46.800Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:07:48.274Z] ---> fc4ec3466272 [2023-04-06T20:07:48.274Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:07:48.274Z] ---> 21919e3b511a [2023-04-06T20:07:48.274Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-06T20:07:48.274Z] Removing intermediate container bffda96f971f [2023-04-06T20:07:48.274Z] ---> 8401639f4572 [2023-04-06T20:07:48.274Z] [2023-04-06T20:07:48.274Z] Step 9/25 : FROM alpine:3.17 [2023-04-06T20:07:48.274Z] ---> 9ed4aefc74f6 [2023-04-06T20:07:48.274Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-06T20:07:48.274Z] ---> Running in c1517b52876d [2023-04-06T20:07:48.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:48.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T20:07:49.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-06T20:07:49.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-06T20:07:49.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.5% of statements [2023-04-06T20:07:49.054Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-06T20:07:49.054Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-06T20:07:49.054Z] (3/3) Installing su-exec (0.2-r2) [2023-04-06T20:07:49.054Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:07:49.054Z] Executing ca-certificates-20220614-r4.trigger [2023-04-06T20:07:49.054Z] ---> d26b8ac4d328 [2023-04-06T20:07:49.054Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:07:49.312Z] OK: 8 MiB in 18 packages [2023-04-06T20:07:49.312Z] ---> a74f68adfbf7 [2023-04-06T20:07:49.312Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-06T20:07:49.312Z] ---> Running in 7359849929b4 [2023-04-06T20:07:49.312Z] Removing intermediate container 7359849929b4 [2023-04-06T20:07:49.312Z] ---> 24a63f26840f [2023-04-06T20:07:49.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:07:49.571Z] ---> Running in 5cb7cbac5d25 [2023-04-06T20:07:49.571Z] Removing intermediate container 5cb7cbac5d25 [2023-04-06T20:07:49.571Z] ---> d733f0927d85 [2023-04-06T20:07:49.571Z] Step 21/23 : LABEL arch=x86_64 [2023-04-06T20:07:49.571Z] ---> Running in 810ffc45e696 [2023-04-06T20:07:49.571Z] Removing intermediate container c1517b52876d [2023-04-06T20:07:49.571Z] ---> cd93955df16d [2023-04-06T20:07:49.571Z] 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-06T20:07:49.571Z] ---> Running in ba927a4dd6d5 [2023-04-06T20:07:49.571Z] Removing intermediate container 810ffc45e696 [2023-04-06T20:07:49.571Z] ---> 7297359bf292 [2023-04-06T20:07:49.571Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:07:49.830Z] ---> Running in e9c2dd32b0f1 [2023-04-06T20:07:49.830Z] Removing intermediate container ba927a4dd6d5 [2023-04-06T20:07:49.830Z] ---> 03039e455aac [2023-04-06T20:07:49.830Z] Step 12/25 : WORKDIR / [2023-04-06T20:07:49.830Z] ---> Running in 4818787b85cb [2023-04-06T20:07:49.830Z] Removing intermediate container e9c2dd32b0f1 [2023-04-06T20:07:49.830Z] ---> ba53259eab9a [2023-04-06T20:07:49.830Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:07:49.830Z] ---> Running in a6d7a5b1f902 [2023-04-06T20:07:49.830Z] Removing intermediate container 4818787b85cb [2023-04-06T20:07:49.830Z] ---> ca831bdeec6e [2023-04-06T20:07:49.830Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:07:49.830Z] Removing intermediate container a6d7a5b1f902 [2023-04-06T20:07:49.830Z] ---> c2507a95c4fb [2023-04-06T20:07:49.830Z] [2023-04-06T20:07:49.830Z] Successfully built c2507a95c4fb [2023-04-06T20:07:49.830Z] Successfully tagged support-notifications:latest [2023-04-06T20:07:50.107Z]  Building support-notifications ... done  ---> 953a6388e3d6 [2023-04-06T20:07:50.107Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:07:50.107Z] ---> 76a9138229b4 [2023-04-06T20:07:50.107Z] 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-06T20:07:50.366Z] ---> 3eadb21b67e7 [2023-04-06T20:07:50.366Z] 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-06T20:07:50.366Z] ---> 8e1ef2b516ed [2023-04-06T20:07:50.366Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:07:50.651Z] ---> 04f34f759d97 [2023-04-06T20:07:50.651Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-06T20:07:50.913Z] ---> 7a578c3a1d0b [2023-04-06T20:07:50.913Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-06T20:07:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-06T20:07:50.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-06T20:07:50.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.392s coverage: 97.7% of statements [2023-04-06T20:07:51.485Z] ---> 01a609a701dc [2023-04-06T20:07:51.485Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-06T20:07:51.485Z] ---> 385cfc394483 [2023-04-06T20:07:51.485Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:07:51.743Z] ---> Running in 3ef94ffa0855 [2023-04-06T20:07:51.928Z] 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-06T20:07:51.928Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-06T20:07:51.928Z] go vet ./... [2023-04-06T20:07:52.314Z] Removing intermediate container 3ef94ffa0855 [2023-04-06T20:07:52.314Z] ---> 95b2406b5dbe [2023-04-06T20:07:52.314Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:07:52.314Z] ---> Running in 08935f14a6ed [2023-04-06T20:07:52.314Z] Removing intermediate container 08935f14a6ed [2023-04-06T20:07:52.314Z] ---> fc4568406412 [2023-04-06T20:07:52.314Z] Step 23/25 : LABEL arch=x86_64 [2023-04-06T20:07:52.314Z] ---> Running in 753199004c33 [2023-04-06T20:07:52.314Z] Removing intermediate container 753199004c33 [2023-04-06T20:07:52.314Z] ---> c96aa03e778c [2023-04-06T20:07:52.314Z] Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:07:52.314Z] ---> Running in e776857715ae [2023-04-06T20:07:52.314Z] Removing intermediate container e776857715ae [2023-04-06T20:07:52.314Z] ---> 2e0ef7fbbb81 [2023-04-06T20:07:52.314Z] Step 25/25 : LABEL version=0.0.0 [2023-04-06T20:07:52.585Z] ---> Running in 48cd762ad4ab [2023-04-06T20:07:52.585Z] Removing intermediate container 48cd762ad4ab [2023-04-06T20:07:52.585Z] ---> c11d5cd6bf8f [2023-04-06T20:07:52.585Z] [2023-04-06T20:07:52.585Z] Successfully built c11d5cd6bf8f [2023-04-06T20:07:52.585Z] Successfully tagged security-secretstore-setup:latest [2023-04-06T20:07:52.592Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-04-06T20:07:52.630Z] $ docker stop --time=1 d973cf6547cddced58885ee4043aee9b54b11967a064427cca13da8825318e5c [2023-04-06T20:07:53.887Z] $ docker rm -f --volumes d973cf6547cddced58885ee4043aee9b54b11967a064427cca13da8825318e5c [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-06T20:07:54.285Z] + docker images [2023-04-06T20:07:54.285Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-06T20:07:54.285Z] security-secretstore-setup latest c11d5cd6bf8f 2 seconds ago 32.8MB [2023-04-06T20:07:54.285Z] support-notifications latest c2507a95c4fb 5 seconds ago 32.7MB [2023-04-06T20:07:54.285Z] 8401639f4572 7 seconds ago 1.68GB [2023-04-06T20:07:54.285Z] 1da7abac70f4 14 seconds ago 1.75GB [2023-04-06T20:07:54.285Z] security-bootstrapper latest 291b1bbea24a 16 seconds ago 22.2MB [2023-04-06T20:07:54.285Z] core-data latest 697274504601 26 seconds ago 20MB [2023-04-06T20:07:54.285Z] security-proxy-auth latest 19d1173808bf 36 seconds ago 18.3MB [2023-04-06T20:07:54.285Z] security-proxy-setup latest 247aebff3497 36 seconds ago 18.7MB [2023-04-06T20:07:54.286Z] 3eb2799b2496 40 seconds ago 1.69GB [2023-04-06T20:07:54.286Z] 566dfabeb39a 43 seconds ago 1.67GB [2023-04-06T20:07:54.286Z] 57b809b26c6f 43 seconds ago 1.66GB [2023-04-06T20:07:54.286Z] eeec75bb769f About a minute ago 1.66GB [2023-04-06T20:07:54.286Z] core-command latest 8eaca182fb05 About a minute ago 19.8MB [2023-04-06T20:07:54.286Z] security-spire-config latest 0eef806a1ccc About a minute ago 88.9MB [2023-04-06T20:07:54.286Z] security-spire-server latest 6f6125094185 About a minute ago 89.8MB [2023-04-06T20:07:54.286Z] dd5e168eebce About a minute ago 1.54GB [2023-04-06T20:07:54.286Z] 3b4152eb4003 About a minute ago 1.69GB [2023-04-06T20:07:54.286Z] core-common-config-bootstrapper latest 1c24828cc355 2 minutes ago 17.2MB [2023-04-06T20:07:54.286Z] core-metadata latest b2e8157a3208 2 minutes ago 20.4MB [2023-04-06T20:07:54.286Z] support-scheduler latest 11bf40abc64e 2 minutes ago 32.1MB [2023-04-06T20:07:54.286Z] security-spiffe-token-provider latest 6cde396e98fd 2 minutes ago 32.8MB [2023-04-06T20:07:54.286Z] security-spire-agent latest a5fa0a94668d 2 minutes ago 129MB [2023-04-06T20:07:54.286Z] 14127e07285f 2 minutes ago 1.75GB [2023-04-06T20:07:54.286Z] 76afd2d4174e 2 minutes ago 1.68GB [2023-04-06T20:07:54.286Z] 26bf4c88f5e6 2 minutes ago 1.72GB [2023-04-06T20:07:54.286Z] 4deded310e01 2 minutes ago 1.69GB [2023-04-06T20:07:54.286Z] a09736c08b39 3 minutes ago 1.54GB [2023-04-06T20:07:54.286Z] ci-base-image-x86_64 latest 5f1579fdd66e 8 minutes ago 881MB [2023-04-06T20:07:54.286Z] alpine 3.17 9ed4aefc74f6 8 days ago 7.05MB [2023-04-06T20:07:54.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 3 weeks ago 664MB [2023-04-06T20:07:54.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-06T20:07:54.286Z] 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-06T20:10:28.644Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-06T20:10:28.644Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-06T20:10:28.644Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-06T20:10:28.684Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-06T20:10:29.353Z] + ls -al . [2023-04-06T20:10:29.354Z] total 700 [2023-04-06T20:10:29.354Z] drwxrwxr-x 10 1001 1001 4096 Apr 6 20:02 . [2023-04-06T20:10:29.354Z] drwxr-xr-x 4 root root 4096 Apr 6 20:02 .. [2023-04-06T20:10:29.354Z] drwxrwxr-x 2 1001 1001 4096 Apr 6 20:01 .blubracket [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 16 Apr 6 20:01 .dockerignore [2023-04-06T20:10:29.354Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 20:01 .git [2023-04-06T20:10:29.354Z] drwxrwxr-x 3 1001 1001 4096 Apr 6 20:01 .github [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 1133 Apr 6 20:01 .gitignore [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 42 Apr 6 20:01 .golangci.yml [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 87 Apr 6 20:01 .hadolint.yml [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 20:01 .sonarcloud.properties [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 1171 Apr 6 20:01 ADOPTERS.md [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 10835 Apr 6 20:01 Attribution.txt [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 73765 Apr 6 20:01 CHANGELOG.md [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 20:01 CONTRIBUTING.md [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 677 Apr 6 20:01 GOVERNANCE.md [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 883 Apr 6 20:01 Jenkinsfile [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 20:01 LICENSE [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 14368 Apr 6 20:01 Makefile [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 582 Apr 6 20:01 OWNERS.md [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 9403 Apr 6 20:01 README.md [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 789 Apr 6 20:01 SECURITY.md [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 19:58 VERSION [2023-04-06T20:10:29.354Z] drwxrwxr-x 2 1001 1001 4096 Apr 6 20:01 bin [2023-04-06T20:10:29.354Z] drwxrwxr-x 18 1001 1001 4096 Apr 6 20:01 cmd [2023-04-06T20:10:29.354Z] -rw-r--r-- 1 root root 447380 Apr 6 20:07 coverage.out [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 3200 Apr 6 20:01 go.mod [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 31265 Apr 6 20:01 go.sum [2023-04-06T20:10:29.354Z] drwxrwxr-x 7 1001 1001 4096 Apr 6 20:01 internal [2023-04-06T20:10:29.354Z] drwxrwxr-x 3 1001 1001 4096 Apr 6 20:01 openapi [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 594 Apr 6 20:01 security.txt [2023-04-06T20:10:29.354Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 20:01 snap [2023-04-06T20:10:29.354Z] -rw-rw-r-- 1 1001 1001 204 Apr 6 20:01 version.go [Pipeline] sh [2023-04-06T20:10:30.012Z] + '[' -e coverage.out ] [2023-04-06T20:10:30.012Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-06T20:10:30.053Z] Warning: overwriting stash ‘coverage-report’ [2023-04-06T20:10:30.858Z] Stashed 1 file(s) [Pipeline] sh [2023-04-06T20:10:31.188Z] + make build [2023-04-06T20:10:31.460Z] 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-06T20:12:08.108Z] 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-06T20:12:08.108Z] 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-06T20:12:08.108Z] 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-06T20:12:08.689Z] 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-06T20:12:55.515Z] 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-06T20:12:58.856Z] 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-06T20:13:04.196Z] 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-06T20:13:09.536Z] 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-06T20:13:13.790Z] 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-06T20:13:17.131Z] 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-06T20:13:23.770Z] 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-06T20:13:29.127Z] $ docker stop --time=1 7465bea64b1c43bc5f4082062a39bc25b98f0738b6d4ab034c5e8334e56108a8 [2023-04-06T20:13:31.217Z] $ docker rm -f --volumes 7465bea64b1c43bc5f4082062a39bc25b98f0738b6d4ab034c5e8334e56108a8 [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-06T20:13:33.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-06T20:13:33.831Z] [2023-04-06T20:13:33.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:13:34.259Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-06T20:13:34.539Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-06T20:13:34.539Z] 29e5d40040c1: Pulling fs layer [2023-04-06T20:13:34.539Z] 1ce36da41761: Pulling fs layer [2023-04-06T20:13:34.539Z] 25b303627fd3: Pulling fs layer [2023-04-06T20:13:34.539Z] 29e5d40040c1: Verifying Checksum [2023-04-06T20:13:34.539Z] 29e5d40040c1: Download complete [2023-04-06T20:13:34.812Z] 1ce36da41761: Verifying Checksum [2023-04-06T20:13:34.812Z] 1ce36da41761: Download complete [2023-04-06T20:13:35.092Z] 29e5d40040c1: Pull complete [2023-04-06T20:13:36.550Z] 25b303627fd3: Verifying Checksum [2023-04-06T20:13:36.550Z] 25b303627fd3: Download complete [2023-04-06T20:13:36.550Z] 1ce36da41761: Pull complete [2023-04-06T20:13:46.618Z] 25b303627fd3: Pull complete [2023-04-06T20:13:46.618Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-06T20:13:46.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-06T20:13:46.618Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:13:46.946Z] prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container [2023-04-06T20:13:47.005Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-06T20:13:48.997Z] $ docker top 1da414d0dd8c671a677fa272bd824dce9c1ffdb64846187aad0dec5883bef177 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T20:13:49.521Z] + grep parallel [2023-04-06T20:13:49.521Z] + docker-compose build --help [2023-04-06T20:13:53.759Z] --parallel Build images in parallel. [Pipeline] } [2023-04-06T20:13:54.050Z] $ docker stop --time=1 1da414d0dd8c671a677fa272bd824dce9c1ffdb64846187aad0dec5883bef177 [2023-04-06T20:13:55.682Z] $ docker rm -f --volumes 1da414d0dd8c671a677fa272bd824dce9c1ffdb64846187aad0dec5883bef177 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:13:56.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-06T20:13:56.432Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:13:56.691Z] prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container [2023-04-06T20:13:56.747Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-06T20:13:57.877Z] $ docker top f70be1a9cd3e48aa5825174aaa362c5d7cb81f51160c63f8858b906c8f26ae9d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T20:13:58.749Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-06T20:14:02.995Z] Building core-command ... [2023-04-06T20:14:02.995Z] Building core-common-config-bootstrapper ... [2023-04-06T20:14:02.995Z] Building core-data ... [2023-04-06T20:14:02.995Z] Building core-metadata ... [2023-04-06T20:14:02.995Z] Building security-bootstrapper ... [2023-04-06T20:14:02.995Z] Building security-proxy-auth ... [2023-04-06T20:14:02.995Z] Building security-proxy-setup ... [2023-04-06T20:14:02.995Z] Building security-secretstore-setup ... [2023-04-06T20:14:02.995Z] Building security-spiffe-token-provider ... [2023-04-06T20:14:02.995Z] Building security-spire-agent ... [2023-04-06T20:14:02.995Z] Building security-spire-config ... [2023-04-06T20:14:02.995Z] Building security-spire-server ... [2023-04-06T20:14:02.995Z] Building support-notifications ... [2023-04-06T20:14:02.995Z] Building support-scheduler ... [2023-04-06T20:14:02.995Z] Building security-proxy-setup [2023-04-06T20:14:02.995Z] Building security-bootstrapper [2023-04-06T20:14:02.995Z] Building core-data [2023-04-06T20:14:02.995Z] Building security-spire-agent [2023-04-06T20:14:02.995Z] Building security-secretstore-setup [2023-04-06T20:14:49.817Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:14:49.817Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:14:49.817Z] ---> 27df420bf62a [2023-04-06T20:14:49.817Z] Step 3/33 : WORKDIR /edgex-go [2023-04-06T20:14:49.817Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:14:49.817Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:14:49.817Z] ---> 27df420bf62a [2023-04-06T20:14:49.817Z] Step 3/25 : WORKDIR /edgex-go [2023-04-06T20:14:49.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:14:49.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:14:49.817Z] ---> 27df420bf62a [2023-04-06T20:14:49.817Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:14:49.817Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:14:49.817Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:14:49.817Z] ---> 27df420bf62a [2023-04-06T20:14:49.817Z] Step 3/27 : WORKDIR /edgex-go [2023-04-06T20:14:49.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:14:49.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:14:49.817Z] ---> 27df420bf62a [2023-04-06T20:14:49.817Z] Step 3/22 : WORKDIR /edgex-go [2023-04-06T20:14:49.817Z] ---> Running in 0c4470f84192 [2023-04-06T20:14:49.817Z] ---> Running in e47251d012ed [2023-04-06T20:14:49.817Z] ---> Running in 9ac131fb47dd [2023-04-06T20:14:49.817Z] ---> Running in c6da8aa58572 [2023-04-06T20:14:49.817Z] ---> Running in 10580a6ecd96 [2023-04-06T20:14:49.817Z] Removing intermediate container 9ac131fb47dd [2023-04-06T20:14:49.817Z] ---> 865d8c775b49 [2023-04-06T20:14:49.817Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-06T20:14:49.817Z] Removing intermediate container c6da8aa58572 [2023-04-06T20:14:49.817Z] ---> 800cda25c436 [2023-04-06T20:14:49.817Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-06T20:14:49.817Z] Removing intermediate container e47251d012ed [2023-04-06T20:14:49.817Z] ---> f9b4830b66be [2023-04-06T20:14:49.817Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-06T20:14:49.817Z] Removing intermediate container 0c4470f84192 [2023-04-06T20:14:49.817Z] ---> 6cbb5997069b [2023-04-06T20:14:49.817Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-06T20:14:49.817Z] Removing intermediate container 10580a6ecd96 [2023-04-06T20:14:49.817Z] ---> 95b2904010f9 [2023-04-06T20:14:49.818Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:14:49.818Z] ---> Running in 71af3d265850 [2023-04-06T20:14:49.818Z] ---> Running in a8c9131da438 [2023-04-06T20:14:49.818Z] ---> Running in 85361b031d51 [2023-04-06T20:14:49.818Z] ---> Running in 8afe4a8630c9 [2023-04-06T20:14:49.818Z] ---> Running in b9b4e0f911cc [2023-04-06T20:14:50.402Z] Removing intermediate container 8afe4a8630c9 [2023-04-06T20:14:50.402Z] ---> 31437ed77840 [2023-04-06T20:14:50.402Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:14:50.669Z] ---> Running in dc0a15d3bda1 [2023-04-06T20:14:51.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:52.218Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:52.218Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:52.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:52.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:52.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:52.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:52.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:53.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:53.291Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:14:53.876Z] OK: 263 MiB in 53 packages [2023-04-06T20:14:54.143Z] OK: 263 MiB in 53 packages [2023-04-06T20:14:54.411Z] OK: 263 MiB in 53 packages [2023-04-06T20:14:54.678Z] OK: 263 MiB in 53 packages [2023-04-06T20:14:54.678Z] OK: 263 MiB in 53 packages [2023-04-06T20:14:55.636Z] Removing intermediate container 71af3d265850 [2023-04-06T20:14:55.636Z] ---> 2013e7b71413 [2023-04-06T20:14:55.636Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-06T20:14:55.902Z] Removing intermediate container a8c9131da438 [2023-04-06T20:14:55.902Z] ---> 3ac2c430865e [2023-04-06T20:14:55.902Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-06T20:14:56.167Z] Removing intermediate container 85361b031d51 [2023-04-06T20:14:56.167Z] ---> fcd7c0edef82 [2023-04-06T20:14:56.167Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-06T20:14:56.167Z] Removing intermediate container dc0a15d3bda1 [2023-04-06T20:14:56.432Z] ---> 9fd3e7b2e7ef [2023-04-06T20:14:56.433Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:14:56.433Z] Removing intermediate container b9b4e0f911cc [2023-04-06T20:14:56.433Z] ---> 4e74b6604df5 [2023-04-06T20:14:56.433Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-06T20:14:57.029Z] ---> afc0c6faad44 [2023-04-06T20:14:57.029Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:14:57.030Z] ---> Running in 13441617e2f5 [2023-04-06T20:14:57.296Z] ---> 8842c0832f79 [2023-04-06T20:14:57.296Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:14:57.562Z] ---> 0169ff46ef7a [2023-04-06T20:14:57.562Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:14:57.562Z] ---> 8ec34cd69872 [2023-04-06T20:14:57.562Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:14:57.562Z] ---> Running in da4504beb001 [2023-04-06T20:14:57.829Z] ---> a4ccd1144037 [2023-04-06T20:14:57.829Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:14:57.829Z] ---> Running in 6fe17f4fef15 [2023-04-06T20:14:57.829Z] ---> Running in c0dc156d336f [2023-04-06T20:14:58.096Z] ---> Running in 0d23b71bfc40 [2023-04-06T20:16:49.723Z] Removing intermediate container c0dc156d336f [2023-04-06T20:16:49.723Z] ---> 6a29757c215c [2023-04-06T20:16:49.723Z] Step 7/27 : COPY . . [2023-04-06T20:16:49.723Z] Removing intermediate container 6fe17f4fef15 [2023-04-06T20:16:49.723Z] ---> 683b8d07cc65 [2023-04-06T20:16:49.723Z] Step 8/23 : COPY . . [2023-04-06T20:16:49.723Z] Removing intermediate container 13441617e2f5 [2023-04-06T20:16:49.723Z] ---> 39317aa5c702 [2023-04-06T20:16:49.723Z] Step 7/33 : COPY . . [2023-04-06T20:16:49.723Z] Removing intermediate container 0d23b71bfc40 [2023-04-06T20:16:49.723Z] ---> e33a91b3ad1a [2023-04-06T20:16:49.723Z] Step 7/22 : COPY . . [2023-04-06T20:16:49.723Z] Removing intermediate container da4504beb001 [2023-04-06T20:16:49.723Z] ---> b3efafbe5ad5 [2023-04-06T20:16:49.723Z] Step 7/25 : COPY . . [2023-04-06T20:16:53.064Z] ---> 38c4afc816df [2023-04-06T20:16:53.064Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-06T20:16:53.332Z] ---> d68db0f744b8 [2023-04-06T20:16:53.332Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-06T20:16:53.332Z] ---> 49336db13a42 [2023-04-06T20:16:53.332Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-06T20:16:53.332Z] ---> Running in 99d74e3f0b5c [2023-04-06T20:16:53.332Z] ---> Running in 604299c61a1d [2023-04-06T20:16:53.598Z] ---> Running in 28005b85f2b1 [2023-04-06T20:16:53.864Z] ---> cf4742bdf72f [2023-04-06T20:16:53.864Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-06T20:16:54.131Z] ---> Running in a016003a35b5 [2023-04-06T20:16:54.396Z] Removing intermediate container 28005b85f2b1 [2023-04-06T20:16:54.396Z] ---> 72a9cbc7a598 [2023-04-06T20:16:54.396Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-06T20:16:54.396Z] ---> 543711024048 [2023-04-06T20:16:54.396Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-06T20:16:54.396Z] ---> Running in 0fcb885644b2 [2023-04-06T20:16:54.669Z] ---> Running in 55905e49882c [2023-04-06T20:16:55.276Z] Removing intermediate container 0fcb885644b2 [2023-04-06T20:16:55.276Z] ---> f41bcebfe145 [2023-04-06T20:16:55.276Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-06T20:16:55.549Z] ---> Running in dc4f64182311 [2023-04-06T20:16:55.549Z] 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-06T20:16:55.816Z] 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-06T20:16:56.399Z] Removing intermediate container dc4f64182311 [2023-04-06T20:16:56.399Z] ---> e3317c02ee79 [2023-04-06T20:16:56.399Z] 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-06T20:16:56.399Z] 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-06T20:16:56.399Z] ---> Running in f8214c291c09 [2023-04-06T20:16:56.981Z] 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-06T20:17:02.315Z] Removing intermediate container f8214c291c09 [2023-04-06T20:17:02.315Z] ---> 51912d67b168 [2023-04-06T20:17:02.315Z] Step 12/27 : WORKDIR /edgex-go [2023-04-06T20:17:02.315Z] ---> Running in 2262aaf19bbb [2023-04-06T20:17:02.315Z] Removing intermediate container 2262aaf19bbb [2023-04-06T20:17:02.315Z] ---> c869653f53de [2023-04-06T20:17:02.315Z] [2023-04-06T20:17:02.315Z] Step 13/27 : FROM alpine:3.17 [2023-04-06T20:17:02.315Z] 3.17: Pulling from library/alpine [2023-04-06T20:17:04.266Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-06T20:17:04.267Z] Status: Downloaded newer image for alpine:3.17 [2023-04-06T20:17:04.267Z] ---> 51e60588ff2c [2023-04-06T20:17:04.267Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-06T20:17:04.267Z] ---> Running in a08dc463efb4 [2023-04-06T20:17:04.541Z] Removing intermediate container a08dc463efb4 [2023-04-06T20:17:04.541Z] ---> d04bae46ce81 [2023-04-06T20:17:04.541Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-06T20:17:04.814Z] ---> Running in dccaeb423d31 [2023-04-06T20:17:06.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:07.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:08.763Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:17:08.763Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:17:08.763Z] OK: 17689 distinct packages available [2023-04-06T20:17:08.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:09.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:10.682Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-06T20:17:10.682Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-06T20:17:10.952Z] (3/5) Installing libucontext (1.2-r0) [2023-04-06T20:17:10.952Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-06T20:17:10.952Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-06T20:17:10.952Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:17:10.952Z] OK: 9 MiB in 20 packages [2023-04-06T20:17:13.539Z] Removing intermediate container dccaeb423d31 [2023-04-06T20:17:13.539Z] ---> f2d61e8f8a5e [2023-04-06T20:17:13.539Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:17:14.496Z] ---> f51dfa1a1800 [2023-04-06T20:17:14.496Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:17:15.451Z] ---> 4be50438bdb5 [2023-04-06T20:17:15.451Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-06T20:17:18.782Z] ---> 71fe63567397 [2023-04-06T20:17:18.782Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-06T20:17:24.112Z] ---> d3f39b5972b5 [2023-04-06T20:17:24.113Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-06T20:17:27.451Z] ---> 4e0e5489b5c8 [2023-04-06T20:17:27.451Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-06T20:17:28.414Z] ---> ee9feb30e285 [2023-04-06T20:17:28.414Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-06T20:17:29.003Z] ---> 4a86d5930951 [2023-04-06T20:17:29.003Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-06T20:17:29.269Z] ---> Running in 474c6e0b8971 [2023-04-06T20:17:29.541Z] Removing intermediate container 474c6e0b8971 [2023-04-06T20:17:29.541Z] ---> 75b981e6b618 [2023-04-06T20:17:29.541Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-06T20:17:29.815Z] ---> Running in 30c6ec5201ea [2023-04-06T20:17:30.081Z] Removing intermediate container 30c6ec5201ea [2023-04-06T20:17:30.347Z] ---> a1fe3328f530 [2023-04-06T20:17:30.347Z] Step 25/27 : LABEL arch=arm64 [2023-04-06T20:17:30.347Z] ---> Running in 6f2e20f256cf [2023-04-06T20:17:30.963Z] Removing intermediate container 6f2e20f256cf [2023-04-06T20:17:30.963Z] ---> ec6d05ffbec6 [2023-04-06T20:17:30.963Z] Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:17:30.963Z] ---> Running in 2a68b7de79f5 [2023-04-06T20:17:31.546Z] Removing intermediate container 2a68b7de79f5 [2023-04-06T20:17:31.546Z] ---> 7ee8b2524998 [2023-04-06T20:17:31.546Z] Step 27/27 : LABEL version=0.0.0 [2023-04-06T20:17:31.812Z] ---> Running in 45b3a2f262c6 [2023-04-06T20:17:32.077Z] Removing intermediate container 45b3a2f262c6 [2023-04-06T20:17:32.077Z] ---> 253fa95e3605 [2023-04-06T20:17:32.077Z] [2023-04-06T20:17:32.343Z] Successfully built 253fa95e3605 [2023-04-06T20:17:32.343Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-06T20:17:32.343Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2023-04-06T20:17:50.527Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:17:50.527Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:17:50.527Z] ---> 27df420bf62a [2023-04-06T20:17:50.527Z] Step 3/20 : WORKDIR /edgex-go [2023-04-06T20:17:50.527Z] ---> Using cache [2023-04-06T20:17:50.527Z] ---> 6cbb5997069b [2023-04-06T20:17:50.527Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-06T20:17:50.527Z] ---> Running in ded4496a9348 [2023-04-06T20:17:50.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:51.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:52.517Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:17:52.517Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:17:52.517Z] OK: 17694 distinct packages available [2023-04-06T20:17:53.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:53.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:17:55.087Z] OK: 263 MiB in 53 packages [2023-04-06T20:17:57.034Z] Removing intermediate container ded4496a9348 [2023-04-06T20:17:57.034Z] ---> a53245ee83d5 [2023-04-06T20:17:57.034Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-06T20:17:57.618Z] ---> 02bf91b1d1bc [2023-04-06T20:17:57.618Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:17:57.887Z] ---> Running in 6cc4363030f4 [2023-04-06T20:19:34.527Z] Removing intermediate container 6cc4363030f4 [2023-04-06T20:19:34.527Z] ---> 3c016e33a712 [2023-04-06T20:19:34.527Z] Step 7/20 : COPY . . [2023-04-06T20:19:37.113Z] ---> d4881e105b72 [2023-04-06T20:19:37.113Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-06T20:19:37.113Z] ---> Running in d27a1b5bc13a [2023-04-06T20:19:39.061Z] 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-06T20:23:00.785Z] 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-06T20:23:05.276Z] Removing intermediate container 99d74e3f0b5c [2023-04-06T20:23:05.276Z] ---> dd10381b92fa [2023-04-06T20:23:05.276Z] [2023-04-06T20:23:05.276Z] Step 9/22 : FROM alpine:3.17 [2023-04-06T20:23:05.276Z] ---> 51e60588ff2c [2023-04-06T20:23:05.276Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-06T20:23:05.276Z] ---> Running in 6710e9cbfd40 [2023-04-06T20:23:07.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:08.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:09.768Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-06T20:23:09.768Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-06T20:23:09.768Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:23:09.768Z] OK: 8 MiB in 17 packages [2023-04-06T20:23:14.013Z] Removing intermediate container 6710e9cbfd40 [2023-04-06T20:23:14.013Z] ---> 0c1e4804133c [2023-04-06T20:23:14.013Z] 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-06T20:23:14.013Z] ---> Running in 7175092967a0 [2023-04-06T20:23:14.969Z] Removing intermediate container 7175092967a0 [2023-04-06T20:23:14.969Z] ---> 6ef0c1ad894e [2023-04-06T20:23:14.969Z] Step 12/22 : WORKDIR /edgex [2023-04-06T20:23:15.236Z] ---> Running in 2b55b7f11702 [2023-04-06T20:23:15.502Z] Removing intermediate container a016003a35b5 [2023-04-06T20:23:15.502Z] ---> 63fc1c700bb6 [2023-04-06T20:23:15.502Z] [2023-04-06T20:23:15.502Z] Step 9/33 : FROM alpine:3.17 [2023-04-06T20:23:15.502Z] ---> 51e60588ff2c [2023-04-06T20:23:15.502Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-06T20:23:16.091Z] ---> Running in f8cb8a10fdf6 [2023-04-06T20:23:16.091Z] Removing intermediate container 2b55b7f11702 [2023-04-06T20:23:16.091Z] ---> 95993aa7ef3a [2023-04-06T20:23:16.091Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:23:17.054Z] Removing intermediate container f8cb8a10fdf6 [2023-04-06T20:23:17.054Z] ---> 68a495b4be09 [2023-04-06T20:23:17.054Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-06T20:23:17.336Z] ---> Running in efee9652db28 [2023-04-06T20:23:17.602Z] ---> 5d163bc26863 [2023-04-06T20:23:17.602Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:23:19.032Z] Removing intermediate container 55905e49882c [2023-04-06T20:23:19.032Z] ---> 98d85a9bb7e3 [2023-04-06T20:23:19.032Z] [2023-04-06T20:23:19.032Z] Step 9/25 : FROM alpine:3.17 [2023-04-06T20:23:19.032Z] ---> 51e60588ff2c [2023-04-06T20:23:19.032Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-06T20:23:19.032Z] ---> Running in 20c1a2825f06 [2023-04-06T20:23:19.302Z] ---> f793a69bcb80 [2023-04-06T20:23:19.302Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-06T20:23:20.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:20.843Z] ---> 5af2980282a9 [2023-04-06T20:23:20.843Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-06T20:23:21.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:21.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:22.066Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:22.332Z] ---> a77d4c04c707 [2023-04-06T20:23:22.332Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-06T20:23:22.598Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-06T20:23:22.598Z] (2/2) Installing su-exec (0.2-r2) [2023-04-06T20:23:22.598Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:23:22.863Z] OK: 8 MiB in 17 packages [2023-04-06T20:23:23.144Z] ---> 750c6e665b77 [2023-04-06T20:23:23.144Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:23:23.411Z] ---> Running in 6ca82b93a79d [2023-04-06T20:23:23.678Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-06T20:23:23.947Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-06T20:23:23.947Z] (3/3) Installing su-exec (0.2-r2) [2023-04-06T20:23:23.947Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:23:23.947Z] Executing ca-certificates-20220614-r4.trigger [2023-04-06T20:23:24.530Z] Removing intermediate container efee9652db28 [2023-04-06T20:23:24.530Z] ---> 983796d7310f [2023-04-06T20:23:24.530Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-06T20:23:24.530Z] ---> Running in ab8958b8d6ee [2023-04-06T20:23:24.800Z] OK: 8 MiB in 18 packages [2023-04-06T20:23:28.133Z] Removing intermediate container ab8958b8d6ee [2023-04-06T20:23:28.133Z] ---> 7d366510e24e [2023-04-06T20:23:28.133Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-06T20:23:28.133Z] ---> Running in 7147be0cee82 [2023-04-06T20:23:29.085Z] Removing intermediate container 7147be0cee82 [2023-04-06T20:23:29.085Z] ---> 514e6ece0449 [2023-04-06T20:23:29.085Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-06T20:23:29.672Z] ---> Running in 46a5bd8757ff [2023-04-06T20:23:29.938Z] Removing intermediate container 6ca82b93a79d [2023-04-06T20:23:29.938Z] ---> 7a7a1f968e7d [2023-04-06T20:23:29.938Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:23:30.222Z] ---> Running in cad415319943 [2023-04-06T20:23:30.488Z] Removing intermediate container 46a5bd8757ff [2023-04-06T20:23:30.488Z] ---> 6fca6fd5a5d8 [2023-04-06T20:23:30.488Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-06T20:23:30.754Z] ---> Running in a79c7d0dd0ca [2023-04-06T20:23:30.754Z] Removing intermediate container 20c1a2825f06 [2023-04-06T20:23:30.754Z] ---> c2119030d1e5 [2023-04-06T20:23:30.754Z] 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-06T20:23:31.021Z] ---> Running in 7654df6a87e0 [2023-04-06T20:23:31.021Z] Removing intermediate container cad415319943 [2023-04-06T20:23:31.021Z] ---> fae8024cf18b [2023-04-06T20:23:31.021Z] Step 20/22 : LABEL arch=arm64 [2023-04-06T20:23:31.287Z] ---> Running in f375f239493c [2023-04-06T20:23:31.867Z] Removing intermediate container a79c7d0dd0ca [2023-04-06T20:23:31.867Z] ---> 4cb64c928db9 [2023-04-06T20:23:31.867Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-06T20:23:32.133Z] Removing intermediate container 7654df6a87e0 [2023-04-06T20:23:32.133Z] ---> 370b6ca980e5 [2023-04-06T20:23:32.133Z] Step 12/25 : WORKDIR / [2023-04-06T20:23:32.133Z] ---> Running in 53158fc21a64 [2023-04-06T20:23:32.720Z] ---> Running in 290c923e78cf [2023-04-06T20:23:32.720Z] Removing intermediate container f375f239493c [2023-04-06T20:23:32.720Z] ---> 5abb8f3d5e1a [2023-04-06T20:23:32.720Z] Step 21/22 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:23:32.986Z] ---> Running in 7719cb621614 [2023-04-06T20:23:33.954Z] Removing intermediate container 290c923e78cf [2023-04-06T20:23:33.954Z] ---> e2f7dbb61e4c [2023-04-06T20:23:33.954Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:23:33.954Z] Removing intermediate container 7719cb621614 [2023-04-06T20:23:33.954Z] ---> a77ebc5b3d97 [2023-04-06T20:23:33.954Z] Step 22/22 : LABEL version=0.0.0 [2023-04-06T20:23:34.220Z] ---> Running in 9bfdfb09bb13 [2023-04-06T20:23:36.159Z] Removing intermediate container 9bfdfb09bb13 [2023-04-06T20:23:36.159Z] ---> 549ffb72c014 [2023-04-06T20:23:36.159Z] [2023-04-06T20:23:36.425Z] ---> 1747c5f7a5a0 [2023-04-06T20:23:36.425Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:23:36.691Z] Removing intermediate container 53158fc21a64 [2023-04-06T20:23:36.691Z] ---> 6d17c50438a8 [2023-04-06T20:23:36.691Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-06T20:23:37.275Z] Successfully built 549ffb72c014 [2023-04-06T20:23:37.275Z] ---> Running in 275486ef4fe3 [2023-04-06T20:23:37.275Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-06T20:23:37.275Z]  Building security-proxy-setup ... done Building support-notifications [2023-04-06T20:23:37.857Z] Removing intermediate container 275486ef4fe3 [2023-04-06T20:23:37.857Z] ---> 5ad5c8dc0c79 [2023-04-06T20:23:37.857Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-06T20:23:38.124Z] ---> e81a61c6dd60 [2023-04-06T20:23:38.124Z] 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-06T20:23:40.697Z] ---> c06d4c82b385 [2023-04-06T20:23:40.697Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-06T20:23:40.697Z] ---> 0b08f64b049a [2023-04-06T20:23:40.697Z] 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-06T20:23:40.697Z] ---> Running in b7c4c440d89e [2023-04-06T20:23:43.295Z] ---> 5cd8006be499 [2023-04-06T20:23:43.295Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:23:45.239Z] ---> b8782afef451 [2023-04-06T20:23:45.239Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-06T20:23:45.506Z] Removing intermediate container b7c4c440d89e [2023-04-06T20:23:45.506Z] ---> 676fa17226dd [2023-04-06T20:23:45.506Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:23:46.916Z] ---> 0684652237b1 [2023-04-06T20:23:46.917Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:23:48.325Z] Removing intermediate container 604299c61a1d [2023-04-06T20:23:48.325Z] ---> 1ec5f54965ee [2023-04-06T20:23:48.325Z] [2023-04-06T20:23:48.325Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:23:48.325Z] ---> 51e60588ff2c [2023-04-06T20:23:48.325Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:23:48.325Z] ---> Running in 71363b8d0c32 [2023-04-06T20:23:48.592Z] ---> 915e646892cd [2023-04-06T20:23:48.592Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-06T20:23:48.860Z] ---> 95387670a6ff [2023-04-06T20:23:48.860Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-06T20:23:49.132Z] Removing intermediate container 71363b8d0c32 [2023-04-06T20:23:49.132Z] ---> 853ac21a7f88 [2023-04-06T20:23:49.132Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-06T20:23:49.401Z] ---> Running in 65a608fce6b1 [2023-04-06T20:23:49.990Z] Removing intermediate container 65a608fce6b1 [2023-04-06T20:23:49.990Z] ---> 447e6957c406 [2023-04-06T20:23:49.990Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-06T20:23:50.257Z] ---> Running in f1387d872e92 [2023-04-06T20:23:51.216Z] Removing intermediate container f1387d872e92 [2023-04-06T20:23:51.216Z] ---> 66e93dc3a476 [2023-04-06T20:23:51.216Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:23:51.483Z] ---> Running in 4b336d9135dd [2023-04-06T20:23:53.421Z] ---> 33d95a466541 [2023-04-06T20:23:53.421Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-06T20:23:53.686Z] ---> ca0194eee670 [2023-04-06T20:23:53.686Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-06T20:23:53.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:54.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:23:54.928Z] ---> 1de4ee5f741d [2023-04-06T20:23:54.928Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-06T20:23:55.197Z] ---> 987309a8de35 [2023-04-06T20:23:55.197Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:23:55.464Z] ---> Running in 8a7786920267 [2023-04-06T20:23:56.066Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-06T20:23:56.066Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:23:56.066Z] OK: 8 MiB in 16 packages [2023-04-06T20:23:56.331Z] ---> d2aac6bc8f6c [2023-04-06T20:23:56.331Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-06T20:23:58.274Z] Removing intermediate container 4b336d9135dd [2023-04-06T20:23:58.274Z] ---> 2941b611c617 [2023-04-06T20:23:58.274Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:23:58.856Z] ---> df97dd362699 [2023-04-06T20:23:58.856Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-06T20:23:59.123Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:23:59.123Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:23:59.123Z] ---> 27df420bf62a [2023-04-06T20:23:59.123Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:23:59.123Z] ---> Using cache [2023-04-06T20:23:59.123Z] ---> 95b2904010f9 [2023-04-06T20:23:59.123Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:23:59.123Z] ---> Using cache [2023-04-06T20:23:59.123Z] ---> 31437ed77840 [2023-04-06T20:23:59.123Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-06T20:23:59.123Z] ---> Running in 9b338de67139 [2023-04-06T20:24:00.087Z] Removing intermediate container 8a7786920267 [2023-04-06T20:24:00.087Z] ---> 653206a33bfc [2023-04-06T20:24:00.087Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:24:00.355Z] ---> Running in 487da48e50a6 [2023-04-06T20:24:00.621Z] ---> c267966e7d27 [2023-04-06T20:24:00.621Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:24:00.889Z] ---> 668c708b9e60 [2023-04-06T20:24:00.889Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-06T20:24:01.485Z] Removing intermediate container 487da48e50a6 [2023-04-06T20:24:01.485Z] ---> 6e734a709f65 [2023-04-06T20:24:01.485Z] Step 23/25 : LABEL arch=arm64 [2023-04-06T20:24:01.753Z] ---> Running in 87bcc9800f09 [2023-04-06T20:24:01.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:24:02.348Z] ---> fee0f78bd7e2 [2023-04-06T20:24:02.348Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-06T20:24:02.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:24:02.627Z] Removing intermediate container 87bcc9800f09 [2023-04-06T20:24:02.627Z] ---> 84b580dc9f1d [2023-04-06T20:24:02.627Z] Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:24:02.627Z] ---> Running in 168ffe9db6dc [2023-04-06T20:24:02.628Z] ---> ddf9078e3e4f [2023-04-06T20:24:02.628Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-06T20:24:02.900Z] ---> Running in ad258ae0574f [2023-04-06T20:24:03.861Z] OK: 263 MiB in 53 packages [2023-04-06T20:24:06.441Z] Removing intermediate container ad258ae0574f [2023-04-06T20:24:06.441Z] ---> 28581c0e4243 [2023-04-06T20:24:06.441Z] Step 25/25 : LABEL version=0.0.0 [2023-04-06T20:24:06.441Z] ---> Running in 6a73664ad99a [2023-04-06T20:24:07.854Z] Removing intermediate container 9b338de67139 [2023-04-06T20:24:07.854Z] ---> 9aa66f3ce7d8 [2023-04-06T20:24:07.854Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:24:07.854Z] Removing intermediate container 6a73664ad99a [2023-04-06T20:24:07.854Z] ---> 03f8968a437e [2023-04-06T20:24:07.854Z] [2023-04-06T20:24:07.854Z] ---> 6ed3dd577a13 [2023-04-06T20:24:07.854Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:24:08.128Z] Removing intermediate container 168ffe9db6dc [2023-04-06T20:24:08.128Z] ---> f3bd38c4476c [2023-04-06T20:24:08.128Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-06T20:24:08.394Z] ---> Running in 8e09a0dff440 [2023-04-06T20:24:08.975Z] Successfully built 03f8968a437e [2023-04-06T20:24:08.975Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-06T20:24:08.975Z] Building security-spire-config [2023-04-06T20:24:09.559Z]  Building security-secretstore-setup ... done  ---> 34640628b6b1 [2023-04-06T20:24:09.559Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-06T20:24:09.559Z] Removing intermediate container 8e09a0dff440 [2023-04-06T20:24:09.559Z] ---> 6a1b5b88cb0a [2023-04-06T20:24:09.559Z] Step 30/33 : CMD ["gate"] [2023-04-06T20:24:09.559Z] ---> 1b8e4b5255f2 [2023-04-06T20:24:09.559Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:24:09.559Z] ---> Running in 456941d9f826 [2023-04-06T20:24:09.825Z] ---> Running in 7739eb826c15 [2023-04-06T20:24:09.825Z] ---> Running in f8e126316883 [2023-04-06T20:24:10.785Z] Removing intermediate container 7739eb826c15 [2023-04-06T20:24:10.785Z] ---> b582dfa21b19 [2023-04-06T20:24:10.785Z] Step 31/33 : LABEL arch=arm64 [2023-04-06T20:24:10.785Z] Removing intermediate container 456941d9f826 [2023-04-06T20:24:10.785Z] ---> 3bc64cf3989e [2023-04-06T20:24:10.785Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:24:11.053Z] ---> Running in 8be4d3c313b5 [2023-04-06T20:24:11.320Z] ---> Running in 727c49d456d3 [2023-04-06T20:24:11.904Z] Removing intermediate container 8be4d3c313b5 [2023-04-06T20:24:11.904Z] ---> 4180b98ddaa0 [2023-04-06T20:24:11.904Z] Step 32/33 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:24:12.175Z] Removing intermediate container 727c49d456d3 [2023-04-06T20:24:12.175Z] ---> 03f40f026ccc [2023-04-06T20:24:12.175Z] Step 21/23 : LABEL arch=arm64 [2023-04-06T20:24:12.175Z] ---> Running in 0cb4fedc58a9 [2023-04-06T20:24:12.444Z] ---> Running in 548898a69d75 [2023-04-06T20:24:13.027Z] Removing intermediate container 0cb4fedc58a9 [2023-04-06T20:24:13.027Z] ---> b0e37c2888e2 [2023-04-06T20:24:13.027Z] Step 33/33 : LABEL version=0.0.0 [2023-04-06T20:24:13.027Z] Removing intermediate container 548898a69d75 [2023-04-06T20:24:13.027Z] ---> fed465658cf1 [2023-04-06T20:24:13.027Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:24:13.027Z] ---> Running in 50b3983eb943 [2023-04-06T20:24:13.293Z] ---> Running in 43297cb472fe [2023-04-06T20:24:13.558Z] Removing intermediate container 50b3983eb943 [2023-04-06T20:24:13.558Z] ---> b5db6b5eaecd [2023-04-06T20:24:13.558Z] [2023-04-06T20:24:14.141Z] Removing intermediate container 43297cb472fe [2023-04-06T20:24:14.141Z] ---> fd01a6f69785 [2023-04-06T20:24:14.141Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:24:14.141Z] Successfully built b5db6b5eaecd [2023-04-06T20:24:14.141Z] ---> Running in 81f32c564660 [2023-04-06T20:24:14.141Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-06T20:24:14.141Z] Building core-command [2023-04-06T20:24:14.722Z]  Building security-bootstrapper ... done Removing intermediate container 81f32c564660 [2023-04-06T20:24:14.722Z] ---> f84d0b2c5b46 [2023-04-06T20:24:14.722Z] [2023-04-06T20:24:14.988Z] Successfully built f84d0b2c5b46 [2023-04-06T20:24:14.988Z] Successfully tagged core-data-arm64:latest [2023-04-06T20:24:14.988Z]  Building core-data ... done Building core-metadata [2023-04-06T20:24:37.035Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:24:37.035Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:24:37.035Z] ---> 27df420bf62a [2023-04-06T20:24:37.035Z] Step 3/27 : WORKDIR /edgex-go [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> 6cbb5997069b [2023-04-06T20:24:37.035Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> fcd7c0edef82 [2023-04-06T20:24:37.035Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> 8ec34cd69872 [2023-04-06T20:24:37.035Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> 6a29757c215c [2023-04-06T20:24:37.035Z] Step 7/27 : COPY . . [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> 49336db13a42 [2023-04-06T20:24:37.035Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> 72a9cbc7a598 [2023-04-06T20:24:37.035Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> f41bcebfe145 [2023-04-06T20:24:37.035Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> e3317c02ee79 [2023-04-06T20:24:37.035Z] 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-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> 51912d67b168 [2023-04-06T20:24:37.035Z] Step 12/27 : WORKDIR /edgex-go [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> c869653f53de [2023-04-06T20:24:37.035Z] [2023-04-06T20:24:37.035Z] Step 13/27 : FROM alpine:3.17 [2023-04-06T20:24:37.035Z] ---> 51e60588ff2c [2023-04-06T20:24:37.035Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-06T20:24:37.035Z] ---> Using cache [2023-04-06T20:24:37.035Z] ---> d04bae46ce81 [2023-04-06T20:24:37.035Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-06T20:24:37.621Z] ---> Running in e9b028acac96 [2023-04-06T20:24:40.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:24:40.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:24:42.197Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:24:42.197Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:24:42.197Z] OK: 17689 distinct packages available [2023-04-06T20:24:42.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:24:43.430Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:24:43.430Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:24:43.430Z] ---> 27df420bf62a [2023-04-06T20:24:43.430Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:24:43.430Z] ---> Using cache [2023-04-06T20:24:43.430Z] ---> 95b2904010f9 [2023-04-06T20:24:43.430Z] Step 4/24 : WORKDIR /edgex-go [2023-04-06T20:24:43.430Z] ---> Using cache [2023-04-06T20:24:43.430Z] ---> 31437ed77840 [2023-04-06T20:24:43.430Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-06T20:24:43.430Z] ---> Using cache [2023-04-06T20:24:43.430Z] ---> 9fd3e7b2e7ef [2023-04-06T20:24:43.430Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-06T20:24:43.430Z] ---> Using cache [2023-04-06T20:24:43.430Z] ---> 0169ff46ef7a [2023-04-06T20:24:43.430Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:24:43.430Z] ---> Using cache [2023-04-06T20:24:43.430Z] ---> 683b8d07cc65 [2023-04-06T20:24:43.430Z] Step 8/24 : COPY . . [2023-04-06T20:24:43.430Z] ---> Using cache [2023-04-06T20:24:43.430Z] ---> d68db0f744b8 [2023-04-06T20:24:43.430Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-06T20:24:43.697Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:24:43.965Z] ---> Running in f37896e66f61 [2023-04-06T20:24:44.937Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:24:44.937Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:24:44.937Z] ---> 27df420bf62a [2023-04-06T20:24:44.937Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:24:44.937Z] ---> Using cache [2023-04-06T20:24:44.937Z] ---> 95b2904010f9 [2023-04-06T20:24:44.937Z] Step 4/25 : WORKDIR /edgex-go [2023-04-06T20:24:44.937Z] ---> Using cache [2023-04-06T20:24:44.937Z] ---> 31437ed77840 [2023-04-06T20:24:44.937Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-06T20:24:44.938Z] ---> Using cache [2023-04-06T20:24:44.938Z] ---> 9fd3e7b2e7ef [2023-04-06T20:24:44.938Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-06T20:24:44.938Z] ---> Using cache [2023-04-06T20:24:44.938Z] ---> 0169ff46ef7a [2023-04-06T20:24:44.938Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:24:44.938Z] ---> Using cache [2023-04-06T20:24:44.938Z] ---> 683b8d07cc65 [2023-04-06T20:24:44.938Z] Step 8/25 : COPY . . [2023-04-06T20:24:44.938Z] ---> Using cache [2023-04-06T20:24:44.938Z] ---> d68db0f744b8 [2023-04-06T20:24:44.938Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-06T20:24:44.938Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-06T20:24:44.938Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-06T20:24:44.938Z] (3/4) Installing libucontext (1.2-r0) [2023-04-06T20:24:44.938Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-06T20:24:44.938Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:24:46.362Z] OK: 8 MiB in 19 packages [2023-04-06T20:24:46.362Z] ---> Running in f084fae4ffcd [2023-04-06T20:24:46.630Z] 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-06T20:24:48.578Z] Removing intermediate container e9b028acac96 [2023-04-06T20:24:48.578Z] ---> 0623c352d289 [2023-04-06T20:24:48.578Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:24:48.860Z] 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-06T20:24:49.448Z] ---> 6ace08ab1e8f [2023-04-06T20:24:49.448Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:24:50.414Z] ---> b64186cca1a8 [2023-04-06T20:24:50.414Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-06T20:24:55.776Z] ---> a5d578c1b1f6 [2023-04-06T20:24:55.776Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-06T20:24:56.364Z] ---> 571fb9357bf3 [2023-04-06T20:24:56.364Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-06T20:24:56.634Z] ---> Running in d917ae823ece [2023-04-06T20:24:57.220Z] Removing intermediate container d917ae823ece [2023-04-06T20:24:57.220Z] ---> 2498090b379c [2023-04-06T20:24:57.220Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-06T20:24:58.186Z] ---> a98510fba41d [2023-04-06T20:24:58.186Z] Step 22/27 : WORKDIR / [2023-04-06T20:24:58.186Z] ---> Running in 79481e93ce45 [2023-04-06T20:24:58.770Z] Removing intermediate container 79481e93ce45 [2023-04-06T20:24:58.770Z] ---> 039dfbb8ed58 [2023-04-06T20:24:58.770Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-06T20:24:58.770Z] ---> Running in 448c246db9ce [2023-04-06T20:24:59.370Z] Removing intermediate container 448c246db9ce [2023-04-06T20:24:59.370Z] ---> c959b5796655 [2023-04-06T20:24:59.370Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-06T20:24:59.636Z] ---> Running in 272e5c64d382 [2023-04-06T20:25:00.217Z] Removing intermediate container 272e5c64d382 [2023-04-06T20:25:00.217Z] ---> c717f7b54598 [2023-04-06T20:25:00.217Z] Step 25/27 : LABEL arch=arm64 [2023-04-06T20:25:00.217Z] ---> Running in 29675c5b65d1 [2023-04-06T20:25:00.803Z] Removing intermediate container 29675c5b65d1 [2023-04-06T20:25:00.803Z] ---> f5d9f672d909 [2023-04-06T20:25:00.803Z] Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:25:00.803Z] ---> Running in 4193232d7d29 [2023-04-06T20:25:01.398Z] Removing intermediate container 4193232d7d29 [2023-04-06T20:25:01.398Z] ---> fd1344a465f5 [2023-04-06T20:25:01.399Z] Step 27/27 : LABEL version=0.0.0 [2023-04-06T20:25:01.673Z] ---> Running in 9a976b83d992 [2023-04-06T20:25:02.278Z] Removing intermediate container 9a976b83d992 [2023-04-06T20:25:02.278Z] ---> 4e92b2603370 [2023-04-06T20:25:02.278Z] [2023-04-06T20:25:02.553Z] Successfully built 4e92b2603370 [2023-04-06T20:25:02.553Z] Successfully tagged security-spire-config-arm64:latest [2023-04-06T20:25:02.553Z] Building security-spire-server [2023-04-06T20:25:20.740Z]  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:25:20.740Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:25:20.740Z] ---> 27df420bf62a [2023-04-06T20:25:20.740Z] Step 3/26 : WORKDIR /edgex-go [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> 6cbb5997069b [2023-04-06T20:25:20.740Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> fcd7c0edef82 [2023-04-06T20:25:20.740Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> 8ec34cd69872 [2023-04-06T20:25:20.740Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> 6a29757c215c [2023-04-06T20:25:20.740Z] Step 7/26 : COPY . . [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> 49336db13a42 [2023-04-06T20:25:20.740Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> 72a9cbc7a598 [2023-04-06T20:25:20.740Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> f41bcebfe145 [2023-04-06T20:25:20.740Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-06T20:25:20.740Z] ---> Using cache [2023-04-06T20:25:20.740Z] ---> e3317c02ee79 [2023-04-06T20:25:20.740Z] 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-06T20:25:20.740Z] ---> Running in e9e8089d623f [2023-04-06T20:25:26.076Z] Removing intermediate container e9e8089d623f [2023-04-06T20:25:26.076Z] ---> afef4940ce29 [2023-04-06T20:25:26.076Z] Step 12/26 : WORKDIR /edgex-go [2023-04-06T20:25:26.076Z] ---> Running in 115c9fa69402 [2023-04-06T20:25:27.042Z] Removing intermediate container 115c9fa69402 [2023-04-06T20:25:27.042Z] ---> 6c212d41fdb3 [2023-04-06T20:25:27.042Z] [2023-04-06T20:25:27.042Z] Step 13/26 : FROM alpine:3.17 [2023-04-06T20:25:27.042Z] ---> 51e60588ff2c [2023-04-06T20:25:27.042Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-06T20:25:27.042Z] ---> Using cache [2023-04-06T20:25:27.042Z] ---> d04bae46ce81 [2023-04-06T20:25:27.042Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-06T20:25:27.042Z] ---> Using cache [2023-04-06T20:25:27.042Z] ---> f2d61e8f8a5e [2023-04-06T20:25:27.042Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:25:27.042Z] ---> Using cache [2023-04-06T20:25:27.042Z] ---> f51dfa1a1800 [2023-04-06T20:25:27.042Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:25:27.042Z] ---> Using cache [2023-04-06T20:25:27.042Z] ---> 4be50438bdb5 [2023-04-06T20:25:27.042Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-06T20:25:37.098Z] ---> 7ed3fbc92320 [2023-04-06T20:25:37.098Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-06T20:25:39.044Z] ---> 951de1430167 [2023-04-06T20:25:39.044Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-06T20:25:41.001Z] ---> c7189a094d56 [2023-04-06T20:25:41.001Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-06T20:25:42.427Z] ---> 2b30f5c6a237 [2023-04-06T20:25:42.427Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-06T20:25:42.427Z] ---> Running in 59b92ddcb796 [2023-04-06T20:25:43.402Z] Removing intermediate container 59b92ddcb796 [2023-04-06T20:25:43.402Z] ---> 3da27a1c67e3 [2023-04-06T20:25:43.402Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-06T20:25:43.669Z] ---> Running in 7a873330dc19 [2023-04-06T20:25:44.628Z] Removing intermediate container 7a873330dc19 [2023-04-06T20:25:44.628Z] ---> 0a86be7709ec [2023-04-06T20:25:44.628Z] Step 24/26 : LABEL arch=arm64 [2023-04-06T20:25:44.628Z] ---> Running in 98f3eb4a3ace [2023-04-06T20:25:45.588Z] Removing intermediate container 98f3eb4a3ace [2023-04-06T20:25:45.588Z] ---> 8e8a39f54e1d [2023-04-06T20:25:45.588Z] Step 25/26 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:25:45.855Z] ---> Running in 2f196fe00203 [2023-04-06T20:25:46.817Z] Removing intermediate container 2f196fe00203 [2023-04-06T20:25:46.817Z] ---> bf907bc753b1 [2023-04-06T20:25:46.817Z] Step 26/26 : LABEL version=0.0.0 [2023-04-06T20:25:46.817Z] ---> Running in 850cf087f8a9 [2023-04-06T20:25:47.783Z] Removing intermediate container 850cf087f8a9 [2023-04-06T20:25:47.783Z] ---> 9600c7be222a [2023-04-06T20:25:47.783Z] [2023-04-06T20:25:48.372Z] Successfully built 9600c7be222a [2023-04-06T20:25:48.372Z] Successfully tagged security-spire-server-arm64:latest [2023-04-06T20:25:48.372Z] Building security-proxy-auth [2023-04-06T20:26:10.716Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:26:10.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:26:10.716Z] ---> 27df420bf62a [2023-04-06T20:26:10.716Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:26:10.716Z] ---> Using cache [2023-04-06T20:26:10.716Z] ---> 95b2904010f9 [2023-04-06T20:26:10.716Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:26:10.716Z] ---> Using cache [2023-04-06T20:26:10.716Z] ---> 31437ed77840 [2023-04-06T20:26:10.716Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:26:10.716Z] ---> Using cache [2023-04-06T20:26:10.716Z] ---> 9fd3e7b2e7ef [2023-04-06T20:26:10.716Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:26:10.716Z] ---> Using cache [2023-04-06T20:26:10.716Z] ---> 0169ff46ef7a [2023-04-06T20:26:10.716Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:26:10.716Z] ---> Using cache [2023-04-06T20:26:10.716Z] ---> 683b8d07cc65 [2023-04-06T20:26:10.716Z] Step 8/23 : COPY . . [2023-04-06T20:26:10.716Z] ---> Using cache [2023-04-06T20:26:10.716Z] ---> d68db0f744b8 [2023-04-06T20:26:10.716Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-06T20:26:10.716Z] ---> Running in 9d8d981ba428 [2023-04-06T20:26:10.716Z] Removing intermediate container f8e126316883 [2023-04-06T20:26:10.716Z] ---> d7bab72f0517 [2023-04-06T20:26:10.716Z] Step 8/23 : COPY . . [2023-04-06T20:26:10.716Z] 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-06T20:26:17.477Z] Removing intermediate container d27a1b5bc13a [2023-04-06T20:26:17.477Z] ---> 7052301b3125 [2023-04-06T20:26:17.477Z] [2023-04-06T20:26:17.477Z] Step 9/20 : FROM alpine:3.17 [2023-04-06T20:26:17.477Z] ---> 51e60588ff2c [2023-04-06T20:26:17.477Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-06T20:26:17.477Z] ---> Using cache [2023-04-06T20:26:17.477Z] ---> 68a495b4be09 [2023-04-06T20:26:17.477Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-06T20:26:18.441Z] ---> Running in de21161b5e3d [2023-04-06T20:26:21.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:26:22.015Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:26:23.422Z] v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-06T20:26:23.422Z] v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-06T20:26:23.422Z] OK: 17689 distinct packages available [2023-04-06T20:26:23.689Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:26:24.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:26:25.603Z] ---> 71b429054bff [2023-04-06T20:26:25.603Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-06T20:26:25.873Z] ---> Running in 3c4ef8138fce [2023-04-06T20:26:26.458Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-06T20:26:26.458Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-06T20:26:26.458Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-06T20:26:26.724Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-06T20:26:26.724Z] (5/9) Installing curl (7.88.1-r1) [2023-04-06T20:26:26.724Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-06T20:26:26.724Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-06T20:26:26.724Z] (8/9) Installing libucontext (1.2-r0) [2023-04-06T20:26:26.724Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-06T20:26:26.724Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:26:26.724Z] Executing ca-certificates-20220614-r4.trigger [2023-04-06T20:26:27.306Z] OK: 11 MiB in 24 packages [2023-04-06T20:26:27.890Z] 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-06T20:26:33.226Z] Removing intermediate container de21161b5e3d [2023-04-06T20:26:33.226Z] ---> 32999f27d844 [2023-04-06T20:26:33.226Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:26:33.226Z] ---> 934f29ada395 [2023-04-06T20:26:33.226Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:26:34.183Z] ---> 07887fd6f48d [2023-04-06T20:26:34.183Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-06T20:26:36.760Z] ---> 1535421e23bf [2023-04-06T20:26:36.760Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:26:37.343Z] ---> bc2e9e66ef85 [2023-04-06T20:26:37.343Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-06T20:26:37.343Z] ---> Running in c28631072237 [2023-04-06T20:26:37.609Z] Removing intermediate container c28631072237 [2023-04-06T20:26:37.609Z] ---> d58cf7303842 [2023-04-06T20:26:37.879Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:26:37.879Z] ---> Running in 8da73ed0c471 [2023-04-06T20:26:38.463Z] Removing intermediate container 8da73ed0c471 [2023-04-06T20:26:38.463Z] ---> 8bb13d35504a [2023-04-06T20:26:38.463Z] Step 18/20 : LABEL arch=arm64 [2023-04-06T20:26:38.463Z] ---> Running in 1541df854959 [2023-04-06T20:26:39.045Z] Removing intermediate container 1541df854959 [2023-04-06T20:26:39.045Z] ---> 71d564963b97 [2023-04-06T20:26:39.045Z] Step 19/20 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:26:39.045Z] ---> Running in cba67373ebae [2023-04-06T20:26:39.628Z] Removing intermediate container cba67373ebae [2023-04-06T20:26:39.628Z] ---> 89d8b6b6d962 [2023-04-06T20:26:39.628Z] Step 20/20 : LABEL version=0.0.0 [2023-04-06T20:26:39.629Z] ---> Running in 20c2f4128e0c [2023-04-06T20:26:40.209Z] Removing intermediate container 20c2f4128e0c [2023-04-06T20:26:40.209Z] ---> 01c3cc5d03d7 [2023-04-06T20:26:40.209Z] [2023-04-06T20:26:40.475Z] Successfully built 01c3cc5d03d7 [2023-04-06T20:26:40.475Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-06T20:26:40.475Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2023-04-06T20:26:58.666Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:26:58.666Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:26:58.666Z] ---> 27df420bf62a [2023-04-06T20:26:58.666Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:26:58.666Z] ---> Using cache [2023-04-06T20:26:58.666Z] ---> 95b2904010f9 [2023-04-06T20:26:58.666Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:26:58.666Z] ---> Using cache [2023-04-06T20:26:58.666Z] ---> 31437ed77840 [2023-04-06T20:26:58.666Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:26:58.666Z] ---> Using cache [2023-04-06T20:26:58.666Z] ---> 9fd3e7b2e7ef [2023-04-06T20:26:58.666Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:26:58.666Z] ---> Using cache [2023-04-06T20:26:58.666Z] ---> 0169ff46ef7a [2023-04-06T20:26:58.666Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:26:58.666Z] ---> Using cache [2023-04-06T20:26:58.666Z] ---> 683b8d07cc65 [2023-04-06T20:26:58.666Z] Step 8/23 : COPY . . [2023-04-06T20:26:58.666Z] ---> Using cache [2023-04-06T20:26:58.666Z] ---> d68db0f744b8 [2023-04-06T20:26:58.666Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-06T20:26:58.666Z] ---> Running in df2db91a9e79 [2023-04-06T20:26:59.621Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-06T20:31:36.429Z] Removing intermediate container f37896e66f61 [2023-04-06T20:31:36.429Z] ---> c4a7b1f694a5 [2023-04-06T20:31:36.429Z] [2023-04-06T20:31:36.429Z] Step 10/24 : FROM alpine:3.17 [2023-04-06T20:31:36.429Z] ---> 51e60588ff2c [2023-04-06T20:31:36.429Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:31:36.429Z] ---> Running in baaf637d57ae [2023-04-06T20:31:36.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:31:36.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:31:36.429Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-06T20:31:36.429Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:31:36.429Z] OK: 8 MiB in 16 packages [2023-04-06T20:31:36.429Z] Removing intermediate container baaf637d57ae [2023-04-06T20:31:36.429Z] ---> 19b3c7db15cb [2023-04-06T20:31:36.429Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:31:36.429Z] ---> Running in bf47cd466d99 [2023-04-06T20:31:36.696Z] Removing intermediate container bf47cd466d99 [2023-04-06T20:31:36.696Z] ---> 813c22d652fb [2023-04-06T20:31:36.696Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-06T20:31:36.696Z] ---> Running in 396f3206372b [2023-04-06T20:31:37.282Z] Removing intermediate container 396f3206372b [2023-04-06T20:31:37.282Z] ---> f0761ca68630 [2023-04-06T20:31:37.282Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-06T20:31:37.550Z] ---> Running in d7b3c47120ef [2023-04-06T20:31:38.140Z] Removing intermediate container d7b3c47120ef [2023-04-06T20:31:38.140Z] ---> 6fa49eaeadec [2023-04-06T20:31:38.140Z] Step 15/24 : WORKDIR / [2023-04-06T20:31:38.140Z] ---> Running in b79adeb2c014 [2023-04-06T20:31:38.724Z] Removing intermediate container b79adeb2c014 [2023-04-06T20:31:38.724Z] ---> 4c4fc59ef209 [2023-04-06T20:31:38.724Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:31:39.702Z] ---> d74eb9c667bc [2023-04-06T20:31:39.702Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:31:40.661Z] ---> d234c417bc79 [2023-04-06T20:31:40.661Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-06T20:31:42.070Z] ---> 1ea34836e1c2 [2023-04-06T20:31:42.070Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:31:43.029Z] ---> 5912a2189cc0 [2023-04-06T20:31:43.029Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-06T20:31:43.293Z] ---> Running in 20057574a5bd [2023-04-06T20:31:43.876Z] Removing intermediate container 20057574a5bd [2023-04-06T20:31:43.876Z] ---> 8731e7b92933 [2023-04-06T20:31:43.876Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:31:43.876Z] ---> Running in 4a0c56bb5503 [2023-04-06T20:31:44.458Z] Removing intermediate container 4a0c56bb5503 [2023-04-06T20:31:44.458Z] ---> 2b3c7edd1cd9 [2023-04-06T20:31:44.458Z] Step 22/24 : LABEL arch=arm64 [2023-04-06T20:31:44.736Z] ---> Running in 295ce0a2c956 [2023-04-06T20:31:45.315Z] Removing intermediate container 295ce0a2c956 [2023-04-06T20:31:45.315Z] ---> d8a17f85af2c [2023-04-06T20:31:45.315Z] Step 23/24 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:31:45.315Z] ---> Running in 8d5580c40762 [2023-04-06T20:31:46.270Z] Removing intermediate container 8d5580c40762 [2023-04-06T20:31:46.270Z] ---> 4204272a53d9 [2023-04-06T20:31:46.270Z] Step 24/24 : LABEL version=0.0.0 [2023-04-06T20:31:46.535Z] ---> Running in cbcda4666bf8 [2023-04-06T20:31:47.114Z] Removing intermediate container cbcda4666bf8 [2023-04-06T20:31:47.114Z] ---> 209456829967 [2023-04-06T20:31:47.114Z] [2023-04-06T20:31:47.693Z] Successfully built 209456829967 [2023-04-06T20:31:47.693Z] Successfully tagged core-command-arm64:latest [2023-04-06T20:31:47.693Z]  Building core-command ... done Building core-common-config-bootstrapper [2023-04-06T20:31:55.885Z] Removing intermediate container f084fae4ffcd [2023-04-06T20:31:55.885Z] ---> e582c5d6699d [2023-04-06T20:31:55.885Z] [2023-04-06T20:31:55.885Z] Step 10/25 : FROM alpine:3.17 [2023-04-06T20:31:55.885Z] ---> 51e60588ff2c [2023-04-06T20:31:55.885Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:31:55.885Z] ---> Using cache [2023-04-06T20:31:55.885Z] ---> 19b3c7db15cb [2023-04-06T20:31:55.886Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:31:55.886Z] ---> Using cache [2023-04-06T20:31:55.886Z] ---> 813c22d652fb [2023-04-06T20:31:55.886Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-06T20:31:55.886Z] ---> Running in 589ae712b408 [2023-04-06T20:31:55.886Z] Removing intermediate container 589ae712b408 [2023-04-06T20:31:55.886Z] ---> 4b7a498f0567 [2023-04-06T20:31:55.886Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-06T20:31:56.158Z] ---> Running in 08d1adf71798 [2023-04-06T20:31:56.741Z] Removing intermediate container 08d1adf71798 [2023-04-06T20:31:56.741Z] ---> 4e672ea7782f [2023-04-06T20:31:56.741Z] Step 15/25 : WORKDIR / [2023-04-06T20:31:56.741Z] ---> Running in 7219fa93adb3 [2023-04-06T20:31:57.702Z] Removing intermediate container 7219fa93adb3 [2023-04-06T20:31:57.702Z] ---> 83550cd9f69d [2023-04-06T20:31:57.702Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:31:59.110Z] ---> 2df48f53592b [2023-04-06T20:31:59.110Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:32:00.067Z] ---> 74e406d7298b [2023-04-06T20:32:00.067Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-06T20:32:03.395Z] ---> 6522838f01fc [2023-04-06T20:32:03.395Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:32:04.355Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-06T20:32:04.355Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-06T20:32:04.355Z] ---> 27df420bf62a [2023-04-06T20:32:04.355Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-06T20:32:04.355Z] ---> Using cache [2023-04-06T20:32:04.355Z] ---> 95b2904010f9 [2023-04-06T20:32:04.355Z] Step 4/23 : WORKDIR /edgex-go [2023-04-06T20:32:04.355Z] ---> Using cache [2023-04-06T20:32:04.355Z] ---> 31437ed77840 [2023-04-06T20:32:04.355Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-06T20:32:04.355Z] ---> Using cache [2023-04-06T20:32:04.355Z] ---> 9fd3e7b2e7ef [2023-04-06T20:32:04.355Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-06T20:32:04.355Z] ---> Using cache [2023-04-06T20:32:04.355Z] ---> 0169ff46ef7a [2023-04-06T20:32:04.355Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T20:32:04.355Z] ---> Using cache [2023-04-06T20:32:04.355Z] ---> 683b8d07cc65 [2023-04-06T20:32:04.355Z] Step 8/23 : COPY . . [2023-04-06T20:32:04.355Z] ---> Using cache [2023-04-06T20:32:04.355Z] ---> d68db0f744b8 [2023-04-06T20:32:04.355Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-06T20:32:04.355Z] ---> Running in 05520371da2d [2023-04-06T20:32:04.355Z] ---> 8d7723e0496f [2023-04-06T20:32:04.355Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-06T20:32:05.763Z] ---> a83b467fe322 [2023-04-06T20:32:05.763Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-06T20:32:06.029Z] ---> Running in efdf3545d02d [2023-04-06T20:32:06.617Z] Removing intermediate container efdf3545d02d [2023-04-06T20:32:06.617Z] ---> 6dcf285381e6 [2023-04-06T20:32:06.617Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:32:06.617Z] 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-06T20:32:06.883Z] ---> Running in 8f623156c0c1 [2023-04-06T20:32:07.466Z] Removing intermediate container 8f623156c0c1 [2023-04-06T20:32:07.466Z] ---> 371f9d597c9a [2023-04-06T20:32:07.466Z] Step 23/25 : LABEL arch=arm64 [2023-04-06T20:32:07.466Z] ---> Running in 410b4feef466 [2023-04-06T20:32:08.054Z] Removing intermediate container 410b4feef466 [2023-04-06T20:32:08.054Z] ---> 5ec7633cf16c [2023-04-06T20:32:08.054Z] Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:32:08.054Z] ---> Running in 3e1f10d83b04 [2023-04-06T20:32:08.635Z] Removing intermediate container 3e1f10d83b04 [2023-04-06T20:32:08.635Z] ---> c352e5f9512b [2023-04-06T20:32:08.635Z] Step 25/25 : LABEL version=0.0.0 [2023-04-06T20:32:08.902Z] ---> Running in b8fd82fda508 [2023-04-06T20:32:09.167Z] Removing intermediate container b8fd82fda508 [2023-04-06T20:32:09.167Z] ---> 3ca0334d2503 [2023-04-06T20:32:09.167Z] [2023-04-06T20:32:09.433Z] Successfully built 3ca0334d2503 [2023-04-06T20:32:09.433Z] Successfully tagged core-metadata-arm64:latest [2023-04-06T20:32:24.420Z]  Building core-metadata ... done Removing intermediate container 9d8d981ba428 [2023-04-06T20:32:24.421Z] ---> 35bc25f21830 [2023-04-06T20:32:24.421Z] [2023-04-06T20:32:24.421Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:32:24.421Z] ---> 51e60588ff2c [2023-04-06T20:32:24.421Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-06T20:32:24.421Z] ---> Running in e11c5bea1ba7 [2023-04-06T20:32:24.421Z] Removing intermediate container e11c5bea1ba7 [2023-04-06T20:32:24.421Z] ---> 7e6af68f6d07 [2023-04-06T20:32:24.421Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:32:24.421Z] ---> Running in 732b3eaf357a [2023-04-06T20:32:25.823Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:32:26.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:32:27.801Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-06T20:32:27.801Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:32:27.801Z] OK: 8 MiB in 16 packages [2023-04-06T20:32:29.208Z] Removing intermediate container 732b3eaf357a [2023-04-06T20:32:29.208Z] ---> 2ec133ae29f6 [2023-04-06T20:32:29.208Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:32:30.169Z] ---> d118e71a2a38 [2023-04-06T20:32:30.169Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:32:31.129Z] ---> 0fd11732590c [2023-04-06T20:32:31.129Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-06T20:32:33.072Z] ---> 179f602628eb [2023-04-06T20:32:33.072Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:32:33.655Z] ---> 2650c9249f00 [2023-04-06T20:32:33.655Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-06T20:32:34.619Z] ---> 410558455fbd [2023-04-06T20:32:34.619Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:32:34.619Z] ---> Running in fb248aeba21d [2023-04-06T20:32:37.995Z] Removing intermediate container fb248aeba21d [2023-04-06T20:32:37.995Z] ---> 5a19074fbfcc [2023-04-06T20:32:37.995Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:32:37.995Z] ---> Running in e539f90ca0a9 [2023-04-06T20:32:37.995Z] Removing intermediate container e539f90ca0a9 [2023-04-06T20:32:37.995Z] ---> 52a59ecdb65e [2023-04-06T20:32:37.995Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-06T20:32:38.265Z] ---> Running in 012e34ba6804 [2023-04-06T20:32:38.848Z] Removing intermediate container 012e34ba6804 [2023-04-06T20:32:38.848Z] ---> 156504154fcd [2023-04-06T20:32:38.848Z] Step 21/23 : LABEL arch=arm64 [2023-04-06T20:32:38.848Z] ---> Running in 7993e07a8490 [2023-04-06T20:32:39.428Z] Removing intermediate container 7993e07a8490 [2023-04-06T20:32:39.428Z] ---> ae2d03ce6db7 [2023-04-06T20:32:39.428Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:32:39.428Z] ---> Running in 9cd15589fa80 [2023-04-06T20:32:40.018Z] Removing intermediate container 9cd15589fa80 [2023-04-06T20:32:40.018Z] ---> 7c06467c8cae [2023-04-06T20:32:40.018Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:32:40.287Z] ---> Running in 7cbcb471fda8 [2023-04-06T20:32:40.554Z] Removing intermediate container 7cbcb471fda8 [2023-04-06T20:32:40.554Z] ---> 3dbfe58bf5ea [2023-04-06T20:32:40.554Z] [2023-04-06T20:32:40.820Z] Successfully built 3dbfe58bf5ea [2023-04-06T20:32:40.820Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-06T20:34:47.453Z]  Building security-proxy-auth ... done Removing intermediate container 3c4ef8138fce [2023-04-06T20:34:47.453Z] ---> 7a31dbaba38b [2023-04-06T20:34:47.453Z] [2023-04-06T20:34:47.453Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:34:47.453Z] ---> 51e60588ff2c [2023-04-06T20:34:47.453Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-06T20:34:47.453Z] ---> Running in 00a7991f36c2 [2023-04-06T20:34:47.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T20:34:47.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T20:34:47.453Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-06T20:34:47.722Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-06T20:34:47.722Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T20:34:47.722Z] Executing ca-certificates-20220614-r4.trigger [2023-04-06T20:34:48.302Z] OK: 8 MiB in 17 packages [2023-04-06T20:34:50.870Z] Removing intermediate container 00a7991f36c2 [2023-04-06T20:34:50.870Z] ---> fb99b499ff0c [2023-04-06T20:34:50.870Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:34:50.870Z] ---> Running in da9ca38fb03e [2023-04-06T20:34:51.462Z] Removing intermediate container da9ca38fb03e [2023-04-06T20:34:51.462Z] ---> 356f27fefbba [2023-04-06T20:34:51.462Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-06T20:34:51.729Z] ---> Running in 695a12a4563b [2023-04-06T20:34:52.332Z] Removing intermediate container 695a12a4563b [2023-04-06T20:34:52.332Z] ---> 497293bdd91e [2023-04-06T20:34:52.332Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-06T20:34:52.605Z] ---> Running in bc867c257719 [2023-04-06T20:34:53.192Z] Removing intermediate container bc867c257719 [2023-04-06T20:34:53.192Z] ---> 40cababe89ea [2023-04-06T20:34:53.192Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:34:54.604Z] ---> 7eccab355255 [2023-04-06T20:34:54.604Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:34:56.535Z] ---> eb65fc492d66 [2023-04-06T20:34:56.535Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-06T20:34:57.488Z] Removing intermediate container df2db91a9e79 [2023-04-06T20:34:57.488Z] ---> 1dae7669ae22 [2023-04-06T20:34:57.488Z] [2023-04-06T20:34:57.488Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:34:57.488Z] ---> 51e60588ff2c [2023-04-06T20:34:57.488Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:34:57.488Z] ---> Using cache [2023-04-06T20:34:57.488Z] ---> 19b3c7db15cb [2023-04-06T20:34:57.488Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-06T20:34:57.488Z] ---> Using cache [2023-04-06T20:34:57.488Z] ---> 813c22d652fb [2023-04-06T20:34:57.488Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-06T20:34:57.753Z] ---> Running in 4dcb42cbb79e [2023-04-06T20:34:58.705Z] Removing intermediate container 4dcb42cbb79e [2023-04-06T20:34:58.705Z] ---> c9517421247f [2023-04-06T20:34:58.705Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-06T20:34:58.705Z] ---> Running in 7740437d0729 [2023-04-06T20:34:59.286Z] ---> 18137fbc9bc1 [2023-04-06T20:34:59.286Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:34:59.552Z] Removing intermediate container 7740437d0729 [2023-04-06T20:34:59.552Z] ---> 5cfbf9c7a9a2 [2023-04-06T20:34:59.552Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:35:00.513Z] ---> cdc42348808f [2023-04-06T20:35:00.513Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-06T20:35:00.513Z] ---> 1c25ee0b37b6 [2023-04-06T20:35:00.513Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:35:00.513Z] ---> Running in 13eabe4e9205 [2023-04-06T20:35:01.472Z] Removing intermediate container 13eabe4e9205 [2023-04-06T20:35:01.472Z] ---> d4041554d092 [2023-04-06T20:35:01.472Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:35:01.472Z] ---> fec312cbe69d [2023-04-06T20:35:01.472Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-06T20:35:01.472Z] ---> Running in c00c4945120f [2023-04-06T20:35:02.428Z] Removing intermediate container c00c4945120f [2023-04-06T20:35:02.428Z] ---> 38cf56076efc [2023-04-06T20:35:02.428Z] Step 21/23 : LABEL arch=arm64 [2023-04-06T20:35:02.428Z] ---> Running in 2154948bdccc [2023-04-06T20:35:03.385Z] Removing intermediate container 2154948bdccc [2023-04-06T20:35:03.385Z] ---> f27f8a763d61 [2023-04-06T20:35:03.385Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:35:03.385Z] ---> Running in 41db73c2ff0a [2023-04-06T20:35:03.965Z] Removing intermediate container 41db73c2ff0a [2023-04-06T20:35:03.965Z] ---> 040a0f483875 [2023-04-06T20:35:03.965Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:35:04.230Z] ---> Running in 6312df9b2641 [2023-04-06T20:35:04.812Z] Removing intermediate container 6312df9b2641 [2023-04-06T20:35:04.812Z] ---> 3eecd43788ee [2023-04-06T20:35:04.812Z] [2023-04-06T20:35:05.079Z] ---> 6c3d9a03a421 [2023-04-06T20:35:05.079Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:35:05.343Z] Successfully built 3eecd43788ee [2023-04-06T20:35:05.343Z] Successfully tagged support-notifications-arm64:latest [2023-04-06T20:35:05.923Z]  Building support-notifications ... done  ---> bd16b0d33d09 [2023-04-06T20:35:05.923Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-06T20:35:06.187Z] ---> Running in 4209ffabc281 [2023-04-06T20:35:06.767Z] Removing intermediate container 4209ffabc281 [2023-04-06T20:35:06.767Z] ---> 2eab992bc8ed [2023-04-06T20:35:06.767Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T20:35:06.767Z] ---> Running in 9d9a96b9b84c [2023-04-06T20:35:07.347Z] Removing intermediate container 9d9a96b9b84c [2023-04-06T20:35:07.347Z] ---> da057c490730 [2023-04-06T20:35:07.347Z] Step 21/23 : LABEL arch=arm64 [2023-04-06T20:35:07.347Z] ---> Running in ad95c75e5e8d [2023-04-06T20:35:10.854Z] Removing intermediate container ad95c75e5e8d [2023-04-06T20:35:10.854Z] ---> 098fc4eeb3e7 [2023-04-06T20:35:10.854Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:35:10.854Z] ---> Running in 185468af7e35 [2023-04-06T20:35:10.854Z] Removing intermediate container 185468af7e35 [2023-04-06T20:35:10.854Z] ---> b863cdef6299 [2023-04-06T20:35:10.854Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:35:11.127Z] ---> Running in a3c5f89aa150 [2023-04-06T20:35:11.400Z] Removing intermediate container a3c5f89aa150 [2023-04-06T20:35:11.400Z] ---> eced9f546200 [2023-04-06T20:35:11.400Z] [2023-04-06T20:35:11.689Z] Successfully built eced9f546200 [2023-04-06T20:35:11.689Z] Successfully tagged support-scheduler-arm64:latest [2023-04-06T20:35:21.811Z]  Building support-scheduler ... done Removing intermediate container 05520371da2d [2023-04-06T20:35:21.811Z] ---> 3774161d336e [2023-04-06T20:35:21.811Z] [2023-04-06T20:35:21.811Z] Step 10/23 : FROM alpine:3.17 [2023-04-06T20:35:21.811Z] ---> 51e60588ff2c [2023-04-06T20:35:21.811Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-06T20:35:21.811Z] ---> Using cache [2023-04-06T20:35:21.811Z] ---> 7e6af68f6d07 [2023-04-06T20:35:21.811Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-06T20:35:21.811Z] ---> Using cache [2023-04-06T20:35:21.811Z] ---> 2ec133ae29f6 [2023-04-06T20:35:21.811Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-06T20:35:21.811Z] ---> Using cache [2023-04-06T20:35:21.811Z] ---> d118e71a2a38 [2023-04-06T20:35:21.811Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-06T20:35:21.811Z] ---> Using cache [2023-04-06T20:35:21.811Z] ---> 0fd11732590c [2023-04-06T20:35:21.811Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-06T20:35:24.376Z] ---> 893d57657f9d [2023-04-06T20:35:24.376Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-06T20:35:24.640Z] ---> 2123e42fae6d [2023-04-06T20:35:24.640Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-06T20:35:25.221Z] ---> 3456a8e8e078 [2023-04-06T20:35:25.221Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-06T20:35:25.221Z] ---> Running in 93342d38fbc1 [2023-04-06T20:35:26.628Z] Removing intermediate container 93342d38fbc1 [2023-04-06T20:35:26.628Z] ---> 8d859b2500d6 [2023-04-06T20:35:26.628Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-06T20:35:26.893Z] ---> Running in dbec54b6ea80 [2023-04-06T20:35:27.158Z] Removing intermediate container dbec54b6ea80 [2023-04-06T20:35:27.158Z] ---> dca25be3b5f3 [2023-04-06T20:35:27.158Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-06T20:35:27.158Z] ---> Running in bba81fd60bc3 [2023-04-06T20:35:27.423Z] Removing intermediate container bba81fd60bc3 [2023-04-06T20:35:27.424Z] ---> 1807c1408010 [2023-04-06T20:35:27.424Z] Step 21/23 : LABEL arch=arm64 [2023-04-06T20:35:27.424Z] ---> Running in e767e85e34a9 [2023-04-06T20:35:27.692Z] Removing intermediate container e767e85e34a9 [2023-04-06T20:35:27.692Z] ---> 0c57de54c768 [2023-04-06T20:35:27.692Z] Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c [2023-04-06T20:35:27.692Z] ---> Running in 8c8321347cfa [2023-04-06T20:35:27.960Z] Removing intermediate container 8c8321347cfa [2023-04-06T20:35:27.960Z] ---> f31459bb91ea [2023-04-06T20:35:27.960Z] Step 23/23 : LABEL version=0.0.0 [2023-04-06T20:35:28.227Z] ---> Running in b3dee403ca6b [2023-04-06T20:35:28.491Z] Removing intermediate container b3dee403ca6b [2023-04-06T20:35:28.491Z] ---> 47e0e8bb9423 [2023-04-06T20:35:28.491Z] [2023-04-06T20:35:28.755Z] Successfully built 47e0e8bb9423 [2023-04-06T20:35:28.755Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-06T20:35:29.028Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-04-06T20:35:29.040Z] $ docker stop --time=1 f70be1a9cd3e48aa5825174aaa362c5d7cb81f51160c63f8858b906c8f26ae9d [2023-04-06T20:35:30.673Z] $ docker rm -f --volumes f70be1a9cd3e48aa5825174aaa362c5d7cb81f51160c63f8858b906c8f26ae9d [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-06T20:35:31.223Z] + docker images [2023-04-06T20:35:31.490Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-06T20:35:31.490Z] core-common-config-bootstrapper-arm64 latest 47e0e8bb9423 3 seconds ago 17.2MB [2023-04-06T20:35:31.490Z] 3774161d336e 12 seconds ago 1.48GB [2023-04-06T20:35:31.490Z] support-scheduler-arm64 latest eced9f546200 20 seconds ago 31.5MB [2023-04-06T20:35:31.490Z] support-notifications-arm64 latest 3eecd43788ee 27 seconds ago 32.2MB [2023-04-06T20:35:31.490Z] 1dae7669ae22 35 seconds ago 1.56GB [2023-04-06T20:35:31.490Z] 7a31dbaba38b 51 seconds ago 1.56GB [2023-04-06T20:35:31.490Z] security-proxy-auth-arm64 latest 3dbfe58bf5ea 2 minutes ago 18.3MB [2023-04-06T20:35:31.490Z] 35bc25f21830 3 minutes ago 1.47GB [2023-04-06T20:35:31.490Z] core-metadata-arm64 latest 3ca0334d2503 3 minutes ago 20.2MB [2023-04-06T20:35:31.490Z] e582c5d6699d 3 minutes ago 1.5GB [2023-04-06T20:35:31.490Z] core-command-arm64 latest 209456829967 3 minutes ago 19.7MB [2023-04-06T20:35:31.490Z] c4a7b1f694a5 4 minutes ago 1.49GB [2023-04-06T20:35:31.490Z] security-spiffe-token-provider-arm64 latest 01c3cc5d03d7 8 minutes ago 32.7MB [2023-04-06T20:35:31.490Z] 7052301b3125 9 minutes ago 1.53GB [2023-04-06T20:35:31.490Z] security-spire-server-arm64 latest 9600c7be222a 9 minutes ago 87.1MB [2023-04-06T20:35:31.490Z] 6c212d41fdb3 10 minutes ago 1.35GB [2023-04-06T20:35:31.490Z] security-spire-config-arm64 latest 4e92b2603370 10 minutes ago 86.2MB [2023-04-06T20:35:31.490Z] core-data-arm64 latest f84d0b2c5b46 11 minutes ago 19.9MB [2023-04-06T20:35:31.490Z] security-bootstrapper-arm64 latest b5db6b5eaecd 11 minutes ago 21.9MB [2023-04-06T20:35:31.490Z] security-secretstore-setup-arm64 latest 03f8968a437e 11 minutes ago 32.2MB [2023-04-06T20:35:31.490Z] 1ec5f54965ee 11 minutes ago 1.5GB [2023-04-06T20:35:31.490Z] security-proxy-setup-arm64 latest 549ffb72c014 11 minutes ago 18.7MB [2023-04-06T20:35:31.490Z] 98d85a9bb7e3 12 minutes ago 1.49GB [2023-04-06T20:35:31.490Z] 63fc1c700bb6 12 minutes ago 1.48GB [2023-04-06T20:35:31.490Z] dd10381b92fa 12 minutes ago 1.47GB [2023-04-06T20:35:31.490Z] security-spire-agent-arm64 latest 253fa95e3605 18 minutes ago 125MB [2023-04-06T20:35:31.490Z] c869653f53de 18 minutes ago 1.35GB [2023-04-06T20:35:31.490Z] ci-base-image-arm64 latest 27df420bf62a 32 minutes ago 866MB [2023-04-06T20:35:31.490Z] alpine 3.17 51e60588ff2c 8 days ago 7.46MB [2023-04-06T20:35:31.490Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 3 weeks ago 648MB [2023-04-06T20:35:31.490Z] 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-06T20:35:32.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-06T20:35:32.287Z] [2023-04-06T20:35:32.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:35:32.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-06T20:35:32.971Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-06T20:35:32.971Z] 8998bd30e6a1: Pulling fs layer [2023-04-06T20:35:32.971Z] 04944245beec: Pulling fs layer [2023-04-06T20:35:32.971Z] 699f458cf7ca: Pulling fs layer [2023-04-06T20:35:32.971Z] 765212b225bb: Pulling fs layer [2023-04-06T20:35:32.971Z] f23df028b6ca: Pulling fs layer [2023-04-06T20:35:32.971Z] d65c8cfc05b1: Pulling fs layer [2023-04-06T20:35:32.971Z] 2437ff75d9bd: Pulling fs layer [2023-04-06T20:35:32.971Z] f23df028b6ca: Waiting [2023-04-06T20:35:32.971Z] d65c8cfc05b1: Waiting [2023-04-06T20:35:32.971Z] 765212b225bb: Waiting [2023-04-06T20:35:32.971Z] 04944245beec: Verifying Checksum [2023-04-06T20:35:32.971Z] 04944245beec: Download complete [2023-04-06T20:35:32.971Z] 765212b225bb: Verifying Checksum [2023-04-06T20:35:32.971Z] 765212b225bb: Download complete [2023-04-06T20:35:32.971Z] f23df028b6ca: Verifying Checksum [2023-04-06T20:35:32.971Z] f23df028b6ca: Download complete [2023-04-06T20:35:33.236Z] d65c8cfc05b1: Verifying Checksum [2023-04-06T20:35:33.236Z] d65c8cfc05b1: Download complete [2023-04-06T20:35:33.236Z] 699f458cf7ca: Download complete [2023-04-06T20:35:33.503Z] 8998bd30e6a1: Verifying Checksum [2023-04-06T20:35:33.503Z] 8998bd30e6a1: Download complete [2023-04-06T20:35:36.077Z] 2437ff75d9bd: Verifying Checksum [2023-04-06T20:35:36.077Z] 2437ff75d9bd: Download complete [2023-04-06T20:35:37.478Z] 8998bd30e6a1: Pull complete [2023-04-06T20:35:38.058Z] 04944245beec: Pull complete [2023-04-06T20:35:39.456Z] 699f458cf7ca: Pull complete [2023-04-06T20:35:39.456Z] 765212b225bb: Pull complete [2023-04-06T20:35:40.412Z] f23df028b6ca: Pull complete [2023-04-06T20:35:40.412Z] d65c8cfc05b1: Pull complete [2023-04-06T20:35:55.397Z] 2437ff75d9bd: Pull complete [2023-04-06T20:35:55.397Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-06T20:35:55.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-06T20:35:55.397Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:35:55.735Z] prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container [2023-04-06T20:35:55.784Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-06T20:35:58.548Z] $ docker top 0d14a31dd4725fb026c9140c621433a830810e847871a9a94841fc74839df943 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:35:59.528Z] ---> job-cost.sh [2023-04-06T20:35:59.528Z] lf-activate-venv: SKIPPING [2023-04-06T20:35:59.528Z] INFO: No Stack... [2023-04-06T20:35:59.796Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-06T20:36:00.751Z] INFO: Archiving Costs [Pipeline] sh [2023-04-06T20:36:01.094Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-04-06T20:36:01.094Z] + cut -d, -f6 [Pipeline] lock [2023-04-06T20:36:01.160Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] [2023-04-06T20:36:01.164Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] did not exist. Created. [2023-04-06T20:36:01.164Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-06T20:36:01.909Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-06T20:36:02.096Z] Stashed 1 file(s) [Pipeline] } [2023-04-06T20:36:02.112Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-06T20:36:02.176Z] $ docker stop --time=1 0d14a31dd4725fb026c9140c621433a830810e847871a9a94841fc74839df943 [2023-04-06T20:36:04.819Z] $ docker rm -f --volumes 0d14a31dd4725fb026c9140c621433a830810e847871a9a94841fc74839df943 [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-06T20:36:05.903Z] provisioning config files... [2023-04-06T20:36:05.912Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9927117119222163034tmp [Pipeline] { [Pipeline] sh [2023-04-06T20:36:06.395Z] + set +x [2023-04-06T20:36:06.396Z] + bash -s -- [2023-04-06T20:36:06.396Z] + curl -s https://codecov.io/bash [2023-04-06T20:36:06.396Z] [2023-04-06T20:36:06.396Z] _____ _ [2023-04-06T20:36:06.396Z] / ____| | | [2023-04-06T20:36:06.396Z] | | ___ __| | ___ ___ _____ __ [2023-04-06T20:36:06.396Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-06T20:36:06.396Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-06T20:36:06.396Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-06T20:36:06.396Z] Bash-1.0.6 [2023-04-06T20:36:06.396Z] [2023-04-06T20:36:06.396Z] [2023-04-06T20:36:06.396Z] ==> git version 2.25.1 found [2023-04-06T20:36:06.396Z] ==> 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-06T20:36:06.396Z] Release-Date: 2020-01-08 [2023-04-06T20:36:06.396Z] 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-06T20:36:06.396Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-06T20:36:06.396Z] ==> Jenkins CI detected. [2023-04-06T20:36:06.396Z] current dir:  /w/workspace/edgex-go/1 [2023-04-06T20:36:06.396Z] project root: . [2023-04-06T20:36:06.396Z] --> token set from env [2023-04-06T20:36:06.396Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-06T20:36:06.396Z] ==> Running gcov in . (disable via -X gcov) [2023-04-06T20:36:06.396Z] ==> Python coveragepy not found [2023-04-06T20:36:06.396Z] ==> Searching for coverage reports in: [2023-04-06T20:36:06.396Z] + . [2023-04-06T20:36:06.396Z] -> Found 1 reports [2023-04-06T20:36:06.396Z] ==> Detecting git/mercurial file structure [2023-04-06T20:36:06.396Z] ==> Reading reports [2023-04-06T20:36:06.396Z] + ./coverage.out bytes=447380 [2023-04-06T20:36:06.396Z] ==> Appending adjustments [2023-04-06T20:36:06.396Z] https://docs.codecov.io/docs/fixing-reports [2023-04-06T20:36:07.777Z] + Found adjustments [2023-04-06T20:36:07.777Z] ==> Gzipping contents [2023-04-06T20:36:07.777Z] 60K /tmp/codecov.8aHCwl.gz [2023-04-06T20:36:07.777Z] ==> Uploading reports [2023-04-06T20:36:07.777Z] url: https://codecov.io [2023-04-06T20:36:07.777Z] query: branch=PR-4501&commit=78f51e8440b867a124a6a1af97b35adce17e6c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4501%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4501&job=&cmd_args= [2023-04-06T20:36:07.777Z] -> Pinging Codecov [2023-04-06T20:36:07.777Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4501&commit=78f51e8440b867a124a6a1af97b35adce17e6c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4501%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4501&job=&cmd_args= [2023-04-06T20:36:07.777Z] -> Uploading to [2023-04-06T20:36:07.777Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-06/00271124DB129430A58F1EEE437C3FCB/78f51e8440b867a124a6a1af97b35adce17e6c0c/02d4404f-2942-49f3-8084-1599528300be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230406T203607Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=85818dc68c3ab17bb39a26ca3d4e53d6861f3d6e0e1057311481dd5dee39c1d3 [2023-04-06T20:36:07.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-06T20:36:07.777Z] Dload Upload Total Spent Left Speed [2023-04-06T20:36:08.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57477 0 0 100 57477 0 253k --:--:-- --:--:-- --:--:-- 252k 100 57477 0 0 100 57477 0 190k --:--:-- --:--:-- --:--:-- 189k [2023-04-06T20:36:08.038Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] } [2023-04-06T20:36:08.071Z] 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-06T20:36:09.489Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:36:09.821Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:36:10.706Z] ---> package-listing.sh [2023-04-06T20:36:10.706Z] ++ facter osfamily [2023-04-06T20:36:10.706Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-06T20:36:10.965Z] + OS_FAMILY=debian [2023-04-06T20:36:10.965Z] + workspace=/w/workspace/edgex-go/1 [2023-04-06T20:36:10.965Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-06T20:36:10.965Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-06T20:36:10.965Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-06T20:36:10.965Z] + PACKAGES=/tmp/packages_start.txt [2023-04-06T20:36:10.965Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-06T20:36:10.965Z] + PACKAGES=/tmp/packages_end.txt [2023-04-06T20:36:10.965Z] + case "${OS_FAMILY}" in [2023-04-06T20:36:10.965Z] + dpkg -l [2023-04-06T20:36:10.965Z] + grep '^ii' [2023-04-06T20:36:10.965Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-06T20:36:10.965Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-06T20:36:10.965Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-06T20:36:10.965Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-06T20:36:10.965Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-06T20:36:10.965Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-06T20:36:11.000Z] 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-06T20:36:11.293Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:36:11.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-06T20:36:11.924Z] [2023-04-06T20:36:11.924Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T20:36:12.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-06T20:36:12.299Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-06T20:36:12.299Z] 5eb5b503b376: Pulling fs layer [2023-04-06T20:36:12.299Z] 5c69ac0246d0: Pulling fs layer [2023-04-06T20:36:12.299Z] ec43610c2a17: Pulling fs layer [2023-04-06T20:36:12.299Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-06T20:36:12.299Z] 33b1e0a273af: Pulling fs layer [2023-04-06T20:36:12.299Z] 5d3b04190fa2: Pulling fs layer [2023-04-06T20:36:12.299Z] 2f39f015ded8: Pulling fs layer [2023-04-06T20:36:12.299Z] 33b1e0a273af: Waiting [2023-04-06T20:36:12.299Z] 5d3b04190fa2: Waiting [2023-04-06T20:36:12.299Z] 2f39f015ded8: Waiting [2023-04-06T20:36:12.299Z] 3a2ae6a8a46f: Waiting [2023-04-06T20:36:12.299Z] 5c69ac0246d0: Download complete [2023-04-06T20:36:12.299Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-06T20:36:12.299Z] 3a2ae6a8a46f: Download complete [2023-04-06T20:36:12.299Z] 33b1e0a273af: Verifying Checksum [2023-04-06T20:36:12.299Z] 33b1e0a273af: Download complete [2023-04-06T20:36:12.299Z] 5d3b04190fa2: Verifying Checksum [2023-04-06T20:36:12.299Z] 5d3b04190fa2: Download complete [2023-04-06T20:36:12.559Z] ec43610c2a17: Verifying Checksum [2023-04-06T20:36:12.559Z] ec43610c2a17: Download complete [2023-04-06T20:36:12.559Z] 5eb5b503b376: Verifying Checksum [2023-04-06T20:36:12.559Z] 5eb5b503b376: Download complete [2023-04-06T20:36:13.126Z] 2f39f015ded8: Download complete [2023-04-06T20:36:14.062Z] 5eb5b503b376: Pull complete [2023-04-06T20:36:14.062Z] 5c69ac0246d0: Pull complete [2023-04-06T20:36:14.627Z] ec43610c2a17: Pull complete [2023-04-06T20:36:14.627Z] 3a2ae6a8a46f: Pull complete [2023-04-06T20:36:14.884Z] 33b1e0a273af: Pull complete [2023-04-06T20:36:14.884Z] 5d3b04190fa2: Pull complete [2023-04-06T20:36:19.067Z] 2f39f015ded8: Pull complete [2023-04-06T20:36:19.067Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-06T20:36:19.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-06T20:36:19.067Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T20:36:19.277Z] prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container [2023-04-06T20:36:19.303Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-06T20:36:23.440Z] $ docker top ff206e463cbc841dd790561fbe555baddb0cc6962cb89d973c8745666cb93773 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T20:36:23.843Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-06T20:36:24.151Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-06T20:36:24.459Z] + ls /var/log/sa-host [2023-04-06T20:36:24.460Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-06T20:36:24.665Z] provisioning config files... [2023-04-06T20:36:24.673Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13340863910045543875tmp [Pipeline] { [Pipeline] echo [2023-04-06T20:36:24.728Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:36:25.037Z] ---> create-netrc.sh [Pipeline] } [2023-04-06T20:36:25.066Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:36:25.467Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-06T20:36:25.499Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:36:25.804Z] ---> sudo-logs.sh [2023-04-06T20:36:25.804Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-06T20:36:25.884Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:36:26.189Z] ---> job-cost.sh [2023-04-06T20:36:26.190Z] lf-activate-venv: SKIPPING [2023-04-06T20:36:26.190Z] DEBUG: total: 0.10999999940395355 [2023-04-06T20:36:26.190Z] INFO: Retrieving Stack Cost... [2023-04-06T20:36:26.448Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-06T20:36:27.014Z] INFO: Archiving Costs [Pipeline] echo [2023-04-06T20:36:27.052Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T20:36:27.360Z] ---> logs-deploy.sh [2023-04-06T20:36:27.360Z] lf-activate-venv: SKIPPING [2023-04-06T20:36:27.360Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4501/1 [2023-04-06T20:36:27.360Z] INFO: archiving workspace using pattern(s): [2023-04-06T20:36:28.295Z] Archives upload complete. [2023-04-06T20:36:28.295Z] INFO: archiving logs to Nexus