Pull request #4573 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch main at 32cb5413f266176248a0713c2644b680483ab760 rather than 6d279947a99938422b6909b09f8eab4500d83dc0 Obtained Jenkinsfile from 32cb5413f266176248a0713c2644b680483ab760 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-ssh17923074024949518306.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh4186985515287922860.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-4573/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-4573/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14260496803005416250.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-4573/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2463085961122083584.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh8962177870669193112.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-4573/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-4573/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10560771753952333096.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-16252 in /w/workspace/edgexfoundry_edgex-go_PR-4573 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/4573/head:refs/remotes/origin/PR-4573 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 32cb5413f266176248a0713c2644b680483ab760 into PR head commit 6d279947a99938422b6909b09f8eab4500d83dc0 Merge succeeded, producing 6d279947a99938422b6909b09f8eab4500d83dc0 Checking out Revision 6d279947a99938422b6909b09f8eab4500d83dc0 (PR-4573) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # 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 32cb5413f266176248a0713c2644b680483ab760 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # timeout=10 Commit message: "fix: Remove all references to v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-22T03:45:22.994Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-22T03:45:23.151Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-22T03:45:23.247Z] ========================================================= [2023-05-22T03:45:23.247Z] EdgeX Global Pipelines Version Info [2023-05-22T03:45:23.247Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-22T03:45:24.026Z] ------------------- [2023-05-22T03:45:24.026Z] stable info: [2023-05-22T03:45:24.026Z] ------------------- [2023-05-22T03:45:24.027Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-22T03:45:24.027Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T03:45:24.027Z] Message: update stable to v1.0.249 [2023-05-22T03:45:24.600Z] ------------------- [2023-05-22T03:45:24.601Z] experimental info: [2023-05-22T03:45:24.601Z] ------------------- [2023-05-22T03:45:24.601Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-22T03:45:24.601Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T03:45:24.601Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-22T03:45:25.228Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-22T03:45:25.273Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-22T03:45:25.313Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-22T03:45:25.355Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-22T03:45:25.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-22T03:45:25.431Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-22T03:45:25.469Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-22T03:45:25.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-22T03:45:25.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-22T03:45:25.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-22T03:45:25.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-22T03:45:25.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-22T03:45:25.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-22T03:45:25.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-22T03:45:25.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-22T03:45:25.832Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-22T03:45:25.873Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-22T03:45:25.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-22T03:45:25.950Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-22T03:45:25.990Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-22T03:45:26.036Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-22T03:45:26.081Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-22T03:45:26.129Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-22T03:45:26.174Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4573 [Pipeline] echo [2023-05-22T03:45:26.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4573 [Pipeline] echo [2023-05-22T03:45:26.259Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4573 [Pipeline] echo [2023-05-22T03:45:26.303Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] echo [2023-05-22T03:45:26.348Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d27994 [Pipeline] echo [2023-05-22T03:45:26.389Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T03:45:26.511Z] provisioning config files... [2023-05-22T03:45:26.524Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13340237255241463602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T03:45:26.874Z] ---> docker-login.sh [2023-05-22T03:45:26.875Z] nexus3.edgexfoundry.org:10001 [2023-05-22T03:45:27.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:45:27.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:45:27.136Z] Configure a credential helper to remove this warning. See [2023-05-22T03:45:27.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:45:27.136Z] [2023-05-22T03:45:27.136Z] Login Succeeded [2023-05-22T03:45:27.136Z] nexus3.edgexfoundry.org:10002 [2023-05-22T03:45:27.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:45:27.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:45:27.398Z] Configure a credential helper to remove this warning. See [2023-05-22T03:45:27.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:45:27.398Z] [2023-05-22T03:45:27.398Z] Login Succeeded [2023-05-22T03:45:27.398Z] nexus3.edgexfoundry.org:10003 [2023-05-22T03:45:27.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:45:27.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:45:27.398Z] Configure a credential helper to remove this warning. See [2023-05-22T03:45:27.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:45:27.398Z] [2023-05-22T03:45:27.398Z] Login Succeeded [2023-05-22T03:45:27.398Z] nexus3.edgexfoundry.org:10004 [2023-05-22T03:45:27.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:45:27.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:45:27.662Z] Configure a credential helper to remove this warning. See [2023-05-22T03:45:27.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:45:27.662Z] [2023-05-22T03:45:27.662Z] Login Succeeded [2023-05-22T03:45:27.662Z] docker.io [2023-05-22T03:45:27.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:45:27.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:45:27.927Z] Configure a credential helper to remove this warning. See [2023-05-22T03:45:27.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:45:27.927Z] [2023-05-22T03:45:27.927Z] Login Succeeded [2023-05-22T03:45:27.927Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T03:45:27.956Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T03:45:28.453Z] + 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-05-22T03:45:28.453Z] + dirname cmd/core-command/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/core-data/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/core-metadata/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-spire-config/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/support-notifications/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-22T03:45:28.453Z] + dirname cmd/support-scheduler/Dockerfile [2023-05-22T03:45:28.453Z] + cut -d/ -f2 [2023-05-22T03:45:28.453Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-22T03:45:28.530Z] 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-05-22T03:45:29.037Z] + git rev-list -1 --merges 6d279947a99938422b6909b09f8eab4500d83dc0~1..6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] echo [2023-05-22T03:45:29.067Z] -----------> git rev-list -1 --merges 6d279947a99938422b6909b09f8eab4500d83dc0~1..6d279947a99938422b6909b09f8eab4500d83dc0 6d279947a99938422b6909b09f8eab4500d83dc0 [false] [Pipeline] sh [2023-05-22T03:45:29.376Z] + git log --format=format:%s -1 6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] echo [2023-05-22T03:45:29.411Z] ========================================================= [2023-05-22T03:45:29.411Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-22T03:45:29.411Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-22T03:45:29.936Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T03:45:29.936Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-22T03:45:29.936Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-22T03:45:29.936Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-22T03:45:29.936Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-22T03:45:29.936Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-22T03:45:29.936Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:45:30.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T03:45:30.436Z] [2023-05-22T03:45:30.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:45:30.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T03:45:30.809Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-22T03:45:30.809Z] b85a868b505f: Pulling fs layer [2023-05-22T03:45:30.809Z] e2be974225ed: Pulling fs layer [2023-05-22T03:45:30.809Z] 339a4e72a1f5: Pulling fs layer [2023-05-22T03:45:30.809Z] 988bab9f4d93: Pulling fs layer [2023-05-22T03:45:30.809Z] 1469e6f7b9e6: Pulling fs layer [2023-05-22T03:45:30.809Z] eaf3925da568: Pulling fs layer [2023-05-22T03:45:30.809Z] bab4dde63d76: Pulling fs layer [2023-05-22T03:45:30.809Z] bde34c3a00c8: Pulling fs layer [2023-05-22T03:45:30.809Z] b352a97aabf1: Pulling fs layer [2023-05-22T03:45:30.809Z] 4872d77fe225: Pulling fs layer [2023-05-22T03:45:30.809Z] 5851b861e8e6: Pulling fs layer [2023-05-22T03:45:30.809Z] eaf3925da568: Waiting [2023-05-22T03:45:30.809Z] bab4dde63d76: Waiting [2023-05-22T03:45:30.809Z] 988bab9f4d93: Waiting [2023-05-22T03:45:30.809Z] 4872d77fe225: Waiting [2023-05-22T03:45:30.809Z] 5851b861e8e6: Waiting [2023-05-22T03:45:30.809Z] b352a97aabf1: Waiting [2023-05-22T03:45:30.809Z] bde34c3a00c8: Waiting [2023-05-22T03:45:30.809Z] 1469e6f7b9e6: Waiting [2023-05-22T03:45:30.809Z] e2be974225ed: Verifying Checksum [2023-05-22T03:45:30.809Z] e2be974225ed: Download complete [2023-05-22T03:45:30.809Z] 988bab9f4d93: Verifying Checksum [2023-05-22T03:45:30.809Z] 988bab9f4d93: Download complete [2023-05-22T03:45:31.071Z] 1469e6f7b9e6: Download complete [2023-05-22T03:45:31.071Z] eaf3925da568: Verifying Checksum [2023-05-22T03:45:31.071Z] eaf3925da568: Download complete [2023-05-22T03:45:31.071Z] 339a4e72a1f5: Verifying Checksum [2023-05-22T03:45:31.071Z] 339a4e72a1f5: Download complete [2023-05-22T03:45:31.071Z] bde34c3a00c8: Verifying Checksum [2023-05-22T03:45:31.071Z] bde34c3a00c8: Download complete [2023-05-22T03:45:31.071Z] b352a97aabf1: Download complete [2023-05-22T03:45:31.071Z] 4872d77fe225: Download complete [2023-05-22T03:45:31.071Z] 5851b861e8e6: Verifying Checksum [2023-05-22T03:45:31.071Z] 5851b861e8e6: Download complete [2023-05-22T03:45:31.071Z] b85a868b505f: Verifying Checksum [2023-05-22T03:45:31.071Z] b85a868b505f: Download complete [2023-05-22T03:45:31.331Z] bab4dde63d76: Verifying Checksum [2023-05-22T03:45:31.331Z] bab4dde63d76: Download complete [2023-05-22T03:45:32.709Z] b85a868b505f: Pull complete [2023-05-22T03:45:32.709Z] e2be974225ed: Pull complete [2023-05-22T03:45:32.968Z] 339a4e72a1f5: Pull complete [2023-05-22T03:45:33.228Z] 988bab9f4d93: Pull complete [2023-05-22T03:45:33.489Z] 1469e6f7b9e6: Pull complete [2023-05-22T03:45:33.750Z] eaf3925da568: Pull complete [2023-05-22T03:45:36.290Z] bab4dde63d76: Pull complete [2023-05-22T03:45:36.290Z] bde34c3a00c8: Pull complete [2023-05-22T03:45:36.290Z] b352a97aabf1: Pull complete [2023-05-22T03:45:36.290Z] 4872d77fe225: Pull complete [2023-05-22T03:45:36.290Z] 5851b861e8e6: Pull complete [2023-05-22T03:45:36.290Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-22T03:45:36.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T03:45:36.290Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T03:45:36.574Z] prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container [2023-05-22T03:45:36.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-22T03:45:39.486Z] $ docker top 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 -eo pid,comm [2023-05-22T03:45:39.536Z] 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-05-22T03:45:39.536Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T03:45:39.678Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T03:45:39.679Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T03:45:39.817Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T03:45:39.824Z] $ docker exec 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent [2023-05-22T03:45:39.936Z] SSH_AUTH_SOCK=/tmp/ssh-qkNbP8NBkNDR/agent.33 [2023-05-22T03:45:39.936Z] SSH_AGENT_PID=39 [2023-05-22T03:45:39.943Z] Running ssh-add (command line suppressed) [2023-05-22T03:45:40.059Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7927819346882593311.key (/w/workspace/edgex-go/1@tmp/private_key_7927819346882593311.key) [2023-05-22T03:45:40.071Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T03:45:40.408Z] + git tag --points-at HEAD [Pipeline] } [2023-05-22T03:45:40.439Z] $ docker exec --env ******** --env ******** 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent -k [2023-05-22T03:45:40.547Z] unset SSH_AUTH_SOCK; [2023-05-22T03:45:40.547Z] unset SSH_AGENT_PID; [2023-05-22T03:45:40.548Z] echo Agent pid 39 killed; [2023-05-22T03:45:40.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-22T03:45:40.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T03:45:40.644Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T03:45:40.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T03:45:40.765Z] $ docker exec 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent [2023-05-22T03:45:40.872Z] SSH_AUTH_SOCK=/tmp/ssh-6Cbc16GIENcy/agent.71 [2023-05-22T03:45:40.872Z] SSH_AGENT_PID=77 [2023-05-22T03:45:40.877Z] Running ssh-add (command line suppressed) [2023-05-22T03:45:40.983Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16537848578201797287.key (/w/workspace/edgex-go/1@tmp/private_key_16537848578201797287.key) [2023-05-22T03:45:40.996Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T03:45:41.333Z] + git semver init [2023-05-22T03:45:41.593Z] 2023-05-22 03:45:41,547 [run_init] DEBUG init version:0.0.0 force:False [2023-05-22T03:45:41.593Z] 2023-05-22 03:45:41,548 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-05-22T03:45:41.593Z] 2023-05-22 03:45:41,548 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-05-22T03:45:41.593Z] 2023-05-22 03:45:41,549 [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-05-22T03:45:47.562Z] 2023-05-22 03:45:47,386 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-05-22T03:45:47.562Z] 2023-05-22 03:45:47,387 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4573 with force:False [2023-05-22T03:45:47.562Z] 2023-05-22 03:45:47,387 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4573 [2023-05-22T03:45:47.562Z] 2023-05-22 03:45:47,391 [execute] INFO git cat-file --batch-check [2023-05-22T03:45:47.562Z] 2023-05-22 03:45:47,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T03:45:47.562Z] 2023-05-22 03:45:47,398 [execute] INFO git cat-file --batch [2023-05-22T03:45:47.562Z] 2023-05-22 03:45:47,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T03:45:47.562Z] 2023-05-22 03:45:47,404 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4573 [2023-05-22T03:45:47.562Z] 0.0.0 [Pipeline] } [2023-05-22T03:45:47.593Z] $ docker exec --env ******** --env ******** 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent -k [2023-05-22T03:45:47.700Z] unset SSH_AUTH_SOCK; [2023-05-22T03:45:47.700Z] unset SSH_AGENT_PID; [2023-05-22T03:45:47.701Z] echo Agent pid 77 killed; [2023-05-22T03:45:48.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T03:45:48.654Z] + git semver [Pipeline] } [2023-05-22T03:45:48.943Z] $ docker stop --time=1 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 [2023-05-22T03:45:50.243Z] $ docker rm -f --volumes 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T03:45:50.637Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-22T03:45:50.910Z] Stashed 1 file(s) [Pipeline] echo [2023-05-22T03:45:50.929Z] [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-05-22T03:45:51.673Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-22T03:45:51.711Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T03:45:51.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T03:45:51.788Z] ========================================================= [2023-05-22T03:45:51.788Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-22T03:45:51.788Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-22T03:45:52.127Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T03:45:52.127Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-22T03:45:52.127Z] f56be85fc22e: Pulling fs layer [2023-05-22T03:45:52.127Z] 85791d961cd3: Pulling fs layer [2023-05-22T03:45:52.127Z] d694b5ae8c79: Pulling fs layer [2023-05-22T03:45:52.127Z] 9f32a84ed3da: Pulling fs layer [2023-05-22T03:45:52.127Z] 4d19c01a9841: Pulling fs layer [2023-05-22T03:45:52.127Z] 9325e15d5711: Pulling fs layer [2023-05-22T03:45:52.127Z] 556b6ee489ea: Pulling fs layer [2023-05-22T03:45:52.127Z] c5a4b2cf53e6: Pulling fs layer [2023-05-22T03:45:52.127Z] 9f32a84ed3da: Waiting [2023-05-22T03:45:52.127Z] 9325e15d5711: Waiting [2023-05-22T03:45:52.127Z] 4d19c01a9841: Waiting [2023-05-22T03:45:52.127Z] 556b6ee489ea: Waiting [2023-05-22T03:45:52.127Z] c5a4b2cf53e6: Waiting [2023-05-22T03:45:52.127Z] 85791d961cd3: Download complete [2023-05-22T03:45:52.127Z] 9f32a84ed3da: Verifying Checksum [2023-05-22T03:45:52.127Z] 9f32a84ed3da: Download complete [2023-05-22T03:45:52.127Z] 4d19c01a9841: Download complete [2023-05-22T03:45:52.127Z] f56be85fc22e: Verifying Checksum [2023-05-22T03:45:52.127Z] f56be85fc22e: Download complete [2023-05-22T03:45:52.127Z] 9325e15d5711: Verifying Checksum [2023-05-22T03:45:52.127Z] 9325e15d5711: Download complete [2023-05-22T03:45:52.391Z] f56be85fc22e: Pull complete [2023-05-22T03:45:52.391Z] 85791d961cd3: Pull complete [2023-05-22T03:45:52.963Z] c5a4b2cf53e6: Download complete [2023-05-22T03:45:53.220Z] d694b5ae8c79: Verifying Checksum [2023-05-22T03:45:53.220Z] d694b5ae8c79: Download complete [2023-05-22T03:45:53.220Z] 556b6ee489ea: Verifying Checksum [2023-05-22T03:45:53.220Z] 556b6ee489ea: Download complete [2023-05-22T03:45:56.502Z] d694b5ae8c79: Pull complete [2023-05-22T03:45:56.762Z] 9f32a84ed3da: Pull complete [2023-05-22T03:45:56.762Z] 4d19c01a9841: Pull complete [2023-05-22T03:45:56.762Z] 9325e15d5711: Pull complete [2023-05-22T03:45:59.290Z] 556b6ee489ea: Pull complete [2023-05-22T03:45:59.857Z] c5a4b2cf53e6: Pull complete [2023-05-22T03:45:59.857Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-22T03:45:59.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T03:45:59.857Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-22T03:46:00.215Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T03:46:00.215Z] WORKDIR /edgex [2023-05-22T03:46:00.215Z] COPY go.mod . [2023-05-22T03:46:00.215Z] RUN go mod download [2023-05-22T03:46:00.215Z] + docker build -t ci-base-image-x86_64 -f - . [2023-05-22T03:46:00.783Z] Sending build context to Docker daemon 170.7MB [2023-05-22T03:46:00.783Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T03:46:00.783Z] ---> c4be618373d6 [2023-05-22T03:46:00.783Z] Step 2/4 : WORKDIR /edgex [2023-05-22T03:46:04.973Z] ---> Running in 51bf4bfabd2d [2023-05-22T03:46:04.973Z] Removing intermediate container 51bf4bfabd2d [2023-05-22T03:46:04.973Z] ---> 521d7d51fd0d [2023-05-22T03:46:04.973Z] Step 3/4 : COPY go.mod . [2023-05-22T03:46:04.973Z] ---> c207cdfc9e56 [2023-05-22T03:46:04.973Z] Step 4/4 : RUN go mod download [2023-05-22T03:46:04.973Z] ---> Running in 316b3d677288 [2023-05-22T03:46:06.216Z] Still waiting to schedule task [2023-05-22T03:46:06.216Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-22T03:46:19.926Z] Removing intermediate container 316b3d677288 [2023-05-22T03:46:19.926Z] ---> e5903d0fbbf3 [2023-05-22T03:46:19.926Z] Successfully built e5903d0fbbf3 [2023-05-22T03:46:20.188Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:46:20.566Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T03:46:20.566Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T03:46:20.717Z] prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container [2023-05-22T03:46:20.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-22T03:46:21.128Z] $ docker top bd1b3ec4d447eea2ba9408eb630161f0959a691ee611f7300b88c63dfc944fbd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T03:46:21.519Z] + go version [2023-05-22T03:46:21.519Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-22T03:46:21.552Z] $ docker stop --time=1 bd1b3ec4d447eea2ba9408eb630161f0959a691ee611f7300b88c63dfc944fbd [2023-05-22T03:46:22.824Z] $ docker rm -f --volumes bd1b3ec4d447eea2ba9408eb630161f0959a691ee611f7300b88c63dfc944fbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:46:23.510Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T03:46:23.511Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T03:46:23.645Z] prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container [2023-05-22T03:46:23.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-22T03:46:23.987Z] $ docker top 61058e2038cba5d5c193fbc3c2100ad9cb96daa3b2c663cc637af2e661679348 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-22T03:46:24.099Z] ========================================================= [2023-05-22T03:46:24.099Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-22T03:46:24.099Z] ========================================================= [Pipeline] sh [2023-05-22T03:46:24.393Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-22T03:46:24.749Z] + make test [2023-05-22T03:46:24.749Z] go test -race -coverprofile=coverage.out ./... [2023-05-22T03:46:31.314Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-22T03:46:43.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-22T03:46:43.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-22T03:46:43.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-22T03:46:44.074Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-22T03:46:44.334Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-22T03:46:44.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-22T03:46:44.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-22T03:46:44.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-22T03:46:44.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-22T03:46:45.111Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-22T03:46:45.111Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-22T03:46:45.371Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-22T03:46:45.371Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-22T03:46:45.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-22T03:46:46.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-22T03:46:46.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-22T03:46:46.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2023-05-22T03:46:47.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements [2023-05-22T03:46:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-22T03:46:48.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-22T03:46:48.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-22T03:46:49.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-22T03:46:49.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-22T03:46:50.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-22T03:46:50.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-22T03:46:50.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:46:50.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-22T03:46:50.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-22T03:46:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.082s coverage: 71.5% of statements [2023-05-22T03:46:51.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements [2023-05-22T03:46:51.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-22T03:46:51.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-22T03:46:53.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.612s coverage: 88.5% of statements [2023-05-22T03:46:53.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.063s coverage: 3.8% of statements [2023-05-22T03:46:54.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-22T03:46:54.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:46:54.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-22T03:46:54.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.321s coverage: 95.6% of statements [2023-05-22T03:46:54.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-22T03:46:54.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-22T03:46:54.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-22T03:46:54.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-22T03:46:54.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-22T03:46:54.294Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements [2023-05-22T03:46:55.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-22T03:46:55.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-22T03:46:55.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-22T03:46:55.666Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements [2023-05-22T03:46:55.924Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-22T03:46:55.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-22T03:46:55.924Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements [2023-05-22T03:46:55.924Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.056s coverage: 29.0% of statements [2023-05-22T03:46:56.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 42.9% of statements [2023-05-22T03:46:56.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 82.9% of statements [2023-05-22T03:46:56.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2023-05-22T03:46:56.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2023-05-22T03:46:56.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-22T03:46:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-22T03:46:58.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-22T03:46:58.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-22T03:46:58.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-22T03:46:58.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-22T03:46:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-22T03:46:58.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-22T03:46:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-22T03:46:59.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-22T03:47:00.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-22T03:47:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-22T03:47:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-22T03:47:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-22T03:47:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-22T03:47:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-22T03:47:03.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-22T03:47:03.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-22T03:47:04.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-22T03:47:05.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-22T03:47:05.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-22T03:47:05.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-22T03:47:05.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-22T03:47:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-22T03:47:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-22T03:47:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-22T03:47:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-22T03:47:07.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-22T03:47:07.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:47:07.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-22T03:47:07.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-22T03:47:07.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2023-05-22T03:47:08.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-22T03:47:08.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-22T03:47:08.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-22T03:47:08.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.264s coverage: 79.9% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 62.3% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 81.8% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.099s coverage: 82.1% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.047s coverage: 86.0% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.1% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 38.4% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements [2023-05-22T03:47:21.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.071s coverage: 97.7% of statements [2023-05-22T03:47:21.056Z] 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-05-22T03:47:21.056Z] running golangci-lint [2023-05-22T03:47:21.056Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-22T03:47:21.056Z] go version go1.20.2 linux/amd64 [2023-05-22T03:47:21.056Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-22T03:47:21.056Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-22T03:47:35.935Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|name|deps|exports_file|imports|types_sizes) took 13.704922941s" [2023-05-22T03:47:35.935Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.395796ms" [2023-05-22T03:47:37.828Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16253 in /w/workspace/edgexfoundry_edgex-go_PR-4573 [Pipeline] { [Pipeline] ws [2023-05-22T03:47:37.891Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-05-22T03:47:37.974Z] The recommended git tool is: git [2023-05-22T03:47:42.979Z] level=info msg="[linters_context/goanalysis] analyzers took 56.269230569s with top 10 stages: buildir: 33.113243919s, fact_deprecated: 1.599009826s, inspect: 1.571610254s, gosec: 1.229166739s, S1038: 897.815451ms, fact_purity: 892.061753ms, nilness: 878.171716ms, printf: 863.133238ms, ctrlflow: 705.349431ms, typedness: 639.00266ms" [2023-05-22T03:47:42.979Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-22T03:47:42.979Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 203/203, autogenerated_exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, skip_files: 203/203, filename_unadjuster: 203/203, skip_dirs: 203/203, cgo: 203/203, exclude: 203/203, path_prettifier: 203/203" [2023-05-22T03:47:42.979Z] level=info msg="[runner] processing took 21.560062ms with stages: nolint: 11.443483ms, identifier_marker: 4.955324ms, exclude-rules: 1.92255ms, autogenerated_exclude: 1.357485ms, path_prettifier: 1.247044ms, skip_dirs: 525.165µs, cgo: 64.231µs, filename_unadjuster: 38.74µs, max_same_issues: 1.3µs, uniq_by_line: 750ns, diff: 690ns, exclude: 610ns, max_per_file_from_linter: 470ns, skip_files: 440ns, max_from_linter: 430ns, severity-rules: 390ns, sort_results: 290ns, source_code: 280ns, path_shortener: 280ns, path_prefixer: 110ns" [2023-05-22T03:47:42.979Z] level=info msg="[runner] linters took 7.960633613s with stages: goanalysis_metalinter: 7.93894528s" [2023-05-22T03:47:42.979Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-22T03:47:42.979Z] level=info msg="Memory: 219 samples, avg is 205.7MB, max is 810.6MB" [2023-05-22T03:47:42.979Z] level=info msg="Execution took 21.709527246s" [2023-05-22T03:47:42.979Z] go vet ./... [2023-05-22T03:47:43.609Z] using credential edgex-jenkins-ssh [2023-05-22T03:47:43.629Z] Cloning the remote Git repository [2023-05-22T03:47:43.698Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-22T03:47:43.837Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-05-22T03:47:44.031Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-22T03:47:44.033Z] > git --version # timeout=10 [2023-05-22T03:47:44.054Z] > git --version # 'git version 2.25.1' [2023-05-22T03:47:44.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T03:47:44.214Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T03:47:47.172Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T03:47:47.431Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-22T03:47:47.431Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-22T03:47:47.474Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-22T03:47:47.783Z] + ls -al . [2023-05-22T03:47:47.784Z] total 704 [2023-05-22T03:47:47.784Z] drwxrwxr-x 11 1001 1001 4096 May 22 03:46 . [2023-05-22T03:47:47.784Z] drwxr-xr-x 4 root root 4096 May 22 03:46 .. [2023-05-22T03:47:47.784Z] drwxrwxr-x 2 1001 1001 4096 May 22 03:45 .blubracket [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 16 May 22 03:45 .dockerignore [2023-05-22T03:47:47.784Z] drwxrwxr-x 8 1001 1001 4096 May 22 03:45 .git [2023-05-22T03:47:47.784Z] drwxrwxr-x 3 1001 1001 4096 May 22 03:45 .github [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 1133 May 22 03:45 .gitignore [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 42 May 22 03:45 .golangci.yml [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 87 May 22 03:45 .hadolint.yml [2023-05-22T03:47:47.784Z] drwxr-xr-x 3 1001 1001 4096 May 22 03:45 .semver [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 166 May 22 03:45 .sonarcloud.properties [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 1171 May 22 03:45 ADOPTERS.md [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 10835 May 22 03:45 Attribution.txt [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 73765 May 22 03:45 CHANGELOG.md [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 3804 May 22 03:45 CONTRIBUTING.md [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 677 May 22 03:45 GOVERNANCE.md [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 883 May 22 03:45 Jenkinsfile [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 10775 May 22 03:45 LICENSE [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 14368 May 22 03:45 Makefile [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 582 May 22 03:45 OWNERS.md [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 9902 May 22 03:45 README.md [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 789 May 22 03:45 SECURITY.md [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 5 May 22 03:45 VERSION [2023-05-22T03:47:47.784Z] drwxrwxr-x 2 1001 1001 4096 May 22 03:45 bin [2023-05-22T03:47:47.784Z] drwxrwxr-x 18 1001 1001 4096 May 22 03:45 cmd [2023-05-22T03:47:47.784Z] -rw-r--r-- 1 root root 447731 May 22 03:47 coverage.out [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 3200 May 22 03:45 go.mod [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 31040 May 22 03:45 go.sum [2023-05-22T03:47:47.784Z] drwxrwxr-x 7 1001 1001 4096 May 22 03:45 internal [2023-05-22T03:47:47.784Z] drwxrwxr-x 3 1001 1001 4096 May 22 03:45 openapi [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 594 May 22 03:45 security.txt [2023-05-22T03:47:47.784Z] drwxrwxr-x 4 1001 1001 4096 May 22 03:45 snap [2023-05-22T03:47:47.784Z] -rw-rw-r-- 1 1001 1001 204 May 22 03:45 version.go [Pipeline] sh [2023-05-22T03:47:48.095Z] + '[' -e coverage.out ] [2023-05-22T03:47:48.096Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-22T03:47:48.215Z] Stashed 1 file(s) [Pipeline] sh [2023-05-22T03:47:48.517Z] + make build [2023-05-22T03:47:48.517Z] 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-05-22T03:48:00.722Z] 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-05-22T03:48:01.656Z] 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-05-22T03:48:00.685Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-22T03:48:00.723Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T03:48:01.627Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-22T03:48:01.671Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-22T03:48:01.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T03:48:01.687Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4573/head:refs/remotes/origin/PR-4573 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-22T03:48:02.593Z] 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-05-22T03:48:02.595Z] Merging remotes/origin/main commit 32cb5413f266176248a0713c2644b680483ab760 into PR head commit 6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:48:03.045Z] Merge succeeded, producing 6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:48:03.046Z] Checking out Revision 6d279947a99938422b6909b09f8eab4500d83dc0 (PR-4573) [2023-05-22T03:48:03.529Z] 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-05-22T03:48:02.617Z] > git config core.sparsecheckout # timeout=10 [2023-05-22T03:48:02.694Z] > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # timeout=10 [2023-05-22T03:48:02.933Z] > git remote # timeout=10 [2023-05-22T03:48:02.952Z] > git config --get remote.origin.url # timeout=10 [2023-05-22T03:48:02.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T03:48:02.989Z] > git merge 32cb5413f266176248a0713c2644b680483ab760 # timeout=10 [2023-05-22T03:48:03.021Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-22T03:48:03.055Z] > git config core.sparsecheckout # timeout=10 [2023-05-22T03:48:03.071Z] > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # timeout=10 [2023-05-22T03:48:06.717Z] Commit message: "fix: Remove all references to v2" [2023-05-22T03:48:06.770Z] > git --version # timeout=10 [2023-05-22T03:48:06.782Z] > git --version # 'git version 2.25.1' [2023-05-22T03:48:06.799Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-22T03:48:07.972Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-22T03:48:07.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T03:48:07.972Z] Dload Upload Total Spent Left Speed [2023-05-22T03:48:07.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh [2023-05-22T03:48:08.695Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-22T03:48:09.039Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-22T03:48:09.039Z] + sudo tee /etc/docker/daemon.new [2023-05-22T03:48:09.039Z] { [2023-05-22T03:48:09.039Z] "registry-mirrors": [ [2023-05-22T03:48:09.039Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-22T03:48:09.039Z] ], [2023-05-22T03:48:09.039Z] "bip": "10.250.0.254/24", [2023-05-22T03:48:09.039Z] "hosts": [ [2023-05-22T03:48:09.039Z] "tcp://0.0.0.0:5555", [2023-05-22T03:48:09.039Z] "unix:///var/run/docker.sock" [2023-05-22T03:48:09.039Z] ], [2023-05-22T03:48:09.039Z] "mtu": 1458, [2023-05-22T03:48:09.039Z] "selinux-enabled": true, [2023-05-22T03:48:09.039Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-22T03:48:09.039Z] } [Pipeline] sh [2023-05-22T03:48:09.393Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-22T03:48:09.754Z] + sudo service docker restart [2023-05-22T03:48:10.087Z] 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-05-22T03:48:11.460Z] 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-05-22T03:48:12.397Z] 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-05-22T03:48:13.781Z] 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-05-22T03:48:14.351Z] 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-05-22T03:48:15.454Z] 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-05-22T03:48:16.390Z] 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-05-22T03:48:18.332Z] $ docker stop --time=1 61058e2038cba5d5c193fbc3c2100ad9cb96daa3b2c663cc637af2e661679348 [2023-05-22T03:48:22.424Z] $ docker rm -f --volumes 61058e2038cba5d5c193fbc3c2100ad9cb96daa3b2c663cc637af2e661679348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:48:23.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T03:48:23.636Z] [2023-05-22T03:48:23.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:48:24.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T03:48:24.019Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-22T03:48:24.019Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-22T03:48:24.019Z] ca9280d653b3: Pulling fs layer [2023-05-22T03:48:24.019Z] 7e9c9ca2126c: Pulling fs layer [2023-05-22T03:48:24.280Z] cbdbe7a5bc2a: Verifying Checksum [2023-05-22T03:48:24.280Z] cbdbe7a5bc2a: Download complete [2023-05-22T03:48:24.280Z] cbdbe7a5bc2a: Pull complete [2023-05-22T03:48:24.280Z] ca9280d653b3: Verifying Checksum [2023-05-22T03:48:24.280Z] ca9280d653b3: Download complete [2023-05-22T03:48:24.852Z] 7e9c9ca2126c: Verifying Checksum [2023-05-22T03:48:24.852Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T03:48:28.086Z] provisioning config files... [2023-05-22T03:48:28.114Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15241505660517778685tmp [2023-05-22T03:48:28.139Z] 7e9c9ca2126c: Pull complete [2023-05-22T03:48:28.139Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-22T03:48:28.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T03:48:28.139Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T03:48:28.512Z] prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container [2023-05-22T03:48:28.546Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-22T03:48:28.560Z] ---> docker-login.sh [2023-05-22T03:48:28.560Z] nexus3.edgexfoundry.org:10001 [2023-05-22T03:48:28.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:48:29.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:48:29.117Z] Configure a credential helper to remove this warning. See [2023-05-22T03:48:29.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:48:29.117Z] [2023-05-22T03:48:29.117Z] Login Succeeded [2023-05-22T03:48:29.117Z] nexus3.edgexfoundry.org:10002 [2023-05-22T03:48:29.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:48:29.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:48:29.387Z] Configure a credential helper to remove this warning. See [2023-05-22T03:48:29.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:48:29.387Z] [2023-05-22T03:48:29.387Z] Login Succeeded [2023-05-22T03:48:29.387Z] nexus3.edgexfoundry.org:10003 [2023-05-22T03:48:29.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:48:29.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:48:29.932Z] Configure a credential helper to remove this warning. See [2023-05-22T03:48:29.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:48:29.932Z] [2023-05-22T03:48:29.932Z] Login Succeeded [2023-05-22T03:48:29.932Z] nexus3.edgexfoundry.org:10004 [2023-05-22T03:48:30.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:48:30.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:48:30.205Z] Configure a credential helper to remove this warning. See [2023-05-22T03:48:30.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:48:30.205Z] [2023-05-22T03:48:30.205Z] Login Succeeded [2023-05-22T03:48:30.205Z] docker.io [2023-05-22T03:48:30.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T03:48:30.525Z] $ docker top 3edf20c4a1cd61fc90e9831a5218bed5c6b515d79cc605f8624c95edb8eadab2 -eo pid,comm [Pipeline] { [2023-05-22T03:48:30.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T03:48:30.741Z] Configure a credential helper to remove this warning. See [2023-05-22T03:48:30.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T03:48:30.741Z] [2023-05-22T03:48:30.741Z] Login Succeeded [2023-05-22T03:48:30.741Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T03:48:30.791Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-05-22T03:48:31.095Z] + + grepdocker-compose parallel build [2023-05-22T03:48:31.095Z] --help [Pipeline] sh [2023-05-22T03:48:31.539Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-22T03:48:31.584Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T03:48:31.621Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T03:48:31.654Z] ========================================================= [2023-05-22T03:48:31.654Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-22T03:48:31.654Z] ========================================================= [2023-05-22T03:48:31.665Z] --parallel Build images in parallel. [Pipeline] fileExists [Pipeline] sh [Pipeline] } [2023-05-22T03:48:31.801Z] $ docker stop --time=1 3edf20c4a1cd61fc90e9831a5218bed5c6b515d79cc605f8624c95edb8eadab2 [2023-05-22T03:48:32.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T03:48:32.047Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-22T03:48:32.047Z] c41833b44d91: Pulling fs layer [2023-05-22T03:48:32.047Z] ed15518f5707: Pulling fs layer [2023-05-22T03:48:32.047Z] feae8fd75edb: Pulling fs layer [2023-05-22T03:48:32.047Z] 242c74f7c9fa: Pulling fs layer [2023-05-22T03:48:32.047Z] 3cdef696dda3: Pulling fs layer [2023-05-22T03:48:32.047Z] 2ced38df9373: Pulling fs layer [2023-05-22T03:48:32.047Z] 58f1dce35555: Pulling fs layer [2023-05-22T03:48:32.047Z] 3cdef696dda3: Waiting [2023-05-22T03:48:32.047Z] 2ced38df9373: Waiting [2023-05-22T03:48:32.322Z] 242c74f7c9fa: Waiting [2023-05-22T03:48:32.322Z] 58f1dce35555: Waiting [2023-05-22T03:48:32.322Z] ed15518f5707: Verifying Checksum [2023-05-22T03:48:32.322Z] ed15518f5707: Download complete [2023-05-22T03:48:32.322Z] 242c74f7c9fa: Verifying Checksum [2023-05-22T03:48:32.322Z] 242c74f7c9fa: Download complete [2023-05-22T03:48:32.322Z] 3cdef696dda3: Verifying Checksum [2023-05-22T03:48:32.322Z] 3cdef696dda3: Download complete [2023-05-22T03:48:32.322Z] c41833b44d91: Verifying Checksum [2023-05-22T03:48:32.322Z] c41833b44d91: Download complete [2023-05-22T03:48:33.096Z] $ docker rm -f --volumes 3edf20c4a1cd61fc90e9831a5218bed5c6b515d79cc605f8624c95edb8eadab2 [Pipeline] // withDockerContainer [Pipeline] writeFile [2023-05-22T03:48:33.298Z] c41833b44d91: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:48:33.569Z] 58f1dce35555: Verifying Checksum [2023-05-22T03:48:33.569Z] 58f1dce35555: Download complete [2023-05-22T03:48:33.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T03:48:33.754Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T03:48:33.925Z] prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container [2023-05-22T03:48:33.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-22T03:48:34.156Z] ed15518f5707: Pull complete [2023-05-22T03:48:34.272Z] $ docker top 1cc98ebbd9e73cd9f1b3e90b41b90bc79d43008d9e784d0b76b2f6f19115de81 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T03:48:34.677Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-22T03:48:34.748Z] feae8fd75edb: Verifying Checksum [2023-05-22T03:48:34.749Z] feae8fd75edb: Download complete [2023-05-22T03:48:35.018Z] 2ced38df9373: Verifying Checksum [2023-05-22T03:48:35.018Z] 2ced38df9373: Download complete [2023-05-22T03:48:35.247Z] Building core-command ... [2023-05-22T03:48:35.247Z] Building core-common-config-bootstrapper ... [2023-05-22T03:48:35.247Z] Building core-data ... [2023-05-22T03:48:35.247Z] Building core-metadata ... [2023-05-22T03:48:35.247Z] Building security-bootstrapper ... [2023-05-22T03:48:35.247Z] Building security-proxy-auth ... [2023-05-22T03:48:35.247Z] Building security-proxy-setup ... [2023-05-22T03:48:35.247Z] Building security-secretstore-setup ... [2023-05-22T03:48:35.247Z] Building security-spiffe-token-provider ... [2023-05-22T03:48:35.247Z] Building security-spire-agent ... [2023-05-22T03:48:35.247Z] Building security-spire-config ... [2023-05-22T03:48:35.247Z] Building security-spire-server ... [2023-05-22T03:48:35.247Z] Building support-notifications ... [2023-05-22T03:48:35.247Z] Building support-scheduler ... [2023-05-22T03:48:35.247Z] Building security-secretstore-setup [2023-05-22T03:48:35.247Z] Building core-metadata [2023-05-22T03:48:35.247Z] Building security-proxy-auth [2023-05-22T03:48:35.247Z] Building core-data [2023-05-22T03:48:35.247Z] Building security-proxy-setup [2023-05-22T03:48:47.361Z] feae8fd75edb: Pull complete [2023-05-22T03:48:47.361Z] 242c74f7c9fa: Pull complete [2023-05-22T03:48:47.361Z] 3cdef696dda3: Pull complete [2023-05-22T03:48:47.458Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:48:47.458Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:48:47.458Z] ---> e5903d0fbbf3 [2023-05-22T03:48:47.458Z] Step 3/25 : WORKDIR /edgex-go [2023-05-22T03:48:47.458Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:48:47.458Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:48:47.458Z] ---> e5903d0fbbf3 [2023-05-22T03:48:47.458Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T03:48:47.458Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:48:47.458Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:48:47.458Z] ---> e5903d0fbbf3 [2023-05-22T03:48:47.458Z] Step 3/22 : WORKDIR /edgex-go [2023-05-22T03:48:47.458Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:48:47.458Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:48:47.458Z] ---> e5903d0fbbf3 [2023-05-22T03:48:47.458Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T03:48:47.458Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:48:47.458Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:48:47.458Z] ---> e5903d0fbbf3 [2023-05-22T03:48:47.458Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-22T03:48:52.733Z] 2ced38df9373: Pull complete [2023-05-22T03:48:55.341Z] 58f1dce35555: Pull complete [2023-05-22T03:48:55.341Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-22T03:48:55.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T03:48:55.341Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-22T03:48:55.718Z] ---> Running in 815633436a0f [2023-05-22T03:48:55.718Z] ---> Running in 0fbb9d957d21 [2023-05-22T03:48:55.718Z] ---> Running in 12d3d7a2d22a [2023-05-22T03:48:55.718Z] ---> Running in 45e30dabbfce [2023-05-22T03:48:55.718Z] ---> Running in da43d4163d71 [2023-05-22T03:48:55.718Z] Removing intermediate container 0fbb9d957d21 [2023-05-22T03:48:55.718Z] ---> 9032c998789d [2023-05-22T03:48:55.718Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T03:48:55.718Z] Removing intermediate container 815633436a0f [2023-05-22T03:48:55.718Z] ---> 0a37f5aec923 [2023-05-22T03:48:55.718Z] Step 4/25 : WORKDIR /edgex-go ---> Running in 1276770087a9 [2023-05-22T03:48:55.718Z] [2023-05-22T03:48:55.718Z] Removing intermediate container 12d3d7a2d22a [2023-05-22T03:48:55.718Z] ---> 96d4c25fe5fe [2023-05-22T03:48:55.718Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-22T03:48:55.718Z] Removing intermediate container 45e30dabbfce [2023-05-22T03:48:55.718Z] ---> 8626432c8981 [2023-05-22T03:48:55.718Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T03:48:55.718Z] ---> Running in f63dd9dd50cc [2023-05-22T03:48:55.718Z] Removing intermediate container da43d4163d71 [2023-05-22T03:48:55.718Z] ---> 7ff4e3257aaf [2023-05-22T03:48:55.718Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-22T03:48:55.718Z] ---> Running in edecf9701c94 [2023-05-22T03:48:55.718Z] ---> Running in f619c9748217 [2023-05-22T03:48:55.718Z] ---> Running in 61ec81f290a2 [2023-05-22T03:48:55.718Z] Removing intermediate container 1276770087a9 [2023-05-22T03:48:55.718Z] ---> 292933ba926a [2023-05-22T03:48:55.718Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T03:48:55.718Z] Removing intermediate container f63dd9dd50cc [2023-05-22T03:48:55.718Z] ---> cff52176245c [2023-05-22T03:48:55.718Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-22T03:48:55.718Z] ---> Running in 43ff37fe995e [2023-05-22T03:48:55.718Z] Removing intermediate container f619c9748217 [2023-05-22T03:48:55.718Z] ---> e195b0e01427 [2023-05-22T03:48:55.718Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T03:48:55.718Z] ---> Running in 0cbbf5e4e011 [2023-05-22T03:48:55.718Z] ---> Running in 55a0446dcaf1 [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] OK: 265 MiB in 53 packages [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] OK: 265 MiB in 53 packages [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] OK: 265 MiB in 53 packages [2023-05-22T03:48:55.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:48:55.718Z] Removing intermediate container edecf9701c94 [2023-05-22T03:48:55.718Z] ---> d3b160fbf552 [2023-05-22T03:48:55.718Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-22T03:48:55.718Z] Removing intermediate container 61ec81f290a2 [2023-05-22T03:48:55.718Z] ---> 8e4f91ce450a [2023-05-22T03:48:55.718Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-22T03:48:55.718Z] ---> 759f6c0a69c0 [2023-05-22T03:48:55.718Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:48:55.718Z] OK: 265 MiB in 53 packages [2023-05-22T03:48:55.718Z] ---> Running in 41e4a9486adf [2023-05-22T03:48:55.718Z] OK: 265 MiB in 53 packages [2023-05-22T03:48:55.718Z] ---> e0070adcf80c [2023-05-22T03:48:55.718Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:48:55.735Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T03:48:55.736Z] WORKDIR /edgex [2023-05-22T03:48:55.736Z] COPY go.mod . [2023-05-22T03:48:55.736Z] RUN go mod download+ [2023-05-22T03:48:55.736Z] docker build -t ci-base-image-arm64 -f - . [2023-05-22T03:48:56.020Z] Removing intermediate container 43ff37fe995e [2023-05-22T03:48:56.020Z] ---> 51cc05ae83f2 [2023-05-22T03:48:56.020Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T03:48:56.020Z] ---> Running in 35ccab5d9de2 [2023-05-22T03:48:56.020Z] ---> dd0075bf9549 [2023-05-22T03:48:56.020Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:48:56.020Z] ---> Running in 1b4d66c127f5 [2023-05-22T03:48:56.020Z] Removing intermediate container 0cbbf5e4e011 [2023-05-22T03:48:56.020Z] ---> 671ba55cb080 [2023-05-22T03:48:56.020Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-22T03:48:56.330Z] Sending build context to Docker daemon 2.928MB [2023-05-22T03:48:56.330Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T03:48:56.330Z] ---> fadd8f120f05 [2023-05-22T03:48:56.330Z] Step 2/4 : WORKDIR /edgex [2023-05-22T03:48:56.330Z] Removing intermediate container 55a0446dcaf1 [2023-05-22T03:48:56.330Z] ---> 4e5debfb2c25 [2023-05-22T03:48:56.330Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T03:48:56.330Z] ---> 8b2f29d41ede [2023-05-22T03:48:56.330Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:48:56.330Z] ---> Running in dde07aeec9ea [2023-05-22T03:48:56.330Z] ---> 77972298e26c [2023-05-22T03:48:56.330Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:48:56.330Z] ---> Running in 42acfeb3fc28 [2023-05-22T03:48:58.287Z] ---> Running in cda03cd7f7f8 [2023-05-22T03:48:58.560Z] Removing intermediate container cda03cd7f7f8 [2023-05-22T03:48:58.560Z] ---> 9c40cfb15834 [2023-05-22T03:48:58.560Z] Step 3/4 : COPY go.mod . [2023-05-22T03:48:59.147Z] ---> 4de5b390f2c8 [2023-05-22T03:48:59.147Z] Step 4/4 : RUN go mod download [2023-05-22T03:48:59.147Z] ---> Running in 71beb89de759 [2023-05-22T03:49:31.455Z] Removing intermediate container 71beb89de759 [2023-05-22T03:49:31.455Z] ---> 1a4db108efea [2023-05-22T03:49:31.455Z] Successfully built 1a4db108efea [2023-05-22T03:49:31.455Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:49:31.850Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T03:49:31.851Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T03:49:32.125Z] prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container [2023-05-22T03:49:32.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-22T03:49:33.435Z] $ docker top c87e89cd9511bffb365d3b5bc9e1d19d39a2ec65dd47748cf74d35ea24d286b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T03:49:34.321Z] + go version [2023-05-22T03:49:34.321Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-22T03:49:34.356Z] $ docker stop --time=1 c87e89cd9511bffb365d3b5bc9e1d19d39a2ec65dd47748cf74d35ea24d286b7 [2023-05-22T03:49:35.996Z] $ docker rm -f --volumes c87e89cd9511bffb365d3b5bc9e1d19d39a2ec65dd47748cf74d35ea24d286b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T03:49:36.850Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T03:49:36.850Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T03:49:37.114Z] prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container [2023-05-22T03:49:37.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-22T03:49:38.389Z] $ docker top 1c9368eb0685aa684fe04465c6ac590a24d597c7af00fd2fa7649458a161efef -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-22T03:49:38.664Z] ========================================================= [2023-05-22T03:49:38.664Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-22T03:49:38.664Z] ========================================================= [Pipeline] sh [2023-05-22T03:49:38.990Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-22T03:49:39.698Z] + make test [2023-05-22T03:49:39.698Z] go test -race -coverprofile=coverage.out ./... [2023-05-22T03:50:18.599Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-22T03:50:20.224Z] Removing intermediate container 42acfeb3fc28 [2023-05-22T03:50:20.224Z] ---> 20d388fcb157 [2023-05-22T03:50:20.224Z] Step 8/23 : COPY . . [2023-05-22T03:50:20.224Z] Removing intermediate container 41e4a9486adf [2023-05-22T03:50:20.224Z] ---> a08bcd9574a9 [2023-05-22T03:50:20.224Z] Step 7/25 : COPY . . [2023-05-22T03:50:20.224Z] Removing intermediate container 35ccab5d9de2 [2023-05-22T03:50:20.224Z] Removing intermediate container 1b4d66c127f5 [2023-05-22T03:50:20.224Z] ---> c146a00f902b [2023-05-22T03:50:20.224Z] ---> b5e39cb12efa [2023-05-22T03:50:20.224Z] Step 7/22 : COPY . . [2023-05-22T03:50:20.224Z] Step 8/23 : COPY . . [2023-05-22T03:50:20.224Z] Removing intermediate container dde07aeec9ea [2023-05-22T03:50:20.224Z] ---> 2325ca2b36ef [2023-05-22T03:50:20.224Z] Step 8/25 : COPY . . [2023-05-22T03:50:46.808Z] ---> 222cc6f9f972 [2023-05-22T03:50:46.808Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-22T03:50:46.808Z] ---> 16f561791f81 [2023-05-22T03:50:46.808Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-22T03:50:46.808Z] ---> e6c5d8462bef [2023-05-22T03:50:46.808Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-22T03:50:46.808Z] ---> d32b58a297a6 [2023-05-22T03:50:46.808Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-22T03:50:46.808Z] ---> b296fd3de0f5 [2023-05-22T03:50:46.808Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-22T03:50:46.808Z] ---> Running in 359bab76c222 [2023-05-22T03:50:46.808Z] ---> Running in 11285e82d871 [2023-05-22T03:50:46.808Z] ---> Running in 427cb1471cda [2023-05-22T03:50:46.808Z] ---> Running in a802fca20cc5 [2023-05-22T03:50:46.808Z] ---> Running in a4d869c71737 [2023-05-22T03:50:46.808Z] 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-05-22T03:50:46.808Z] 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-05-22T03:50:46.808Z] 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-05-22T03:50:47.070Z] 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-05-22T03:50:47.070Z] 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-05-22T03:51:25.793Z] 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-05-22T03:51:32.375Z] Removing intermediate container a802fca20cc5 [2023-05-22T03:51:32.375Z] ---> 75293ff11f1e [2023-05-22T03:51:32.375Z] [2023-05-22T03:51:32.375Z] Step 9/25 : FROM alpine:3.17 [2023-05-22T03:51:32.375Z] Removing intermediate container 359bab76c222 [2023-05-22T03:51:32.375Z] ---> 44f31e61dc9f [2023-05-22T03:51:32.375Z] [2023-05-22T03:51:32.375Z] Step 9/22 : FROM alpine:3.17 [2023-05-22T03:51:32.375Z] Removing intermediate container a4d869c71737 [2023-05-22T03:51:32.375Z] ---> a7b0028d4590 [2023-05-22T03:51:32.375Z] [2023-05-22T03:51:32.375Z] Step 10/25 : FROM alpine:3.17 [2023-05-22T03:51:32.375Z] Removing intermediate container 11285e82d871 [2023-05-22T03:51:32.375Z] ---> 0260d884a1b9 [2023-05-22T03:51:32.375Z] [2023-05-22T03:51:32.375Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T03:51:32.375Z] Removing intermediate container 427cb1471cda [2023-05-22T03:51:32.375Z] ---> 9272c54d6eb5 [2023-05-22T03:51:32.375Z] [2023-05-22T03:51:32.375Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T03:51:32.635Z] 3.17: Pulling from library/alpine [2023-05-22T03:51:33.203Z] 3.17: Pulling from library/alpine [2023-05-22T03:51:33.770Z] 3.17: Pulling from library/alpine [2023-05-22T03:51:34.336Z] 3.17: Pulling from library/alpine [2023-05-22T03:51:34.336Z] 3.17: Pulling from library/alpine [2023-05-22T03:51:36.238Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T03:51:36.238Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T03:51:36.238Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T03:51:36.238Z] Status: Downloaded newer image for alpine:3.17 [2023-05-22T03:51:36.238Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T03:51:36.238Z] Status: Image is up to date for alpine:3.17 [2023-05-22T03:51:36.238Z] Status: Downloaded newer image for alpine:3.17 [2023-05-22T03:51:36.238Z] Status: Image is up to date for alpine:3.17 [2023-05-22T03:51:36.238Z] ---> 9ed4aefc74f6 [2023-05-22T03:51:36.238Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-22T03:51:36.238Z] ---> 9ed4aefc74f6 [2023-05-22T03:51:36.238Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-22T03:51:36.238Z] ---> 9ed4aefc74f6 [2023-05-22T03:51:36.238Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' ---> 9ed4aefc74f6 [2023-05-22T03:51:36.238Z] [2023-05-22T03:51:36.238Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T03:51:36.238Z] Status: Image is up to date for alpine:3.17 [2023-05-22T03:51:36.238Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T03:51:36.238Z] ---> 9ed4aefc74f6 [2023-05-22T03:51:36.238Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-22T03:51:36.238Z] ---> Running in adea6cb98d6a [2023-05-22T03:51:36.238Z] ---> Running in 303415e73221 [2023-05-22T03:51:36.238Z] ---> Running in cea577711fd5 [2023-05-22T03:51:36.238Z] ---> Running in d40301a00f1e [2023-05-22T03:51:36.238Z] ---> Running in 6a6eb09da0bf [2023-05-22T03:51:36.238Z] Removing intermediate container 303415e73221 [2023-05-22T03:51:36.238Z] ---> e4c684e06afb [2023-05-22T03:51:36.238Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T03:51:36.238Z] Removing intermediate container d40301a00f1e [2023-05-22T03:51:36.238Z] ---> ad7a7dd35830 [2023-05-22T03:51:36.238Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-22T03:51:36.238Z] ---> Running in 2377893e7d47 [2023-05-22T03:51:36.238Z] ---> Running in 09f875d4a749 [2023-05-22T03:51:36.238Z] Removing intermediate container 2377893e7d47 [2023-05-22T03:51:36.238Z] ---> bd1806dfef99 [2023-05-22T03:51:36.238Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-22T03:51:36.238Z] ---> Running in af5b38040e3c [2023-05-22T03:51:36.238Z] Removing intermediate container af5b38040e3c [2023-05-22T03:51:36.238Z] ---> e4cff4042568 [2023-05-22T03:51:36.238Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T03:51:36.239Z] ---> Running in 4f198857914c [2023-05-22T03:51:36.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.755Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T03:51:36.755Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:51:36.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.755Z] OK: 7 MiB in 16 packages [2023-05-22T03:51:36.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:36.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:37.016Z] (1/3) Installing ca-certificates (20230506-r0) [2023-05-22T03:51:37.016Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-22T03:51:37.016Z] (3/3) Installing su-exec (0.2-r2) [2023-05-22T03:51:37.016Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:51:37.016Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T03:51:37.016Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T03:51:37.016Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-22T03:51:37.016Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:51:37.016Z] OK: 8 MiB in 17 packages [2023-05-22T03:51:37.016Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T03:51:37.016Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:51:37.016Z] OK: 7 MiB in 16 packages [2023-05-22T03:51:37.016Z] OK: 8 MiB in 18 packages [2023-05-22T03:51:37.016Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T03:51:37.016Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:51:37.016Z] OK: 7 MiB in 16 packages [2023-05-22T03:51:37.276Z] Removing intermediate container adea6cb98d6a [2023-05-22T03:51:37.276Z] ---> 6d6d6c3477c9 [2023-05-22T03:51:37.276Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T03:51:37.276Z] ---> Running in 73c0a7291f1a [2023-05-22T03:51:37.276Z] Removing intermediate container 73c0a7291f1a [2023-05-22T03:51:37.276Z] ---> 11dd57be76ba [2023-05-22T03:51:37.276Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-22T03:51:37.276Z] ---> Running in 84679cb8fe20 [2023-05-22T03:51:37.535Z] Removing intermediate container 84679cb8fe20 [2023-05-22T03:51:37.535Z] ---> 61e1d34b839f [2023-05-22T03:51:37.535Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-22T03:51:37.535Z] ---> Running in 1aaabb889f4b [2023-05-22T03:51:37.535Z] Removing intermediate container 1aaabb889f4b [2023-05-22T03:51:37.535Z] ---> 83d9e165c5b3 [2023-05-22T03:51:37.535Z] Step 15/25 : WORKDIR / [2023-05-22T03:51:37.535Z] ---> Running in 8b90846de8da [2023-05-22T03:51:37.535Z] Removing intermediate container 6a6eb09da0bf [2023-05-22T03:51:37.535Z] ---> 9dcf23804cce [2023-05-22T03:51:37.535Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T03:51:37.535Z] Removing intermediate container 8b90846de8da [2023-05-22T03:51:37.535Z] ---> 311e000d7654 [2023-05-22T03:51:37.535Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:51:37.535Z] ---> Running in eca72c188ad3 [2023-05-22T03:51:37.535Z] Removing intermediate container 09f875d4a749 [2023-05-22T03:51:37.535Z] ---> 5be8eb82a402 [2023-05-22T03:51:37.535Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:51:37.792Z] Removing intermediate container eca72c188ad3 [2023-05-22T03:51:37.792Z] ---> 36b828ebef78 [2023-05-22T03:51:37.792Z] Step 12/22 : WORKDIR /edgex [2023-05-22T03:51:37.792Z] ---> Running in c75cc8c949d3 [2023-05-22T03:51:37.792Z] Removing intermediate container 4f198857914c [2023-05-22T03:51:37.792Z] ---> 1f5b03b4ea0f [2023-05-22T03:51:37.792Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:51:37.792Z] ---> 18d426bf045b [2023-05-22T03:51:37.792Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:51:37.792Z] ---> 890633c797ed [2023-05-22T03:51:37.792Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:51:37.792Z] Removing intermediate container c75cc8c949d3 [2023-05-22T03:51:37.792Z] ---> ec898f651688 [2023-05-22T03:51:37.792Z] Removing intermediate container cea577711fd5 [2023-05-22T03:51:37.792Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / ---> 095959e046ac [2023-05-22T03:51:37.792Z] [2023-05-22T03:51:37.792Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T03:51:38.052Z] ---> Running in 699c28f65f6f [2023-05-22T03:51:38.052Z] ---> 35070d67e66e [2023-05-22T03:51:38.052Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:51:38.052Z] ---> 4b1eaa35cd61 [2023-05-22T03:51:38.053Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-22T03:51:38.053Z] Removing intermediate container 699c28f65f6f [2023-05-22T03:51:38.053Z] ---> c35cc55cbf76 [2023-05-22T03:51:38.053Z] Step 12/25 : WORKDIR / [2023-05-22T03:51:38.053Z] ---> Running in 70d92164d633 [2023-05-22T03:51:38.053Z] ---> 7f032bc45d19 [2023-05-22T03:51:38.053Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-22T03:51:38.053Z] ---> 6e555cf5c593 [2023-05-22T03:51:38.053Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:51:38.619Z] ---> 1240a7578532 [2023-05-22T03:51:38.619Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-22T03:51:38.619Z] Removing intermediate container 70d92164d633 [2023-05-22T03:51:38.619Z] ---> a620c2b520b9 [2023-05-22T03:51:38.619Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:51:38.619Z] ---> bb6903699111 [2023-05-22T03:51:38.619Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:51:38.619Z] ---> 71078671c1e6 [2023-05-22T03:51:38.619Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-22T03:51:38.619Z] ---> 5dc107055280 [2023-05-22T03:51:38.619Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:51:39.187Z] ---> 6a2b7025e0cb [2023-05-22T03:51:39.187Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-22T03:51:39.187Z] ---> 6a37c1280c82 [2023-05-22T03:51:39.187Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-22T03:51:39.187Z] ---> 922827dfb34d [2023-05-22T03:51:39.187Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:51:39.187Z] ---> daafedb76011 [2023-05-22T03:51:39.187Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-22T03:51:39.187Z] ---> 8838df690b48 [2023-05-22T03:51:39.187Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:51:39.445Z] ---> 7c6ac33356fe [2023-05-22T03:51:39.445Z] 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-05-22T03:51:39.445Z] ---> 58dd4fce80aa [2023-05-22T03:51:39.445Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-22T03:51:39.704Z] ---> f050bc409a68 [2023-05-22T03:51:39.704Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T03:51:39.704Z] ---> 4f622bc36f7d [2023-05-22T03:51:39.704Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-22T03:51:39.704Z] ---> Running in 42b993efd842 [2023-05-22T03:51:39.704Z] ---> Running in bf29aeb47de3 [2023-05-22T03:51:39.704Z] ---> Running in 27cdd8058fad [2023-05-22T03:51:39.704Z] ---> 3afee110074d [2023-05-22T03:51:39.704Z] 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-05-22T03:51:39.704Z] ---> 76e27ecf9caa [2023-05-22T03:51:39.704Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T03:51:39.704Z] Removing intermediate container 42b993efd842 [2023-05-22T03:51:39.704Z] ---> 1dffd896e268 [2023-05-22T03:51:39.704Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T03:51:39.704Z] ---> Running in d12e85e8a0d3 [2023-05-22T03:51:39.975Z] Removing intermediate container 27cdd8058fad [2023-05-22T03:51:39.975Z] ---> 48fab87aeb3a [2023-05-22T03:51:39.975Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T03:51:39.975Z] ---> Running in 35a0deee6d7c [2023-05-22T03:51:39.975Z] Removing intermediate container d12e85e8a0d3 [2023-05-22T03:51:39.975Z] ---> 65d72720bf33 [2023-05-22T03:51:39.975Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T03:51:39.975Z] ---> 648ab2271d0a [2023-05-22T03:51:39.975Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:51:39.975Z] ---> Running in 8a18189416b8 [2023-05-22T03:51:39.975Z] ---> f82691035d14 [2023-05-22T03:51:39.975Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T03:51:39.975Z] Removing intermediate container 35a0deee6d7c [2023-05-22T03:51:39.975Z] ---> de50f0d7298a [2023-05-22T03:51:39.975Z] Step 23/25 : LABEL arch=x86_64 [2023-05-22T03:51:39.975Z] ---> Running in 2bdaa6049870 [2023-05-22T03:51:40.234Z] ---> Running in 3c7b8eb9eebb [2023-05-22T03:51:40.234Z] Removing intermediate container 8a18189416b8 [2023-05-22T03:51:40.234Z] ---> 3c64bcbaffb8 [2023-05-22T03:51:40.234Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:51:40.234Z] ---> 2dd86782b28f [2023-05-22T03:51:40.234Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-22T03:51:40.234Z] ---> Running in 715d969fe8df [2023-05-22T03:51:40.234Z] Removing intermediate container 3c7b8eb9eebb [2023-05-22T03:51:40.234Z] ---> 92c7f9418bd4 [2023-05-22T03:51:40.234Z] Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:51:40.234Z] ---> Running in ad9202aa8600 [2023-05-22T03:51:40.493Z] Removing intermediate container 715d969fe8df [2023-05-22T03:51:40.493Z] ---> 4e9897ed39ea [2023-05-22T03:51:40.493Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T03:51:40.493Z] Removing intermediate container ad9202aa8600 [2023-05-22T03:51:40.493Z] ---> fa67b9a38209 [2023-05-22T03:51:40.493Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T03:51:40.493Z] Removing intermediate container bf29aeb47de3 [2023-05-22T03:51:40.493Z] ---> 279f63595ae3 [2023-05-22T03:51:40.493Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T03:51:40.493Z] ---> 4d7cd00ebfbb [2023-05-22T03:51:40.493Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-22T03:51:40.493Z] ---> Running in 309ceb1c5fbd [2023-05-22T03:51:40.493Z] ---> Running in 3650f2575301 [2023-05-22T03:51:40.493Z] ---> Running in 7d37bcc70da3 [2023-05-22T03:51:40.751Z] Removing intermediate container 309ceb1c5fbd [2023-05-22T03:51:40.751Z] ---> 39a01fa0b488 [2023-05-22T03:51:40.751Z] [2023-05-22T03:51:40.751Z] Removing intermediate container 3650f2575301 [2023-05-22T03:51:40.751Z] ---> 4cfe5c8c20d8 [2023-05-22T03:51:40.751Z] [2023-05-22T03:51:40.751Z] Successfully built 39a01fa0b488 [2023-05-22T03:51:40.751Z] Removing intermediate container 7d37bcc70da3 [2023-05-22T03:51:40.751Z] ---> 0fb0c1f72c94 [2023-05-22T03:51:40.751Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T03:51:40.751Z] Successfully tagged core-data:latest [2023-05-22T03:51:40.751Z]  Building core-data ... done Building security-spire-agent [2023-05-22T03:51:40.751Z] Successfully built 4cfe5c8c20d8 [2023-05-22T03:51:40.751Z] Successfully tagged core-metadata:latest [2023-05-22T03:51:40.751Z] Building core-common-config-bootstrapper [2023-05-22T03:51:41.010Z]  Building core-metadata ... done  ---> Running in 1ab832d1e414 [2023-05-22T03:51:41.010Z] ---> 79e7d0d9d47a [2023-05-22T03:51:41.010Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T03:51:45.196Z] Removing intermediate container 2bdaa6049870 [2023-05-22T03:51:45.196Z] ---> fa94e16541b2 [2023-05-22T03:51:45.196Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T03:51:45.196Z] Removing intermediate container 1ab832d1e414 [2023-05-22T03:51:45.196Z] ---> 71bd7c75457b [2023-05-22T03:51:45.196Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T03:51:46.132Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:51:46.132Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:51:46.132Z] ---> e5903d0fbbf3 [2023-05-22T03:51:46.132Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T03:51:46.132Z] ---> Using cache [2023-05-22T03:51:46.132Z] ---> 8626432c8981 [2023-05-22T03:51:46.132Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T03:51:46.132Z] ---> Using cache [2023-05-22T03:51:46.132Z] ---> e195b0e01427 [2023-05-22T03:51:46.132Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T03:51:46.132Z] ---> Using cache [2023-05-22T03:51:46.132Z] ---> 4e5debfb2c25 [2023-05-22T03:51:46.132Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T03:51:46.132Z] ---> Using cache [2023-05-22T03:51:46.132Z] ---> 77972298e26c [2023-05-22T03:51:46.132Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:51:46.132Z] ---> Using cache [2023-05-22T03:51:46.132Z] ---> 20d388fcb157 [2023-05-22T03:51:46.132Z] Step 8/23 : COPY . . [2023-05-22T03:51:46.132Z] ---> Using cache [2023-05-22T03:51:46.132Z] ---> e6c5d8462bef [2023-05-22T03:51:46.132Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-22T03:51:46.132Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:51:46.132Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:51:46.132Z] ---> e5903d0fbbf3 [2023-05-22T03:51:46.132Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T03:51:46.132Z] ---> Using cache [2023-05-22T03:51:46.132Z] ---> 7ff4e3257aaf [2023-05-22T03:51:46.132Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T03:51:47.512Z] ---> 531bc8e4acca [2023-05-22T03:51:47.512Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T03:51:47.512Z] ---> Running in cd0616a2815a [2023-05-22T03:51:47.512Z] ---> Running in 88f04dc7628d [2023-05-22T03:51:47.512Z] ---> Running in 273a3162eaad [2023-05-22T03:51:47.512Z] ---> Running in 9bfea862a1ea [2023-05-22T03:51:47.512Z] ---> Running in 613c710e0d52 [2023-05-22T03:51:47.512Z] Removing intermediate container cd0616a2815a [2023-05-22T03:51:47.512Z] ---> 3e8f4c5b9357 [2023-05-22T03:51:47.512Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:51:47.512Z] ---> Running in b33a10126a27 [2023-05-22T03:51:47.512Z] Removing intermediate container 88f04dc7628d [2023-05-22T03:51:47.512Z] ---> d171929c7020 [2023-05-22T03:51:47.512Z] Step 20/22 : LABEL arch=x86_64 [2023-05-22T03:51:47.770Z] ---> Running in e0b336e8a94d [2023-05-22T03:51:47.770Z] Removing intermediate container b33a10126a27 [2023-05-22T03:51:47.770Z] ---> bd13d67d1b38 [2023-05-22T03:51:47.770Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T03:51:47.770Z] ---> Running in 66c0f468f54b [2023-05-22T03:51:47.770Z] Removing intermediate container e0b336e8a94d [2023-05-22T03:51:47.770Z] ---> 2ea20eb37814 [2023-05-22T03:51:47.770Z] Step 21/22 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:51:47.770Z] ---> Running in c1278bcf7aba [2023-05-22T03:51:47.770Z] Removing intermediate container 66c0f468f54b [2023-05-22T03:51:47.770Z] ---> 85d756bf81eb [2023-05-22T03:51:47.770Z] [2023-05-22T03:51:48.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:48.162Z] Removing intermediate container c1278bcf7aba [2023-05-22T03:51:48.162Z] ---> 97e684b91fd3 [2023-05-22T03:51:48.162Z] Step 22/22 : LABEL version=0.0.0 [2023-05-22T03:51:48.162Z] Successfully built 85d756bf81eb [2023-05-22T03:51:48.162Z] Successfully tagged security-proxy-auth:latest [2023-05-22T03:51:48.162Z] Building security-spire-config [2023-05-22T03:51:48.162Z] ---> Running in 548ae40a4967 [2023-05-22T03:51:48.162Z]  Building security-proxy-auth ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:51:48.423Z] 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-05-22T03:51:48.423Z] OK: 265 MiB in 53 packages [2023-05-22T03:51:48.423Z] Removing intermediate container 548ae40a4967 [2023-05-22T03:51:48.423Z] ---> 27d7bb2871db [2023-05-22T03:51:48.423Z] [2023-05-22T03:51:48.685Z] Successfully built 27d7bb2871db [2023-05-22T03:51:48.685Z] Successfully tagged security-proxy-setup:latest [2023-05-22T03:51:48.685Z] Building security-spiffe-token-provider [2023-05-22T03:51:52.605Z]  Building security-proxy-setup ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:51:52.605Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:51:52.605Z] ---> e5903d0fbbf3 [2023-05-22T03:51:52.605Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T03:51:52.605Z] ---> Using cache [2023-05-22T03:51:52.605Z] ---> 7ff4e3257aaf [2023-05-22T03:51:52.605Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T03:51:54.513Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:51:54.513Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:51:54.513Z] ---> e5903d0fbbf3 [2023-05-22T03:51:54.513Z] Step 3/20 : WORKDIR /edgex-go [2023-05-22T03:51:54.513Z] ---> Using cache [2023-05-22T03:51:54.513Z] ---> 7ff4e3257aaf [2023-05-22T03:51:54.513Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-22T03:51:59.806Z] ---> Running in adb3d509d56c [2023-05-22T03:51:59.806Z] ---> Running in 311d5d30d40f [2023-05-22T03:52:00.068Z] Removing intermediate container 613c710e0d52 [2023-05-22T03:52:00.068Z] ---> 6ab16e1753a0 [2023-05-22T03:52:00.068Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T03:52:00.068Z] Removing intermediate container 273a3162eaad [2023-05-22T03:52:00.068Z] ---> e3f54d1c7f06 [2023-05-22T03:52:00.068Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T03:52:00.068Z] ---> Running in 74fde3e70ece [2023-05-22T03:52:00.329Z] ---> 259f4bcddc5d [2023-05-22T03:52:00.329Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:52:00.329Z] ---> Running in 2cdb1ac4cc67 [2023-05-22T03:52:00.329Z] Removing intermediate container 74fde3e70ece [2023-05-22T03:52:00.329Z] ---> 1cdf0db5f5e9 [2023-05-22T03:52:00.329Z] Step 23/25 : LABEL arch=x86_64 [2023-05-22T03:52:00.329Z] ---> Running in 59f99773895b [2023-05-22T03:52:00.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:52:00.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:52:00.591Z] Removing intermediate container 59f99773895b [2023-05-22T03:52:00.591Z] ---> 43e9394da33e [2023-05-22T03:52:00.591Z] Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:52:00.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:52:00.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:52:00.591Z] ---> Running in 60c52466b349 [2023-05-22T03:52:00.854Z] OK: 265 MiB in 53 packages [2023-05-22T03:52:00.854Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T03:52:00.854Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T03:52:00.854Z] OK: 17826 distinct packages available [2023-05-22T03:52:00.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:52:00.854Z] Removing intermediate container 60c52466b349 [2023-05-22T03:52:00.854Z] ---> 9f0e618def26 [2023-05-22T03:52:00.854Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T03:52:00.854Z] ---> Running in ca4d54829a55 [2023-05-22T03:52:01.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:52:01.115Z] Removing intermediate container ca4d54829a55 [2023-05-22T03:52:01.115Z] ---> f64dafedb985 [2023-05-22T03:52:01.115Z] [2023-05-22T03:52:01.541Z] OK: 265 MiB in 53 packages [2023-05-22T03:52:01.541Z] Successfully built f64dafedb985 [2023-05-22T03:52:01.541Z] Successfully tagged security-secretstore-setup:latest [2023-05-22T03:52:01.541Z]  Building security-secretstore-setup ... done Building security-spire-server [2023-05-22T03:52:05.779Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:52:05.779Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:52:05.779Z] ---> e5903d0fbbf3 [2023-05-22T03:52:05.779Z] Step 3/26 : WORKDIR /edgex-go [2023-05-22T03:52:05.779Z] ---> Using cache [2023-05-22T03:52:05.779Z] ---> 7ff4e3257aaf [2023-05-22T03:52:05.779Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T03:52:05.779Z] ---> Using cache [2023-05-22T03:52:05.779Z] ---> 5db767724f0a [2023-05-22T03:52:05.779Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-22T03:52:07.692Z] Removing intermediate container 311d5d30d40f [2023-05-22T03:52:07.692Z] ---> 5db767724f0a [2023-05-22T03:52:07.692Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T03:52:09.611Z] ---> 5cf7e7e640ef [2023-05-22T03:52:09.611Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:52:09.611Z] ---> b3539990fa98 [2023-05-22T03:52:09.611Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:52:09.611Z] ---> Running in 8a831227ee6d [2023-05-22T03:52:09.611Z] ---> Running in b70f51b55d4d [2023-05-22T03:52:09.883Z] Removing intermediate container adb3d509d56c [2023-05-22T03:52:09.883Z] ---> 4e751e5fb5d1 [2023-05-22T03:52:09.883Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-22T03:52:10.169Z] ---> 5759b3424fde [2023-05-22T03:52:10.169Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:52:10.305Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-22T03:52:10.305Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-22T03:52:10.305Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-22T03:52:10.305Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-22T03:52:10.305Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-22T03:52:10.429Z] ---> Running in 2b6f60d7048a [2023-05-22T03:52:11.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-22T03:52:11.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-22T03:52:11.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-22T03:52:11.888Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-22T03:52:12.462Z] Removing intermediate container 9bfea862a1ea [2023-05-22T03:52:12.462Z] ---> 1e48017f9553 [2023-05-22T03:52:12.462Z] [2023-05-22T03:52:12.462Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T03:52:12.462Z] ---> 9ed4aefc74f6 [2023-05-22T03:52:12.462Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-22T03:52:12.462Z] ---> Using cache [2023-05-22T03:52:12.462Z] ---> e4c684e06afb [2023-05-22T03:52:12.462Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T03:52:12.462Z] ---> Using cache [2023-05-22T03:52:12.462Z] ---> 5be8eb82a402 [2023-05-22T03:52:12.462Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:52:12.462Z] ---> Using cache [2023-05-22T03:52:12.462Z] ---> 18d426bf045b [2023-05-22T03:52:12.462Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:52:12.462Z] ---> Using cache [2023-05-22T03:52:12.462Z] ---> 4b1eaa35cd61 [2023-05-22T03:52:12.462Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-22T03:52:12.736Z] ---> daee484301d5 [2023-05-22T03:52:12.736Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:52:12.736Z] ---> 035b7e2a58ab [2023-05-22T03:52:12.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-22T03:52:12.736Z] ---> d57d5950120c [2023-05-22T03:52:12.736Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T03:52:13.024Z] ---> Running in 174357e9811b [2023-05-22T03:52:13.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-22T03:52:13.622Z] Removing intermediate container 174357e9811b [2023-05-22T03:52:13.622Z] ---> 392dc8df078b [2023-05-22T03:52:13.622Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T03:52:13.622Z] ---> Running in 0c308dc8edf8 [2023-05-22T03:52:13.622Z] Removing intermediate container 0c308dc8edf8 [2023-05-22T03:52:13.622Z] ---> 6ec9fe46e537 [2023-05-22T03:52:13.622Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T03:52:13.622Z] ---> Running in 68396983ebcf [2023-05-22T03:52:13.622Z] Removing intermediate container 68396983ebcf [2023-05-22T03:52:13.622Z] ---> 99fef34d7f43 [2023-05-22T03:52:13.622Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T03:52:13.622Z] ---> Running in ac129ae1ec58 [2023-05-22T03:52:13.622Z] Removing intermediate container ac129ae1ec58 [2023-05-22T03:52:13.622Z] ---> 86527597b1f6 [2023-05-22T03:52:13.622Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:52:13.898Z] ---> Running in 6e0d367338d9 [2023-05-22T03:52:13.898Z] Removing intermediate container 6e0d367338d9 [2023-05-22T03:52:13.898Z] ---> 9c19d1c790f0 [2023-05-22T03:52:13.898Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T03:52:13.898Z] ---> Running in cccb166bec04 [2023-05-22T03:52:13.898Z] Removing intermediate container cccb166bec04 [2023-05-22T03:52:13.898Z] ---> 60d03115e8ed [2023-05-22T03:52:13.898Z] [2023-05-22T03:52:13.898Z] Successfully built 60d03115e8ed [2023-05-22T03:52:13.898Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-22T03:52:13.898Z] Building core-command [2023-05-22T03:52:15.929Z]  Building core-common-config-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:52:15.929Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:52:15.929Z] ---> e5903d0fbbf3 [2023-05-22T03:52:15.929Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-22T03:52:15.929Z] ---> Using cache [2023-05-22T03:52:15.929Z] ---> 8626432c8981 [2023-05-22T03:52:15.929Z] Step 4/24 : WORKDIR /edgex-go [2023-05-22T03:52:15.929Z] ---> Using cache [2023-05-22T03:52:15.929Z] ---> e195b0e01427 [2023-05-22T03:52:15.929Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-22T03:52:15.929Z] ---> Using cache [2023-05-22T03:52:15.929Z] ---> 4e5debfb2c25 [2023-05-22T03:52:15.929Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-22T03:52:15.929Z] ---> Using cache [2023-05-22T03:52:15.929Z] ---> 77972298e26c [2023-05-22T03:52:15.929Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:52:15.929Z] ---> Using cache [2023-05-22T03:52:15.929Z] ---> 20d388fcb157 [2023-05-22T03:52:15.929Z] Step 8/24 : COPY . . [2023-05-22T03:52:15.929Z] ---> Using cache [2023-05-22T03:52:15.929Z] ---> e6c5d8462bef [2023-05-22T03:52:15.929Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-22T03:52:17.579Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-22T03:52:17.579Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-22T03:52:17.579Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-22T03:52:17.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-22T03:52:17.924Z] ---> Running in 1e5d6bcb1359 [2023-05-22T03:52:17.924Z] 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-05-22T03:52:32.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-22T03:52:32.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-22T03:52:32.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.343s coverage: 28.7% of statements [2023-05-22T03:52:43.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.414s coverage: 98.5% of statements [2023-05-22T03:52:46.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-22T03:52:46.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-22T03:52:46.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-22T03:52:50.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.478s coverage: 71.5% of statements [2023-05-22T03:52:53.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-22T03:52:53.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-22T03:52:53.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.368s coverage: 54.0% of statements [2023-05-22T03:52:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-22T03:52:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-22T03:52:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-22T03:52:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-22T03:52:58.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:53:08.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-22T03:53:08.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-22T03:53:15.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 17.497s coverage: 88.5% of statements [2023-05-22T03:53:15.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.756s coverage: 3.8% of statements [2023-05-22T03:53:24.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-22T03:53:24.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:53:24.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-22T03:53:24.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.530s coverage: 95.6% of statements [2023-05-22T03:53:24.367Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-22T03:53:24.367Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-22T03:53:24.367Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-22T03:53:24.367Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-22T03:53:24.367Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-22T03:53:24.635Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.194s coverage: 72.2% of statements [2023-05-22T03:53:25.614Z] Removing intermediate container 1e5d6bcb1359 [2023-05-22T03:53:25.615Z] ---> 5ef442dbe198 [2023-05-22T03:53:25.615Z] [2023-05-22T03:53:25.615Z] Step 10/24 : FROM alpine:3.17 [2023-05-22T03:53:25.615Z] ---> 9ed4aefc74f6 [2023-05-22T03:53:25.615Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-22T03:53:25.615Z] ---> Using cache [2023-05-22T03:53:25.615Z] ---> 6d6d6c3477c9 [2023-05-22T03:53:25.615Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T03:53:25.615Z] ---> Using cache [2023-05-22T03:53:25.615Z] ---> 11dd57be76ba [2023-05-22T03:53:25.615Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-22T03:53:25.615Z] ---> Running in be8b36d58e66 [2023-05-22T03:53:25.615Z] Removing intermediate container 2cdb1ac4cc67 [2023-05-22T03:53:25.615Z] ---> 182f52d44e3c [2023-05-22T03:53:25.615Z] Step 7/27 : COPY . . [2023-05-22T03:53:25.615Z] Removing intermediate container b70f51b55d4d [2023-05-22T03:53:25.615Z] ---> e93039f7c3b7 [2023-05-22T03:53:25.615Z] Step 7/27 : COPY . . [2023-05-22T03:53:25.615Z] Removing intermediate container 8a831227ee6d [2023-05-22T03:53:25.615Z] ---> 61d0157eb7a4 [2023-05-22T03:53:25.615Z] Step 7/26 : COPY . . [2023-05-22T03:53:25.615Z] Removing intermediate container 2b6f60d7048a [2023-05-22T03:53:25.615Z] ---> 24a1f7414b8a [2023-05-22T03:53:25.615Z] Step 7/20 : COPY . . [2023-05-22T03:53:25.615Z] Removing intermediate container be8b36d58e66 [2023-05-22T03:53:25.615Z] ---> 64092c6bdea5 [2023-05-22T03:53:25.615Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-22T03:53:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-22T03:53:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-22T03:53:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-22T03:53:29.969Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.242s coverage: 65.9% of statements [2023-05-22T03:53:30.881Z] ---> acbda01fd501 [2023-05-22T03:53:30.881Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T03:53:30.881Z] ---> c6008462ac19 [2023-05-22T03:53:30.882Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T03:53:30.882Z] ---> facacaae0e38 [2023-05-22T03:53:30.882Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-22T03:53:30.882Z] ---> 1d36863835e2 [2023-05-22T03:53:30.882Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T03:53:30.882Z] ---> Running in 1266aefbce16 [2023-05-22T03:53:31.140Z] ---> Running in 18e9ea455edb [2023-05-22T03:53:31.140Z] ---> Running in bf4d0086e599 [2023-05-22T03:53:31.140Z] ---> Running in 778da631c827 [2023-05-22T03:53:31.140Z] ---> Running in d39f50af0578 [2023-05-22T03:53:31.140Z] Removing intermediate container 1266aefbce16 [2023-05-22T03:53:31.140Z] ---> 5c99d5784810 [2023-05-22T03:53:31.140Z] Step 15/24 : WORKDIR / [2023-05-22T03:53:31.398Z] Removing intermediate container 778da631c827 [2023-05-22T03:53:31.398Z] ---> 638e4405b6be [2023-05-22T03:53:31.398Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-22T03:53:31.398Z] Removing intermediate container d39f50af0578 [2023-05-22T03:53:31.398Z] ---> ec3ddb79bfca [2023-05-22T03:53:31.398Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T03:53:31.398Z] Removing intermediate container bf4d0086e599 [2023-05-22T03:53:31.398Z] ---> d692be858a69 [2023-05-22T03:53:31.398Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T03:53:31.398Z] ---> Running in 568a6a3f222f [2023-05-22T03:53:31.398Z] ---> Running in 0d96eea00c87 [2023-05-22T03:53:31.398Z] ---> Running in 5acc470f0073 [2023-05-22T03:53:31.398Z] ---> Running in d452d4710e2a [2023-05-22T03:53:31.398Z] Removing intermediate container 568a6a3f222f [2023-05-22T03:53:31.398Z] ---> 67ca3522d8cf [2023-05-22T03:53:31.398Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:53:31.398Z] Removing intermediate container 0d96eea00c87 [2023-05-22T03:53:31.398Z] ---> 7934a5129143 [2023-05-22T03:53:31.398Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T03:53:31.398Z] ---> Running in 820729ce3a64 [2023-05-22T03:53:31.398Z] Removing intermediate container 5acc470f0073 [2023-05-22T03:53:31.398Z] ---> 83bd08f66fd8 [2023-05-22T03:53:31.398Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T03:53:31.398Z] Removing intermediate container d452d4710e2a [2023-05-22T03:53:31.398Z] ---> a71dd5755967 [2023-05-22T03:53:31.398Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T03:53:31.398Z] ---> Running in 10f6ef9f3546 [2023-05-22T03:53:31.666Z] 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-05-22T03:53:31.666Z] ---> c1606fd337df [2023-05-22T03:53:31.666Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:53:31.666Z] ---> Running in aeacd7cdf6f7 [2023-05-22T03:53:31.666Z] Removing intermediate container 820729ce3a64 [2023-05-22T03:53:31.666Z] ---> d38d93056bbb [2023-05-22T03:53:31.666Z] 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-05-22T03:53:31.666Z] Removing intermediate container 10f6ef9f3546 [2023-05-22T03:53:31.666Z] ---> 96b0140a5412 [2023-05-22T03:53:31.666Z] 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-05-22T03:53:31.666Z] ---> Running in 17cad46ec0df [2023-05-22T03:53:31.666Z] Removing intermediate container aeacd7cdf6f7 [2023-05-22T03:53:31.666Z] ---> eec0fa729a67 [2023-05-22T03:53:31.666Z] 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-05-22T03:53:31.927Z] ---> Running in 88a02fa11b8a [2023-05-22T03:53:31.927Z] ---> e9251c5540a3 [2023-05-22T03:53:31.927Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-22T03:53:31.927Z] ---> Running in 76f3252a68a9 [2023-05-22T03:53:32.525Z] ---> 9e140aad2fce [2023-05-22T03:53:32.525Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:53:32.786Z] ---> cb8e80531b61 [2023-05-22T03:53:32.786Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-22T03:53:32.786Z] ---> Running in 1ebbb42f9020 [2023-05-22T03:53:33.047Z] Removing intermediate container 1ebbb42f9020 [2023-05-22T03:53:33.047Z] ---> 1d356867d1a1 [2023-05-22T03:53:33.047Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T03:53:33.047Z] Removing intermediate container 17cad46ec0df [2023-05-22T03:53:33.047Z] ---> 68c769568f6c [2023-05-22T03:53:33.047Z] Step 12/26 : WORKDIR /edgex-go [2023-05-22T03:53:33.047Z] ---> Running in a2a10ec34a57 [2023-05-22T03:53:33.047Z] ---> Running in 4fc91b12a202 [2023-05-22T03:53:33.047Z] Removing intermediate container 76f3252a68a9 [2023-05-22T03:53:33.047Z] ---> d6399fac9455 [2023-05-22T03:53:33.047Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T03:53:33.047Z] Removing intermediate container 88a02fa11b8a [2023-05-22T03:53:33.047Z] ---> 5f232b57d945 [2023-05-22T03:53:33.047Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T03:53:33.047Z] ---> Running in 39e897b4b504 [2023-05-22T03:53:33.047Z] ---> Running in 609635b24e96 [2023-05-22T03:53:33.047Z] Removing intermediate container a2a10ec34a57 [2023-05-22T03:53:33.047Z] ---> ebecd063885f [2023-05-22T03:53:33.047Z] Step 22/24 : LABEL arch=x86_64 [2023-05-22T03:53:33.306Z] Removing intermediate container 4fc91b12a202 [2023-05-22T03:53:33.306Z] ---> 2893877d8fb9 [2023-05-22T03:53:33.306Z] [2023-05-22T03:53:33.306Z] Step 13/26 : FROM alpine:3.17 [2023-05-22T03:53:33.306Z] ---> 9ed4aefc74f6 [2023-05-22T03:53:33.306Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T03:53:33.306Z] ---> Running in 52c39eb49da9 [2023-05-22T03:53:33.306Z] Removing intermediate container 39e897b4b504 [2023-05-22T03:53:33.306Z] ---> cd77af048388 [2023-05-22T03:53:33.306Z] [2023-05-22T03:53:33.306Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T03:53:33.306Z] ---> 9ed4aefc74f6 [2023-05-22T03:53:33.306Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T03:53:33.306Z] ---> Running in 7889b00b7daa [2023-05-22T03:53:33.306Z] Removing intermediate container 609635b24e96 [2023-05-22T03:53:33.306Z] ---> 04e2133553d5 [2023-05-22T03:53:33.306Z] [2023-05-22T03:53:33.306Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T03:53:33.306Z] ---> 9ed4aefc74f6 [2023-05-22T03:53:33.306Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T03:53:33.306Z] ---> Running in 10cc952a9dcb [2023-05-22T03:53:33.306Z] ---> Running in ab7b1e8a33cc [2023-05-22T03:53:33.306Z] Removing intermediate container 52c39eb49da9 [2023-05-22T03:53:33.306Z] ---> 9c704f8bed20 [2023-05-22T03:53:33.306Z] Step 23/24 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:53:33.571Z] Removing intermediate container 7889b00b7daa [2023-05-22T03:53:33.571Z] ---> fc772af88097 [2023-05-22T03:53:33.571Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T03:53:33.571Z] ---> Running in 70fd508e4b59 [2023-05-22T03:53:33.571Z] Removing intermediate container 10cc952a9dcb [2023-05-22T03:53:33.571Z] ---> 360f0a0c40f1 [2023-05-22T03:53:33.571Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T03:53:33.571Z] ---> Running in 193f282c053f [2023-05-22T03:53:33.571Z] Removing intermediate container ab7b1e8a33cc [2023-05-22T03:53:33.571Z] ---> 4f58b07706ac [2023-05-22T03:53:33.571Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-22T03:53:33.571Z] ---> Running in b7b8b9fdca99 [2023-05-22T03:53:33.571Z] ---> Running in 7441a1b51875 [2023-05-22T03:53:33.571Z] Removing intermediate container 70fd508e4b59 [2023-05-22T03:53:33.571Z] ---> a46c48a9cba2 [2023-05-22T03:53:33.571Z] Step 24/24 : LABEL version=0.0.0 [2023-05-22T03:53:33.830Z] ---> Running in 87f100eea3e4 [2023-05-22T03:53:33.830Z] Removing intermediate container 87f100eea3e4 [2023-05-22T03:53:33.830Z] ---> 51204bf9f449 [2023-05-22T03:53:33.830Z] [2023-05-22T03:53:33.830Z] Successfully built 51204bf9f449 [2023-05-22T03:53:33.830Z] Successfully tagged core-command:latest [2023-05-22T03:53:33.830Z]  Building core-command ... done Building support-scheduler [2023-05-22T03:53:33.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.348Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T03:53:34.348Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T03:53:34.348Z] OK: 17823 distinct packages available [2023-05-22T03:53:34.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.348Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T03:53:34.348Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T03:53:34.348Z] OK: 17823 distinct packages available [2023-05-22T03:53:34.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.348Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T03:53:34.348Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T03:53:34.348Z] OK: 17823 distinct packages available [2023-05-22T03:53:34.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.348Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:53:34.606Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-22T03:53:34.606Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-22T03:53:34.606Z] (3/5) Installing libucontext (1.2-r0) [2023-05-22T03:53:34.606Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-22T03:53:34.606Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-22T03:53:34.606Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:53:34.606Z] OK: 8 MiB in 20 packages [2023-05-22T03:53:34.606Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-22T03:53:34.606Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-22T03:53:34.606Z] (3/4) Installing libucontext (1.2-r0) [2023-05-22T03:53:34.606Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-22T03:53:34.606Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:53:34.606Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-22T03:53:34.606Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-22T03:53:34.864Z] OK: 7 MiB in 19 packages [2023-05-22T03:53:34.864Z] (3/5) Installing libucontext (1.2-r0) [2023-05-22T03:53:34.864Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-22T03:53:34.864Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-22T03:53:34.864Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:53:34.864Z] OK: 8 MiB in 20 packages [2023-05-22T03:53:38.542Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:53:38.542Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:53:38.542Z] ---> e5903d0fbbf3 [2023-05-22T03:53:38.542Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T03:53:38.542Z] ---> Using cache [2023-05-22T03:53:38.542Z] ---> 8626432c8981 [2023-05-22T03:53:38.542Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T03:53:38.542Z] ---> Using cache [2023-05-22T03:53:38.542Z] ---> e195b0e01427 [2023-05-22T03:53:38.542Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T03:53:38.542Z] ---> Using cache [2023-05-22T03:53:38.542Z] ---> 4e5debfb2c25 [2023-05-22T03:53:38.542Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T03:53:38.542Z] ---> Using cache [2023-05-22T03:53:38.542Z] ---> 77972298e26c [2023-05-22T03:53:38.542Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:53:38.542Z] ---> Using cache [2023-05-22T03:53:38.542Z] ---> 20d388fcb157 [2023-05-22T03:53:38.542Z] Step 8/23 : COPY . . [2023-05-22T03:53:38.543Z] ---> Using cache [2023-05-22T03:53:38.543Z] ---> e6c5d8462bef [2023-05-22T03:53:38.543Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-22T03:53:40.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-22T03:53:40.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-22T03:53:40.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.423s coverage: 0.9% of statements [2023-05-22T03:53:40.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.277s coverage: 29.0% of statements [2023-05-22T03:53:42.843Z] ---> Running in 22f80510aeb6 [2023-05-22T03:53:42.843Z] Removing intermediate container b7b8b9fdca99 [2023-05-22T03:53:42.843Z] ---> 5cde0c19afb4 [2023-05-22T03:53:42.843Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:53:42.843Z] Removing intermediate container 193f282c053f [2023-05-22T03:53:42.843Z] ---> c3ffb81ade3c [2023-05-22T03:53:42.843Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:53:42.843Z] 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-05-22T03:53:42.843Z] Removing intermediate container 7441a1b51875 [2023-05-22T03:53:42.843Z] ---> a2aaf3048f97 [2023-05-22T03:53:42.843Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:53:42.843Z] ---> 167270c053b8 [2023-05-22T03:53:42.843Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:53:43.103Z] ---> b44068256ea9 [2023-05-22T03:53:43.103Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:53:43.103Z] ---> b25e3e43b9a4 [2023-05-22T03:53:43.103Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:53:43.363Z] ---> e547c6cdc115 [2023-05-22T03:53:43.363Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-22T03:53:43.363Z] ---> 5e566ae66fa0 [2023-05-22T03:53:43.363Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T03:53:43.363Z] ---> f89be6a8818c [2023-05-22T03:53:43.363Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T03:53:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.268s coverage: 42.9% of statements [2023-05-22T03:53:43.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.263s coverage: 82.9% of statements [2023-05-22T03:53:43.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.202s coverage: 94.1% of statements [2023-05-22T03:53:43.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.273s coverage: 96.3% of statements [2023-05-22T03:53:46.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements [2023-05-22T03:53:49.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-22T03:53:49.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-22T03:53:49.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-22T03:53:49.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-22T03:53:50.040Z] ---> 1d51953ecf1f [2023-05-22T03:53:50.040Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T03:53:50.040Z] ---> 25612c15bd47 [2023-05-22T03:53:50.040Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T03:53:50.040Z] ---> 173e75b642ca [2023-05-22T03:53:50.040Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T03:53:51.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-22T03:53:51.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-22T03:53:51.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-22T03:53:51.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-22T03:53:52.038Z] ---> 832aeba1cbd2 [2023-05-22T03:53:52.039Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-22T03:53:52.687Z] ---> 173897064edd [2023-05-22T03:53:52.687Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-22T03:53:52.687Z] ---> Running in e1341beef0cc [2023-05-22T03:53:52.687Z] ---> 7de52e2d60b7 [2023-05-22T03:53:52.687Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T03:53:52.947Z] ---> c504f080f891 [2023-05-22T03:53:52.947Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-22T03:53:52.947Z] Removing intermediate container e1341beef0cc [2023-05-22T03:53:52.947Z] ---> bf3fa4720f5e [2023-05-22T03:53:52.947Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-22T03:53:53.207Z] ---> 36db47b466c7 [2023-05-22T03:53:53.207Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-22T03:53:53.467Z] ---> 0d4903b0576b [2023-05-22T03:53:53.467Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T03:53:53.467Z] ---> dfe0b94aa851 [2023-05-22T03:53:53.467Z] Step 22/27 : WORKDIR / [2023-05-22T03:53:53.467Z] ---> Running in fe67ced1edc3 [2023-05-22T03:53:53.467Z] ---> Running in ed176693e593 [2023-05-22T03:53:53.467Z] Removing intermediate container fe67ced1edc3 [2023-05-22T03:53:53.467Z] ---> 456413c5ede4 [2023-05-22T03:53:53.467Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T03:53:53.467Z] ---> 1dda50b05828 [2023-05-22T03:53:53.467Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-22T03:53:53.724Z] Removing intermediate container ed176693e593 [2023-05-22T03:53:53.724Z] ---> ebb2df9de161 [2023-05-22T03:53:53.724Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T03:53:53.724Z] ---> Running in 0b330c7b7a45 [2023-05-22T03:53:53.724Z] ---> Running in a24050e67c30 [2023-05-22T03:53:54.290Z] ---> 21d124628fa6 [2023-05-22T03:53:54.290Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T03:53:54.548Z] Removing intermediate container a24050e67c30 [2023-05-22T03:53:54.548Z] ---> 32d728025376 [2023-05-22T03:53:54.548Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T03:53:54.548Z] Removing intermediate container 0b330c7b7a45 [2023-05-22T03:53:54.548Z] ---> d36be4147b55 [2023-05-22T03:53:54.548Z] Step 24/26 : LABEL arch=x86_64 [2023-05-22T03:53:54.548Z] ---> Running in b8d2abcaf668 [2023-05-22T03:53:54.548Z] ---> Running in 5e3b177b4ae2 [2023-05-22T03:53:54.548Z] ---> Running in c5badab4c518 [2023-05-22T03:53:54.810Z] Removing intermediate container c5badab4c518 [2023-05-22T03:53:54.810Z] ---> d5748fdb4520 [2023-05-22T03:53:54.810Z] Step 25/26 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:53:55.071Z] Removing intermediate container b8d2abcaf668 [2023-05-22T03:53:55.071Z] ---> c7d3189c401c [2023-05-22T03:53:55.071Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T03:53:55.071Z] Removing intermediate container 5e3b177b4ae2 [2023-05-22T03:53:55.071Z] ---> f60a8ea177db [2023-05-22T03:53:55.071Z] Step 25/27 : LABEL arch=x86_64 [2023-05-22T03:53:55.071Z] ---> Running in da3342fd0a4b [2023-05-22T03:53:55.071Z] ---> Running in 752c6630ca65 [2023-05-22T03:53:55.071Z] ---> Running in e4694be10714 [2023-05-22T03:53:55.329Z] Removing intermediate container 752c6630ca65 [2023-05-22T03:53:55.330Z] ---> eee7a77e4d65 [2023-05-22T03:53:55.330Z] Step 25/27 : LABEL arch=x86_64 [2023-05-22T03:53:58.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.209s coverage: 94.4% of statements [2023-05-22T03:53:58.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-22T03:53:58.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-22T03:53:58.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-22T03:53:58.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-22T03:53:58.618Z] Removing intermediate container da3342fd0a4b [2023-05-22T03:53:58.618Z] ---> cbf2cccf65ee [2023-05-22T03:53:58.618Z] Step 26/26 : LABEL version=0.0.0 [2023-05-22T03:53:58.618Z] ---> Running in 1d19bf162a24 [2023-05-22T03:53:58.618Z] Removing intermediate container e4694be10714 [2023-05-22T03:53:58.618Z] ---> 192d4a866745 [2023-05-22T03:53:58.618Z] Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:53:58.618Z] ---> Running in 97181f6976ec [2023-05-22T03:53:58.618Z] ---> Running in 939db4a2d531 [2023-05-22T03:53:58.618Z] Removing intermediate container 1d19bf162a24 [2023-05-22T03:53:58.618Z] ---> 181d97e1ab4a [2023-05-22T03:53:58.618Z] Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:53:58.876Z] Removing intermediate container 97181f6976ec [2023-05-22T03:53:58.876Z] ---> 9cbd6e360043 [2023-05-22T03:53:58.876Z] [2023-05-22T03:53:58.876Z] ---> Running in 002820787e37 [2023-05-22T03:53:58.876Z] Removing intermediate container 939db4a2d531 [2023-05-22T03:53:58.876Z] ---> 06c9a2e9e885 [2023-05-22T03:53:58.876Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T03:53:58.876Z] Successfully built 9cbd6e360043 [2023-05-22T03:53:59.218Z] Successfully tagged security-spire-server:latest [2023-05-22T03:53:59.218Z] Building support-notifications [2023-05-22T03:53:59.218Z]  Building security-spire-server ... done Removing intermediate container 18e9ea455edb [2023-05-22T03:53:59.218Z] ---> a1c7f3a02f47 [2023-05-22T03:53:59.218Z] [2023-05-22T03:53:59.218Z] Step 9/20 : FROM alpine:3.17 [2023-05-22T03:53:59.218Z] ---> 9ed4aefc74f6 [2023-05-22T03:53:59.218Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T03:53:59.218Z] ---> Running in 3e818c62301d [2023-05-22T03:53:59.218Z] ---> Running in 7874de2c3dbe [2023-05-22T03:53:59.218Z] Removing intermediate container 002820787e37 [2023-05-22T03:53:59.218Z] ---> 78037939358f [2023-05-22T03:53:59.218Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T03:54:02.540Z] ---> Running in 8fcd47bd9601 [2023-05-22T03:54:03.493Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:54:03.493Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:54:03.493Z] ---> e5903d0fbbf3 [2023-05-22T03:54:03.493Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T03:54:03.493Z] ---> Using cache [2023-05-22T03:54:03.493Z] ---> 8626432c8981 [2023-05-22T03:54:03.493Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T03:54:03.493Z] ---> Using cache [2023-05-22T03:54:03.493Z] ---> e195b0e01427 [2023-05-22T03:54:03.493Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-22T03:54:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-22T03:54:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-22T03:54:05.803Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-22T03:54:07.697Z] Removing intermediate container 7874de2c3dbe [2023-05-22T03:54:07.697Z] ---> b2379c971e63 [2023-05-22T03:54:07.697Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-22T03:54:07.697Z] Removing intermediate container 3e818c62301d [2023-05-22T03:54:07.697Z] ---> 03dd14748029 [2023-05-22T03:54:07.697Z] [2023-05-22T03:54:07.697Z] Removing intermediate container 8fcd47bd9601 [2023-05-22T03:54:07.697Z] ---> 06de5a259c8f [2023-05-22T03:54:07.697Z] [2023-05-22T03:54:07.697Z] ---> Running in c54cc61ad67c [2023-05-22T03:54:07.697Z] ---> Running in 484c0bdb68ae [2023-05-22T03:54:07.697Z] Successfully built 06de5a259c8f [2023-05-22T03:54:07.697Z] Successfully tagged security-spire-agent:latest [2023-05-22T03:54:07.697Z] Building security-bootstrapper [2023-05-22T03:54:07.697Z]  Building security-spire-agent ... done Successfully built 03dd14748029 [2023-05-22T03:54:07.697Z] Successfully tagged security-spire-config:latest [2023-05-22T03:54:08.641Z]  Building security-spire-config ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:08.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:09.161Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T03:54:09.161Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-22T03:54:09.161Z] ---> e5903d0fbbf3 [2023-05-22T03:54:09.161Z] Step 3/33 : WORKDIR /edgex-go [2023-05-22T03:54:09.161Z] ---> Using cache [2023-05-22T03:54:09.161Z] ---> 7ff4e3257aaf [2023-05-22T03:54:09.161Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-22T03:54:09.161Z] ---> Using cache [2023-05-22T03:54:09.161Z] ---> 8e4f91ce450a [2023-05-22T03:54:09.161Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-22T03:54:09.161Z] ---> Using cache [2023-05-22T03:54:09.161Z] ---> e0070adcf80c [2023-05-22T03:54:09.161Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:54:09.161Z] ---> Using cache [2023-05-22T03:54:09.161Z] ---> c146a00f902b [2023-05-22T03:54:09.161Z] Step 7/33 : COPY . . [2023-05-22T03:54:09.161Z] ---> Using cache [2023-05-22T03:54:09.161Z] ---> 16f561791f81 [2023-05-22T03:54:09.161Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-22T03:54:09.161Z] OK: 265 MiB in 53 packages [2023-05-22T03:54:10.579Z] ---> Running in 46882dc2c51f [2023-05-22T03:54:10.839Z] 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-05-22T03:54:10.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:11.172Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:11.172Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T03:54:11.172Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T03:54:11.172Z] OK: 17823 distinct packages available [2023-05-22T03:54:11.172Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:11.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:11.772Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-22T03:54:11.772Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-22T03:54:11.772Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-22T03:54:11.772Z] (4/9) Installing libcurl (8.1.0-r2) [2023-05-22T03:54:11.772Z] (5/9) Installing curl (8.1.0-r2) [2023-05-22T03:54:11.772Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-22T03:54:11.772Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-22T03:54:11.772Z] (8/9) Installing libucontext (1.2-r0) [2023-05-22T03:54:11.772Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-22T03:54:11.772Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:54:11.772Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T03:54:11.772Z] OK: 10 MiB in 24 packages [2023-05-22T03:54:12.031Z] Removing intermediate container c54cc61ad67c [2023-05-22T03:54:12.031Z] ---> 155ac2c20dc4 [2023-05-22T03:54:12.031Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T03:54:13.445Z] ---> c1a5e0c960d5 [2023-05-22T03:54:13.445Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T03:54:13.445Z] ---> Running in 28d4ef50a79e [2023-05-22T03:54:13.445Z] Removing intermediate container 484c0bdb68ae [2023-05-22T03:54:13.445Z] ---> 4509e3b06243 [2023-05-22T03:54:13.445Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:54:13.703Z] Removing intermediate container 22f80510aeb6 [2023-05-22T03:54:13.704Z] ---> 415d2df227bd [2023-05-22T03:54:13.704Z] [2023-05-22T03:54:13.704Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T03:54:13.704Z] ---> 9ed4aefc74f6 [2023-05-22T03:54:13.704Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T03:54:13.704Z] ---> Using cache [2023-05-22T03:54:13.704Z] ---> 6d6d6c3477c9 [2023-05-22T03:54:13.704Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T03:54:13.704Z] ---> Using cache [2023-05-22T03:54:13.704Z] ---> 11dd57be76ba [2023-05-22T03:54:13.704Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-22T03:54:13.704Z] ---> Running in c845c9e0a2d8 [2023-05-22T03:54:13.704Z] ---> db3883ded37d [2023-05-22T03:54:13.704Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:54:13.704Z] Removing intermediate container c845c9e0a2d8 [2023-05-22T03:54:13.704Z] ---> 59a63201364f [2023-05-22T03:54:13.704Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T03:54:13.704Z] ---> Running in bf21847a5f4f [2023-05-22T03:54:13.962Z] ---> 52e87c50e7f9 [2023-05-22T03:54:13.962Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-22T03:54:13.962Z] Removing intermediate container bf21847a5f4f [2023-05-22T03:54:13.962Z] ---> cfbc64d87478 [2023-05-22T03:54:13.962Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.203s coverage: 79.9% of statements [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.309s coverage: 92.9% of statements [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 64.4% of statements [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.212s coverage: 62.3% of statements [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.204s coverage: 87.2% of statements [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements [2023-05-22T03:54:13.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.451s coverage: 81.8% of statements [2023-05-22T03:54:13.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-22T03:54:14.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.550s coverage: 82.1% of statements [2023-05-22T03:54:14.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-22T03:54:14.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 86.0% of statements [2023-05-22T03:54:15.360Z] ---> 9deacbafa08f [2023-05-22T03:54:15.360Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:54:15.360Z] ---> 5fb78a8cf456 [2023-05-22T03:54:15.360Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:54:15.360Z] ---> 87bfbdfe85bd [2023-05-22T03:54:15.360Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-22T03:54:15.360Z] ---> d2735ec9d6c7 [2023-05-22T03:54:15.360Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-22T03:54:15.636Z] ---> Running in 021ed59f444a [2023-05-22T03:54:16.601Z] Removing intermediate container 021ed59f444a [2023-05-22T03:54:16.601Z] ---> 57fe052b25b4 [2023-05-22T03:54:16.601Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T03:54:16.861Z] ---> 2f368b0b55a7 [2023-05-22T03:54:16.861Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:54:16.861Z] ---> Running in a578170a1a95 [2023-05-22T03:54:16.861Z] Removing intermediate container a578170a1a95 [2023-05-22T03:54:16.861Z] ---> 191f3cb4246b [2023-05-22T03:54:16.861Z] Step 18/20 : LABEL arch=x86_64 [2023-05-22T03:54:16.861Z] ---> Running in edfcad21a9ff [2023-05-22T03:54:17.119Z] ---> 6fba7266e9e0 [2023-05-22T03:54:17.119Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-22T03:54:17.119Z] ---> Running in 21b4a245bc16 [2023-05-22T03:54:17.119Z] Removing intermediate container edfcad21a9ff [2023-05-22T03:54:17.119Z] ---> 8bb5be413757 [2023-05-22T03:54:17.119Z] Step 19/20 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:54:17.119Z] ---> Running in d03773a194f1 [2023-05-22T03:54:17.119Z] Removing intermediate container 21b4a245bc16 [2023-05-22T03:54:17.119Z] ---> ed7eb2113b17 [2023-05-22T03:54:17.119Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T03:54:17.119Z] ---> Running in 522f78aefbbf [2023-05-22T03:54:17.686Z] Removing intermediate container 522f78aefbbf [2023-05-22T03:54:17.686Z] ---> 411372242dc3 [2023-05-22T03:54:17.686Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T03:54:17.686Z] Removing intermediate container d03773a194f1 [2023-05-22T03:54:17.686Z] ---> c2bae46cdd8b [2023-05-22T03:54:17.686Z] Step 20/20 : LABEL version=0.0.0 [2023-05-22T03:54:17.686Z] ---> Running in b65464df4923 [2023-05-22T03:54:17.686Z] ---> Running in 58740aec7789 [2023-05-22T03:54:17.686Z] Removing intermediate container 58740aec7789 [2023-05-22T03:54:17.686Z] ---> 0cba007d417f [2023-05-22T03:54:17.686Z] [2023-05-22T03:54:17.686Z] Removing intermediate container b65464df4923 [2023-05-22T03:54:17.686Z] ---> 86904c07ba36 [2023-05-22T03:54:17.686Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:54:17.686Z] ---> Running in eed608ea772b [2023-05-22T03:54:17.945Z] Successfully built 0cba007d417f [2023-05-22T03:54:17.945Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-22T03:54:18.206Z]  Building security-spiffe-token-provider ... done Removing intermediate container eed608ea772b [2023-05-22T03:54:18.206Z] ---> 43dd51a6684f [2023-05-22T03:54:18.206Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T03:54:18.206Z] ---> Running in edf5158c5230 [2023-05-22T03:54:18.464Z] Removing intermediate container edf5158c5230 [2023-05-22T03:54:18.464Z] ---> 8f6d3839f9f8 [2023-05-22T03:54:18.464Z] [2023-05-22T03:54:18.464Z] Successfully built 8f6d3839f9f8 [2023-05-22T03:54:18.464Z] Successfully tagged support-scheduler:latest [2023-05-22T03:54:21.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-22T03:54:21.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-22T03:54:21.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.056s coverage: 63.1% of statements [2023-05-22T03:54:21.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.253s coverage: 100.0% of statements [2023-05-22T03:54:23.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.127s coverage: 89.4% of statements [2023-05-22T03:54:23.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements [2023-05-22T03:54:23.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2023-05-22T03:54:23.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-22T03:54:23.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-22T03:54:23.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-22T03:54:23.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements [2023-05-22T03:54:32.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-22T03:54:32.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-22T03:54:32.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-22T03:54:32.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.024s coverage: 38.4% of statements [2023-05-22T03:54:32.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.245s coverage: 89.5% of statements [2023-05-22T03:54:33.333Z]  Building support-scheduler ... done Removing intermediate container 46882dc2c51f [2023-05-22T03:54:33.333Z] ---> dd1018e8b23e [2023-05-22T03:54:33.333Z] [2023-05-22T03:54:33.333Z] Step 9/33 : FROM alpine:3.17 [2023-05-22T03:54:33.333Z] ---> 9ed4aefc74f6 [2023-05-22T03:54:33.333Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T03:54:33.333Z] ---> Using cache [2023-05-22T03:54:33.333Z] ---> b2379c971e63 [2023-05-22T03:54:33.333Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-22T03:54:33.333Z] ---> Running in c9a4e5794137 [2023-05-22T03:54:33.333Z] Removing intermediate container 28d4ef50a79e [2023-05-22T03:54:33.333Z] ---> 793fb63516fd [2023-05-22T03:54:33.333Z] Step 8/23 : COPY . . [2023-05-22T03:54:33.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:33.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:33.333Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T03:54:33.333Z] (2/2) Installing su-exec (0.2-r2) [2023-05-22T03:54:33.333Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:54:33.333Z] OK: 7 MiB in 17 packages [2023-05-22T03:54:37.520Z] ---> f9c2935ed80c [2023-05-22T03:54:37.520Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-22T03:54:37.520Z] Removing intermediate container c9a4e5794137 [2023-05-22T03:54:37.520Z] ---> 7ad0fe82b57f [2023-05-22T03:54:37.520Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-22T03:54:37.520Z] ---> Running in 83bced3e4a29 [2023-05-22T03:54:37.520Z] ---> Running in eee39aed2161 [2023-05-22T03:54:37.520Z] Removing intermediate container eee39aed2161 [2023-05-22T03:54:37.520Z] ---> 7a156c0ea42c [2023-05-22T03:54:37.520Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-22T03:54:37.520Z] ---> Running in ebed1fa01334 [2023-05-22T03:54:37.520Z] Removing intermediate container ebed1fa01334 [2023-05-22T03:54:37.520Z] ---> 10e8e8d8c4ee [2023-05-22T03:54:37.520Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-22T03:54:37.520Z] ---> Running in d740bb67adda [2023-05-22T03:54:37.520Z] Removing intermediate container d740bb67adda [2023-05-22T03:54:37.520Z] ---> 05a5b53640b5 [2023-05-22T03:54:37.520Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-22T03:54:37.520Z] ---> Running in b7ae66defa2f [2023-05-22T03:54:37.520Z] 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-05-22T03:54:37.520Z] Removing intermediate container b7ae66defa2f [2023-05-22T03:54:37.520Z] ---> 6a565a40ed06 [2023-05-22T03:54:37.520Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-22T03:54:37.520Z] ---> Running in 8f95b90bdbf7 [2023-05-22T03:54:37.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-22T03:54:37.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-22T03:54:37.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-22T03:54:37.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-22T03:54:37.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements [2023-05-22T03:54:38.086Z] Removing intermediate container 8f95b90bdbf7 [2023-05-22T03:54:38.086Z] ---> e22478157dbb [2023-05-22T03:54:38.086Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-22T03:54:38.086Z] ---> Running in d205a203bae2 [2023-05-22T03:54:38.086Z] Removing intermediate container d205a203bae2 [2023-05-22T03:54:38.086Z] ---> 1ef233a270c6 [2023-05-22T03:54:38.086Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-22T03:54:38.345Z] ---> 57fe13956677 [2023-05-22T03:54:38.345Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-22T03:54:38.345Z] ---> Running in 928677647b13 [2023-05-22T03:54:38.913Z] Removing intermediate container 928677647b13 [2023-05-22T03:54:38.913Z] ---> db8d60ebfcf6 [2023-05-22T03:54:38.913Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:54:38.913Z] ---> 0caa8a84a4f5 [2023-05-22T03:54:38.913Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:54:39.172Z] ---> d82be16afaec [2023-05-22T03:54:39.172Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-22T03:54:40.111Z] ---> 2742744a8caa [2023-05-22T03:54:40.111Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-22T03:54:40.111Z] ---> 571f2729f1a6 [2023-05-22T03:54:40.111Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-22T03:54:40.370Z] ---> 7ad7f43ff3a3 [2023-05-22T03:54:40.370Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-22T03:54:40.936Z] ---> 4384d7c1d61d [2023-05-22T03:54:40.936Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-22T03:54:40.936Z] ---> 0b1b84ba7fc6 [2023-05-22T03:54:40.936Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-22T03:54:41.195Z] ---> eedbe5102b7b [2023-05-22T03:54:41.195Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-22T03:54:41.195Z] ---> Running in 6ece9c2e5e32 [2023-05-22T03:54:42.572Z] Removing intermediate container 6ece9c2e5e32 [2023-05-22T03:54:42.572Z] ---> 36edd13c0b3d [2023-05-22T03:54:42.572Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-22T03:54:42.572Z] ---> Running in 483a29824f29 [2023-05-22T03:54:42.831Z] Removing intermediate container 483a29824f29 [2023-05-22T03:54:42.831Z] ---> 33773f6742ac [2023-05-22T03:54:42.831Z] Step 30/33 : CMD ["gate"] [2023-05-22T03:54:42.831Z] ---> Running in d1d070b1746c [2023-05-22T03:54:42.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-22T03:54:42.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-22T03:54:42.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-22T03:54:42.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-22T03:54:43.090Z] Removing intermediate container d1d070b1746c [2023-05-22T03:54:43.090Z] ---> 9c2e11a0ebda [2023-05-22T03:54:43.090Z] Step 31/33 : LABEL arch=x86_64 [2023-05-22T03:54:43.090Z] ---> Running in 560bd85d0c67 [2023-05-22T03:54:43.417Z] Removing intermediate container 560bd85d0c67 [2023-05-22T03:54:43.417Z] ---> 09cb69de2cd6 [2023-05-22T03:54:43.417Z] Step 32/33 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:54:43.417Z] ---> Running in 910c66a81cea [2023-05-22T03:54:43.680Z] Removing intermediate container 910c66a81cea [2023-05-22T03:54:43.681Z] ---> c9c650b68293 [2023-05-22T03:54:43.681Z] Step 33/33 : LABEL version=0.0.0 [2023-05-22T03:54:43.681Z] ---> Running in 4537872cd780 [2023-05-22T03:54:43.681Z] Removing intermediate container 4537872cd780 [2023-05-22T03:54:43.681Z] ---> f950d8e184fe [2023-05-22T03:54:43.681Z] [2023-05-22T03:54:43.942Z] Successfully built f950d8e184fe [2023-05-22T03:54:43.942Z] Successfully tagged security-bootstrapper:latest [2023-05-22T03:54:49.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.371s coverage: 17.7% of statements [2023-05-22T03:54:49.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-22T03:54:49.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:54:49.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-22T03:54:49.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-22T03:54:50.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.579s coverage: 92.3% of statements [2023-05-22T03:54:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-22T03:54:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-22T03:54:53.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.296s coverage: 61.5% of statements [2023-05-22T03:54:56.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-22T03:54:56.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-22T03:54:56.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.361s coverage: 97.7% of statements [2023-05-22T03:54:57.510Z] 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-05-22T03:54:57.510Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-22T03:54:57.510Z] go vet ./... [2023-05-22T03:54:58.848Z]  Building security-bootstrapper ... done Removing intermediate container 83bced3e4a29 [2023-05-22T03:54:58.848Z] ---> ef829e3a9271 [2023-05-22T03:54:58.848Z] [2023-05-22T03:54:58.848Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T03:54:58.848Z] ---> 9ed4aefc74f6 [2023-05-22T03:54:58.848Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-22T03:54:58.848Z] ---> Running in d7f94c9e0c73 [2023-05-22T03:54:58.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:58.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T03:54:58.848Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-22T03:54:58.848Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-22T03:54:58.848Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T03:54:58.848Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T03:54:58.848Z] OK: 8 MiB in 17 packages [2023-05-22T03:54:58.848Z] Removing intermediate container d7f94c9e0c73 [2023-05-22T03:54:58.848Z] ---> ffb66c84a6ac [2023-05-22T03:54:58.848Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T03:54:58.848Z] ---> Running in 58fa8777aebe [2023-05-22T03:54:58.848Z] Removing intermediate container 58fa8777aebe [2023-05-22T03:54:58.848Z] ---> 7d00a35e4bc9 [2023-05-22T03:54:58.848Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-22T03:54:58.848Z] ---> Running in fa8c7478e570 [2023-05-22T03:54:58.848Z] Removing intermediate container fa8c7478e570 [2023-05-22T03:54:58.848Z] ---> 611a36860928 [2023-05-22T03:54:58.848Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T03:54:58.848Z] ---> Running in 1190d056ea2a [2023-05-22T03:54:58.848Z] Removing intermediate container 1190d056ea2a [2023-05-22T03:54:58.848Z] ---> dd34b7856e3b [2023-05-22T03:54:58.848Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T03:54:58.848Z] ---> 61ffd48f1a1b [2023-05-22T03:54:58.848Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T03:54:58.848Z] ---> a8cac09c3802 [2023-05-22T03:54:58.848Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-22T03:54:59.812Z] ---> 1c43e0915ee3 [2023-05-22T03:54:59.812Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-22T03:54:59.812Z] ---> 8f8964e54be8 [2023-05-22T03:54:59.812Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-22T03:54:59.812Z] ---> Running in 68afabe4e544 [2023-05-22T03:54:59.812Z] Removing intermediate container 68afabe4e544 [2023-05-22T03:54:59.812Z] ---> de1c3df5df6d [2023-05-22T03:54:59.812Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T03:54:59.812Z] ---> Running in 253d5cfd87a3 [2023-05-22T03:54:59.812Z] Removing intermediate container 253d5cfd87a3 [2023-05-22T03:54:59.812Z] ---> 2c6af88ea028 [2023-05-22T03:54:59.812Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T03:55:00.077Z] ---> Running in 752e783a0d37 [2023-05-22T03:55:00.077Z] Removing intermediate container 752e783a0d37 [2023-05-22T03:55:00.077Z] ---> 26963dac9933 [2023-05-22T03:55:00.077Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T03:55:00.077Z] ---> Running in 942a4976d19b [2023-05-22T03:55:00.077Z] Removing intermediate container 942a4976d19b [2023-05-22T03:55:00.077Z] ---> be17f48f12ae [2023-05-22T03:55:00.077Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T03:55:00.077Z] ---> Running in 6b90020b5960 [2023-05-22T03:55:00.077Z] Removing intermediate container 6b90020b5960 [2023-05-22T03:55:00.077Z] ---> f3e6e7ec4900 [2023-05-22T03:55:00.077Z] [2023-05-22T03:55:00.339Z] Successfully built f3e6e7ec4900 [2023-05-22T03:55:00.339Z] Successfully tagged support-notifications:latest [2023-05-22T03:55:00.346Z]  Building support-notifications ... done  [Pipeline] } [2023-05-22T03:55:00.383Z] $ docker stop --time=1 1cc98ebbd9e73cd9f1b3e90b41b90bc79d43008d9e784d0b76b2f6f19115de81 [2023-05-22T03:55:01.713Z] $ docker rm -f --volumes 1cc98ebbd9e73cd9f1b3e90b41b90bc79d43008d9e784d0b76b2f6f19115de81 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T03:55:02.131Z] + docker images [2023-05-22T03:55:02.131Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-22T03:55:02.131Z] support-notifications latest f3e6e7ec4900 1 second ago 32.4MB [2023-05-22T03:55:02.131Z] ef829e3a9271 6 seconds ago 1.79GB [2023-05-22T03:55:02.131Z] security-bootstrapper latest f950d8e184fe 18 seconds ago 22.2MB [2023-05-22T03:55:02.131Z] dd1018e8b23e 30 seconds ago 1.71GB [2023-05-22T03:55:02.131Z] support-scheduler latest 8f6d3839f9f8 43 seconds ago 31.8MB [2023-05-22T03:55:02.131Z] security-spiffe-token-provider latest 0cba007d417f 44 seconds ago 32.8MB [2023-05-22T03:55:02.131Z] 415d2df227bd 48 seconds ago 1.79GB [2023-05-22T03:55:02.131Z] security-spire-agent latest 06de5a259c8f 55 seconds ago 161MB [2023-05-22T03:55:02.131Z] security-spire-config latest 03dd14748029 About a minute ago 102MB [2023-05-22T03:55:02.131Z] a1c7f3a02f47 About a minute ago 1.76GB [2023-05-22T03:55:02.131Z] security-spire-server latest 9cbd6e360043 About a minute ago 103MB [2023-05-22T03:55:02.131Z] core-command latest 51204bf9f449 About a minute ago 19.9MB [2023-05-22T03:55:02.131Z] cd77af048388 About a minute ago 1.58GB [2023-05-22T03:55:02.131Z] 2893877d8fb9 About a minute ago 1.58GB [2023-05-22T03:55:02.131Z] 04e2133553d5 About a minute ago 1.58GB [2023-05-22T03:55:02.131Z] 5ef442dbe198 2 minutes ago 1.72GB [2023-05-22T03:55:02.131Z] core-common-config-bootstrapper latest 60d03115e8ed 2 minutes ago 17.2MB [2023-05-22T03:55:02.131Z] 1e48017f9553 2 minutes ago 1.72GB [2023-05-22T03:55:02.131Z] security-secretstore-setup latest f64dafedb985 3 minutes ago 32.8MB [2023-05-22T03:55:02.131Z] security-proxy-setup latest 27d7bb2871db 3 minutes ago 18.7MB [2023-05-22T03:55:02.131Z] security-proxy-auth latest 85d756bf81eb 3 minutes ago 18.3MB [2023-05-22T03:55:02.131Z] core-data latest 39a01fa0b488 3 minutes ago 20.1MB [2023-05-22T03:55:02.131Z] core-metadata latest 4cfe5c8c20d8 3 minutes ago 20.4MB [2023-05-22T03:55:02.131Z] 9272c54d6eb5 3 minutes ago 1.73GB [2023-05-22T03:55:02.131Z] 0260d884a1b9 3 minutes ago 1.7GB [2023-05-22T03:55:02.131Z] 44f31e61dc9f 3 minutes ago 1.7GB [2023-05-22T03:55:02.131Z] 75293ff11f1e 3 minutes ago 1.72GB [2023-05-22T03:55:02.131Z] a7b0028d4590 3 minutes ago 1.73GB [2023-05-22T03:55:02.131Z] ci-base-image-x86_64 latest e5903d0fbbf3 8 minutes ago 918MB [2023-05-22T03:55:02.131Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 3 weeks ago 700MB [2023-05-22T03:55:02.131Z] alpine 3.17 9ed4aefc74f6 7 weeks ago 7.05MB [2023-05-22T03:55:02.131Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB [2023-05-22T03:55:02.131Z] 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-05-22T03:57:34.193Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T03:57:34.193Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-22T03:57:34.193Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-22T03:57:34.237Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-22T03:57:34.578Z] + ls -al . [2023-05-22T03:57:34.847Z] total 700 [2023-05-22T03:57:34.847Z] drwxrwxr-x 10 1001 1001 4096 May 22 03:49 . [2023-05-22T03:57:34.847Z] drwxr-xr-x 4 root root 4096 May 22 03:49 .. [2023-05-22T03:57:34.847Z] drwxrwxr-x 2 1001 1001 4096 May 22 03:48 .blubracket [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 16 May 22 03:48 .dockerignore [2023-05-22T03:57:34.847Z] drwxrwxr-x 8 1001 1001 4096 May 22 03:48 .git [2023-05-22T03:57:34.847Z] drwxrwxr-x 3 1001 1001 4096 May 22 03:48 .github [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 1133 May 22 03:48 .gitignore [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 42 May 22 03:48 .golangci.yml [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 87 May 22 03:48 .hadolint.yml [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 166 May 22 03:48 .sonarcloud.properties [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 1171 May 22 03:48 ADOPTERS.md [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 10835 May 22 03:48 Attribution.txt [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 73765 May 22 03:48 CHANGELOG.md [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 3804 May 22 03:48 CONTRIBUTING.md [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 677 May 22 03:48 GOVERNANCE.md [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 883 May 22 03:48 Jenkinsfile [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 10775 May 22 03:48 LICENSE [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 14368 May 22 03:48 Makefile [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 582 May 22 03:48 OWNERS.md [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 9902 May 22 03:48 README.md [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 789 May 22 03:48 SECURITY.md [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 5 May 22 03:45 VERSION [2023-05-22T03:57:34.847Z] drwxrwxr-x 2 1001 1001 4096 May 22 03:48 bin [2023-05-22T03:57:34.847Z] drwxrwxr-x 18 1001 1001 4096 May 22 03:48 cmd [2023-05-22T03:57:34.847Z] -rw-r--r-- 1 root root 447731 May 22 03:54 coverage.out [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 3200 May 22 03:48 go.mod [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 31040 May 22 03:48 go.sum [2023-05-22T03:57:34.847Z] drwxrwxr-x 7 1001 1001 4096 May 22 03:48 internal [2023-05-22T03:57:34.847Z] drwxrwxr-x 3 1001 1001 4096 May 22 03:48 openapi [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 594 May 22 03:48 security.txt [2023-05-22T03:57:34.847Z] drwxrwxr-x 4 1001 1001 4096 May 22 03:48 snap [2023-05-22T03:57:34.847Z] -rw-rw-r-- 1 1001 1001 204 May 22 03:48 version.go [Pipeline] sh [2023-05-22T03:57:35.501Z] + '[' -e coverage.out ] [2023-05-22T03:57:35.501Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-22T03:57:35.535Z] Warning: overwriting stash ‘coverage-report’ [2023-05-22T03:57:36.365Z] Stashed 1 file(s) [Pipeline] sh [2023-05-22T03:57:37.008Z] + make build [2023-05-22T03:57:37.008Z] 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-05-22T03:59:13.637Z] 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-05-22T03:59:13.637Z] 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-05-22T03:59:13.637Z] 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-05-22T03:59:16.967Z] 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-05-22T04:00:04.098Z] 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-05-22T04:00:08.362Z] 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-05-22T04:00:15.002Z] 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-05-22T04:00:20.111Z] 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-05-22T04:00:23.447Z] 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-05-22T04:00:27.702Z] 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-05-22T04:00:34.346Z] 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-05-22T04:00:41.017Z] $ docker stop --time=1 1c9368eb0685aa684fe04465c6ac590a24d597c7af00fd2fa7649458a161efef [2023-05-22T04:00:43.049Z] $ docker rm -f --volumes 1c9368eb0685aa684fe04465c6ac590a24d597c7af00fd2fa7649458a161efef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T04:00:45.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T04:00:45.812Z] [2023-05-22T04:00:45.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T04:00:46.227Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T04:00:46.496Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-22T04:00:46.496Z] 29e5d40040c1: Pulling fs layer [2023-05-22T04:00:46.496Z] 1ce36da41761: Pulling fs layer [2023-05-22T04:00:46.496Z] 25b303627fd3: Pulling fs layer [2023-05-22T04:00:46.496Z] 29e5d40040c1: Download complete [2023-05-22T04:00:46.762Z] 1ce36da41761: Verifying Checksum [2023-05-22T04:00:46.762Z] 1ce36da41761: Download complete [2023-05-22T04:00:47.030Z] 29e5d40040c1: Pull complete [2023-05-22T04:00:48.441Z] 25b303627fd3: Verifying Checksum [2023-05-22T04:00:48.441Z] 25b303627fd3: Download complete [2023-05-22T04:00:48.441Z] 1ce36da41761: Pull complete [2023-05-22T04:00:58.517Z] 25b303627fd3: Pull complete [2023-05-22T04:00:58.517Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-22T04:00:58.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T04:00:58.517Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T04:00:58.844Z] prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container [2023-05-22T04:00:58.909Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-22T04:01:01.222Z] $ docker top 95cf7648b24e83594ab307fc03cae643bdc33358c603492e22f566515b9d69f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T04:01:02.109Z] + + grep paralleldocker-compose [2023-05-22T04:01:02.109Z] build --help [2023-05-22T04:01:06.358Z] --parallel Build images in parallel. [Pipeline] } [2023-05-22T04:01:06.391Z] $ docker stop --time=1 95cf7648b24e83594ab307fc03cae643bdc33358c603492e22f566515b9d69f3 [2023-05-22T04:01:07.997Z] $ docker rm -f --volumes 95cf7648b24e83594ab307fc03cae643bdc33358c603492e22f566515b9d69f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T04:01:08.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T04:01:08.737Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T04:01:09.011Z] prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container [2023-05-22T04:01:09.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-22T04:01:10.238Z] $ docker top 5b9afebffdaadfab90a9e5416ac7eb3f0c56f45e08a88535cdc24ba43355b995 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T04:01:10.792Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-22T04:01:16.128Z] Building core-command ... [2023-05-22T04:01:16.128Z] Building core-common-config-bootstrapper ... [2023-05-22T04:01:16.128Z] Building core-data ... [2023-05-22T04:01:16.128Z] Building core-metadata ... [2023-05-22T04:01:16.128Z] Building security-bootstrapper ... [2023-05-22T04:01:16.128Z] Building security-proxy-auth ... [2023-05-22T04:01:16.128Z] Building security-proxy-setup ... [2023-05-22T04:01:16.128Z] Building security-secretstore-setup ... [2023-05-22T04:01:16.128Z] Building security-spiffe-token-provider ... [2023-05-22T04:01:16.128Z] Building security-spire-agent ... [2023-05-22T04:01:16.128Z] Building security-spire-config ... [2023-05-22T04:01:16.128Z] Building security-spire-server ... [2023-05-22T04:01:16.128Z] Building support-notifications ... [2023-05-22T04:01:16.128Z] Building support-scheduler ... [2023-05-22T04:01:16.128Z] Building security-bootstrapper [2023-05-22T04:01:16.128Z] Building support-scheduler [2023-05-22T04:01:16.128Z] Building core-metadata [2023-05-22T04:01:16.128Z] Building core-command [2023-05-22T04:01:16.128Z] Building security-spire-server [2023-05-22T04:02:03.001Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:02:03.001Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:02:03.001Z] ---> 1a4db108efea [2023-05-22T04:02:03.001Z] Step 3/26 : WORKDIR /edgex-go [2023-05-22T04:02:03.001Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:02:03.001Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:02:03.001Z] ---> 1a4db108efea [2023-05-22T04:02:03.001Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-22T04:02:03.001Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:02:03.001Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:02:03.001Z] ---> 1a4db108efea [2023-05-22T04:02:03.001Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T04:02:03.001Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:02:03.001Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:02:03.001Z] ---> 1a4db108efea [2023-05-22T04:02:03.001Z] Step 3/33 : WORKDIR /edgex-go [2023-05-22T04:02:03.001Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:02:03.001Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:02:03.001Z] ---> 1a4db108efea [2023-05-22T04:02:03.001Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-22T04:02:03.001Z] ---> Running in f26ff5b18d49 [2023-05-22T04:02:03.001Z] ---> Running in 4916814bd012 [2023-05-22T04:02:03.001Z] ---> Running in 25e5bcf506dd [2023-05-22T04:02:03.001Z] ---> Running in 2e96c08f478d [2023-05-22T04:02:03.001Z] ---> Running in 3f07e4ffae4e [2023-05-22T04:02:03.001Z] Removing intermediate container f26ff5b18d49 [2023-05-22T04:02:03.001Z] ---> 199078051192 [2023-05-22T04:02:03.001Z] Step 4/25 : WORKDIR /edgex-go [2023-05-22T04:02:03.001Z] Removing intermediate container 25e5bcf506dd [2023-05-22T04:02:03.001Z] ---> f50146885b94 [2023-05-22T04:02:03.001Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T04:02:03.001Z] Removing intermediate container 4916814bd012 [2023-05-22T04:02:03.001Z] ---> 4c679b780ca3 [2023-05-22T04:02:03.001Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T04:02:03.001Z] ---> Running in bb41390c9402 [2023-05-22T04:02:03.001Z] ---> Running in 001eb0394ad3 [2023-05-22T04:02:03.001Z] Removing intermediate container 3f07e4ffae4e [2023-05-22T04:02:03.001Z] ---> df7128650d2f [2023-05-22T04:02:03.001Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-22T04:02:03.001Z] Removing intermediate container 2e96c08f478d [2023-05-22T04:02:03.001Z] ---> 60820dcdbcf0 [2023-05-22T04:02:03.001Z] Step 4/24 : WORKDIR /edgex-go [2023-05-22T04:02:03.001Z] ---> Running in 3d9f75cc462b [2023-05-22T04:02:03.001Z] ---> Running in 6a5d3857f185 [2023-05-22T04:02:03.001Z] ---> Running in 06e930a1cba9 [2023-05-22T04:02:03.978Z] Removing intermediate container 001eb0394ad3 [2023-05-22T04:02:03.978Z] ---> 61dac62980b6 [2023-05-22T04:02:03.978Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-22T04:02:03.978Z] Removing intermediate container 3d9f75cc462b [2023-05-22T04:02:03.978Z] ---> ac1d01dd4e39 [2023-05-22T04:02:03.978Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T04:02:03.978Z] Removing intermediate container 06e930a1cba9 [2023-05-22T04:02:03.978Z] ---> d74aa6ba37cc [2023-05-22T04:02:03.978Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-22T04:02:03.978Z] ---> Running in 207bf20e051c [2023-05-22T04:02:04.254Z] ---> Running in 5e48870514fc [2023-05-22T04:02:04.254Z] ---> Running in 776e1a1880c2 [2023-05-22T04:02:04.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:05.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:05.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:05.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:06.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:06.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:06.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:07.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:07.035Z] OK: 263 MiB in 53 packages [2023-05-22T04:02:07.035Z] OK: 263 MiB in 53 packages [2023-05-22T04:02:07.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:07.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:02:08.587Z] OK: 263 MiB in 53 packages [2023-05-22T04:02:08.587Z] Removing intermediate container bb41390c9402 [2023-05-22T04:02:08.587Z] ---> 4e06edea0d53 [2023-05-22T04:02:08.587Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-22T04:02:08.866Z] OK: 263 MiB in 53 packages [2023-05-22T04:02:09.132Z] OK: 263 MiB in 53 packages [2023-05-22T04:02:09.132Z] Removing intermediate container 6a5d3857f185 [2023-05-22T04:02:09.132Z] ---> f41e2165ee23 [2023-05-22T04:02:09.132Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-22T04:02:10.094Z] ---> 979f99a16826 [2023-05-22T04:02:10.094Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:02:10.094Z] ---> Running in 838b5275e414 [2023-05-22T04:02:10.362Z] ---> b074738a9720 [2023-05-22T04:02:10.362Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:02:10.362Z] Removing intermediate container 776e1a1880c2 [2023-05-22T04:02:10.362Z] ---> 6fdd220ee63a [2023-05-22T04:02:10.362Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-22T04:02:10.630Z] ---> Running in 246596b9b493 [2023-05-22T04:02:10.897Z] Removing intermediate container 207bf20e051c [2023-05-22T04:02:10.897Z] ---> 3f9815751a29 [2023-05-22T04:02:10.897Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-22T04:02:10.897Z] Removing intermediate container 5e48870514fc [2023-05-22T04:02:10.897Z] ---> 93b74fc6f0c5 [2023-05-22T04:02:10.897Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T04:02:12.877Z] ---> 93922f1d2f55 [2023-05-22T04:02:12.877Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:02:12.877Z] ---> 77693e803a4e [2023-05-22T04:02:12.877Z] ---> 230562d8223c [2023-05-22T04:02:12.877Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:02:12.877Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:02:12.877Z] ---> Running in 71ef3d416a39 [2023-05-22T04:02:13.142Z] ---> Running in d13a598f552d [2023-05-22T04:02:13.142Z] ---> Running in cd94da16388d [2023-05-22T04:04:04.788Z] Removing intermediate container cd94da16388d [2023-05-22T04:04:04.788Z] ---> 98b616464591 [2023-05-22T04:04:04.788Z] Step 8/23 : COPY . .Removing intermediate container 71ef3d416a39 [2023-05-22T04:04:04.788Z] [2023-05-22T04:04:04.788Z] ---> 8efbffffb4b2 [2023-05-22T04:04:04.788Z] Step 8/24 : COPY . . [2023-05-22T04:04:04.788Z] Removing intermediate container d13a598f552d [2023-05-22T04:04:04.788Z] ---> 60c203401e87 [2023-05-22T04:04:04.788Z] Step 8/25 : COPY . . [2023-05-22T04:04:04.788Z] Removing intermediate container 246596b9b493 [2023-05-22T04:04:04.788Z] ---> 0d9cc064b4b5 [2023-05-22T04:04:04.788Z] Step 7/33 : COPY . . [2023-05-22T04:04:04.788Z] Removing intermediate container 838b5275e414 [2023-05-22T04:04:04.788Z] ---> 901c0eeeec6c [2023-05-22T04:04:04.788Z] Step 7/26 : COPY . . [2023-05-22T04:04:10.137Z] ---> bedbcd2f577e [2023-05-22T04:04:10.137Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-22T04:04:10.137Z] ---> 0fdbbbfe7480 [2023-05-22T04:04:10.137Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-22T04:04:10.404Z] ---> 2c487b48efbf [2023-05-22T04:04:10.404Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-22T04:04:10.404Z] ---> Running in bf0ad8871dbd [2023-05-22T04:04:10.404Z] ---> acb7e0492b64 [2023-05-22T04:04:10.404Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-22T04:04:10.404Z] ---> Running in 76640f99c9e6 [2023-05-22T04:04:12.342Z] ---> 2a67dea42905 [2023-05-22T04:04:12.342Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T04:04:12.342Z] ---> Running in 6f2598678461 [2023-05-22T04:04:12.610Z] ---> Running in 2242c6b13e2c [2023-05-22T04:04:12.610Z] ---> Running in 8333018666e8 [2023-05-22T04:04:13.572Z] Removing intermediate container 8333018666e8 [2023-05-22T04:04:13.572Z] ---> 77480533da8b [2023-05-22T04:04:13.572Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-22T04:04:13.572Z] ---> Running in 64302f8f21f9 [2023-05-22T04:04:14.154Z] Removing intermediate container 64302f8f21f9 [2023-05-22T04:04:14.154Z] ---> c412c3a3100a [2023-05-22T04:04:14.154Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T04:04:14.154Z] ---> Running in 4531015d2a9c [2023-05-22T04:04:14.422Z] 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-05-22T04:04:14.695Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-22T04:04:14.695Z] 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-05-22T04:04:14.695Z] Removing intermediate container 4531015d2a9c [2023-05-22T04:04:14.695Z] ---> 759180eb35e0 [2023-05-22T04:04:14.696Z] 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-05-22T04:04:14.696Z] 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-05-22T04:04:14.964Z] ---> Running in 97048ab965b0 [2023-05-22T04:04:17.539Z] Removing intermediate container 97048ab965b0 [2023-05-22T04:04:17.539Z] ---> 0f00c2b4b883 [2023-05-22T04:04:17.539Z] Step 12/26 : WORKDIR /edgex-go [2023-05-22T04:04:17.805Z] ---> Running in 3a5aa63880a1 [2023-05-22T04:04:18.389Z] Removing intermediate container 3a5aa63880a1 [2023-05-22T04:04:18.389Z] ---> 40f030ab26d0 [2023-05-22T04:04:18.389Z] [2023-05-22T04:04:18.389Z] Step 13/26 : FROM alpine:3.17 [2023-05-22T04:04:18.389Z] 3.17: Pulling from library/alpine [2023-05-22T04:04:18.971Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T04:04:18.971Z] Status: Downloaded newer image for alpine:3.17 [2023-05-22T04:04:18.971Z] ---> 51e60588ff2c [2023-05-22T04:04:18.971Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T04:04:19.241Z] ---> Running in 4767f4402cf5 [2023-05-22T04:04:19.507Z] Removing intermediate container 4767f4402cf5 [2023-05-22T04:04:19.507Z] ---> abd58c48d1a9 [2023-05-22T04:04:19.507Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T04:04:19.775Z] ---> Running in f8d8107c98b4 [2023-05-22T04:04:21.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:04:22.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:04:23.542Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T04:04:23.542Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T04:04:23.542Z] OK: 17694 distinct packages available [2023-05-22T04:04:23.810Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:04:24.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:04:25.797Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-22T04:04:25.797Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-22T04:04:25.797Z] (3/5) Installing libucontext (1.2-r0) [2023-05-22T04:04:25.797Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-22T04:04:25.797Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-22T04:04:25.797Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:04:25.797Z] OK: 9 MiB in 20 packages [2023-05-22T04:04:27.204Z] Removing intermediate container f8d8107c98b4 [2023-05-22T04:04:27.204Z] ---> 71b1043d38bb [2023-05-22T04:04:27.204Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:04:28.164Z] ---> 340096460159 [2023-05-22T04:04:28.164Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:04:29.126Z] ---> 66274e565251 [2023-05-22T04:04:29.126Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T04:04:36.004Z] ---> 5db05b2d236d [2023-05-22T04:04:36.004Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T04:04:36.004Z] ---> 486fd42ae380 [2023-05-22T04:04:36.004Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-22T04:04:40.265Z] ---> 88893ddf7b83 [2023-05-22T04:04:40.265Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-22T04:04:40.530Z] ---> 6c4afd18c8a1 [2023-05-22T04:04:40.530Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T04:04:40.530Z] ---> Running in c17c098a7ed7 [2023-05-22T04:04:41.117Z] Removing intermediate container c17c098a7ed7 [2023-05-22T04:04:41.117Z] ---> c3b700de1ad6 [2023-05-22T04:04:41.117Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T04:04:41.117Z] ---> Running in bb5abcae9cdf [2023-05-22T04:04:41.700Z] Removing intermediate container bb5abcae9cdf [2023-05-22T04:04:41.700Z] ---> 8377e4f529f5 [2023-05-22T04:04:41.700Z] Step 24/26 : LABEL arch=arm64 [2023-05-22T04:04:41.700Z] ---> Running in feb043c20c9c [2023-05-22T04:04:42.287Z] Removing intermediate container feb043c20c9c [2023-05-22T04:04:42.287Z] ---> dfd1f8de13dc [2023-05-22T04:04:42.287Z] Step 25/26 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:04:42.287Z] ---> Running in 92c717696eb3 [2023-05-22T04:04:42.555Z] Removing intermediate container 92c717696eb3 [2023-05-22T04:04:42.555Z] ---> 1655f0de0f58 [2023-05-22T04:04:42.555Z] Step 26/26 : LABEL version=0.0.0 [2023-05-22T04:04:42.555Z] ---> Running in 8abd1b0f855d [2023-05-22T04:04:43.136Z] Removing intermediate container 8abd1b0f855d [2023-05-22T04:04:43.136Z] ---> 6fe1943b61ff [2023-05-22T04:04:43.136Z] [2023-05-22T04:04:43.401Z] Successfully built 6fe1943b61ff [2023-05-22T04:04:43.401Z] Successfully tagged security-spire-server-arm64:latest [2023-05-22T04:04:43.401Z]  Building security-spire-server ... done Building support-notifications [2023-05-22T04:05:01.588Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:05:01.588Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:05:01.588Z] ---> 1a4db108efea [2023-05-22T04:05:01.588Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T04:05:01.588Z] ---> Using cache [2023-05-22T04:05:01.588Z] ---> 60820dcdbcf0 [2023-05-22T04:05:01.588Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T04:05:01.588Z] ---> Using cache [2023-05-22T04:05:01.588Z] ---> d74aa6ba37cc [2023-05-22T04:05:01.588Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-22T04:05:01.588Z] ---> Running in e8e5d116625d [2023-05-22T04:05:01.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:05:02.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:05:03.596Z] OK: 263 MiB in 53 packages [2023-05-22T04:05:05.024Z] Removing intermediate container e8e5d116625d [2023-05-22T04:05:05.025Z] ---> cce89e69646a [2023-05-22T04:05:05.025Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T04:05:06.965Z] ---> ace0bf8829d1 [2023-05-22T04:05:06.965Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:05:07.233Z] ---> Running in 2b42d2514b6d [2023-05-22T04:06:43.869Z] Removing intermediate container 2b42d2514b6d [2023-05-22T04:06:43.869Z] ---> 9c407af883cd [2023-05-22T04:06:43.869Z] Step 8/23 : COPY . . [2023-05-22T04:06:47.209Z] ---> 0fd8309097a6 [2023-05-22T04:06:47.209Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-22T04:06:47.209Z] ---> Running in 1d84223c1275 [2023-05-22T04:06:49.147Z] 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-05-22T04:10:40.900Z] Removing intermediate container 6f2598678461 [2023-05-22T04:10:40.900Z] ---> 1bf2852bb515 [2023-05-22T04:10:40.900Z] [2023-05-22T04:10:40.900Z] Step 9/33 : FROM alpine:3.17 [2023-05-22T04:10:40.900Z] ---> 51e60588ff2c [2023-05-22T04:10:40.900Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T04:10:40.900Z] ---> Running in 8aa3ce3f7454 [2023-05-22T04:10:40.900Z] Removing intermediate container 8aa3ce3f7454 [2023-05-22T04:10:40.900Z] ---> 71ca7d482033 [2023-05-22T04:10:40.900Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-22T04:10:40.900Z] ---> Running in 7ee132791625 [2023-05-22T04:10:40.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:10:40.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:10:40.900Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T04:10:40.900Z] (2/2) Installing su-exec (0.2-r2) [2023-05-22T04:10:40.900Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:10:40.900Z] OK: 8 MiB in 17 packages [2023-05-22T04:10:40.900Z] Removing intermediate container 7ee132791625 [2023-05-22T04:10:40.900Z] ---> 216a98b9a9ae [2023-05-22T04:10:40.900Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-22T04:10:40.900Z] ---> Running in b469eee161b5 [2023-05-22T04:10:40.900Z] Removing intermediate container b469eee161b5 [2023-05-22T04:10:40.900Z] ---> dfa18b86107f [2023-05-22T04:10:40.900Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-22T04:10:40.900Z] ---> Running in 2a7a9703c6b2 [2023-05-22T04:10:40.900Z] Removing intermediate container 2a7a9703c6b2 [2023-05-22T04:10:40.900Z] ---> 05289169e401 [2023-05-22T04:10:40.900Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-22T04:10:40.900Z] ---> Running in 3ef782c82fcf [2023-05-22T04:10:40.900Z] Removing intermediate container 3ef782c82fcf [2023-05-22T04:10:40.900Z] ---> 952ac96c7213 [2023-05-22T04:10:40.900Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-22T04:10:40.900Z] ---> Running in 9d026fb86a65 [2023-05-22T04:10:40.900Z] Removing intermediate container 9d026fb86a65 [2023-05-22T04:10:40.900Z] ---> 33fe91e68a81 [2023-05-22T04:10:40.900Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-22T04:10:40.900Z] ---> Running in be5655cca3eb [2023-05-22T04:10:43.484Z] Removing intermediate container be5655cca3eb [2023-05-22T04:10:43.484Z] ---> ebed18c56082 [2023-05-22T04:10:43.484Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-22T04:10:43.484Z] ---> Running in 0d66c2841bfb [2023-05-22T04:10:43.484Z] Removing intermediate container 0d66c2841bfb [2023-05-22T04:10:43.484Z] ---> 0fd5286f7fe0 [2023-05-22T04:10:43.484Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-22T04:10:44.450Z] ---> 61c3601f7a56 [2023-05-22T04:10:44.450Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-22T04:10:44.720Z] ---> Running in 487fdf371390 [2023-05-22T04:10:48.066Z] Removing intermediate container 487fdf371390 [2023-05-22T04:10:48.066Z] ---> c664323ec040 [2023-05-22T04:10:48.066Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:10:48.332Z] ---> fce033a0ba28 [2023-05-22T04:10:48.333Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:10:49.295Z] ---> 1eed06854ae0 [2023-05-22T04:10:49.295Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-22T04:10:51.236Z] ---> d9ff1f0baaa2 [2023-05-22T04:10:51.236Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-22T04:10:52.195Z] ---> 5bae022eabe9 [2023-05-22T04:10:52.195Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-22T04:10:53.159Z] ---> a22090956084 [2023-05-22T04:10:53.159Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-22T04:10:55.735Z] ---> fdb708f57464 [2023-05-22T04:10:56.004Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-22T04:10:57.051Z] ---> d6819abeba8f [2023-05-22T04:10:57.319Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-22T04:10:58.943Z] ---> 27b24323e60a [2023-05-22T04:10:58.943Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-22T04:10:58.943Z] ---> Running in 2e9c4d52c52a [2023-05-22T04:11:03.266Z] Removing intermediate container 2e9c4d52c52a [2023-05-22T04:11:03.266Z] ---> 7110f8873b4c [2023-05-22T04:11:03.266Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-22T04:11:03.266Z] ---> Running in 5f8597484cf1 [2023-05-22T04:11:03.862Z] Removing intermediate container 5f8597484cf1 [2023-05-22T04:11:03.862Z] ---> a67bdfdec605 [2023-05-22T04:11:03.862Z] Step 30/33 : CMD ["gate"] [2023-05-22T04:11:04.132Z] ---> Running in 1f72ce4e7075 [2023-05-22T04:11:04.730Z] Removing intermediate container 1f72ce4e7075 [2023-05-22T04:11:04.730Z] ---> 38827e0dc1e2 [2023-05-22T04:11:04.730Z] Step 31/33 : LABEL arch=arm64 [2023-05-22T04:11:05.010Z] ---> Running in 74a9241a3d13 [2023-05-22T04:11:06.433Z] Removing intermediate container 74a9241a3d13 [2023-05-22T04:11:06.433Z] ---> 643e16276850 [2023-05-22T04:11:06.433Z] Step 32/33 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:11:06.433Z] ---> Running in 1d5e44158fa5 [2023-05-22T04:11:07.852Z] Removing intermediate container 1d5e44158fa5 [2023-05-22T04:11:07.852Z] ---> 4014df730477 [2023-05-22T04:11:07.852Z] Step 33/33 : LABEL version=0.0.0 [2023-05-22T04:11:07.852Z] ---> Running in 84bd772e9230 [2023-05-22T04:11:08.823Z] Removing intermediate container 84bd772e9230 [2023-05-22T04:11:08.823Z] ---> 23c62b96e083 [2023-05-22T04:11:08.823Z] [2023-05-22T04:11:09.417Z] Successfully built 23c62b96e083 [2023-05-22T04:11:09.417Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-22T04:11:09.417Z]  Building security-bootstrapper ... done Building core-data [2023-05-22T04:11:10.382Z] Removing intermediate container 2242c6b13e2c [2023-05-22T04:11:10.382Z] ---> f80fc3d597c4 [2023-05-22T04:11:10.382Z] [2023-05-22T04:11:10.382Z] Step 10/24 : FROM alpine:3.17 [2023-05-22T04:11:10.382Z] ---> 51e60588ff2c [2023-05-22T04:11:10.382Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-22T04:11:10.982Z] ---> Running in f2955b1b2852 [2023-05-22T04:11:13.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:11:15.539Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:11:16.525Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T04:11:16.525Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:11:16.832Z] OK: 8 MiB in 16 packages [2023-05-22T04:11:18.790Z] Removing intermediate container f2955b1b2852 [2023-05-22T04:11:18.790Z] ---> 260fc80c194f [2023-05-22T04:11:18.790Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T04:11:19.066Z] ---> Running in d43f3a360bdd [2023-05-22T04:11:19.066Z] Removing intermediate container bf0ad8871dbd [2023-05-22T04:11:19.066Z] ---> d431a7f53519 [2023-05-22T04:11:19.066Z] [2023-05-22T04:11:19.066Z] Step 10/25 : FROM alpine:3.17 [2023-05-22T04:11:19.066Z] ---> 51e60588ff2c [2023-05-22T04:11:19.066Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-22T04:11:19.337Z] ---> Using cache [2023-05-22T04:11:19.337Z] ---> 260fc80c194f [2023-05-22T04:11:19.337Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T04:11:19.337Z] ---> Running in b1dd34775989 [2023-05-22T04:11:23.615Z] Removing intermediate container d43f3a360bdd [2023-05-22T04:11:23.615Z] ---> 2d65df43651d [2023-05-22T04:11:23.615Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-22T04:11:23.615Z] Removing intermediate container b1dd34775989 [2023-05-22T04:11:23.615Z] ---> ad113c40791f [2023-05-22T04:11:23.615Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-22T04:11:23.615Z] ---> Running in ce88e69739b4 [2023-05-22T04:11:23.615Z] ---> Running in 0e414f6a95a3 [2023-05-22T04:11:23.884Z] Removing intermediate container ce88e69739b4 [2023-05-22T04:11:23.884Z] ---> f7eb5d92b51f [2023-05-22T04:11:23.884Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-22T04:11:24.155Z] ---> Running in 25b5f30407d0 [2023-05-22T04:11:24.425Z] Removing intermediate container 0e414f6a95a3 [2023-05-22T04:11:24.425Z] ---> 401219b711ad [2023-05-22T04:11:24.425Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-22T04:11:24.696Z] ---> Running in 9c875967a03d [2023-05-22T04:11:24.696Z] Removing intermediate container 25b5f30407d0 [2023-05-22T04:11:24.696Z] ---> 2d46ea844384 [2023-05-22T04:11:24.696Z] Step 15/24 : WORKDIR / [2023-05-22T04:11:24.966Z] ---> Running in 1b94771a7379 [2023-05-22T04:11:25.243Z] Removing intermediate container 9c875967a03d [2023-05-22T04:11:25.243Z] ---> e12aa0e26fbe [2023-05-22T04:11:25.243Z] Step 15/25 : WORKDIR / [2023-05-22T04:11:25.514Z] ---> Running in 158824b4c210 [2023-05-22T04:11:25.785Z] Removing intermediate container 1b94771a7379 [2023-05-22T04:11:25.785Z] ---> e484892701e3 [2023-05-22T04:11:25.785Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:11:26.373Z] Removing intermediate container 158824b4c210 [2023-05-22T04:11:26.374Z] ---> 9754156073d9 [2023-05-22T04:11:26.374Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:11:27.339Z] ---> 85c533fd567a [2023-05-22T04:11:27.339Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:11:28.303Z] ---> 3b37e965606c [2023-05-22T04:11:28.303Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:11:28.571Z] ---> 4eab4eb84466 [2023-05-22T04:11:28.571Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-22T04:11:29.158Z] ---> 595697ccf429 [2023-05-22T04:11:29.158Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-22T04:11:29.428Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:11:29.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:11:29.428Z] ---> 1a4db108efea [2023-05-22T04:11:29.428Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T04:11:29.428Z] ---> Using cache [2023-05-22T04:11:29.428Z] ---> 60820dcdbcf0 [2023-05-22T04:11:29.428Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T04:11:29.428Z] ---> Using cache [2023-05-22T04:11:29.428Z] ---> d74aa6ba37cc [2023-05-22T04:11:29.428Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T04:11:29.428Z] ---> Using cache [2023-05-22T04:11:29.428Z] ---> 6fdd220ee63a [2023-05-22T04:11:29.428Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T04:11:29.428Z] ---> Using cache [2023-05-22T04:11:29.428Z] ---> 93922f1d2f55 [2023-05-22T04:11:29.428Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:11:29.428Z] ---> Using cache [2023-05-22T04:11:29.428Z] ---> 8efbffffb4b2 [2023-05-22T04:11:29.428Z] Step 8/23 : COPY . . [2023-05-22T04:11:29.428Z] ---> Using cache [2023-05-22T04:11:29.428Z] ---> 2c487b48efbf [2023-05-22T04:11:29.428Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-22T04:11:29.428Z] ---> Running in eff9390c9503 [2023-05-22T04:11:32.022Z] ---> 373ee5d63192 [2023-05-22T04:11:32.022Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:11:32.022Z] 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-05-22T04:11:32.611Z] ---> 43029a9377b8 [2023-05-22T04:11:32.611Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:11:33.198Z] ---> dcb6ce5d76f2 [2023-05-22T04:11:33.198Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-22T04:11:33.198Z] ---> Running in d9275613b207 [2023-05-22T04:11:36.566Z] ---> 5ccd91e5fec1 [2023-05-22T04:11:36.566Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-22T04:11:36.566Z] Removing intermediate container d9275613b207 [2023-05-22T04:11:36.566Z] ---> 653f1d2c3936 [2023-05-22T04:11:36.566Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T04:11:36.566Z] ---> Running in 1a09c90ec92f [2023-05-22T04:11:37.161Z] Removing intermediate container 1a09c90ec92f [2023-05-22T04:11:37.161Z] ---> c36b547fc3d9 [2023-05-22T04:11:37.161Z] Step 22/24 : LABEL arch=arm64 [2023-05-22T04:11:37.161Z] ---> b02d85d2b717 [2023-05-22T04:11:37.161Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-22T04:11:37.161Z] ---> Running in a44be311d4a9 [2023-05-22T04:11:37.161Z] ---> Running in 5bde457603bb [2023-05-22T04:11:37.756Z] Removing intermediate container 5bde457603bb [2023-05-22T04:11:37.756Z] ---> fd3a6f7e29a5 [2023-05-22T04:11:37.756Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T04:11:38.030Z] Removing intermediate container a44be311d4a9 [2023-05-22T04:11:38.030Z] ---> c747e586e25f [2023-05-22T04:11:38.030Z] Step 23/24 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:11:38.030Z] ---> Running in 126fd176470c [2023-05-22T04:11:38.030Z] ---> Running in c39212780b41 [2023-05-22T04:11:38.623Z] Removing intermediate container c39212780b41 [2023-05-22T04:11:38.623Z] ---> 39c5095bb902 [2023-05-22T04:11:38.623Z] Step 24/24 : LABEL version=0.0.0 [2023-05-22T04:11:38.897Z] ---> Running in bb426c6e1a17 [2023-05-22T04:11:38.897Z] Removing intermediate container 126fd176470c [2023-05-22T04:11:38.897Z] ---> 96723ece4969 [2023-05-22T04:11:38.897Z] Step 23/25 : LABEL arch=arm64 [2023-05-22T04:11:38.898Z] ---> Running in 861eb6027843 [2023-05-22T04:11:39.499Z] Removing intermediate container 861eb6027843 [2023-05-22T04:11:39.499Z] ---> eb2bb2d308d3 [2023-05-22T04:11:39.499Z] Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:11:39.499Z] Removing intermediate container bb426c6e1a17 [2023-05-22T04:11:39.499Z] ---> 714b6b5da973 [2023-05-22T04:11:39.499Z] [2023-05-22T04:11:39.499Z] ---> Running in acb34bd56949 [2023-05-22T04:11:40.093Z] Successfully built 714b6b5da973 [2023-05-22T04:11:40.093Z] Successfully tagged core-command-arm64:latest [2023-05-22T04:11:40.093Z]  Building core-command ... done Building security-spire-config [2023-05-22T04:11:40.093Z] Removing intermediate container acb34bd56949 [2023-05-22T04:11:40.093Z] ---> 5c31b20bdcff [2023-05-22T04:11:40.093Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T04:11:40.363Z] ---> Running in 2d6e964db499 [2023-05-22T04:11:40.633Z] Removing intermediate container 2d6e964db499 [2023-05-22T04:11:40.633Z] ---> c81678f21fcf [2023-05-22T04:11:40.633Z] [2023-05-22T04:11:40.905Z] Successfully built c81678f21fcf [2023-05-22T04:11:40.905Z] Successfully tagged core-metadata-arm64:latest [2023-05-22T04:11:40.905Z]  Building core-metadata ... done Building security-proxy-auth [2023-05-22T04:12:07.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:12:07.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:12:07.640Z] ---> 1a4db108efea [2023-05-22T04:12:07.640Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T04:12:07.640Z] ---> Using cache [2023-05-22T04:12:07.640Z] ---> 60820dcdbcf0 [2023-05-22T04:12:07.640Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T04:12:07.640Z] ---> Using cache [2023-05-22T04:12:07.640Z] ---> d74aa6ba37cc [2023-05-22T04:12:07.640Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T04:12:07.640Z] ---> Using cache [2023-05-22T04:12:07.640Z] ---> 6fdd220ee63a [2023-05-22T04:12:07.640Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T04:12:07.640Z] ---> Using cache [2023-05-22T04:12:07.640Z] ---> 93922f1d2f55 [2023-05-22T04:12:07.640Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:12:07.640Z] ---> Using cache [2023-05-22T04:12:07.640Z] ---> 8efbffffb4b2 [2023-05-22T04:12:07.640Z] Step 8/23 : COPY . . [2023-05-22T04:12:07.640Z] ---> Using cache [2023-05-22T04:12:07.640Z] ---> 2c487b48efbf [2023-05-22T04:12:07.640Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-22T04:12:07.922Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:12:07.922Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:12:07.922Z] ---> 1a4db108efea [2023-05-22T04:12:07.922Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T04:12:07.922Z] ---> Using cache [2023-05-22T04:12:07.922Z] ---> df7128650d2f [2023-05-22T04:12:07.922Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T04:12:08.217Z] ---> Running in d919d17a813a [2023-05-22T04:12:08.217Z] ---> Running in be5c963cc1c2 [2023-05-22T04:12:10.800Z] 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-05-22T04:12:10.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:12:11.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:12:13.170Z] OK: 263 MiB in 53 packages [2023-05-22T04:12:15.759Z] Removing intermediate container d919d17a813a [2023-05-22T04:12:15.759Z] ---> 79daa123d831 [2023-05-22T04:12:15.759Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T04:12:16.026Z] ---> cd73953af9de [2023-05-22T04:12:16.026Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:12:16.292Z] ---> Running in db0b7eb0ae22 [2023-05-22T04:13:53.189Z] Removing intermediate container 76640f99c9e6 [2023-05-22T04:13:53.189Z] ---> d7d009161727 [2023-05-22T04:13:53.189Z] [2023-05-22T04:13:53.189Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T04:13:53.189Z] ---> 51e60588ff2c [2023-05-22T04:13:53.189Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T04:13:53.189Z] ---> Using cache [2023-05-22T04:13:53.189Z] ---> 260fc80c194f [2023-05-22T04:13:53.189Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T04:13:53.189Z] ---> Using cache [2023-05-22T04:13:53.189Z] ---> ad113c40791f [2023-05-22T04:13:53.189Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-22T04:13:53.189Z] ---> Running in 49e08ab35c1b [2023-05-22T04:13:53.189Z] Removing intermediate container 49e08ab35c1b [2023-05-22T04:13:53.189Z] ---> 4ba7a51cd097 [2023-05-22T04:13:53.189Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T04:13:53.189Z] ---> Running in f154ba4d6ecd [2023-05-22T04:13:53.189Z] Removing intermediate container f154ba4d6ecd [2023-05-22T04:13:53.189Z] ---> 4f2d5eb4178a [2023-05-22T04:13:53.189Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:13:53.189Z] ---> 883de850adfc [2023-05-22T04:13:53.189Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:13:53.189Z] ---> 52ebef626236 [2023-05-22T04:13:53.189Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-22T04:13:54.147Z] ---> 7f05041d5e7d [2023-05-22T04:13:54.147Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:13:55.550Z] ---> f5567588de47 [2023-05-22T04:13:55.550Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-22T04:13:55.550Z] ---> Running in 6c97e43eaa1d [2023-05-22T04:13:56.134Z] Removing intermediate container 6c97e43eaa1d [2023-05-22T04:13:56.134Z] ---> 7813698e75d2 [2023-05-22T04:13:56.134Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T04:13:56.403Z] ---> Running in 78a8918ad729 [2023-05-22T04:13:56.987Z] Removing intermediate container db0b7eb0ae22 [2023-05-22T04:13:56.987Z] ---> d0fe53fffc05 [2023-05-22T04:13:56.987Z] Step 7/27 : COPY . .Removing intermediate container 78a8918ad729 [2023-05-22T04:13:56.987Z] [2023-05-22T04:13:56.987Z] ---> e21c38c85db0 [2023-05-22T04:13:56.987Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T04:13:57.266Z] ---> Running in 4792fadf2c47 [2023-05-22T04:13:58.226Z] Removing intermediate container 4792fadf2c47 [2023-05-22T04:13:58.226Z] ---> 486cdd5d7e0b [2023-05-22T04:13:58.226Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:13:58.226Z] ---> Running in 25fec54f09e4 [2023-05-22T04:13:59.186Z] Removing intermediate container 25fec54f09e4 [2023-05-22T04:13:59.186Z] ---> ab3edf76e12b [2023-05-22T04:13:59.186Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T04:13:59.186Z] ---> Running in f1e52b050552 [2023-05-22T04:14:00.144Z] Removing intermediate container f1e52b050552 [2023-05-22T04:14:00.144Z] ---> 8b9770abd357 [2023-05-22T04:14:00.144Z] [2023-05-22T04:14:00.727Z] Successfully built 8b9770abd357 [2023-05-22T04:14:00.993Z] Successfully tagged support-scheduler-arm64:latest [2023-05-22T04:14:00.993Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2023-05-22T04:14:11.060Z] ---> bc6eea5a5eb1 [2023-05-22T04:14:11.060Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T04:14:11.328Z] ---> Running in a0dfd0dc0dbb [2023-05-22T04:14:12.306Z] Removing intermediate container a0dfd0dc0dbb [2023-05-22T04:14:12.306Z] ---> 90350f1e32c0 [2023-05-22T04:14:12.306Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T04:14:12.574Z] ---> Running in 133f111684f3 [2023-05-22T04:14:13.157Z] Removing intermediate container 133f111684f3 [2023-05-22T04:14:13.157Z] ---> dea4f0819d01 [2023-05-22T04:14:13.424Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T04:14:13.424Z] ---> Running in 806c79458aa2 [2023-05-22T04:14:14.010Z] Removing intermediate container 806c79458aa2 [2023-05-22T04:14:14.010Z] ---> 5c61a2c4d00c [2023-05-22T04:14:14.010Z] 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-05-22T04:14:14.278Z] ---> Running in 538ddfac46c5 [2023-05-22T04:14:18.529Z] Removing intermediate container 538ddfac46c5 [2023-05-22T04:14:18.529Z] ---> 172d40098f24 [2023-05-22T04:14:18.529Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T04:14:18.529Z] ---> Running in 991a1f804de8 [2023-05-22T04:14:18.529Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:14:18.529Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:14:18.529Z] ---> 1a4db108efea [2023-05-22T04:14:18.529Z] Step 3/20 : WORKDIR /edgex-go [2023-05-22T04:14:18.529Z] ---> Using cache [2023-05-22T04:14:18.529Z] ---> df7128650d2f [2023-05-22T04:14:18.529Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-22T04:14:18.529Z] ---> Running in b447e4e19448 [2023-05-22T04:14:19.119Z] Removing intermediate container 991a1f804de8 [2023-05-22T04:14:19.119Z] ---> 34261b13f35d [2023-05-22T04:14:19.119Z] [2023-05-22T04:14:19.119Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T04:14:19.119Z] ---> 51e60588ff2c [2023-05-22T04:14:19.119Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T04:14:19.119Z] ---> Using cache [2023-05-22T04:14:19.119Z] ---> abd58c48d1a9 [2023-05-22T04:14:19.119Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-22T04:14:19.386Z] ---> Running in bceca287de75 [2023-05-22T04:14:21.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:21.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:21.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:22.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:23.402Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T04:14:23.402Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T04:14:23.402Z] OK: 17697 distinct packages available [2023-05-22T04:14:23.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:23.986Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T04:14:23.986Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T04:14:23.986Z] OK: 17694 distinct packages available [2023-05-22T04:14:24.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:24.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:24.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:14:25.418Z] OK: 263 MiB in 53 packages [2023-05-22T04:14:26.830Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-22T04:14:26.830Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-22T04:14:26.830Z] (3/4) Installing libucontext (1.2-r0) [2023-05-22T04:14:26.830Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-22T04:14:26.830Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:14:26.830Z] OK: 8 MiB in 19 packages [2023-05-22T04:14:26.830Z] Removing intermediate container b447e4e19448 [2023-05-22T04:14:26.830Z] ---> 1897a37f82d9 [2023-05-22T04:14:26.830Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-22T04:14:28.235Z] ---> 2491749265d3 [2023-05-22T04:14:28.235Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:14:28.235Z] ---> Running in 38baa2e37430 [2023-05-22T04:14:29.190Z] Removing intermediate container bceca287de75 [2023-05-22T04:14:29.190Z] ---> 36730f98b47e [2023-05-22T04:14:29.190Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:14:31.760Z] ---> 8934ff331604 [2023-05-22T04:14:31.760Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:14:32.341Z] ---> 2bd5f05c2953 [2023-05-22T04:14:32.341Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T04:14:38.983Z] ---> e4fc2d82112d [2023-05-22T04:14:38.983Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T04:14:39.567Z] ---> 0ac91d1a2584 [2023-05-22T04:14:39.567Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-22T04:14:39.567Z] ---> Running in 42cd2bc58803 [2023-05-22T04:14:40.152Z] Removing intermediate container 42cd2bc58803 [2023-05-22T04:14:40.152Z] ---> 69bb59acf0f3 [2023-05-22T04:14:40.152Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-22T04:14:41.119Z] ---> 6f2997b0b71e [2023-05-22T04:14:41.119Z] Step 22/27 : WORKDIR / [2023-05-22T04:14:41.119Z] ---> Running in 9c3c97b6950d [2023-05-22T04:14:41.700Z] Removing intermediate container 9c3c97b6950d [2023-05-22T04:14:41.700Z] ---> 589f04d3d5a8 [2023-05-22T04:14:41.700Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T04:14:41.966Z] ---> Running in f018ff50329d [2023-05-22T04:14:42.548Z] Removing intermediate container f018ff50329d [2023-05-22T04:14:42.548Z] ---> 820b0b24091a [2023-05-22T04:14:42.548Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T04:14:42.548Z] ---> Running in b79b4612887f [2023-05-22T04:14:45.136Z] Removing intermediate container b79b4612887f [2023-05-22T04:14:45.136Z] ---> 21c6bcc405f4 [2023-05-22T04:14:45.136Z] Step 25/27 : LABEL arch=arm64 [2023-05-22T04:14:45.136Z] ---> Running in 78c0049d4643 [2023-05-22T04:14:45.402Z] Removing intermediate container 78c0049d4643 [2023-05-22T04:14:45.402Z] ---> d145278ecb9c [2023-05-22T04:14:45.402Z] Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:14:45.402Z] ---> Running in e32513a8cb8d [2023-05-22T04:14:45.986Z] Removing intermediate container e32513a8cb8d [2023-05-22T04:14:45.986Z] ---> 451a4bf93e05 [2023-05-22T04:14:45.986Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T04:14:45.986Z] ---> Running in 5da3f29081aa [2023-05-22T04:14:46.568Z] Removing intermediate container 5da3f29081aa [2023-05-22T04:14:46.568Z] ---> 3c87b28fc29d [2023-05-22T04:14:46.568Z] [2023-05-22T04:14:46.834Z] Successfully built 3c87b28fc29d [2023-05-22T04:14:46.834Z] Successfully tagged security-spire-config-arm64:latest [2023-05-22T04:14:46.834Z] Building core-common-config-bootstrapper [2023-05-22T04:15:05.033Z]  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:15:05.033Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:15:05.033Z] ---> 1a4db108efea [2023-05-22T04:15:05.033Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T04:15:05.033Z] ---> Using cache [2023-05-22T04:15:05.033Z] ---> 60820dcdbcf0 [2023-05-22T04:15:05.033Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T04:15:05.033Z] ---> Using cache [2023-05-22T04:15:05.033Z] ---> d74aa6ba37cc [2023-05-22T04:15:05.033Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T04:15:05.033Z] ---> Using cache [2023-05-22T04:15:05.033Z] ---> 6fdd220ee63a [2023-05-22T04:15:05.033Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T04:15:05.033Z] ---> Using cache [2023-05-22T04:15:05.033Z] ---> 93922f1d2f55 [2023-05-22T04:15:05.033Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:15:05.033Z] ---> Using cache [2023-05-22T04:15:05.033Z] ---> 8efbffffb4b2 [2023-05-22T04:15:05.033Z] Step 8/23 : COPY . . [2023-05-22T04:15:05.033Z] ---> Using cache [2023-05-22T04:15:05.033Z] ---> 2c487b48efbf [2023-05-22T04:15:05.033Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-22T04:15:05.033Z] ---> Running in bfec6ba10aa1 [2023-05-22T04:15:06.449Z] 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-05-22T04:16:05.883Z] Removing intermediate container 38baa2e37430 [2023-05-22T04:16:05.883Z] ---> e5f718b4a193 [2023-05-22T04:16:05.883Z] Step 7/20 : COPY . . [2023-05-22T04:16:12.536Z] Removing intermediate container 1d84223c1275 [2023-05-22T04:16:12.536Z] ---> d81b041f2202 [2023-05-22T04:16:12.536Z] [2023-05-22T04:16:12.536Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T04:16:12.536Z] ---> 51e60588ff2c [2023-05-22T04:16:12.536Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-22T04:16:12.536Z] ---> Running in f87be33d2675 [2023-05-22T04:16:13.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:16:14.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:16:16.319Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-22T04:16:16.319Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-22T04:16:16.319Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:16:16.319Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T04:16:17.276Z] OK: 8 MiB in 17 packages [2023-05-22T04:16:19.219Z] ---> 9ff8abd4f8cf [2023-05-22T04:16:19.219Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-22T04:16:21.793Z] ---> Running in 22d617ba03b0 [2023-05-22T04:16:21.793Z] Removing intermediate container f87be33d2675 [2023-05-22T04:16:21.793Z] ---> aa88082ba9df [2023-05-22T04:16:21.793Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T04:16:22.060Z] ---> Running in 01525c6813ec [2023-05-22T04:16:23.015Z] Removing intermediate container 01525c6813ec [2023-05-22T04:16:23.016Z] ---> 204290d3a69f [2023-05-22T04:16:23.016Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-22T04:16:23.016Z] ---> Running in 94e30a81f950 [2023-05-22T04:16:23.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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-05-22T04:16:23.595Z] Removing intermediate container 94e30a81f950 [2023-05-22T04:16:23.595Z] ---> ae5b9e17b264 [2023-05-22T04:16:23.595Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T04:16:23.595Z] ---> Running in 8724193b2b00 [2023-05-22T04:16:24.174Z] Removing intermediate container 8724193b2b00 [2023-05-22T04:16:24.174Z] ---> abbbde418520 [2023-05-22T04:16:24.174Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:16:24.761Z] ---> c733d2556705 [2023-05-22T04:16:24.761Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:16:25.714Z] ---> ac2885f5f32a [2023-05-22T04:16:25.714Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-22T04:16:29.074Z] ---> 11827cd9b442 [2023-05-22T04:16:29.074Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:16:29.341Z] ---> 6fa231489651 [2023-05-22T04:16:29.341Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-22T04:16:29.612Z] ---> Running in f846670fe4fa [2023-05-22T04:16:29.879Z] Removing intermediate container f846670fe4fa [2023-05-22T04:16:29.879Z] ---> c11788df80fc [2023-05-22T04:16:29.879Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T04:16:29.879Z] ---> Running in 0067d3c55c29 [2023-05-22T04:16:30.459Z] Removing intermediate container 0067d3c55c29 [2023-05-22T04:16:30.459Z] ---> 937e4109d53d [2023-05-22T04:16:30.459Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T04:16:30.459Z] ---> Running in 29890f86dabd [2023-05-22T04:16:31.043Z] Removing intermediate container 29890f86dabd [2023-05-22T04:16:31.043Z] ---> c8619bf6136c [2023-05-22T04:16:31.043Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:16:31.043Z] ---> Running in d780d23eec2f [2023-05-22T04:16:31.632Z] Removing intermediate container d780d23eec2f [2023-05-22T04:16:31.632Z] ---> 7f8d2c84ab97 [2023-05-22T04:16:31.632Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T04:16:31.632Z] ---> Running in 032dbe6f2707 [2023-05-22T04:16:31.899Z] Removing intermediate container 032dbe6f2707 [2023-05-22T04:16:31.899Z] ---> a36474bb353d [2023-05-22T04:16:31.899Z] [2023-05-22T04:16:32.166Z] Successfully built a36474bb353d [2023-05-22T04:16:32.166Z] Successfully tagged support-notifications-arm64:latest [2023-05-22T04:16:32.166Z]  Building support-notifications ... done Building security-spire-agent [2023-05-22T04:16:50.358Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:16:50.358Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:16:50.358Z] ---> 1a4db108efea [2023-05-22T04:16:50.358Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> df7128650d2f [2023-05-22T04:16:50.358Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 79daa123d831 [2023-05-22T04:16:50.358Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> cd73953af9de [2023-05-22T04:16:50.358Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> d0fe53fffc05 [2023-05-22T04:16:50.358Z] Step 7/27 : COPY . . [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> bc6eea5a5eb1 [2023-05-22T04:16:50.358Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 90350f1e32c0 [2023-05-22T04:16:50.358Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> dea4f0819d01 [2023-05-22T04:16:50.358Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 5c61a2c4d00c [2023-05-22T04:16:50.358Z] 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-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 172d40098f24 [2023-05-22T04:16:50.358Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 34261b13f35d [2023-05-22T04:16:50.358Z] [2023-05-22T04:16:50.358Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T04:16:50.358Z] ---> 51e60588ff2c [2023-05-22T04:16:50.358Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> abd58c48d1a9 [2023-05-22T04:16:50.358Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 71b1043d38bb [2023-05-22T04:16:50.358Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 340096460159 [2023-05-22T04:16:50.358Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:16:50.358Z] ---> Using cache [2023-05-22T04:16:50.358Z] ---> 66274e565251 [2023-05-22T04:16:50.358Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-22T04:16:53.693Z] ---> b94e10bf76a7 [2023-05-22T04:16:53.693Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T04:16:59.022Z] ---> 79d115220f81 [2023-05-22T04:16:59.022Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T04:17:03.262Z] ---> bd3a54d172b1 [2023-05-22T04:17:03.262Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-22T04:17:03.845Z] ---> 1fc96b0788d9 [2023-05-22T04:17:03.845Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-22T04:17:04.797Z] ---> 64be83fdae7e [2023-05-22T04:17:04.797Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T04:17:04.797Z] ---> Running in 3d9536ce4da3 [2023-05-22T04:17:05.378Z] Removing intermediate container 3d9536ce4da3 [2023-05-22T04:17:05.378Z] ---> 684a909fa828 [2023-05-22T04:17:05.378Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T04:17:05.378Z] ---> Running in aea9d9e50a3c [2023-05-22T04:17:05.959Z] Removing intermediate container aea9d9e50a3c [2023-05-22T04:17:05.959Z] ---> 9223426eeeee [2023-05-22T04:17:05.959Z] Step 25/27 : LABEL arch=arm64 [2023-05-22T04:17:05.959Z] ---> Running in 5d5820b37630 [2023-05-22T04:17:06.226Z] Removing intermediate container 5d5820b37630 [2023-05-22T04:17:06.226Z] ---> 20a4142617f9 [2023-05-22T04:17:06.226Z] Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:17:06.493Z] ---> Running in 6815f5ca5abe [2023-05-22T04:17:06.761Z] Removing intermediate container 6815f5ca5abe [2023-05-22T04:17:06.761Z] ---> 1886dce54b27 [2023-05-22T04:17:06.761Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T04:17:07.030Z] ---> Running in a957b7722416 [2023-05-22T04:17:07.296Z] Removing intermediate container a957b7722416 [2023-05-22T04:17:07.296Z] ---> e268acdfb593 [2023-05-22T04:17:07.296Z] [2023-05-22T04:17:07.562Z] Successfully built e268acdfb593 [2023-05-22T04:17:07.562Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-22T04:17:07.562Z]  Building security-spire-agent ... done Building security-proxy-setup [2023-05-22T04:17:26.036Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:17:26.036Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:17:26.036Z] ---> 1a4db108efea [2023-05-22T04:17:26.036Z] Step 3/22 : WORKDIR /edgex-go [2023-05-22T04:17:26.036Z] ---> Using cache [2023-05-22T04:17:26.036Z] ---> df7128650d2f [2023-05-22T04:17:26.036Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-22T04:17:26.036Z] ---> Using cache [2023-05-22T04:17:26.036Z] ---> f41e2165ee23 [2023-05-22T04:17:26.036Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-22T04:17:26.036Z] ---> Using cache [2023-05-22T04:17:26.036Z] ---> b074738a9720 [2023-05-22T04:17:26.036Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:17:26.036Z] ---> Using cache [2023-05-22T04:17:26.036Z] ---> 0d9cc064b4b5 [2023-05-22T04:17:26.036Z] Step 7/22 : COPY . . [2023-05-22T04:17:26.036Z] ---> Using cache [2023-05-22T04:17:26.036Z] ---> acb7e0492b64 [2023-05-22T04:17:26.036Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-22T04:17:26.036Z] ---> Running in a5dff9ff94bf [2023-05-22T04:17:27.970Z] 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-05-22T04:18:35.809Z] Removing intermediate container be5c963cc1c2 [2023-05-22T04:18:35.809Z] ---> 2997bfd31366 [2023-05-22T04:18:35.809Z] [2023-05-22T04:18:35.809Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T04:18:35.809Z] ---> 51e60588ff2c [2023-05-22T04:18:35.809Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-22T04:18:35.809Z] ---> Running in e89b5df32067 [2023-05-22T04:18:35.809Z] Removing intermediate container e89b5df32067 [2023-05-22T04:18:35.809Z] ---> c99e60acfc4e [2023-05-22T04:18:35.809Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T04:18:35.809Z] ---> Running in d502875fed22 [2023-05-22T04:18:35.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:18:35.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:18:35.809Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T04:18:35.809Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:18:35.809Z] OK: 8 MiB in 16 packages [2023-05-22T04:18:35.809Z] Removing intermediate container d502875fed22 [2023-05-22T04:18:35.809Z] ---> 626c6e67c97d [2023-05-22T04:18:35.809Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:18:35.809Z] ---> 8c06f4b883bf [2023-05-22T04:18:35.809Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:18:36.769Z] ---> ffd6e30a9aa1 [2023-05-22T04:18:36.769Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-22T04:18:39.348Z] ---> f66fa7e0341a [2023-05-22T04:18:39.348Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:18:41.296Z] ---> 8dac206e8c72 [2023-05-22T04:18:41.296Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-22T04:18:43.239Z] ---> 110136f1a234 [2023-05-22T04:18:43.239Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T04:18:43.239Z] ---> Running in 1a402a694470 [2023-05-22T04:18:44.652Z] Removing intermediate container eff9390c9503 [2023-05-22T04:18:44.652Z] ---> 653f908822c7 [2023-05-22T04:18:44.652Z] [2023-05-22T04:18:44.652Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T04:18:44.652Z] ---> 51e60588ff2c [2023-05-22T04:18:44.652Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T04:18:44.652Z] ---> Running in ee4d00ac268a [2023-05-22T04:18:45.614Z] Removing intermediate container ee4d00ac268a [2023-05-22T04:18:45.614Z] ---> 8b2111e31dde [2023-05-22T04:18:45.614Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-22T04:18:45.884Z] ---> Running in 4723600f3dde [2023-05-22T04:18:46.845Z] Removing intermediate container 4723600f3dde [2023-05-22T04:18:46.845Z] ---> 94b8b6d72c96 [2023-05-22T04:18:46.845Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-22T04:18:46.845Z] ---> Running in 7218a29b6e07 [2023-05-22T04:18:46.845Z] Removing intermediate container 1a402a694470 [2023-05-22T04:18:46.845Z] ---> ddb62fd55aca [2023-05-22T04:18:46.845Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T04:18:47.112Z] ---> Running in fe35182839e1 [2023-05-22T04:18:47.697Z] Removing intermediate container 7218a29b6e07 [2023-05-22T04:18:47.697Z] ---> 98f34294a3f3 [2023-05-22T04:18:47.697Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T04:18:47.697Z] ---> Running in 1aeaca0fb572 [2023-05-22T04:18:47.697Z] Removing intermediate container fe35182839e1 [2023-05-22T04:18:47.697Z] ---> 7ca5ba74d70e [2023-05-22T04:18:47.697Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T04:18:47.965Z] ---> Running in a54d6c9b61c1 [2023-05-22T04:18:48.928Z] Removing intermediate container a54d6c9b61c1 [2023-05-22T04:18:48.928Z] ---> 3b6189de974d [2023-05-22T04:18:48.928Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T04:18:48.928Z] ---> Running in dd905b76188f [2023-05-22T04:18:49.889Z] Removing intermediate container dd905b76188f [2023-05-22T04:18:49.889Z] ---> 11f1ecb4894d [2023-05-22T04:18:49.889Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:18:49.889Z] ---> Running in c3484368b8aa [2023-05-22T04:18:50.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:18:50.427Z] Removing intermediate container c3484368b8aa [2023-05-22T04:18:50.427Z] ---> 1c67a898fce8 [2023-05-22T04:18:50.427Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T04:18:50.427Z] ---> Running in 8809d8f7d835 [2023-05-22T04:18:51.012Z] Removing intermediate container 8809d8f7d835 [2023-05-22T04:18:51.012Z] ---> 4486d70713f9 [2023-05-22T04:18:51.012Z] [2023-05-22T04:18:51.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:18:51.278Z] Successfully built 4486d70713f9 [2023-05-22T04:18:51.278Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-22T04:18:51.278Z]  Building security-proxy-auth ... done Building security-secretstore-setup [2023-05-22T04:18:52.691Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T04:18:52.691Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:18:52.691Z] OK: 8 MiB in 16 packages [2023-05-22T04:18:54.637Z] Removing intermediate container 1aeaca0fb572 [2023-05-22T04:18:54.637Z] ---> 064910e0fd59 [2023-05-22T04:18:54.637Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:18:55.225Z] ---> 319d2c0447b7 [2023-05-22T04:18:55.225Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:18:56.190Z] ---> 1ff7157fb4a3 [2023-05-22T04:18:56.190Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-22T04:18:57.608Z] ---> 166baaf56dde [2023-05-22T04:18:57.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:18:58.575Z] ---> 2953a9cff13d [2023-05-22T04:18:58.575Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-22T04:18:58.844Z] ---> Running in 459d424fd6b6 [2023-05-22T04:18:59.427Z] Removing intermediate container 459d424fd6b6 [2023-05-22T04:18:59.427Z] ---> 6e10446efa23 [2023-05-22T04:18:59.693Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T04:18:59.693Z] ---> Running in 88dbe712f3c4 [2023-05-22T04:19:03.037Z] Removing intermediate container 88dbe712f3c4 [2023-05-22T04:19:03.037Z] ---> 076369ca69de [2023-05-22T04:19:03.037Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T04:19:03.037Z] ---> Running in f0cb3f406707 [2023-05-22T04:19:03.619Z] Removing intermediate container f0cb3f406707 [2023-05-22T04:19:03.619Z] ---> eef87ab4e8c0 [2023-05-22T04:19:03.619Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:19:03.619Z] ---> Running in 7ece8efbf362 [2023-05-22T04:19:04.583Z] Removing intermediate container 7ece8efbf362 [2023-05-22T04:19:04.583Z] ---> 2e47a7118d67 [2023-05-22T04:19:04.583Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T04:19:04.583Z] ---> Running in 53941011963e [2023-05-22T04:19:05.548Z] Removing intermediate container 53941011963e [2023-05-22T04:19:05.548Z] ---> c5bfa3c59c21 [2023-05-22T04:19:05.548Z] [2023-05-22T04:19:05.548Z] Successfully built c5bfa3c59c21 [2023-05-22T04:19:05.814Z] Successfully tagged core-data-arm64:latest [2023-05-22T04:19:10.055Z]  Building core-data ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T04:19:10.055Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T04:19:10.055Z] ---> 1a4db108efea [2023-05-22T04:19:10.055Z] Step 3/25 : WORKDIR /edgex-go [2023-05-22T04:19:10.055Z] ---> Using cache [2023-05-22T04:19:10.055Z] ---> df7128650d2f [2023-05-22T04:19:10.055Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-22T04:19:10.055Z] ---> Using cache [2023-05-22T04:19:10.055Z] ---> f41e2165ee23 [2023-05-22T04:19:10.055Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-22T04:19:10.055Z] ---> Using cache [2023-05-22T04:19:10.055Z] ---> b074738a9720 [2023-05-22T04:19:10.055Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T04:19:10.055Z] ---> Using cache [2023-05-22T04:19:10.055Z] ---> 0d9cc064b4b5 [2023-05-22T04:19:10.055Z] Step 7/25 : COPY . . [2023-05-22T04:19:10.055Z] ---> Using cache [2023-05-22T04:19:10.055Z] ---> acb7e0492b64 [2023-05-22T04:19:10.055Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-22T04:19:10.055Z] ---> Running in 9c39840f8d9b [2023-05-22T04:19:11.456Z] 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-05-22T04:21:33.112Z] Removing intermediate container bfec6ba10aa1 [2023-05-22T04:21:33.112Z] ---> 00ae66a717b2 [2023-05-22T04:21:33.112Z] [2023-05-22T04:21:33.112Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T04:21:33.112Z] ---> 51e60588ff2c [2023-05-22T04:21:33.112Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-22T04:21:33.112Z] ---> Using cache [2023-05-22T04:21:33.112Z] ---> c99e60acfc4e [2023-05-22T04:21:33.112Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T04:21:33.112Z] ---> Using cache [2023-05-22T04:21:33.112Z] ---> 626c6e67c97d [2023-05-22T04:21:33.112Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:21:33.112Z] ---> Using cache [2023-05-22T04:21:33.112Z] ---> 8c06f4b883bf [2023-05-22T04:21:33.112Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:21:33.112Z] ---> Using cache [2023-05-22T04:21:33.112Z] ---> ffd6e30a9aa1 [2023-05-22T04:21:33.112Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-22T04:21:33.112Z] ---> a0487529da1e [2023-05-22T04:21:33.112Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:21:33.112Z] ---> 270c145ada1b [2023-05-22T04:21:33.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-22T04:21:33.112Z] ---> 05935b55bb3f [2023-05-22T04:21:33.112Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T04:21:33.112Z] ---> Running in ead3786de83f [2023-05-22T04:21:33.112Z] Removing intermediate container ead3786de83f [2023-05-22T04:21:33.112Z] ---> 8b89da84e882 [2023-05-22T04:21:33.112Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T04:21:33.112Z] ---> Running in d0c60f595c70 [2023-05-22T04:21:33.112Z] Removing intermediate container d0c60f595c70 [2023-05-22T04:21:33.112Z] ---> 353deeebaa8c [2023-05-22T04:21:33.112Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T04:21:33.112Z] ---> Running in ad6354378a2f [2023-05-22T04:21:33.112Z] Removing intermediate container ad6354378a2f [2023-05-22T04:21:33.112Z] ---> 5ff886305232 [2023-05-22T04:21:33.112Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T04:21:33.112Z] ---> Running in 100933131a80 [2023-05-22T04:21:33.112Z] Removing intermediate container 100933131a80 [2023-05-22T04:21:33.112Z] ---> db4b749337d1 [2023-05-22T04:21:33.112Z] Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:21:33.112Z] ---> Running in bedbe9d78604 [2023-05-22T04:21:33.112Z] Removing intermediate container bedbe9d78604 [2023-05-22T04:21:33.112Z] ---> 19ba2b1d15d8 [2023-05-22T04:21:33.112Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T04:21:33.112Z] ---> Running in e051a808c883 [2023-05-22T04:21:33.112Z] Removing intermediate container e051a808c883 [2023-05-22T04:21:33.112Z] ---> cbb5cf8209e8 [2023-05-22T04:21:33.112Z] [2023-05-22T04:21:33.112Z] Successfully built cbb5cf8209e8 [2023-05-22T04:21:33.112Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-22T04:22:40.946Z]  Building core-common-config-bootstrapper ... done Removing intermediate container a5dff9ff94bf [2023-05-22T04:22:40.946Z] ---> cc7cdef0b11a [2023-05-22T04:22:40.946Z] [2023-05-22T04:22:40.946Z] Step 9/22 : FROM alpine:3.17 [2023-05-22T04:22:40.946Z] ---> 51e60588ff2c [2023-05-22T04:22:40.946Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-22T04:22:40.946Z] ---> Running in df814316dfe1 [2023-05-22T04:22:40.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:22:40.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:22:40.946Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T04:22:40.946Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-22T04:22:40.946Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:22:40.946Z] OK: 8 MiB in 17 packages [2023-05-22T04:22:41.905Z] Removing intermediate container df814316dfe1 [2023-05-22T04:22:41.905Z] ---> e695bf38d6df [2023-05-22T04:22:41.905Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T04:22:41.905Z] ---> Running in 3d593081df9d [2023-05-22T04:22:42.171Z] Removing intermediate container 3d593081df9d [2023-05-22T04:22:42.171Z] ---> c53419110dc9 [2023-05-22T04:22:42.171Z] Step 12/22 : WORKDIR /edgex [2023-05-22T04:22:42.446Z] ---> Running in 03f2f620075e [2023-05-22T04:22:43.025Z] Removing intermediate container 03f2f620075e [2023-05-22T04:22:43.025Z] ---> 551e8450f0b8 [2023-05-22T04:22:43.025Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:22:43.982Z] ---> c8b1b6dc5411 [2023-05-22T04:22:43.982Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:22:44.562Z] ---> 4d66ec26fc36 [2023-05-22T04:22:44.562Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-22T04:22:45.532Z] ---> 5a8c71e7de04 [2023-05-22T04:22:45.533Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-22T04:22:46.936Z] ---> 551e7c7eb8c4 [2023-05-22T04:22:46.936Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T04:22:47.526Z] ---> de74ea8ba884 [2023-05-22T04:22:47.526Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T04:22:47.526Z] ---> Running in 6f3f22b5ae75 [2023-05-22T04:22:50.886Z] Removing intermediate container 6f3f22b5ae75 [2023-05-22T04:22:50.886Z] ---> 3cc7a79169af [2023-05-22T04:22:50.886Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T04:22:50.886Z] ---> Running in b167e8289cd4 [2023-05-22T04:22:51.165Z] Removing intermediate container b167e8289cd4 [2023-05-22T04:22:51.165Z] ---> 5f83eda03753 [2023-05-22T04:22:51.165Z] Step 20/22 : LABEL arch=arm64 [2023-05-22T04:22:51.165Z] ---> Running in d36efd32b615 [2023-05-22T04:22:54.518Z] Removing intermediate container d36efd32b615 [2023-05-22T04:22:54.518Z] ---> bab80ccacd76 [2023-05-22T04:22:54.518Z] Step 21/22 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:22:54.518Z] ---> Running in 612b33b8655a [2023-05-22T04:22:54.787Z] Removing intermediate container 612b33b8655a [2023-05-22T04:22:54.787Z] ---> 81e319f6ca29 [2023-05-22T04:22:55.059Z] Step 22/22 : LABEL version=0.0.0 [2023-05-22T04:22:55.059Z] ---> Running in 7a7f6df15f87 [2023-05-22T04:22:55.651Z] Removing intermediate container 7a7f6df15f87 [2023-05-22T04:22:55.651Z] ---> 09aa454363d1 [2023-05-22T04:22:55.651Z] [2023-05-22T04:22:55.920Z] Successfully built 09aa454363d1 [2023-05-22T04:22:55.920Z] Successfully tagged security-proxy-setup-arm64:latest [2023-05-22T04:23:10.939Z]  Building security-proxy-setup ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-22T04:23:10.939Z] Removing intermediate container 22d617ba03b0 [2023-05-22T04:23:10.939Z] ---> 0d98e32c0a56 [2023-05-22T04:23:10.939Z] [2023-05-22T04:23:10.939Z] Step 9/20 : FROM alpine:3.17 [2023-05-22T04:23:10.939Z] ---> 51e60588ff2c [2023-05-22T04:23:10.939Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T04:23:10.939Z] ---> Using cache [2023-05-22T04:23:10.939Z] ---> 71ca7d482033 [2023-05-22T04:23:10.939Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-22T04:23:10.939Z] ---> Running in 96e92419f66d [2023-05-22T04:23:10.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:23:11.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:23:12.946Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T04:23:12.946Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T04:23:12.946Z] OK: 17694 distinct packages available [2023-05-22T04:23:12.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:23:13.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:23:14.952Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-22T04:23:14.952Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-22T04:23:14.952Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-22T04:23:14.952Z] (4/9) Installing libcurl (8.1.0-r2) [2023-05-22T04:23:14.952Z] (5/9) Installing curl (8.1.0-r2) [2023-05-22T04:23:14.952Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-22T04:23:14.952Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-22T04:23:14.952Z] (8/9) Installing libucontext (1.2-r0) [2023-05-22T04:23:14.952Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-22T04:23:14.952Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:23:14.952Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T04:23:15.540Z] OK: 11 MiB in 24 packages [2023-05-22T04:23:17.495Z] Removing intermediate container 96e92419f66d [2023-05-22T04:23:17.495Z] ---> 274e0724d50d [2023-05-22T04:23:17.495Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:23:18.086Z] ---> d4d3f4cbf370 [2023-05-22T04:23:18.086Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:23:18.679Z] ---> b982da49c4b6 [2023-05-22T04:23:18.679Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-22T04:23:18.948Z] Removing intermediate container 9c39840f8d9b [2023-05-22T04:23:18.948Z] ---> 47ecd0c5e65a [2023-05-22T04:23:18.948Z] [2023-05-22T04:23:18.948Z] Step 9/25 : FROM alpine:3.17 [2023-05-22T04:23:18.948Z] ---> 51e60588ff2c [2023-05-22T04:23:18.948Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-22T04:23:18.948Z] ---> Running in 38abd5211b49 [2023-05-22T04:23:20.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T04:23:20.376Z] ---> f31fc380ee57 [2023-05-22T04:23:20.376Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:23:20.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T04:23:21.233Z] ---> 8e91288439f9 [2023-05-22T04:23:21.233Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-22T04:23:21.233Z] ---> Running in e8d656a0eeeb [2023-05-22T04:23:21.502Z] Removing intermediate container e8d656a0eeeb [2023-05-22T04:23:21.502Z] ---> f9a57e14fa82 [2023-05-22T04:23:21.502Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T04:23:21.771Z] ---> Running in 4cfcac192988 [2023-05-22T04:23:21.771Z] (1/3) Installing ca-certificates (20230506-r0) [2023-05-22T04:23:21.771Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-22T04:23:21.771Z] (3/3) Installing su-exec (0.2-r2) [2023-05-22T04:23:21.771Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T04:23:21.771Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T04:23:22.040Z] Removing intermediate container 4cfcac192988 [2023-05-22T04:23:22.040Z] ---> f9f7961e7b2d [2023-05-22T04:23:22.040Z] Step 18/20 : LABEL arch=arm64 [2023-05-22T04:23:22.040Z] ---> Running in 8f1081572105 [2023-05-22T04:23:22.310Z] OK: 8 MiB in 18 packages [2023-05-22T04:23:22.580Z] Removing intermediate container 8f1081572105 [2023-05-22T04:23:22.580Z] ---> 4faef6b23138 [2023-05-22T04:23:22.580Z] Step 19/20 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:23:22.580Z] ---> Running in 691d7eadf8e9 [2023-05-22T04:23:23.174Z] Removing intermediate container 691d7eadf8e9 [2023-05-22T04:23:23.174Z] ---> a894ee0f4364 [2023-05-22T04:23:23.174Z] Step 20/20 : LABEL version=0.0.0 [2023-05-22T04:23:23.174Z] ---> Running in 5ebea1353420 [2023-05-22T04:23:23.442Z] Removing intermediate container 5ebea1353420 [2023-05-22T04:23:23.442Z] ---> 9de49e9aa753 [2023-05-22T04:23:23.442Z] [2023-05-22T04:23:23.713Z] Removing intermediate container 38abd5211b49 [2023-05-22T04:23:23.713Z] ---> fb514714efcd [2023-05-22T04:23:23.713Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T04:23:23.713Z] ---> Running in 45699ecce332 [2023-05-22T04:23:23.984Z] Successfully built 9de49e9aa753 [2023-05-22T04:23:23.984Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-22T04:23:23.984Z]  Building security-spiffe-token-provider ... done Removing intermediate container 45699ecce332 [2023-05-22T04:23:23.984Z] ---> cd82c30690ca [2023-05-22T04:23:23.984Z] Step 12/25 : WORKDIR / [2023-05-22T04:23:24.252Z] ---> Running in 45c5595d5af5 [2023-05-22T04:23:24.522Z] Removing intermediate container 45c5595d5af5 [2023-05-22T04:23:24.522Z] ---> 3c994557d6c7 [2023-05-22T04:23:24.522Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T04:23:25.112Z] ---> 83e27df6ce9c [2023-05-22T04:23:25.112Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T04:23:25.382Z] ---> 4c97e69f953a [2023-05-22T04:23:25.382Z] 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-05-22T04:23:25.972Z] ---> 93555721d2ec [2023-05-22T04:23:25.972Z] 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-05-22T04:23:26.558Z] ---> 0c7d4cf449ce [2023-05-22T04:23:26.558Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-22T04:23:27.146Z] ---> 4730542f376e [2023-05-22T04:23:27.146Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-22T04:23:28.112Z] ---> fe899c6e2ab3 [2023-05-22T04:23:28.112Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-22T04:23:29.077Z] ---> bc563ea397a1 [2023-05-22T04:23:29.077Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T04:23:29.364Z] ---> a071e6ce6ef4 [2023-05-22T04:23:29.364Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T04:23:29.364Z] ---> Running in e523a8f32c57 [2023-05-22T04:23:31.321Z] Removing intermediate container e523a8f32c57 [2023-05-22T04:23:31.321Z] ---> 13d5bf27829b [2023-05-22T04:23:31.321Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T04:23:31.321Z] ---> Running in 57a5e0f5eebf [2023-05-22T04:23:31.591Z] Removing intermediate container 57a5e0f5eebf [2023-05-22T04:23:31.591Z] ---> 24e11b29081b [2023-05-22T04:23:31.591Z] Step 23/25 : LABEL arch=arm64 [2023-05-22T04:23:31.591Z] ---> Running in c40e65c8860d [2023-05-22T04:23:31.861Z] Removing intermediate container c40e65c8860d [2023-05-22T04:23:31.861Z] ---> f975c02e1b58 [2023-05-22T04:23:31.861Z] Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 [2023-05-22T04:23:31.861Z] ---> Running in d11461306a5c [2023-05-22T04:23:32.131Z] Removing intermediate container d11461306a5c [2023-05-22T04:23:32.131Z] ---> f1727a394ae5 [2023-05-22T04:23:32.131Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T04:23:32.403Z] ---> Running in 65b29699fb24 [2023-05-22T04:23:32.671Z] Removing intermediate container 65b29699fb24 [2023-05-22T04:23:32.671Z] ---> 012851007519 [2023-05-22T04:23:32.671Z] [2023-05-22T04:23:32.941Z] Successfully built 012851007519 [2023-05-22T04:23:32.941Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-22T04:23:33.225Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-05-22T04:23:33.233Z] $ docker stop --time=1 5b9afebffdaadfab90a9e5416ac7eb3f0c56f45e08a88535cdc24ba43355b995 [2023-05-22T04:23:34.917Z] $ docker rm -f --volumes 5b9afebffdaadfab90a9e5416ac7eb3f0c56f45e08a88535cdc24ba43355b995 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T04:23:35.466Z] + docker images [2023-05-22T04:23:35.733Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-22T04:23:35.733Z] security-secretstore-setup-arm64 latest 012851007519 3 seconds ago 32.2MB [2023-05-22T04:23:35.733Z] security-spiffe-token-provider-arm64 latest 9de49e9aa753 12 seconds ago 32.7MB [2023-05-22T04:23:35.733Z] 47ecd0c5e65a 17 seconds ago 1.52GB [2023-05-22T04:23:35.733Z] 0d98e32c0a56 27 seconds ago 1.57GB [2023-05-22T04:23:35.733Z] security-proxy-setup-arm64 latest 09aa454363d1 40 seconds ago 18.7MB [2023-05-22T04:23:35.733Z] cc7cdef0b11a About a minute ago 1.51GB [2023-05-22T04:23:35.733Z] core-common-config-bootstrapper-arm64 latest cbb5cf8209e8 2 minutes ago 17.2MB [2023-05-22T04:23:35.733Z] 00ae66a717b2 2 minutes ago 1.52GB [2023-05-22T04:23:35.733Z] core-data-arm64 latest c5bfa3c59c21 4 minutes ago 19.9MB [2023-05-22T04:23:35.733Z] security-proxy-auth-arm64 latest 4486d70713f9 4 minutes ago 18.1MB [2023-05-22T04:23:35.733Z] 653f908822c7 4 minutes ago 1.53GB [2023-05-22T04:23:35.733Z] 2997bfd31366 5 minutes ago 1.51GB [2023-05-22T04:23:35.733Z] security-spire-agent-arm64 latest e268acdfb593 6 minutes ago 153MB [2023-05-22T04:23:35.733Z] support-notifications-arm64 latest a36474bb353d 7 minutes ago 32MB [2023-05-22T04:23:35.733Z] d81b041f2202 7 minutes ago 1.59GB [2023-05-22T04:23:35.733Z] security-spire-config-arm64 latest 3c87b28fc29d 8 minutes ago 96.1MB [2023-05-22T04:23:35.733Z] 34261b13f35d 9 minutes ago 1.39GB [2023-05-22T04:23:35.733Z] support-scheduler-arm64 latest 8b9770abd357 9 minutes ago 31.2MB [2023-05-22T04:23:35.733Z] d7d009161727 9 minutes ago 1.59GB [2023-05-22T04:23:35.733Z] core-metadata-arm64 latest c81678f21fcf 11 minutes ago 20.2MB [2023-05-22T04:23:35.733Z] core-command-arm64 latest 714b6b5da973 11 minutes ago 19.7MB [2023-05-22T04:23:35.733Z] d431a7f53519 12 minutes ago 1.53GB [2023-05-22T04:23:35.733Z] f80fc3d597c4 12 minutes ago 1.53GB [2023-05-22T04:23:35.733Z] security-bootstrapper-arm64 latest 23c62b96e083 12 minutes ago 21.9MB [2023-05-22T04:23:35.733Z] 1bf2852bb515 13 minutes ago 1.51GB [2023-05-22T04:23:35.733Z] security-spire-server-arm64 latest 6fe1943b61ff 18 minutes ago 97MB [2023-05-22T04:23:35.733Z] 40f030ab26d0 19 minutes ago 1.39GB [2023-05-22T04:23:35.733Z] ci-base-image-arm64 latest 1a4db108efea 34 minutes ago 899MB [2023-05-22T04:23:35.733Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 3 weeks ago 681MB [2023-05-22T04:23:35.733Z] alpine 3.17 51e60588ff2c 7 weeks ago 7.46MB [2023-05-22T04:23:35.733Z] 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-05-22T04:23:36.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T04:23:36.590Z] [2023-05-22T04:23:36.590Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T04:23:37.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T04:23:37.323Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-22T04:23:37.323Z] 8998bd30e6a1: Pulling fs layer [2023-05-22T04:23:37.323Z] 04944245beec: Pulling fs layer [2023-05-22T04:23:37.323Z] 699f458cf7ca: Pulling fs layer [2023-05-22T04:23:37.323Z] 765212b225bb: Pulling fs layer [2023-05-22T04:23:37.323Z] f23df028b6ca: Pulling fs layer [2023-05-22T04:23:37.323Z] d65c8cfc05b1: Pulling fs layer [2023-05-22T04:23:37.323Z] 2437ff75d9bd: Pulling fs layer [2023-05-22T04:23:37.323Z] 765212b225bb: Waiting [2023-05-22T04:23:37.323Z] f23df028b6ca: Waiting [2023-05-22T04:23:37.323Z] d65c8cfc05b1: Waiting [2023-05-22T04:23:37.323Z] 2437ff75d9bd: Waiting [2023-05-22T04:23:37.323Z] 04944245beec: Verifying Checksum [2023-05-22T04:23:37.323Z] 765212b225bb: Verifying Checksum [2023-05-22T04:23:37.323Z] 765212b225bb: Download complete [2023-05-22T04:23:37.323Z] f23df028b6ca: Verifying Checksum [2023-05-22T04:23:37.323Z] f23df028b6ca: Download complete [2023-05-22T04:23:37.605Z] d65c8cfc05b1: Verifying Checksum [2023-05-22T04:23:37.605Z] d65c8cfc05b1: Download complete [2023-05-22T04:23:37.605Z] 699f458cf7ca: Verifying Checksum [2023-05-22T04:23:37.605Z] 699f458cf7ca: Download complete [2023-05-22T04:23:37.888Z] 8998bd30e6a1: Verifying Checksum [2023-05-22T04:23:37.888Z] 8998bd30e6a1: Download complete [2023-05-22T04:23:40.561Z] 2437ff75d9bd: Verifying Checksum [2023-05-22T04:23:40.561Z] 2437ff75d9bd: Download complete [2023-05-22T04:23:42.502Z] 8998bd30e6a1: Pull complete [2023-05-22T04:23:42.502Z] 04944245beec: Pull complete [2023-05-22T04:23:43.909Z] 699f458cf7ca: Pull complete [2023-05-22T04:23:44.176Z] 765212b225bb: Pull complete [2023-05-22T04:23:45.134Z] f23df028b6ca: Pull complete [2023-05-22T04:23:45.134Z] d65c8cfc05b1: Pull complete [2023-05-22T04:24:00.110Z] 2437ff75d9bd: Pull complete [2023-05-22T04:24:00.110Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-22T04:24:00.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T04:24:00.110Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T04:24:00.443Z] prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container [2023-05-22T04:24:00.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-22T04:24:05.564Z] $ docker top 018c922a62c28f7b9ae31da3a0e83b973c25fe46f7e7a1730208594983214aed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:06.550Z] ---> job-cost.sh [2023-05-22T04:24:06.550Z] lf-activate-venv: SKIPPING [2023-05-22T04:24:06.550Z] INFO: No Stack... [2023-05-22T04:24:07.132Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-22T04:24:08.089Z] INFO: Archiving Costs [Pipeline] sh [2023-05-22T04:24:08.745Z] + + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-05-22T04:24:08.745Z] cut -d, -f6 [Pipeline] lock [2023-05-22T04:24:08.838Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] [2023-05-22T04:24:08.847Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] did not exist. Created. [2023-05-22T04:24:08.847Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-22T04:24:09.577Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-22T04:24:09.765Z] Stashed 1 file(s) [Pipeline] } [2023-05-22T04:24:09.780Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-22T04:24:09.837Z] $ docker stop --time=1 018c922a62c28f7b9ae31da3a0e83b973c25fe46f7e7a1730208594983214aed [2023-05-22T04:24:11.358Z] $ docker rm -f --volumes 018c922a62c28f7b9ae31da3a0e83b973c25fe46f7e7a1730208594983214aed [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-05-22T04:24:12.423Z] provisioning config files... [2023-05-22T04:24:12.430Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8519317583573710209tmp [Pipeline] { [Pipeline] sh [2023-05-22T04:24:12.766Z] + set +x [2023-05-22T04:24:12.766Z] + + curl -s https://codecov.io/bash [2023-05-22T04:24:12.766Z] bash -s -- [2023-05-22T04:24:12.766Z] [2023-05-22T04:24:12.766Z] _____ _ [2023-05-22T04:24:12.766Z] / ____| | | [2023-05-22T04:24:12.766Z] | | ___ __| | ___ ___ _____ __ [2023-05-22T04:24:12.766Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-22T04:24:12.766Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-22T04:24:12.766Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-22T04:24:12.766Z] Bash-1.0.6 [2023-05-22T04:24:12.766Z] [2023-05-22T04:24:12.766Z] [2023-05-22T04:24:12.766Z] ==> git version 2.25.1 found [2023-05-22T04:24:12.766Z] ==> 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-05-22T04:24:12.766Z] Release-Date: 2020-01-08 [2023-05-22T04:24:12.766Z] 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-05-22T04:24:12.766Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-22T04:24:12.766Z] ==> Jenkins CI detected. [2023-05-22T04:24:12.766Z] current dir:  /w/workspace/edgex-go/1 [2023-05-22T04:24:12.766Z] project root: . [2023-05-22T04:24:12.766Z] --> token set from env [2023-05-22T04:24:12.766Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-22T04:24:12.766Z] ==> Running gcov in . (disable via -X gcov) [2023-05-22T04:24:12.766Z] ==> Python coveragepy not found [2023-05-22T04:24:12.766Z] ==> Searching for coverage reports in: [2023-05-22T04:24:12.766Z] + . [2023-05-22T04:24:12.766Z] -> Found 1 reports [2023-05-22T04:24:12.766Z] ==> Detecting git/mercurial file structure [2023-05-22T04:24:13.025Z] ==> Reading reports [2023-05-22T04:24:13.025Z] + ./coverage.out bytes=447731 [2023-05-22T04:24:13.025Z] ==> Appending adjustments [2023-05-22T04:24:13.025Z] https://docs.codecov.io/docs/fixing-reports [2023-05-22T04:24:13.962Z] + Found adjustments [2023-05-22T04:24:13.962Z] ==> Gzipping contents [2023-05-22T04:24:13.962Z] 60K /tmp/codecov.GVu7xd.gz [2023-05-22T04:24:13.962Z] ==> Uploading reports [2023-05-22T04:24:13.962Z] url: https://codecov.io [2023-05-22T04:24:13.962Z] query: branch=PR-4573&commit=6d279947a99938422b6909b09f8eab4500d83dc0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4573%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4573&job=&cmd_args= [2023-05-22T04:24:13.962Z] -> Pinging Codecov [2023-05-22T04:24:13.962Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4573&commit=6d279947a99938422b6909b09f8eab4500d83dc0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4573%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4573&job=&cmd_args= [2023-05-22T04:24:14.222Z] -> Uploading to [2023-05-22T04:24:14.222Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-22/00271124DB129430A58F1EEE437C3FCB/6d279947a99938422b6909b09f8eab4500d83dc0/d7631679-959b-4f87-bdd5-583d3ffbd8eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230522%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230522T042413Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99670c4a505e5d37f00df74b23a79df07482df644a59042b20acceace625ba83 [2023-05-22T04:24:14.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T04:24:14.222Z] Dload Upload Total Spent Left Speed [2023-05-22T04:24:14.481Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57432 0 0 100 57432 0 260k --:--:-- --:--:-- --:--:-- 260k [2023-05-22T04:24:14.481Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] } [2023-05-22T04:24:14.511Z] 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-05-22T04:24:15.886Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:16.219Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:17.118Z] ---> package-listing.sh [2023-05-22T04:24:17.118Z] ++ facter osfamily [2023-05-22T04:24:17.118Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-22T04:24:17.377Z] + OS_FAMILY=debian [2023-05-22T04:24:17.377Z] + workspace=/w/workspace/edgex-go/1 [2023-05-22T04:24:17.377Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-22T04:24:17.377Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-22T04:24:17.377Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-22T04:24:17.377Z] + PACKAGES=/tmp/packages_start.txt [2023-05-22T04:24:17.377Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-22T04:24:17.377Z] + PACKAGES=/tmp/packages_end.txt [2023-05-22T04:24:17.377Z] + case "${OS_FAMILY}" in [2023-05-22T04:24:17.377Z] + dpkg -l [2023-05-22T04:24:17.377Z] + grep '^ii' [2023-05-22T04:24:17.377Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-22T04:24:17.377Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-22T04:24:17.377Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-22T04:24:17.377Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-22T04:24:17.377Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-05-22T04:24:17.377Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-05-22T04:24:17.411Z] 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-05-22T04:24:17.705Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T04:24:18.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T04:24:18.337Z] [2023-05-22T04:24:18.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T04:24:18.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T04:24:18.810Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-22T04:24:18.810Z] 5eb5b503b376: Pulling fs layer [2023-05-22T04:24:18.810Z] 5c69ac0246d0: Pulling fs layer [2023-05-22T04:24:18.810Z] ec43610c2a17: Pulling fs layer [2023-05-22T04:24:18.810Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-22T04:24:18.810Z] 33b1e0a273af: Pulling fs layer [2023-05-22T04:24:18.810Z] 5d3b04190fa2: Pulling fs layer [2023-05-22T04:24:18.810Z] 2f39f015ded8: Pulling fs layer [2023-05-22T04:24:18.810Z] 33b1e0a273af: Waiting [2023-05-22T04:24:18.810Z] 5d3b04190fa2: Waiting [2023-05-22T04:24:18.810Z] 2f39f015ded8: Waiting [2023-05-22T04:24:18.810Z] 3a2ae6a8a46f: Waiting [2023-05-22T04:24:18.810Z] 5c69ac0246d0: Download complete [2023-05-22T04:24:18.810Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-22T04:24:18.810Z] 3a2ae6a8a46f: Download complete [2023-05-22T04:24:19.074Z] 33b1e0a273af: Verifying Checksum [2023-05-22T04:24:19.074Z] 33b1e0a273af: Download complete [2023-05-22T04:24:19.074Z] 5d3b04190fa2: Verifying Checksum [2023-05-22T04:24:19.074Z] 5d3b04190fa2: Download complete [2023-05-22T04:24:19.074Z] ec43610c2a17: Download complete [2023-05-22T04:24:19.074Z] 5eb5b503b376: Download complete [2023-05-22T04:24:19.639Z] 2f39f015ded8: Download complete [2023-05-22T04:24:20.573Z] 5eb5b503b376: Pull complete [2023-05-22T04:24:20.574Z] 5c69ac0246d0: Pull complete [2023-05-22T04:24:20.834Z] ec43610c2a17: Pull complete [2023-05-22T04:24:21.093Z] 3a2ae6a8a46f: Pull complete [2023-05-22T04:24:21.093Z] 33b1e0a273af: Pull complete [2023-05-22T04:24:21.353Z] 5d3b04190fa2: Pull complete [2023-05-22T04:24:25.538Z] 2f39f015ded8: Pull complete [2023-05-22T04:24:25.538Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-22T04:24:25.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T04:24:25.538Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T04:24:25.752Z] prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container [2023-05-22T04:24:25.788Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-22T04:24:29.923Z] $ docker top f5e4174184d4865851f30108100b17eb782a5446786c3fd9651f15c39002c348 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T04:24:30.311Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-22T04:24:30.621Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-22T04:24:30.931Z] + ls /var/log/sa-host [2023-05-22T04:24:30.931Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T04:24:31.162Z] provisioning config files... [2023-05-22T04:24:31.171Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14478691002135548952tmp [Pipeline] { [Pipeline] echo [2023-05-22T04:24:31.225Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:31.537Z] ---> create-netrc.sh [Pipeline] } [2023-05-22T04:24:31.567Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:31.960Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-22T04:24:31.995Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:32.314Z] ---> sudo-logs.sh [2023-05-22T04:24:32.314Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-22T04:24:32.395Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:32.705Z] ---> job-cost.sh [2023-05-22T04:24:32.705Z] lf-activate-venv: SKIPPING [2023-05-22T04:24:32.705Z] DEBUG: total: 0.10999999940395355 [2023-05-22T04:24:32.705Z] INFO: Retrieving Stack Cost... [2023-05-22T04:24:32.965Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-22T04:24:33.532Z] INFO: Archiving Costs [Pipeline] echo [2023-05-22T04:24:33.566Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T04:24:33.879Z] ---> logs-deploy.sh [2023-05-22T04:24:33.880Z] lf-activate-venv: SKIPPING [2023-05-22T04:24:33.880Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4573/1 [2023-05-22T04:24:33.880Z] INFO: archiving workspace using pattern(s): [2023-05-22T04:24:34.817Z] Archives upload complete. [2023-05-22T04:24:34.817Z] INFO: archiving logs to Nexus