Pull request #4326 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 ejlee3 for edgexfoundry/edgex-go Obtained Jenkinsfile from 8715b245fff96382502613724bedf1d8f22d9659+ca0edb878bc182f1b8ca64f305bcf88ca1b2f198 (873850c22a5dbe8728bd25be86a4366848f65b5d) 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-ssh7666695232160597739.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh12927424382503254853.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-4326/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-4326/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16045108656039362236.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4326/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15567750286368415116.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh14668888592862873457.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4326/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-4326/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9400856012704560235.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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 ‘prd-ubuntu20.04-docker-8c-8g-4741’ Running on prd-ubuntu20.04-docker-8c-8g-4743 in /w/workspace/edgexfoundry_edgex-go_PR-4326 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4326/head:refs/remotes/origin/PR-4326 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ca0edb878bc182f1b8ca64f305bcf88ca1b2f198 into PR head commit 8715b245fff96382502613724bedf1d8f22d9659 Merge succeeded, producing 8715b245fff96382502613724bedf1d8f22d9659 Checking out Revision 8715b245fff96382502613724bedf1d8f22d9659 (PR-4326) > git config core.sparsecheckout # timeout=10 > git checkout -f 8715b245fff96382502613724bedf1d8f22d9659 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ca0edb878bc182f1b8ca64f305bcf88ca1b2f198 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8715b245fff96382502613724bedf1d8f22d9659 # timeout=10 Commit message: "fix: update docker target for core common config bootstrapper" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:39:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:39:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:39:52 ========================================================= 20:39:52 EdgeX Global Pipelines Version Info 20:39:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:39:53 ------------------- 20:39:53 stable info: 20:39:53 ------------------- 20:39:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:39:53 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:39:53 Message: update stable to v1.0.244 20:39:54 ------------------- 20:39:54 experimental info: 20:39:54 ------------------- 20:39:54 Commited By: **** collab-it+edgex@linuxfoundation.org 20:39:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:39:54 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:39:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4326 [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4326 [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4326 [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8715b245fff96382502613724bedf1d8f22d9659 [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8715b24 [Pipeline] echo 20:39:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:39:55 provisioning config files... 20:39:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11346338105548343488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:39:56 ---> docker-login.sh 20:39:56 nexus3.edgexfoundry.org:10001 20:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:56 Configure a credential helper to remove this warning. See 20:39:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:56 20:39:56 Login Succeeded 20:39:56 nexus3.edgexfoundry.org:10002 20:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:56 Configure a credential helper to remove this warning. See 20:39:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:56 20:39:56 Login Succeeded 20:39:56 nexus3.edgexfoundry.org:10003 20:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:56 Configure a credential helper to remove this warning. See 20:39:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:56 20:39:56 Login Succeeded 20:39:56 nexus3.edgexfoundry.org:10004 20:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:56 Configure a credential helper to remove this warning. See 20:39:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:56 20:39:56 Login Succeeded 20:39:56 docker.io 20:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:57 Configure a credential helper to remove this warning. See 20:39:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:57 20:39:57 Login Succeeded 20:39:57 ---> docker-login.sh ends [Pipeline] } 20:39:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:39:57 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-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 20:39:57 + dirname cmd/core-command/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo core-command,cmd/core-command/Dockerfile 20:39:57 + dirname cmd/core-common-config-bootstrapper/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 20:39:57 + + cut -d/ -f2 20:39:57 dirname cmd/core-data/Dockerfile 20:39:57 + echo core-data,cmd/core-data/Dockerfile 20:39:57 + dirname cmd/core-metadata/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo core-metadata,cmd/core-metadata/Dockerfile 20:39:57 + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ 20:39:57 -f2 20:39:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:39:57 + + dirname cmd/security-proxy-setup/Dockerfile 20:39:57 cut -d/ -f2 20:39:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:39:57 + + dirname cmd/security-secretstore-setup/Dockerfile 20:39:57 cut -d/ -f2 20:39:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:39:57 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:39:57 + dirname cmd/security-spire-agent/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:39:57 + dirname cmd/security-spire-config/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:39:57 + dirname cmd/security-spire-server/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:39:57 + dirname cmd/support-notifications/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo support-notifications,cmd/support-notifications/Dockerfile 20:39:57 + dirname cmd/support-scheduler/Dockerfile 20:39:57 + cut -d/ -f2 20:39:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:39:57 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:39:58 + git rev-list -1 --merges 8715b245fff96382502613724bedf1d8f22d9659~1..8715b245fff96382502613724bedf1d8f22d9659 [Pipeline] echo 20:39:58 -----------> git rev-list -1 --merges 8715b245fff96382502613724bedf1d8f22d9659~1..8715b245fff96382502613724bedf1d8f22d9659 8715b245fff96382502613724bedf1d8f22d9659 [false] [Pipeline] sh 20:39:58 + git log --format=format:%s -1 8715b245fff96382502613724bedf1d8f22d9659 [Pipeline] echo 20:39:58 ========================================================= 20:39:58 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:39:58 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:39:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:39:58 + grep -v github /etc/ssh/ssh_known_hosts 20:39:58 + [ -e /tmp/ssh_known_hosts ] 20:39:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:39:58 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:39:58 + sudo tee -a /etc/ssh/ssh_known_hosts 20:39:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:39:59 20:39:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:39:59 0.1.4: Pulling from edgex-devops/py-git-semver 20:39:59 b85a868b505f: Pulling fs layer 20:39:59 e2be974225ed: Pulling fs layer 20:39:59 339a4e72a1f5: Pulling fs layer 20:39:59 988bab9f4d93: Pulling fs layer 20:39:59 1469e6f7b9e6: Pulling fs layer 20:39:59 eaf3925da568: Pulling fs layer 20:39:59 bab4dde63d76: Pulling fs layer 20:39:59 bde34c3a00c8: Pulling fs layer 20:39:59 b352a97aabf1: Pulling fs layer 20:39:59 4872d77fe225: Pulling fs layer 20:39:59 5851b861e8e6: Pulling fs layer 20:39:59 b352a97aabf1: Waiting 20:39:59 bde34c3a00c8: Waiting 20:39:59 4872d77fe225: Waiting 20:39:59 bab4dde63d76: Waiting 20:39:59 eaf3925da568: Waiting 20:39:59 988bab9f4d93: Waiting 20:39:59 5851b861e8e6: Waiting 20:39:59 1469e6f7b9e6: Waiting 20:39:59 e2be974225ed: Download complete 20:39:59 988bab9f4d93: Verifying Checksum 20:39:59 988bab9f4d93: Download complete 20:40:00 1469e6f7b9e6: Verifying Checksum 20:40:00 1469e6f7b9e6: Download complete 20:40:00 339a4e72a1f5: Verifying Checksum 20:40:00 339a4e72a1f5: Download complete 20:40:00 eaf3925da568: Verifying Checksum 20:40:00 bde34c3a00c8: Verifying Checksum 20:40:00 bde34c3a00c8: Download complete 20:40:00 b352a97aabf1: Verifying Checksum 20:40:00 b352a97aabf1: Download complete 20:40:00 4872d77fe225: Verifying Checksum 20:40:00 4872d77fe225: Download complete 20:40:00 5851b861e8e6: Verifying Checksum 20:40:00 b85a868b505f: Verifying Checksum 20:40:00 b85a868b505f: Download complete 20:40:00 bab4dde63d76: Verifying Checksum 20:40:00 bab4dde63d76: Download complete 20:40:01 b85a868b505f: Pull complete 20:40:01 e2be974225ed: Pull complete 20:40:02 339a4e72a1f5: Pull complete 20:40:02 988bab9f4d93: Pull complete 20:40:02 1469e6f7b9e6: Pull complete 20:40:02 eaf3925da568: Pull complete 20:40:04 bab4dde63d76: Pull complete 20:40:04 bde34c3a00c8: Pull complete 20:40:04 b352a97aabf1: Pull complete 20:40:04 4872d77fe225: Pull complete 20:40:04 5851b861e8e6: Pull complete 20:40:04 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:40:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:40:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:40:05 prd-ubuntu20.04-docker-8c-8g-4743 does not seem to be running inside a container 20:40:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:40:07 $ docker top 0a4dafb4399deefc9ec57e73b02172f59078903109b41bb67d3ea546281159e9 -eo pid,comm 20:40:07 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). 20:40:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:40:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:07 [ssh-agent] Looking for ssh-agent implementation... 20:40:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:07 $ docker exec 0a4dafb4399deefc9ec57e73b02172f59078903109b41bb67d3ea546281159e9 ssh-agent 20:40:07 SSH_AUTH_SOCK=/tmp/ssh-CEeKaeV1BrHv/agent.32 20:40:07 SSH_AGENT_PID=38 20:40:07 Running ssh-add (command line suppressed) 20:40:07 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1104187431560798275.key (/w/workspace/edgex-go/1@tmp/private_key_1104187431560798275.key) 20:40:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:08 + git tag --points-at HEAD [Pipeline] } 20:40:08 $ docker exec --env ******** --env ******** 0a4dafb4399deefc9ec57e73b02172f59078903109b41bb67d3ea546281159e9 ssh-agent -k 20:40:08 unset SSH_AUTH_SOCK; 20:40:08 unset SSH_AGENT_PID; 20:40:08 echo Agent pid 38 killed; 20:40:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:40:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:08 [ssh-agent] Looking for ssh-agent implementation... 20:40:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:08 $ docker exec 0a4dafb4399deefc9ec57e73b02172f59078903109b41bb67d3ea546281159e9 ssh-agent 20:40:08 SSH_AUTH_SOCK=/tmp/ssh-2nppp6EfSH6u/agent.70 20:40:08 SSH_AGENT_PID=76 20:40:08 Running ssh-add (command line suppressed) 20:40:08 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1443518071171334738.key (/w/workspace/edgex-go/1@tmp/private_key_1443518071171334738.key) 20:40:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:09 + git semver init 20:40:09 2023-02-06 20:40:09,422 [run_init] DEBUG init version:0.0.0 force:False 20:40:09 2023-02-06 20:40:09,423 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:40:09 2023-02-06 20:40:09,423 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:40:09 2023-02-06 20:40:09,424 [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) 20:40:16 2023-02-06 20:40:15,380 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:40:16 2023-02-06 20:40:15,381 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4326 with force:False 20:40:16 2023-02-06 20:40:15,381 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4326 20:40:16 2023-02-06 20:40:15,385 [execute] INFO git cat-file --batch-check 20:40:16 2023-02-06 20:40:15,385 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:40:16 2023-02-06 20:40:15,390 [execute] INFO git cat-file --batch 20:40:16 2023-02-06 20:40:15,390 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:40:16 2023-02-06 20:40:15,394 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4326 20:40:16 0.0.0 [Pipeline] } 20:40:16 $ docker exec --env ******** --env ******** 0a4dafb4399deefc9ec57e73b02172f59078903109b41bb67d3ea546281159e9 ssh-agent -k 20:40:16 unset SSH_AUTH_SOCK; 20:40:16 unset SSH_AGENT_PID; 20:40:16 echo Agent pid 76 killed; 20:40:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:40:16 + git semver [Pipeline] } 20:40:16 $ docker stop --time=1 0a4dafb4399deefc9ec57e73b02172f59078903109b41bb67d3ea546281159e9 20:40:18 $ docker rm -f --volumes 0a4dafb4399deefc9ec57e73b02172f59078903109b41bb67d3ea546281159e9 [Pipeline] // withDockerContainer [Pipeline] sh 20:40:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:40:18 Stashed 1 file(s) [Pipeline] echo 20:40:18 [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 20:40:19 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:40:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:40:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:40:19 ========================================================= 20:40:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:40:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:40:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:40:20 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:40:20 213ec9aee27d: Pulling fs layer 20:40:20 4583459ba037: Pulling fs layer 20:40:20 93c1e223e6f2: Pulling fs layer 20:40:20 53926ce57604: Pulling fs layer 20:40:20 21b2b0c7a3f4: Pulling fs layer 20:40:20 22ff95d597cd: Pulling fs layer 20:40:20 12d6caf4c0d1: Pulling fs layer 20:40:20 96b7cbca73a9: Pulling fs layer 20:40:20 a7acece74701: Pulling fs layer 20:40:20 22ff95d597cd: Waiting 20:40:20 a7acece74701: Waiting 20:40:20 96b7cbca73a9: Waiting 20:40:20 12d6caf4c0d1: Waiting 20:40:20 53926ce57604: Waiting 20:40:20 21b2b0c7a3f4: Waiting 20:40:20 93c1e223e6f2: Verifying Checksum 20:40:20 93c1e223e6f2: Download complete 20:40:20 4583459ba037: Verifying Checksum 20:40:20 4583459ba037: Download complete 20:40:20 21b2b0c7a3f4: Verifying Checksum 20:40:20 21b2b0c7a3f4: Download complete 20:40:20 22ff95d597cd: Verifying Checksum 20:40:20 22ff95d597cd: Download complete 20:40:20 213ec9aee27d: Download complete 20:40:20 12d6caf4c0d1: Verifying Checksum 20:40:20 12d6caf4c0d1: Download complete 20:40:20 213ec9aee27d: Pull complete 20:40:20 4583459ba037: Pull complete 20:40:20 93c1e223e6f2: Pull complete 20:40:21 a7acece74701: Verifying Checksum 20:40:21 a7acece74701: Download complete 20:40:21 53926ce57604: Verifying Checksum 20:40:21 53926ce57604: Download complete 20:40:21 96b7cbca73a9: Verifying Checksum 20:40:21 96b7cbca73a9: Download complete 20:40:26 53926ce57604: Pull complete 20:40:26 21b2b0c7a3f4: Pull complete 20:40:26 22ff95d597cd: Pull complete 20:40:26 12d6caf4c0d1: Pull complete 20:40:28 96b7cbca73a9: Pull complete 20:40:28 a7acece74701: Pull complete 20:40:28 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:40:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:40:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:40:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:40:28 WORKDIR /edgex 20:40:28 COPY go.mod . 20:40:28 RUN go mod download 20:40:28 + docker build -t ci-base-image-x86_64 -f - . 20:40:29 Sending build context to Docker daemon 170.1MB 20:40:29 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:40:29 ---> db6d94c90886 20:40:29 Step 2/4 : WORKDIR /edgex 20:40:33 ---> Running in e575781752c7 20:40:33 Removing intermediate container e575781752c7 20:40:33 ---> 53f59c4d4a67 20:40:33 Step 3/4 : COPY go.mod . 20:40:33 ---> 9e9033dee326 20:40:33 Step 4/4 : RUN go mod download 20:40:33 ---> Running in 20eb7d44dce0 20:40:34 Still waiting to schedule task 20:40:34 ‘prd-ubuntu20.04-docker-arm64-4c-16g-4742’ is offline 20:40:48 Removing intermediate container 20eb7d44dce0 20:40:48 ---> 7b22f3de053c 20:40:48 Successfully built 7b22f3de053c 20:40:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:49 + docker inspect -f . ci-base-image-x86_64 20:40:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:40:49 prd-ubuntu20.04-docker-8c-8g-4743 does not seem to be running inside a container 20:40:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:40:49 $ docker top 4f72a440b01bd4a57b749c2190a0bc0f67fffd0f54f97c078288b68a936c0d05 -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:50 + go version 20:40:50 go version go1.18.7 linux/amd64 [Pipeline] } 20:40:50 $ docker stop --time=1 4f72a440b01bd4a57b749c2190a0bc0f67fffd0f54f97c078288b68a936c0d05 20:40:51 $ docker rm -f --volumes 4f72a440b01bd4a57b749c2190a0bc0f67fffd0f54f97c078288b68a936c0d05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:52 + docker inspect -f . ci-base-image-x86_64 20:40:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:40:52 prd-ubuntu20.04-docker-8c-8g-4743 does not seem to be running inside a container 20:40:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:40:52 $ docker top e4cf9ce2adc833b03fc0764abb16937dee952f79ce0d836b12a1e7b4f4f81ce5 -eo pid,comm [Pipeline] { [Pipeline] echo 20:40:52 ========================================================= 20:40:52 [edgeXBuildGoParallel] Running Tests and Build... 20:40:52 ========================================================= [Pipeline] sh 20:40:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:40:53 + make test 20:40:53 go test -race -coverprofile=coverage.out ./... 20:41:00 ? github.com/edgexfoundry/edgex-go [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.069s coverage: 28.7% of statements 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.124s coverage: 98.5% of statements 20:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.117s coverage: 43.1% of statements 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.136s coverage: 54.0% of statements 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.368s coverage: 89.2% of statements 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.067s coverage: 2.6% of statements 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.501s coverage: 95.6% of statements 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/io 0.079s coverage: 72.2% of statements 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 65.9% of statements 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.091s coverage: 0.9% of statements 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 29.6% of statements 20:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 82.9% of statements 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 20:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 20:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 20:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 20:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.251s coverage: 79.9% of statements 20:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.073s coverage: 92.9% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 86.9% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 77.4% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.2% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 64.7% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.385s coverage: 65.3% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 41.8% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.083s coverage: 17.7% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.160s coverage: 92.3% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.069s coverage: 63.2% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.120s coverage: 97.7% of statements 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:41:37 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 20:41:59 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." 20:41:59 go vet ./... 20:42:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:42:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:42:00 ./bin/test-attribution-txt.sh [Pipeline] echo 20:42:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:42:00 + ls -al . 20:42:00 total 744 20:42:00 drwxrwxr-x 11 1001 1001 4096 Feb 6 20:40 . 20:42:00 drwxr-xr-x 4 root root 4096 Feb 6 20:40 .. 20:42:00 drwxrwxr-x 2 1001 1001 4096 Feb 6 20:39 .blubracket 20:42:00 -rw-rw-r-- 1 1001 1001 16 Feb 6 20:39 .dockerignore 20:42:00 drwxrwxr-x 8 1001 1001 4096 Feb 6 20:41 .git 20:42:00 drwxrwxr-x 3 1001 1001 4096 Feb 6 20:39 .github 20:42:00 -rw-rw-r-- 1 1001 1001 1024 Feb 6 20:39 .gitignore 20:42:00 -rw-rw-r-- 1 1001 1001 42 Feb 6 20:39 .golangci.yml 20:42:00 -rw-rw-r-- 1 1001 1001 87 Feb 6 20:39 .hadolint.yml 20:42:00 drwxr-xr-x 3 1001 1001 4096 Feb 6 20:40 .semver 20:42:00 -rw-rw-r-- 1 1001 1001 166 Feb 6 20:39 .sonarcloud.properties 20:42:00 -rw-rw-r-- 1 1001 1001 1171 Feb 6 20:39 ADOPTERS.md 20:42:00 -rw-rw-r-- 1 1001 1001 10825 Feb 6 20:39 Attribution.txt 20:42:00 -rw-rw-r-- 1 1001 1001 73765 Feb 6 20:39 CHANGELOG.md 20:42:00 -rw-rw-r-- 1 1001 1001 3804 Feb 6 20:39 CONTRIBUTING.md 20:42:00 -rw-rw-r-- 1 1001 1001 677 Feb 6 20:39 GOVERNANCE.md 20:42:00 -rw-rw-r-- 1 1001 1001 850 Feb 6 20:39 Jenkinsfile 20:42:00 -rw-rw-r-- 1 1001 1001 10775 Feb 6 20:39 LICENSE 20:42:00 -rw-rw-r-- 1 1001 1001 13375 Feb 6 20:39 Makefile 20:42:00 -rw-rw-r-- 1 1001 1001 582 Feb 6 20:39 OWNERS.md 20:42:00 -rw-rw-r-- 1 1001 1001 9403 Feb 6 20:39 README.md 20:42:00 -rw-rw-r-- 1 1001 1001 6912 Feb 6 20:39 SECURITY.md 20:42:00 -rw-rw-r-- 1 1001 1001 5 Feb 6 20:40 VERSION 20:42:00 drwxrwxr-x 2 1001 1001 4096 Feb 6 20:39 bin 20:42:00 drwxrwxr-x 17 1001 1001 4096 Feb 6 20:39 cmd 20:42:00 -rw-r--r-- 1 root root 486191 Feb 6 20:41 coverage.out 20:42:00 -rw-rw-r-- 1 1001 1001 3365 Feb 6 20:39 go.mod 20:42:00 -rw-rw-r-- 1 1001 1001 34951 Feb 6 20:39 go.sum 20:42:00 drwxrwxr-x 7 1001 1001 4096 Feb 6 20:39 internal 20:42:00 drwxrwxr-x 3 1001 1001 4096 Feb 6 20:39 openapi 20:42:00 drwxrwxr-x 4 1001 1001 4096 Feb 6 20:39 snap 20:42:00 -rw-rw-r-- 1 1001 1001 204 Feb 6 20:39 version.go [Pipeline] sh 20:42:01 + '[' -e coverage.out ] 20:42:01 + chown 1001:1001 coverage.out 20:42:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4745 in /w/workspace/edgexfoundry_edgex-go_PR-4326 [Pipeline] stash [Pipeline] { [Pipeline] ws 20:42:01 Running in /w/workspace/edgex-go/1 [Pipeline] { 20:42:01 Stashed 1 file(s) [Pipeline] sh [Pipeline] checkout 20:42:01 The recommended git tool is: git 20:42:01 + make build 20:42:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:42:06 using credential edgex-jenkins-ssh 20:42:06 Cloning the remote Git repository 20:42:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:42:06 > git init /w/workspace/edgex-go/1 # timeout=10 20:42:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:42:07 > git --version # timeout=10 20:42:07 > git --version # 'git version 2.25.1' 20:42:07 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:42:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:42:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:42:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:42:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:42:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:24 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:42:24 Merging remotes/origin/main commit ca0edb878bc182f1b8ca64f305bcf88ca1b2f198 into PR head commit 8715b245fff96382502613724bedf1d8f22d9659 20:42:25 Merge succeeded, producing 8715b245fff96382502613724bedf1d8f22d9659 20:42:25 Checking out Revision 8715b245fff96382502613724bedf1d8f22d9659 (PR-4326) 20:42:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:42:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:42:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4326/head:refs/remotes/origin/PR-4326 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:42:24 > git config core.sparsecheckout # timeout=10 20:42:24 > git checkout -f 8715b245fff96382502613724bedf1d8f22d9659 # timeout=10 20:42:25 > git remote # timeout=10 20:42:25 > git config --get remote.origin.url # timeout=10 20:42:25 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:25 > git merge ca0edb878bc182f1b8ca64f305bcf88ca1b2f198 # timeout=10 20:42:25 > git rev-parse HEAD^{commit} # timeout=10 20:42:25 > git config core.sparsecheckout # timeout=10 20:42:25 > git checkout -f 8715b245fff96382502613724bedf1d8f22d9659 # timeout=10 20:42:25 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 20:42:26 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 20:42:28 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 20:42:28 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 20:42:28 Commit message: "fix: update docker target for core common config bootstrapper" 20:42:28 > git --version # timeout=10 20:42:28 > git --version # 'git version 2.25.1' 20:42:28 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:42:29 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 20:42:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:42:29 % Total % Received % Xferd Average Speed Time Time Time Current 20:42:29 Dload Upload Total Spent Left Speed 20:42:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh 20:42:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:42:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:42:31 + sudo tee /etc/docker/daemon.new 20:42:31 { 20:42:31 "registry-mirrors": [ 20:42:31 "https://nexus3.edgexfoundry.org:10001" 20:42:31 ], 20:42:31 "bip": "10.250.0.254/24", 20:42:31 "hosts": [ 20:42:31 "tcp://0.0.0.0:5555", 20:42:31 "unix:///var/run/docker.sock" 20:42:31 ], 20:42:31 "mtu": 1458, 20:42:31 "selinux-enabled": true, 20:42:31 "seccomp-profile": "/etc/docker/seccomp.json" 20:42:31 } [Pipeline] sh 20:42:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:42:31 + sudo service docker restart 20:42:32 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] } 20:42:33 $ docker stop --time=1 e4cf9ce2adc833b03fc0764abb16937dee952f79ce0d836b12a1e7b4f4f81ce5 20:42:37 $ docker rm -f --volumes e4cf9ce2adc833b03fc0764abb16937dee952f79ce0d836b12a1e7b4f4f81ce5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:42:38 20:42:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:42:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:42:38 latest: Pulling from edgex-devops/edgex-compose 20:42:38 cbdbe7a5bc2a: Pulling fs layer 20:42:38 ca9280d653b3: Pulling fs layer 20:42:38 7e9c9ca2126c: Pulling fs layer 20:42:39 cbdbe7a5bc2a: Verifying Checksum 20:42:39 cbdbe7a5bc2a: Download complete 20:42:39 cbdbe7a5bc2a: Pull complete 20:42:39 ca9280d653b3: Verifying Checksum 20:42:39 ca9280d653b3: Download complete 20:42:39 7e9c9ca2126c: Download complete 20:42:40 ca9280d653b3: Pull complete 20:42:43 7e9c9ca2126c: Pull complete 20:42:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:42:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:42:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:42:43 prd-ubuntu20.04-docker-8c-8g-4743 does not seem to be running inside a container 20:42:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:42:45 $ docker top 63c2df14576b707889f3f3979e7b01141e5f829751d97de8e61304723901a727 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:46 + docker-compose build --help+ 20:42:46 grep parallel 20:42:46 --parallel Build images in parallel. [Pipeline] } 20:42:46 $ docker stop --time=1 63c2df14576b707889f3f3979e7b01141e5f829751d97de8e61304723901a727 20:42:47 $ docker rm -f --volumes 63c2df14576b707889f3f3979e7b01141e5f829751d97de8e61304723901a727 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:42:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:42:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:42:48 prd-ubuntu20.04-docker-8c-8g-4743 does not seem to be running inside a container 20:42:48 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:42:49 $ docker top 0d7ab18b45b412ec6da6883ed630a1640a552573f294201d3b138aa8ef1718e4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:49 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:42:50 provisioning config files... 20:42:50 Building core-command ... 20:42:50 Building core-common-config-bootstrapper ... 20:42:50 Building core-data ... 20:42:50 Building core-metadata ... 20:42:50 Building security-bootstrapper ... 20:42:50 Building security-proxy-setup ... 20:42:50 Building security-secretstore-setup ... 20:42:50 Building security-spiffe-token-provider ... 20:42:50 Building security-spire-agent ... 20:42:50 Building security-spire-config ... 20:42:50 Building security-spire-server ... 20:42:50 Building support-notifications ... 20:42:50 Building support-scheduler ... 20:42:50 Building core-data 20:42:50 Building support-scheduler 20:42:50 Building core-command 20:42:50 Building core-metadata 20:42:50 Building security-spire-agent 20:42:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1780779172592951513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:42:50 ---> docker-login.sh 20:42:50 nexus3.edgexfoundry.org:10001 20:42:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:51 Configure a credential helper to remove this warning. See 20:42:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:51 20:42:51 Login Succeeded 20:42:51 nexus3.edgexfoundry.org:10002 20:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:51 Configure a credential helper to remove this warning. See 20:42:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:51 20:42:51 Login Succeeded 20:42:51 nexus3.edgexfoundry.org:10003 20:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:51 Configure a credential helper to remove this warning. See 20:42:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:51 20:42:51 Login Succeeded 20:42:51 nexus3.edgexfoundry.org:10004 20:42:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:52 Configure a credential helper to remove this warning. See 20:42:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:52 20:42:52 Login Succeeded 20:42:52 docker.io 20:42:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:52 Configure a credential helper to remove this warning. See 20:42:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:52 20:42:52 Login Succeeded 20:42:52 ---> docker-login.sh ends [Pipeline] } 20:42:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:42:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:42:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:42:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:42:53 ========================================================= 20:42:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:42:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:42:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:42:53 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:42:53 9b18e9b68314: Pulling fs layer 20:42:53 35d82f9e3411: Pulling fs layer 20:42:53 e16973657156: Pulling fs layer 20:42:53 fc693d55d65f: Pulling fs layer 20:42:53 7e9fc2657dce: Pulling fs layer 20:42:53 dda99020689f: Pulling fs layer 20:42:53 fc693d55d65f: Waiting 20:42:53 7e9fc2657dce: Waiting 20:42:53 db1c61fa0a46: Pulling fs layer 20:42:53 891c053d2c06: Pulling fs layer 20:42:53 dda99020689f: Waiting 20:42:53 891c053d2c06: Waiting 20:42:53 db1c61fa0a46: Waiting 20:42:54 e16973657156: Verifying Checksum 20:42:54 e16973657156: Download complete 20:42:54 35d82f9e3411: Verifying Checksum 20:42:54 35d82f9e3411: Download complete 20:42:54 7e9fc2657dce: Verifying Checksum 20:42:54 7e9fc2657dce: Download complete 20:42:54 dda99020689f: Verifying Checksum 20:42:54 dda99020689f: Download complete 20:42:54 9b18e9b68314: Verifying Checksum 20:42:54 9b18e9b68314: Download complete 20:42:55 9b18e9b68314: Pull complete 20:42:55 891c053d2c06: Verifying Checksum 20:42:55 891c053d2c06: Download complete 20:42:55 35d82f9e3411: Pull complete 20:42:55 e16973657156: Pull complete 20:42:56 db1c61fa0a46: Verifying Checksum 20:42:56 db1c61fa0a46: Download complete 20:42:57 fc693d55d65f: Verifying Checksum 20:42:57 fc693d55d65f: Download complete 20:43:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:43:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:43:04 ---> 7b22f3de053c 20:43:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:43:04 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:43:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:43:04 ---> 7b22f3de053c 20:43:04 Step 3/24 : WORKDIR /edgex-go 20:43:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:43:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:43:04 ---> 7b22f3de053c 20:43:04 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:43:04 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:43:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:43:04 ---> 7b22f3de053c 20:43:04 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:43:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:43:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:43:04 ---> 7b22f3de053c 20:43:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:43:09 fc693d55d65f: Pull complete 20:43:09 7e9fc2657dce: Pull complete 20:43:09 dda99020689f: Pull complete 20:43:10 ---> Running in 7a6854e29b40 20:43:10 ---> Running in ce4a7c283382 20:43:10 ---> Running in a93b25bf6b8d 20:43:10 ---> Running in 633a3aaa3a58 20:43:10 ---> Running in 7b1ebf1b3754 20:43:10 Removing intermediate container 633a3aaa3a58 20:43:10 ---> 33ab6a5348e7 20:43:10 Step 4/22 : WORKDIR /edgex-go 20:43:10 Removing intermediate container a93b25bf6b8d 20:43:10 ---> 600129c9c574 20:43:10 Step 4/22 : WORKDIR /edgex-go 20:43:10 Removing intermediate container 7a6854e29b40 20:43:10 ---> 0342531cc710 20:43:10 Step 4/23 : WORKDIR /edgex-go 20:43:10 ---> Running in 1d307021bba9 20:43:10 Removing intermediate container ce4a7c283382 20:43:10 ---> 52abb546b6f4 20:43:10 Step 4/24 : WORKDIR /edgex-go 20:43:10 Removing intermediate container 7b1ebf1b3754 20:43:10 ---> 16e005a244e8 20:43:10 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:43:10 ---> Running in 5377ba376a3a 20:43:10 ---> Running in 846bfb2a34ac 20:43:10 ---> Running in 4bcd38be7ee8 20:43:10 ---> Running in 15412c2d90a6 20:43:10 Removing intermediate container 1d307021bba9 20:43:10 ---> 585f23317d0f 20:43:10 Step 5/22 : RUN apk add --update --no-cache make git 20:43:10 ---> Running in f5c50995354e 20:43:10 Removing intermediate container 4bcd38be7ee8 20:43:10 ---> 5f156ce3f1b4 20:43:10 Step 5/24 : RUN apk add --update --no-cache make git 20:43:10 Removing intermediate container 846bfb2a34ac 20:43:10 ---> 8168aca68172 20:43:10 Step 5/23 : RUN apk add --update --no-cache make git 20:43:10 Removing intermediate container 5377ba376a3a 20:43:10 ---> 7256aabf01c8 20:43:10 Step 5/22 : RUN apk add --update --no-cache make git 20:43:10 ---> Running in 6cf7dadd13ff 20:43:10 ---> Running in d32f8507622a 20:43:10 ---> Running in 3fd6ea76c0c4 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:43:10 OK: 211 MiB in 51 packages 20:43:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:43:10 OK: 211 MiB in 51 packages 20:43:10 OK: 211 MiB in 51 packages 20:43:10 OK: 211 MiB in 51 packages 20:43:10 OK: 211 MiB in 51 packages 20:43:10 Removing intermediate container 15412c2d90a6 20:43:10 ---> b52f566ecaa4 20:43:10 Step 5/24 : COPY go.mod vendor* ./ 20:43:10 Removing intermediate container f5c50995354e 20:43:10 ---> ba2dff0c9e94 20:43:10 Step 6/22 : COPY go.mod vendor* ./ 20:43:11 ---> dc25b2b55409 20:43:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:11 ---> 0e91b763bd96 20:43:11 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:11 ---> Running in 711e006dc377 20:43:11 ---> Running in 53dbd5cf0c92 20:43:11 Removing intermediate container 6cf7dadd13ff 20:43:11 ---> 16fda5d197cb 20:43:11 Step 6/24 : COPY go.mod vendor* ./ 20:43:11 Removing intermediate container 3fd6ea76c0c4 20:43:11 ---> db447de7e6ae 20:43:11 Step 6/22 : COPY go.mod vendor* ./ 20:43:11 ---> bbdafa2328a7 20:43:11 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:11 Removing intermediate container d32f8507622a 20:43:11 ---> bfd4afb7f96d 20:43:11 Step 6/23 : COPY go.mod vendor* ./ 20:43:11 ---> Running in 154efce03ed5 20:43:11 ---> 869223b53c17 20:43:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:11 ---> Running in 77302c8a3d16 20:43:11 ---> 1498b01c3ab6 20:43:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:11 ---> Running in c475bc39ae40 20:43:14 db1c61fa0a46: Pull complete 20:43:16 891c053d2c06: Pull complete 20:43:16 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:43:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:43:16 + docker build -t ci-base-image-arm64 -f - . 20:43:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:43:16 WORKDIR /edgex 20:43:16 COPY go.mod . 20:43:16 RUN go mod download 20:43:17 Sending build context to Docker daemon 3.093MB 20:43:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:43:17 ---> f96f9c87975a 20:43:17 Step 2/4 : WORKDIR /edgex 20:43:19 ---> Running in b7fd18c2ed6f 20:43:19 Removing intermediate container b7fd18c2ed6f 20:43:19 ---> f56fcddf2df4 20:43:19 Step 3/4 : COPY go.mod . 20:43:19 ---> 950f60f06ade 20:43:19 Step 4/4 : RUN go mod download 20:43:19 ---> Running in f2640eecc928 20:43:58 Removing intermediate container f2640eecc928 20:43:58 ---> a671ebfa8c1b 20:43:58 Successfully built a671ebfa8c1b 20:43:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:43:58 + docker inspect -f . ci-base-image-arm64 20:43:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:43:59 prd-ubuntu20.04-docker-arm64-4c-16g-4745 does not seem to be running inside a container 20:43:59 $ 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 20:44:01 $ docker top b9003a658105fa850a302836b0d683a8c84eafc57ddf66c500ebd0fd04b170a6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:02 + go version 20:44:02 go version go1.18.7 linux/arm64 [Pipeline] } 20:44:02 $ docker stop --time=1 b9003a658105fa850a302836b0d683a8c84eafc57ddf66c500ebd0fd04b170a6 20:44:04 $ docker rm -f --volumes b9003a658105fa850a302836b0d683a8c84eafc57ddf66c500ebd0fd04b170a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:05 + docker inspect -f . ci-base-image-arm64 20:44:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:05 prd-ubuntu20.04-docker-arm64-4c-16g-4745 does not seem to be running inside a container 20:44:05 $ 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 20:44:06 $ docker top e5f6ee45fc3fbffc20d93f2ebbd457db4cf43022654f52f30867ba125e27dc85 -eo pid,comm [Pipeline] { [Pipeline] echo 20:44:06 ========================================================= 20:44:06 [edgeXBuildGoParallel] Running Tests and Build... 20:44:06 ========================================================= [Pipeline] sh 20:44:06 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:44:07 + make test 20:44:07 go test -race -coverprofile=coverage.out ./... 20:44:07 Removing intermediate container 77302c8a3d16 20:44:07 ---> 5281e120a4ea 20:44:07 Step 8/22 : COPY . . 20:44:07 Removing intermediate container 154efce03ed5 20:44:07 ---> 65f169b6d6b8 20:44:07 Step 8/24 : COPY . . 20:44:07 Removing intermediate container 53dbd5cf0c92 20:44:07 ---> a3a2eadbada9 20:44:07 Step 7/24 : COPY . . 20:44:07 Removing intermediate container 711e006dc377 20:44:07 ---> 2d575d079098 20:44:07 Step 8/22 : COPY . . 20:44:07 Removing intermediate container c475bc39ae40 20:44:07 ---> 7e35e067ee67 20:44:07 Step 8/23 : COPY . . 20:44:17 ---> 8a40a0359f4d 20:44:17 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:44:17 ---> c32073452e88 20:44:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:44:18 ---> dc77697bab4e 20:44:18 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:44:18 ---> 5a48598bf203 20:44:18 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:44:18 ---> Running in 1c517cccb60f 20:44:18 ---> b97157bb10c8 20:44:18 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:44:18 ---> Running in 6d4db4653c33 20:44:18 ---> Running in 9ccccd4afbf5 20:44:18 ---> Running in f91e6390fb02 20:44:18 ---> Running in 55a51e16f784 20:44:18 Removing intermediate container f91e6390fb02 20:44:18 ---> 8c1edffb2c91 20:44:18 Step 9/24 : WORKDIR /edgex-go/spire-build 20:44:18 ---> Running in c7e174e71ae4 20:44:18 Removing intermediate container c7e174e71ae4 20:44:18 ---> 866d05715380 20:44:18 Step 10/24 : 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 20:44:18 ---> Running in 7cfc3c2251f8 20:44:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:44:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:44:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:44:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:44:19 Removing intermediate container 7cfc3c2251f8 20:44:19 ---> 488685eef11b 20:44:19 Step 11/24 : WORKDIR /edgex-go 20:44:19 ---> Running in b4179e47f162 20:44:19 Removing intermediate container b4179e47f162 20:44:19 ---> e0913ca3d6e7 20:44:19 20:44:19 Step 12/24 : FROM alpine:3.15 20:44:19 3.15: Pulling from library/alpine 20:44:20 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:44:20 Status: Downloaded newer image for alpine:3.15 20:44:20 ---> c4fc93816858 20:44:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:44:20 ---> Running in 02c412279a19 20:44:20 Removing intermediate container 02c412279a19 20:44:20 ---> f7a9efe30e15 20:44:20 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:44:20 ---> Running in 1e1303cc3f71 20:44:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:44:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:44:21 v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:44:21 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:44:21 OK: 15859 distinct packages available 20:44:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:44:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:44:21 (1/5) Installing dumb-init (1.2.5-r1) 20:44:21 (2/5) Installing musl-obstack (1.2.3-r0) 20:44:21 (3/5) Installing libucontext (1.1-r0) 20:44:21 (4/5) Installing gcompat (1.0.0-r4) 20:44:21 (5/5) Installing openssl (1.1.1s-r1) 20:44:21 Executing busybox-1.34.1-r7.trigger 20:44:21 OK: 7 MiB in 19 packages 20:44:23 Removing intermediate container 1e1303cc3f71 20:44:23 ---> cf9c3511882d 20:44:23 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:44:26 ---> 2ceb2e910205 20:44:26 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:44:33 ---> 4daa3f6fd57c 20:44:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:44:33 ---> cd3c7b87e708 20:44:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:44:34 ---> ba32b93a184f 20:44:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:44:36 ---> 15fea04293e2 20:44:36 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:44:36 ---> Running in 8b8621183e08 20:44:37 Removing intermediate container 8b8621183e08 20:44:37 ---> 2fa7215ebbb3 20:44:37 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:44:37 ---> Running in c0558b1713bc 20:44:37 Removing intermediate container c0558b1713bc 20:44:37 ---> d429a3c3e78a 20:44:37 Step 22/24 : LABEL arch=x86_64 20:44:37 ---> Running in d7980eec2c37 20:44:37 Removing intermediate container d7980eec2c37 20:44:37 ---> f687c6632192 20:44:37 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:44:37 ---> Running in 8a96685caa65 20:44:38 Removing intermediate container 8a96685caa65 20:44:38 ---> c8c94ae095aa 20:44:38 Step 24/24 : LABEL version=0.0.0 20:44:38 ---> Running in 9a8169e5062c 20:44:38 Removing intermediate container 9a8169e5062c 20:44:38 ---> 1a1938b87793 20:44:38 20:44:38 Successfully built 1a1938b87793 20:44:38 Successfully tagged security-spire-agent:latest 20:44:38  Building security-spire-agent ... done Building security-spiffe-token-provider 20:44:39 ? github.com/edgexfoundry/edgex-go [no test files] 20:44:43 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:44:43 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:44:43 ---> 7b22f3de053c 20:44:43 Step 3/19 : WORKDIR /edgex-go 20:44:43 ---> Using cache 20:44:43 ---> 16e005a244e8 20:44:43 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:44:46 ---> Running in c9f0ec0872c6 20:44:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:44:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:44:47 v3.16.3-154-ga2a60f3e0fe [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:44:47 v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:44:47 OK: 17044 distinct packages available 20:44:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:44:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:44:47 OK: 211 MiB in 51 packages 20:44:49 Removing intermediate container c9f0ec0872c6 20:44:49 ---> 1a8a8b16d06d 20:44:49 Step 5/19 : COPY go.mod vendor* ./ 20:44:50 ---> 0503a50a4716 20:44:50 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:44:50 ---> Running in 386b8699fd5e 20:45:00 Removing intermediate container 55a51e16f784 20:45:00 ---> 27b2b8b1e0df 20:45:00 20:45:00 Step 10/23 : FROM alpine:3.16 20:45:00 Removing intermediate container 9ccccd4afbf5 20:45:00 ---> 7408c98be5e2 20:45:00 20:45:00 Step 10/22 : FROM alpine:3.16 20:45:00 Removing intermediate container 1c517cccb60f 20:45:00 ---> 715a2da5b229 20:45:00 20:45:00 Step 10/24 : FROM alpine:3.16 20:45:01 3.16: Pulling from library/alpine 20:45:01 3.16: Pulling from library/alpine 20:45:01 3.16: Pulling from library/alpine 20:45:02 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:45:02 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:45:02 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:45:02 Status: Downloaded newer image for alpine:3.16 20:45:02 Status: Downloaded newer image for alpine:3.16 20:45:02 Status: Image is up to date for alpine:3.16 20:45:02 ---> bfe296a52501 20:45:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:45:02 ---> bfe296a52501 20:45:02 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:45:02 ---> bfe296a52501 20:45:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:45:04 ---> Running in 1b146e54ede6 20:45:04 ---> Running in b3b57792d2cc 20:45:04 ---> Running in cd9187a7a086 20:45:04 Removing intermediate container 6d4db4653c33 20:45:04 ---> d70765754d11 20:45:04 20:45:04 Step 10/22 : FROM alpine:3.16 20:45:04 ---> bfe296a52501 20:45:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:45:04 Removing intermediate container 1b146e54ede6 20:45:04 ---> 36cb4483a537 20:45:04 Step 12/22 : ENV APP_PORT=59880 20:45:04 ---> Running in 5d362f686cfb 20:45:04 ---> Running in 6cc7df3bc1b2 20:45:04 Removing intermediate container 6cc7df3bc1b2 20:45:04 ---> e6609f14b91d 20:45:04 Step 13/22 : EXPOSE $APP_PORT 20:45:04 ---> Running in 28b351872805 20:45:04 Removing intermediate container 28b351872805 20:45:04 ---> 6fab05be34c5 20:45:04 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:45:04 ---> Running in 375575e6d9e6 20:45:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:05 (1/1) Installing dumb-init (1.2.5-r1) 20:45:05 Executing busybox-1.35.0-r17.trigger 20:45:05 OK: 6 MiB in 15 packages 20:45:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:05 (1/1) Installing dumb-init (1.2.5-r1) 20:45:05 Executing busybox-1.35.0-r17.trigger 20:45:05 OK: 6 MiB in 15 packages 20:45:05 (1/1) Installing dumb-init (1.2.5-r1) 20:45:05 Executing busybox-1.35.0-r17.trigger 20:45:05 OK: 6 MiB in 15 packages 20:45:05 (1/1) Installing dumb-init (1.2.5-r1) 20:45:05 Executing busybox-1.35.0-r17.trigger 20:45:05 OK: 6 MiB in 15 packages 20:45:05 Removing intermediate container b3b57792d2cc 20:45:05 ---> 99ca2cadbedb 20:45:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:45:05 ---> Running in 16afd7df6db2 20:45:05 Removing intermediate container 16afd7df6db2 20:45:05 ---> a4d272f09023 20:45:05 Step 13/23 : ENV APP_PORT=59882 20:45:05 ---> Running in d6c207164d28 20:45:06 Removing intermediate container d6c207164d28 20:45:06 ---> c65443162b75 20:45:06 Step 14/23 : EXPOSE $APP_PORT 20:45:06 Removing intermediate container 5d362f686cfb 20:45:06 ---> e5fda0ded2d7 20:45:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:45:06 ---> Running in f610f1aa0680 20:45:06 ---> Running in 9a3d9597d2c6 20:45:06 Removing intermediate container 375575e6d9e6 20:45:06 ---> 4f65be52d082 20:45:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:06 Removing intermediate container 9a3d9597d2c6 20:45:06 ---> 2f4b9c18b26f 20:45:06 Step 15/23 : WORKDIR / 20:45:06 Removing intermediate container f610f1aa0680 20:45:06 ---> d18343ab659a 20:45:06 Step 13/22 : ENV APP_PORT=59861 20:45:06 Removing intermediate container cd9187a7a086 20:45:06 ---> dca82216fe36 20:45:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:45:06 ---> Running in 7205bf39fef7 20:45:06 ---> Running in e4ee96be0625 20:45:06 ---> Running in 75d504c11250 20:45:06 ---> 05a9a4e40e06 20:45:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:45:06 Removing intermediate container 7205bf39fef7 20:45:06 ---> 024589de6a67 20:45:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:06 Removing intermediate container e4ee96be0625 20:45:06 ---> 755f276eacf7 20:45:06 Step 14/22 : EXPOSE $APP_PORT 20:45:06 Removing intermediate container 75d504c11250 20:45:06 ---> 6a53c940cbd0 20:45:06 Step 13/24 : ENV APP_PORT=59881 20:45:06 ---> Running in 83da494a3180 20:45:06 ---> Running in ab5b132c1fce 20:45:06 ---> 580e2b12af27 20:45:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:45:06 ---> 95168f66171e 20:45:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:45:06 Removing intermediate container ab5b132c1fce 20:45:06 ---> 432ed7728da7 20:45:06 Step 14/24 : EXPOSE $APP_PORT 20:45:06 Removing intermediate container 83da494a3180 20:45:06 ---> 22ecd2c78812 20:45:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:06 ---> Running in 10fe2a0623ce 20:45:06 Removing intermediate container 10fe2a0623ce 20:45:06 ---> a190fdfaf860 20:45:06 Step 15/24 : WORKDIR / 20:45:07 ---> d4e189b40fe6 20:45:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:45:07 ---> Running in 0a77cba81f84 20:45:07 ---> fab0dbdf1c71 20:45:07 Step 18/22 : ENTRYPOINT ["/core-data"] 20:45:07 ---> b6c716bcd5d9 20:45:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:45:07 ---> Running in e144cc18068c 20:45:07 Removing intermediate container 0a77cba81f84 20:45:07 ---> 0c7a64d573b2 20:45:07 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:07 Removing intermediate container e144cc18068c 20:45:07 ---> 467285479231 20:45:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:45:07 ---> 881b6eb4645c 20:45:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:45:07 ---> 3c0d2a0dca58 20:45:07 Step 19/23 : ENTRYPOINT ["/core-command"] 20:45:07 ---> Running in f66639c7d0cf 20:45:07 ---> ec475bbd8f4f 20:45:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:45:07 ---> Running in ece554257f1a 20:45:07 Removing intermediate container f66639c7d0cf 20:45:07 ---> 390e8631cc70 20:45:07 Step 20/22 : LABEL arch=x86_64 20:45:07 Removing intermediate container ece554257f1a 20:45:07 ---> fba169e26c57 20:45:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:45:08 ---> Running in b653418ff6ef 20:45:08 ---> 99c3a942e8ac 20:45:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:45:08 ---> Running in 0e4a8099d9df 20:45:08 ---> Running in c356c2143ad1 20:45:08 Removing intermediate container b653418ff6ef 20:45:08 ---> 54ee2db19b75 20:45:08 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:45:08 ---> 15f435126a3e 20:45:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:45:08 ---> Running in 81c454e28930 20:45:08 Removing intermediate container 0e4a8099d9df 20:45:08 ---> 2f5e15c95811 20:45:08 Step 21/23 : LABEL arch=x86_64 20:45:08 Removing intermediate container c356c2143ad1 20:45:08 ---> e1f1458d5988 20:45:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:45:08 ---> Running in e3c0d212b84f 20:45:08 ---> Running in 869cbd3e3dc1 20:45:08 Removing intermediate container 81c454e28930 20:45:08 ---> f6d0992b18b8 20:45:08 Step 22/22 : LABEL version=0.0.0 20:45:08 ---> Running in 5ba86bf2731d 20:45:08 Removing intermediate container e3c0d212b84f 20:45:08 ---> c5a9f27e3692 20:45:08 Step 22/23 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:45:08 ---> 239cdee4002d 20:45:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:45:08 Removing intermediate container 869cbd3e3dc1 20:45:08 ---> 35c444f7570b 20:45:08 Step 20/22 : LABEL arch=x86_64 20:45:08 ---> Running in a33c40e63e0b 20:45:08 ---> Running in 3952441497c4 20:45:08 Removing intermediate container 5ba86bf2731d 20:45:08 ---> 57cf8b547464 20:45:08 20:45:08 Removing intermediate container a33c40e63e0b 20:45:08 ---> fea430aded79 20:45:08 Step 23/23 : LABEL version=0.0.0 20:45:08 ---> 694192060fdb 20:45:08 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:45:08 Successfully built 57cf8b547464 20:45:08 Successfully tagged core-data:latest 20:45:08  Building core-data ... done Building core-common-config-bootstrapper 20:45:08 ---> Running in f3b43e843e07 20:45:08 Removing intermediate container 3952441497c4 20:45:08 ---> abd6b87916f7 20:45:08 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:45:08 ---> Running in 09f48c699f14 20:45:08 ---> Running in ede1223a9cdd 20:45:08 Removing intermediate container 09f48c699f14 20:45:08 ---> f7fa7ccbc3ad 20:45:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:45:11 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:45:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:45:11 ---> 7b22f3de053c 20:45:11 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:45:11 ---> Using cache 20:45:11 ---> 52abb546b6f4 20:45:11 Step 4/22 : WORKDIR /edgex-go 20:45:11 ---> Using cache 20:45:11 ---> 5f156ce3f1b4 20:45:11 Step 5/22 : RUN apk add --update --no-cache make git 20:45:11 ---> Using cache 20:45:11 ---> 16fda5d197cb 20:45:11 Step 6/22 : COPY go.mod vendor* ./ 20:45:11 ---> Using cache 20:45:11 ---> bbdafa2328a7 20:45:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:11 ---> Using cache 20:45:11 ---> 65f169b6d6b8 20:45:11 Step 8/22 : COPY . . 20:45:11 ---> Using cache 20:45:11 ---> 8a40a0359f4d 20:45:11 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:45:12 Removing intermediate container f3b43e843e07 20:45:12 ---> 39e2d365c519 20:45:12 20:45:12 Removing intermediate container ede1223a9cdd 20:45:12 ---> 5ae7fea2ed5f 20:45:12 Step 22/22 : LABEL version=0.0.0 20:45:12 ---> Running in 8bcab0b48624 20:45:12 ---> Running in b585cc27d6d3 20:45:12 ---> Running in 2a97c95ed66c 20:45:12 Successfully built 39e2d365c519 20:45:12 Successfully tagged core-command:latest 20:45:12  Building core-command ... done Building support-notifications 20:45:12 Removing intermediate container 8bcab0b48624 20:45:12 ---> aa8995b9c076 20:45:12 Step 22/24 : LABEL arch=x86_64 20:45:12 ---> Running in f74564eaa2fb 20:45:12 Removing intermediate container 2a97c95ed66c 20:45:12 ---> 4c437b4e24ad 20:45:12 20:45:12 Successfully built 4c437b4e24ad 20:45:12 Successfully tagged support-scheduler:latest 20:45:12  Building support-scheduler ... done Building security-spire-server 20:45:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:45:15 Removing intermediate container f74564eaa2fb 20:45:15 ---> 74618e3ff834 20:45:15 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:45:16 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:45:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:45:16 ---> 7b22f3de053c 20:45:16 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:45:16 ---> Using cache 20:45:16 ---> 52abb546b6f4 20:45:16 Step 4/22 : WORKDIR /edgex-go 20:45:16 ---> Using cache 20:45:16 ---> 5f156ce3f1b4 20:45:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:45:17 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:45:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:45:17 ---> 7b22f3de053c 20:45:17 Step 3/23 : WORKDIR /edgex-go 20:45:17 ---> Using cache 20:45:17 ---> 16e005a244e8 20:45:17 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:45:17 ---> Using cache 20:45:17 ---> b52f566ecaa4 20:45:17 Step 5/23 : COPY go.mod vendor* ./ 20:45:17 ---> Using cache 20:45:17 ---> 0e91b763bd96 20:45:17 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:17 ---> Using cache 20:45:17 ---> a3a2eadbada9 20:45:17 Step 7/23 : COPY . . 20:45:17 ---> Using cache 20:45:17 ---> 5a48598bf203 20:45:17 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:45:17 ---> Using cache 20:45:17 ---> 8c1edffb2c91 20:45:17 Step 9/23 : WORKDIR /edgex-go/spire-build 20:45:17 ---> Using cache 20:45:17 ---> 866d05715380 20:45:17 Step 10/23 : 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 20:45:23 ---> Running in a0bbe82b6368 20:45:23 ---> Running in 693f760d8fec 20:45:23 ---> Running in fa4a98826047 20:45:23 Removing intermediate container a0bbe82b6368 20:45:23 ---> 1d1e4b359ae9 20:45:23 Step 24/24 : LABEL version=0.0.0 20:45:23 ---> Running in 0266bb8a491a 20:45:23 Removing intermediate container 0266bb8a491a 20:45:23 ---> ec12b26287f3 20:45:23 20:45:23 Successfully built ec12b26287f3 20:45:23 Successfully tagged core-metadata:latest 20:45:23 Building security-secretstore-setup 20:45:23  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:24 OK: 211 MiB in 51 packages 20:45:27 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:45:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:45:27 ---> 7b22f3de053c 20:45:27 Step 3/24 : WORKDIR /edgex-go 20:45:27 ---> Using cache 20:45:27 ---> 16e005a244e8 20:45:27 Step 4/24 : RUN apk add --update --no-cache make git 20:45:31 ---> Running in a2aaf3312d28 20:45:31 Removing intermediate container fa4a98826047 20:45:31 ---> 161fd9993cea 20:45:31 Step 11/23 : WORKDIR /edgex-go 20:45:31 Removing intermediate container 693f760d8fec 20:45:31 ---> f298aeff21e9 20:45:31 Step 6/22 : COPY go.mod vendor* ./ 20:45:31 ---> Running in 7820e243e414 20:45:31 Removing intermediate container 7820e243e414 20:45:31 ---> d74e2517e870 20:45:31 20:45:31 Step 12/23 : FROM alpine:3.15 20:45:31 ---> c4fc93816858 20:45:31 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:45:31 ---> Using cache 20:45:31 ---> f7a9efe30e15 20:45:31 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:45:31 ---> Using cache 20:45:31 ---> cf9c3511882d 20:45:31 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:45:31 ---> dc965993dcc5 20:45:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:31 ---> Running in aadd8469156c 20:45:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:31 Removing intermediate container 386b8699fd5e 20:45:31 ---> c44d0f1e6986 20:45:31 Step 7/19 : COPY . . 20:45:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:31 OK: 211 MiB in 51 packages 20:45:38 ---> fb65e73ac795 20:45:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:45:38 Removing intermediate container b585cc27d6d3 20:45:38 ---> 5fb765e1de1b 20:45:38 20:45:38 Step 10/22 : FROM alpine:3.16 20:45:38 ---> bfe296a52501 20:45:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:45:38 Removing intermediate container a2aaf3312d28 20:45:38 ---> 8c8af736a1e2 20:45:38 Step 5/24 : COPY go.mod vendor* ./ 20:45:38 ---> 53a1b8dd7854 20:45:38 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:45:38 ---> Running in df764d90b140 20:45:38 ---> Running in af70084fe5d3 20:45:38 ---> 7e20f10d8be3 20:45:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:45:38 Removing intermediate container df764d90b140 20:45:38 ---> d7f4c158b274 20:45:38 Step 12/22 : RUN apk add --update --no-cache dumb-init 20:45:38 ---> Running in fed1aa896e68 20:45:38 ---> 49989f3803a8 20:45:38 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:38 ---> 3b0ac84973d3 20:45:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:45:38 ---> Running in b93f527193e0 20:45:38 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 20:45:38 ---> 86dc5655da5c 20:45:38 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:45:38 ---> Running in 1291c8faadad 20:45:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:45:38 Removing intermediate container 1291c8faadad 20:45:38 ---> e23ccaa90642 20:45:38 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:45:38 ---> Running in 1a8594a0549e 20:45:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:45:38 Removing intermediate container 1a8594a0549e 20:45:38 ---> b55a0f180989 20:45:38 Step 21/23 : LABEL arch=x86_64 20:45:38 ---> Running in a64ce0aa408f 20:45:38 Removing intermediate container a64ce0aa408f 20:45:38 ---> 078f10c9b456 20:45:38 Step 22/23 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:45:38 ---> Running in a1e1c0cfaaa5 20:45:38 (1/1) Installing dumb-init (1.2.5-r1) 20:45:38 Executing busybox-1.35.0-r17.trigger 20:45:38 OK: 6 MiB in 15 packages 20:45:38 Removing intermediate container a1e1c0cfaaa5 20:45:38 ---> fd663c6d5a68 20:45:38 Step 23/23 : LABEL version=0.0.0 20:45:38 ---> Running in 44f60aa97c97 20:45:38 Removing intermediate container 44f60aa97c97 20:45:38 ---> 2dbc9ceb0339 20:45:38 20:45:38 Successfully built 2dbc9ceb0339 20:45:38 Successfully tagged security-spire-server:latest 20:45:38  Building security-spire-server ... done Building security-spire-config 20:45:39 Removing intermediate container fed1aa896e68 20:45:39 ---> c7288b336669 20:45:39 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:41 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:45:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:45:41 ---> 7b22f3de053c 20:45:41 Step 3/24 : WORKDIR /edgex-go 20:45:41 ---> Using cache 20:45:41 ---> 16e005a244e8 20:45:41 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:45:41 ---> Using cache 20:45:41 ---> b52f566ecaa4 20:45:41 Step 5/24 : COPY go.mod vendor* ./ 20:45:41 ---> Using cache 20:45:41 ---> 0e91b763bd96 20:45:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:41 ---> Using cache 20:45:41 ---> a3a2eadbada9 20:45:41 Step 7/24 : COPY . . 20:45:41 ---> Using cache 20:45:41 ---> 5a48598bf203 20:45:41 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:45:41 ---> Using cache 20:45:41 ---> 8c1edffb2c91 20:45:41 Step 9/24 : WORKDIR /edgex-go/spire-build 20:45:41 ---> Using cache 20:45:41 ---> 866d05715380 20:45:41 Step 10/24 : 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 20:45:41 ---> Using cache 20:45:41 ---> 488685eef11b 20:45:41 Step 11/24 : WORKDIR /edgex-go 20:45:41 ---> Using cache 20:45:41 ---> e0913ca3d6e7 20:45:41 20:45:41 Step 12/24 : FROM alpine:3.15 20:45:41 ---> c4fc93816858 20:45:41 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:45:41 ---> Using cache 20:45:41 ---> f7a9efe30e15 20:45:41 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:45:42 ---> 2b35a8f31ee2 20:45:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:45:42 ---> Running in 8b815e54d0fc 20:45:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:45:43 ---> 8e2a7603cd9b 20:45:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:45:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:45:43 ---> 48854c6d30e5 20:45:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:45:44 ---> 35a5eb8dfd79 20:45:44 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:45:44 ---> Running in 37d517c35639 20:45:44 v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:45:44 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:45:44 OK: 15859 distinct packages available 20:45:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:45:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:45:44 (1/4) Installing dumb-init (1.2.5-r1) 20:45:44 (2/4) Installing musl-obstack (1.2.3-r0) 20:45:44 (3/4) Installing libucontext (1.1-r0) 20:45:44 (4/4) Installing gcompat (1.0.0-r4) 20:45:44 Executing busybox-1.34.1-r7.trigger 20:45:44 OK: 6 MiB in 18 packages 20:45:45 Removing intermediate container 37d517c35639 20:45:45 ---> e4ba2635d802 20:45:45 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 20:45:45 ---> Running in 86e174ee5960 20:45:45 Removing intermediate container 86e174ee5960 20:45:45 ---> abae42a1c863 20:45:45 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 20:45:45 ---> Running in fe5fcde4fdfc 20:45:45 Removing intermediate container 8b815e54d0fc 20:45:45 ---> d1d02e7341a5 20:45:45 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:45:46 Removing intermediate container fe5fcde4fdfc 20:45:46 ---> e26c3484491a 20:45:46 Step 20/22 : LABEL arch=x86_64 20:45:47 ---> Running in f4cff189f988 20:45:47 ---> b065a7491029 20:45:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:45:47 Removing intermediate container f4cff189f988 20:45:47 ---> 4b41e3d0491e 20:45:47 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:45:47 ---> e6768fc20be9 20:45:47 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:45:47 ---> Running in dd5f0dc24d36 20:45:47 ---> Running in 9502cff2b40f 20:45:48 Removing intermediate container dd5f0dc24d36 20:45:48 ---> 70e50c03ee8c 20:45:48 Step 22/22 : LABEL version=0.0.0 20:45:48 Removing intermediate container 9502cff2b40f 20:45:48 ---> cb2a10f9ab56 20:45:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:45:48 ---> Running in 914164fef04d 20:45:48 Removing intermediate container 914164fef04d 20:45:48 ---> a6a7ce6e792c 20:45:48 20:45:48 Successfully built a6a7ce6e792c 20:45:48 ---> a9d2467cc015 20:45:48 Step 19/24 : WORKDIR / 20:45:48 Successfully tagged core-common-config-bootstrapper:latest 20:45:48 Building security-proxy-setup 20:45:48  Building core-common-config-bootstrapper ... done  ---> Running in 923b62c25323 20:45:48 Removing intermediate container 923b62c25323 20:45:48 ---> 658ec51307c5 20:45:48 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:45:52 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:45:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:45:52 ---> 7b22f3de053c 20:45:52 Step 3/21 : WORKDIR /edgex-go 20:45:52 ---> Using cache 20:45:52 ---> 16e005a244e8 20:45:52 Step 4/21 : RUN apk add --update --no-cache make git 20:45:52 ---> Using cache 20:45:52 ---> 8c8af736a1e2 20:45:52 Step 5/21 : COPY go.mod vendor* ./ 20:45:52 ---> Using cache 20:45:52 ---> 49989f3803a8 20:45:52 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:53 ---> Running in ea7f08ded1d0 20:45:53 ---> Running in 86092d39a4f4 20:45:53 Removing intermediate container ea7f08ded1d0 20:45:53 ---> 6c9bf8197680 20:45:53 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:45:53 ---> Running in 7cc48dc31233 20:45:53 Removing intermediate container 7cc48dc31233 20:45:53 ---> 2263e89b6040 20:45:53 Step 22/24 : LABEL arch=x86_64 20:45:53 ---> Running in 82b368f6dd98 20:45:53 Removing intermediate container 82b368f6dd98 20:45:53 ---> 4f132599cb5b 20:45:53 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:45:53 ---> Running in c1dba0b38b20 20:45:53 Removing intermediate container c1dba0b38b20 20:45:53 ---> 9a066910dee4 20:45:53 Step 24/24 : LABEL version=0.0.0 20:45:53 ---> Running in 793310c9778a 20:45:54 Removing intermediate container 793310c9778a 20:45:54 ---> 6567740fbc39 20:45:54 20:45:54 Successfully built 6567740fbc39 20:45:54 Successfully tagged security-spire-config:latest 20:45:54  Building security-spire-config ... done Building security-bootstrapper 20:45:56 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:45:56 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:45:56 ---> 7b22f3de053c 20:45:56 Step 3/32 : WORKDIR /edgex-go 20:45:56 ---> Using cache 20:45:56 ---> 16e005a244e8 20:45:56 Step 4/32 : RUN apk add --update --no-cache make git 20:45:56 ---> Using cache 20:45:56 ---> 8c8af736a1e2 20:45:56 Step 5/32 : COPY go.mod vendor* ./ 20:45:56 ---> Using cache 20:45:56 ---> 49989f3803a8 20:45:56 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:58 ---> Running in 1ada5b67bd4b 20:46:03 Removing intermediate container af70084fe5d3 20:46:03 ---> 3ac7990aa1c4 20:46:03 20:46:03 Step 9/19 : FROM alpine:3.15 20:46:03 ---> c4fc93816858 20:46:03 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:46:03 ---> Using cache 20:46:03 ---> f7a9efe30e15 20:46:03 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:46:04 ---> Running in 191fae493bcd 20:46:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:46:06 v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:46:06 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:46:06 OK: 15859 distinct packages available 20:46:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:46:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:46:06 (1/9) Installing ca-certificates (20220614-r0) 20:46:06 (2/9) Installing brotli-libs (1.0.9-r5) 20:46:06 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:46:07 (4/9) Installing libcurl (7.80.0-r5) 20:46:07 (5/9) Installing curl (7.80.0-r5) 20:46:07 (6/9) Installing dumb-init (1.2.5-r1) 20:46:07 (7/9) Installing musl-obstack (1.2.3-r0) 20:46:07 (8/9) Installing libucontext (1.1-r0) 20:46:07 (9/9) Installing gcompat (1.0.0-r4) 20:46:07 Executing busybox-1.34.1-r7.trigger 20:46:07 Executing ca-certificates-20220614-r0.trigger 20:46:07 OK: 8 MiB in 23 packages 20:46:12 Removing intermediate container 191fae493bcd 20:46:12 ---> dfdcbeda22fd 20:46:12 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:46:12 ---> b39b1fc91870 20:46:12 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:46:12 Removing intermediate container aadd8469156c 20:46:12 ---> 9824414d4758 20:46:12 Step 8/22 : COPY . . 20:46:15 ---> bed10b23224a 20:46:15 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:46:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:46:16 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:46:19 ---> 69be0460b28a 20:46:19 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:46:19 ---> Running in 7cb6f3575229 20:46:19 ---> 2235d158a17e 20:46:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:46:19 ---> Running in 94dea6411c4c 20:46:19 Removing intermediate container 7cb6f3575229 20:46:19 ---> 06d15bad20a5 20:46:19 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:46:19 ---> Running in 082fd3092292 20:46:19 Removing intermediate container 082fd3092292 20:46:19 ---> 05046b9c7bef 20:46:19 Step 17/19 : LABEL arch=x86_64 20:46:19 ---> Running in 40e3b6653029 20:46:19 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:46:19 Removing intermediate container b93f527193e0 20:46:19 ---> f8f99ad7d29b 20:46:19 Step 7/24 : COPY . . 20:46:20 Removing intermediate container 40e3b6653029 20:46:20 ---> 369882006f20 20:46:20 Step 18/19 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:46:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:46:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:46:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:46:24 ---> Running in e274f23f6299 20:46:24 ---> 5676198072ff 20:46:24 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:46:24 Removing intermediate container e274f23f6299 20:46:24 ---> bb32de39e550 20:46:24 Step 19/19 : LABEL version=0.0.0 20:46:24 ---> Running in 3f03139985d0 20:46:24 ---> Running in 722e7ec630ce 20:46:24 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 20:46:24 Removing intermediate container 722e7ec630ce 20:46:24 ---> 1e3f5c4760b9 20:46:24 20:46:24 Successfully built 1e3f5c4760b9 20:46:24 Successfully tagged security-spiffe-token-provider:latest 20:46:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:46:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:46:37  Building security-spiffe-token-provider ... done Removing intermediate container 86092d39a4f4 20:46:37 ---> 088b5e3a4bf4 20:46:37 Step 7/21 : COPY . . 20:46:45 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 20:46:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.244s coverage: 28.7% of statements 20:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:46:51 ---> f28d1d534f6e 20:46:51 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:46:51 ---> Running in f6c36b1e5f38 20:46:52 Removing intermediate container 1ada5b67bd4b 20:46:52 ---> b9c1fce72f1a 20:46:52 Step 7/32 : COPY . . 20:46:52 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 20:46:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.756s coverage: 98.5% of statements 20:46:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.787s coverage: 43.1% of statements 20:46:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:46:58 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:46:58 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:46:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.509s coverage: 54.0% of statements 20:46:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:46:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:47:00 Removing intermediate container 3f03139985d0 20:47:00 ---> f1faa7c3ba62 20:47:00 20:47:00 Step 9/24 : FROM alpine:3.16 20:47:00 ---> bfe296a52501 20:47:00 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:47:00 Removing intermediate container 94dea6411c4c 20:47:00 ---> 13e365a39d53 20:47:00 20:47:00 Step 10/22 : FROM alpine:3.16 20:47:00 ---> bfe296a52501 20:47:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:47:00 ---> 731d61253814 20:47:00 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:47:00 ---> Running in e5fff1fa0d22 20:47:00 ---> Running in 95fdfd3feba5 20:47:00 ---> Running in 46913c90ace7 20:47:00 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 20:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:47:01 (1/2) Installing ca-certificates (20220614-r0) 20:47:01 (1/3) Installing ca-certificates (20220614-r0) 20:47:01 (2/2) Installing dumb-init (1.2.5-r1) 20:47:01 Executing busybox-1.35.0-r17.trigger 20:47:01 Executing ca-certificates-20220614-r0.trigger 20:47:01 (2/3) Installing dumb-init (1.2.5-r1) 20:47:01 (3/3) Installing su-exec (0.2-r1) 20:47:01 Executing busybox-1.35.0-r17.trigger 20:47:01 Executing ca-certificates-20220614-r0.trigger 20:47:01 OK: 6 MiB in 16 packages 20:47:01 OK: 6 MiB in 17 packages 20:47:02 Removing intermediate container 95fdfd3feba5 20:47:02 Removing intermediate container e5fff1fa0d22 20:47:02 ---> 81775ac06170 20:47:02 ---> cb051fc25896 20:47:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation'Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:47:02 20:47:02 ---> Running in 8cbdbf9baea2 20:47:02 ---> Running in 3a349111d551 20:47:02 Removing intermediate container 3a349111d551 20:47:02 ---> 518ac19c1a4f 20:47:02 Step 13/22 : ENV APP_PORT=59860 20:47:02 ---> Running in e4faf7133b9a 20:47:02 Removing intermediate container 8cbdbf9baea2 20:47:02 ---> 7ea3081678a6 20:47:02 Step 12/24 : WORKDIR / 20:47:02 ---> Running in 5f56cbcfd897 20:47:03 Removing intermediate container e4faf7133b9a 20:47:03 ---> 49a294101b3b 20:47:03 Step 14/22 : EXPOSE $APP_PORT 20:47:03 ---> Running in fe78b5df7a81 20:47:03 Removing intermediate container 5f56cbcfd897 20:47:03 ---> ca066e1db193 20:47:03 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:47:03 Removing intermediate container fe78b5df7a81 20:47:03 ---> c56f091081dd 20:47:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:03 ---> ea8020a08dc6 20:47:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:47:03 ---> 6a953d3d61c5 20:47:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:47:03 ---> 27a186534387 20:47:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:47:04 ---> c87530deb5d1 20:47:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:47:04 ---> 64e60e55dfda 20:47:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:47:04 ---> 7c5ea58a4054 20:47:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:47:05 ---> 5d91f532ebd2 20:47:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:47:05 ---> Running in b35d69af330f 20:47:05 ---> f0777ba3e87b 20:47:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:47:05 Removing intermediate container b35d69af330f 20:47:05 ---> 8b57c227f9de 20:47:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:47:05 ---> Running in 3985fc734e86 20:47:06 Removing intermediate container 3985fc734e86 20:47:06 ---> 0d6aaf88617e 20:47:06 Step 20/22 : LABEL arch=x86_64 20:47:06 ---> Running in ec18f20125b2 20:47:06 Removing intermediate container ec18f20125b2 20:47:06 ---> b36f68087f3e 20:47:06 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:47:06 ---> bca5bb444bc8 20:47:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:47:06 ---> Running in 3ce37d362970 20:47:06 Removing intermediate container 3ce37d362970 20:47:06 ---> 9d661afc33c8 20:47:06 Step 22/22 : LABEL version=0.0.0 20:47:06 ---> Running in 56ae21897432 20:47:06 ---> 969d6f0d1cbe 20:47:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:47:07 ---> Running in 7240d55fb2a5 20:47:07 Removing intermediate container 56ae21897432 20:47:07 ---> 4bdf07453aba 20:47:07 20:47:07 Successfully built 4bdf07453aba 20:47:07 Successfully tagged support-notifications:latest 20:47:08  Building support-notifications ... done Removing intermediate container 7240d55fb2a5 20:47:08 ---> 829eacd7d0aa 20:47:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:47:08 ---> Running in 394f125816de 20:47:08 Removing intermediate container 394f125816de 20:47:08 ---> 61187052ddbb 20:47:08 Step 22/24 : LABEL arch=x86_64 20:47:08 ---> Running in b7abbe770fb5 20:47:09 Removing intermediate container b7abbe770fb5 20:47:09 ---> 0c8548b67d4a 20:47:09 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:47:09 ---> Running in 9243ff6c0144 20:47:09 Removing intermediate container 9243ff6c0144 20:47:09 ---> 1321d842af35 20:47:09 Step 24/24 : LABEL version=0.0.0 20:47:09 ---> Running in 6563c89f34c7 20:47:09 Removing intermediate container 6563c89f34c7 20:47:09 ---> fea2641cde45 20:47:09 20:47:09 Successfully built fea2641cde45 20:47:09 Successfully tagged security-secretstore-setup:latest 20:47:09  Building security-secretstore-setup ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:47:15 Removing intermediate container f6c36b1e5f38 20:47:15 ---> 142a4c7aa40d 20:47:15 20:47:15 Step 9/21 : FROM alpine:3.16 20:47:15 ---> bfe296a52501 20:47:15 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:47:15 ---> Running in 1000497b9e21 20:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:47:15 (1/6) Installing ca-certificates (20220614-r0) 20:47:15 (2/6) Installing brotli-libs (1.0.9-r6) 20:47:15 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:47:15 (4/6) Installing libcurl (7.83.1-r5) 20:47:15 (5/6) Installing curl (7.83.1-r5) 20:47:15 (6/6) Installing dumb-init (1.2.5-r1) 20:47:15 Executing busybox-1.35.0-r17.trigger 20:47:15 Executing ca-certificates-20220614-r0.trigger 20:47:15 OK: 8 MiB in 20 packages 20:47:16 Removing intermediate container 1000497b9e21 20:47:16 ---> a59a14dea75c 20:47:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:47:16 ---> Running in 2c0ba964bffc 20:47:16 Removing intermediate container 2c0ba964bffc 20:47:16 ---> fc221ffb633e 20:47:16 Step 12/21 : WORKDIR /edgex 20:47:16 ---> Running in d3d200cd392a 20:47:16 Removing intermediate container d3d200cd392a 20:47:16 ---> 2606c3c70222 20:47:16 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:47:16 ---> 44edbc9c46b0 20:47:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:47:17 ---> dbe936bd0fd6 20:47:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:47:17 ---> 05b09e63b3d7 20:47:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:47:18 ---> 3df1b1cdcf65 20:47:18 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:47:18 ---> Running in eb928bfa5332 20:47:19 Removing intermediate container 46913c90ace7 20:47:19 ---> 7967d4858b6c 20:47:19 20:47:19 Step 9/32 : FROM alpine:3.16 20:47:19 ---> bfe296a52501 20:47:19 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:47:19 ---> Running in f9292790d950 20:47:19 Removing intermediate container eb928bfa5332 20:47:19 ---> c7a831b7e5e1 20:47:19 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:47:19 ---> Running in ff62001001af 20:47:19 Removing intermediate container f9292790d950 20:47:19 ---> 629d5cdd753a 20:47:19 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:47:19 ---> Running in 5eb5cd7201a1 20:47:19 Removing intermediate container ff62001001af 20:47:19 ---> c55b14c27a8a 20:47:19 Step 19/21 : LABEL arch=x86_64 20:47:19 ---> Running in 9bee7742e16a 20:47:20 Removing intermediate container 9bee7742e16a 20:47:20 ---> 038d229551ac 20:47:20 Step 20/21 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:47:20 ---> Running in e514025c3958 20:47:20 Removing intermediate container e514025c3958 20:47:20 ---> 310774f68411 20:47:20 Step 21/21 : LABEL version=0.0.0 20:47:20 ---> Running in 9c2f9f53e2ba 20:47:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:47:20 Removing intermediate container 9c2f9f53e2ba 20:47:20 ---> 9cc5fa0b51bf 20:47:20 20:47:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:47:20 Successfully built 9cc5fa0b51bf 20:47:20 Successfully tagged security-proxy-setup:latest 20:47:20  Building security-proxy-setup ... done (1/2) Installing dumb-init (1.2.5-r1) 20:47:20 (2/2) Installing su-exec (0.2-r1) 20:47:20 Executing busybox-1.35.0-r17.trigger 20:47:20 OK: 6 MiB in 16 packages 20:47:20 Removing intermediate container 5eb5cd7201a1 20:47:20 ---> 0f9b65319d56 20:47:20 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:47:20 ---> Running in b1d928c83a3e 20:47:20 Removing intermediate container b1d928c83a3e 20:47:20 ---> 5370848e4f75 20:47:20 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:47:20 ---> Running in 79edbf87ed68 20:47:20 Removing intermediate container 79edbf87ed68 20:47:20 ---> 6ef6498f5547 20:47:20 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:47:21 ---> Running in d8425ab9bb8f 20:47:21 Removing intermediate container d8425ab9bb8f 20:47:21 ---> 3097c248b01b 20:47:21 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:47:21 ---> Running in 7e11eaeb76f4 20:47:21 Removing intermediate container 7e11eaeb76f4 20:47:21 ---> 633f0ac59a00 20:47:21 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:47:21 ---> Running in 7e08dc3590cf 20:47:21 Removing intermediate container 7e08dc3590cf 20:47:21 ---> 82d51f00c51a 20:47:21 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:47:21 ---> Running in c33320949ef3 20:47:21 Removing intermediate container c33320949ef3 20:47:21 ---> 6955ee1c3260 20:47:21 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:47:21 ---> 6d9ed6652c88 20:47:21 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:47:21 ---> Running in 56e6f2f33e7d 20:47:22 Removing intermediate container 56e6f2f33e7d 20:47:22 ---> 0e05d8f8de52 20:47:22 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:22 ---> 8453f9a2099a 20:47:22 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:47:23 ---> 8d32e3924b6b 20:47:23 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:47:23 ---> 461443fe550b 20:47:23 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:47:23 ---> a22252fd9c01 20:47:23 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:47:23 ---> 561036af646e 20:47:23 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:47:23 ---> 0731c16040e2 20:47:23 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:47:23 ---> d9861d26fc2d 20:47:23 Step 27/32 : RUN chmod +x /entrypoint.sh 20:47:23 ---> Running in dfa562034836 20:47:24 Removing intermediate container dfa562034836 20:47:24 ---> de5e503c5f67 20:47:24 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:47:24 ---> Running in 73dd29f9a033 20:47:24 Removing intermediate container 73dd29f9a033 20:47:24 ---> 821a201ba6cc 20:47:24 Step 29/32 : CMD ["gate"] 20:47:24 ---> Running in 067ff5f8b0a8 20:47:24 Removing intermediate container 067ff5f8b0a8 20:47:24 ---> 5791e0425d28 20:47:24 Step 30/32 : LABEL arch=x86_64 20:47:24 ---> Running in c562e50d997f 20:47:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.869s coverage: 89.2% of statements 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:47:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.786s coverage: 2.6% of statements 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:47:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:47:24 Removing intermediate container c562e50d997f 20:47:24 ---> 80c3ef16b70e 20:47:24 Step 31/32 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:47:24 ---> Running in 22e2741aa192 20:47:24 Removing intermediate container 22e2741aa192 20:47:24 ---> b60f78fe3f70 20:47:24 Step 32/32 : LABEL version=0.0.0 20:47:24 ---> Running in d7c27af02958 20:47:24 Removing intermediate container d7c27af02958 20:47:24 ---> 50e641841ef9 20:47:24 20:47:25 Successfully built 50e641841ef9 20:47:25 Successfully tagged security-bootstrapper:latest 20:47:25  Building security-bootstrapper ... done  [Pipeline] } 20:47:25 $ docker stop --time=1 0d7ab18b45b412ec6da6883ed630a1640a552573f294201d3b138aa8ef1718e4 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.728s coverage: 95.6% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/io 0.565s coverage: 72.2% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.672s coverage: 65.9% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.074s coverage: 0.9% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.564s coverage: 29.6% of statements 20:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.397s coverage: 47.1% of statements 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.314s coverage: 82.9% of statements 20:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.224s coverage: 94.1% of statements 20:47:26 $ docker rm -f --volumes 0d7ab18b45b412ec6da6883ed630a1640a552573f294201d3b138aa8ef1718e4 [Pipeline] // withDockerContainer [Pipeline] sh 20:47:26 + docker images 20:47:26 REPOSITORY TAG IMAGE ID CREATED SIZE 20:47:26 security-bootstrapper latest 50e641841ef9 2 seconds ago 20.3MB 20:47:26 security-proxy-setup latest 9cc5fa0b51bf 6 seconds ago 27.8MB 20:47:26 7967d4858b6c 7 seconds ago 1.67GB 20:47:26 142a4c7aa40d 13 seconds ago 1.67GB 20:47:26 security-secretstore-setup latest fea2641cde45 17 seconds ago 29.9MB 20:47:26 support-notifications latest 4bdf07453aba 20 seconds ago 30.6MB 20:47:26 13e365a39d53 30 seconds ago 1.75GB 20:47:26 f1faa7c3ba62 33 seconds ago 1.68GB 20:47:26 security-spiffe-token-provider latest 1e3f5c4760b9 About a minute ago 29.8MB 20:47:26 3ac7990aa1c4 About a minute ago 1.72GB 20:47:26 security-spire-config latest 6567740fbc39 About a minute ago 85.8MB 20:47:26 core-common-config-bootstrapper latest a6a7ce6e792c About a minute ago 15.5MB 20:47:26 security-spire-server latest 2dbc9ceb0339 About a minute ago 86.5MB 20:47:26 5fb765e1de1b About a minute ago 1.68GB 20:47:26 d74e2517e870 About a minute ago 1.55GB 20:47:26 core-metadata latest ec12b26287f3 2 minutes ago 18.5MB 20:47:26 support-scheduler latest 4c437b4e24ad 2 minutes ago 30MB 20:47:26 core-command latest 39e2d365c519 2 minutes ago 17.7MB 20:47:26 core-data latest 57cf8b547464 2 minutes ago 17.9MB 20:47:26 d70765754d11 2 minutes ago 1.75GB 20:47:26 7408c98be5e2 2 minutes ago 1.69GB 20:47:26 27b2b8b1e0df 2 minutes ago 1.68GB 20:47:26 715a2da5b229 2 minutes ago 1.69GB 20:47:26 security-spire-agent latest 1a1938b87793 2 minutes ago 125MB 20:47:26 e0913ca3d6e7 3 minutes ago 1.55GB 20:47:26 ci-base-image-x86_64 latest 7b22f3de053c 6 minutes ago 904MB 20:47:26 alpine 3.16 bfe296a52501 2 months ago 5.54MB 20:47:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 20:47:26 alpine 3.15 c4fc93816858 6 months ago 5.59MB 20:47:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 20:47:26 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] } 20:47:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.265s coverage: 96.3% of statements 20:47:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.376s coverage: 87.5% of statements 20:47:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.568s coverage: 94.4% of statements 20:47:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.371s coverage: 44.8% of statements 20:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.051s coverage: 79.9% of statements 20:47:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.511s coverage: 92.9% of statements 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.265s coverage: 86.9% of statements 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.188s coverage: 100.0% of statements 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.316s coverage: 77.4% of statements 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.325s coverage: 80.0% of statements 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.289s coverage: 87.2% of statements 20:47:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.850s coverage: 91.2% of statements 20:47:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:48:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.017s coverage: 64.7% of statements 20:48:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:48:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:48:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.231s coverage: 100.0% of statements 20:48:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.135s coverage: 89.4% of statements 20:48:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 20:48:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements 20:48:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 20:48:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.364s coverage: 65.3% of statements 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.880s coverage: 41.8% of statements 20:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.302s coverage: 89.5% of statements 20:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.279s coverage: 84.8% of statements 20:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:48:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:48:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.300s coverage: 17.7% of statements 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:48:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.661s coverage: 92.3% of statements 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:48:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.282s coverage: 63.2% of statements 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:48:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.449s coverage: 97.7% of statements 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:48:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:48:19 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 20:48:19 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:48:19 go vet ./... 20:50:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:50:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:50:11 ./bin/test-attribution-txt.sh [Pipeline] echo 20:50:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:50:12 + ls -al . 20:50:12 total 740 20:50:12 drwxrwxr-x 10 1001 1001 4096 Feb 6 20:44 . 20:50:12 drwxr-xr-x 4 root root 4096 Feb 6 20:44 .. 20:50:12 drwxrwxr-x 2 1001 1001 4096 Feb 6 20:42 .blubracket 20:50:12 -rw-rw-r-- 1 1001 1001 16 Feb 6 20:42 .dockerignore 20:50:12 drwxrwxr-x 8 1001 1001 4096 Feb 6 20:42 .git 20:50:12 drwxrwxr-x 3 1001 1001 4096 Feb 6 20:42 .github 20:50:12 -rw-rw-r-- 1 1001 1001 1024 Feb 6 20:42 .gitignore 20:50:12 -rw-rw-r-- 1 1001 1001 42 Feb 6 20:42 .golangci.yml 20:50:12 -rw-rw-r-- 1 1001 1001 87 Feb 6 20:42 .hadolint.yml 20:50:12 -rw-rw-r-- 1 1001 1001 166 Feb 6 20:42 .sonarcloud.properties 20:50:12 -rw-rw-r-- 1 1001 1001 1171 Feb 6 20:42 ADOPTERS.md 20:50:12 -rw-rw-r-- 1 1001 1001 10825 Feb 6 20:42 Attribution.txt 20:50:12 -rw-rw-r-- 1 1001 1001 73765 Feb 6 20:42 CHANGELOG.md 20:50:12 -rw-rw-r-- 1 1001 1001 3804 Feb 6 20:42 CONTRIBUTING.md 20:50:12 -rw-rw-r-- 1 1001 1001 677 Feb 6 20:42 GOVERNANCE.md 20:50:12 -rw-rw-r-- 1 1001 1001 850 Feb 6 20:42 Jenkinsfile 20:50:12 -rw-rw-r-- 1 1001 1001 10775 Feb 6 20:42 LICENSE 20:50:12 -rw-rw-r-- 1 1001 1001 13375 Feb 6 20:42 Makefile 20:50:12 -rw-rw-r-- 1 1001 1001 582 Feb 6 20:42 OWNERS.md 20:50:12 -rw-rw-r-- 1 1001 1001 9403 Feb 6 20:42 README.md 20:50:12 -rw-rw-r-- 1 1001 1001 6912 Feb 6 20:42 SECURITY.md 20:50:12 -rw-rw-r-- 1 1001 1001 5 Feb 6 20:40 VERSION 20:50:12 drwxrwxr-x 2 1001 1001 4096 Feb 6 20:42 bin 20:50:12 drwxrwxr-x 17 1001 1001 4096 Feb 6 20:42 cmd 20:50:12 -rw-r--r-- 1 root root 486191 Feb 6 20:48 coverage.out 20:50:12 -rw-rw-r-- 1 1001 1001 3365 Feb 6 20:42 go.mod 20:50:12 -rw-rw-r-- 1 1001 1001 34951 Feb 6 20:42 go.sum 20:50:12 drwxrwxr-x 7 1001 1001 4096 Feb 6 20:42 internal 20:50:12 drwxrwxr-x 3 1001 1001 4096 Feb 6 20:42 openapi 20:50:12 drwxrwxr-x 4 1001 1001 4096 Feb 6 20:42 snap 20:50:12 -rw-rw-r-- 1 1001 1001 204 Feb 6 20:42 version.go [Pipeline] sh 20:50:12 + '[' -e coverage.out ] 20:50:12 + chown 1001:1001 coverage.out [Pipeline] stash 20:50:12 Warning: overwriting stash ‘coverage-report’ 20:50:13 Stashed 1 file(s) [Pipeline] sh 20:50:13 + make build 20:50:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:51:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:51:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:51:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:51:46 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:52:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:52:33 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 20:52:38 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 20:52:45 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 20:52:48 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 20:52:53 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 20:53:05 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] } 20:53:12 $ docker stop --time=1 e5f6ee45fc3fbffc20d93f2ebbd457db4cf43022654f52f30867ba125e27dc85 20:53:15 $ docker rm -f --volumes e5f6ee45fc3fbffc20d93f2ebbd457db4cf43022654f52f30867ba125e27dc85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:53:17 20:53:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:53:17 latest: Pulling from edgex-devops/edgex-compose-arm64 20:53:17 29e5d40040c1: Pulling fs layer 20:53:17 1ce36da41761: Pulling fs layer 20:53:17 25b303627fd3: Pulling fs layer 20:53:18 29e5d40040c1: Download complete 20:53:18 1ce36da41761: Verifying Checksum 20:53:18 1ce36da41761: Download complete 20:53:18 29e5d40040c1: Pull complete 20:53:20 1ce36da41761: Pull complete 20:53:20 25b303627fd3: Verifying Checksum 20:53:20 25b303627fd3: Download complete 20:53:30 25b303627fd3: Pull complete 20:53:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:53:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:53:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:30 prd-ubuntu20.04-docker-arm64-4c-16g-4745 does not seem to be running inside a container 20:53:30 $ 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 20:53:33 $ docker top 70d842c8a35246d563a5b9b9743cc89eec611299bec0bcd33511681115e770ca -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:34 + docker-compose build --help 20:53:34 + grep parallel 20:53:38 --parallel Build images in parallel. [Pipeline] } 20:53:38 $ docker stop --time=1 70d842c8a35246d563a5b9b9743cc89eec611299bec0bcd33511681115e770ca 20:53:40 $ docker rm -f --volumes 70d842c8a35246d563a5b9b9743cc89eec611299bec0bcd33511681115e770ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:53:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:41 prd-ubuntu20.04-docker-arm64-4c-16g-4745 does not seem to be running inside a container 20:53:41 $ 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 20:53:42 $ docker top 767ef64df0546d5f05281e031b16288dbc44660def7ba07f6b34cd8e741fc874 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:43 + docker-compose -f ./docker-compose-build.yml build --parallel 20:53:47 Building core-command ... 20:53:47 Building core-common-config-bootstrapper ... 20:53:47 Building core-data ... 20:53:47 Building core-metadata ... 20:53:47 Building security-bootstrapper ... 20:53:47 Building security-proxy-setup ... 20:53:47 Building security-secretstore-setup ... 20:53:47 Building security-spiffe-token-provider ... 20:53:47 Building security-spire-agent ... 20:53:47 Building security-spire-config ... 20:53:47 Building security-spire-server ... 20:53:47 Building support-notifications ... 20:53:47 Building support-scheduler ... 20:53:47 Building security-spire-server 20:53:47 Building security-spire-config 20:53:47 Building core-metadata 20:53:47 Building security-proxy-setup 20:53:47 Building security-bootstrapper 20:54:44 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:54:44 ---> a671ebfa8c1b 20:54:44 Step 3/21 : WORKDIR /edgex-go 20:54:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:54:44 ---> a671ebfa8c1b 20:54:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:54:44 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:54:44 ---> a671ebfa8c1b 20:54:44 Step 3/23 : WORKDIR /edgex-go 20:54:44 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:44 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:54:44 ---> a671ebfa8c1b 20:54:44 Step 3/32 : WORKDIR /edgex-go 20:54:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:54:44 ---> a671ebfa8c1b 20:54:44 Step 3/24 : WORKDIR /edgex-go 20:54:44 ---> Running in 71e92705948d 20:54:44 ---> Running in b23342ac39a2 20:54:44 ---> Running in e8bfffd47a87 20:54:44 ---> Running in 3bc296b20672 20:54:44 ---> Running in f745c9be80ad 20:54:44 Removing intermediate container f745c9be80ad 20:54:44 ---> 670a7a302cb3 20:54:44 Step 4/32 : RUN apk add --update --no-cache make git 20:54:44 Removing intermediate container e8bfffd47a87 20:54:44 ---> 0beff3758b04 20:54:44 Step 4/24 : WORKDIR /edgex-go 20:54:44 Removing intermediate container 71e92705948d 20:54:44 ---> f72c411650fa 20:54:44 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:54:44 Removing intermediate container b23342ac39a2 20:54:44 ---> 101631895dad 20:54:44 Step 4/21 : RUN apk add --update --no-cache make git 20:54:44 ---> Running in f2f9ddabdbac 20:54:44 Removing intermediate container 3bc296b20672 20:54:44 ---> 55a520a79433 20:54:44 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:54:44 ---> Running in f7de303b23fa 20:54:44 ---> Running in 40c3986eecfc 20:54:44 ---> Running in 5f085fcfad0a 20:54:44 ---> Running in 63808f1e9252 20:54:44 Removing intermediate container 40c3986eecfc 20:54:44 ---> f6fe44eb54a5 20:54:44 Step 5/24 : RUN apk add --update --no-cache make git 20:54:44 ---> Running in f41dc41b7c14 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:54:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:54:44 OK: 221 MiB in 51 packages 20:54:44 OK: 221 MiB in 51 packages 20:54:44 OK: 221 MiB in 51 packages 20:54:44 OK: 221 MiB in 51 packages 20:54:44 OK: 221 MiB in 51 packages 20:54:44 Removing intermediate container 5f085fcfad0a 20:54:44 ---> b7d66142cb37 20:54:44 Step 5/24 : COPY go.mod vendor* ./ 20:54:44 Removing intermediate container f2f9ddabdbac 20:54:44 ---> 9c0028702474 20:54:44 Step 5/32 : COPY go.mod vendor* ./ 20:54:44 Removing intermediate container f7de303b23fa 20:54:44 ---> e7154696405b 20:54:44 Step 5/21 : COPY go.mod vendor* ./ 20:54:44 Removing intermediate container f41dc41b7c14 20:54:44 ---> 8428237b239d 20:54:44 Step 6/24 : COPY go.mod vendor* ./ 20:54:44 Removing intermediate container 63808f1e9252 20:54:44 ---> a9d5e15ec8d1 20:54:44 Step 5/23 : COPY go.mod vendor* ./ 20:54:45 ---> 356b5e98b376 20:54:45 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:45 ---> de94b4103222 20:54:45 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:45 ---> Running in 2508012a4cfc 20:54:45 ---> Running in 16bc48331444 20:54:45 ---> bc5f80a7d12e 20:54:45 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:45 ---> Running in 51a5b73d937d 20:54:46 ---> 193b2483819c 20:54:46 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:46 ---> Running in 316efdedb804 20:54:46 ---> a932361f7cce 20:54:46 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:46 ---> Running in d37adb61c639 20:56:38 Removing intermediate container 316efdedb804 20:56:38 ---> 1c709424a084 20:56:38 Step 8/24 : COPY . . 20:56:38 Removing intermediate container 51a5b73d937d 20:56:38 ---> f1681e92b0c8 20:56:38 Step 7/21 : COPY . . 20:56:38 Removing intermediate container d37adb61c639 20:56:38 ---> 05c831cd9da5 20:56:38 Step 7/23 : COPY . . 20:56:38 Removing intermediate container 16bc48331444 20:56:38 ---> 038563d1b54f 20:56:38 Step 7/32 : COPY . . 20:56:38 Removing intermediate container 2508012a4cfc 20:56:38 ---> ebdce9aee2f6 20:56:38 Step 7/24 : COPY . . 20:56:53 ---> d3f2c25a930e 20:56:53 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:56:53 ---> 8cde0d549b6e 20:56:53 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:56:53 ---> 67ac2f68b12a 20:56:53 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:56:53 ---> Running in 38cee264c44c 20:56:53 ---> 014e686353be 20:56:53 ---> Running in bdb2497672d1 20:56:53 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:56:53 ---> Running in 91d7f91cf733 20:56:53 ---> f4b2a33dc47a 20:56:53 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:56:53 ---> Running in 87b3472216bc 20:56:53 ---> Running in 872a2ef7bd50 20:56:53 Removing intermediate container bdb2497672d1 20:56:53 ---> 0bc8a14d0438 20:56:53 Step 9/23 : WORKDIR /edgex-go/spire-build 20:56:53 ---> Running in df8c4be741c1 20:56:54 Removing intermediate container 872a2ef7bd50 20:56:54 ---> 7b195bc70086 20:56:54 Step 9/24 : WORKDIR /edgex-go/spire-build 20:56:54 ---> Running in 3ae0b86462b0 20:56:54 Removing intermediate container df8c4be741c1 20:56:54 ---> 552868213d81 20:56:54 Step 10/23 : 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 20:56:54 ---> Running in db263e9ee3d0 20:56:54 Removing intermediate container 3ae0b86462b0 20:56:54 ---> 70e2911d39ee 20:56:54 Step 10/24 : 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 20:56:55 ---> Running in 579a75b265dc 20:56:55 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 20:56:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:56:55 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 20:56:59 Removing intermediate container db263e9ee3d0 20:56:59 ---> 2343d4c5cff5 20:56:59 Step 11/23 : WORKDIR /edgex-go 20:56:59 Removing intermediate container 579a75b265dc 20:56:59 ---> a7915de966e5 20:56:59 Step 11/24 : WORKDIR /edgex-go 20:56:59 ---> Running in d05384b133c7 20:56:59 ---> Running in b5bbbf587547 20:56:59 Removing intermediate container d05384b133c7 20:56:59 ---> ecd8f8169177 20:56:59 20:56:59 Step 12/23 : FROM alpine:3.15 20:56:59 Removing intermediate container b5bbbf587547 20:56:59 ---> ffccd411bcb2 20:56:59 20:56:59 Step 12/24 : FROM alpine:3.15 20:56:59 3.15: Pulling from library/alpine 20:56:59 3.15: Pulling from library/alpine 20:57:01 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:57:01 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:57:01 Status: Downloaded newer image for alpine:3.15 20:57:01 Status: Downloaded newer image for alpine:3.15 20:57:01 ---> 8aa73fd46299 20:57:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:57:01 ---> 8aa73fd46299 20:57:01 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:57:01 ---> Running in fbc19bb065c0 20:57:01 ---> Running in 883777b8962b 20:57:02 Removing intermediate container fbc19bb065c0 20:57:02 ---> 9a402bbbdcfa 20:57:02 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:57:02 Removing intermediate container 883777b8962b 20:57:02 ---> 5d30994a7762 20:57:02 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:57:02 ---> Running in 1da8ab60071d 20:57:02 ---> Running in 80d8b2cfc07a 20:57:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:57:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:57:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:57:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:57:06 v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:57:06 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:57:06 OK: 15736 distinct packages available 20:57:06 v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:57:06 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:57:06 OK: 15736 distinct packages available 20:57:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:57:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:57:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:57:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:57:08 (1/5) Installing dumb-init (1.2.5-r1) 20:57:08 (2/5) Installing musl-obstack (1.2.3-r0) 20:57:08 (3/5) Installing libucontext (1.1-r0) 20:57:08 (4/5) Installing gcompat (1.0.0-r4) 20:57:08 (5/5) Installing openssl (1.1.1s-r1) 20:57:08 Executing busybox-1.34.1-r7.trigger 20:57:08 OK: 6 MiB in 19 packages 20:57:08 (1/4) Installing dumb-init (1.2.5-r1) 20:57:08 (2/4) Installing musl-obstack (1.2.3-r0) 20:57:08 (3/4) Installing libucontext (1.1-r0) 20:57:08 (4/4) Installing gcompat (1.0.0-r4) 20:57:08 Executing busybox-1.34.1-r7.trigger 20:57:08 OK: 6 MiB in 18 packages 20:57:11 Removing intermediate container 80d8b2cfc07a 20:57:11 ---> 531909a0370f 20:57:11 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:57:11 Removing intermediate container 1da8ab60071d 20:57:11 ---> d33101f51fc0 20:57:11 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:57:19 ---> bad79c82e978 20:57:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:57:19 ---> e4be3c31e1dc 20:57:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:57:20 ---> 1570850d6d77 20:57:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:57:20 ---> ffb935909543 20:57:20 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:57:20 ---> Running in 8c5f152250bc 20:57:21 Removing intermediate container 8c5f152250bc 20:57:21 ---> a0e50edf324b 20:57:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:57:21 ---> 33057f484b6d 20:57:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:57:22 ---> 0b8030a30d7f 20:57:22 Step 19/24 : WORKDIR / 20:57:22 ---> Running in b0e4bdf3a9cd 20:57:22 ---> bd6c898f2ff4 20:57:22 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:57:22 ---> Running in 7d334cc99bb8 20:57:23 Removing intermediate container b0e4bdf3a9cd 20:57:23 ---> c469fded442f 20:57:23 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:57:23 Removing intermediate container 7d334cc99bb8 20:57:23 ---> Running in 8f03697e3739 20:57:23 ---> 0842a623d9bc 20:57:23 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:57:23 ---> Running in d3459d21a196 20:57:24 Removing intermediate container 8f03697e3739 20:57:24 ---> a21d2282fdf9 20:57:24 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:57:24 Removing intermediate container d3459d21a196 20:57:24 ---> 3b28663e0915 20:57:24 Step 21/23 : LABEL arch=arm64 20:57:24 ---> Running in 29f7b6c9e802 20:57:24 ---> Running in fb99afc9cc95 20:57:24 Removing intermediate container 29f7b6c9e802 20:57:24 ---> a633f44b231e 20:57:24 Step 22/24 : LABEL arch=arm64 20:57:24 ---> Running in 3b314e709cec 20:57:25 Removing intermediate container fb99afc9cc95 20:57:25 ---> adb3ba9c05e9 20:57:25 Step 22/23 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:57:25 ---> Running in 80f6eb0fd9e1 20:57:25 Removing intermediate container 3b314e709cec 20:57:25 ---> 80216e1ceaae 20:57:25 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 20:57:25 ---> Running in 76df34e7ea99 20:57:26 Removing intermediate container 80f6eb0fd9e1 20:57:26 ---> ac3a88c2a051 20:57:26 Step 23/23 : LABEL version=0.0.0 20:57:26 ---> Running in 79f0b35b7c9c 20:57:26 Removing intermediate container 76df34e7ea99 20:57:26 ---> ba8463fcfb3a 20:57:26 Step 24/24 : LABEL version=0.0.0 20:57:26 ---> Running in 9a8a0b503473 20:57:26 Removing intermediate container 79f0b35b7c9c 20:57:26 ---> 3d56386a44d7 20:57:26 20:57:27 Removing intermediate container 9a8a0b503473 20:57:27 ---> 690394fd1f1b 20:57:27 20:57:27 Successfully built 3d56386a44d7 20:57:27 Successfully tagged security-spire-server-arm64:latest 20:57:27  Building security-spire-server ... done Building core-common-config-bootstrapper 20:57:27 Successfully built 690394fd1f1b 20:57:27 Successfully tagged security-spire-config-arm64:latest 20:57:27  Building security-spire-config ... done Building support-scheduler 20:57:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:57:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:57:54 ---> a671ebfa8c1b 20:57:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:57:54 ---> Using cache 20:57:54 ---> 0beff3758b04 20:57:54 Step 4/22 : WORKDIR /edgex-go 20:57:54 ---> Using cache 20:57:54 ---> f6fe44eb54a5 20:57:54 Step 5/22 : RUN apk add --update --no-cache make git 20:57:54 ---> Using cache 20:57:54 ---> 8428237b239d 20:57:54 Step 6/22 : COPY go.mod vendor* ./ 20:57:54 ---> Using cache 20:57:54 ---> 193b2483819c 20:57:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:57:54 ---> Using cache 20:57:54 ---> 1c709424a084 20:57:54 Step 8/22 : COPY . . 20:57:54 ---> Using cache 20:57:54 ---> d3f2c25a930e 20:57:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:57:54 ---> Running in f0154d8e9cc7 20:57:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:57:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:57:54 ---> a671ebfa8c1b 20:57:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:57:54 ---> Using cache 20:57:54 ---> 0beff3758b04 20:57:54 Step 4/22 : WORKDIR /edgex-go 20:57:54 ---> Using cache 20:57:54 ---> f6fe44eb54a5 20:57:54 Step 5/22 : RUN apk add --update --no-cache make git 20:57:54 ---> Using cache 20:57:54 ---> 8428237b239d 20:57:54 Step 6/22 : COPY go.mod vendor* ./ 20:57:54 ---> Using cache 20:57:54 ---> 193b2483819c 20:57:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:57:54 ---> Using cache 20:57:54 ---> 1c709424a084 20:57:54 Step 8/22 : COPY . . 20:57:54 ---> Using cache 20:57:54 ---> d3f2c25a930e 20:57:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:57:55 ---> Running in f5d7eb7f9b20 20:57:55 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:57:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:02:49 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 21:03:11 Removing intermediate container 91d7f91cf733 21:03:11 ---> 7adb7753573d 21:03:11 21:03:11 Step 9/21 : FROM alpine:3.16 21:03:11 3.16: Pulling from library/alpine 21:03:11 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:03:11 Status: Downloaded newer image for alpine:3.16 21:03:11 ---> 2b4661558fb8 21:03:11 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 21:03:11 ---> Running in d54c7761d705 21:03:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:03:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:03:13 (1/6) Installing ca-certificates (20220614-r0) 21:03:13 (2/6) Installing brotli-libs (1.0.9-r6) 21:03:13 (3/6) Installing nghttp2-libs (1.47.0-r0) 21:03:13 (4/6) Installing libcurl (7.83.1-r5) 21:03:13 (5/6) Installing curl (7.83.1-r5) 21:03:13 (6/6) Installing dumb-init (1.2.5-r1) 21:03:13 Executing busybox-1.35.0-r17.trigger 21:03:13 Executing ca-certificates-20220614-r0.trigger 21:03:14 OK: 8 MiB in 20 packages 21:03:18 Removing intermediate container d54c7761d705 21:03:18 ---> ae610bc71b0c 21:03:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:03:18 ---> Running in f5377ce71436 21:03:18 Removing intermediate container f5377ce71436 21:03:18 ---> 2934ac1005fe 21:03:18 Step 12/21 : WORKDIR /edgex 21:03:18 ---> Running in c51c0c6d14b2 21:03:19 Removing intermediate container c51c0c6d14b2 21:03:19 ---> 9a46ffd21cca 21:03:19 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:03:20 ---> 7af7cef2ff6b 21:03:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:03:21 ---> f91d84d8259f 21:03:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:03:24 ---> 67d8779f0061 21:03:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:03:25 ---> cbaf1059395a 21:03:25 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:03:25 ---> Running in c62fe5b9a9e5 21:03:31 Removing intermediate container c62fe5b9a9e5 21:03:31 ---> 73aa8d3584a8 21:03:31 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 21:03:31 ---> Running in 7b919a9cf628 21:03:31 Removing intermediate container 7b919a9cf628 21:03:31 ---> 952c98743746 21:03:31 Step 19/21 : LABEL arch=arm64 21:03:31 Removing intermediate container 87b3472216bc 21:03:31 ---> 33a932286569 21:03:31 21:03:31 Step 9/32 : FROM alpine:3.16 21:03:31 ---> 2b4661558fb8 21:03:31 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:03:31 ---> Running in 3a68f5ab2a1b 21:03:31 ---> Running in af5cce4a54df 21:03:31 Removing intermediate container 3a68f5ab2a1b 21:03:31 ---> ae30c3900379 21:03:31 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:03:31 Removing intermediate container af5cce4a54df 21:03:31 ---> fe0b2b254e39 21:03:31 Step 20/21 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:03:31 ---> Running in e2f411ce7bd7 21:03:32 ---> Running in a6a740f840b1 21:03:32 Removing intermediate container a6a740f840b1 21:03:32 ---> 338432e10cb8 21:03:33 Step 21/21 : LABEL version=0.0.0 21:03:33 ---> Running in e9f2b4f0fd17 21:03:33 Removing intermediate container e9f2b4f0fd17 21:03:33 ---> 1ff85ea3ffa5 21:03:33 21:03:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:03:34 Successfully built 1ff85ea3ffa5 21:03:34 Successfully tagged security-proxy-setup-arm64:latest 21:03:34  Building security-proxy-setup ... done Building security-spiffe-token-provider 21:03:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:03:35 (1/2) Installing dumb-init (1.2.5-r1) 21:03:35 (2/2) Installing su-exec (0.2-r1) 21:03:35 Executing busybox-1.35.0-r17.trigger 21:03:35 OK: 5 MiB in 16 packages 21:03:37 Removing intermediate container e2f411ce7bd7 21:03:37 ---> 0094803656df 21:03:37 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:03:37 ---> Running in ab1daa04cdf8 21:03:38 Removing intermediate container ab1daa04cdf8 21:03:38 ---> cc8df066b7b0 21:03:38 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:03:38 ---> Running in 91b714cd50c9 21:03:39 Removing intermediate container 91b714cd50c9 21:03:39 ---> d271ccf307bd 21:03:39 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:03:39 ---> Running in 846cc0829a54 21:03:39 Removing intermediate container 846cc0829a54 21:03:39 ---> d3ec58db138c 21:03:39 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:03:39 ---> Running in 9f43dc6ea201 21:03:40 Removing intermediate container 9f43dc6ea201 21:03:40 ---> 8621fd747448 21:03:40 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:03:40 ---> Running in b1dc328d3c7e 21:03:43 Removing intermediate container b1dc328d3c7e 21:03:43 ---> 9d1701c8de67 21:03:43 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:03:44 ---> Running in 76cb990f6796 21:03:44 Removing intermediate container 76cb990f6796 21:03:44 ---> 9fd9aed8ee59 21:03:44 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:03:45 ---> 02db6d95fd71 21:03:45 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:03:45 ---> Running in a4520e10dc4a 21:03:49 Removing intermediate container a4520e10dc4a 21:03:49 ---> 8b21d15fd6af 21:03:49 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:49 ---> b607aabfcd83 21:03:49 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:03:52 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:03:52 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:03:52 ---> a671ebfa8c1b 21:03:52 Step 3/19 : WORKDIR /edgex-go 21:03:52 ---> Using cache 21:03:52 ---> 55a520a79433 21:03:52 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:03:52 ---> Running in 916233a4440f 21:03:52 ---> b77ecf1a92ef 21:03:52 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:03:55 ---> 409637cd1a32 21:03:55 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:03:56 v3.16.3-154-ga2a60f3e0f [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:03:56 v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:03:56 OK: 16901 distinct packages available 21:03:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:03:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:03:56 ---> cc6bc6f5b156 21:03:56 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:03:58 ---> 37bf0e65f752 21:03:58 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:03:58 OK: 221 MiB in 51 packages 21:04:00 ---> a7523bc42b76 21:04:00 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:04:00 Removing intermediate container 916233a4440f 21:04:00 ---> 35f2f10f9ab7 21:04:00 Step 5/19 : COPY go.mod vendor* ./ 21:04:01 ---> b70d7dbbc9d8 21:04:01 Step 27/32 : RUN chmod +x /entrypoint.sh 21:04:02 ---> Running in 4715b74908b3 21:04:02 ---> 7539bcf992d5 21:04:02 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:04:02 ---> Running in 7300b82d8820 21:04:03 Removing intermediate container 38cee264c44c 21:04:03 ---> 58cafbe53b2d 21:04:03 21:04:03 Step 10/24 : FROM alpine:3.16 21:04:03 ---> 2b4661558fb8 21:04:03 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:04:04 ---> Running in 61b2eb7b79e5 21:04:06 Removing intermediate container 4715b74908b3 21:04:06 ---> e15304aa641b 21:04:06 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:04:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:04:06 ---> Running in c8df548a8290 21:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:04:07 Removing intermediate container c8df548a8290 21:04:07 ---> d20ebf9fea19 21:04:07 Step 29/32 : CMD ["gate"] 21:04:07 ---> Running in 84fc9f54e453 21:04:07 Removing intermediate container 84fc9f54e453 21:04:07 ---> 95fe818765b0 21:04:07 Step 30/32 : LABEL arch=arm64 21:04:07 ---> Running in 443887d54609 21:04:08 Removing intermediate container 443887d54609 21:04:08 ---> 462aead4ea82 21:04:08 Step 31/32 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:04:08 ---> Running in 2901702dc1ee 21:04:08 (1/1) Installing dumb-init (1.2.5-r1) 21:04:08 Executing busybox-1.35.0-r17.trigger 21:04:08 OK: 5 MiB in 15 packages 21:04:08 Removing intermediate container 2901702dc1ee 21:04:08 ---> ec6549fa14ac 21:04:08 Step 32/32 : LABEL version=0.0.0 21:04:09 ---> Running in 99d599d94d77 21:04:10 Removing intermediate container 99d599d94d77 21:04:10 ---> 97c1a682fdbe 21:04:10 21:04:10 Removing intermediate container 61b2eb7b79e5 21:04:10 ---> a8b8ebe001ca 21:04:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:04:10 Successfully built 97c1a682fdbe 21:04:10 Successfully tagged security-bootstrapper-arm64:latest 21:04:10 ---> Running in 1716e5e94103 21:04:10  Building security-bootstrapper ... done Building core-command 21:04:10 Removing intermediate container 1716e5e94103 21:04:10 ---> fc3acc62e555 21:04:10 Step 13/24 : ENV APP_PORT=59881 21:04:11 ---> Running in 15f9cd8ea936 21:04:11 Removing intermediate container 15f9cd8ea936 21:04:11 ---> 047860026a86 21:04:11 Step 14/24 : EXPOSE $APP_PORT 21:04:11 ---> Running in 5b618619c985 21:04:12 Removing intermediate container 5b618619c985 21:04:12 ---> 4102fcb41859 21:04:12 Step 15/24 : WORKDIR / 21:04:12 ---> Running in 3f05c58a9cf6 21:04:12 Removing intermediate container 3f05c58a9cf6 21:04:12 ---> edd2e4f18c36 21:04:12 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:13 ---> 82456271b635 21:04:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:04:15 ---> 06368cdd533f 21:04:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:04:16 ---> ef0bd8fc3e50 21:04:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:04:17 ---> 7ca12c9ef2e0 21:04:17 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:04:17 ---> Running in 713ffe99a236 21:04:17 Removing intermediate container 713ffe99a236 21:04:17 ---> fde1b26637ba 21:04:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:04:18 ---> Running in ef7dc03e4257 21:04:18 Removing intermediate container ef7dc03e4257 21:04:18 ---> 6f1bc5a3733a 21:04:18 Step 22/24 : LABEL arch=arm64 21:04:19 ---> Running in 82fa9a6cad0e 21:04:19 Removing intermediate container 82fa9a6cad0e 21:04:19 ---> 95c8c617e5a8 21:04:19 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:04:19 ---> Running in cba25b667a61 21:04:20 Removing intermediate container cba25b667a61 21:04:20 ---> 6af55b2c4700 21:04:20 Step 24/24 : LABEL version=0.0.0 21:04:20 ---> Running in b91d89e2b35b 21:04:22 Removing intermediate container b91d89e2b35b 21:04:22 ---> 9a795b095b76 21:04:22 21:04:22 Successfully built 9a795b095b76 21:04:22 Successfully tagged core-metadata-arm64:latest 21:04:22  Building core-metadata ... done Building security-spire-agent 21:04:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:04:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:04:28 ---> a671ebfa8c1b 21:04:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:04:28 ---> Using cache 21:04:28 ---> 0beff3758b04 21:04:28 Step 4/23 : WORKDIR /edgex-go 21:04:28 ---> Using cache 21:04:28 ---> f6fe44eb54a5 21:04:28 Step 5/23 : RUN apk add --update --no-cache make git 21:04:28 ---> Using cache 21:04:28 ---> 8428237b239d 21:04:28 Step 6/23 : COPY go.mod vendor* ./ 21:04:28 ---> Using cache 21:04:28 ---> 193b2483819c 21:04:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:04:28 ---> Using cache 21:04:28 ---> 1c709424a084 21:04:28 Step 8/23 : COPY . . 21:04:28 ---> Using cache 21:04:28 ---> d3f2c25a930e 21:04:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:04:29 ---> Running in e7098c0b0cd8 21:04:30 Removing intermediate container f5d7eb7f9b20 21:04:30 ---> 0057498d9025 21:04:30 21:04:30 Step 10/22 : FROM alpine:3.16 21:04:30 ---> 2b4661558fb8 21:04:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:04:30 ---> Running in afdb3db0de80 21:04:33 Removing intermediate container afdb3db0de80 21:04:33 ---> fb7eaebfd5f9 21:04:33 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:04:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:04:33 ---> Running in 13b8ff685666 21:04:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:04:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:04:37 (1/1) Installing dumb-init (1.2.5-r1) 21:04:37 Executing busybox-1.35.0-r17.trigger 21:04:37 OK: 5 MiB in 15 packages 21:04:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:04:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:04:40 ---> a671ebfa8c1b 21:04:40 Step 3/24 : WORKDIR /edgex-go 21:04:40 ---> Using cache 21:04:40 ---> 55a520a79433 21:04:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:04:40 ---> Using cache 21:04:40 ---> a9d5e15ec8d1 21:04:40 Step 5/24 : COPY go.mod vendor* ./ 21:04:40 ---> Using cache 21:04:40 ---> a932361f7cce 21:04:40 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:04:40 ---> Using cache 21:04:40 ---> 05c831cd9da5 21:04:40 Step 7/24 : COPY . . 21:04:40 ---> Using cache 21:04:40 ---> 8cde0d549b6e 21:04:40 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:04:40 ---> Using cache 21:04:40 ---> 0bc8a14d0438 21:04:40 Step 9/24 : WORKDIR /edgex-go/spire-build 21:04:40 ---> Using cache 21:04:40 ---> 552868213d81 21:04:40 Step 10/24 : 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 21:04:40 Removing intermediate container 13b8ff685666 21:04:40 ---> 8751f8fee5a5 21:04:40 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:40 ---> Running in b1c485eb63a2 21:04:41 ---> 47ec54ea2322 21:04:41 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:04:43 ---> 4b7fb85f9953 21:04:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:04:43 Removing intermediate container b1c485eb63a2 21:04:43 ---> 2eb61170358a 21:04:43 Step 11/24 : WORKDIR /edgex-go 21:04:44 ---> Running in 2f06428a5f09 21:04:44 Removing intermediate container 2f06428a5f09 21:04:44 ---> 44550356091d 21:04:44 21:04:44 Step 12/24 : FROM alpine:3.15 21:04:44 ---> 8aa73fd46299 21:04:44 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:04:44 ---> Using cache 21:04:45 ---> 5d30994a7762 21:04:45 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:04:45 ---> ecf927530e6c 21:04:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:04:45 ---> Running in d7910003ba5c 21:04:46 ---> fdd8bcb22998 21:04:46 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:04:46 ---> Running in 7d27e963ae69 21:04:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:04:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:04:49 Removing intermediate container 7d27e963ae69 21:04:49 ---> e2c3ec727736 21:04:49 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:04:49 ---> Running in 849037f43341 21:04:49 v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:04:49 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:04:49 OK: 15736 distinct packages available 21:04:49 Removing intermediate container 849037f43341 21:04:49 ---> 1d8a91b76548 21:04:49 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:04:50 ---> Running in 0e2228d3f801 21:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:04:50 Removing intermediate container 0e2228d3f801 21:04:50 ---> 11d2835a246f 21:04:50 Step 20/22 : LABEL arch=arm64 21:04:50 ---> Running in 03f8d08b4265 21:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:04:50 Removing intermediate container 03f8d08b4265 21:04:50 ---> 7e886b9f76c5 21:04:50 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:04:51 ---> Running in 9bb189719065 21:04:51 Removing intermediate container 9bb189719065 21:04:51 ---> d6c5f1a67188 21:04:51 Step 22/22 : LABEL version=0.0.0 21:04:51 ---> Running in 42d12275c542 21:04:52 Removing intermediate container 42d12275c542 21:04:52 ---> bb361ee9dbc2 21:04:52 21:04:52 (1/5) Installing dumb-init (1.2.5-r1) 21:04:52 (2/5) Installing musl-obstack (1.2.3-r0) 21:04:52 (3/5) Installing libucontext (1.1-r0) 21:04:52 (4/5) Installing gcompat (1.0.0-r4) 21:04:52 (5/5) Installing openssl (1.1.1s-r1) 21:04:52 Executing busybox-1.34.1-r7.trigger 21:04:52 OK: 6 MiB in 19 packages 21:04:52 Successfully built bb361ee9dbc2 21:04:52 Successfully tagged core-common-config-bootstrapper-arm64:latest 21:04:52  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 21:04:54 Removing intermediate container d7910003ba5c 21:04:54 ---> 21f59be49682 21:04:54 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:04:58 ---> fbdfc784152a 21:04:58 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:05:06 ---> e29f7043a740 21:05:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:05:07 ---> 4bbe728e911a 21:05:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:05:07 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:05:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:05:07 ---> a671ebfa8c1b 21:05:07 Step 3/24 : WORKDIR /edgex-go 21:05:07 ---> Using cache 21:05:07 ---> 55a520a79433 21:05:07 Step 4/24 : RUN apk add --update --no-cache make git 21:05:07 ---> Running in 1401dd4c5a20 21:05:10 ---> f98b0be4e35b 21:05:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:05:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:05:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:05:12 ---> 8d0b9394622f 21:05:12 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:05:12 ---> Running in 44f0d30e1eab 21:05:13 Removing intermediate container 44f0d30e1eab 21:05:13 ---> e3535a96645e 21:05:13 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:05:13 OK: 221 MiB in 51 packages 21:05:13 ---> Running in 81be27d50170 21:05:14 Removing intermediate container 81be27d50170 21:05:14 ---> bb6778ef2bcf 21:05:14 Step 22/24 : LABEL arch=arm64 21:05:14 ---> Running in 5b20c11f89f2 21:05:15 Removing intermediate container 1401dd4c5a20 21:05:15 ---> 3f3ec5cb2731 21:05:15 Step 5/24 : COPY go.mod vendor* ./ 21:05:15 Removing intermediate container 5b20c11f89f2 21:05:15 ---> bd3b0f4b524d 21:05:15 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:05:15 ---> Running in 1cd4a85155e7 21:05:16 ---> 7572ac25c8b8 21:05:16 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:05:16 Removing intermediate container 1cd4a85155e7 21:05:16 ---> abfabada9ab6 21:05:16 Step 24/24 : LABEL version=0.0.0 21:05:16 ---> Running in 69923cc32caa 21:05:17 ---> Running in 42b92a2e5221 21:05:18 Removing intermediate container 42b92a2e5221 21:05:18 ---> 16d65cf8b387 21:05:18 21:05:18 Successfully built 16d65cf8b387 21:05:18 Successfully tagged security-spire-agent-arm64:latest 21:05:18  Building security-spire-agent ... done Building support-notifications 21:05:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:05:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:05:37 ---> a671ebfa8c1b 21:05:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:05:37 ---> Using cache 21:05:37 ---> 0beff3758b04 21:05:37 Step 4/22 : WORKDIR /edgex-go 21:05:37 ---> Using cache 21:05:37 ---> f6fe44eb54a5 21:05:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:05:37 ---> Running in 3dc083ad458f 21:05:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:05:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:05:41 OK: 221 MiB in 51 packages 21:05:43 Removing intermediate container 3dc083ad458f 21:05:43 ---> d14d3b30cf6e 21:05:43 Step 6/22 : COPY go.mod vendor* ./ 21:05:45 ---> 8f876239e241 21:05:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:05:45 ---> Running in 93a199034186 21:05:53 Removing intermediate container 7300b82d8820 21:05:53 ---> 00bb84a8e853 21:05:53 Step 7/19 : COPY . . 21:06:06 ---> f2141ee892bf 21:06:06 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:06:06 ---> Running in 299d9df9d8c5 21:06:08 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 21:07:04 Removing intermediate container 69923cc32caa 21:07:04 ---> 4ba8e91a1d5c 21:07:04 Step 7/24 : COPY . . 21:07:11 Removing intermediate container f0154d8e9cc7 21:07:11 ---> d394b59280dd 21:07:11 21:07:11 Step 10/22 : FROM alpine:3.16 21:07:11 ---> 2b4661558fb8 21:07:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:07:11 ---> Using cache 21:07:11 ---> a8b8ebe001ca 21:07:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:07:11 ---> Using cache 21:07:11 ---> fc3acc62e555 21:07:11 Step 13/22 : ENV APP_PORT=59861 21:07:11 ---> Running in 71bb2bf1cba9 21:07:12 Removing intermediate container 71bb2bf1cba9 21:07:12 ---> 2b8a3026b789 21:07:12 Step 14/22 : EXPOSE $APP_PORT 21:07:12 ---> Running in 2e15fb46dfb9 21:07:15 Removing intermediate container 2e15fb46dfb9 21:07:15 ---> 242d8bfcec2f 21:07:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:17 ---> 6679c58ea3fe 21:07:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:07:24 ---> 51c80a2cc5c4 21:07:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:07:25 ---> 8412ca54bc55 21:07:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:07:26 ---> Running in 78e86d36fe47 21:07:26 ---> 04c2924bb4e6 21:07:26 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:07:27 ---> Running in 55acf7a35abc 21:07:27 Removing intermediate container 78e86d36fe47 21:07:27 ---> ecf622a9a92f 21:07:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:07:27 ---> Running in 9148b120e162 21:07:28 Removing intermediate container 9148b120e162 21:07:28 ---> 3d6c820dd21a 21:07:28 Step 20/22 : LABEL arch=arm64 21:07:29 ---> Running in 2180012029dc 21:07:29 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 21:07:30 Removing intermediate container 2180012029dc 21:07:30 ---> 0327377b1553 21:07:30 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:07:30 ---> Running in 467ab94358a8 21:07:31 Removing intermediate container 467ab94358a8 21:07:31 ---> eabac091911c 21:07:31 Step 22/22 : LABEL version=0.0.0 21:07:31 ---> Running in 79f74d29ed2a 21:07:32 Removing intermediate container 79f74d29ed2a 21:07:32 ---> 402a4ab2f3c8 21:07:32 21:07:32 Successfully built 402a4ab2f3c8 21:07:32 Successfully tagged support-scheduler-arm64:latest 21:07:32 Building core-data 21:07:54  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:07:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:07:54 ---> a671ebfa8c1b 21:07:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:07:54 ---> Using cache 21:07:54 ---> 0beff3758b04 21:07:54 Step 4/22 : WORKDIR /edgex-go 21:07:54 ---> Using cache 21:07:54 ---> f6fe44eb54a5 21:07:54 Step 5/22 : RUN apk add --update --no-cache make git 21:07:54 ---> Using cache 21:07:54 ---> 8428237b239d 21:07:54 Step 6/22 : COPY go.mod vendor* ./ 21:07:54 ---> Using cache 21:07:54 ---> 193b2483819c 21:07:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:07:54 ---> Using cache 21:07:54 ---> 1c709424a084 21:07:54 Step 8/22 : COPY . . 21:07:54 ---> Using cache 21:07:54 ---> d3f2c25a930e 21:07:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:07:54 ---> Running in 4deee8c1c1e9 21:07:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:07:55 Removing intermediate container 93a199034186 21:07:55 ---> 50eed5e5777e 21:07:55 Step 8/22 : COPY . . 21:08:07 ---> 44c1c3347394 21:08:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:08:07 ---> Running in 07d16dad2f4d 21:08:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:11:31 Removing intermediate container e7098c0b0cd8 21:11:31 ---> 43f0b739eb09 21:11:31 21:11:31 Step 10/23 : FROM alpine:3.16 21:11:31 ---> 2b4661558fb8 21:11:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:11:31 ---> Using cache 21:11:31 ---> a8b8ebe001ca 21:11:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:11:31 ---> Using cache 21:11:31 ---> fc3acc62e555 21:11:31 Step 13/23 : ENV APP_PORT=59882 21:11:31 ---> Running in c4e97a5f002b 21:11:31 Removing intermediate container c4e97a5f002b 21:11:31 ---> 0185dff24592 21:11:31 Step 14/23 : EXPOSE $APP_PORT 21:11:31 ---> Running in 2fe39ba6055a 21:11:31 Removing intermediate container 2fe39ba6055a 21:11:31 ---> 74fa2ab76c7e 21:11:31 Step 15/23 : WORKDIR / 21:11:31 ---> Running in ea9cb3441e3a 21:11:31 Removing intermediate container ea9cb3441e3a 21:11:31 ---> 96a7b3753875 21:11:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:11:31 ---> 78c3acce27f1 21:11:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:11:31 ---> 15231ed397ad 21:11:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:11:31 ---> ddc58022b49e 21:11:31 Step 19/23 : ENTRYPOINT ["/core-command"] 21:11:31 ---> Running in 908b44d9857d 21:11:31 Removing intermediate container 908b44d9857d 21:11:31 ---> 95d6061b8e4b 21:11:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:11:31 ---> Running in db83c27bc3b0 21:11:31 Removing intermediate container db83c27bc3b0 21:11:31 ---> 12197ae18149 21:11:31 Step 21/23 : LABEL arch=arm64 21:11:31 ---> Running in da1135743807 21:11:31 Removing intermediate container da1135743807 21:11:31 ---> 8c9a359b4660 21:11:31 Step 22/23 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:11:31 ---> Running in f97c188ef75f 21:11:31 Removing intermediate container f97c188ef75f 21:11:31 ---> c9064d3199d3 21:11:31 Step 23/23 : LABEL version=0.0.0 21:11:31 ---> Running in 3f99559b7169 21:11:31 Removing intermediate container 3f99559b7169 21:11:31 ---> 70a0ef07dfc1 21:11:31 21:11:31 Successfully built 70a0ef07dfc1 21:11:31 Successfully tagged core-command-arm64:latest 21:13:38  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:13:56 Removing intermediate container 55acf7a35abc 21:13:56 ---> d11a364e8fd0 21:13:56 21:13:56 Step 9/24 : FROM alpine:3.16 21:13:56 ---> 2b4661558fb8 21:13:56 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:13:56 ---> Running in fe70b3590f75 21:13:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:13:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:13:59 (1/3) Installing ca-certificates (20220614-r0) 21:13:59 (2/3) Installing dumb-init (1.2.5-r1) 21:13:59 (3/3) Installing su-exec (0.2-r1) 21:13:59 Executing busybox-1.35.0-r17.trigger 21:13:59 Executing ca-certificates-20220614-r0.trigger 21:13:59 OK: 6 MiB in 17 packages 21:14:01 Removing intermediate container fe70b3590f75 21:14:01 ---> 8baf65758fad 21:14:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:14:01 ---> Running in 508392d99850 21:14:02 Removing intermediate container 508392d99850 21:14:02 ---> 18618c693c73 21:14:02 Step 12/24 : WORKDIR / 21:14:02 ---> Running in 55535e1dcfa9 21:14:03 Removing intermediate container 55535e1dcfa9 21:14:03 ---> 28bb5908248c 21:14:03 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:14:05 ---> 55aa13a81de2 21:14:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:14:05 ---> 35da682b17db 21:14:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:14:06 ---> d3ff5b219f51 21:14:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:14:07 ---> 04813ccab6f4 21:14:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:14:09 ---> cfb929d8d9b6 21:14:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:14:11 ---> f1bb3bc14026 21:14:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:14:12 ---> 22001d6724ee 21:14:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:14:12 ---> Running in e7376d4c08da 21:14:16 Removing intermediate container e7376d4c08da 21:14:16 ---> bd93b57d5f67 21:14:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:14:18 ---> Running in 3a2b94475a19 21:14:19 Removing intermediate container 3a2b94475a19 21:14:19 ---> 493ccef8a457 21:14:19 Step 22/24 : LABEL arch=arm64 21:14:19 ---> Running in 7d7c96fd057d 21:14:20 Removing intermediate container 7d7c96fd057d 21:14:20 ---> 6d210e048c44 21:14:20 Step 23/24 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:14:20 ---> Running in 65e8ab57a6ec 21:14:21 Removing intermediate container 65e8ab57a6ec 21:14:21 ---> e6febba4de8a 21:14:21 Step 24/24 : LABEL version=0.0.0 21:14:21 ---> Running in 3f5aa9186a2b 21:14:22 Removing intermediate container 3f5aa9186a2b 21:14:22 ---> 9010971b81e2 21:14:22 21:14:22 Successfully built 9010971b81e2 21:14:22 Successfully tagged security-secretstore-setup-arm64:latest 21:14:29  Building security-secretstore-setup ... done Removing intermediate container 299d9df9d8c5 21:14:29 ---> f3f8c2a5aaad 21:14:29 21:14:29 Step 9/19 : FROM alpine:3.15 21:14:29 ---> 8aa73fd46299 21:14:29 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:14:29 ---> Using cache 21:14:29 ---> 5d30994a7762 21:14:29 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:14:29 ---> Running in 8e073bacc186 21:14:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:14:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:14:33 v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:14:33 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:14:33 OK: 15736 distinct packages available 21:14:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:14:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:14:34 (1/9) Installing ca-certificates (20220614-r0) 21:14:34 (2/9) Installing brotli-libs (1.0.9-r5) 21:14:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:14:34 (4/9) Installing libcurl (7.80.0-r5) 21:14:34 (5/9) Installing curl (7.80.0-r5) 21:14:34 (6/9) Installing dumb-init (1.2.5-r1) 21:14:34 (7/9) Installing musl-obstack (1.2.3-r0) 21:14:34 (8/9) Installing libucontext (1.1-r0) 21:14:34 (9/9) Installing gcompat (1.0.0-r4) 21:14:34 Executing busybox-1.34.1-r7.trigger 21:14:34 Executing ca-certificates-20220614-r0.trigger 21:14:35 OK: 8 MiB in 23 packages 21:14:38 Removing intermediate container 8e073bacc186 21:14:38 ---> 6006efb33a3b 21:14:38 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:39 ---> 1555f0a94eb1 21:14:39 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:14:43 ---> 64287dd02b93 21:14:43 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:14:45 ---> 5f4ed788e0d7 21:14:45 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:14:45 ---> Running in aa8d11e82dad 21:14:46 Removing intermediate container aa8d11e82dad 21:14:46 ---> 8fd23aade096 21:14:46 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:14:46 ---> Running in 790920ef62ca 21:14:46 Removing intermediate container 4deee8c1c1e9 21:14:46 ---> de38afde3768 21:14:46 21:14:46 Step 10/22 : FROM alpine:3.16 21:14:46 ---> 2b4661558fb8 21:14:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:14:46 ---> Running in e26e6c309aeb 21:14:47 Removing intermediate container 790920ef62ca 21:14:47 ---> ec196a0fc69e 21:14:47 Step 17/19 : LABEL arch=arm64 21:14:47 ---> Running in 87212ae78db0 21:14:47 Removing intermediate container e26e6c309aeb 21:14:47 ---> 23906d1ae116 21:14:47 Step 12/22 : ENV APP_PORT=59880 21:14:48 ---> Running in 0868d29c7537 21:14:48 Removing intermediate container 87212ae78db0 21:14:48 ---> 39423ca7f50f 21:14:48 Step 18/19 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:14:48 ---> Running in f9a538907885 21:14:48 Removing intermediate container 0868d29c7537 21:14:48 ---> 4ef1fce1d347 21:14:48 Step 13/22 : EXPOSE $APP_PORT 21:14:48 ---> Running in e3fd3d67ebfe 21:14:49 Removing intermediate container f9a538907885 21:14:49 ---> c18c91d34098 21:14:49 Step 19/19 : LABEL version=0.0.0 21:14:49 ---> Running in ea0522d6e34d 21:14:49 Removing intermediate container e3fd3d67ebfe 21:14:49 ---> 0d886386d6f7 21:14:49 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:14:49 Removing intermediate container ea0522d6e34d 21:14:49 ---> 9c849f3f7ad1 21:14:49 21:14:49 ---> Running in 64cc2fd1ee18 21:14:50 Successfully built 9c849f3f7ad1 21:14:50 Successfully tagged security-spiffe-token-provider-arm64:latest 21:14:51  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:14:53 (1/1) Installing dumb-init (1.2.5-r1) 21:14:53 Executing busybox-1.35.0-r17.trigger 21:14:53 OK: 5 MiB in 15 packages 21:14:54 Removing intermediate container 64cc2fd1ee18 21:14:54 ---> be2dffe5e304 21:14:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:55 ---> 585b416f7791 21:14:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:14:58 ---> b2f9a0071a66 21:14:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:14:58 ---> 7a6325a66eec 21:14:58 Step 18/22 : ENTRYPOINT ["/core-data"] 21:14:58 ---> Running in 74def5ad16d8 21:14:59 Removing intermediate container 74def5ad16d8 21:14:59 ---> 76cc8c97fa32 21:14:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:14:59 ---> Running in 27a224dfc63d 21:15:00 Removing intermediate container 27a224dfc63d 21:15:00 ---> 73abf83e9cd1 21:15:00 Step 20/22 : LABEL arch=arm64 21:15:00 ---> Running in af59cbe448ef 21:15:00 Removing intermediate container af59cbe448ef 21:15:00 ---> 5b4819280768 21:15:00 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:15:01 ---> Running in 733ecac98519 21:15:01 Removing intermediate container 733ecac98519 21:15:01 ---> f63bf54f5316 21:15:01 Step 22/22 : LABEL version=0.0.0 21:15:01 ---> Running in 3d135f7ae4f7 21:15:02 Removing intermediate container 3d135f7ae4f7 21:15:02 ---> 0222bc31cad9 21:15:02 21:15:02 Successfully built 0222bc31cad9 21:15:02 Successfully tagged core-data-arm64:latest 21:15:41  Building core-data ... done Removing intermediate container 07d16dad2f4d 21:15:41 ---> c76ec9b33b2e 21:15:41 21:15:41 Step 10/22 : FROM alpine:3.16 21:15:41 ---> 2b4661558fb8 21:15:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:15:41 ---> Running in e942cbcfe051 21:15:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:15:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:15:41 (1/2) Installing ca-certificates (20220614-r0) 21:15:41 (2/2) Installing dumb-init (1.2.5-r1) 21:15:41 Executing busybox-1.35.0-r17.trigger 21:15:41 Executing ca-certificates-20220614-r0.trigger 21:15:41 OK: 6 MiB in 16 packages 21:15:41 Removing intermediate container e942cbcfe051 21:15:41 ---> 3396611c38a4 21:15:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:15:41 ---> Running in ea36455a2f35 21:15:41 Removing intermediate container ea36455a2f35 21:15:41 ---> 871c66d178e1 21:15:41 Step 13/22 : ENV APP_PORT=59860 21:15:41 ---> Running in 0730acb519a1 21:15:41 Removing intermediate container 0730acb519a1 21:15:41 ---> 75cee502af7b 21:15:41 Step 14/22 : EXPOSE $APP_PORT 21:15:41 ---> Running in 8600fb27eb5c 21:15:41 Removing intermediate container 8600fb27eb5c 21:15:41 ---> 3fbefe6a73d3 21:15:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:15:42 ---> 06d5e33891fe 21:15:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:15:43 ---> 27fed28e27c6 21:15:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:15:44 ---> edfd110b139d 21:15:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:15:44 ---> Running in efe05017ecd4 21:15:44 Removing intermediate container efe05017ecd4 21:15:44 ---> 35609a14477c 21:15:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:15:44 ---> Running in e21480e9f892 21:15:45 Removing intermediate container e21480e9f892 21:15:45 ---> 2a3d6cc33de5 21:15:45 Step 20/22 : LABEL arch=arm64 21:15:45 ---> Running in 4960c3a40802 21:15:45 Removing intermediate container 4960c3a40802 21:15:45 ---> 86cce29dad35 21:15:45 Step 21/22 : LABEL git_sha=8715b245fff96382502613724bedf1d8f22d9659 21:15:45 ---> Running in e7a142c9582a 21:15:45 Removing intermediate container e7a142c9582a 21:15:45 ---> adc04769dba1 21:15:45 Step 22/22 : LABEL version=0.0.0 21:15:45 ---> Running in eb94aec9d88d 21:15:46 Removing intermediate container eb94aec9d88d 21:15:46 ---> 499cf5e69364 21:15:46 21:15:46 Successfully built 499cf5e69364 21:15:46 Successfully tagged support-notifications-arm64:latest 21:15:46  Building support-notifications ... done  [Pipeline] } 21:15:46 $ docker stop --time=1 767ef64df0546d5f05281e031b16288dbc44660def7ba07f6b34cd8e741fc874 21:15:48 $ docker rm -f --volumes 767ef64df0546d5f05281e031b16288dbc44660def7ba07f6b34cd8e741fc874 [Pipeline] // withDockerContainer [Pipeline] sh 21:15:48 + docker images 21:15:49 REPOSITORY TAG IMAGE ID CREATED SIZE 21:15:49 support-notifications-arm64 latest 499cf5e69364 4 seconds ago 29.5MB 21:15:49 c76ec9b33b2e 16 seconds ago 1.57GB 21:15:49 core-data-arm64 latest 0222bc31cad9 48 seconds ago 17.2MB 21:15:49 security-spiffe-token-provider-arm64 latest 9c849f3f7ad1 About a minute ago 28.9MB 21:15:49 de38afde3768 About a minute ago 1.51GB 21:15:49 f3f8c2a5aaad About a minute ago 1.54GB 21:15:49 security-secretstore-setup-arm64 latest 9010971b81e2 About a minute ago 28.7MB 21:15:49 d11a364e8fd0 About a minute ago 1.5GB 21:15:49 core-command-arm64 latest 70a0ef07dfc1 4 minutes ago 17MB 21:15:49 43f0b739eb09 4 minutes ago 1.51GB 21:15:49 support-scheduler-arm64 latest 402a4ab2f3c8 8 minutes ago 29MB 21:15:49 d394b59280dd 8 minutes ago 1.57GB 21:15:49 security-spire-agent-arm64 latest 16d65cf8b387 10 minutes ago 122MB 21:15:49 core-common-config-bootstrapper-arm64 latest bb361ee9dbc2 10 minutes ago 14.9MB 21:15:49 44550356091d 11 minutes ago 1.38GB 21:15:49 0057498d9025 11 minutes ago 1.5GB 21:15:49 core-metadata-arm64 latest 9a795b095b76 11 minutes ago 17.8MB 21:15:49 security-bootstrapper-arm64 latest 97c1a682fdbe 11 minutes ago 19.5MB 21:15:49 58cafbe53b2d 11 minutes ago 1.52GB 21:15:49 security-proxy-setup-arm64 latest 1ff85ea3ffa5 12 minutes ago 26.8MB 21:15:49 33a932286569 12 minutes ago 1.5GB 21:15:49 7adb7753573d 12 minutes ago 1.5GB 21:15:49 security-spire-config-arm64 latest 690394fd1f1b 18 minutes ago 83.6MB 21:15:49 security-spire-server-arm64 latest 3d56386a44d7 18 minutes ago 84.3MB 21:15:49 ecd8f8169177 18 minutes ago 1.38GB 21:15:49 ffccd411bcb2 18 minutes ago 1.38GB 21:15:49 ci-base-image-arm64 latest a671ebfa8c1b 31 minutes ago 905MB 21:15:49 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 21:15:49 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 21:15:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 21:15:49 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 21:15:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:15:50 21:15:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:15:50 arm64: Pulling from edgex-lftools-log-publisher 21:15:50 8998bd30e6a1: Pulling fs layer 21:15:50 04944245beec: Pulling fs layer 21:15:50 699f458cf7ca: Pulling fs layer 21:15:50 765212b225bb: Pulling fs layer 21:15:50 f23df028b6ca: Pulling fs layer 21:15:50 d65c8cfc05b1: Pulling fs layer 21:15:50 2437ff75d9bd: Pulling fs layer 21:15:50 f23df028b6ca: Waiting 21:15:50 765212b225bb: Waiting 21:15:50 d65c8cfc05b1: Waiting 21:15:50 2437ff75d9bd: Waiting 21:15:50 04944245beec: Verifying Checksum 21:15:50 04944245beec: Download complete 21:15:50 765212b225bb: Verifying Checksum 21:15:50 765212b225bb: Download complete 21:15:50 f23df028b6ca: Download complete 21:15:50 d65c8cfc05b1: Verifying Checksum 21:15:50 d65c8cfc05b1: Download complete 21:15:50 699f458cf7ca: Verifying Checksum 21:15:50 699f458cf7ca: Download complete 21:15:51 8998bd30e6a1: Verifying Checksum 21:15:51 8998bd30e6a1: Download complete 21:15:54 2437ff75d9bd: Verifying Checksum 21:15:54 2437ff75d9bd: Download complete 21:15:55 8998bd30e6a1: Pull complete 21:15:56 04944245beec: Pull complete 21:15:57 699f458cf7ca: Pull complete 21:15:57 765212b225bb: Pull complete 21:15:58 f23df028b6ca: Pull complete 21:15:58 d65c8cfc05b1: Pull complete 21:16:13 2437ff75d9bd: Pull complete 21:16:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:16:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:16:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:16:14 prd-ubuntu20.04-docker-arm64-4c-16g-4745 does not seem to be running inside a container 21:16:14 $ 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 21:16:17 $ docker top a9b9542d1a3f633acf9b647569f3d83cf0998760e842eea299b9faf0a52c2948 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:16:17 ---> job-cost.sh 21:16:17 lf-activate-venv: SKIPPING 21:16:17 INFO: No Stack... 21:16:18 INFO: Retrieving Pricing Info for: v3-standard-4 21:16:19 INFO: Archiving Costs [Pipeline] sh 21:16:19 + cat /w/workspace/edgex-go/1/archives/cost.csv 21:16:19 + cut -d, -f6 [Pipeline] lock 21:16:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4326-1-stack-cost] 21:16:19 Resource [jenkins-edgexfoundry-edgex-go-PR-4326-1-stack-cost] did not exist. Created. 21:16:19 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4326-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:16:19 + echo total: 0.10999999940395355 [Pipeline] stash 21:16:20 Stashed 1 file(s) [Pipeline] } 21:16:20 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4326-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:16:20 $ docker stop --time=1 a9b9542d1a3f633acf9b647569f3d83cf0998760e842eea299b9faf0a52c2948 21:16:21 $ docker rm -f --volumes a9b9542d1a3f633acf9b647569f3d83cf0998760e842eea299b9faf0a52c2948 [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 21:16:22 provisioning config files... 21:16:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6684062624605244266tmp [Pipeline] { [Pipeline] sh 21:16:22 + set +x 21:16:22 + curl -s https://codecov.io/bash 21:16:22 + bash -s -- 21:16:22 21:16:22 _____ _ 21:16:22 / ____| | | 21:16:22 | | ___ __| | ___ ___ _____ __ 21:16:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:16:22 | |___| (_) | (_| | __/ (_| (_) \ V / 21:16:22 \_____\___/ \__,_|\___|\___\___/ \_/ 21:16:22 Bash-1.0.6 21:16:22 21:16:22 21:16:22 ==> git version 2.25.1 found 21:16:22 ==> 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 21:16:22 Release-Date: 2020-01-08 21:16:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:16:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:16:22 ==> Jenkins CI detected. 21:16:22 current dir:  /w/workspace/edgex-go/1 21:16:22 project root: . 21:16:22 --> token set from env 21:16:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:16:23 ==> Running gcov in . (disable via -X gcov) 21:16:23 ==> Python coveragepy not found 21:16:23 ==> Searching for coverage reports in: 21:16:23 + . 21:16:23 -> Found 1 reports 21:16:23 ==> Detecting git/mercurial file structure 21:16:23 ==> Reading reports 21:16:23 + ./coverage.out bytes=486191 21:16:23 ==> Appending adjustments 21:16:23 https://docs.codecov.io/docs/fixing-reports 21:16:24 + Found adjustments 21:16:24 ==> Gzipping contents 21:16:24 64K /tmp/codecov.pNhzEe.gz 21:16:24 ==> Uploading reports 21:16:24 url: https://codecov.io 21:16:24 query: branch=PR-4326&commit=8715b245fff96382502613724bedf1d8f22d9659&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4326%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4326&job=&cmd_args= 21:16:24 -> Pinging Codecov 21:16:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4326&commit=8715b245fff96382502613724bedf1d8f22d9659&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4326%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4326&job=&cmd_args= 21:16:24 -> Uploading to 21:16:24 https://storage.googleapis.com/codecov/v4/raw/2023-02-06/00271124DB129430A58F1EEE437C3FCB/8715b245fff96382502613724bedf1d8f22d9659/44c8bc4b-75d1-48bc-b960-9c88b96fda82.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T211624Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88199b3b7f70221bcaa5e4eba2f8c320c3b4dc8aaf9b887f18d1923d6dbc65a2 21:16:24 % Total % Received % Xferd Average Speed Time Time Time Current 21:16:24 Dload Upload Total Spent Left Speed 21:16:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62849 0 0 100 62849 0 202k --:--:-- --:--:-- --:--:-- 202k 21:16:25 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8715b245fff96382502613724bedf1d8f22d9659 [Pipeline] } 21:16:25 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 21:16:26 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 21:16:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:16:27 ---> package-listing.sh 21:16:27 ++ facter osfamily 21:16:27 ++ tr '[:upper:]' '[:lower:]' 21:16:27 + OS_FAMILY=debian 21:16:27 + workspace=/w/workspace/edgex-go/1 21:16:27 + START_PACKAGES=/tmp/packages_start.txt 21:16:27 + END_PACKAGES=/tmp/packages_end.txt 21:16:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:16:27 + PACKAGES=/tmp/packages_start.txt 21:16:27 + '[' /w/workspace/edgex-go/1 ']' 21:16:27 + PACKAGES=/tmp/packages_end.txt 21:16:27 + case "${OS_FAMILY}" in 21:16:27 + dpkg -l 21:16:27 + grep '^ii' 21:16:27 + '[' -f /tmp/packages_start.txt ']' 21:16:27 + '[' -f /tmp/packages_end.txt ']' 21:16:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:16:27 + '[' /w/workspace/edgex-go/1 ']' 21:16:27 + mkdir -p /w/workspace/edgex-go/1/archives/ 21:16:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 21:16:27 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 21:16:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:16:28 21:16:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:16:29 latest: Pulling from edgex-lftools-log-publisher 21:16:29 5eb5b503b376: Pulling fs layer 21:16:29 5c69ac0246d0: Pulling fs layer 21:16:29 ec43610c2a17: Pulling fs layer 21:16:29 3a2ae6a8a46f: Pulling fs layer 21:16:29 33b1e0a273af: Pulling fs layer 21:16:29 5d3b04190fa2: Pulling fs layer 21:16:29 2f39f015ded8: Pulling fs layer 21:16:29 3a2ae6a8a46f: Waiting 21:16:29 5d3b04190fa2: Waiting 21:16:29 33b1e0a273af: Waiting 21:16:29 5c69ac0246d0: Verifying Checksum 21:16:29 5c69ac0246d0: Download complete 21:16:29 3a2ae6a8a46f: Verifying Checksum 21:16:29 3a2ae6a8a46f: Download complete 21:16:29 33b1e0a273af: Verifying Checksum 21:16:29 33b1e0a273af: Download complete 21:16:29 5d3b04190fa2: Verifying Checksum 21:16:29 5d3b04190fa2: Download complete 21:16:29 ec43610c2a17: Verifying Checksum 21:16:29 ec43610c2a17: Download complete 21:16:29 5eb5b503b376: Verifying Checksum 21:16:29 5eb5b503b376: Download complete 21:16:30 2f39f015ded8: Verifying Checksum 21:16:30 2f39f015ded8: Download complete 21:16:30 5eb5b503b376: Pull complete 21:16:31 5c69ac0246d0: Pull complete 21:16:31 ec43610c2a17: Pull complete 21:16:31 3a2ae6a8a46f: Pull complete 21:16:31 33b1e0a273af: Pull complete 21:16:31 5d3b04190fa2: Pull complete 21:16:37 2f39f015ded8: Pull complete 21:16:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:16:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:16:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:16:37 prd-ubuntu20.04-docker-8c-8g-4743 does not seem to be running inside a container 21:16:37 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:16:39 $ docker top 3eb5f9e2675e2bda2ecf7b6900a67c49ec7b45142d4146490595685bbadaf292 -eo pid,comm [Pipeline] { [Pipeline] sh 21:16:40 + touch /tmp/pre-build-complete [Pipeline] sh 21:16:40 + mkdir -p /var/log/sysstat [Pipeline] sh 21:16:40 + ls /var/log/sa-host 21:16:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:16:41 provisioning config files... 21:16:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13219495249911941149tmp [Pipeline] { [Pipeline] echo 21:16:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:16:41 ---> create-netrc.sh [Pipeline] } 21:16:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:16:41 ---> python-tools-install.sh [Pipeline] echo 21:16:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:16:42 ---> sudo-logs.sh 21:16:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:16:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:16:42 ---> job-cost.sh 21:16:42 lf-activate-venv: SKIPPING 21:16:42 DEBUG: total: 0.10999999940395355 21:16:42 INFO: Retrieving Stack Cost... 21:16:43 INFO: Retrieving Pricing Info for: v3-standard-8 21:16:43 INFO: Archiving Costs [Pipeline] echo 21:16:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:16:43 ---> logs-deploy.sh 21:16:43 lf-activate-venv: SKIPPING 21:16:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4326/1 21:16:43 INFO: archiving workspace using pattern(s): 21:16:44 Archives upload complete. 21:16:45 INFO: archiving logs to Nexus