Pull request #4215 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch main at bec6ac5133b81c8d346ce10051e81bd60c096cff rather than fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 Obtained Jenkinsfile from bec6ac5133b81c8d346ce10051e81bd60c096cff 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-ssh14758137728242887628.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh14086078496418038156.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-4215/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-4215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9042513084698976889.key Verifying host key using known hosts file > 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-4215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh787579960455524621.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh16154298117231373413.key Verifying host key using known hosts file > 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-4215/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-4215/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3066349158584453489.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-116819 in /w/workspace/edgexfoundry_edgex-go_PR-4215 [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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Merging remotes/origin/main commit bec6ac5133b81c8d346ce10051e81bd60c096cff into PR head commit fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 Merge succeeded, producing e407bc110b54591bbd4fe32bf4a421e4c05cc568 Checking out Revision e407bc110b54591bbd4fe32bf4a421e4c05cc568 (PR-4215) > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4215/head:refs/remotes/origin/PR-4215 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge bec6ac5133b81c8d346ce10051e81bd60c096cff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e407bc110b54591bbd4fe32bf4a421e4c05cc568 # timeout=10 Commit message: "Merge commit 'bec6ac5133b81c8d346ce10051e81bd60c096cff' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-25T09:00:09.246Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-25T09:00:09.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-25T09:00:09.512Z] ========================================================= [2022-10-25T09:00:09.512Z] EdgeX Global Pipelines Version Info [2022-10-25T09:00:09.512Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-25T09:00:10.263Z] ------------------- [2022-10-25T09:00:10.263Z] stable info: [2022-10-25T09:00:10.263Z] ------------------- [2022-10-25T09:00:10.263Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-25T09:00:10.263Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T09:00:10.263Z] Message: update stable to v1.0.243 [2022-10-25T09:00:11.200Z] ------------------- [2022-10-25T09:00:11.200Z] experimental info: [2022-10-25T09:00:11.200Z] ------------------- [2022-10-25T09:00:11.200Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-25T09:00:11.200Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T09:00:11.200Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-25T09:00:11.473Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-25T09:00:11.514Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-25T09:00:11.556Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-25T09:00:11.598Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-25T09:00:11.640Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-25T09:00:11.683Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-25T09:00:11.722Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-25T09:00:11.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-25T09:00:11.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-25T09:00:11.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-25T09:00:11.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-25T09:00:11.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-25T09:00:11.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-25T09:00:12.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-25T09:00:12.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-25T09:00:12.077Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T09:00:12.117Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T09:00:12.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-25T09:00:12.189Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-25T09:00:12.226Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-25T09:00:12.261Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-25T09:00:12.300Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-25T09:00:12.336Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-25T09:00:12.373Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4215 [Pipeline] echo [2022-10-25T09:00:12.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4215 [Pipeline] echo [2022-10-25T09:00:12.444Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4215 [Pipeline] echo [2022-10-25T09:00:12.480Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] echo [2022-10-25T09:00:12.517Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e407bc1 [Pipeline] echo [2022-10-25T09:00:12.547Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T09:00:12.639Z] provisioning config files... [2022-10-25T09:00:12.652Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config43298534171276604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T09:00:12.993Z] ---> docker-login.sh [2022-10-25T09:00:12.993Z] nexus3.edgexfoundry.org:10001 [2022-10-25T09:00:13.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T09:00:13.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T09:00:13.254Z] Configure a credential helper to remove this warning. See [2022-10-25T09:00:13.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T09:00:13.254Z] [2022-10-25T09:00:13.254Z] Login Succeeded [2022-10-25T09:00:13.254Z] nexus3.edgexfoundry.org:10002 [2022-10-25T09:00:13.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T09:00:13.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T09:00:13.512Z] Configure a credential helper to remove this warning. See [2022-10-25T09:00:13.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T09:00:13.512Z] [2022-10-25T09:00:13.512Z] Login Succeeded [2022-10-25T09:00:13.512Z] nexus3.edgexfoundry.org:10003 [2022-10-25T09:00:13.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T09:00:13.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T09:00:13.512Z] Configure a credential helper to remove this warning. See [2022-10-25T09:00:13.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T09:00:13.512Z] [2022-10-25T09:00:13.512Z] Login Succeeded [2022-10-25T09:00:13.512Z] nexus3.edgexfoundry.org:10004 [2022-10-25T09:00:13.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T09:00:13.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T09:00:13.772Z] Configure a credential helper to remove this warning. See [2022-10-25T09:00:13.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T09:00:13.772Z] [2022-10-25T09:00:13.772Z] Login Succeeded [2022-10-25T09:00:13.772Z] docker.io [2022-10-25T09:00:13.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T09:00:14.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T09:00:14.034Z] Configure a credential helper to remove this warning. See [2022-10-25T09:00:14.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T09:00:14.034Z] [2022-10-25T09:00:14.034Z] Login Succeeded [2022-10-25T09:00:14.034Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T09:00:14.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T09:00:14.482Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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 cmd/sys-mgmt-agent/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/core-command/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/core-data/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/core-metadata/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-25T09:00:14.482Z] + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ [2022-10-25T09:00:14.482Z] -f2 [2022-10-25T09:00:14.482Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T09:00:14.482Z] + + dirname cmd/security-spire-agent/Dockerfile [2022-10-25T09:00:14.482Z] cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/support-notifications/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-25T09:00:14.482Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-25T09:00:14.482Z] + cut -d/ -f2 [2022-10-25T09:00:14.482Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-25T09:00:14.532Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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-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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-25T09:00:15.027Z] + git rev-list -1 --merges e407bc110b54591bbd4fe32bf4a421e4c05cc568~1..e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] echo [2022-10-25T09:00:15.058Z] -----------> git rev-list -1 --merges e407bc110b54591bbd4fe32bf4a421e4c05cc568~1..e407bc110b54591bbd4fe32bf4a421e4c05cc568 e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:00:15.058Z] e407bc110b54591bbd4fe32bf4a421e4c05cc568 [false] [Pipeline] sh [2022-10-25T09:00:15.369Z] + git log --format=format:%s -1 e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] echo [2022-10-25T09:00:15.404Z] ========================================================= [2022-10-25T09:00:15.404Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-25T09:00:15.404Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-25T09:00:15.823Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-25T09:00:15.823Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-25T09:00:15.823Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-25T09:00:15.823Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-25T09:00:15.823Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-25T09:00:15.823Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-25T09:00:15.823Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T09:00:16.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T09:00:16.252Z] [2022-10-25T09:00:16.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T09:00:16.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T09:00:16.633Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-25T09:00:16.633Z] b85a868b505f: Pulling fs layer [2022-10-25T09:00:16.633Z] e2be974225ed: Pulling fs layer [2022-10-25T09:00:16.633Z] 339a4e72a1f5: Pulling fs layer [2022-10-25T09:00:16.633Z] 988bab9f4d93: Pulling fs layer [2022-10-25T09:00:16.633Z] 1469e6f7b9e6: Pulling fs layer [2022-10-25T09:00:16.633Z] eaf3925da568: Pulling fs layer [2022-10-25T09:00:16.633Z] bab4dde63d76: Pulling fs layer [2022-10-25T09:00:16.633Z] bde34c3a00c8: Pulling fs layer [2022-10-25T09:00:16.633Z] b352a97aabf1: Pulling fs layer [2022-10-25T09:00:16.633Z] 4872d77fe225: Pulling fs layer [2022-10-25T09:00:16.633Z] 5851b861e8e6: Pulling fs layer [2022-10-25T09:00:16.633Z] bde34c3a00c8: Waiting [2022-10-25T09:00:16.633Z] b352a97aabf1: Waiting [2022-10-25T09:00:16.633Z] bab4dde63d76: Waiting [2022-10-25T09:00:16.633Z] 4872d77fe225: Waiting [2022-10-25T09:00:16.633Z] 5851b861e8e6: Waiting [2022-10-25T09:00:16.633Z] 1469e6f7b9e6: Waiting [2022-10-25T09:00:16.633Z] eaf3925da568: Waiting [2022-10-25T09:00:16.633Z] e2be974225ed: Verifying Checksum [2022-10-25T09:00:16.633Z] e2be974225ed: Download complete [2022-10-25T09:00:16.633Z] 988bab9f4d93: Verifying Checksum [2022-10-25T09:00:16.633Z] 988bab9f4d93: Download complete [2022-10-25T09:00:16.896Z] 1469e6f7b9e6: Verifying Checksum [2022-10-25T09:00:16.896Z] 1469e6f7b9e6: Download complete [2022-10-25T09:00:16.896Z] 339a4e72a1f5: Verifying Checksum [2022-10-25T09:00:16.896Z] 339a4e72a1f5: Download complete [2022-10-25T09:00:16.896Z] eaf3925da568: Verifying Checksum [2022-10-25T09:00:16.896Z] eaf3925da568: Download complete [2022-10-25T09:00:16.896Z] bde34c3a00c8: Verifying Checksum [2022-10-25T09:00:16.896Z] bde34c3a00c8: Download complete [2022-10-25T09:00:16.896Z] b352a97aabf1: Verifying Checksum [2022-10-25T09:00:16.896Z] b352a97aabf1: Download complete [2022-10-25T09:00:17.165Z] 4872d77fe225: Verifying Checksum [2022-10-25T09:00:17.165Z] 4872d77fe225: Download complete [2022-10-25T09:00:17.165Z] 5851b861e8e6: Verifying Checksum [2022-10-25T09:00:17.165Z] 5851b861e8e6: Download complete [2022-10-25T09:00:17.165Z] b85a868b505f: Verifying Checksum [2022-10-25T09:00:17.165Z] b85a868b505f: Download complete [2022-10-25T09:00:17.737Z] bab4dde63d76: Verifying Checksum [2022-10-25T09:00:17.737Z] bab4dde63d76: Download complete [2022-10-25T09:00:18.305Z] b85a868b505f: Pull complete [2022-10-25T09:00:18.565Z] e2be974225ed: Pull complete [2022-10-25T09:00:19.132Z] 339a4e72a1f5: Pull complete [2022-10-25T09:00:19.132Z] 988bab9f4d93: Pull complete [2022-10-25T09:00:19.392Z] 1469e6f7b9e6: Pull complete [2022-10-25T09:00:19.392Z] eaf3925da568: Pull complete [2022-10-25T09:00:21.303Z] bab4dde63d76: Pull complete [2022-10-25T09:00:21.303Z] bde34c3a00c8: Pull complete [2022-10-25T09:00:21.303Z] b352a97aabf1: Pull complete [2022-10-25T09:00:21.303Z] 4872d77fe225: Pull complete [2022-10-25T09:00:21.570Z] 5851b861e8e6: Pull complete [2022-10-25T09:00:21.570Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-25T09:00:21.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T09:00:21.570Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T09:00:21.793Z] prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container [2022-10-25T09:00:21.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-25T09:00:23.276Z] $ docker top 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d -eo pid,comm [2022-10-25T09:00:23.342Z] 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). [2022-10-25T09:00:23.342Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-25T09:00:23.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T09:00:23.457Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T09:00:23.591Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T09:00:23.590Z] $ docker exec 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent [2022-10-25T09:00:23.713Z] SSH_AUTH_SOCK=/tmp/ssh-0Pw9gw6oeqk2/agent.32 [2022-10-25T09:00:23.713Z] SSH_AGENT_PID=38 [2022-10-25T09:00:23.720Z] Running ssh-add (command line suppressed) [2022-10-25T09:00:23.822Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_15316961653525498861.key (/w/workspace/edgex-go/1@tmp/private_key_15316961653525498861.key) [2022-10-25T09:00:23.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T09:00:24.166Z] + git tag --points-at HEAD [Pipeline] } [2022-10-25T09:00:24.187Z] $ docker exec --env ******** --env ******** 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent -k [2022-10-25T09:00:24.279Z] unset SSH_AUTH_SOCK; [2022-10-25T09:00:24.280Z] unset SSH_AGENT_PID; [2022-10-25T09:00:24.280Z] echo Agent pid 38 killed; [2022-10-25T09:00:24.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-25T09:00:24.380Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T09:00:24.380Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T09:00:24.495Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T09:00:24.494Z] $ docker exec 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent [2022-10-25T09:00:24.602Z] SSH_AUTH_SOCK=/tmp/ssh-aHhOod7Y0OQW/agent.70 [2022-10-25T09:00:24.602Z] SSH_AGENT_PID=76 [2022-10-25T09:00:24.607Z] Running ssh-add (command line suppressed) [2022-10-25T09:00:24.696Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_17482994209144847565.key (/w/workspace/edgex-go/1@tmp/private_key_17482994209144847565.key) [2022-10-25T09:00:24.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T09:00:25.047Z] + git semver init [2022-10-25T09:00:25.306Z] 2022-10-25 09:00:25,219 [run_init] DEBUG init version:0.0.0 force:False [2022-10-25T09:00:25.306Z] 2022-10-25 09:00:25,220 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-25T09:00:25.306Z] 2022-10-25 09:00:25,220 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-25T09:00:25.306Z] 2022-10-25 09:00:25,221 [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) [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,019 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,020 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4215 with force:False [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,020 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4215 [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,023 [execute] INFO git cat-file --batch-check [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,024 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,030 [execute] INFO git cat-file --batch [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T09:00:30.630Z] 2022-10-25 09:00:30,038 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4215 [2022-10-25T09:00:30.630Z] 0.0.0 [Pipeline] } [2022-10-25T09:00:30.661Z] $ docker exec --env ******** --env ******** 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d ssh-agent -k [2022-10-25T09:00:30.786Z] unset SSH_AUTH_SOCK; [2022-10-25T09:00:30.787Z] unset SSH_AGENT_PID; [2022-10-25T09:00:30.787Z] echo Agent pid 76 killed; [2022-10-25T09:00:30.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T09:00:31.233Z] + git semver [Pipeline] } [2022-10-25T09:00:31.515Z] $ docker stop --time=1 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d [2022-10-25T09:00:32.909Z] $ docker rm -f 818f9b8d9e00b830ccfcda370097253a894b22bf15ac42954bd2f0dcfb557e9d [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T09:00:33.316Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-25T09:00:33.536Z] Stashed 1 file(s) [Pipeline] echo [2022-10-25T09:00:33.555Z] [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 [2022-10-25T09:00:34.343Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T09:00:34.385Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T09:00:34.423Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T09:00:34.459Z] ========================================================= [2022-10-25T09:00:34.459Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-25T09:00:34.459Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T09:00:34.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T09:00:34.807Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-25T09:00:34.807Z] 213ec9aee27d: Pulling fs layer [2022-10-25T09:00:34.807Z] 4583459ba037: Pulling fs layer [2022-10-25T09:00:34.807Z] 93c1e223e6f2: Pulling fs layer [2022-10-25T09:00:34.807Z] 53926ce57604: Pulling fs layer [2022-10-25T09:00:34.807Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-25T09:00:34.807Z] 30f14e443154: Pulling fs layer [2022-10-25T09:00:34.807Z] 801331c1e519: Pulling fs layer [2022-10-25T09:00:34.807Z] 99cc6dd402b0: Pulling fs layer [2022-10-25T09:00:34.807Z] 7d9ed39f4882: Pulling fs layer [2022-10-25T09:00:34.807Z] 30f14e443154: Waiting [2022-10-25T09:00:34.807Z] 801331c1e519: Waiting [2022-10-25T09:00:34.807Z] 99cc6dd402b0: Waiting [2022-10-25T09:00:34.807Z] 7d9ed39f4882: Waiting [2022-10-25T09:00:34.807Z] 53926ce57604: Waiting [2022-10-25T09:00:34.807Z] 21b2b0c7a3f4: Waiting [2022-10-25T09:00:34.807Z] 93c1e223e6f2: Verifying Checksum [2022-10-25T09:00:34.807Z] 93c1e223e6f2: Download complete [2022-10-25T09:00:34.807Z] 4583459ba037: Verifying Checksum [2022-10-25T09:00:34.807Z] 4583459ba037: Download complete [2022-10-25T09:00:34.807Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-25T09:00:34.807Z] 21b2b0c7a3f4: Download complete [2022-10-25T09:00:34.807Z] 30f14e443154: Verifying Checksum [2022-10-25T09:00:34.807Z] 30f14e443154: Download complete [2022-10-25T09:00:34.807Z] 213ec9aee27d: Verifying Checksum [2022-10-25T09:00:34.807Z] 213ec9aee27d: Download complete [2022-10-25T09:00:34.807Z] 801331c1e519: Download complete [2022-10-25T09:00:35.070Z] 213ec9aee27d: Pull complete [2022-10-25T09:00:35.070Z] 4583459ba037: Pull complete [2022-10-25T09:00:35.335Z] 93c1e223e6f2: Pull complete [2022-10-25T09:00:35.602Z] 7d9ed39f4882: Verifying Checksum [2022-10-25T09:00:35.602Z] 7d9ed39f4882: Download complete [2022-10-25T09:00:35.602Z] 99cc6dd402b0: Verifying Checksum [2022-10-25T09:00:35.602Z] 99cc6dd402b0: Download complete [2022-10-25T09:00:35.861Z] 53926ce57604: Verifying Checksum [2022-10-25T09:00:35.861Z] 53926ce57604: Download complete [2022-10-25T09:00:39.152Z] 53926ce57604: Pull complete [2022-10-25T09:00:39.420Z] 21b2b0c7a3f4: Pull complete [2022-10-25T09:00:39.420Z] 30f14e443154: Pull complete [2022-10-25T09:00:39.420Z] 801331c1e519: Pull complete [2022-10-25T09:00:41.321Z] 99cc6dd402b0: Pull complete [2022-10-25T09:00:42.256Z] 7d9ed39f4882: Pull complete [2022-10-25T09:00:42.256Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-25T09:00:42.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T09:00:42.256Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T09:00:42.611Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T09:00:42.611Z] WORKDIR /edgex [2022-10-25T09:00:42.611Z] COPY go.mod . [2022-10-25T09:00:42.611Z] RUN go mod download [2022-10-25T09:00:42.611Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-25T09:00:43.177Z] Sending build context to Docker daemon 169.7MB [2022-10-25T09:00:43.177Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T09:00:43.177Z] ---> 1dedd983c030 [2022-10-25T09:00:43.177Z] Step 2/4 : WORKDIR /edgex [2022-10-25T09:00:45.709Z] ---> Running in b650571ea083 [2022-10-25T09:00:45.709Z] Removing intermediate container b650571ea083 [2022-10-25T09:00:45.709Z] ---> 03b99e47bbe6 [2022-10-25T09:00:45.710Z] Step 3/4 : COPY go.mod . [2022-10-25T09:00:45.710Z] ---> c86a4315dffe [2022-10-25T09:00:45.710Z] Step 4/4 : RUN go mod download [2022-10-25T09:00:45.710Z] ---> Running in eb239dd14a11 [2022-10-25T09:00:48.857Z] Still waiting to schedule task [2022-10-25T09:00:48.858Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-25T09:00:57.931Z] Removing intermediate container eb239dd14a11 [2022-10-25T09:00:57.931Z] ---> 4a8a87448be0 [2022-10-25T09:00:57.931Z] Successfully built 4a8a87448be0 [2022-10-25T09:00:57.931Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T09:00:58.307Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T09:00:58.307Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T09:00:58.446Z] prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container [2022-10-25T09:00:58.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-25T09:00:58.877Z] $ docker top 48c5ea2435a8b69c0cbb722801644f98bdbf3215f1f577ec04eac7f6d3e5bef8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T09:00:59.259Z] + go version [2022-10-25T09:00:59.259Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-25T09:00:59.291Z] $ docker stop --time=1 48c5ea2435a8b69c0cbb722801644f98bdbf3215f1f577ec04eac7f6d3e5bef8 [2022-10-25T09:01:00.623Z] $ docker rm -f 48c5ea2435a8b69c0cbb722801644f98bdbf3215f1f577ec04eac7f6d3e5bef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T09:01:01.309Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T09:01:01.309Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T09:01:01.454Z] prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container [2022-10-25T09:01:01.487Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-25T09:01:01.857Z] $ docker top f4eedcb151816aef742a1c08d10d9178f859f5226c4d7151916fe52e83321e1a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T09:01:01.960Z] ========================================================= [2022-10-25T09:01:01.960Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T09:01:01.960Z] ========================================================= [Pipeline] sh [2022-10-25T09:01:02.254Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T09:01:02.604Z] + make test [2022-10-25T09:01:02.604Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T09:01:09.170Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T09:01:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T09:01:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T09:01:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T09:01:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T09:01:24.030Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T09:01:24.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.077s coverage: 28.7% of statements [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T09:01:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T09:01:24.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.155s coverage: 98.5% of statements [2022-10-25T09:01:24.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.139s coverage: 43.0% of statements [2022-10-25T09:01:24.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T09:01:24.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T09:01:24.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.118s coverage: 54.2% of statements [2022-10-25T09:01:24.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T09:01:24.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.189s coverage: 89.2% of statements [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.2% of statements [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.535s coverage: 95.6% of statements [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.079s coverage: 72.2% of statements [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.107s coverage: 60.0% of statements [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 29.6% of statements [2022-10-25T09:01:28.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2022-10-25T09:01:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2022-10-25T09:01:38.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2022-10-25T09:01:38.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements [2022-10-25T09:01:39.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.227s coverage: 79.9% of statements [2022-10-25T09:01:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.021s coverage: 65.1% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.094s coverage: 86.9% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 91.2% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 64.7% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 65.8% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 41.8% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.099s coverage: 17.7% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T09:01:48.014Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements [2022-10-25T09:01:48.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T09:01:48.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T09:01:48.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T09:01:48.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T09:01:48.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T09:01:48.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2022-10-25T09:01:48.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-10-25T09:01:48.015Z] 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 [2022-10-25T09:02:09.935Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-10-25T09:02:09.935Z] GO111MODULE=on go vet ./... [2022-10-25T09:02:10.868Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T09:02:10.868Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T09:02:10.868Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T09:02:11.151Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T09:02:11.457Z] + ls -al . [2022-10-25T09:02:11.457Z] total 768 [2022-10-25T09:02:11.457Z] drwxrwxr-x 11 1001 1001 4096 Oct 25 09:01 . [2022-10-25T09:02:11.457Z] drwxr-xr-x 4 root root 4096 Oct 25 09:01 .. [2022-10-25T09:02:11.457Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 09:00 .blubracket [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 09:00 .dockerignore [2022-10-25T09:02:11.457Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 09:01 .git [2022-10-25T09:02:11.457Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 09:00 .github [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 09:00 .gitignore [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 09:00 .golangci.yml [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 09:00 .hadolint.yml [2022-10-25T09:02:11.457Z] drwxr-xr-x 3 1001 1001 4096 Oct 25 09:00 .semver [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 09:00 .sonarcloud.properties [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 09:00 ADOPTERS.md [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 09:00 Attribution.txt [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 09:00 CHANGELOG.md [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 09:00 CONTRIBUTING.md [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 09:00 GOVERNANCE.md [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 09:00 Jenkinsfile [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 09:00 LICENSE [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 09:00 Makefile [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 09:00 OWNERS.md [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 09:00 README.md [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 09:00 SECURITY.md [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 09:00 VERSION [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 09:00 ZMQWindows.md [2022-10-25T09:02:11.457Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 09:00 bin [2022-10-25T09:02:11.457Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 09:00 cmd [2022-10-25T09:02:11.457Z] -rw-r--r-- 1 root root 501828 Oct 25 09:01 coverage.out [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 09:00 go.mod [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 45060 Oct 25 09:00 go.sum [2022-10-25T09:02:11.457Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 09:00 internal [2022-10-25T09:02:11.457Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 09:00 openapi [2022-10-25T09:02:11.457Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 09:00 snap [2022-10-25T09:02:11.457Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 09:00 version.go [Pipeline] sh [2022-10-25T09:02:11.770Z] + '[' -e coverage.out ] [2022-10-25T09:02:11.770Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T09:02:11.884Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T09:02:12.176Z] + make build [2022-10-25T09:02:12.177Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T09:02:27.042Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T09:02:36.999Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T09:02:37.267Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T09:02:45.367Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T09:02:45.367Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T09:02:45.367Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T09:02:46.747Z] CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T09:02:47.682Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:02:49.057Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:02:49.622Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:02:50.186Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:02:52.080Z] CGO_ENABLED=0 GO111MODULE=on 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] } [2022-10-25T09:02:53.487Z] $ docker stop --time=1 f4eedcb151816aef742a1c08d10d9178f859f5226c4d7151916fe52e83321e1a [2022-10-25T09:02:56.019Z] $ docker rm -f f4eedcb151816aef742a1c08d10d9178f859f5226c4d7151916fe52e83321e1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T09:02:57.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T09:02:57.082Z] [2022-10-25T09:02:57.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T09:02:57.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T09:02:57.457Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-25T09:02:57.457Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-25T09:02:57.457Z] ca9280d653b3: Pulling fs layer [2022-10-25T09:02:57.457Z] 7e9c9ca2126c: Pulling fs layer [2022-10-25T09:02:57.457Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-25T09:02:57.457Z] cbdbe7a5bc2a: Download complete [2022-10-25T09:02:57.717Z] ca9280d653b3: Verifying Checksum [2022-10-25T09:02:57.717Z] ca9280d653b3: Download complete [2022-10-25T09:02:57.717Z] cbdbe7a5bc2a: Pull complete [2022-10-25T09:02:58.287Z] 7e9c9ca2126c: Verifying Checksum [2022-10-25T09:02:58.287Z] ca9280d653b3: Pull complete [2022-10-25T09:03:01.568Z] 7e9c9ca2126c: Pull complete [2022-10-25T09:03:01.568Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-25T09:03:01.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T09:03:01.568Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T09:03:01.770Z] prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container [2022-10-25T09:03:01.809Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-10-25T09:03:03.224Z] $ docker top 047a9fd7aa629339604562173c3b5a1a0e6d87581a650204fd7f22e12981526e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T09:03:03.599Z] + docker-compose build --help+ [2022-10-25T09:03:03.599Z] grep parallel [2022-10-25T09:03:04.165Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T09:03:04.208Z] $ docker stop --time=1 047a9fd7aa629339604562173c3b5a1a0e6d87581a650204fd7f22e12981526e [2022-10-25T09:03:05.498Z] $ docker rm -f 047a9fd7aa629339604562173c3b5a1a0e6d87581a650204fd7f22e12981526e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T09:03:06.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T09:03:06.056Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T09:03:06.206Z] prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container [2022-10-25T09:03:06.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-10-25T09:03:06.625Z] $ docker top b212684c09a9fa150723605871a6449662631df23ac466d3be33c78673b9f11b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T09:03:07.002Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T09:03:07.570Z] Building core-command ... [2022-10-25T09:03:07.570Z] Building core-data ... [2022-10-25T09:03:07.570Z] Building core-metadata ... [2022-10-25T09:03:07.570Z] Building security-bootstrapper ... [2022-10-25T09:03:07.570Z] Building security-proxy-setup ... [2022-10-25T09:03:07.570Z] Building security-secretstore-setup ... [2022-10-25T09:03:07.570Z] Building security-spiffe-token-provider ... [2022-10-25T09:03:07.570Z] Building security-spire-agent ... [2022-10-25T09:03:07.570Z] Building security-spire-config ... [2022-10-25T09:03:07.570Z] Building security-spire-server ... [2022-10-25T09:03:07.570Z] Building support-notifications ... [2022-10-25T09:03:07.570Z] Building support-scheduler ... [2022-10-25T09:03:07.570Z] Building sys-mgmt-agent ... [2022-10-25T09:03:07.570Z] Building security-spire-config [2022-10-25T09:03:07.570Z] Building security-secretstore-setup [2022-10-25T09:03:07.570Z] Building security-spire-server [2022-10-25T09:03:07.570Z] Building core-data [2022-10-25T09:03:07.570Z] Building security-bootstrapper [2022-10-25T09:03:19.768Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:03:19.768Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:03:19.768Z] ---> 4a8a87448be0 [2022-10-25T09:03:19.768Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T09:03:19.768Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:03:19.768Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:03:19.768Z] ---> 4a8a87448be0 [2022-10-25T09:03:19.768Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T09:03:19.768Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:03:19.768Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:03:19.768Z] ---> 4a8a87448be0 [2022-10-25T09:03:19.768Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T09:03:19.768Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:03:19.768Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:03:19.768Z] ---> 4a8a87448be0 [2022-10-25T09:03:19.768Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T09:03:20.028Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:03:20.028Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:03:20.028Z] ---> 4a8a87448be0 [2022-10-25T09:03:20.028Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T09:03:22.561Z] ---> Running in 1f44ae830528 [2022-10-25T09:03:22.561Z] ---> Running in 4978db27e070 [2022-10-25T09:03:22.561Z] ---> Running in b27de1399e14 [2022-10-25T09:03:22.561Z] ---> Running in 55ae953e9b86 [2022-10-25T09:03:22.561Z] ---> Running in c79fb2d0cc19 [2022-10-25T09:03:22.823Z] Removing intermediate container 4978db27e070 [2022-10-25T09:03:22.823Z] ---> 04b5ccaf257d [2022-10-25T09:03:22.823Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T09:03:22.823Z] Removing intermediate container b27de1399e14 [2022-10-25T09:03:22.823Z] ---> 7880525912db [2022-10-25T09:03:22.823Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:03:22.823Z] ---> Running in b2b932ebb17b [2022-10-25T09:03:22.823Z] Removing intermediate container 1f44ae830528 [2022-10-25T09:03:22.823Z] ---> 7211c09486d1 [2022-10-25T09:03:22.823Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:03:22.823Z] Removing intermediate container 55ae953e9b86 [2022-10-25T09:03:22.823Z] ---> c273c0037a89 [2022-10-25T09:03:22.823Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:03:22.823Z] Removing intermediate container c79fb2d0cc19 [2022-10-25T09:03:22.823Z] ---> 80e0653fe02d [2022-10-25T09:03:22.823Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:03:22.823Z] ---> Running in ead4b85418e9 [2022-10-25T09:03:22.823Z] ---> Running in ccb4c404d3f3 [2022-10-25T09:03:22.823Z] ---> Running in 34c7b86dbe84 [2022-10-25T09:03:22.823Z] ---> Running in 4c34f2b20889 [2022-10-25T09:03:22.823Z] Removing intermediate container b2b932ebb17b [2022-10-25T09:03:22.823Z] ---> 3b5f37b82f6e [2022-10-25T09:03:22.823Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:03:23.081Z] ---> Running in 91fb53fbf8ae [2022-10-25T09:03:23.648Z] Removing intermediate container ead4b85418e9 [2022-10-25T09:03:23.648Z] ---> 33b7fb26b95a [2022-10-25T09:03:23.648Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T09:03:23.648Z] ---> Running in e0ced72eb24d [2022-10-25T09:03:23.905Z] Removing intermediate container ccb4c404d3f3 [2022-10-25T09:03:23.905Z] ---> da62909d987b [2022-10-25T09:03:23.905Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T09:03:23.905Z] ---> Running in fe23024f4f0b [2022-10-25T09:03:24.163Z] Removing intermediate container 34c7b86dbe84 [2022-10-25T09:03:24.163Z] ---> 32fbdac49dea [2022-10-25T09:03:24.163Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T09:03:24.421Z] ---> Running in 24c39d5bb3ed [2022-10-25T09:03:24.421Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:24.421Z] Removing intermediate container 4c34f2b20889 [2022-10-25T09:03:24.421Z] ---> 09d474e92545 [2022-10-25T09:03:24.421Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T09:03:24.679Z] ---> Running in c86052345b5e [2022-10-25T09:03:24.679Z] Removing intermediate container 91fb53fbf8ae [2022-10-25T09:03:24.679Z] ---> dc46d6c474cb [2022-10-25T09:03:24.679Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T09:03:24.679Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:24.679Z] ---> Running in 6360187f8ec7 [2022-10-25T09:03:24.937Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:24.937Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:24.937Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:25.195Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:25.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:25.455Z] OK: 211 MiB in 51 packages [2022-10-25T09:03:25.712Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:25.712Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:25.712Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:03:25.712Z] OK: 211 MiB in 51 packages [2022-10-25T09:03:25.970Z] Removing intermediate container e0ced72eb24d [2022-10-25T09:03:25.970Z] ---> 1e78d5865459 [2022-10-25T09:03:25.970Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T09:03:25.970Z] OK: 211 MiB in 51 packages [2022-10-25T09:03:26.228Z] OK: 211 MiB in 51 packages [2022-10-25T09:03:26.228Z] ---> a54321c735a4 [2022-10-25T09:03:26.228Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:03:26.228Z] Removing intermediate container fe23024f4f0b [2022-10-25T09:03:26.228Z] ---> aa40afc6a7ce [2022-10-25T09:03:26.228Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T09:03:26.228Z] OK: 211 MiB in 51 packages [2022-10-25T09:03:26.228Z] ---> Running in b5303ed53fd7 [2022-10-25T09:03:26.494Z] ---> 8c204f250281 [2022-10-25T09:03:26.494Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:03:26.494Z] ---> Running in 77fb0558847c [2022-10-25T09:03:26.494Z] Removing intermediate container c86052345b5e [2022-10-25T09:03:26.494Z] ---> 962b49f3e6c2 [2022-10-25T09:03:26.494Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T09:03:26.753Z] Removing intermediate container 24c39d5bb3ed [2022-10-25T09:03:26.753Z] ---> 5b6851f0025e [2022-10-25T09:03:26.753Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T09:03:26.753Z] ---> 0e3ecc973fe1 [2022-10-25T09:03:26.753Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:03:26.753Z] ---> Running in d98e8cc1402f [2022-10-25T09:03:27.010Z] Removing intermediate container 6360187f8ec7 [2022-10-25T09:03:27.010Z] ---> 3377ec19c8d9 [2022-10-25T09:03:27.010Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T09:03:27.010Z] ---> 23dd8945270d [2022-10-25T09:03:27.010Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:03:27.010Z] ---> Running in 5c7f317a4b2f [2022-10-25T09:03:27.267Z] ---> a3e1e72fe718 [2022-10-25T09:03:27.267Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:03:27.267Z] ---> Running in f11863f64daa [2022-10-25T09:03:45.352Z] Removing intermediate container 5c7f317a4b2f [2022-10-25T09:03:45.352Z] ---> 036461d83582 [2022-10-25T09:03:45.352Z] Step 8/25 : COPY . . [2022-10-25T09:03:45.352Z] Removing intermediate container b5303ed53fd7 [2022-10-25T09:03:45.352Z] ---> efc162d04e72 [2022-10-25T09:03:45.352Z] Step 8/25 : COPY . . [2022-10-25T09:03:45.352Z] Removing intermediate container d98e8cc1402f [2022-10-25T09:03:45.352Z] ---> ef9203328873 [2022-10-25T09:03:45.352Z] Step 8/33 : COPY . . [2022-10-25T09:03:45.352Z] Removing intermediate container 77fb0558847c [2022-10-25T09:03:45.352Z] ---> 1ca77dc904f0 [2022-10-25T09:03:45.352Z] Step 8/26 : COPY . . [2022-10-25T09:03:45.352Z] Removing intermediate container f11863f64daa [2022-10-25T09:03:45.352Z] ---> 6a645a9ecd5a [2022-10-25T09:03:45.352Z] Step 9/24 : COPY . . [2022-10-25T09:03:55.327Z] ---> fc5d22f65319 [2022-10-25T09:03:55.327Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T09:03:55.327Z] ---> 1e906de3e08c [2022-10-25T09:03:55.327Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T09:03:55.327Z] ---> 775ed17fd505 [2022-10-25T09:03:55.327Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T09:03:55.327Z] ---> 265f9bb502ed [2022-10-25T09:03:55.327Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T09:03:55.327Z] ---> 1d79c65913ef [2022-10-25T09:03:55.327Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T09:03:55.327Z] ---> Running in 25fa46eb542c [2022-10-25T09:03:55.327Z] ---> Running in 5915d86620a8 [2022-10-25T09:03:55.327Z] ---> Running in 903ba0227963 [2022-10-25T09:03:55.327Z] ---> Running in b913ca05ea8b [2022-10-25T09:03:55.327Z] ---> Running in 24aca777ec19 [2022-10-25T09:03:55.327Z] Removing intermediate container 5915d86620a8 [2022-10-25T09:03:55.327Z] ---> 297301e9cdb8 [2022-10-25T09:03:55.327Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T09:03:55.327Z] Removing intermediate container b913ca05ea8b [2022-10-25T09:03:55.327Z] ---> 6e481abb1d91 [2022-10-25T09:03:55.327Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T09:03:55.327Z] ---> Running in 7d5ec8940574 [2022-10-25T09:03:55.327Z] ---> Running in e88533ff60bb [2022-10-25T09:03:55.327Z] Removing intermediate container 7d5ec8940574 [2022-10-25T09:03:55.327Z] ---> 28d0b0105300 [2022-10-25T09:03:55.327Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T09:03:55.327Z] Removing intermediate container e88533ff60bb [2022-10-25T09:03:55.327Z] ---> 1cecc0a6c4a9 [2022-10-25T09:03:55.327Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T09:03:55.327Z] ---> Running in ee7dd07231f6 [2022-10-25T09:03:55.327Z] ---> Running in d8fc9b1b3fe5 [2022-10-25T09:03:55.327Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:03:55.327Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:03:55.327Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T09:03:56.260Z] Removing intermediate container d8fc9b1b3fe5 [2022-10-25T09:03:56.260Z] ---> c58247c22c83 [2022-10-25T09:03:56.260Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T09:03:56.260Z] Removing intermediate container ee7dd07231f6 [2022-10-25T09:03:56.260Z] ---> 6cf31f2f7000 [2022-10-25T09:03:56.260Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T09:03:56.260Z] ---> Running in 9cd3553bf4e3 [2022-10-25T09:03:56.260Z] ---> Running in deeb8cf6e61c [2022-10-25T09:03:56.260Z] Removing intermediate container 9cd3553bf4e3 [2022-10-25T09:03:56.260Z] ---> 9e9f941719d7 [2022-10-25T09:03:56.260Z] [2022-10-25T09:03:56.260Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T09:03:56.260Z] Removing intermediate container deeb8cf6e61c [2022-10-25T09:03:56.260Z] ---> 2c11f0c55dd5 [2022-10-25T09:03:56.260Z] [2022-10-25T09:03:56.260Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T09:03:56.826Z] 3.15: Pulling from library/alpine [2022-10-25T09:03:56.826Z] 3.15: Pulling from library/alpine [2022-10-25T09:03:57.759Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T09:03:57.759Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T09:03:57.759Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T09:03:57.759Z] Status: Image is up to date for alpine:3.15 [2022-10-25T09:03:57.759Z] ---> c4fc93816858 [2022-10-25T09:03:57.759Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T09:03:57.759Z] ---> c4fc93816858 [2022-10-25T09:03:57.759Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T09:03:58.016Z] ---> Running in c6509a8a9f59 [2022-10-25T09:03:58.017Z] ---> Running in 2f701f7fa07a [2022-10-25T09:03:58.274Z] Removing intermediate container c6509a8a9f59 [2022-10-25T09:03:58.274Z] ---> 67e262808f28 [2022-10-25T09:03:58.274Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:03:58.532Z] Removing intermediate container 2f701f7fa07a [2022-10-25T09:03:58.532Z] ---> 5c466030209e [2022-10-25T09:03:58.532Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:03:58.532Z] ---> Running in 5d8f0f40c48c [2022-10-25T09:03:58.532Z] ---> Running in fca8597daab9 [2022-10-25T09:04:01.079Z] Removing intermediate container 5d8f0f40c48c [2022-10-25T09:04:01.079Z] ---> 6ce9cd9a67f6 [2022-10-25T09:04:01.079Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T09:04:01.079Z] ---> Running in d73bd8ccb2db [2022-10-25T09:04:01.079Z] Removing intermediate container fca8597daab9 [2022-10-25T09:04:01.079Z] ---> 0a3ebc77e834 [2022-10-25T09:04:01.079Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T09:04:01.079Z] ---> Running in 6aea807a17be [2022-10-25T09:04:01.339Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:01.597Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:02.534Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:02.794Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T09:04:02.794Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T09:04:02.794Z] OK: 15857 distinct packages available [2022-10-25T09:04:02.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:03.359Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:03.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:03.616Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T09:04:03.616Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T09:04:03.616Z] OK: 15857 distinct packages available [2022-10-25T09:04:03.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:03.874Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T09:04:03.874Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T09:04:04.132Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T09:04:04.132Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T09:04:04.132Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T09:04:04.390Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T09:04:04.390Z] OK: 7 MiB in 19 packages [2022-10-25T09:04:04.390Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:04.955Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T09:04:04.955Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T09:04:04.955Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T09:04:04.955Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T09:04:05.223Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T09:04:05.223Z] OK: 6 MiB in 18 packages [2022-10-25T09:04:05.790Z] Removing intermediate container 6aea807a17be [2022-10-25T09:04:05.790Z] ---> 15753d509b66 [2022-10-25T09:04:05.790Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T09:04:06.356Z] Removing intermediate container d73bd8ccb2db [2022-10-25T09:04:06.356Z] ---> 33b2b391c1b1 [2022-10-25T09:04:06.356Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T09:04:09.661Z] ---> 1228fac1b66c [2022-10-25T09:04:09.661Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T09:04:09.661Z] ---> 28565d09288e [2022-10-25T09:04:09.661Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T09:04:09.923Z] ---> b24e39b8063d [2022-10-25T09:04:09.923Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T09:04:10.182Z] ---> 0a5a4a9d1155 [2022-10-25T09:04:10.182Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T09:04:10.182Z] ---> Running in 4cd7ea3ee101 [2022-10-25T09:04:10.182Z] Removing intermediate container 4cd7ea3ee101 [2022-10-25T09:04:10.182Z] ---> 42c356c9bafa [2022-10-25T09:04:10.182Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T09:04:10.749Z] ---> 5f16db4d5a43 [2022-10-25T09:04:10.749Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T09:04:10.749Z] ---> d8ae62fad659 [2022-10-25T09:04:10.749Z] Step 21/26 : WORKDIR / [2022-10-25T09:04:10.749Z] ---> Running in 293f699fd3bd [2022-10-25T09:04:11.007Z] ---> 9144409c676d [2022-10-25T09:04:11.007Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T09:04:11.007Z] ---> Running in 0e22f33e71e3 [2022-10-25T09:04:11.007Z] Removing intermediate container 293f699fd3bd [2022-10-25T09:04:11.007Z] ---> c5ba09575b4b [2022-10-25T09:04:11.007Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T09:04:11.007Z] ---> Running in 8b169a03f765 [2022-10-25T09:04:11.007Z] Removing intermediate container 0e22f33e71e3 [2022-10-25T09:04:11.007Z] ---> b33f4627135d [2022-10-25T09:04:11.007Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T09:04:11.265Z] ---> Running in 363b836f02d4 [2022-10-25T09:04:11.265Z] Removing intermediate container 8b169a03f765 [2022-10-25T09:04:11.265Z] ---> 72271a39972a [2022-10-25T09:04:11.265Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T09:04:11.265Z] ---> Running in 23f4e3536ae5 [2022-10-25T09:04:11.265Z] Removing intermediate container 363b836f02d4 [2022-10-25T09:04:11.265Z] ---> 34ba784522fa [2022-10-25T09:04:11.265Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T09:04:11.265Z] ---> Running in fcdf67d67c44 [2022-10-25T09:04:11.526Z] Removing intermediate container 23f4e3536ae5 [2022-10-25T09:04:11.526Z] ---> 4a8bc9a2738c [2022-10-25T09:04:11.526Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T09:04:11.526Z] ---> Running in be077d58dfe4 [2022-10-25T09:04:11.526Z] Removing intermediate container fcdf67d67c44 [2022-10-25T09:04:11.526Z] ---> 2e3b2ec4a8be [2022-10-25T09:04:11.526Z] Step 24/25 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:04:11.792Z] Removing intermediate container be077d58dfe4 [2022-10-25T09:04:11.792Z] ---> 201aaa68b2d3 [2022-10-25T09:04:11.792Z] Step 25/26 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:04:11.792Z] ---> Running in 57fb66a46411 [2022-10-25T09:04:11.792Z] ---> Running in c3468a693887 [2022-10-25T09:04:12.053Z] Removing intermediate container c3468a693887 [2022-10-25T09:04:12.053Z] ---> eca25cccdf2c [2022-10-25T09:04:12.053Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T09:04:12.053Z] Removing intermediate container 57fb66a46411 [2022-10-25T09:04:12.053Z] ---> c8457ca5714e [2022-10-25T09:04:12.053Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T09:04:12.053Z] ---> Running in e9ad48104639 [2022-10-25T09:04:12.053Z] ---> Running in d33080e7f9b8 [2022-10-25T09:04:12.311Z] Removing intermediate container e9ad48104639 [2022-10-25T09:04:12.311Z] ---> f067bd213eab [2022-10-25T09:04:12.311Z] [2022-10-25T09:04:12.311Z] Removing intermediate container d33080e7f9b8 [2022-10-25T09:04:12.311Z] ---> a3b061b407f7 [2022-10-25T09:04:12.311Z] [2022-10-25T09:04:12.569Z] Successfully built f067bd213eab [2022-10-25T09:04:12.569Z] Successfully tagged security-spire-config:latest [2022-10-25T09:04:12.569Z] Building core-command [2022-10-25T09:04:12.569Z]  Building security-spire-config ... done Successfully built a3b061b407f7 [2022-10-25T09:04:12.569Z] Successfully tagged security-spire-server:latest [2022-10-25T09:04:12.569Z]  Building security-spire-server ... done Building sys-mgmt-agent [2022-10-25T09:04:17.835Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:04:17.835Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:04:17.835Z] ---> 4a8a87448be0 [2022-10-25T09:04:17.835Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T09:04:17.835Z] ---> Using cache [2022-10-25T09:04:17.835Z] ---> 80e0653fe02d [2022-10-25T09:04:17.835Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:04:17.835Z] ---> Using cache [2022-10-25T09:04:17.835Z] ---> 09d474e92545 [2022-10-25T09:04:17.835Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T09:04:17.835Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:04:17.835Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:04:17.835Z] ---> 4a8a87448be0 [2022-10-25T09:04:17.835Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T09:04:17.835Z] ---> Using cache [2022-10-25T09:04:17.835Z] ---> 04b5ccaf257d [2022-10-25T09:04:17.835Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T09:04:17.835Z] ---> Using cache [2022-10-25T09:04:17.835Z] ---> 3b5f37b82f6e [2022-10-25T09:04:17.835Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:04:17.835Z] ---> Using cache [2022-10-25T09:04:17.835Z] ---> dc46d6c474cb [2022-10-25T09:04:17.835Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T09:04:17.835Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:04:19.742Z] ---> Running in 28c1414222d5 [2022-10-25T09:04:19.742Z] ---> Running in 56143e7323a0 [2022-10-25T09:04:20.000Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:20.262Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:20.829Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:21.088Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:21.347Z] OK: 211 MiB in 51 packages [2022-10-25T09:04:21.347Z] OK: 211 MiB in 51 packages [2022-10-25T09:04:21.918Z] Removing intermediate container 25fa46eb542c [2022-10-25T09:04:21.918Z] ---> 6e78dee37d76 [2022-10-25T09:04:21.918Z] [2022-10-25T09:04:21.918Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T09:04:21.918Z] Removing intermediate container 24aca777ec19 [2022-10-25T09:04:21.918Z] ---> d26aa7236439 [2022-10-25T09:04:21.918Z] [2022-10-25T09:04:21.918Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T09:04:21.918Z] Removing intermediate container 903ba0227963 [2022-10-25T09:04:21.918Z] ---> fe74ca669fb4 [2022-10-25T09:04:21.918Z] [2022-10-25T09:04:21.918Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T09:04:22.177Z] Removing intermediate container 28c1414222d5 [2022-10-25T09:04:22.177Z] ---> 24a43c5e1df3 [2022-10-25T09:04:22.177Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T09:04:22.177Z] ---> 29b0eeb88691 [2022-10-25T09:04:22.177Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:04:22.177Z] ---> Running in 131ee805ae21 [2022-10-25T09:04:22.744Z] 3.16: Pulling from library/alpine [2022-10-25T09:04:23.313Z] 3.16: Pulling from library/alpine [2022-10-25T09:04:23.313Z] 3.16: Pulling from library/alpine [2022-10-25T09:04:23.573Z] Removing intermediate container 56143e7323a0 [2022-10-25T09:04:23.573Z] ---> d1e53dfc7d70 [2022-10-25T09:04:23.573Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T09:04:23.573Z] ---> 82de7bd7b6ad [2022-10-25T09:04:23.573Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:04:23.573Z] ---> Running in 9e97455ac9de [2022-10-25T09:04:24.512Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T09:04:24.512Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T09:04:24.512Z] Status: Image is up to date for alpine:3.16 [2022-10-25T09:04:24.512Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T09:04:24.512Z] ---> 9c6f07244728 [2022-10-25T09:04:24.512Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T09:04:24.512Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T09:04:24.512Z] Status: Image is up to date for alpine:3.16 [2022-10-25T09:04:24.512Z] ---> 9c6f07244728 [2022-10-25T09:04:24.512Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T09:04:24.512Z] ---> 9c6f07244728 [2022-10-25T09:04:24.512Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T09:04:24.512Z] ---> Running in e4097b53345f [2022-10-25T09:04:24.512Z] ---> Running in 01d800f05eb3 [2022-10-25T09:04:24.512Z] ---> Running in 1ee5b4128c8f [2022-10-25T09:04:24.512Z] Removing intermediate container 01d800f05eb3 [2022-10-25T09:04:24.512Z] ---> 24c203aea53b [2022-10-25T09:04:24.512Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T09:04:24.512Z] Removing intermediate container 1ee5b4128c8f [2022-10-25T09:04:24.512Z] ---> 6ecaf145b4d1 [2022-10-25T09:04:24.512Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T09:04:24.512Z] ---> Running in d113fc2472d6 [2022-10-25T09:04:24.512Z] ---> Running in 5b10d7e4e47e [2022-10-25T09:04:24.772Z] Removing intermediate container 5b10d7e4e47e [2022-10-25T09:04:24.772Z] ---> 4926507809cd [2022-10-25T09:04:24.772Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T09:04:24.772Z] ---> Running in 42298b44da15 [2022-10-25T09:04:24.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:24.772Z] Removing intermediate container 42298b44da15 [2022-10-25T09:04:24.772Z] ---> 279d4bbdbdc9 [2022-10-25T09:04:24.772Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:04:24.772Z] ---> Running in 71c91a1f7d2e [2022-10-25T09:04:25.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:25.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:25.289Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:25.289Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T09:04:25.289Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T09:04:25.289Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T09:04:25.289Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:04:25.289Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T09:04:25.289Z] OK: 6 MiB in 17 packages [2022-10-25T09:04:25.548Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T09:04:25.548Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T09:04:25.548Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:04:25.548Z] OK: 6 MiB in 16 packages [2022-10-25T09:04:25.811Z] Removing intermediate container 71c91a1f7d2e [2022-10-25T09:04:25.811Z] ---> feba9e13505a [2022-10-25T09:04:25.811Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T09:04:26.069Z] ---> Running in fc7e3e2340b5 [2022-10-25T09:04:26.328Z] Removing intermediate container e4097b53345f [2022-10-25T09:04:26.328Z] ---> 3d7aa6161c37 [2022-10-25T09:04:26.328Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T09:04:27.288Z] Removing intermediate container d113fc2472d6 [2022-10-25T09:04:27.289Z] ---> 665974fbcedc [2022-10-25T09:04:27.289Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T09:04:27.550Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:28.131Z] ---> Running in 5102e0708b60 [2022-10-25T09:04:28.395Z] ---> Running in e8ff9979cf61 [2022-10-25T09:04:28.395Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:28.395Z] Removing intermediate container 5102e0708b60 [2022-10-25T09:04:28.395Z] ---> 374b453ab2b3 [2022-10-25T09:04:28.395Z] Step 13/25 : WORKDIR / [2022-10-25T09:04:28.654Z] Removing intermediate container e8ff9979cf61 [2022-10-25T09:04:28.655Z] ---> 54f0c8d54010 [2022-10-25T09:04:28.655Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T09:04:28.655Z] ---> Running in 121511f5bc95 [2022-10-25T09:04:28.655Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T09:04:28.655Z] ---> Running in 1328e4dbd720 [2022-10-25T09:04:28.655Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T09:04:28.915Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T09:04:28.915Z] Removing intermediate container 1328e4dbd720 [2022-10-25T09:04:28.915Z] ---> 2d5416b3c959 [2022-10-25T09:04:28.915Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T09:04:28.915Z] Removing intermediate container 121511f5bc95 [2022-10-25T09:04:28.915Z] ---> 87cb93836390 [2022-10-25T09:04:28.915Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-25T09:04:28.915Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T09:04:28.915Z] ---> Running in 0e3737deb944 [2022-10-25T09:04:29.175Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T09:04:29.175Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T09:04:29.175Z] Removing intermediate container 0e3737deb944 [2022-10-25T09:04:29.175Z] ---> f100ea8a672b [2022-10-25T09:04:29.175Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T09:04:29.436Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:04:29.436Z] OK: 8 MiB in 20 packages [2022-10-25T09:04:29.436Z] ---> a408b1d31f98 [2022-10-25T09:04:29.436Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-25T09:04:29.695Z] ---> Running in 1f49c922227f [2022-10-25T09:04:29.953Z] Removing intermediate container 1f49c922227f [2022-10-25T09:04:29.953Z] ---> fc666ced38ce [2022-10-25T09:04:29.953Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T09:04:30.211Z] ---> 364ff1a9e413 [2022-10-25T09:04:30.211Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T09:04:30.211Z] ---> Running in f70eb0f12541 [2022-10-25T09:04:30.211Z] Removing intermediate container fc7e3e2340b5 [2022-10-25T09:04:30.211Z] ---> 1bfa0a5394b5 [2022-10-25T09:04:30.211Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T09:04:30.779Z] ---> 5da2d212209d [2022-10-25T09:04:30.779Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-25T09:04:30.779Z] ---> 7ec1727ef6ee [2022-10-25T09:04:30.779Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T09:04:31.037Z] ---> 9b1127ed209f [2022-10-25T09:04:31.037Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T09:04:31.295Z] ---> 855d9b5278f2 [2022-10-25T09:04:31.295Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T09:04:31.295Z] Removing intermediate container f70eb0f12541 [2022-10-25T09:04:31.295Z] ---> b1bd6e3b8307 [2022-10-25T09:04:31.295Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T09:04:31.554Z] ---> Running in 9cfe01a03fa5 [2022-10-25T09:04:31.554Z] ---> 5cf38e195743 [2022-10-25T09:04:31.554Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T09:04:32.131Z] ---> 3c90890a8b7f [2022-10-25T09:04:32.131Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T09:04:32.131Z] Removing intermediate container 9cfe01a03fa5 [2022-10-25T09:04:32.131Z] ---> a7bef09d4614 [2022-10-25T09:04:32.131Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T09:04:32.131Z] ---> Running in fdcb5aa5af3e [2022-10-25T09:04:32.391Z] ---> d6eead53beab [2022-10-25T09:04:32.391Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T09:04:32.391Z] Removing intermediate container fdcb5aa5af3e [2022-10-25T09:04:32.391Z] ---> b7128189e9f1 [2022-10-25T09:04:32.391Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T09:04:32.391Z] ---> 67a6539a9e2f [2022-10-25T09:04:32.391Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T09:04:32.649Z] ---> Running in 47f678caa2f8 [2022-10-25T09:04:32.649Z] ---> Running in 1356890aabc9 [2022-10-25T09:04:32.649Z] ---> e0cf0e53a7d6 [2022-10-25T09:04:32.649Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T09:04:32.910Z] Removing intermediate container 47f678caa2f8 [2022-10-25T09:04:32.910Z] ---> 9fd1fe24f5eb [2022-10-25T09:04:32.910Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T09:04:32.910Z] ---> Running in af8fec3817f4 [2022-10-25T09:04:32.910Z] ---> Running in a6d092549ead [2022-10-25T09:04:33.473Z] Removing intermediate container a6d092549ead [2022-10-25T09:04:33.473Z] ---> 8870fd97e23e [2022-10-25T09:04:33.473Z] Step 23/24 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:04:33.733Z] ---> Running in 9b402fefb2e8 [2022-10-25T09:04:33.997Z] Removing intermediate container 9b402fefb2e8 [2022-10-25T09:04:33.997Z] ---> 67a25071a5e1 [2022-10-25T09:04:33.997Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T09:04:34.255Z] ---> Running in 51f96f0112ea [2022-10-25T09:04:34.255Z] Removing intermediate container 1356890aabc9 [2022-10-25T09:04:34.255Z] ---> c54602561355 [2022-10-25T09:04:34.255Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T09:04:34.255Z] Removing intermediate container af8fec3817f4 [2022-10-25T09:04:34.255Z] ---> 4919a678ca2c [2022-10-25T09:04:34.255Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T09:04:34.824Z] ---> Running in ef040a1fe682 [2022-10-25T09:04:34.824Z] Removing intermediate container 51f96f0112ea [2022-10-25T09:04:34.824Z] ---> 27fe2c61c365 [2022-10-25T09:04:34.824Z] [2022-10-25T09:04:34.824Z] ---> 6d1b9d124fea [2022-10-25T09:04:34.824Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T09:04:34.824Z] Successfully built 27fe2c61c365 [2022-10-25T09:04:34.824Z] Successfully tagged core-data:latest [2022-10-25T09:04:34.824Z]  Building core-data ... done Building security-spiffe-token-provider [2022-10-25T09:04:34.824Z] Removing intermediate container ef040a1fe682 [2022-10-25T09:04:34.824Z] ---> 0bdd2e12bdf2 [2022-10-25T09:04:34.824Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T09:04:35.392Z] Removing intermediate container 9e97455ac9de [2022-10-25T09:04:35.392Z] ---> 8de70520b091 [2022-10-25T09:04:35.392Z] Step 8/23 : COPY . . [2022-10-25T09:04:37.292Z] ---> Running in 8a1874ce9d18 [2022-10-25T09:04:37.292Z] ---> 55aaff89495c [2022-10-25T09:04:37.292Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T09:04:37.551Z] Removing intermediate container 8a1874ce9d18 [2022-10-25T09:04:37.551Z] ---> ac3c3db84f99 [2022-10-25T09:04:37.551Z] Step 24/25 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:04:37.809Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:04:37.809Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:04:37.809Z] ---> 4a8a87448be0 [2022-10-25T09:04:37.809Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T09:04:37.809Z] ---> Using cache [2022-10-25T09:04:37.809Z] ---> 80e0653fe02d [2022-10-25T09:04:37.809Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T09:04:38.066Z] ---> Running in 0cb405ced6c8 [2022-10-25T09:04:38.066Z] Removing intermediate container 131ee805ae21 [2022-10-25T09:04:38.066Z] ---> 85529fb99844 [2022-10-25T09:04:38.066Z] Step 9/24 : COPY . . [2022-10-25T09:04:38.066Z] ---> 1a6e74dab443 [2022-10-25T09:04:38.066Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T09:04:38.066Z] ---> Running in 4547a65ff179 [2022-10-25T09:04:38.324Z] Removing intermediate container 0cb405ced6c8 [2022-10-25T09:04:38.324Z] ---> 5b4f41528ff7 [2022-10-25T09:04:38.324Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T09:04:38.892Z] ---> Running in 4a5f78903e41 [2022-10-25T09:04:38.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:38.892Z] ---> f1e1b636a657 [2022-10-25T09:04:38.892Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T09:04:38.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:38.892Z] Removing intermediate container 4a5f78903e41 [2022-10-25T09:04:38.892Z] ---> b96b75bcc8f9 [2022-10-25T09:04:38.892Z] [2022-10-25T09:04:38.892Z] Successfully built b96b75bcc8f9 [2022-10-25T09:04:38.892Z] Successfully tagged security-secretstore-setup:latest [2022-10-25T09:04:38.892Z]  Building security-secretstore-setup ... done Building core-metadata [2022-10-25T09:04:39.151Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T09:04:39.151Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T09:04:39.151Z] OK: 17038 distinct packages available [2022-10-25T09:04:39.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:39.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:04:39.412Z] OK: 211 MiB in 51 packages [2022-10-25T09:04:41.319Z] ---> 27aa3126f4ba [2022-10-25T09:04:41.319Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T09:04:41.319Z] ---> 47b875f63358 [2022-10-25T09:04:41.319Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T09:04:41.578Z] ---> Running in 0eae4d02a42a [2022-10-25T09:04:41.839Z] Removing intermediate container 4547a65ff179 [2022-10-25T09:04:41.839Z] ---> 741ecef655ee [2022-10-25T09:04:41.839Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T09:04:41.839Z] ---> b4c855bc78fe [2022-10-25T09:04:41.839Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T09:04:42.098Z] ---> fa4992e3521f [2022-10-25T09:04:42.098Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:04:42.098Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T09:04:42.098Z] ---> 240ebeac8656 [2022-10-25T09:04:42.098Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T09:04:42.402Z] ---> Running in 3c5c38ffc76e [2022-10-25T09:04:42.402Z] ---> Running in 9dfe0e9e6ecd [2022-10-25T09:04:42.661Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:04:42.661Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:04:42.661Z] ---> 4a8a87448be0 [2022-10-25T09:04:42.661Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T09:04:42.661Z] ---> Using cache [2022-10-25T09:04:42.661Z] ---> 04b5ccaf257d [2022-10-25T09:04:42.661Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T09:04:42.661Z] ---> Using cache [2022-10-25T09:04:42.661Z] ---> 3b5f37b82f6e [2022-10-25T09:04:42.661Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:04:42.661Z] ---> Using cache [2022-10-25T09:04:42.661Z] ---> dc46d6c474cb [2022-10-25T09:04:42.661Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T09:04:42.661Z] ---> Using cache [2022-10-25T09:04:42.661Z] ---> 24a43c5e1df3 [2022-10-25T09:04:42.661Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T09:04:42.661Z] ---> Using cache [2022-10-25T09:04:42.661Z] ---> 29b0eeb88691 [2022-10-25T09:04:42.661Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:04:42.661Z] ---> Using cache [2022-10-25T09:04:42.661Z] ---> 85529fb99844 [2022-10-25T09:04:42.661Z] Step 9/25 : COPY . . [2022-10-25T09:04:42.661Z] ---> Using cache [2022-10-25T09:04:42.661Z] ---> 554fffa38888 [2022-10-25T09:04:42.661Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T09:04:42.661Z] ---> Running in 137658f4327a [2022-10-25T09:04:42.661Z] ---> 554fffa38888 [2022-10-25T09:04:42.661Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T09:04:42.924Z] ---> Running in fe0c349caf11 [2022-10-25T09:04:42.924Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T09:04:43.183Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T09:04:43.752Z] Removing intermediate container 9dfe0e9e6ecd [2022-10-25T09:04:43.752Z] ---> 5bf83f670c5b [2022-10-25T09:04:43.752Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T09:04:44.010Z] ---> Running in 5bd39e57450a [2022-10-25T09:04:44.272Z] Removing intermediate container 5bd39e57450a [2022-10-25T09:04:44.272Z] ---> 5ba7c58f3296 [2022-10-25T09:04:44.272Z] Step 30/33 : CMD ["gate"] [2022-10-25T09:04:44.535Z] ---> Running in 947dae2e51fd [2022-10-25T09:04:44.794Z] Removing intermediate container 947dae2e51fd [2022-10-25T09:04:44.794Z] ---> baf400a50d8c [2022-10-25T09:04:44.795Z] Step 31/33 : LABEL arch=x86_64 [2022-10-25T09:04:45.053Z] ---> Running in 7e8a6a1190e8 [2022-10-25T09:04:45.985Z] Removing intermediate container 7e8a6a1190e8 [2022-10-25T09:04:45.985Z] ---> 2062a35f07fc [2022-10-25T09:04:45.985Z] Step 32/33 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:04:45.985Z] ---> Running in 300714394a26 [2022-10-25T09:04:46.243Z] Removing intermediate container 300714394a26 [2022-10-25T09:04:46.243Z] ---> 8a7440600cca [2022-10-25T09:04:46.243Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T09:04:46.503Z] ---> Running in 0acc0873135c [2022-10-25T09:04:47.075Z] Removing intermediate container 0acc0873135c [2022-10-25T09:04:47.075Z] ---> 928d8426b024 [2022-10-25T09:04:47.075Z] [2022-10-25T09:04:47.076Z] Successfully built 928d8426b024 [2022-10-25T09:04:47.333Z] Successfully tagged security-bootstrapper:latest [2022-10-25T09:04:47.333Z] Building support-scheduler [2022-10-25T09:04:53.935Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:04:53.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:04:53.935Z] ---> 4a8a87448be0 [2022-10-25T09:04:53.935Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T09:04:53.935Z] ---> Using cache [2022-10-25T09:04:53.935Z] ---> 04b5ccaf257d [2022-10-25T09:04:53.935Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T09:04:53.935Z] ---> Using cache [2022-10-25T09:04:53.935Z] ---> 3b5f37b82f6e [2022-10-25T09:04:53.935Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:04:53.935Z] ---> Using cache [2022-10-25T09:04:53.935Z] ---> dc46d6c474cb [2022-10-25T09:04:53.935Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T09:04:53.935Z] ---> Using cache [2022-10-25T09:04:53.935Z] ---> 24a43c5e1df3 [2022-10-25T09:04:53.935Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T09:04:53.935Z] ---> Using cache [2022-10-25T09:04:53.935Z] ---> 29b0eeb88691 [2022-10-25T09:04:53.935Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:04:53.935Z] ---> Using cache [2022-10-25T09:04:53.935Z] ---> 85529fb99844 [2022-10-25T09:04:53.935Z] Step 9/23 : COPY . . [2022-10-25T09:04:53.935Z] ---> Using cache [2022-10-25T09:04:53.935Z] ---> 554fffa38888 [2022-10-25T09:04:53.935Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T09:04:54.874Z] ---> Running in 48388964a074 [2022-10-25T09:04:54.874Z] Removing intermediate container 3c5c38ffc76e [2022-10-25T09:04:54.874Z] ---> cc7af9a71721 [2022-10-25T09:04:54.874Z] Step 7/20 : COPY . . [2022-10-25T09:04:55.441Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T09:05:01.997Z] ---> 3303cc6fae42 [2022-10-25T09:05:01.997Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T09:05:01.997Z] ---> Running in 5c5bda3c5986 [2022-10-25T09:05:03.371Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:05:09.922Z] Removing intermediate container 0eae4d02a42a [2022-10-25T09:05:09.922Z] ---> e80ae56a2aaf [2022-10-25T09:05:09.922Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T09:05:09.922Z] ---> Running in 0c7cdfb70bd0 [2022-10-25T09:05:10.489Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T09:05:13.016Z] Removing intermediate container 0c7cdfb70bd0 [2022-10-25T09:05:13.016Z] ---> 9924734bd00d [2022-10-25T09:05:13.016Z] [2022-10-25T09:05:13.016Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T09:05:13.016Z] ---> 9c6f07244728 [2022-10-25T09:05:13.016Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-25T09:05:13.016Z] ---> Running in 107359737b51 [2022-10-25T09:05:13.608Z] Removing intermediate container 107359737b51 [2022-10-25T09:05:13.608Z] ---> bb29e0cae0b6 [2022-10-25T09:05:13.608Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-10-25T09:05:13.866Z] ---> Running in bec14213d14f [2022-10-25T09:05:14.124Z] Removing intermediate container fe0c349caf11 [2022-10-25T09:05:14.124Z] ---> a24a2f953690 [2022-10-25T09:05:14.124Z] [2022-10-25T09:05:14.124Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T09:05:14.124Z] ---> 9c6f07244728 [2022-10-25T09:05:14.124Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T09:05:14.124Z] ---> Running in a4b25e40f790 [2022-10-25T09:05:15.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:15.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:15.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:15.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:15.057Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T09:05:15.057Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T09:05:15.057Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T09:05:15.057Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T09:05:15.325Z] Executing bash-5.1.16-r2.post-install [2022-10-25T09:05:15.325Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T09:05:15.325Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T09:05:15.325Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T09:05:15.325Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T09:05:15.325Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:05:15.325Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T09:05:15.325Z] OK: 6 MiB in 15 packages [2022-10-25T09:05:15.325Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T09:05:15.325Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T09:05:15.325Z] Removing intermediate container 137658f4327a [2022-10-25T09:05:15.325Z] ---> f163f9535bd9 [2022-10-25T09:05:15.325Z] [2022-10-25T09:05:15.325Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T09:05:15.325Z] ---> 9c6f07244728 [2022-10-25T09:05:15.325Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T09:05:15.585Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T09:05:15.585Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T09:05:15.585Z] (13/33) Installing expat (2.4.9-r0) [2022-10-25T09:05:15.585Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T09:05:15.585Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T09:05:15.585Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T09:05:15.585Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T09:05:15.585Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T09:05:15.585Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T09:05:15.585Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T09:05:15.585Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T09:05:15.843Z] ---> Running in 32ad9559f367 [2022-10-25T09:05:16.101Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T09:05:16.101Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T09:05:16.101Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T09:05:16.101Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T09:05:16.101Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T09:05:16.101Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T09:05:16.101Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T09:05:16.101Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T09:05:16.101Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T09:05:16.101Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T09:05:16.358Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T09:05:16.358Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T09:05:16.358Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:05:16.358Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T09:05:16.616Z] OK: 122 MiB in 47 packages [2022-10-25T09:05:16.616Z] Removing intermediate container a4b25e40f790 [2022-10-25T09:05:16.616Z] ---> f633fe14051c [2022-10-25T09:05:16.616Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T09:05:16.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:16.616Z] ---> Running in 15b5e44822ea [2022-10-25T09:05:16.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:16.880Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T09:05:16.880Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:05:16.880Z] OK: 6 MiB in 15 packages [2022-10-25T09:05:17.137Z] Removing intermediate container 15b5e44822ea [2022-10-25T09:05:17.137Z] ---> e72d2627a2a5 [2022-10-25T09:05:17.137Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T09:05:17.137Z] ---> Running in b21e68b1bfb4 [2022-10-25T09:05:17.395Z] Removing intermediate container b21e68b1bfb4 [2022-10-25T09:05:17.395Z] ---> 8900ec019db1 [2022-10-25T09:05:17.395Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T09:05:17.395Z] ---> Running in 6f0965bfe26d [2022-10-25T09:05:17.669Z] Removing intermediate container 32ad9559f367 [2022-10-25T09:05:17.669Z] ---> 7b426742303f [2022-10-25T09:05:17.669Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T09:05:17.669Z] Removing intermediate container 6f0965bfe26d [2022-10-25T09:05:17.669Z] ---> 340216959a47 [2022-10-25T09:05:17.669Z] Step 16/24 : WORKDIR / [2022-10-25T09:05:17.669Z] ---> Running in 9533a1ef98f8 [2022-10-25T09:05:17.926Z] ---> Running in 4bc8409a50f1 [2022-10-25T09:05:18.184Z] Removing intermediate container 4bc8409a50f1 [2022-10-25T09:05:18.184Z] ---> 781e8f477150 [2022-10-25T09:05:18.184Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T09:05:18.184Z] Removing intermediate container 9533a1ef98f8 [2022-10-25T09:05:18.184Z] ---> 064dcafe4c52 [2022-10-25T09:05:18.184Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T09:05:18.184Z] ---> Running in 71774cd58421 [2022-10-25T09:05:18.750Z] ---> 4ffd0b3a1588 [2022-10-25T09:05:18.750Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T09:05:18.750Z] Removing intermediate container 71774cd58421 [2022-10-25T09:05:18.750Z] ---> b0fd759922ae [2022-10-25T09:05:18.750Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T09:05:18.750Z] ---> Running in 5e0e223f0315 [2022-10-25T09:05:19.316Z] Removing intermediate container 5e0e223f0315 [2022-10-25T09:05:19.316Z] ---> 9b6b2366599c [2022-10-25T09:05:19.316Z] Step 16/25 : WORKDIR / [2022-10-25T09:05:19.316Z] ---> 9891c65e8368 [2022-10-25T09:05:19.316Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T09:05:19.316Z] ---> Running in 43605601e995 [2022-10-25T09:05:19.316Z] Collecting docker-compose==1.23.2 [2022-10-25T09:05:19.574Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T09:05:19.574Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 25.7 MB/s eta 0:00:00 [2022-10-25T09:05:19.574Z] Collecting PyYAML<4,>=3.10 [2022-10-25T09:05:19.574Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T09:05:19.574Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 122.8 MB/s eta 0:00:00 [2022-10-25T09:05:19.851Z] Removing intermediate container 43605601e995 [2022-10-25T09:05:19.851Z] ---> add491f3986e [2022-10-25T09:05:19.851Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T09:05:19.851Z] Preparing metadata (setup.py): started [2022-10-25T09:05:20.111Z] ---> c99d5c902b3e [2022-10-25T09:05:20.111Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T09:05:20.111Z] ---> Running in fcf4d8b02f33 [2022-10-25T09:05:20.111Z] ---> 860fb2588009 [2022-10-25T09:05:20.111Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T09:05:20.368Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T09:05:20.368Z] Removing intermediate container fcf4d8b02f33 [2022-10-25T09:05:20.368Z] ---> bcd65e456aa1 [2022-10-25T09:05:20.368Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T09:05:20.368Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T09:05:20.368Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T09:05:20.368Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T09:05:20.368Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T09:05:20.368Z] ---> Running in 41bd6eb37a41 [2022-10-25T09:05:20.368Z] Preparing metadata (setup.py): started [2022-10-25T09:05:20.627Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T09:05:20.887Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T09:05:20.888Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T09:05:20.888Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 110.3 MB/s eta 0:00:00 [2022-10-25T09:05:20.888Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T09:05:20.888Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T09:05:20.888Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 115.5 MB/s eta 0:00:00Removing intermediate container 41bd6eb37a41 [2022-10-25T09:05:20.888Z] ---> c693e0765b96 [2022-10-25T09:05:20.888Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T09:05:20.888Z] [2022-10-25T09:05:20.888Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T09:05:20.888Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T09:05:20.888Z] Preparing metadata (setup.py): started [2022-10-25T09:05:21.154Z] ---> Running in a761cae710e8 [2022-10-25T09:05:21.154Z] ---> e90e37ed8062 [2022-10-25T09:05:21.154Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T09:05:21.154Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T09:05:21.419Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T09:05:21.419Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T09:05:21.419Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 176.3 MB/s eta 0:00:00 [2022-10-25T09:05:21.419Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-10-25T09:05:21.419Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T09:05:21.419Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T09:05:21.419Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T09:05:21.419Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T09:05:21.419Z] Preparing metadata (setup.py): started [2022-10-25T09:05:21.419Z] Removing intermediate container a761cae710e8 [2022-10-25T09:05:21.419Z] ---> 0b355df8ed0d [2022-10-25T09:05:21.419Z] Step 23/24 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:05:21.679Z] ---> 1870831da805 [2022-10-25T09:05:21.679Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T09:05:21.679Z] ---> Running in c2ef53658c59 [2022-10-25T09:05:21.679Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T09:05:21.679Z] Removing intermediate container c2ef53658c59 [2022-10-25T09:05:21.679Z] ---> 6401f0b7c56b [2022-10-25T09:05:21.679Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T09:05:21.679Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T09:05:21.679Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T09:05:21.936Z] ---> Running in 2b5a40baaa5e [2022-10-25T09:05:21.936Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T09:05:21.936Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T09:05:21.936Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 108.7 MB/s eta 0:00:00 [2022-10-25T09:05:21.936Z] Collecting certifi>=2017.4.17 [2022-10-25T09:05:21.936Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T09:05:21.936Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 136.4 MB/s eta 0:00:00 [2022-10-25T09:05:21.936Z] Collecting idna<2.8,>=2.5 [2022-10-25T09:05:21.936Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T09:05:21.936Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 161.0 MB/s eta 0:00:00 [2022-10-25T09:05:21.936Z] ---> 6469a6b3a78c [2022-10-25T09:05:21.936Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T09:05:22.194Z] Removing intermediate container 2b5a40baaa5e [2022-10-25T09:05:22.194Z] ---> 3c3a1f79938a [2022-10-25T09:05:22.194Z] [2022-10-25T09:05:22.194Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T09:05:22.194Z] ---> Running in a1213b18ed06 [2022-10-25T09:05:22.194Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T09:05:22.194Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 189.5 MB/s eta 0:00:00 [2022-10-25T09:05:22.194Z] Successfully built 3c3a1f79938a [2022-10-25T09:05:22.194Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T09:05:22.194Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T09:05:22.194Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T09:05:22.194Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T09:05:22.194Z] Successfully tagged core-command:latest [2022-10-25T09:05:22.194Z]  Building core-command ... done Building security-proxy-setup [2022-10-25T09:05:22.194Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T09:05:22.452Z] Running setup.py install for texttable: started [2022-10-25T09:05:22.452Z] Removing intermediate container a1213b18ed06 [2022-10-25T09:05:22.452Z] ---> fa5d53f8be0d [2022-10-25T09:05:22.452Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T09:05:22.710Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T09:05:22.710Z] Running setup.py install for PyYAML: started [2022-10-25T09:05:23.274Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T09:05:23.274Z] ---> Running in f597bcfdb0e0 [2022-10-25T09:05:23.844Z] Running setup.py install for docopt: started [2022-10-25T09:05:23.844Z] Removing intermediate container f597bcfdb0e0 [2022-10-25T09:05:23.844Z] ---> 9676dfe095ac [2022-10-25T09:05:23.844Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T09:05:23.844Z] ---> Running in 4f66004191b9 [2022-10-25T09:05:24.146Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T09:05:24.146Z] Removing intermediate container 4f66004191b9 [2022-10-25T09:05:24.146Z] ---> 789503d69633 [2022-10-25T09:05:24.146Z] Step 24/25 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:05:24.405Z] ---> Running in 91504bca2e35 [2022-10-25T09:05:24.662Z] Removing intermediate container 91504bca2e35 [2022-10-25T09:05:24.662Z] ---> b5f197b8b46d [2022-10-25T09:05:24.662Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T09:05:24.924Z] ---> Running in 8d58a4a96617 [2022-10-25T09:05:24.924Z] Running setup.py install for dockerpty: started [2022-10-25T09:05:25.183Z] Removing intermediate container 8d58a4a96617 [2022-10-25T09:05:25.183Z] ---> 4b50fb5980fb [2022-10-25T09:05:25.183Z] [2022-10-25T09:05:25.183Z] Successfully built 4b50fb5980fb [2022-10-25T09:05:25.183Z] Successfully tagged core-metadata:latest [2022-10-25T09:05:25.183Z] Building support-notifications [2022-10-25T09:05:25.183Z]  Building core-metadata ... done  Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T09:05:25.750Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-10-25T09:05:25.750Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-10-25T09:05:26.010Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:05:26.010Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:05:26.010Z] ---> 4a8a87448be0 [2022-10-25T09:05:26.010Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T09:05:26.010Z] ---> Using cache [2022-10-25T09:05:26.010Z] ---> 80e0653fe02d [2022-10-25T09:05:26.010Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:05:26.010Z] ---> Using cache [2022-10-25T09:05:26.010Z] ---> 09d474e92545 [2022-10-25T09:05:26.010Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T09:05:26.010Z] ---> Using cache [2022-10-25T09:05:26.010Z] ---> 962b49f3e6c2 [2022-10-25T09:05:26.010Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T09:05:26.010Z] ---> Using cache [2022-10-25T09:05:26.010Z] ---> 0e3ecc973fe1 [2022-10-25T09:05:26.011Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:05:26.011Z] ---> Using cache [2022-10-25T09:05:26.011Z] ---> ef9203328873 [2022-10-25T09:05:26.011Z] Step 8/22 : COPY . . [2022-10-25T09:05:26.011Z] ---> Using cache [2022-10-25T09:05:26.011Z] ---> fc5d22f65319 [2022-10-25T09:05:26.011Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T09:05:27.909Z] ---> Running in a19b9f97772a [2022-10-25T09:05:28.168Z] CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T09:05:29.181Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:05:29.181Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:05:29.181Z] ---> 4a8a87448be0 [2022-10-25T09:05:29.181Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T09:05:29.181Z] ---> Using cache [2022-10-25T09:05:29.181Z] ---> 04b5ccaf257d [2022-10-25T09:05:29.181Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T09:05:29.181Z] ---> Using cache [2022-10-25T09:05:29.181Z] ---> 3b5f37b82f6e [2022-10-25T09:05:29.181Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:05:29.181Z] ---> Using cache [2022-10-25T09:05:29.181Z] ---> dc46d6c474cb [2022-10-25T09:05:29.181Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T09:05:30.115Z] ---> Running in bb664a4b6a3e [2022-10-25T09:05:30.374Z] Removing intermediate container bec14213d14f [2022-10-25T09:05:30.374Z] ---> 00df6c11253c [2022-10-25T09:05:30.374Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T09:05:30.374Z] ---> Running in 2469d17054cd [2022-10-25T09:05:30.941Z] Removing intermediate container 2469d17054cd [2022-10-25T09:05:30.941Z] ---> 93c70cbf83d9 [2022-10-25T09:05:30.941Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T09:05:30.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:30.941Z] ---> Running in c23c90573cfa [2022-10-25T09:05:31.246Z] Removing intermediate container c23c90573cfa [2022-10-25T09:05:31.246Z] ---> c7c1bf14769b [2022-10-25T09:05:31.246Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T09:05:31.863Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:32.151Z] OK: 211 MiB in 51 packages [2022-10-25T09:05:32.760Z] ---> 76e0e6838498 [2022-10-25T09:05:32.760Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T09:05:33.370Z] ---> 9188fd592e6a [2022-10-25T09:05:33.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T09:05:33.370Z] Removing intermediate container bb664a4b6a3e [2022-10-25T09:05:33.370Z] ---> d8e77345e5a5 [2022-10-25T09:05:33.370Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T09:05:34.005Z] ---> ae53ff2f9596 [2022-10-25T09:05:34.005Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T09:05:34.005Z] ---> 9291bfd0046f [2022-10-25T09:05:34.005Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:05:34.005Z] ---> Running in 8735a8b4d92a [2022-10-25T09:05:34.005Z] ---> Running in a243af987a9a [2022-10-25T09:05:34.270Z] Removing intermediate container 5c5bda3c5986 [2022-10-25T09:05:34.270Z] ---> 1a8cb8e396e7 [2022-10-25T09:05:34.270Z] [2022-10-25T09:05:34.270Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T09:05:34.270Z] ---> c4fc93816858 [2022-10-25T09:05:34.270Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T09:05:34.270Z] ---> Using cache [2022-10-25T09:05:34.270Z] ---> 5c466030209e [2022-10-25T09:05:34.270Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:05:34.270Z] ---> Using cache [2022-10-25T09:05:34.270Z] ---> 0a3ebc77e834 [2022-10-25T09:05:34.270Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T09:05:34.270Z] Removing intermediate container 8735a8b4d92a [2022-10-25T09:05:34.270Z] ---> 1cb2935833ec [2022-10-25T09:05:34.270Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T09:05:34.270Z] Removing intermediate container 48388964a074 [2022-10-25T09:05:34.270Z] ---> 696c8443f8c2 [2022-10-25T09:05:34.270Z] [2022-10-25T09:05:34.270Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T09:05:34.270Z] ---> 9c6f07244728 [2022-10-25T09:05:34.270Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T09:05:34.270Z] ---> Using cache [2022-10-25T09:05:34.270Z] ---> 7b426742303f [2022-10-25T09:05:34.270Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T09:05:34.270Z] ---> Using cache [2022-10-25T09:05:34.270Z] ---> 064dcafe4c52 [2022-10-25T09:05:34.270Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T09:05:34.270Z] ---> Running in c41809c49f7f [2022-10-25T09:05:34.270Z] ---> Running in dc9aafea9671 [2022-10-25T09:05:34.270Z] ---> Running in 3e3cf097a4d3 [2022-10-25T09:05:34.835Z] Removing intermediate container 3e3cf097a4d3 [2022-10-25T09:05:34.835Z] ---> e7b3f7fbdad4 [2022-10-25T09:05:34.835Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T09:05:34.835Z] Removing intermediate container dc9aafea9671 [2022-10-25T09:05:34.835Z] ---> 5122d153d866 [2022-10-25T09:05:34.835Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T09:05:34.835Z] ---> Running in 788f6839042a [2022-10-25T09:05:34.835Z] ---> Running in bf23b1cc0914 [2022-10-25T09:05:35.093Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:35.093Z] Removing intermediate container 788f6839042a [2022-10-25T09:05:35.093Z] ---> 3100b66f8ef6 [2022-10-25T09:05:35.093Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T09:05:35.093Z] Removing intermediate container bf23b1cc0914 [2022-10-25T09:05:35.093Z] ---> 7542f246bc9e [2022-10-25T09:05:35.093Z] Step 22/23 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:05:35.093Z] ---> Running in b52aa3c06be0 [2022-10-25T09:05:35.351Z] ---> 51fa4d668bbc [2022-10-25T09:05:35.351Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T09:05:35.351Z] Removing intermediate container b52aa3c06be0 [2022-10-25T09:05:35.351Z] ---> b3219ab99d89 [2022-10-25T09:05:35.351Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T09:05:35.351Z] ---> Running in 7434b289e9b8 [2022-10-25T09:05:35.610Z] Removing intermediate container 7434b289e9b8 [2022-10-25T09:05:35.610Z] ---> 9217bbd711c8 [2022-10-25T09:05:35.610Z] [2022-10-25T09:05:35.610Z] Successfully built 9217bbd711c8 [2022-10-25T09:05:35.867Z] Successfully tagged sys-mgmt-agent:latest [2022-10-25T09:05:35.867Z] Building security-spire-agent [2022-10-25T09:05:35.867Z]  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:36.125Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T09:05:36.125Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T09:05:36.125Z] OK: 15857 distinct packages available [2022-10-25T09:05:36.125Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:37.056Z] ---> 20be3a7f4611 [2022-10-25T09:05:37.056Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T09:05:37.056Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:37.314Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T09:05:37.572Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T09:05:37.572Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T09:05:37.572Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T09:05:37.828Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T09:05:37.828Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T09:05:38.098Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T09:05:38.098Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T09:05:38.357Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T09:05:38.357Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T09:05:38.357Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T09:05:38.357Z] OK: 8 MiB in 23 packages [2022-10-25T09:05:38.615Z] ---> c47441a65fd2 [2022-10-25T09:05:38.615Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T09:05:38.882Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T09:05:38.882Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T09:05:38.882Z] ---> 4a8a87448be0 [2022-10-25T09:05:38.882Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T09:05:38.882Z] ---> Using cache [2022-10-25T09:05:38.882Z] ---> 80e0653fe02d [2022-10-25T09:05:38.882Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:05:38.882Z] ---> Using cache [2022-10-25T09:05:38.882Z] ---> 09d474e92545 [2022-10-25T09:05:38.882Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T09:05:39.139Z] ---> Running in f0a32297605c [2022-10-25T09:05:39.139Z] ---> Running in 1e61cd049047 [2022-10-25T09:05:39.407Z] Removing intermediate container f0a32297605c [2022-10-25T09:05:39.407Z] ---> 07f1a762cf58 [2022-10-25T09:05:39.407Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T09:05:39.407Z] ---> Running in 8f3dcee91b01 [2022-10-25T09:05:39.407Z] Removing intermediate container c41809c49f7f [2022-10-25T09:05:39.407Z] ---> 85ae773e3a64 [2022-10-25T09:05:39.407Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T09:05:39.664Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:39.664Z] Removing intermediate container 8f3dcee91b01 [2022-10-25T09:05:39.664Z] ---> ac33cfc34d81 [2022-10-25T09:05:39.664Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T09:05:39.664Z] ---> Running in 3a4d00447357 [2022-10-25T09:05:39.664Z] ---> 8cd3cdd89c15 [2022-10-25T09:05:39.664Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T09:05:39.923Z] Removing intermediate container 3a4d00447357 [2022-10-25T09:05:39.923Z] ---> 5ab8990dea59 [2022-10-25T09:05:39.923Z] Step 22/23 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:05:40.180Z] ---> Running in 57c280ea8916 [2022-10-25T09:05:40.440Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:40.440Z] Removing intermediate container 57c280ea8916 [2022-10-25T09:05:40.440Z] ---> 3a390d4b3b5e [2022-10-25T09:05:40.440Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T09:05:40.723Z] ---> Running in f811052d02ee [2022-10-25T09:05:40.723Z] ---> 7e73dafa6ab7 [2022-10-25T09:05:40.723Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T09:05:40.723Z] OK: 211 MiB in 51 packages [2022-10-25T09:05:40.989Z] Removing intermediate container f811052d02ee [2022-10-25T09:05:40.989Z] ---> 2075832d4234 [2022-10-25T09:05:40.989Z] [2022-10-25T09:05:40.989Z] Successfully built 2075832d4234 [2022-10-25T09:05:40.989Z] Successfully tagged support-scheduler:latest [2022-10-25T09:05:40.989Z]  Building support-scheduler ... done  ---> dac8bad53e44 [2022-10-25T09:05:40.989Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T09:05:41.250Z] ---> Running in 58580636f8da [2022-10-25T09:05:41.250Z] Removing intermediate container 1e61cd049047 [2022-10-25T09:05:41.250Z] ---> ce9907260bd3 [2022-10-25T09:05:41.250Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T09:05:41.518Z] Removing intermediate container 58580636f8da [2022-10-25T09:05:41.518Z] ---> 109b95d39077 [2022-10-25T09:05:41.518Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T09:05:41.518Z] ---> Running in f94b62b75004 [2022-10-25T09:05:41.518Z] ---> 8c1d51d11a48 [2022-10-25T09:05:41.518Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T09:05:41.776Z] ---> Running in bf8176e525c3 [2022-10-25T09:05:41.776Z] Removing intermediate container f94b62b75004 [2022-10-25T09:05:41.776Z] ---> 622d058a5469 [2022-10-25T09:05:41.776Z] Step 18/20 : LABEL arch=x86_64 [2022-10-25T09:05:41.776Z] ---> Running in 37535d8bbc52 [2022-10-25T09:05:42.034Z] Removing intermediate container 37535d8bbc52 [2022-10-25T09:05:42.034Z] ---> ce8b01dc6a52 [2022-10-25T09:05:42.034Z] Step 19/20 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:05:42.034Z] ---> Running in b7fa2d26be70 [2022-10-25T09:05:42.293Z] Removing intermediate container b7fa2d26be70 [2022-10-25T09:05:42.293Z] ---> 72413bef2eac [2022-10-25T09:05:42.293Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T09:05:42.293Z] ---> Running in 01060dec03c9 [2022-10-25T09:05:42.552Z] Removing intermediate container 01060dec03c9 [2022-10-25T09:05:42.552Z] ---> c63706afd830 [2022-10-25T09:05:42.552Z] [2022-10-25T09:05:42.552Z] Successfully built c63706afd830 [2022-10-25T09:05:42.552Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-25T09:05:42.552Z]  Building security-spiffe-token-provider ... done CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T09:05:45.840Z] Removing intermediate container a243af987a9a [2022-10-25T09:05:45.840Z] ---> 8c7c5bf648b0 [2022-10-25T09:05:45.840Z] Step 9/23 : COPY . . [2022-10-25T09:05:48.367Z] Removing intermediate container a19b9f97772a [2022-10-25T09:05:48.367Z] ---> 0e6ff73b11f9 [2022-10-25T09:05:48.367Z] [2022-10-25T09:05:48.367Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T09:05:48.367Z] ---> 9c6f07244728 [2022-10-25T09:05:48.367Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T09:05:48.935Z] ---> Running in 72dd28d28559 [2022-10-25T09:05:49.193Z] ---> a676a739551f [2022-10-25T09:05:49.193Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T09:05:49.451Z] ---> Running in 353729c9bdf1 [2022-10-25T09:05:49.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:49.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:05:49.708Z] Removing intermediate container bf8176e525c3 [2022-10-25T09:05:49.708Z] ---> dc28e287e849 [2022-10-25T09:05:49.708Z] Step 8/26 : COPY . . [2022-10-25T09:05:49.708Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T09:05:49.708Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T09:05:49.965Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T09:05:49.965Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T09:05:49.965Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T09:05:49.965Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T09:05:49.965Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T09:05:49.965Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:05:49.965Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T09:05:49.966Z] OK: 8 MiB in 20 packages [2022-10-25T09:05:51.869Z] Removing intermediate container 72dd28d28559 [2022-10-25T09:05:51.869Z] ---> d0bfe7202d5a [2022-10-25T09:05:51.869Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T09:05:51.869Z] ---> Running in 19f33a4026e7 [2022-10-25T09:05:51.869Z] Removing intermediate container 19f33a4026e7 [2022-10-25T09:05:51.869Z] ---> 76c8d6b4866e [2022-10-25T09:05:51.869Z] Step 13/22 : WORKDIR /edgex [2022-10-25T09:05:52.127Z] ---> Running in 5c229fd442d3 [2022-10-25T09:05:52.127Z] Removing intermediate container 5c229fd442d3 [2022-10-25T09:05:52.127Z] ---> 9e380ef2ec51 [2022-10-25T09:05:52.127Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T09:05:52.692Z] ---> a1ad0f0145ba [2022-10-25T09:05:52.692Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T09:05:53.257Z] ---> e697c6892f46 [2022-10-25T09:05:53.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T09:05:53.823Z] ---> 1e6d60940406 [2022-10-25T09:05:53.823Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T09:05:54.081Z] ---> 26e27c597d2f [2022-10-25T09:05:54.081Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T09:05:54.081Z] ---> Running in 20c598528d6c [2022-10-25T09:05:54.338Z] Removing intermediate container 20c598528d6c [2022-10-25T09:05:54.338Z] ---> 6c971fd1d786 [2022-10-25T09:05:54.338Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T09:05:54.338Z] ---> 10dc81f52ffd [2022-10-25T09:05:54.338Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T09:05:54.338Z] ---> Running in cdab25bc2ef7 [2022-10-25T09:05:54.338Z] ---> Running in 114d374f5dd6 [2022-10-25T09:05:54.598Z] Removing intermediate container cdab25bc2ef7 [2022-10-25T09:05:54.598Z] ---> 6b4451651b0d [2022-10-25T09:05:54.598Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T09:05:54.598Z] ---> Running in 47bf4e9fb32c [2022-10-25T09:05:55.164Z] Removing intermediate container 114d374f5dd6 [2022-10-25T09:05:55.164Z] ---> 3e95f1a372e9 [2022-10-25T09:05:55.164Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T09:05:55.421Z] ---> Running in 0d598fc31814 [2022-10-25T09:05:55.680Z] Removing intermediate container 0d598fc31814 [2022-10-25T09:05:55.680Z] ---> ad233de5bbda [2022-10-25T09:05:55.680Z] Step 20/22 : LABEL arch=x86_64 [2022-10-25T09:05:55.680Z] ---> Running in 80fc59393ea3 [2022-10-25T09:05:55.680Z] Removing intermediate container 47bf4e9fb32c [2022-10-25T09:05:55.680Z] ---> 3559ded13760 [2022-10-25T09:05:55.680Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T09:05:55.680Z] ---> Running in 5467b2afe5d9 [2022-10-25T09:05:55.680Z] Removing intermediate container 80fc59393ea3 [2022-10-25T09:05:55.680Z] ---> b782631b7aaa [2022-10-25T09:05:55.680Z] Step 21/22 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:05:55.953Z] ---> Running in 6d6bfd5e6ef2 [2022-10-25T09:05:55.953Z] Removing intermediate container 5467b2afe5d9 [2022-10-25T09:05:55.953Z] ---> b0718083baf6 [2022-10-25T09:05:55.953Z] [2022-10-25T09:05:55.953Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T09:05:55.953Z] ---> c4fc93816858 [2022-10-25T09:05:55.953Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T09:05:55.953Z] ---> Using cache [2022-10-25T09:05:55.953Z] ---> 5c466030209e [2022-10-25T09:05:55.953Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T09:05:55.953Z] ---> Using cache [2022-10-25T09:05:55.953Z] ---> 0a3ebc77e834 [2022-10-25T09:05:55.953Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T09:05:55.953Z] ---> Using cache [2022-10-25T09:05:55.953Z] ---> 15753d509b66 [2022-10-25T09:05:55.953Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T09:05:55.953Z] Removing intermediate container 6d6bfd5e6ef2 [2022-10-25T09:05:55.953Z] ---> d41f857b40b3 [2022-10-25T09:05:55.953Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T09:05:56.210Z] ---> Running in 7ad41de5c163 [2022-10-25T09:05:56.468Z] Removing intermediate container 7ad41de5c163 [2022-10-25T09:05:56.468Z] ---> 6eec702d075e [2022-10-25T09:05:56.468Z] [2022-10-25T09:05:56.468Z] Successfully built 6eec702d075e [2022-10-25T09:05:56.468Z] Successfully tagged security-proxy-setup:latest [2022-10-25T09:05:56.983Z]  Building security-proxy-setup ... done  ---> 8ec23e7ecc3e [2022-10-25T09:05:56.983Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T09:05:58.366Z] ---> 897802c0a7ff [2022-10-25T09:05:58.366Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T09:05:58.932Z] ---> 12c710264e40 [2022-10-25T09:05:58.932Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T09:05:59.189Z] ---> 66bcc5aaa4a1 [2022-10-25T09:05:59.189Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T09:05:59.772Z] ---> 24400984d62f [2022-10-25T09:05:59.772Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T09:05:59.772Z] ---> Running in bb0bd17e2631 [2022-10-25T09:05:59.772Z] Removing intermediate container bb0bd17e2631 [2022-10-25T09:05:59.772Z] ---> 1d7e460712dd [2022-10-25T09:05:59.772Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T09:06:00.031Z] ---> Running in ae0537607a31 [2022-10-25T09:06:00.031Z] Removing intermediate container ae0537607a31 [2022-10-25T09:06:00.031Z] ---> 79641ed1d039 [2022-10-25T09:06:00.031Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T09:06:00.031Z] ---> Running in 22160cd04a0e [2022-10-25T09:06:00.292Z] Removing intermediate container 22160cd04a0e [2022-10-25T09:06:00.292Z] ---> a47cc7b7a635 [2022-10-25T09:06:00.292Z] Step 25/26 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:06:00.550Z] ---> Running in 6d31c55d4c12 [2022-10-25T09:06:00.550Z] Removing intermediate container 6d31c55d4c12 [2022-10-25T09:06:00.550Z] ---> eb12bb44859b [2022-10-25T09:06:00.550Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T09:06:00.816Z] ---> Running in f6f68fd7b956 [2022-10-25T09:06:00.816Z] Removing intermediate container f6f68fd7b956 [2022-10-25T09:06:00.816Z] ---> ee320ea18a4a [2022-10-25T09:06:00.816Z] [2022-10-25T09:06:00.816Z] Successfully built ee320ea18a4a [2022-10-25T09:06:01.075Z] Successfully tagged security-spire-agent:latest [2022-10-25T09:06:11.051Z]  Building security-spire-agent ... done Removing intermediate container 353729c9bdf1 [2022-10-25T09:06:11.051Z] ---> 6ccec73f777a [2022-10-25T09:06:11.051Z] [2022-10-25T09:06:11.051Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T09:06:11.051Z] ---> 9c6f07244728 [2022-10-25T09:06:11.051Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T09:06:11.051Z] ---> Running in 97a18b893ed2 [2022-10-25T09:06:11.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T09:06:11.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T09:06:11.051Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T09:06:11.051Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T09:06:11.051Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T09:06:11.051Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T09:06:11.051Z] OK: 6 MiB in 16 packages [2022-10-25T09:06:11.051Z] Removing intermediate container 97a18b893ed2 [2022-10-25T09:06:11.051Z] ---> ca481aac72bc [2022-10-25T09:06:11.051Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T09:06:11.051Z] ---> Running in 7ab9d8dc8041 [2022-10-25T09:06:11.051Z] Removing intermediate container 7ab9d8dc8041 [2022-10-25T09:06:11.051Z] ---> ca45ac271328 [2022-10-25T09:06:11.051Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T09:06:11.051Z] ---> Running in cb42f4757133 [2022-10-25T09:06:11.051Z] Removing intermediate container cb42f4757133 [2022-10-25T09:06:11.051Z] ---> bc40dcd725b7 [2022-10-25T09:06:11.051Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T09:06:11.051Z] ---> Running in e0ad4b9c9b61 [2022-10-25T09:06:11.308Z] Removing intermediate container e0ad4b9c9b61 [2022-10-25T09:06:11.308Z] ---> ea6b6b3d345d [2022-10-25T09:06:11.308Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T09:06:11.308Z] ---> 420275dda089 [2022-10-25T09:06:11.308Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T09:06:11.874Z] ---> 9f0ed219dc83 [2022-10-25T09:06:11.874Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T09:06:11.874Z] ---> 3893fb541fef [2022-10-25T09:06:11.874Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T09:06:12.131Z] ---> Running in 3a6dc559198c [2022-10-25T09:06:12.131Z] Removing intermediate container 3a6dc559198c [2022-10-25T09:06:12.131Z] ---> 2378dfdaf54d [2022-10-25T09:06:12.131Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T09:06:12.131Z] ---> Running in ac32de9e783b [2022-10-25T09:06:12.131Z] Removing intermediate container ac32de9e783b [2022-10-25T09:06:12.131Z] ---> 4340aa89cab3 [2022-10-25T09:06:12.131Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T09:06:12.390Z] ---> Running in 9e53f12a274c [2022-10-25T09:06:12.390Z] Removing intermediate container 9e53f12a274c [2022-10-25T09:06:12.390Z] ---> 78a980382460 [2022-10-25T09:06:12.390Z] Step 22/23 : LABEL git_sha=e407bc110b54591bbd4fe32bf4a421e4c05cc568 [2022-10-25T09:06:12.390Z] ---> Running in 3eb37e2fe027 [2022-10-25T09:06:12.390Z] Removing intermediate container 3eb37e2fe027 [2022-10-25T09:06:12.390Z] ---> be35f7f35956 [2022-10-25T09:06:12.390Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T09:06:12.390Z] ---> Running in 26952125c5b6 [2022-10-25T09:06:12.648Z] Removing intermediate container 26952125c5b6 [2022-10-25T09:06:12.648Z] ---> 822d7e5fe53c [2022-10-25T09:06:12.648Z] [2022-10-25T09:06:12.648Z] Successfully built 822d7e5fe53c [2022-10-25T09:06:12.648Z] Successfully tagged support-notifications:latest [2022-10-25T09:06:12.653Z]  Building support-notifications ... done  [Pipeline] } [2022-10-25T09:06:12.685Z] $ docker stop --time=1 b212684c09a9fa150723605871a6449662631df23ac466d3be33c78673b9f11b [2022-10-25T09:06:13.938Z] $ docker rm -f b212684c09a9fa150723605871a6449662631df23ac466d3be33c78673b9f11b [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T09:06:14.326Z] + docker images [2022-10-25T09:06:14.326Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T09:06:14.326Z] support-notifications latest 822d7e5fe53c 2 seconds ago 30.4MB [2022-10-25T09:06:14.326Z] 6ccec73f777a 6 seconds ago 1.67GB [2022-10-25T09:06:14.326Z] security-spire-agent latest ee320ea18a4a 14 seconds ago 125MB [2022-10-25T09:06:14.326Z] security-proxy-setup latest 6eec702d075e 18 seconds ago 27.6MB [2022-10-25T09:06:14.326Z] b0718083baf6 19 seconds ago 1.48GB [2022-10-25T09:06:14.326Z] 0e6ff73b11f9 28 seconds ago 1.6GB [2022-10-25T09:06:14.326Z] security-spiffe-token-provider latest c63706afd830 32 seconds ago 29.7MB [2022-10-25T09:06:14.326Z] support-scheduler latest 2075832d4234 34 seconds ago 29.8MB [2022-10-25T09:06:14.326Z] sys-mgmt-agent latest 9217bbd711c8 39 seconds ago 136MB [2022-10-25T09:06:14.326Z] 1a8cb8e396e7 41 seconds ago 1.64GB [2022-10-25T09:06:14.326Z] 696c8443f8c2 41 seconds ago 1.67GB [2022-10-25T09:06:14.326Z] core-metadata latest 4b50fb5980fb 50 seconds ago 18.5MB [2022-10-25T09:06:14.326Z] core-command latest 3c3a1f79938a 53 seconds ago 17.6MB [2022-10-25T09:06:14.326Z] f163f9535bd9 About a minute ago 1.61GB [2022-10-25T09:06:14.326Z] a24a2f953690 About a minute ago 1.61GB [2022-10-25T09:06:14.326Z] 9924734bd00d About a minute ago 1.59GB [2022-10-25T09:06:14.326Z] security-bootstrapper latest 928d8426b024 About a minute ago 20.2MB [2022-10-25T09:06:14.326Z] security-secretstore-setup latest b96b75bcc8f9 About a minute ago 29.7MB [2022-10-25T09:06:14.326Z] core-data latest 27fe2c61c365 About a minute ago 21.7MB [2022-10-25T09:06:14.326Z] fe74ca669fb4 About a minute ago 1.62GB [2022-10-25T09:06:14.326Z] d26aa7236439 About a minute ago 1.6GB [2022-10-25T09:06:14.326Z] 6e78dee37d76 About a minute ago 1.6GB [2022-10-25T09:06:14.326Z] security-spire-server latest a3b061b407f7 2 minutes ago 86.5MB [2022-10-25T09:06:14.326Z] security-spire-config latest f067bd213eab 2 minutes ago 85.8MB [2022-10-25T09:06:14.326Z] 2c11f0c55dd5 2 minutes ago 1.48GB [2022-10-25T09:06:14.326Z] 9e9f941719d7 2 minutes ago 1.48GB [2022-10-25T09:06:14.326Z] ci-base-image-x86_64 latest 4a8a87448be0 5 minutes ago 941MB [2022-10-25T09:06:14.326Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB [2022-10-25T09:06:14.326Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-25T09:06:14.326Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-25T09:06:14.326Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-25T09:06:14.326Z] 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] } [2022-10-25T10:00:42.728Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-116830 in /w/workspace/edgexfoundry_edgex-go_PR-4215 [Pipeline] { [Pipeline] ws [2022-10-25T10:00:42.769Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-25T10:00:42.846Z] The recommended git tool is: git [2022-10-25T10:00:48.454Z] using credential edgex-jenkins-ssh [2022-10-25T10:00:48.470Z] Cloning the remote Git repository [2022-10-25T10:00:48.526Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-25T10:00:48.615Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-25T10:00:48.795Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T10:00:48.796Z] > git --version # timeout=10 [2022-10-25T10:00:48.818Z] > git --version # 'git version 2.25.1' [2022-10-25T10:00:48.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T10:00:48.872Z] Verifying host key using known hosts file [2022-10-25T10:00:49.122Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T10:00:49.136Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T10:01:06.401Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T10:01:06.430Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T10:01:08.210Z] Merging remotes/origin/main commit bec6ac5133b81c8d346ce10051e81bd60c096cff into PR head commit fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 [2022-10-25T10:01:08.914Z] Merge succeeded, producing d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:01:08.915Z] Checking out Revision d5e1bd5b95c6d1dafe5fd4278db59613213789e9 (PR-4215) [2022-10-25T10:01:07.254Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T10:01:07.296Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T10:01:07.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T10:01:07.303Z] Verifying host key using known hosts file [2022-10-25T10:01:07.309Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T10:01:07.320Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4215/head:refs/remotes/origin/PR-4215 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-25T10:01:08.232Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T10:01:08.256Z] > git checkout -f fda7a4000c8f8f0a55d75a5fa0e350a04c35f5e1 # timeout=10 [2022-10-25T10:01:08.517Z] > git remote # timeout=10 [2022-10-25T10:01:08.540Z] > git config --get remote.origin.url # timeout=10 [2022-10-25T10:01:08.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T10:01:08.568Z] Verifying host key using known hosts file [2022-10-25T10:01:08.575Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T10:01:08.585Z] > git merge bec6ac5133b81c8d346ce10051e81bd60c096cff # timeout=10 [2022-10-25T10:01:08.891Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-25T10:01:08.925Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T10:01:08.946Z] > git checkout -f d5e1bd5b95c6d1dafe5fd4278db59613213789e9 # timeout=10 [2022-10-25T10:01:12.680Z] Commit message: "Merge commit 'bec6ac5133b81c8d346ce10051e81bd60c096cff' into HEAD" [2022-10-25T10:01:12.681Z] First time build. Skipping changelog. [2022-10-25T10:01:12.736Z] > git --version # timeout=10 [2022-10-25T10:01:12.752Z] > git --version # 'git version 2.25.1' [2022-10-25T10:01:12.784Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T10:01:14.061Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-25T10:01:14.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T10:01:14.061Z] Dload Upload Total Spent Left Speed [2022-10-25T10:01:14.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 198k 0 --:--:-- --:--:-- --:--:-- 195k [Pipeline] sh [2022-10-25T10:01:14.794Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-25T10:01:15.139Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-25T10:01:15.139Z] + sudo tee /etc/docker/daemon.new [2022-10-25T10:01:15.139Z] { [2022-10-25T10:01:15.139Z] "registry-mirrors": [ [2022-10-25T10:01:15.139Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-25T10:01:15.139Z] ], [2022-10-25T10:01:15.139Z] "bip": "10.250.0.254/24", [2022-10-25T10:01:15.139Z] "hosts": [ [2022-10-25T10:01:15.139Z] "tcp://0.0.0.0:5555", [2022-10-25T10:01:15.139Z] "unix:///var/run/docker.sock" [2022-10-25T10:01:15.139Z] ], [2022-10-25T10:01:15.139Z] "mtu": 1458, [2022-10-25T10:01:15.139Z] "selinux-enabled": true, [2022-10-25T10:01:15.139Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-25T10:01:15.139Z] } [Pipeline] sh [2022-10-25T10:01:15.495Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-25T10:01:15.848Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T10:01:34.204Z] provisioning config files... [2022-10-25T10:01:34.240Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1202315542524148601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:01:34.651Z] ---> docker-login.sh [2022-10-25T10:01:34.652Z] nexus3.edgexfoundry.org:10001 [2022-10-25T10:01:35.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T10:01:35.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T10:01:35.249Z] Configure a credential helper to remove this warning. See [2022-10-25T10:01:35.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T10:01:35.249Z] [2022-10-25T10:01:35.249Z] Login Succeeded [2022-10-25T10:01:35.249Z] nexus3.edgexfoundry.org:10002 [2022-10-25T10:01:35.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T10:01:35.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T10:01:35.794Z] Configure a credential helper to remove this warning. See [2022-10-25T10:01:35.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T10:01:35.794Z] [2022-10-25T10:01:35.794Z] Login Succeeded [2022-10-25T10:01:35.794Z] nexus3.edgexfoundry.org:10003 [2022-10-25T10:01:36.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T10:01:36.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T10:01:36.069Z] Configure a credential helper to remove this warning. See [2022-10-25T10:01:36.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T10:01:36.069Z] [2022-10-25T10:01:36.069Z] Login Succeeded [2022-10-25T10:01:36.069Z] nexus3.edgexfoundry.org:10004 [2022-10-25T10:01:36.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T10:01:36.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T10:01:36.616Z] Configure a credential helper to remove this warning. See [2022-10-25T10:01:36.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T10:01:36.616Z] [2022-10-25T10:01:36.616Z] Login Succeeded [2022-10-25T10:01:36.616Z] docker.io [2022-10-25T10:01:36.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T10:01:37.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T10:01:37.162Z] Configure a credential helper to remove this warning. See [2022-10-25T10:01:37.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T10:01:37.162Z] [2022-10-25T10:01:37.162Z] Login Succeeded [2022-10-25T10:01:37.162Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T10:01:37.194Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-25T10:01:37.863Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T10:01:37.904Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T10:01:37.947Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T10:01:37.985Z] ========================================================= [2022-10-25T10:01:37.985Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-25T10:01:37.985Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T10:01:38.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T10:01:38.659Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-25T10:01:38.659Z] 9b18e9b68314: Pulling fs layer [2022-10-25T10:01:38.659Z] d32db5db7311: Pulling fs layer [2022-10-25T10:01:38.659Z] d0c4b47475fc: Pulling fs layer [2022-10-25T10:01:38.659Z] 5831b945b038: Pulling fs layer [2022-10-25T10:01:38.659Z] 86bbec2aaacd: Pulling fs layer [2022-10-25T10:01:38.659Z] e10730c5d714: Pulling fs layer [2022-10-25T10:01:38.659Z] 5dd5c2283517: Pulling fs layer [2022-10-25T10:01:38.659Z] d5ac0230b979: Pulling fs layer [2022-10-25T10:01:38.659Z] e10730c5d714: Waiting [2022-10-25T10:01:38.659Z] 5dd5c2283517: Waiting [2022-10-25T10:01:38.659Z] 5831b945b038: Waiting [2022-10-25T10:01:38.659Z] 86bbec2aaacd: Waiting [2022-10-25T10:01:38.659Z] d5ac0230b979: Waiting [2022-10-25T10:01:38.659Z] d0c4b47475fc: Verifying Checksum [2022-10-25T10:01:38.659Z] d0c4b47475fc: Download complete [2022-10-25T10:01:38.659Z] d32db5db7311: Download complete [2022-10-25T10:01:38.659Z] 86bbec2aaacd: Download complete [2022-10-25T10:01:38.659Z] e10730c5d714: Verifying Checksum [2022-10-25T10:01:38.659Z] e10730c5d714: Download complete [2022-10-25T10:01:38.659Z] 9b18e9b68314: Verifying Checksum [2022-10-25T10:01:38.659Z] 9b18e9b68314: Download complete [2022-10-25T10:01:39.642Z] 9b18e9b68314: Pull complete [2022-10-25T10:01:39.936Z] d5ac0230b979: Verifying Checksum [2022-10-25T10:01:39.936Z] d5ac0230b979: Download complete [2022-10-25T10:01:40.214Z] d32db5db7311: Pull complete [2022-10-25T10:01:40.489Z] d0c4b47475fc: Pull complete [2022-10-25T10:01:41.086Z] 5dd5c2283517: Verifying Checksum [2022-10-25T10:01:41.086Z] 5dd5c2283517: Download complete [2022-10-25T10:01:41.674Z] 5831b945b038: Download complete [2022-10-25T10:01:54.026Z] 5831b945b038: Pull complete [2022-10-25T10:01:54.026Z] 86bbec2aaacd: Pull complete [2022-10-25T10:01:54.026Z] e10730c5d714: Pull complete [2022-10-25T10:02:00.710Z] 5dd5c2283517: Pull complete [2022-10-25T10:02:02.127Z] d5ac0230b979: Pull complete [2022-10-25T10:02:02.127Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-25T10:02:02.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T10:02:02.127Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T10:02:02.520Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-25T10:02:02.521Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T10:02:02.521Z] WORKDIR /edgex [2022-10-25T10:02:02.521Z] COPY go.mod . [2022-10-25T10:02:02.521Z] RUN go mod download [2022-10-25T10:02:03.115Z] Sending build context to Docker daemon 3.268MB [2022-10-25T10:02:03.115Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T10:02:03.115Z] ---> 59b3b1a385d4 [2022-10-25T10:02:03.115Z] Step 2/4 : WORKDIR /edgex [2022-10-25T10:02:05.074Z] ---> Running in 77b6a5a75d8f [2022-10-25T10:02:05.349Z] Removing intermediate container 77b6a5a75d8f [2022-10-25T10:02:05.349Z] ---> c5176e86e877 [2022-10-25T10:02:05.349Z] Step 3/4 : COPY go.mod . [2022-10-25T10:02:05.939Z] ---> b0c12fd7984f [2022-10-25T10:02:05.939Z] Step 4/4 : RUN go mod download [2022-10-25T10:02:06.208Z] ---> Running in 5538d9bb92d6 [2022-10-25T10:02:38.471Z] Removing intermediate container 5538d9bb92d6 [2022-10-25T10:02:38.471Z] ---> 9d1fcc00f8f6 [2022-10-25T10:02:38.471Z] Successfully built 9d1fcc00f8f6 [2022-10-25T10:02:38.471Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:02:38.883Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T10:02:38.883Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T10:02:39.153Z] prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container [2022-10-25T10:02:39.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-25T10:02:40.537Z] $ docker top 69fdc2d648360268ac3448481d36a110bd7c9a261f5692fa248734127fd9ae51 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T10:02:41.440Z] + go version [2022-10-25T10:02:41.440Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-25T10:02:41.476Z] $ docker stop --time=1 69fdc2d648360268ac3448481d36a110bd7c9a261f5692fa248734127fd9ae51 [2022-10-25T10:02:43.112Z] $ docker rm -f 69fdc2d648360268ac3448481d36a110bd7c9a261f5692fa248734127fd9ae51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:02:44.073Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T10:02:44.073Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T10:02:44.335Z] prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container [2022-10-25T10:02:44.414Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-25T10:02:45.668Z] $ docker top e4c4c7586b7d2f7462ea68b6dd28d27a9a6b27496d8b5c7a55ea8912833a2fe6 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T10:02:45.929Z] ========================================================= [2022-10-25T10:02:45.929Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T10:02:45.929Z] ========================================================= [Pipeline] sh [2022-10-25T10:02:46.577Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T10:02:47.281Z] + make test [2022-10-25T10:02:47.281Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T10:03:26.163Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T10:05:32.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T10:05:32.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T10:05:32.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T10:05:32.943Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T10:05:37.211Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T10:05:37.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T10:05:37.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T10:05:37.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T10:05:37.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T10:05:42.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T10:05:42.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T10:05:42.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T10:05:42.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T10:05:42.053Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T10:05:42.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T10:06:08.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.438s coverage: 28.7% of statements [2022-10-25T10:06:08.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T10:06:08.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T10:06:10.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.535s coverage: 98.5% of statements [2022-10-25T10:06:14.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.545s coverage: 43.0% of statements [2022-10-25T10:06:14.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T10:06:14.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T10:06:14.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.561s coverage: 54.2% of statements [2022-10-25T10:06:14.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T10:06:14.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T10:06:33.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.058s coverage: 89.2% of statements [2022-10-25T10:06:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T10:06:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T10:06:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T10:06:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T10:06:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T10:06:33.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.430s coverage: 2.2% of statements [2022-10-25T10:06:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T10:06:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T10:06:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.491s coverage: 95.6% of statements [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T10:06:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.382s coverage: 72.2% of statements [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T10:06:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.531s coverage: 60.0% of statements [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T10:06:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.448s coverage: 0.9% of statements [2022-10-25T10:06:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T10:06:39.449Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.303s coverage: 58.8% of statements [2022-10-25T10:06:39.449Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.446s coverage: 29.6% of statements [2022-10-25T10:06:39.449Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T10:06:41.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.267s coverage: 47.1% of statements [2022-10-25T10:06:41.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.360s coverage: 79.5% of statements [2022-10-25T10:06:41.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.310s coverage: 94.1% of statements [2022-10-25T10:06:42.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.269s coverage: 96.3% of statements [2022-10-25T10:06:48.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.315s coverage: 87.5% of statements [2022-10-25T10:06:54.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.268s coverage: 94.4% of statements [2022-10-25T10:06:54.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.221s coverage: 44.8% of statements [2022-10-25T10:07:07.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.847s coverage: 79.9% of statements [2022-10-25T10:07:07.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.398s coverage: 92.9% of statements [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 65.1% of statements [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.283s coverage: 86.9% of statements [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.236s coverage: 87.2% of statements [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.187s coverage: 100.0% of statements [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.306s coverage: 58.8% of statements [2022-10-25T10:07:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.348s coverage: 80.0% of statements [2022-10-25T10:07:09.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.423s coverage: 87.2% of statements [2022-10-25T10:07:12.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.329s coverage: 85.4% of statements [2022-10-25T10:07:14.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.156s coverage: 91.2% of statements [2022-10-25T10:07:14.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T10:07:20.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.945s coverage: 64.7% of statements [2022-10-25T10:07:20.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T10:07:20.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T10:07:20.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.275s coverage: 100.0% of statements [2022-10-25T10:07:20.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.130s coverage: 89.4% of statements [2022-10-25T10:07:20.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.093s coverage: 100.0% of statements [2022-10-25T10:07:20.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2022-10-25T10:07:20.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2022-10-25T10:07:27.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.425s coverage: 65.8% of statements [2022-10-25T10:07:27.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T10:07:27.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T10:07:27.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T10:07:30.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.909s coverage: 41.8% of statements [2022-10-25T10:07:30.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T10:07:30.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T10:07:30.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.331s coverage: 89.5% of statements [2022-10-25T10:07:30.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T10:07:30.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.448s coverage: 84.8% of statements [2022-10-25T10:07:30.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T10:07:30.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T10:07:30.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T10:07:30.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T10:07:40.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.393s coverage: 17.7% of statements [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T10:07:40.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.789s coverage: 92.3% of statements [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T10:07:40.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.304s coverage: 63.2% of statements [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T10:07:40.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.487s coverage: 97.7% of statements [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T10:07:40.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.239s coverage: 28.9% of statements [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T10:07:40.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T10:07:40.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.274s coverage: 100.0% of statements [2022-10-25T10:07:40.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 96.9% of statements [2022-10-25T10:07:40.269Z] 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 [2022-10-25T10:07:40.269Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-25T10:07:40.269Z] GO111MODULE=on go vet ./... [2022-10-25T10:09:31.950Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T10:09:31.950Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T10:09:31.950Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T10:09:31.989Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T10:09:32.639Z] + ls -al . [2022-10-25T10:09:32.639Z] total 764 [2022-10-25T10:09:32.639Z] drwxrwxr-x 10 1001 1001 4096 Oct 25 10:02 . [2022-10-25T10:09:32.639Z] drwxr-xr-x 4 root root 4096 Oct 25 10:02 .. [2022-10-25T10:09:32.639Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 10:01 .blubracket [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 10:01 .dockerignore [2022-10-25T10:09:32.639Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 10:01 .git [2022-10-25T10:09:32.639Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 10:01 .github [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 10:01 .gitignore [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 10:01 .golangci.yml [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 10:01 .hadolint.yml [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 10:01 .sonarcloud.properties [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 10:01 ADOPTERS.md [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 10:01 Attribution.txt [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 10:01 CHANGELOG.md [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 10:01 CONTRIBUTING.md [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 10:01 GOVERNANCE.md [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 10:01 Jenkinsfile [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 10:01 LICENSE [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 10:01 Makefile [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 10:01 OWNERS.md [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 10:01 README.md [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 10:01 SECURITY.md [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 09:00 VERSION [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 10:01 ZMQWindows.md [2022-10-25T10:09:32.639Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 10:01 bin [2022-10-25T10:09:32.639Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 10:01 cmd [2022-10-25T10:09:32.639Z] -rw-r--r-- 1 root root 501828 Oct 25 10:07 coverage.out [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 10:01 go.mod [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 45060 Oct 25 10:01 go.sum [2022-10-25T10:09:32.639Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 10:01 internal [2022-10-25T10:09:32.639Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 10:01 openapi [2022-10-25T10:09:32.639Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 10:01 snap [2022-10-25T10:09:32.639Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 10:01 version.go [Pipeline] sh [2022-10-25T10:09:33.296Z] + '[' -e coverage.out ] [2022-10-25T10:09:33.296Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T10:09:33.332Z] Warning: overwriting stash ‘coverage-report’ [2022-10-25T10:09:34.068Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T10:09:34.706Z] + make build [2022-10-25T10:09:34.706Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T10:11:12.274Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T10:12:48.929Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T10:12:48.929Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T10:13:28.012Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T10:13:28.012Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T10:13:33.432Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T10:13:41.641Z] CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T10:13:45.907Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:13:52.559Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:13:56.820Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:14:01.078Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:14:11.163Z] CGO_ENABLED=0 GO111MODULE=on 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] } [2022-10-25T10:14:17.841Z] $ docker stop --time=1 e4c4c7586b7d2f7462ea68b6dd28d27a9a6b27496d8b5c7a55ea8912833a2fe6 [2022-10-25T10:14:20.933Z] $ docker rm -f e4c4c7586b7d2f7462ea68b6dd28d27a9a6b27496d8b5c7a55ea8912833a2fe6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:14:23.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T10:14:23.914Z] [2022-10-25T10:14:23.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:14:24.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T10:14:24.588Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-25T10:14:24.588Z] 29e5d40040c1: Pulling fs layer [2022-10-25T10:14:24.588Z] 1ce36da41761: Pulling fs layer [2022-10-25T10:14:24.588Z] 25b303627fd3: Pulling fs layer [2022-10-25T10:14:24.588Z] 29e5d40040c1: Verifying Checksum [2022-10-25T10:14:24.588Z] 29e5d40040c1: Download complete [2022-10-25T10:14:24.858Z] 1ce36da41761: Verifying Checksum [2022-10-25T10:14:24.858Z] 1ce36da41761: Download complete [2022-10-25T10:14:25.454Z] 29e5d40040c1: Pull complete [2022-10-25T10:14:26.877Z] 1ce36da41761: Pull complete [2022-10-25T10:14:26.877Z] 25b303627fd3: Verifying Checksum [2022-10-25T10:14:26.877Z] 25b303627fd3: Download complete [2022-10-25T10:14:36.956Z] 25b303627fd3: Pull complete [2022-10-25T10:14:36.956Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-25T10:14:36.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T10:14:36.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T10:14:37.262Z] prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container [2022-10-25T10:14:37.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-10-25T10:14:39.839Z] $ docker top 4081fb3f1ac3669658f4271300a2a796f1f83b38ceed63bd2ab81e412d9d9ab3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T10:14:40.739Z] + docker-compose build --help [2022-10-25T10:14:40.739Z] + grep parallel [2022-10-25T10:14:47.387Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T10:14:47.423Z] $ docker stop --time=1 4081fb3f1ac3669658f4271300a2a796f1f83b38ceed63bd2ab81e412d9d9ab3 [2022-10-25T10:14:49.098Z] $ docker rm -f 4081fb3f1ac3669658f4271300a2a796f1f83b38ceed63bd2ab81e412d9d9ab3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:14:49.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T10:14:49.827Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T10:14:50.065Z] prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container [2022-10-25T10:14:50.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-10-25T10:14:51.318Z] $ docker top 5a35115c23569a6e63b2466b5e9f555844e814bd2e21dfe0791ddb9f94d2f277 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T10:14:52.189Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T10:14:58.834Z] Building core-command ... [2022-10-25T10:14:58.834Z] Building core-data ... [2022-10-25T10:14:58.834Z] Building core-metadata ... [2022-10-25T10:14:58.834Z] Building security-bootstrapper ... [2022-10-25T10:14:58.834Z] Building security-proxy-setup ... [2022-10-25T10:14:58.834Z] Building security-secretstore-setup ... [2022-10-25T10:14:58.834Z] Building security-spiffe-token-provider ... [2022-10-25T10:14:58.834Z] Building security-spire-agent ... [2022-10-25T10:14:58.834Z] Building security-spire-config ... [2022-10-25T10:14:58.834Z] Building security-spire-server ... [2022-10-25T10:14:58.834Z] Building support-notifications ... [2022-10-25T10:14:58.834Z] Building support-scheduler ... [2022-10-25T10:14:58.834Z] Building sys-mgmt-agent ... [2022-10-25T10:14:58.834Z] Building core-metadata [2022-10-25T10:14:58.834Z] Building security-spire-config [2022-10-25T10:14:58.834Z] Building security-spire-agent [2022-10-25T10:14:58.834Z] Building sys-mgmt-agent [2022-10-25T10:14:58.834Z] Building security-spiffe-token-provider [2022-10-25T10:15:45.670Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:15:45.670Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:15:45.670Z] ---> 9d1fcc00f8f6 [2022-10-25T10:15:45.670Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T10:15:45.670Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:15:45.670Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:15:45.670Z] ---> 9d1fcc00f8f6 [2022-10-25T10:15:45.670Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T10:15:45.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:15:45.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:15:45.670Z] ---> 9d1fcc00f8f6 [2022-10-25T10:15:45.670Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T10:15:45.670Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:15:45.670Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:15:45.670Z] ---> 9d1fcc00f8f6 [2022-10-25T10:15:45.670Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T10:15:45.670Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:15:45.670Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:15:45.670Z] ---> 9d1fcc00f8f6 [2022-10-25T10:15:45.670Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T10:15:45.670Z] ---> Running in ab14616572c0 [2022-10-25T10:15:45.670Z] ---> Running in 58456e7ad2ad [2022-10-25T10:15:45.670Z] ---> Running in af5e92cb1383 [2022-10-25T10:15:45.670Z] ---> Running in d987e0d583e1 [2022-10-25T10:15:45.670Z] ---> Running in 32d32c142108 [2022-10-25T10:15:46.263Z] Removing intermediate container 58456e7ad2ad [2022-10-25T10:15:46.263Z] ---> 7f667482e7e4 [2022-10-25T10:15:46.263Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T10:15:46.263Z] Removing intermediate container af5e92cb1383 [2022-10-25T10:15:46.263Z] ---> 9012e2b5ec3a [2022-10-25T10:15:46.263Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:15:46.533Z] ---> Running in 83f42d7694cd [2022-10-25T10:15:46.533Z] Removing intermediate container ab14616572c0 [2022-10-25T10:15:46.533Z] ---> 69a4b339892c [2022-10-25T10:15:46.533Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:15:46.533Z] Removing intermediate container 32d32c142108 [2022-10-25T10:15:46.533Z] ---> c33a5aac6cef [2022-10-25T10:15:46.533Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T10:15:46.533Z] Removing intermediate container d987e0d583e1 [2022-10-25T10:15:46.533Z] ---> 9bf77783f62c [2022-10-25T10:15:46.533Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:15:46.533Z] ---> Running in ec10d03fcca2 [2022-10-25T10:15:46.533Z] ---> Running in b2e2e65d66ac [2022-10-25T10:15:46.800Z] ---> Running in a0cfecbfc1a3 [2022-10-25T10:15:46.800Z] ---> Running in 18162117c653 [2022-10-25T10:15:47.400Z] Removing intermediate container 83f42d7694cd [2022-10-25T10:15:47.400Z] ---> e85e1c822df1 [2022-10-25T10:15:47.400Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:15:47.986Z] ---> Running in a1fbe64b24d5 [2022-10-25T10:15:49.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:49.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:50.978Z] Removing intermediate container ec10d03fcca2 [2022-10-25T10:15:50.978Z] ---> 6ca647de0b47 [2022-10-25T10:15:50.978Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T10:15:50.978Z] Removing intermediate container a0cfecbfc1a3 [2022-10-25T10:15:50.978Z] ---> d46fbd78cbc6 [2022-10-25T10:15:50.978Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T10:15:51.248Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T10:15:51.248Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T10:15:51.248Z] OK: 16895 distinct packages available [2022-10-25T10:15:51.248Z] ---> Running in c2cee3493781 [2022-10-25T10:15:51.248Z] ---> Running in 170b3d11b3b4 [2022-10-25T10:15:51.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:51.517Z] Removing intermediate container 18162117c653 [2022-10-25T10:15:51.517Z] ---> 37759fe346d8 [2022-10-25T10:15:51.517Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T10:15:51.789Z] ---> Running in 297a90eb784a [2022-10-25T10:15:51.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:52.376Z] Removing intermediate container a1fbe64b24d5 [2022-10-25T10:15:52.376Z] ---> 2a57b904954f [2022-10-25T10:15:52.376Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T10:15:52.376Z] ---> Running in dd7480146c95 [2022-10-25T10:15:52.961Z] OK: 221 MiB in 51 packages [2022-10-25T10:15:53.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:54.189Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:54.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:54.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:54.455Z] Removing intermediate container b2e2e65d66ac [2022-10-25T10:15:54.455Z] ---> 0512c5c30a1d [2022-10-25T10:15:54.455Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T10:15:55.040Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:55.317Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:55.317Z] ---> b5bba63184d4 [2022-10-25T10:15:55.317Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:15:55.317Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:55.317Z] ---> Running in 6c7e20d43f6c [2022-10-25T10:15:55.587Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:15:56.557Z] OK: 221 MiB in 51 packages [2022-10-25T10:15:56.827Z] OK: 221 MiB in 51 packages [2022-10-25T10:15:57.095Z] OK: 221 MiB in 51 packages [2022-10-25T10:15:57.364Z] OK: 221 MiB in 51 packages [2022-10-25T10:15:59.313Z] Removing intermediate container 170b3d11b3b4 [2022-10-25T10:15:59.313Z] ---> 7dd42a8bbae1 [2022-10-25T10:15:59.313Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T10:15:59.313Z] Removing intermediate container c2cee3493781 [2022-10-25T10:15:59.313Z] ---> fd1adfa78ad6 [2022-10-25T10:15:59.313Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T10:15:59.584Z] Removing intermediate container 297a90eb784a [2022-10-25T10:15:59.584Z] ---> c9750a7ef0a9 [2022-10-25T10:15:59.584Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T10:15:59.584Z] Removing intermediate container dd7480146c95 [2022-10-25T10:15:59.584Z] ---> 486dd276c8dd [2022-10-25T10:15:59.584Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T10:16:00.171Z] ---> a25697c3128f [2022-10-25T10:16:00.171Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:16:00.440Z] ---> 4665837277f9 [2022-10-25T10:16:00.440Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:16:00.440Z] ---> Running in 2c407b6a2ec0 [2022-10-25T10:16:00.710Z] ---> Running in 701de8bd0d06 [2022-10-25T10:16:00.987Z] ---> ce774da0f06f [2022-10-25T10:16:00.987Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:16:00.987Z] ---> Running in fbb0e5836a6c [2022-10-25T10:16:01.278Z] ---> ec20fcffeb79 [2022-10-25T10:16:01.278Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:16:01.548Z] ---> Running in 9ec619dd43b4 [2022-10-25T10:17:09.443Z] Removing intermediate container 6c7e20d43f6c [2022-10-25T10:17:09.443Z] ---> ef38875b8b39 [2022-10-25T10:17:09.443Z] Step 7/20 : COPY . . [2022-10-25T10:17:24.449Z] ---> c92f89af7b0e [2022-10-25T10:17:24.450Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T10:17:24.450Z] ---> Running in e792b30ef92c [2022-10-25T10:17:24.715Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:17:27.291Z] Removing intermediate container 9ec619dd43b4 [2022-10-25T10:17:27.291Z] ---> b1dcf2a833c9 [2022-10-25T10:17:27.291Z] Step 8/23 : COPY . . [2022-10-25T10:17:27.871Z] Removing intermediate container 701de8bd0d06 [2022-10-25T10:17:27.871Z] ---> 1caadeff8c0c [2022-10-25T10:17:27.871Z] Step 8/26 : COPY . . [2022-10-25T10:17:27.871Z] Removing intermediate container fbb0e5836a6c [2022-10-25T10:17:27.871Z] ---> 49cfd3e37e19 [2022-10-25T10:17:27.871Z] Step 9/25 : COPY . . [2022-10-25T10:17:28.136Z] Removing intermediate container 2c407b6a2ec0 [2022-10-25T10:17:28.136Z] ---> 2d3871dc2c6b [2022-10-25T10:17:28.136Z] Step 8/26 : COPY . . [2022-10-25T10:17:54.966Z] ---> 26752020051d [2022-10-25T10:17:54.966Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T10:17:54.966Z] ---> Running in 0a43cf8b806c [2022-10-25T10:17:54.966Z] ---> 5569b3006ab3 [2022-10-25T10:17:54.966Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T10:17:54.966Z] ---> 383dd0262a9a [2022-10-25T10:17:54.966Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T10:17:54.966Z] ---> Running in a451f123fe20 [2022-10-25T10:17:54.966Z] ---> Running in 82cf35c69b88 [2022-10-25T10:17:54.966Z] ---> 8c0dc70fcc0c [2022-10-25T10:17:54.966Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T10:17:55.263Z] ---> Running in fc7d47c11dda [2022-10-25T10:17:56.727Z] Removing intermediate container 0a43cf8b806c [2022-10-25T10:17:56.727Z] ---> 46bbfb32b279 [2022-10-25T10:17:56.727Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T10:17:56.727Z] Removing intermediate container a451f123fe20 [2022-10-25T10:17:56.727Z] ---> 5039e539b271 [2022-10-25T10:17:56.727Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T10:17:56.727Z] ---> Running in 0c5b5a8780e1 [2022-10-25T10:17:57.024Z] ---> Running in c1b99eddcd2d [2022-10-25T10:17:58.004Z] Removing intermediate container 0c5b5a8780e1 [2022-10-25T10:17:58.004Z] ---> 2ab1da47d7c6 [2022-10-25T10:17:58.004Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T10:17:58.004Z] Removing intermediate container c1b99eddcd2d [2022-10-25T10:17:58.004Z] ---> 1608a85b1124 [2022-10-25T10:17:58.004Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T10:17:58.287Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T10:17:58.287Z] ---> Running in 326272376e3e [2022-10-25T10:17:58.287Z] ---> Running in e60a15fc430d [2022-10-25T10:17:58.870Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T10:18:02.207Z] Removing intermediate container e60a15fc430d [2022-10-25T10:18:02.207Z] ---> 9416c85ad181 [2022-10-25T10:18:02.207Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T10:18:02.207Z] Removing intermediate container 326272376e3e [2022-10-25T10:18:02.207Z] ---> a7478ff98732 [2022-10-25T10:18:02.207Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T10:18:02.207Z] ---> Running in 2d8add2d6d32 [2022-10-25T10:18:02.475Z] ---> Running in 2d7a90210c66 [2022-10-25T10:18:03.055Z] Removing intermediate container 2d8add2d6d32 [2022-10-25T10:18:03.055Z] ---> ff1a8c13c932 [2022-10-25T10:18:03.055Z] [2022-10-25T10:18:03.055Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T10:18:03.055Z] Removing intermediate container 2d7a90210c66 [2022-10-25T10:18:03.055Z] ---> 36dc28fdd22b [2022-10-25T10:18:03.055Z] [2022-10-25T10:18:03.055Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T10:18:04.011Z] 3.15: Pulling from library/alpine [2022-10-25T10:18:04.011Z] 3.15: Pulling from library/alpine [2022-10-25T10:18:05.948Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T10:18:05.948Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T10:18:05.948Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T10:18:05.948Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T10:18:05.948Z] ---> 02e0d6fdf486 [2022-10-25T10:18:05.948Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T10:18:05.948Z] ---> 02e0d6fdf486 [2022-10-25T10:18:05.948Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T10:18:05.948Z] ---> Running in cd087495759c [2022-10-25T10:18:05.948Z] ---> Running in beea7d299a40 [2022-10-25T10:18:06.922Z] Removing intermediate container cd087495759c [2022-10-25T10:18:06.922Z] ---> c5ffadf45fb2 [2022-10-25T10:18:06.922Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:18:06.922Z] Removing intermediate container beea7d299a40 [2022-10-25T10:18:06.922Z] ---> 606a3df45ec3 [2022-10-25T10:18:06.922Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:18:06.923Z] ---> Running in bca251345e76 [2022-10-25T10:18:06.923Z] ---> Running in be846205cad9 [2022-10-25T10:18:11.171Z] Removing intermediate container bca251345e76 [2022-10-25T10:18:11.171Z] ---> e2f3b4060253 [2022-10-25T10:18:11.171Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T10:18:11.171Z] ---> Running in 06bef4ff8a09 [2022-10-25T10:18:11.171Z] Removing intermediate container be846205cad9 [2022-10-25T10:18:11.171Z] ---> 64e4fe194717 [2022-10-25T10:18:11.171Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T10:18:11.447Z] ---> Running in 77eb9c78560b [2022-10-25T10:18:13.380Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:13.380Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:14.335Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:14.602Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:16.006Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T10:18:16.006Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T10:18:16.006Z] OK: 15734 distinct packages available [2022-10-25T10:18:16.006Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T10:18:16.006Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T10:18:16.006Z] OK: 15734 distinct packages available [2022-10-25T10:18:16.006Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:16.271Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:17.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:17.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:18:18.181Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T10:18:18.448Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T10:18:18.448Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T10:18:18.448Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T10:18:18.448Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T10:18:18.448Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T10:18:18.714Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T10:18:18.714Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T10:18:18.714Z] OK: 6 MiB in 18 packages [2022-10-25T10:18:18.714Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T10:18:18.714Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T10:18:18.977Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T10:18:18.977Z] OK: 6 MiB in 19 packages [2022-10-25T10:18:20.916Z] Removing intermediate container 06bef4ff8a09 [2022-10-25T10:18:20.916Z] ---> 7033ae66cbb4 [2022-10-25T10:18:20.916Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T10:18:21.180Z] Removing intermediate container 77eb9c78560b [2022-10-25T10:18:21.180Z] ---> ae3b11e5e022 [2022-10-25T10:18:21.180Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T10:18:25.419Z] ---> d82fef4549bd [2022-10-25T10:18:25.419Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T10:18:27.988Z] ---> 4ed6c98c33c3 [2022-10-25T10:18:27.988Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T10:18:29.923Z] ---> 012754a39927 [2022-10-25T10:18:29.923Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T10:18:30.190Z] ---> Running in 2281ff0fbe1e [2022-10-25T10:18:31.145Z] Removing intermediate container 2281ff0fbe1e [2022-10-25T10:18:31.145Z] ---> 0f9584067cf9 [2022-10-25T10:18:31.145Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T10:18:32.547Z] ---> e03f93701d0f [2022-10-25T10:18:32.547Z] Step 21/26 : WORKDIR / [2022-10-25T10:18:32.547Z] ---> Running in 3737cfdb6231 [2022-10-25T10:18:33.130Z] Removing intermediate container 3737cfdb6231 [2022-10-25T10:18:33.130Z] ---> 85cbc0d39af9 [2022-10-25T10:18:33.130Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T10:18:33.130Z] ---> 27f337595560 [2022-10-25T10:18:33.130Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T10:18:33.130Z] ---> Running in c93178803a6b [2022-10-25T10:18:33.708Z] Removing intermediate container c93178803a6b [2022-10-25T10:18:33.708Z] ---> fe553fcddc0c [2022-10-25T10:18:33.708Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T10:18:33.972Z] ---> Running in ea3ba46022ff [2022-10-25T10:18:34.239Z] ---> e6bb3cc3118a [2022-10-25T10:18:34.239Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T10:18:34.819Z] Removing intermediate container ea3ba46022ff [2022-10-25T10:18:34.819Z] ---> 3787d9922938 [2022-10-25T10:18:34.819Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T10:18:34.819Z] ---> Running in 87186fa36811 [2022-10-25T10:18:35.399Z] ---> cef4647a5129 [2022-10-25T10:18:35.399Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T10:18:35.399Z] Removing intermediate container 87186fa36811 [2022-10-25T10:18:35.399Z] ---> 8a836fd4c53a [2022-10-25T10:18:35.399Z] Step 25/26 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:18:35.665Z] ---> Running in 2c285f831de0 [2022-10-25T10:18:36.247Z] Removing intermediate container 2c285f831de0 [2022-10-25T10:18:36.247Z] ---> fd0ad7c3cf1c [2022-10-25T10:18:36.247Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T10:18:36.586Z] ---> Running in c05ca9a64e3f [2022-10-25T10:18:36.586Z] ---> 5abd696bc161 [2022-10-25T10:18:36.586Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T10:18:36.895Z] ---> Running in 83c571a0d25b [2022-10-25T10:18:37.161Z] Removing intermediate container c05ca9a64e3f [2022-10-25T10:18:37.161Z] ---> c6967df3cc6a [2022-10-25T10:18:37.161Z] [2022-10-25T10:18:37.427Z] Removing intermediate container 83c571a0d25b [2022-10-25T10:18:37.427Z] ---> c4d9d73aa2e4 [2022-10-25T10:18:37.427Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T10:18:37.427Z] ---> Running in 4bfc5f323146 [2022-10-25T10:18:37.692Z] Successfully built c6967df3cc6a [2022-10-25T10:18:37.692Z] Successfully tagged security-spire-config-arm64:latest [2022-10-25T10:18:37.692Z] Building security-spire-server [2022-10-25T10:18:37.959Z]  Building security-spire-config ... done Removing intermediate container 4bfc5f323146 [2022-10-25T10:18:37.959Z] ---> 2ca889b8ebbe [2022-10-25T10:18:37.959Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T10:18:37.959Z] ---> Running in 8af436036c29 [2022-10-25T10:18:38.542Z] Removing intermediate container 8af436036c29 [2022-10-25T10:18:38.542Z] ---> 94198e75c3cb [2022-10-25T10:18:38.542Z] Step 25/26 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:18:38.542Z] ---> Running in e34a642b9105 [2022-10-25T10:18:39.123Z] Removing intermediate container e34a642b9105 [2022-10-25T10:18:39.123Z] ---> 82d16b714e5e [2022-10-25T10:18:39.123Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T10:18:39.123Z] ---> Running in 498d2b82b63b [2022-10-25T10:18:39.704Z] Removing intermediate container 498d2b82b63b [2022-10-25T10:18:39.704Z] ---> db3323a3cdde [2022-10-25T10:18:39.704Z] [2022-10-25T10:18:39.969Z] Successfully built db3323a3cdde [2022-10-25T10:18:39.970Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-25T10:18:39.970Z]  Building security-spire-agent ... done Building core-data [2022-10-25T10:19:06.625Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:19:06.625Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:19:06.625Z] ---> 9d1fcc00f8f6 [2022-10-25T10:19:06.625Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T10:19:06.625Z] ---> Using cache [2022-10-25T10:19:06.625Z] ---> 9bf77783f62c [2022-10-25T10:19:06.625Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:19:06.625Z] ---> Using cache [2022-10-25T10:19:06.625Z] ---> 37759fe346d8 [2022-10-25T10:19:06.625Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T10:19:06.625Z] ---> Running in ca8948aa7d86 [2022-10-25T10:19:06.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:19:06.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:19:06.625Z] ---> 9d1fcc00f8f6 [2022-10-25T10:19:06.625Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T10:19:06.625Z] ---> Using cache [2022-10-25T10:19:06.625Z] ---> 7f667482e7e4 [2022-10-25T10:19:06.625Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T10:19:06.625Z] ---> Using cache [2022-10-25T10:19:06.625Z] ---> e85e1c822df1 [2022-10-25T10:19:06.625Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:19:06.625Z] ---> Using cache [2022-10-25T10:19:06.625Z] ---> 2a57b904954f [2022-10-25T10:19:06.625Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T10:19:06.625Z] ---> Running in 5d0c78fd2593 [2022-10-25T10:19:06.891Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:19:08.293Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:19:08.293Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:19:09.248Z] OK: 221 MiB in 51 packages [2022-10-25T10:19:09.514Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:19:10.915Z] Removing intermediate container ca8948aa7d86 [2022-10-25T10:19:10.915Z] ---> 48da798bf712 [2022-10-25T10:19:10.915Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T10:19:10.915Z] OK: 221 MiB in 51 packages [2022-10-25T10:19:12.314Z] ---> 84650e7a97e7 [2022-10-25T10:19:12.314Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:19:12.314Z] ---> Running in 8bf2c5df013e [2022-10-25T10:19:12.894Z] Removing intermediate container 5d0c78fd2593 [2022-10-25T10:19:12.894Z] ---> 4f3f6c6df592 [2022-10-25T10:19:12.894Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T10:19:14.295Z] ---> 978544c59848 [2022-10-25T10:19:14.295Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:19:14.295Z] ---> Running in d9a62426c2cc [2022-10-25T10:20:35.884Z] Removing intermediate container d9a62426c2cc [2022-10-25T10:20:35.884Z] ---> 817062ef1afe [2022-10-25T10:20:35.884Z] Step 9/24 : COPY . . [2022-10-25T10:20:35.884Z] Removing intermediate container 8bf2c5df013e [2022-10-25T10:20:35.884Z] ---> 5cf55d45a531 [2022-10-25T10:20:35.884Z] Step 8/25 : COPY . . [2022-10-25T10:20:57.929Z] ---> 1438b02ee266 [2022-10-25T10:20:57.930Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T10:20:57.930Z] ---> Running in 28b50a466c78 [2022-10-25T10:20:57.930Z] ---> 30a7b5a92c8b [2022-10-25T10:20:57.930Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T10:20:57.930Z] ---> Running in 11353cc908d6 [2022-10-25T10:20:57.930Z] Removing intermediate container 28b50a466c78 [2022-10-25T10:20:57.930Z] ---> 468f27a47b32 [2022-10-25T10:20:57.930Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T10:20:57.930Z] ---> Running in cf0309a2640d [2022-10-25T10:20:57.930Z] Removing intermediate container cf0309a2640d [2022-10-25T10:20:57.930Z] ---> 44ec256dc24f [2022-10-25T10:20:57.930Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T10:20:57.930Z] ---> Running in 40a0a6e6e364 [2022-10-25T10:20:57.930Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T10:20:59.331Z] Removing intermediate container 40a0a6e6e364 [2022-10-25T10:20:59.331Z] ---> c45e026456b0 [2022-10-25T10:20:59.331Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T10:20:59.331Z] ---> Running in 3297c292061f [2022-10-25T10:20:59.912Z] Removing intermediate container 3297c292061f [2022-10-25T10:20:59.912Z] ---> 9bc8960ae4c9 [2022-10-25T10:20:59.912Z] [2022-10-25T10:20:59.912Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T10:20:59.912Z] ---> 02e0d6fdf486 [2022-10-25T10:20:59.912Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T10:20:59.912Z] ---> Using cache [2022-10-25T10:20:59.912Z] ---> 606a3df45ec3 [2022-10-25T10:20:59.912Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:20:59.912Z] ---> Using cache [2022-10-25T10:20:59.912Z] ---> 64e4fe194717 [2022-10-25T10:20:59.912Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T10:20:59.912Z] ---> Using cache [2022-10-25T10:20:59.912Z] ---> ae3b11e5e022 [2022-10-25T10:20:59.912Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T10:21:05.237Z] ---> 2862ac1d680c [2022-10-25T10:21:05.237Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T10:21:05.818Z] ---> d3da195680ae [2022-10-25T10:21:05.818Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T10:21:06.786Z] ---> 0aaa3f564443 [2022-10-25T10:21:06.786Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T10:21:07.743Z] ---> 374249925273 [2022-10-25T10:21:07.743Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T10:21:07.743Z] ---> Running in 03efa87990a8 [2022-10-25T10:21:08.325Z] Removing intermediate container 03efa87990a8 [2022-10-25T10:21:08.325Z] ---> e266e6360571 [2022-10-25T10:21:08.325Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T10:21:08.325Z] ---> Running in bc5ab4fe6d27 [2022-10-25T10:21:08.910Z] Removing intermediate container bc5ab4fe6d27 [2022-10-25T10:21:08.910Z] ---> a8b93a374ef5 [2022-10-25T10:21:08.910Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T10:21:08.910Z] ---> Running in a1b428c6f1c2 [2022-10-25T10:21:09.496Z] Removing intermediate container a1b428c6f1c2 [2022-10-25T10:21:09.496Z] ---> 3ec10c81fb4f [2022-10-25T10:21:09.496Z] Step 24/25 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:21:09.496Z] ---> Running in 95ee6cad0efc [2022-10-25T10:21:10.076Z] Removing intermediate container 95ee6cad0efc [2022-10-25T10:21:10.076Z] ---> 738166afe69a [2022-10-25T10:21:10.076Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T10:21:10.076Z] ---> Running in e851ee986e0c [2022-10-25T10:21:10.655Z] Removing intermediate container e851ee986e0c [2022-10-25T10:21:10.655Z] ---> dfe885a229b7 [2022-10-25T10:21:10.655Z] [2022-10-25T10:21:10.920Z] Successfully built dfe885a229b7 [2022-10-25T10:21:10.920Z] Successfully tagged security-spire-server-arm64:latest [2022-10-25T10:21:10.920Z]  Building security-spire-server ... done Building security-bootstrapper [2022-10-25T10:21:32.966Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:21:32.966Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:21:32.966Z] ---> 9d1fcc00f8f6 [2022-10-25T10:21:32.966Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T10:21:32.966Z] ---> Using cache [2022-10-25T10:21:32.966Z] ---> 9bf77783f62c [2022-10-25T10:21:32.966Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:21:32.966Z] ---> Using cache [2022-10-25T10:21:32.966Z] ---> 37759fe346d8 [2022-10-25T10:21:32.966Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T10:21:32.966Z] ---> Running in d5bb1ec7a807 [2022-10-25T10:21:32.966Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:21:33.921Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:21:35.863Z] OK: 221 MiB in 51 packages [2022-10-25T10:21:37.268Z] Removing intermediate container d5bb1ec7a807 [2022-10-25T10:21:37.268Z] ---> 68df4b8af364 [2022-10-25T10:21:37.268Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T10:21:37.850Z] ---> c57f2c5bb1f4 [2022-10-25T10:21:37.850Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:21:38.116Z] ---> Running in 31fa1ba05b7f [2022-10-25T10:22:45.969Z] Removing intermediate container 31fa1ba05b7f [2022-10-25T10:22:45.969Z] ---> 81bc5f2775f3 [2022-10-25T10:22:45.969Z] Step 8/33 : COPY . . [2022-10-25T10:22:56.018Z] ---> cb76c369aad4 [2022-10-25T10:22:56.018Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T10:22:56.292Z] ---> Running in e3d42640398d [2022-10-25T10:22:58.449Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:23:30.744Z] Removing intermediate container 82cf35c69b88 [2022-10-25T10:23:30.744Z] ---> 2896b6c71698 [2022-10-25T10:23:30.744Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T10:23:30.744Z] ---> Running in e412e7b00a9d [2022-10-25T10:23:30.744Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T10:23:34.095Z] Removing intermediate container e412e7b00a9d [2022-10-25T10:23:34.095Z] ---> 692e3872e010 [2022-10-25T10:23:34.095Z] [2022-10-25T10:23:34.095Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T10:23:34.095Z] 3.16: Pulling from library/alpine [2022-10-25T10:23:34.095Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T10:23:34.095Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T10:23:34.095Z] ---> a6215f271958 [2022-10-25T10:23:34.095Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-25T10:23:34.361Z] ---> Running in d1b4bb5ddf53 [2022-10-25T10:23:34.630Z] Removing intermediate container d1b4bb5ddf53 [2022-10-25T10:23:34.630Z] ---> f2dd67bb82c6 [2022-10-25T10:23:34.630Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-10-25T10:23:34.895Z] ---> Running in 546bbb215f3b [2022-10-25T10:23:36.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:23:36.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:23:38.776Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T10:23:38.776Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T10:23:38.776Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T10:23:38.776Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T10:23:39.041Z] Executing bash-5.1.16-r2.post-install [2022-10-25T10:23:39.041Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T10:23:39.041Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T10:23:39.309Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T10:23:39.309Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T10:23:39.309Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T10:23:39.309Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T10:23:40.719Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T10:23:40.719Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T10:23:40.719Z] (13/33) Installing expat (2.4.9-r0) [2022-10-25T10:23:40.719Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T10:23:40.719Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T10:23:40.984Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T10:23:40.984Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T10:23:40.984Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T10:23:40.984Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T10:23:40.984Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T10:23:40.984Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T10:23:44.321Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T10:23:44.321Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T10:23:44.321Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T10:23:44.321Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T10:23:44.321Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T10:23:44.321Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T10:23:44.321Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T10:23:44.321Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T10:23:44.321Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T10:23:44.321Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T10:23:44.321Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T10:23:44.321Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T10:23:45.273Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T10:23:45.273Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T10:23:45.539Z] OK: 120 MiB in 47 packages [2022-10-25T10:24:03.726Z] Collecting docker-compose==1.23.2 [2022-10-25T10:24:03.726Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T10:24:03.726Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 4.0 MB/s eta 0:00:00 [2022-10-25T10:24:03.726Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T10:24:03.726Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T10:24:03.726Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 8.0 MB/s eta 0:00:00 [2022-10-25T10:24:03.726Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T10:24:03.726Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T10:24:03.726Z] Collecting PyYAML<4,>=3.10 [2022-10-25T10:24:03.726Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T10:24:03.726Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 11.9 MB/s eta 0:00:00 [2022-10-25T10:24:05.675Z] Preparing metadata (setup.py): started [2022-10-25T10:24:07.616Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T10:24:07.882Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T10:24:07.883Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T10:24:07.883Z] Preparing metadata (setup.py): started [2022-10-25T10:24:10.455Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T10:24:10.455Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T10:24:10.455Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T10:24:10.455Z] Preparing metadata (setup.py): started [2022-10-25T10:24:13.065Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T10:24:13.065Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-10-25T10:24:13.065Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T10:24:13.065Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T10:24:13.648Z] Preparing metadata (setup.py): started [2022-10-25T10:24:16.219Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T10:24:16.485Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T10:24:16.485Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T10:24:16.485Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.4 MB/s eta 0:00:00 [2022-10-25T10:24:16.749Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T10:24:16.749Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T10:24:17.704Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T10:24:17.704Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T10:24:17.704Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.7 MB/s eta 0:00:00 [2022-10-25T10:24:18.284Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T10:24:18.284Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T10:24:19.239Z] Collecting idna<2.8,>=2.5 [2022-10-25T10:24:19.239Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T10:24:19.505Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 10.7 MB/s eta 0:00:00 [2022-10-25T10:24:20.463Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T10:24:20.463Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T10:24:20.463Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.7 MB/s eta 0:00:00 [2022-10-25T10:24:20.731Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T10:24:20.731Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T10:24:20.997Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 7.0 MB/s eta 0:00:00 [2022-10-25T10:24:21.266Z] Collecting certifi>=2017.4.17 [2022-10-25T10:24:21.537Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T10:24:21.537Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 18.5 MB/s eta 0:00:00 [2022-10-25T10:24:22.120Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T10:24:22.120Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T10:24:22.120Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T10:24:22.120Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T10:24:22.120Z] Removing intermediate container e792b30ef92c [2022-10-25T10:24:22.120Z] ---> 7e5cc68f3a36 [2022-10-25T10:24:22.120Z] [2022-10-25T10:24:22.120Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T10:24:22.120Z] ---> 02e0d6fdf486 [2022-10-25T10:24:22.120Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T10:24:22.120Z] ---> Using cache [2022-10-25T10:24:22.120Z] ---> 606a3df45ec3 [2022-10-25T10:24:22.120Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:24:22.120Z] ---> Using cache [2022-10-25T10:24:22.387Z] ---> 64e4fe194717 [2022-10-25T10:24:22.387Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T10:24:22.387Z] ---> Running in 456bebb2c7d3 [2022-10-25T10:24:23.800Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T10:24:23.800Z] Running setup.py install for texttable: started [2022-10-25T10:24:24.382Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:24:25.790Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:24:26.056Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T10:24:26.324Z] Running setup.py install for PyYAML: started [2022-10-25T10:24:27.283Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T10:24:27.283Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T10:24:27.283Z] OK: 15734 distinct packages available [2022-10-25T10:24:27.550Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:24:28.508Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:24:29.912Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T10:24:30.180Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T10:24:30.763Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T10:24:31.031Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T10:24:31.031Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T10:24:31.031Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T10:24:31.297Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T10:24:31.297Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T10:24:31.297Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T10:24:31.562Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T10:24:31.562Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T10:24:31.562Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T10:24:32.143Z] OK: 8 MiB in 23 packages [2022-10-25T10:24:32.143Z] Running setup.py install for docopt: started [2022-10-25T10:24:35.477Z] Removing intermediate container 456bebb2c7d3 [2022-10-25T10:24:35.477Z] ---> 5bb1fc10b484 [2022-10-25T10:24:35.477Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T10:24:35.477Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T10:24:36.059Z] Removing intermediate container fc7d47c11dda [2022-10-25T10:24:36.059Z] ---> 6e7dfb8cfdb3 [2022-10-25T10:24:36.059Z] [2022-10-25T10:24:36.059Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T10:24:36.059Z] ---> a6215f271958 [2022-10-25T10:24:36.059Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T10:24:36.059Z] ---> Running in 65e0e82957c8 [2022-10-25T10:24:36.638Z] ---> 5bb20bb01240 [2022-10-25T10:24:36.638Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T10:24:38.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:24:38.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:24:39.538Z] ---> 196ac57afcb9 [2022-10-25T10:24:39.538Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T10:24:39.538Z] Running setup.py install for dockerpty: started [2022-10-25T10:24:40.125Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T10:24:40.125Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T10:24:40.125Z] OK: 5 MiB in 15 packages [2022-10-25T10:24:40.391Z] ---> 1ffb2661a6be [2022-10-25T10:24:40.391Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T10:24:40.672Z] ---> Running in d15884e73f38 [2022-10-25T10:24:41.635Z] Removing intermediate container d15884e73f38 [2022-10-25T10:24:41.635Z] ---> 8941f6ad560c [2022-10-25T10:24:41.635Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T10:24:41.635Z] ---> Running in dc86cddf8dcb [2022-10-25T10:24:42.223Z] Removing intermediate container 65e0e82957c8 [2022-10-25T10:24:42.223Z] ---> 0217ba00d0c0 [2022-10-25T10:24:42.223Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T10:24:42.490Z] Removing intermediate container dc86cddf8dcb [2022-10-25T10:24:42.490Z] ---> 6b0c29c17b2e [2022-10-25T10:24:42.490Z] Step 18/20 : LABEL arch=arm64 [2022-10-25T10:24:42.490Z] ---> Running in 1645a3382f8b [2022-10-25T10:24:42.490Z] ---> Running in bb1aae94daec [2022-10-25T10:24:42.756Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T10:24:43.025Z] Removing intermediate container 1645a3382f8b [2022-10-25T10:24:43.025Z] ---> 697601eb2f89 [2022-10-25T10:24:43.025Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T10:24:43.291Z] ---> Running in a21c9594d7eb [2022-10-25T10:24:43.291Z] Removing intermediate container bb1aae94daec [2022-10-25T10:24:43.291Z] ---> 78a2cb78d7f5 [2022-10-25T10:24:43.291Z] Step 19/20 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:24:43.555Z] ---> Running in 79559f94893f [2022-10-25T10:24:44.144Z] Removing intermediate container a21c9594d7eb [2022-10-25T10:24:44.144Z] ---> 005d24315af8 [2022-10-25T10:24:44.144Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T10:24:44.144Z] ---> Running in 46f6449cee04 [2022-10-25T10:24:44.144Z] Removing intermediate container 79559f94893f [2022-10-25T10:24:44.144Z] ---> 3b49e5d997db [2022-10-25T10:24:44.144Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T10:24:44.411Z] ---> Running in d6e5df55016f [2022-10-25T10:24:44.678Z] Removing intermediate container 46f6449cee04 [2022-10-25T10:24:44.678Z] ---> 50581e8c4329 [2022-10-25T10:24:44.678Z] Step 16/25 : WORKDIR / [2022-10-25T10:24:44.948Z] ---> Running in 8d6206613663 [2022-10-25T10:24:45.280Z] Removing intermediate container d6e5df55016f [2022-10-25T10:24:45.280Z] ---> 101c750d1622 [2022-10-25T10:24:45.280Z] [2022-10-25T10:24:45.547Z] Removing intermediate container 8d6206613663 [2022-10-25T10:24:45.547Z] ---> 0ae4a6c70716 [2022-10-25T10:24:45.547Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T10:24:45.813Z] Successfully built 101c750d1622 [2022-10-25T10:24:45.813Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-25T10:24:45.813Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2022-10-25T10:24:46.396Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-10-25T10:24:46.396Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-10-25T10:24:46.396Z]  ---> a28a8f184af7 [2022-10-25T10:24:46.396Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T10:24:48.336Z] ---> d8e15685ef6c [2022-10-25T10:24:48.336Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T10:24:49.296Z] ---> 33fa3bf2985a [2022-10-25T10:24:49.296Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T10:24:51.247Z] ---> f214b9ee4b7e [2022-10-25T10:24:51.247Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T10:24:51.247Z] ---> Running in ade12ecfd128 [2022-10-25T10:24:52.201Z] Removing intermediate container ade12ecfd128 [2022-10-25T10:24:52.201Z] ---> 02cb49d1df5b [2022-10-25T10:24:52.201Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T10:24:52.201Z] ---> Running in 8d012db8c6a3 [2022-10-25T10:24:53.155Z] Removing intermediate container 8d012db8c6a3 [2022-10-25T10:24:53.155Z] ---> d10a364be85c [2022-10-25T10:24:53.155Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T10:24:53.155Z] ---> Running in 8cfde3d42829 [2022-10-25T10:24:53.752Z] Removing intermediate container 8cfde3d42829 [2022-10-25T10:24:53.752Z] ---> 0ef82251d1c5 [2022-10-25T10:24:53.752Z] Step 24/25 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:24:53.752Z] ---> Running in b9a40a0a6058 [2022-10-25T10:24:54.707Z] Removing intermediate container b9a40a0a6058 [2022-10-25T10:24:54.707Z] ---> 2de16abac822 [2022-10-25T10:24:54.707Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T10:24:54.707Z] ---> Running in cef3ad1c5da0 [2022-10-25T10:24:56.109Z] Removing intermediate container cef3ad1c5da0 [2022-10-25T10:24:56.109Z] ---> a9bc6201b199 [2022-10-25T10:24:56.109Z] [2022-10-25T10:24:56.692Z] Successfully built a9bc6201b199 [2022-10-25T10:24:56.692Z] Successfully tagged core-metadata-arm64:latest [2022-10-25T10:24:56.692Z]  Building core-metadata ... done Building security-secretstore-setup [2022-10-25T10:25:08.997Z] Removing intermediate container 546bbb215f3b [2022-10-25T10:25:08.997Z] ---> b54a5a778316 [2022-10-25T10:25:08.997Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T10:25:08.997Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:25:08.997Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:25:08.997Z] ---> 9d1fcc00f8f6 [2022-10-25T10:25:08.997Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T10:25:08.997Z] ---> Using cache [2022-10-25T10:25:08.997Z] ---> 7f667482e7e4 [2022-10-25T10:25:08.997Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T10:25:08.997Z] ---> Using cache [2022-10-25T10:25:08.997Z] ---> e85e1c822df1 [2022-10-25T10:25:08.997Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:25:08.997Z] ---> Using cache [2022-10-25T10:25:08.997Z] ---> 2a57b904954f [2022-10-25T10:25:08.997Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T10:25:08.997Z] ---> Using cache [2022-10-25T10:25:08.997Z] ---> 486dd276c8dd [2022-10-25T10:25:08.997Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T10:25:08.997Z] ---> Using cache [2022-10-25T10:25:08.997Z] ---> ce774da0f06f [2022-10-25T10:25:08.997Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:25:08.997Z] ---> Using cache [2022-10-25T10:25:08.997Z] ---> 49cfd3e37e19 [2022-10-25T10:25:08.997Z] Step 9/23 : COPY . . [2022-10-25T10:25:08.997Z] ---> Using cache [2022-10-25T10:25:08.997Z] ---> 8c0dc70fcc0c [2022-10-25T10:25:08.997Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T10:25:08.997Z] ---> Running in 33764459ce8b [2022-10-25T10:25:08.997Z] ---> Running in 08c7bc00f3ab [2022-10-25T10:25:08.997Z] Removing intermediate container 08c7bc00f3ab [2022-10-25T10:25:08.997Z] ---> 4efda15acd51 [2022-10-25T10:25:08.997Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T10:25:08.997Z] ---> Running in 145b4a22c2bb [2022-10-25T10:25:09.274Z] Removing intermediate container 145b4a22c2bb [2022-10-25T10:25:09.274Z] ---> fd14708dadfa [2022-10-25T10:25:09.274Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T10:25:10.234Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T10:25:12.179Z] ---> 6f97b66abfc0 [2022-10-25T10:25:12.179Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T10:25:13.584Z] ---> 1bf0265b5b01 [2022-10-25T10:25:13.584Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T10:25:14.994Z] ---> 6757aa0e1a8e [2022-10-25T10:25:14.994Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T10:25:14.994Z] ---> Running in 43bc5c2f20af [2022-10-25T10:25:15.962Z] Removing intermediate container 43bc5c2f20af [2022-10-25T10:25:15.962Z] ---> 5e11b117f2b7 [2022-10-25T10:25:15.962Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T10:25:15.962Z] ---> Running in ec77e51f22a3 [2022-10-25T10:25:16.548Z] Removing intermediate container ec77e51f22a3 [2022-10-25T10:25:16.548Z] ---> 4f1bc29450a9 [2022-10-25T10:25:16.548Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T10:25:16.548Z] ---> Running in 0e72c10829ed [2022-10-25T10:25:17.130Z] Removing intermediate container 0e72c10829ed [2022-10-25T10:25:17.130Z] ---> 92fadceafcd2 [2022-10-25T10:25:17.130Z] Step 22/23 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:25:17.130Z] ---> Running in 37be9755672b [2022-10-25T10:25:18.096Z] Removing intermediate container 37be9755672b [2022-10-25T10:25:18.096Z] ---> 7228ef90c2f6 [2022-10-25T10:25:18.096Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T10:25:18.096Z] ---> Running in b40adc10b626 [2022-10-25T10:25:18.676Z] Removing intermediate container b40adc10b626 [2022-10-25T10:25:18.676Z] ---> 97f1c96a019a [2022-10-25T10:25:18.676Z] [2022-10-25T10:25:19.258Z] Successfully built 97f1c96a019a [2022-10-25T10:25:19.258Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-25T10:25:19.258Z]  Building sys-mgmt-agent ... done Building security-proxy-setup [2022-10-25T10:25:19.839Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:25:19.839Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:25:19.839Z] ---> 9d1fcc00f8f6 [2022-10-25T10:25:20.105Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T10:25:20.105Z] ---> Using cache [2022-10-25T10:25:20.105Z] ---> 9bf77783f62c [2022-10-25T10:25:20.105Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:25:20.105Z] ---> Using cache [2022-10-25T10:25:20.105Z] ---> 37759fe346d8 [2022-10-25T10:25:20.105Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T10:25:20.105Z] ---> Using cache [2022-10-25T10:25:20.105Z] ---> 68df4b8af364 [2022-10-25T10:25:20.105Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T10:25:20.105Z] ---> Using cache [2022-10-25T10:25:20.105Z] ---> c57f2c5bb1f4 [2022-10-25T10:25:20.105Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:25:20.105Z] ---> Using cache [2022-10-25T10:25:20.105Z] ---> 81bc5f2775f3 [2022-10-25T10:25:20.105Z] Step 8/25 : COPY . . [2022-10-25T10:25:20.105Z] ---> Using cache [2022-10-25T10:25:20.105Z] ---> cb76c369aad4 [2022-10-25T10:25:20.105Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T10:25:20.105Z] ---> Running in 2d0c275e765d [2022-10-25T10:25:22.044Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:25:40.232Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:25:40.232Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:25:40.232Z] ---> 9d1fcc00f8f6 [2022-10-25T10:25:40.232Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T10:25:40.232Z] ---> Using cache [2022-10-25T10:25:40.232Z] ---> 9bf77783f62c [2022-10-25T10:25:40.232Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:25:40.232Z] ---> Using cache [2022-10-25T10:25:40.232Z] ---> 37759fe346d8 [2022-10-25T10:25:40.232Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T10:25:40.232Z] ---> Using cache [2022-10-25T10:25:40.232Z] ---> 68df4b8af364 [2022-10-25T10:25:40.232Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T10:25:40.232Z] ---> Using cache [2022-10-25T10:25:40.232Z] ---> c57f2c5bb1f4 [2022-10-25T10:25:40.232Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:25:40.232Z] ---> Using cache [2022-10-25T10:25:40.232Z] ---> 81bc5f2775f3 [2022-10-25T10:25:40.232Z] Step 8/22 : COPY . . [2022-10-25T10:25:40.232Z] ---> Using cache [2022-10-25T10:25:40.232Z] ---> cb76c369aad4 [2022-10-25T10:25:40.232Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T10:25:40.816Z] ---> Running in 4a7964269776 [2022-10-25T10:25:42.759Z] CGO_ENABLED=0 GO111MODULE=on 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T10:28:34.644Z] Removing intermediate container 11353cc908d6 [2022-10-25T10:28:34.644Z] ---> 91d4160a2c44 [2022-10-25T10:28:34.644Z] [2022-10-25T10:28:34.644Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T10:28:34.644Z] ---> a6215f271958 [2022-10-25T10:28:34.644Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T10:28:34.644Z] ---> Running in f5084f84a9a3 [2022-10-25T10:28:34.644Z] Removing intermediate container f5084f84a9a3 [2022-10-25T10:28:34.644Z] ---> 484be1b1414e [2022-10-25T10:28:34.644Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T10:28:34.644Z] ---> Running in c13047e8c4e8 [2022-10-25T10:28:34.644Z] Removing intermediate container c13047e8c4e8 [2022-10-25T10:28:34.644Z] ---> 888a3127d263 [2022-10-25T10:28:34.644Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T10:28:34.644Z] ---> Running in 442147ddc326 [2022-10-25T10:28:34.977Z] Removing intermediate container 442147ddc326 [2022-10-25T10:28:34.977Z] ---> 3b16e79bb6a1 [2022-10-25T10:28:34.977Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:28:35.249Z] ---> Running in adaed2952de0 [2022-10-25T10:28:38.658Z] Removing intermediate container adaed2952de0 [2022-10-25T10:28:38.658Z] ---> d09de4837002 [2022-10-25T10:28:38.658Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T10:28:38.658Z] ---> Running in 1d831bcfde79 [2022-10-25T10:28:40.057Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:28:41.015Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:28:42.416Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T10:28:42.416Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T10:28:42.416Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T10:28:42.681Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T10:28:42.681Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T10:28:42.945Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T10:28:42.945Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T10:28:42.945Z] OK: 8 MiB in 20 packages [2022-10-25T10:28:44.884Z] Removing intermediate container 1d831bcfde79 [2022-10-25T10:28:44.884Z] ---> 34c6683000e6 [2022-10-25T10:28:44.884Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T10:28:45.465Z] ---> 88456b72cbd1 [2022-10-25T10:28:45.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T10:28:46.863Z] ---> 7fd847ea88fc [2022-10-25T10:28:46.863Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T10:28:47.820Z] ---> 8651a969c53b [2022-10-25T10:28:47.820Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T10:28:48.086Z] ---> Running in 8c1f024fa850 [2022-10-25T10:28:48.669Z] Removing intermediate container 8c1f024fa850 [2022-10-25T10:28:48.669Z] ---> ebda12a66ad1 [2022-10-25T10:28:48.669Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T10:28:48.937Z] ---> Running in 966c6c91ca8b [2022-10-25T10:28:49.201Z] Removing intermediate container 966c6c91ca8b [2022-10-25T10:28:49.202Z] ---> 76f8c737a575 [2022-10-25T10:28:49.202Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T10:28:49.465Z] ---> Running in fbb2f26e1c4e [2022-10-25T10:28:49.729Z] Removing intermediate container fbb2f26e1c4e [2022-10-25T10:28:49.729Z] ---> 853d7a596254 [2022-10-25T10:28:49.729Z] Step 23/24 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:28:49.993Z] ---> Running in 3ff6750c81d3 [2022-10-25T10:28:50.575Z] Removing intermediate container 3ff6750c81d3 [2022-10-25T10:28:50.575Z] ---> d6ad3c9245b8 [2022-10-25T10:28:50.575Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T10:28:50.575Z] ---> Running in f222477cfb90 [2022-10-25T10:28:51.157Z] Removing intermediate container f222477cfb90 [2022-10-25T10:28:51.157Z] ---> 23b6437dfb68 [2022-10-25T10:28:51.157Z] [2022-10-25T10:28:51.432Z] Successfully built 23b6437dfb68 [2022-10-25T10:28:51.432Z] Successfully tagged core-data-arm64:latest [2022-10-25T10:28:51.432Z]  Building core-data ... done Building core-command [2022-10-25T10:29:06.397Z] Removing intermediate container e3d42640398d [2022-10-25T10:29:06.397Z] ---> 0c7e23d628a3 [2022-10-25T10:29:06.397Z] [2022-10-25T10:29:06.397Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T10:29:06.397Z] ---> a6215f271958 [2022-10-25T10:29:06.397Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T10:29:06.397Z] ---> Running in 0f1d59b101ff [2022-10-25T10:29:06.397Z] Removing intermediate container 0f1d59b101ff [2022-10-25T10:29:06.397Z] ---> 93f3d2a79723 [2022-10-25T10:29:06.397Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T10:29:06.397Z] ---> Running in 9dab77c88596 [2022-10-25T10:29:08.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:29:08.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:29:08.912Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:29:08.912Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:29:08.912Z] ---> 9d1fcc00f8f6 [2022-10-25T10:29:08.912Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T10:29:08.912Z] ---> Using cache [2022-10-25T10:29:08.912Z] ---> 7f667482e7e4 [2022-10-25T10:29:08.912Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T10:29:08.912Z] ---> Using cache [2022-10-25T10:29:08.912Z] ---> e85e1c822df1 [2022-10-25T10:29:08.912Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:29:08.912Z] ---> Using cache [2022-10-25T10:29:08.912Z] ---> 2a57b904954f [2022-10-25T10:29:08.912Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T10:29:08.912Z] ---> Using cache [2022-10-25T10:29:08.912Z] ---> 486dd276c8dd [2022-10-25T10:29:08.912Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T10:29:08.912Z] ---> Using cache [2022-10-25T10:29:08.912Z] ---> ce774da0f06f [2022-10-25T10:29:08.912Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:29:08.912Z] ---> Using cache [2022-10-25T10:29:08.912Z] ---> 49cfd3e37e19 [2022-10-25T10:29:08.912Z] Step 9/24 : COPY . . [2022-10-25T10:29:08.912Z] ---> Using cache [2022-10-25T10:29:08.912Z] ---> 8c0dc70fcc0c [2022-10-25T10:29:08.912Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T10:29:09.176Z] ---> Running in dec34b73b625 [2022-10-25T10:29:10.134Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T10:29:10.134Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T10:29:10.134Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T10:29:10.134Z] OK: 5 MiB in 16 packages [2022-10-25T10:29:11.088Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T10:29:11.668Z] Removing intermediate container 9dab77c88596 [2022-10-25T10:29:11.668Z] ---> cc236bd47ffa [2022-10-25T10:29:11.668Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T10:29:11.668Z] ---> Running in 45fca47389cd [2022-10-25T10:29:12.252Z] Removing intermediate container 45fca47389cd [2022-10-25T10:29:12.252Z] ---> 81679a900f8d [2022-10-25T10:29:12.252Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T10:29:12.252Z] ---> Running in eb40e32a0efa [2022-10-25T10:29:12.526Z] Removing intermediate container eb40e32a0efa [2022-10-25T10:29:12.526Z] ---> e364b264018e [2022-10-25T10:29:12.526Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T10:29:12.796Z] ---> Running in b99f195b0449 [2022-10-25T10:29:13.061Z] Removing intermediate container b99f195b0449 [2022-10-25T10:29:13.061Z] ---> b89b6f6692f8 [2022-10-25T10:29:13.061Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T10:29:13.327Z] ---> Running in cd9f5d034503 [2022-10-25T10:29:13.907Z] Removing intermediate container cd9f5d034503 [2022-10-25T10:29:13.907Z] ---> 75fff9f23b87 [2022-10-25T10:29:13.907Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T10:29:13.907Z] ---> Running in f4f0f570b884 [2022-10-25T10:29:17.249Z] Removing intermediate container f4f0f570b884 [2022-10-25T10:29:17.249Z] ---> 0cca2218edc4 [2022-10-25T10:29:17.249Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T10:29:17.249Z] ---> Running in 4872a0df46b7 [2022-10-25T10:29:17.249Z] Removing intermediate container 4872a0df46b7 [2022-10-25T10:29:17.249Z] ---> 9ad8e066902a [2022-10-25T10:29:17.249Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T10:29:18.231Z] ---> 284a63f05f06 [2022-10-25T10:29:18.231Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T10:29:18.496Z] ---> Running in 3bf12f3675a4 [2022-10-25T10:29:21.841Z] Removing intermediate container 3bf12f3675a4 [2022-10-25T10:29:21.841Z] ---> bbf2eca2a3f3 [2022-10-25T10:29:21.841Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T10:29:22.105Z] ---> c97fca72614d [2022-10-25T10:29:22.105Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T10:29:24.039Z] ---> 82c75762682d [2022-10-25T10:29:24.039Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T10:29:24.996Z] ---> 36fddbdcf3a4 [2022-10-25T10:29:24.996Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T10:29:25.951Z] ---> dd27cd63c31c [2022-10-25T10:29:25.951Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T10:29:26.534Z] ---> 31633371d874 [2022-10-25T10:29:26.534Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T10:29:27.490Z] ---> 729ad3cffb6e [2022-10-25T10:29:27.490Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T10:29:29.442Z] ---> 0012f0a1ff5d [2022-10-25T10:29:29.442Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T10:29:29.442Z] ---> Running in 835ff1092530 [2022-10-25T10:29:32.789Z] Removing intermediate container 835ff1092530 [2022-10-25T10:29:32.789Z] ---> 78ee4cebf044 [2022-10-25T10:29:32.789Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T10:29:32.789Z] ---> Running in 7ca5ea82a6fc [2022-10-25T10:29:33.371Z] Removing intermediate container 7ca5ea82a6fc [2022-10-25T10:29:33.371Z] ---> 35a5e0e65578 [2022-10-25T10:29:33.371Z] Step 30/33 : CMD ["gate"] [2022-10-25T10:29:33.371Z] ---> Running in 6ad34f7d4e92 [2022-10-25T10:29:33.963Z] Removing intermediate container 6ad34f7d4e92 [2022-10-25T10:29:33.963Z] ---> 64b826bd9043 [2022-10-25T10:29:33.963Z] Step 31/33 : LABEL arch=arm64 [2022-10-25T10:29:34.237Z] ---> Running in 75ab2133acb9 [2022-10-25T10:29:34.820Z] Removing intermediate container 75ab2133acb9 [2022-10-25T10:29:34.820Z] ---> c82ddfde8bb0 [2022-10-25T10:29:34.820Z] Step 32/33 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:29:34.820Z] ---> Running in f8cadba8557f [2022-10-25T10:29:35.400Z] Removing intermediate container f8cadba8557f [2022-10-25T10:29:35.400Z] ---> cee4c53aad50 [2022-10-25T10:29:35.400Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T10:29:35.400Z] ---> Running in fcc7c9a7e0f6 [2022-10-25T10:29:35.982Z] Removing intermediate container fcc7c9a7e0f6 [2022-10-25T10:29:35.982Z] ---> a0b611882ab8 [2022-10-25T10:29:35.982Z] [2022-10-25T10:29:36.247Z] Successfully built a0b611882ab8 [2022-10-25T10:29:36.247Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-25T10:29:36.247Z]  Building security-bootstrapper ... done Building support-notifications [2022-10-25T10:29:51.220Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T10:29:51.220Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T10:29:51.220Z] ---> 9d1fcc00f8f6 [2022-10-25T10:29:51.220Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T10:29:51.220Z] ---> Using cache [2022-10-25T10:29:51.220Z] ---> 7f667482e7e4 [2022-10-25T10:29:51.220Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T10:29:51.220Z] ---> Using cache [2022-10-25T10:29:51.220Z] ---> e85e1c822df1 [2022-10-25T10:29:51.220Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T10:29:51.220Z] ---> Using cache [2022-10-25T10:29:51.220Z] ---> 2a57b904954f [2022-10-25T10:29:51.220Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T10:29:51.487Z] ---> Running in 58feaef00024 [2022-10-25T10:29:54.071Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:29:54.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:29:56.593Z] OK: 221 MiB in 51 packages [2022-10-25T10:29:58.001Z] Removing intermediate container 58feaef00024 [2022-10-25T10:29:58.001Z] ---> 87e95ffa7175 [2022-10-25T10:29:58.001Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T10:29:58.957Z] ---> fcdfe550d6be [2022-10-25T10:29:58.957Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T10:29:58.957Z] ---> Running in 3d5182900ab6 [2022-10-25T10:31:20.579Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:31:20.579Z] Removing intermediate container 3d5182900ab6 [2022-10-25T10:31:20.579Z] ---> 6118aafbf314 [2022-10-25T10:31:20.579Z] Step 9/23 : COPY . . [2022-10-25T10:31:20.579Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T10:31:24.830Z] ---> bfcadbfda1fd [2022-10-25T10:31:24.830Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T10:31:24.830Z] ---> Running in 31638a5d380f [2022-10-25T10:31:27.402Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T10:31:32.728Z] Removing intermediate container 2d0c275e765d [2022-10-25T10:31:32.728Z] ---> b2a67cddc848 [2022-10-25T10:31:32.728Z] [2022-10-25T10:31:32.728Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T10:31:32.728Z] ---> a6215f271958 [2022-10-25T10:31:32.728Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T10:31:32.728Z] ---> Running in 61330a910405 [2022-10-25T10:31:34.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:31:34.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:31:36.337Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T10:31:36.337Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T10:31:36.337Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T10:31:36.337Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T10:31:36.337Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T10:31:36.922Z] OK: 6 MiB in 17 packages [2022-10-25T10:31:39.500Z] Removing intermediate container 61330a910405 [2022-10-25T10:31:39.500Z] ---> 88f95c51712a [2022-10-25T10:31:39.500Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T10:31:39.767Z] ---> Running in 198c7c9fa6a4 [2022-10-25T10:31:41.722Z] Removing intermediate container 198c7c9fa6a4 [2022-10-25T10:31:41.722Z] ---> d1b9d0adc457 [2022-10-25T10:31:41.722Z] Step 13/25 : WORKDIR / [2022-10-25T10:31:41.989Z] ---> Running in 2c000ee36629 [2022-10-25T10:31:42.949Z] Removing intermediate container 2c000ee36629 [2022-10-25T10:31:42.949Z] ---> d8a0b8e4605a [2022-10-25T10:31:42.949Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-25T10:31:44.355Z] ---> 1746b1a3937b [2022-10-25T10:31:44.355Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-25T10:31:45.767Z] ---> f491e278fd65 [2022-10-25T10:31:45.767Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T10:31:47.185Z] ---> 32c78a5c1cea [2022-10-25T10:31:47.185Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-25T10:31:48.148Z] ---> 5894a8a80116 [2022-10-25T10:31:48.148Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T10:31:48.737Z] Removing intermediate container 4a7964269776 [2022-10-25T10:31:48.737Z] ---> 373447291e7e [2022-10-25T10:31:48.737Z] [2022-10-25T10:31:48.737Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T10:31:48.737Z] ---> a6215f271958 [2022-10-25T10:31:48.737Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T10:31:49.006Z] ---> Running in 16cb2d885850 [2022-10-25T10:31:50.961Z] ---> 7ac0a79ecdc9 [2022-10-25T10:31:50.961Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T10:31:51.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:31:51.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:31:53.211Z] ---> 18759625942a [2022-10-25T10:31:53.211Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T10:31:53.211Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T10:31:53.477Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T10:31:53.477Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T10:31:53.477Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T10:31:53.477Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T10:31:53.477Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T10:31:53.477Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T10:31:53.746Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T10:31:54.330Z] ---> e3eb81eaf1c2 [2022-10-25T10:31:54.330Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T10:31:54.330Z] ---> Running in 5311bdc43115 [2022-10-25T10:31:54.330Z] OK: 8 MiB in 20 packages [2022-10-25T10:31:56.906Z] Removing intermediate container 16cb2d885850 [2022-10-25T10:31:56.906Z] ---> 63bb235c5f28 [2022-10-25T10:31:56.906Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T10:31:57.171Z] ---> Running in 1aeaa0f41e97 [2022-10-25T10:31:58.140Z] Removing intermediate container 5311bdc43115 [2022-10-25T10:31:58.140Z] ---> bbf4e2a77312 [2022-10-25T10:31:58.140Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T10:31:58.140Z] Removing intermediate container 1aeaa0f41e97 [2022-10-25T10:31:58.140Z] ---> 6961fd9f3467 [2022-10-25T10:31:58.140Z] Step 13/22 : WORKDIR /edgex [2022-10-25T10:31:58.140Z] ---> Running in b1b6e92a1617 [2022-10-25T10:31:58.140Z] ---> Running in 424c60d64ab6 [2022-10-25T10:31:59.103Z] Removing intermediate container b1b6e92a1617 [2022-10-25T10:31:59.104Z] ---> e3b176e2628d [2022-10-25T10:31:59.104Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T10:31:59.104Z] Removing intermediate container 424c60d64ab6 [2022-10-25T10:31:59.104Z] ---> 72bb3c3d55fa [2022-10-25T10:31:59.104Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T10:31:59.104Z] ---> Running in c1560a3cd743 [2022-10-25T10:32:00.060Z] Removing intermediate container c1560a3cd743 [2022-10-25T10:32:00.060Z] ---> cf2c55e9bd90 [2022-10-25T10:32:00.060Z] Step 24/25 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:32:00.060Z] ---> b00b699d641c [2022-10-25T10:32:00.060Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T10:32:00.060Z] ---> Running in 557f5eeda1c5 [2022-10-25T10:32:00.641Z] Removing intermediate container 557f5eeda1c5 [2022-10-25T10:32:00.641Z] ---> 65c4c4f5d85c [2022-10-25T10:32:00.641Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T10:32:00.906Z] ---> Running in 153ea7d32096 [2022-10-25T10:32:01.864Z] Removing intermediate container 153ea7d32096 [2022-10-25T10:32:01.864Z] ---> aee5e0fc6496 [2022-10-25T10:32:01.864Z] [2022-10-25T10:32:02.140Z] ---> c85f6d15bcae [2022-10-25T10:32:02.140Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T10:32:02.406Z] Successfully built aee5e0fc6496 [2022-10-25T10:32:02.406Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-25T10:32:05.141Z]  Building security-secretstore-setup ... done  ---> b2f8fd6e5b17 [2022-10-25T10:32:05.141Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T10:32:06.153Z] ---> 9cdcdf48148f [2022-10-25T10:32:06.153Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T10:32:06.153Z] ---> Running in eb864c07d9cd [2022-10-25T10:32:08.756Z] Removing intermediate container eb864c07d9cd [2022-10-25T10:32:08.756Z] ---> 160f552602ae [2022-10-25T10:32:09.020Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T10:32:09.020Z] ---> Running in 8a3ad4c2758b [2022-10-25T10:32:09.619Z] Removing intermediate container 8a3ad4c2758b [2022-10-25T10:32:09.619Z] ---> ca7f04f1f864 [2022-10-25T10:32:09.619Z] Step 20/22 : LABEL arch=arm64 [2022-10-25T10:32:09.619Z] ---> Running in 15c946e23dad [2022-10-25T10:32:10.209Z] Removing intermediate container 15c946e23dad [2022-10-25T10:32:10.209Z] ---> d3364db7bda7 [2022-10-25T10:32:10.209Z] Step 21/22 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:32:10.482Z] ---> Running in 0592b421f9c2 [2022-10-25T10:32:10.750Z] Removing intermediate container 0592b421f9c2 [2022-10-25T10:32:10.750Z] ---> 52f54a98abd6 [2022-10-25T10:32:10.750Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T10:32:11.020Z] ---> Running in 98fb7527455d [2022-10-25T10:32:11.669Z] Removing intermediate container 98fb7527455d [2022-10-25T10:32:11.669Z] ---> 88351271ef94 [2022-10-25T10:32:11.669Z] [2022-10-25T10:32:11.937Z] Successfully built 88351271ef94 [2022-10-25T10:32:11.937Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-25T10:34:03.650Z]  Building security-proxy-setup ... done Removing intermediate container 33764459ce8b [2022-10-25T10:34:03.650Z] ---> aa6a9f004d01 [2022-10-25T10:34:03.650Z] [2022-10-25T10:34:03.650Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T10:34:03.650Z] ---> a6215f271958 [2022-10-25T10:34:03.650Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T10:34:03.650Z] ---> Using cache [2022-10-25T10:34:03.650Z] ---> 0217ba00d0c0 [2022-10-25T10:34:03.650Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T10:34:03.650Z] ---> Using cache [2022-10-25T10:34:03.650Z] ---> 697601eb2f89 [2022-10-25T10:34:03.650Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T10:34:03.650Z] ---> Running in f8b0d68c928a [2022-10-25T10:34:03.650Z] Removing intermediate container f8b0d68c928a [2022-10-25T10:34:03.650Z] ---> 003afea599b6 [2022-10-25T10:34:03.650Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T10:34:03.650Z] ---> Running in 2badbbda6e4d [2022-10-25T10:34:03.650Z] Removing intermediate container 2badbbda6e4d [2022-10-25T10:34:03.650Z] ---> 91f6a7847237 [2022-10-25T10:34:03.650Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T10:34:03.650Z] ---> f4901e0da655 [2022-10-25T10:34:03.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T10:34:03.650Z] ---> 37465d8bc7bd [2022-10-25T10:34:03.650Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T10:34:03.650Z] ---> 9acd2cfc19d9 [2022-10-25T10:34:03.650Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T10:34:03.650Z] ---> Running in 03d375a78016 [2022-10-25T10:34:03.650Z] Removing intermediate container 03d375a78016 [2022-10-25T10:34:03.650Z] ---> 17c31b350818 [2022-10-25T10:34:03.650Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T10:34:03.650Z] ---> Running in 7919dc5b1a26 [2022-10-25T10:34:03.650Z] Removing intermediate container 7919dc5b1a26 [2022-10-25T10:34:03.650Z] ---> 1a4b7f56d562 [2022-10-25T10:34:03.650Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T10:34:03.650Z] ---> Running in c069100bd4fe [2022-10-25T10:34:03.650Z] Removing intermediate container c069100bd4fe [2022-10-25T10:34:03.650Z] ---> c90d9e696cb0 [2022-10-25T10:34:03.650Z] Step 22/23 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:34:03.650Z] ---> Running in 2fbc47f56e06 [2022-10-25T10:34:03.650Z] Removing intermediate container 2fbc47f56e06 [2022-10-25T10:34:03.650Z] ---> 2a50d6cee329 [2022-10-25T10:34:03.650Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T10:34:03.650Z] ---> Running in 8e65106cfbdf [2022-10-25T10:34:03.650Z] Removing intermediate container 8e65106cfbdf [2022-10-25T10:34:03.650Z] ---> 55aab5d5adbe [2022-10-25T10:34:03.650Z] [2022-10-25T10:34:03.650Z] Successfully built 55aab5d5adbe [2022-10-25T10:34:03.650Z] Successfully tagged support-scheduler-arm64:latest [2022-10-25T10:34:21.889Z]  Building support-scheduler ... done Removing intermediate container dec34b73b625 [2022-10-25T10:34:21.889Z] ---> 4e151a36a6ba [2022-10-25T10:34:21.889Z] [2022-10-25T10:34:21.889Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T10:34:21.889Z] ---> a6215f271958 [2022-10-25T10:34:21.889Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T10:34:21.889Z] ---> Using cache [2022-10-25T10:34:21.889Z] ---> 0217ba00d0c0 [2022-10-25T10:34:21.889Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T10:34:21.889Z] ---> Using cache [2022-10-25T10:34:21.889Z] ---> 697601eb2f89 [2022-10-25T10:34:21.889Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T10:34:21.889Z] ---> Running in 53932bc0678c [2022-10-25T10:34:21.889Z] Removing intermediate container 53932bc0678c [2022-10-25T10:34:21.889Z] ---> ac8fc6bf01c8 [2022-10-25T10:34:21.889Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T10:34:21.889Z] ---> Running in ea9e33d2116c [2022-10-25T10:34:21.889Z] Removing intermediate container ea9e33d2116c [2022-10-25T10:34:21.889Z] ---> 85db6de1fb62 [2022-10-25T10:34:21.889Z] Step 16/24 : WORKDIR / [2022-10-25T10:34:21.889Z] ---> Running in b8c5103e4fc0 [2022-10-25T10:34:21.889Z] Removing intermediate container b8c5103e4fc0 [2022-10-25T10:34:21.889Z] ---> 8c98a6d877bc [2022-10-25T10:34:21.889Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T10:34:22.475Z] ---> f49259eadbbd [2022-10-25T10:34:22.475Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T10:34:24.431Z] ---> eff215ed3809 [2022-10-25T10:34:24.432Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T10:34:25.401Z] ---> 3b14405e1b1a [2022-10-25T10:34:25.401Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T10:34:25.401Z] ---> Running in 7c3b534bc186 [2022-10-25T10:34:26.008Z] Removing intermediate container 7c3b534bc186 [2022-10-25T10:34:26.008Z] ---> 0c1814f252da [2022-10-25T10:34:26.008Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T10:34:26.008Z] ---> Running in 5c46cb45411f [2022-10-25T10:34:26.602Z] Removing intermediate container 5c46cb45411f [2022-10-25T10:34:26.602Z] ---> f1ed94ea875f [2022-10-25T10:34:26.602Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T10:34:26.602Z] ---> Running in 6bab3b4a6022 [2022-10-25T10:34:27.195Z] Removing intermediate container 6bab3b4a6022 [2022-10-25T10:34:27.195Z] ---> 9566378b77a4 [2022-10-25T10:34:27.195Z] Step 23/24 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:34:27.195Z] ---> Running in d6daef6c8c13 [2022-10-25T10:34:27.777Z] Removing intermediate container d6daef6c8c13 [2022-10-25T10:34:27.777Z] ---> 3ced89948e4b [2022-10-25T10:34:27.777Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T10:34:27.777Z] ---> Running in 2ecf92cb8367 [2022-10-25T10:34:28.364Z] Removing intermediate container 2ecf92cb8367 [2022-10-25T10:34:28.364Z] ---> 3255d444e4d7 [2022-10-25T10:34:28.364Z] [2022-10-25T10:34:28.630Z] Successfully built 3255d444e4d7 [2022-10-25T10:34:28.630Z] Successfully tagged core-command-arm64:latest [2022-10-25T10:35:36.472Z]  Building core-command ... done Removing intermediate container 31638a5d380f [2022-10-25T10:35:36.472Z] ---> 78b9ad7a71f5 [2022-10-25T10:35:36.472Z] [2022-10-25T10:35:36.472Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T10:35:36.472Z] ---> a6215f271958 [2022-10-25T10:35:36.472Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T10:35:36.472Z] ---> Running in 31e2e758c783 [2022-10-25T10:35:36.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T10:35:36.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T10:35:36.472Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T10:35:36.472Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T10:35:36.472Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T10:35:36.472Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T10:35:36.472Z] OK: 6 MiB in 16 packages [2022-10-25T10:35:37.054Z] Removing intermediate container 31e2e758c783 [2022-10-25T10:35:37.054Z] ---> 65633a83f805 [2022-10-25T10:35:37.054Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T10:35:37.054Z] ---> Running in 11df814f10a3 [2022-10-25T10:35:37.321Z] Removing intermediate container 11df814f10a3 [2022-10-25T10:35:37.321Z] ---> cb505a71109a [2022-10-25T10:35:37.321Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T10:35:37.321Z] ---> Running in 933c12b41e81 [2022-10-25T10:35:37.905Z] Removing intermediate container 933c12b41e81 [2022-10-25T10:35:37.905Z] ---> da7e3e021947 [2022-10-25T10:35:37.905Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T10:35:37.905Z] ---> Running in 18e8c588a3ca [2022-10-25T10:35:38.172Z] Removing intermediate container 18e8c588a3ca [2022-10-25T10:35:38.172Z] ---> bcda54d23903 [2022-10-25T10:35:38.172Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T10:35:38.756Z] ---> 9106f30a2e3e [2022-10-25T10:35:38.756Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T10:35:40.166Z] ---> a28f7044eaa5 [2022-10-25T10:35:40.166Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T10:35:40.750Z] ---> b120cf076724 [2022-10-25T10:35:40.750Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T10:35:40.750Z] ---> Running in b217a584b41e [2022-10-25T10:35:41.335Z] Removing intermediate container b217a584b41e [2022-10-25T10:35:41.335Z] ---> 1cfcb6c022f6 [2022-10-25T10:35:41.335Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T10:35:41.335Z] ---> Running in 38d70379cee4 [2022-10-25T10:35:41.601Z] Removing intermediate container 38d70379cee4 [2022-10-25T10:35:41.601Z] ---> 501cb42ab036 [2022-10-25T10:35:41.601Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T10:35:41.601Z] ---> Running in fb5afb80ffb1 [2022-10-25T10:35:41.868Z] Removing intermediate container fb5afb80ffb1 [2022-10-25T10:35:41.868Z] ---> 5386eaf315b7 [2022-10-25T10:35:41.868Z] Step 22/23 : LABEL git_sha=d5e1bd5b95c6d1dafe5fd4278db59613213789e9 [2022-10-25T10:35:42.135Z] ---> Running in cf943c9cb53f [2022-10-25T10:35:42.403Z] Removing intermediate container cf943c9cb53f [2022-10-25T10:35:42.403Z] ---> 5b4dc3e30cf2 [2022-10-25T10:35:42.403Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T10:35:42.403Z] ---> Running in ada82eade5ea [2022-10-25T10:35:42.669Z] Removing intermediate container ada82eade5ea [2022-10-25T10:35:42.669Z] ---> 5c820d5dadda [2022-10-25T10:35:42.669Z] [2022-10-25T10:35:42.936Z] Successfully built 5c820d5dadda [2022-10-25T10:35:42.936Z] Successfully tagged support-notifications-arm64:latest [2022-10-25T10:35:43.529Z]  Building support-notifications ... done  [Pipeline] } [2022-10-25T10:35:43.540Z] $ docker stop --time=1 5a35115c23569a6e63b2466b5e9f555844e814bd2e21dfe0791ddb9f94d2f277 [2022-10-25T10:35:45.274Z] $ docker rm -f 5a35115c23569a6e63b2466b5e9f555844e814bd2e21dfe0791ddb9f94d2f277 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T10:35:45.837Z] + docker images [2022-10-25T10:35:46.102Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T10:35:46.102Z] support-notifications-arm64 latest 5c820d5dadda 3 seconds ago 29.5MB [2022-10-25T10:35:46.102Z] 78b9ad7a71f5 14 seconds ago 1.5GB [2022-10-25T10:35:46.102Z] core-command-arm64 latest 3255d444e4d7 About a minute ago 16.9MB [2022-10-25T10:35:46.102Z] 4e151a36a6ba About a minute ago 1.44GB [2022-10-25T10:35:46.102Z] support-scheduler-arm64 latest 55aab5d5adbe About a minute ago 28.8MB [2022-10-25T10:35:46.102Z] aa6a9f004d01 About a minute ago 1.5GB [2022-10-25T10:35:46.102Z] security-proxy-setup-arm64 latest 88351271ef94 3 minutes ago 26.7MB [2022-10-25T10:35:46.102Z] security-secretstore-setup-arm64 latest aee5e0fc6496 3 minutes ago 28.6MB [2022-10-25T10:35:46.102Z] 373447291e7e 3 minutes ago 1.43GB [2022-10-25T10:35:46.102Z] b2a67cddc848 4 minutes ago 1.43GB [2022-10-25T10:35:46.102Z] security-bootstrapper-arm64 latest a0b611882ab8 6 minutes ago 19.4MB [2022-10-25T10:35:46.102Z] 0c7e23d628a3 6 minutes ago 1.43GB [2022-10-25T10:35:46.102Z] core-data-arm64 latest 23b6437dfb68 6 minutes ago 20.8MB [2022-10-25T10:35:46.102Z] 91d4160a2c44 7 minutes ago 1.44GB [2022-10-25T10:35:46.103Z] sys-mgmt-agent-arm64 latest 97f1c96a019a 10 minutes ago 133MB [2022-10-25T10:35:46.103Z] core-metadata-arm64 latest a9bc6201b199 10 minutes ago 17.7MB [2022-10-25T10:35:46.103Z] security-spiffe-token-provider-arm64 latest 101c750d1622 11 minutes ago 28.8MB [2022-10-25T10:35:46.103Z] 6e7dfb8cfdb3 11 minutes ago 1.44GB [2022-10-25T10:35:46.103Z] 7e5cc68f3a36 11 minutes ago 1.47GB [2022-10-25T10:35:46.103Z] 692e3872e010 12 minutes ago 1.42GB [2022-10-25T10:35:46.103Z] security-spire-server-arm64 latest dfe885a229b7 14 minutes ago 84.3MB [2022-10-25T10:35:46.103Z] 9bc8960ae4c9 14 minutes ago 1.31GB [2022-10-25T10:35:46.103Z] security-spire-agent-arm64 latest db3323a3cdde 17 minutes ago 122MB [2022-10-25T10:35:46.103Z] security-spire-config-arm64 latest c6967df3cc6a 17 minutes ago 83.6MB [2022-10-25T10:35:46.103Z] 36dc28fdd22b 17 minutes ago 1.31GB [2022-10-25T10:35:46.103Z] ff1a8c13c932 17 minutes ago 1.31GB [2022-10-25T10:35:46.103Z] ci-base-image-arm64 latest 9d1fcc00f8f6 33 minutes ago 943MB [2022-10-25T10:35:46.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB [2022-10-25T10:35:46.103Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-25T10:35:46.103Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-25T10:35:46.103Z] 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 [2022-10-25T10:35:46.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T10:35:46.853Z] [2022-10-25T10:35:46.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:35:47.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T10:35:47.509Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-25T10:35:47.509Z] 8998bd30e6a1: Pulling fs layer [2022-10-25T10:35:47.509Z] 04944245beec: Pulling fs layer [2022-10-25T10:35:47.509Z] 699f458cf7ca: Pulling fs layer [2022-10-25T10:35:47.509Z] 765212b225bb: Pulling fs layer [2022-10-25T10:35:47.509Z] f23df028b6ca: Pulling fs layer [2022-10-25T10:35:47.509Z] d65c8cfc05b1: Pulling fs layer [2022-10-25T10:35:47.509Z] 2437ff75d9bd: Pulling fs layer [2022-10-25T10:35:47.509Z] 765212b225bb: Waiting [2022-10-25T10:35:47.509Z] f23df028b6ca: Waiting [2022-10-25T10:35:47.509Z] d65c8cfc05b1: Waiting [2022-10-25T10:35:47.509Z] 2437ff75d9bd: Waiting [2022-10-25T10:35:47.509Z] 04944245beec: Verifying Checksum [2022-10-25T10:35:47.509Z] 04944245beec: Download complete [2022-10-25T10:35:47.509Z] 765212b225bb: Download complete [2022-10-25T10:35:47.509Z] f23df028b6ca: Verifying Checksum [2022-10-25T10:35:47.509Z] f23df028b6ca: Download complete [2022-10-25T10:35:47.509Z] d65c8cfc05b1: Verifying Checksum [2022-10-25T10:35:47.509Z] d65c8cfc05b1: Download complete [2022-10-25T10:35:47.776Z] 699f458cf7ca: Verifying Checksum [2022-10-25T10:35:47.776Z] 699f458cf7ca: Download complete [2022-10-25T10:35:48.044Z] 8998bd30e6a1: Verifying Checksum [2022-10-25T10:35:48.044Z] 8998bd30e6a1: Download complete [2022-10-25T10:35:50.632Z] 2437ff75d9bd: Verifying Checksum [2022-10-25T10:35:50.632Z] 2437ff75d9bd: Download complete [2022-10-25T10:35:52.038Z] 8998bd30e6a1: Pull complete [2022-10-25T10:35:52.624Z] 04944245beec: Pull complete [2022-10-25T10:35:54.034Z] 699f458cf7ca: Pull complete [2022-10-25T10:35:54.303Z] 765212b225bb: Pull complete [2022-10-25T10:35:54.886Z] f23df028b6ca: Pull complete [2022-10-25T10:35:55.156Z] d65c8cfc05b1: Pull complete [2022-10-25T10:36:10.141Z] 2437ff75d9bd: Pull complete [2022-10-25T10:36:10.141Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-25T10:36:10.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T10:36:10.141Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T10:36:10.464Z] prd-ubuntu20.04-docker-arm64-4c-16g-116830 does not seem to be running inside a container [2022-10-25T10:36:10.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-25T10:36:13.583Z] $ docker top 62d14127fff1199a99a1337ee8e5b2caef0a090d82d56b880e3a145c9a9b3730 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:14.604Z] ---> job-cost.sh [2022-10-25T10:36:14.604Z] lf-activate-venv: SKIPPING [2022-10-25T10:36:14.604Z] INFO: No Stack... [2022-10-25T10:36:15.192Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-25T10:36:16.159Z] INFO: Archiving Costs [Pipeline] sh [2022-10-25T10:36:16.838Z] + cut -d, -f6 [2022-10-25T10:36:16.838Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-10-25T10:36:16.896Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] [2022-10-25T10:36:16.900Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] did not exist. Created. [2022-10-25T10:36:16.900Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-25T10:36:17.631Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-25T10:36:17.843Z] Stashed 1 file(s) [Pipeline] } [2022-10-25T10:36:17.859Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4215-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-25T10:36:17.929Z] $ docker stop --time=1 62d14127fff1199a99a1337ee8e5b2caef0a090d82d56b880e3a145c9a9b3730 [2022-10-25T10:36:19.527Z] $ docker rm -f 62d14127fff1199a99a1337ee8e5b2caef0a090d82d56b880e3a145c9a9b3730 [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 [2022-10-25T10:36:20.594Z] provisioning config files... [2022-10-25T10:36:20.601Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config16700569639660381674tmp [Pipeline] { [Pipeline] sh [2022-10-25T10:36:20.947Z] + set +x [2022-10-25T10:36:20.947Z] + bash -s -- [2022-10-25T10:36:20.947Z] + curl -s https://codecov.io/bash [2022-10-25T10:36:20.947Z] [2022-10-25T10:36:20.947Z] _____ _ [2022-10-25T10:36:20.947Z] / ____| | | [2022-10-25T10:36:20.947Z] | | ___ __| | ___ ___ _____ __ [2022-10-25T10:36:20.947Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-25T10:36:20.947Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-25T10:36:20.947Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-25T10:36:20.947Z] Bash-1.0.6 [2022-10-25T10:36:20.947Z] [2022-10-25T10:36:20.947Z] [2022-10-25T10:36:20.947Z] ==> git version 2.25.1 found [2022-10-25T10:36:20.947Z] ==> 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 [2022-10-25T10:36:20.947Z] Release-Date: 2020-01-08 [2022-10-25T10:36:20.947Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-25T10:36:20.947Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-25T10:36:20.947Z] ==> Jenkins CI detected. [2022-10-25T10:36:20.947Z] current dir:  /w/workspace/edgex-go/1 [2022-10-25T10:36:20.947Z] project root: . [2022-10-25T10:36:20.947Z] --> token set from env [2022-10-25T10:36:20.947Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-25T10:36:20.947Z] ==> Running gcov in . (disable via -X gcov) [2022-10-25T10:36:20.947Z] ==> Python coveragepy not found [2022-10-25T10:36:20.947Z] ==> Searching for coverage reports in: [2022-10-25T10:36:20.947Z] + . [2022-10-25T10:36:21.208Z] -> Found 1 reports [2022-10-25T10:36:21.208Z] ==> Detecting git/mercurial file structure [2022-10-25T10:36:21.208Z] ==> Reading reports [2022-10-25T10:36:21.208Z] + ./coverage.out bytes=501828 [2022-10-25T10:36:21.208Z] ==> Appending adjustments [2022-10-25T10:36:21.208Z] https://docs.codecov.io/docs/fixing-reports [2022-10-25T10:36:22.591Z] + Found adjustments [2022-10-25T10:36:22.591Z] ==> Gzipping contents [2022-10-25T10:36:22.591Z] 64K /tmp/codecov.gPVCBg.gz [2022-10-25T10:36:22.591Z] ==> Uploading reports [2022-10-25T10:36:22.591Z] url: https://codecov.io [2022-10-25T10:36:22.591Z] query: branch=PR-4215&commit=e407bc110b54591bbd4fe32bf4a421e4c05cc568&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4215%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4215&job=&cmd_args= [2022-10-25T10:36:22.591Z] -> Pinging Codecov [2022-10-25T10:36:22.591Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4215&commit=e407bc110b54591bbd4fe32bf4a421e4c05cc568&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4215%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4215&job=&cmd_args= [2022-10-25T10:36:22.591Z] -> Uploading to [2022-10-25T10:36:22.591Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/e407bc110b54591bbd4fe32bf4a421e4c05cc568/3e532a65-017f-4dea-9cac-cccf28e643fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T103622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81f99ed50d60fa1bd1c4aa86a7e39c1b70f926b7ac9ccaff8346591c41c6cfe8 [2022-10-25T10:36:22.591Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T10:36:22.591Z] Dload Upload Total Spent Left Speed [2022-10-25T10:36:22.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65329 0 0 100 65329 0 272k --:--:-- --:--:-- --:--:-- 273k [2022-10-25T10:36:22.850Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e407bc110b54591bbd4fe32bf4a421e4c05cc568 [Pipeline] } [2022-10-25T10:36:22.879Z] 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 [2022-10-25T10:36:24.384Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:24.713Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:25.623Z] ---> package-listing.sh [2022-10-25T10:36:25.623Z] ++ facter osfamily [2022-10-25T10:36:25.623Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-25T10:36:25.882Z] + OS_FAMILY=debian [2022-10-25T10:36:25.882Z] + workspace=/w/workspace/edgex-go/1 [2022-10-25T10:36:25.882Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-25T10:36:25.882Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-25T10:36:25.882Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-25T10:36:25.882Z] + PACKAGES=/tmp/packages_start.txt [2022-10-25T10:36:25.882Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T10:36:25.882Z] + PACKAGES=/tmp/packages_end.txt [2022-10-25T10:36:25.882Z] + case "${OS_FAMILY}" in [2022-10-25T10:36:25.882Z] + dpkg -l [2022-10-25T10:36:25.882Z] + grep '^ii' [2022-10-25T10:36:25.882Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-25T10:36:25.882Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-25T10:36:25.882Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-25T10:36:25.882Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T10:36:25.882Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-25T10:36:25.882Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-25T10:36:25.909Z] 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 [2022-10-25T10:36:26.198Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:36:26.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T10:36:26.821Z] [2022-10-25T10:36:26.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T10:36:27.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T10:36:27.199Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-25T10:36:27.199Z] 5eb5b503b376: Pulling fs layer [2022-10-25T10:36:27.199Z] 5c69ac0246d0: Pulling fs layer [2022-10-25T10:36:27.199Z] ec43610c2a17: Pulling fs layer [2022-10-25T10:36:27.199Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-25T10:36:27.199Z] 33b1e0a273af: Pulling fs layer [2022-10-25T10:36:27.199Z] 5d3b04190fa2: Pulling fs layer [2022-10-25T10:36:27.199Z] 2f39f015ded8: Pulling fs layer [2022-10-25T10:36:27.199Z] 33b1e0a273af: Waiting [2022-10-25T10:36:27.199Z] 5d3b04190fa2: Waiting [2022-10-25T10:36:27.199Z] 3a2ae6a8a46f: Waiting [2022-10-25T10:36:27.199Z] 5c69ac0246d0: Download complete [2022-10-25T10:36:27.199Z] 3a2ae6a8a46f: Download complete [2022-10-25T10:36:27.199Z] 33b1e0a273af: Verifying Checksum [2022-10-25T10:36:27.199Z] 33b1e0a273af: Download complete [2022-10-25T10:36:27.458Z] ec43610c2a17: Verifying Checksum [2022-10-25T10:36:27.458Z] ec43610c2a17: Download complete [2022-10-25T10:36:27.458Z] 5d3b04190fa2: Download complete [2022-10-25T10:36:27.458Z] 5eb5b503b376: Verifying Checksum [2022-10-25T10:36:27.458Z] 5eb5b503b376: Download complete [2022-10-25T10:36:28.023Z] 2f39f015ded8: Verifying Checksum [2022-10-25T10:36:28.589Z] 5eb5b503b376: Pull complete [2022-10-25T10:36:28.589Z] 5c69ac0246d0: Pull complete [2022-10-25T10:36:29.156Z] ec43610c2a17: Pull complete [2022-10-25T10:36:29.156Z] 3a2ae6a8a46f: Pull complete [2022-10-25T10:36:29.415Z] 33b1e0a273af: Pull complete [2022-10-25T10:36:29.415Z] 5d3b04190fa2: Pull complete [2022-10-25T10:36:33.602Z] 2f39f015ded8: Pull complete [2022-10-25T10:36:33.602Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-25T10:36:33.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T10:36:33.602Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T10:36:33.798Z] prd-ubuntu20.04-docker-8c-8g-116819 does not seem to be running inside a container [2022-10-25T10:36:33.842Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-25T10:36:35.548Z] $ docker top 24e11cfbcd70dc4a1eefc9929e146213f9ca13fd4659eeb0dace0d326081f7bf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T10:36:35.933Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-25T10:36:36.241Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-25T10:36:36.551Z] + ls /var/log/sa-host [2022-10-25T10:36:36.551Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T10:36:36.683Z] provisioning config files... [2022-10-25T10:36:36.690Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11929933872119484503tmp [Pipeline] { [Pipeline] echo [2022-10-25T10:36:36.745Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:37.056Z] ---> create-netrc.sh [Pipeline] } [2022-10-25T10:36:37.083Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:37.484Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-25T10:36:37.516Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:37.830Z] ---> sudo-logs.sh [2022-10-25T10:36:37.830Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-25T10:36:37.903Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:38.227Z] ---> job-cost.sh [2022-10-25T10:36:38.227Z] lf-activate-venv: SKIPPING [2022-10-25T10:36:38.227Z] DEBUG: total: 0.10999999940395355 [2022-10-25T10:36:38.227Z] INFO: Retrieving Stack Cost... [2022-10-25T10:36:38.796Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-25T10:36:39.055Z] INFO: Archiving Costs [Pipeline] echo [2022-10-25T10:36:39.087Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T10:36:39.399Z] ---> logs-deploy.sh [2022-10-25T10:36:39.399Z] lf-activate-venv: SKIPPING [2022-10-25T10:36:39.399Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4215/1 [2022-10-25T10:36:39.399Z] INFO: archiving workspace using pattern(s): [2022-10-25T10:36:40.336Z] Archives upload complete. [2022-10-25T10:36:40.597Z] INFO: archiving logs to Nexus [2022-10-25T10:36:41.167Z] ---> uname -a: [2022-10-25T10:36:41.167Z] Linux prd-ubuntu20-04-docker-8c-8g-116819 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-25T10:36:41.167Z] [2022-10-25T10:36:41.167Z] [2022-10-25T10:36:41.167Z] ---> lscpu: [2022-10-25T10:36:41.167Z] Architecture: x86_64 [2022-10-25T10:36:41.167Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-25T10:36:41.167Z] Byte Order: Little Endian [2022-10-25T10:36:41.167Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-25T10:36:41.167Z] CPU(s): 8 [2022-10-25T10:36:41.167Z] On-line CPU(s) list: 0-7 [2022-10-25T10:36:41.167Z] Thread(s) per core: 1 [2022-10-25T10:36:41.167Z] Core(s) per socket: 1 [2022-10-25T10:36:41.167Z] Socket(s): 8 [2022-10-25T10:36:41.167Z] NUMA node(s): 1 [2022-10-25T10:36:41.167Z] Vendor ID: AuthenticAMD [2022-10-25T10:36:41.167Z] CPU family: 23 [2022-10-25T10:36:41.167Z] Model: 49 [2022-10-25T10:36:41.167Z] Model name: AMD EPYC-Rome Processor [2022-10-25T10:36:41.167Z] Stepping: 0 [2022-10-25T10:36:41.167Z] CPU MHz: 2799.998 [2022-10-25T10:36:41.167Z] BogoMIPS: 5599.99 [2022-10-25T10:36:41.167Z] Virtualization: AMD-V [2022-10-25T10:36:41.167Z] Hypervisor vendor: KVM [2022-10-25T10:36:41.167Z] Virtualization type: full [2022-10-25T10:36:41.167Z] L1d cache: 256 KiB [2022-10-25T10:36:41.167Z] L1i cache: 256 KiB [2022-10-25T10:36:41.167Z] L2 cache: 4 MiB [2022-10-25T10:36:41.167Z] L3 cache: 128 MiB [2022-10-25T10:36:41.167Z] NUMA node0 CPU(s): 0-7 [2022-10-25T10:36:41.167Z] Vulnerability Itlb multihit: Not affected [2022-10-25T10:36:41.167Z] Vulnerability L1tf: Not affected [2022-10-25T10:36:41.167Z] Vulnerability Mds: Not affected [2022-10-25T10:36:41.167Z] Vulnerability Meltdown: Not affected [2022-10-25T10:36:41.167Z] Vulnerability Mmio stale data: Not affected [2022-10-25T10:36:41.167Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-25T10:36:41.167Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-25T10:36:41.167Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-25T10:36:41.167Z] Vulnerability Srbds: Not affected [2022-10-25T10:36:41.167Z] Vulnerability Tsx async abort: Not affected [2022-10-25T10:36:41.167Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-10-25T10:36:41.167Z] [2022-10-25T10:36:41.167Z] [2022-10-25T10:36:41.167Z] ---> nproc: [2022-10-25T10:36:41.167Z] 8 [2022-10-25T10:36:41.167Z] [2022-10-25T10:36:41.167Z] [2022-10-25T10:36:41.167Z] ---> df -h: [2022-10-25T10:36:41.167Z] Filesystem Size Used Avail Use% Mounted on [2022-10-25T10:36:41.167Z] overlay 155G 19G 136G 13% / [2022-10-25T10:36:41.167Z] tmpfs 64M 0 64M 0% /dev [2022-10-25T10:36:41.167Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-10-25T10:36:41.167Z] shm 64M 0 64M 0% /dev/shm [2022-10-25T10:36:41.167Z] /dev/vda1 155G 19G 136G 13% /facter-os [2022-10-25T10:36:41.167Z] [2022-10-25T10:36:41.167Z]