Pull request #4330 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 872b1b9300e89db3806117c88b15e38dc454dded+65e9980456b4b2f337a17b2905105e5bc0143998 (22ef72bd004d69d853ff52c68011ee53d5a34c36) 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-ssh3207817794143134258.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-ssh15184238249952066687.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-4330/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-4330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13555996348213804139.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-4330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17193658881619775352.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-ssh10316066992604277294.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-4330/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-4330/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh494130359459051768.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 Running on prd-ubuntu20.04-docker-8c-8g-4908 in /w/workspace/edgexfoundry_edgex-go_PR-4330 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 65e9980456b4b2f337a17b2905105e5bc0143998 into PR head commit 872b1b9300e89db3806117c88b15e38dc454dded Merge succeeded, producing 872b1b9300e89db3806117c88b15e38dc454dded Checking out Revision 872b1b9300e89db3806117c88b15e38dc454dded (PR-4330) > 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/4330/head:refs/remotes/origin/PR-4330 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # 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 65e9980456b4b2f337a17b2905105e5bc0143998 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # timeout=10 Commit message: "feat: remove UseMessageBus from common config" 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 15:02:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:02:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:02:53 ========================================================= 15:02:53 EdgeX Global Pipelines Version Info 15:02:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:02:54 ------------------- 15:02:54 stable info: 15:02:54 ------------------- 15:02:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:02:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:02:54 Message: update stable to v1.0.244 15:02:55 ------------------- 15:02:55 experimental info: 15:02:55 ------------------- 15:02:55 Commited By: **** collab-it+edgex@linuxfoundation.org 15:02:55 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:02:55 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:02:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4330 [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4330 [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4330 [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 872b1b9 [Pipeline] echo 15:02:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:02:56 provisioning config files... 15:02:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13781100633821496668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:02:57 ---> docker-login.sh 15:02:57 nexus3.edgexfoundry.org:10001 15:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:58 Configure a credential helper to remove this warning. See 15:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:58 15:02:58 Login Succeeded 15:02:58 nexus3.edgexfoundry.org:10002 15:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:58 Configure a credential helper to remove this warning. See 15:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:58 15:02:58 Login Succeeded 15:02:58 nexus3.edgexfoundry.org:10003 15:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:58 Configure a credential helper to remove this warning. See 15:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:58 15:02:58 Login Succeeded 15:02:58 nexus3.edgexfoundry.org:10004 15:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:58 Configure a credential helper to remove this warning. See 15:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:58 15:02:58 Login Succeeded 15:02:58 docker.io 15:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:58 Configure a credential helper to remove this warning. See 15:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:58 15:02:58 Login Succeeded 15:02:58 ---> docker-login.sh ends [Pipeline] } 15:02:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:02:59 + 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 15:02:59 + dirname cmd/core-command/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo core-command,cmd/core-command/Dockerfile 15:02:59 + dirname cmd/core-common-config-bootstrapper/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:02:59 + dirname cmd/core-data/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo core-data,cmd/core-data/Dockerfile 15:02:59 + dirname cmd/core-metadata/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo core-metadata,cmd/core-metadata/Dockerfile 15:02:59 + dirname cmd/security-bootstrapper/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:02:59 + dirname cmd/security-proxy-setup/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:02:59 + dirname cmd/security-secretstore-setup/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:02:59 + dirname cmd/security-spiffe-token-provider/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:02:59 + dirname cmd/security-spire-agent/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:02:59 + dirname cmd/security-spire-config/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:02:59 + dirname cmd/security-spire-server/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:02:59 + + dirnamecut cmd/support-notifications/Dockerfile -d/ 15:02:59 -f2 15:02:59 + echo support-notifications,cmd/support-notifications/Dockerfile 15:02:59 + dirname cmd/support-scheduler/Dockerfile 15:02:59 + cut -d/ -f2 15:02:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:02:59 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 15:02:59 + git rev-list -1 --merges 872b1b9300e89db3806117c88b15e38dc454dded~1..872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] echo 15:02:59 -----------> git rev-list -1 --merges 872b1b9300e89db3806117c88b15e38dc454dded~1..872b1b9300e89db3806117c88b15e38dc454dded 872b1b9300e89db3806117c88b15e38dc454dded [false] [Pipeline] sh 15:03:00 + git log --format=format:%s -1 872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] echo 15:03:00 ========================================================= 15:03:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:03:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:03:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:03:00 + grep -v github /etc/ssh/ssh_known_hosts 15:03:00 + [ -e /tmp/ssh_known_hosts ] 15:03:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:03:00 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:03:00 sudo tee -a /etc/ssh/ssh_known_hosts 15:03:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:03:01 15:03:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:03:02 0.1.4: Pulling from edgex-devops/py-git-semver 15:03:02 b85a868b505f: Pulling fs layer 15:03:02 e2be974225ed: Pulling fs layer 15:03:02 339a4e72a1f5: Pulling fs layer 15:03:02 988bab9f4d93: Pulling fs layer 15:03:02 1469e6f7b9e6: Pulling fs layer 15:03:02 eaf3925da568: Pulling fs layer 15:03:02 bab4dde63d76: Pulling fs layer 15:03:02 bde34c3a00c8: Pulling fs layer 15:03:02 b352a97aabf1: Pulling fs layer 15:03:02 988bab9f4d93: Waiting 15:03:02 bde34c3a00c8: Waiting 15:03:02 bab4dde63d76: Waiting 15:03:02 b352a97aabf1: Waiting 15:03:02 1469e6f7b9e6: Waiting 15:03:02 eaf3925da568: Waiting 15:03:02 4872d77fe225: Pulling fs layer 15:03:02 5851b861e8e6: Pulling fs layer 15:03:02 5851b861e8e6: Waiting 15:03:02 339a4e72a1f5: Verifying Checksum 15:03:02 339a4e72a1f5: Download complete 15:03:02 988bab9f4d93: Verifying Checksum 15:03:02 988bab9f4d93: Download complete 15:03:02 1469e6f7b9e6: Verifying Checksum 15:03:02 1469e6f7b9e6: Download complete 15:03:02 b85a868b505f: Verifying Checksum 15:03:02 b85a868b505f: Download complete 15:03:03 bab4dde63d76: Verifying Checksum 15:03:03 bab4dde63d76: Download complete 15:03:03 bde34c3a00c8: Verifying Checksum 15:03:03 bde34c3a00c8: Download complete 15:03:03 b352a97aabf1: Download complete 15:03:03 5851b861e8e6: Download complete 15:03:04 b85a868b505f: Pull complete 15:03:09 eaf3925da568: Verifying Checksum 15:03:09 e2be974225ed: Verifying Checksum 15:03:09 e2be974225ed: Download complete 15:03:09 e2be974225ed: Pull complete 15:03:09 339a4e72a1f5: Pull complete 15:03:09 988bab9f4d93: Pull complete 15:03:10 1469e6f7b9e6: Pull complete 15:03:10 eaf3925da568: Pull complete 15:03:12 bab4dde63d76: Pull complete 15:03:12 bde34c3a00c8: Pull complete 15:03:12 b352a97aabf1: Pull complete 15:03:12 4872d77fe225: Pull complete 15:03:12 5851b861e8e6: Pull complete 15:03:12 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:03:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:03:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:03:13 prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container 15:03:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:03:19 $ docker top 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 -eo pid,comm 15:03:19 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). 15:03:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:03:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:03:19 [ssh-agent] Looking for ssh-agent implementation... 15:03:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:03:19 $ docker exec 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent 15:03:19 SSH_AUTH_SOCK=/tmp/ssh-8Ax6NxjjaEUf/agent.32 15:03:19 SSH_AGENT_PID=38 15:03:19 Running ssh-add (command line suppressed) 15:03:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2174451120197614130.key (/w/workspace/edgex-go/1@tmp/private_key_2174451120197614130.key) 15:03:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:03:20 + git tag --points-at HEAD [Pipeline] } 15:03:20 $ docker exec --env ******** --env ******** 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent -k 15:03:20 unset SSH_AUTH_SOCK; 15:03:20 unset SSH_AGENT_PID; 15:03:20 echo Agent pid 38 killed; 15:03:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:03:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:03:20 [ssh-agent] Looking for ssh-agent implementation... 15:03:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:03:20 $ docker exec 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent 15:03:20 SSH_AUTH_SOCK=/tmp/ssh-9f8stPy9n0ZA/agent.70 15:03:20 SSH_AGENT_PID=76 15:03:20 Running ssh-add (command line suppressed) 15:03:20 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8941693525647369379.key (/w/workspace/edgex-go/1@tmp/private_key_8941693525647369379.key) 15:03:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:03:21 + git semver init 15:03:21 2023-02-07 15:03:21,225 [run_init] DEBUG init version:0.0.0 force:False 15:03:21 2023-02-07 15:03:21,226 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 15:03:21 2023-02-07 15:03:21,227 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 15:03:21 2023-02-07 15:03:21,227 [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) 15:03:29 2023-02-07 15:03:28,679 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 15:03:29 2023-02-07 15:03:28,679 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4330 with force:False 15:03:29 2023-02-07 15:03:28,680 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4330 15:03:29 2023-02-07 15:03:28,684 [execute] INFO git cat-file --batch-check 15:03:29 2023-02-07 15:03:28,685 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 15:03:29 2023-02-07 15:03:28,692 [execute] INFO git cat-file --batch 15:03:29 2023-02-07 15:03:28,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 15:03:29 2023-02-07 15:03:28,697 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4330 15:03:29 0.0.0 [Pipeline] } 15:03:29 $ docker exec --env ******** --env ******** 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 ssh-agent -k 15:03:29 unset SSH_AUTH_SOCK; 15:03:29 unset SSH_AGENT_PID; 15:03:29 echo Agent pid 76 killed; 15:03:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:03:30 + git semver [Pipeline] } 15:03:30 $ docker stop --time=1 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 15:03:32 $ docker rm -f --volumes 1b8c34bcc8420811f386e406946799fba5ac7799c0796ed81df61b4a348cf7b8 [Pipeline] // withDockerContainer [Pipeline] sh 15:03:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:03:33 Stashed 1 file(s) [Pipeline] echo 15:03:33 [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 15:03:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 15:03:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:03:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:03:34 ========================================================= 15:03:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:03:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:03:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:03:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:03:34 213ec9aee27d: Pulling fs layer 15:03:34 4583459ba037: Pulling fs layer 15:03:34 93c1e223e6f2: Pulling fs layer 15:03:34 53926ce57604: Pulling fs layer 15:03:34 21b2b0c7a3f4: Pulling fs layer 15:03:34 22ff95d597cd: Pulling fs layer 15:03:34 53926ce57604: Waiting 15:03:34 21b2b0c7a3f4: Waiting 15:03:34 12d6caf4c0d1: Pulling fs layer 15:03:34 96b7cbca73a9: Pulling fs layer 15:03:34 a7acece74701: Pulling fs layer 15:03:34 22ff95d597cd: Waiting 15:03:34 96b7cbca73a9: Waiting 15:03:34 a7acece74701: Waiting 15:03:34 93c1e223e6f2: Verifying Checksum 15:03:34 93c1e223e6f2: Download complete 15:03:35 4583459ba037: Verifying Checksum 15:03:35 4583459ba037: Download complete 15:03:35 21b2b0c7a3f4: Verifying Checksum 15:03:35 21b2b0c7a3f4: Download complete 15:03:35 22ff95d597cd: Verifying Checksum 15:03:35 22ff95d597cd: Download complete 15:03:35 213ec9aee27d: Verifying Checksum 15:03:35 12d6caf4c0d1: Download complete 15:03:35 213ec9aee27d: Pull complete 15:03:36 4583459ba037: Pull complete 15:03:36 53926ce57604: Verifying Checksum 15:03:36 53926ce57604: Download complete 15:03:36 a7acece74701: Verifying Checksum 15:03:36 a7acece74701: Download complete 15:03:36 93c1e223e6f2: Pull complete 15:03:36 96b7cbca73a9: Verifying Checksum 15:03:36 96b7cbca73a9: Download complete 15:03:41 53926ce57604: Pull complete 15:03:41 21b2b0c7a3f4: Pull complete 15:03:41 22ff95d597cd: Pull complete 15:03:41 12d6caf4c0d1: Pull complete 15:03:43 96b7cbca73a9: Pull complete 15:03:44 a7acece74701: Pull complete 15:03:44 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:03:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:03:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:03:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:03:44 WORKDIR /edgex 15:03:44 COPY go.mod . 15:03:44 RUN go mod download 15:03:44 + docker build -t ci-base-image-x86_64 -f - . 15:03:45 Sending build context to Docker daemon 170.1MB 15:03:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:03:45 ---> db6d94c90886 15:03:45 Step 2/4 : WORKDIR /edgex 15:03:49 Still waiting to schedule task 15:03:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:03:57 ---> Running in 3de9eff430b7 15:03:57 Removing intermediate container 3de9eff430b7 15:03:57 ---> 1e6a340f2e7d 15:03:57 Step 3/4 : COPY go.mod . 15:03:57 ---> 8fca7b6926ac 15:03:57 Step 4/4 : RUN go mod download 15:03:57 ---> Running in f418773bbf02 15:04:16 Removing intermediate container f418773bbf02 15:04:16 ---> e08fcaad9df7 15:04:16 Successfully built e08fcaad9df7 15:04:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:16 + docker inspect -f . ci-base-image-x86_64 15:04:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:04:16 prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container 15:04:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:04:17 $ docker top b6cbe25a4387fe69e5031463c6647d62a81c4b6ed5d04ef85fc5a9577325a54e -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:17 + go version 15:04:17 go version go1.18.7 linux/amd64 [Pipeline] } 15:04:17 $ docker stop --time=1 b6cbe25a4387fe69e5031463c6647d62a81c4b6ed5d04ef85fc5a9577325a54e 15:04:18 $ docker rm -f --volumes b6cbe25a4387fe69e5031463c6647d62a81c4b6ed5d04ef85fc5a9577325a54e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:19 + docker inspect -f . ci-base-image-x86_64 15:04:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:04:19 prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container 15:04:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:04:20 $ docker top a76504e0b46f45b4c957bd42e923323f13792b25c63f430afb917952dff74504 -eo pid,comm [Pipeline] { [Pipeline] echo 15:04:20 ========================================================= 15:04:20 [edgeXBuildGoParallel] Running Tests and Build... 15:04:20 ========================================================= [Pipeline] sh 15:04:20 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 15:04:21 + make test 15:04:21 go test -race -coverprofile=coverage.out ./... 15:04:27 ? github.com/edgexfoundry/edgex-go [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements 15:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.087s coverage: 98.5% of statements 15:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.138s coverage: 43.1% of statements 15:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.150s coverage: 54.0% of statements 15:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.326s coverage: 89.2% of statements 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.080s coverage: 2.6% of statements 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.492s coverage: 95.6% of statements 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.072s coverage: 72.2% of statements 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 65.9% of statements 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.123s coverage: 0.9% of statements 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.110s coverage: 29.6% of statements 15:04:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 82.9% of statements 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 15:04:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 15:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.108s coverage: 94.4% of statements 15:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 15:04:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.304s coverage: 79.9% of statements 15:04:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.155s coverage: 86.9% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.125s coverage: 87.2% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 77.4% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.2% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 64.7% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 89.4% of statements 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 65.3% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 41.8% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.089s coverage: 17.7% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.195s coverage: 92.3% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:05:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.140s coverage: 97.7% of statements 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:05:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:05:06 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 15:05:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4910 in /w/workspace/edgexfoundry_edgex-go_PR-4330 [Pipeline] { [Pipeline] ws 15:05:23 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 15:05:23 The recommended git tool is: git 15:05:28 using credential edgex-jenkins-ssh 15:05:28 Cloning the remote Git repository 15:05:28 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." 15:05:28 go vet ./... 15:05:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:05:28 > git init /w/workspace/edgex-go/1 # timeout=10 15:05:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:05:29 > git --version # timeout=10 15:05:29 > git --version # 'git version 2.25.1' 15:05:29 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:05:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:05:31 ./bin/test-attribution-txt.sh [Pipeline] echo 15:05:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:05:32 + ls -al . 15:05:32 total 744 15:05:32 drwxrwxr-x 11 1001 1001 4096 Feb 7 15:04 . 15:05:32 drwxr-xr-x 4 root root 4096 Feb 7 15:04 .. 15:05:32 drwxrwxr-x 2 1001 1001 4096 Feb 7 15:02 .blubracket 15:05:32 -rw-rw-r-- 1 1001 1001 16 Feb 7 15:02 .dockerignore 15:05:32 drwxrwxr-x 8 1001 1001 4096 Feb 7 15:05 .git 15:05:32 drwxrwxr-x 3 1001 1001 4096 Feb 7 15:02 .github 15:05:32 -rw-rw-r-- 1 1001 1001 1024 Feb 7 15:02 .gitignore 15:05:32 -rw-rw-r-- 1 1001 1001 42 Feb 7 15:02 .golangci.yml 15:05:32 -rw-rw-r-- 1 1001 1001 87 Feb 7 15:02 .hadolint.yml 15:05:32 drwxr-xr-x 3 1001 1001 4096 Feb 7 15:03 .semver 15:05:32 -rw-rw-r-- 1 1001 1001 166 Feb 7 15:02 .sonarcloud.properties 15:05:32 -rw-rw-r-- 1 1001 1001 1171 Feb 7 15:02 ADOPTERS.md 15:05:32 -rw-rw-r-- 1 1001 1001 10825 Feb 7 15:02 Attribution.txt 15:05:32 -rw-rw-r-- 1 1001 1001 73765 Feb 7 15:02 CHANGELOG.md 15:05:32 -rw-rw-r-- 1 1001 1001 3804 Feb 7 15:02 CONTRIBUTING.md 15:05:32 -rw-rw-r-- 1 1001 1001 677 Feb 7 15:02 GOVERNANCE.md 15:05:32 -rw-rw-r-- 1 1001 1001 850 Feb 7 15:02 Jenkinsfile 15:05:32 -rw-rw-r-- 1 1001 1001 10775 Feb 7 15:02 LICENSE 15:05:32 -rw-rw-r-- 1 1001 1001 13375 Feb 7 15:02 Makefile 15:05:32 -rw-rw-r-- 1 1001 1001 582 Feb 7 15:02 OWNERS.md 15:05:32 -rw-rw-r-- 1 1001 1001 9403 Feb 7 15:02 README.md 15:05:32 -rw-rw-r-- 1 1001 1001 6912 Feb 7 15:02 SECURITY.md 15:05:32 -rw-rw-r-- 1 1001 1001 5 Feb 7 15:03 VERSION 15:05:32 drwxrwxr-x 2 1001 1001 4096 Feb 7 15:02 bin 15:05:32 drwxrwxr-x 17 1001 1001 4096 Feb 7 15:02 cmd 15:05:32 -rw-r--r-- 1 root root 486191 Feb 7 15:05 coverage.out 15:05:32 -rw-rw-r-- 1 1001 1001 3294 Feb 7 15:02 go.mod 15:05:32 -rw-rw-r-- 1 1001 1001 34708 Feb 7 15:02 go.sum 15:05:32 drwxrwxr-x 7 1001 1001 4096 Feb 7 15:02 internal 15:05:32 drwxrwxr-x 3 1001 1001 4096 Feb 7 15:02 openapi 15:05:32 drwxrwxr-x 4 1001 1001 4096 Feb 7 15:02 snap 15:05:32 -rw-rw-r-- 1 1001 1001 204 Feb 7 15:02 version.go [Pipeline] sh 15:05:32 + '[' -e coverage.out ] 15:05:32 + chown 1001:1001 coverage.out [Pipeline] stash 15:05:32 Stashed 1 file(s) [Pipeline] sh 15:05:32 + make build 15:05:32 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 15:05:47 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 15:05:47 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 15:05:48 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 15:05:49 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 15:05:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:05:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:05:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:05:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4330/head:refs/remotes/origin/PR-4330 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:05:49 Merging remotes/origin/main commit 65e9980456b4b2f337a17b2905105e5bc0143998 into PR head commit 872b1b9300e89db3806117c88b15e38dc454dded 15:05:50 Merge succeeded, producing 872b1b9300e89db3806117c88b15e38dc454dded 15:05:50 Checking out Revision 872b1b9300e89db3806117c88b15e38dc454dded (PR-4330) 15:05:49 > git config core.sparsecheckout # timeout=10 15:05:49 > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # timeout=10 15:05:50 > git remote # timeout=10 15:05:50 > git config --get remote.origin.url # timeout=10 15:05:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:50 > git merge 65e9980456b4b2f337a17b2905105e5bc0143998 # timeout=10 15:05:50 > git rev-parse HEAD^{commit} # timeout=10 15:05:50 > git config core.sparsecheckout # timeout=10 15:05:50 > git checkout -f 872b1b9300e89db3806117c88b15e38dc454dded # timeout=10 15:05:53 Commit message: "feat: remove UseMessageBus from common config" 15:05:53 > git --version # timeout=10 15:05:53 > git --version # 'git version 2.25.1' 15:05:53 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:05:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:05:55 % Total % Received % Xferd Average Speed Time Time Time Current 15:05:55 Dload Upload Total Spent Left Speed 15:05:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 64075 0 --:--:-- --:--:-- --:--:-- 63755 100 12751 100 12751 0 0 63755 0 --:--:-- --:--:-- --:--:-- 63437 [Pipeline] sh 15:05:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:05:56 + sudo tee /etc/docker/daemon.new 15:05:56 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:05:56 { 15:05:56 "registry-mirrors": [ 15:05:56 "https://nexus3.edgexfoundry.org:10001" 15:05:56 ], 15:05:56 "bip": "10.250.0.254/24", 15:05:56 "hosts": [ 15:05:56 "tcp://0.0.0.0:5555", 15:05:56 "unix:///var/run/docker.sock" 15:05:56 ], 15:05:56 "mtu": 1458, 15:05:56 "selinux-enabled": true, 15:05:56 "seccomp-profile": "/etc/docker/seccomp.json" 15:05:56 } [Pipeline] sh 15:05:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:05:56 + sudo service docker restart 15:05:57 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 15:05:57 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 15:05:58 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 15:06: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:06:01 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 15:06:01 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 15:06: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] } 15:06:06 $ docker stop --time=1 a76504e0b46f45b4c957bd42e923323f13792b25c63f430afb917952dff74504 15:06:10 $ docker rm -f --volumes a76504e0b46f45b4c957bd42e923323f13792b25c63f430afb917952dff74504 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:12 15:06:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:12 latest: Pulling from edgex-devops/edgex-compose 15:06:12 cbdbe7a5bc2a: Pulling fs layer 15:06:12 ca9280d653b3: Pulling fs layer 15:06:12 7e9c9ca2126c: Pulling fs layer 15:06:13 cbdbe7a5bc2a: Verifying Checksum 15:06:13 cbdbe7a5bc2a: Download complete 15:06:13 cbdbe7a5bc2a: Pull complete 15:06:13 ca9280d653b3: Verifying Checksum 15:06:13 ca9280d653b3: Download complete 15:06:13 7e9c9ca2126c: Download complete 15:06:13 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:06:15 provisioning config files... 15:06:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17337545009527414312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:06:15 ---> docker-login.sh 15:06:15 nexus3.edgexfoundry.org:10001 15:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:16 Configure a credential helper to remove this warning. See 15:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:16 15:06:16 Login Succeeded 15:06:16 nexus3.edgexfoundry.org:10002 15:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:16 Configure a credential helper to remove this warning. See 15:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:16 15:06:16 Login Succeeded 15:06:16 nexus3.edgexfoundry.org:10003 15:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:16 Configure a credential helper to remove this warning. See 15:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:16 15:06:16 Login Succeeded 15:06:16 nexus3.edgexfoundry.org:10004 15:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:17 Configure a credential helper to remove this warning. See 15:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:17 15:06:17 Login Succeeded 15:06:17 docker.io 15:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:17 Configure a credential helper to remove this warning. See 15:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:17 15:06:17 Login Succeeded 15:06:17 ---> docker-login.sh ends [Pipeline] } 15:06:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:06:17 7e9c9ca2126c: Pull complete 15:06:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:06:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:18 prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container 15:06:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:06:22 $ docker top ff77e14b13bba45544bd5bd5192371af3acb336a8c192170fc3689225c6b120e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 15:06:22 + git config --global --add safe.directory /w/workspace/edgex-go/1 15:06:22 + grep parallel 15:06:22 + docker-compose build --help [Pipeline] echo 15:06:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:06:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:06:22 ========================================================= 15:06:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:06:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:06:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:06:23 --parallel Build images in parallel. [Pipeline] } 15:06:23 $ docker stop --time=1 ff77e14b13bba45544bd5bd5192371af3acb336a8c192170fc3689225c6b120e 15:06:24 $ docker rm -f --volumes ff77e14b13bba45544bd5bd5192371af3acb336a8c192170fc3689225c6b120e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:25 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:06:25 9b18e9b68314: Pulling fs layer 15:06:25 35d82f9e3411: Pulling fs layer 15:06:25 e16973657156: Pulling fs layer 15:06:25 fc693d55d65f: Pulling fs layer 15:06:25 7e9fc2657dce: Pulling fs layer 15:06:25 dda99020689f: Pulling fs layer 15:06:25 db1c61fa0a46: Pulling fs layer 15:06:25 891c053d2c06: Pulling fs layer 15:06:25 fc693d55d65f: Waiting 15:06:25 7e9fc2657dce: Waiting 15:06:25 dda99020689f: Waiting 15:06:25 db1c61fa0a46: Waiting 15:06:25 e16973657156: Verifying Checksum 15:06:25 e16973657156: Download complete 15:06:25 35d82f9e3411: Download complete 15:06:25 7e9fc2657dce: Verifying Checksum 15:06:25 7e9fc2657dce: Download complete 15:06:25 dda99020689f: Verifying Checksum 15:06:25 dda99020689f: Download complete 15:06:25 9b18e9b68314: Verifying Checksum 15:06:25 9b18e9b68314: Download complete 15:06:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:06:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:25 prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container 15:06:25 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:06:25 9b18e9b68314: Pull complete 15:06:25 $ docker top a843b02cf4a2f71911f7b063c79c0a8d0c1cb3525905eaab149edde0e80391a7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:25 891c053d2c06: Verifying Checksum 15:06:25 891c053d2c06: Download complete 15:06:26 + docker-compose -f ./docker-compose-build.yml build --parallel 15:06:26 35d82f9e3411: Pull complete 15:06:26 e16973657156: Pull complete 15:06:26 Building core-command ... 15:06:26 Building core-common-config-bootstrapper ... 15:06:26 Building core-data ... 15:06:26 Building core-metadata ... 15:06:26 Building security-bootstrapper ... 15:06:26 Building security-proxy-setup ... 15:06:26 Building security-secretstore-setup ... 15:06:26 Building security-spiffe-token-provider ... 15:06:26 Building security-spire-agent ... 15:06:26 Building security-spire-config ... 15:06:26 Building security-spire-server ... 15:06:26 Building support-notifications ... 15:06:26 Building support-scheduler ... 15:06:26 Building security-bootstrapper 15:06:26 Building core-command 15:06:26 Building security-secretstore-setup 15:06:26 Building support-scheduler 15:06:26 Building core-data 15:06:27 db1c61fa0a46: Verifying Checksum 15:06:27 db1c61fa0a46: Download complete 15:06:27 fc693d55d65f: Verifying Checksum 15:06:27 fc693d55d65f: Download complete 15:06:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:06:38 ---> e08fcaad9df7 15:06:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:06:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:38 ---> e08fcaad9df7 15:06:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:06:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:06:38 ---> e08fcaad9df7 15:06:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:06:38 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:38 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:06:38 ---> e08fcaad9df7 15:06:38 Step 3/32 : WORKDIR /edgex-go 15:06:39 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:06:39 ---> e08fcaad9df7 15:06:39 Step 3/24 : WORKDIR /edgex-go 15:06:40 fc693d55d65f: Pull complete 15:06:40 7e9fc2657dce: Pull complete 15:06:40 dda99020689f: Pull complete 15:06:45 db1c61fa0a46: Pull complete 15:06:47 891c053d2c06: Pull complete 15:06:47 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:06:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:06:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:06:47 + docker build -t ci-base-image-arm64 -f - . 15:06:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:06:47 WORKDIR /edgex 15:06:47 COPY go.mod . 15:06:47 RUN go mod download 15:06:48 Sending build context to Docker daemon 3.091MB 15:06:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:06:48 ---> f96f9c87975a 15:06:48 Step 2/4 : WORKDIR /edgex 15:06:50 ---> Running in 1d12a4eda17c 15:06:50 Removing intermediate container 1d12a4eda17c 15:06:50 ---> d1655fc7895d 15:06:50 Step 3/4 : COPY go.mod . 15:06:50 ---> 6345d912622f 15:06:50 Step 4/4 : RUN go mod download 15:06:50 ---> Running in c77ec8e7a5d7 15:06:52 ---> Running in 10d79e615ea6 15:06:52 ---> Running in a2ebb342125d 15:06:52 ---> Running in 444d732685b4 15:06:52 ---> Running in 8126d424c00d 15:06:52 ---> Running in 0f8bb0736849 15:06:52 Removing intermediate container 0f8bb0736849 15:06:52 ---> 0df1c1b00361 15:06:52 Step 4/32 : RUN apk add --update --no-cache make git 15:06:52 Removing intermediate container a2ebb342125d 15:06:52 ---> 0bc58053c119 15:06:52 Step 4/22 : WORKDIR /edgex-go 15:06:52 Removing intermediate container 8126d424c00d 15:06:52 ---> 8ca881dd9f5d 15:06:52 Step 4/22 : WORKDIR /edgex-go 15:06:52 Removing intermediate container 10d79e615ea6 15:06:52 ---> db629df2e9f0 15:06:52 Step 4/23 : WORKDIR /edgex-go 15:06:52 Removing intermediate container 444d732685b4 15:06:52 ---> 07cf328709ed 15:06:52 Step 4/24 : RUN apk add --update --no-cache make git 15:06:52 ---> Running in a57abd83d168 15:06:52 ---> Running in 1eb57185975e 15:06:52 ---> Running in 89d80ff68d01 15:06:52 ---> Running in 0e6c5cf42284 15:06:52 ---> Running in 2bededead436 15:06:52 Removing intermediate container 1eb57185975e 15:06:52 ---> 89ae06a6518e 15:06:52 Step 5/22 : RUN apk add --update --no-cache make git 15:06:52 Removing intermediate container 0e6c5cf42284 15:06:52 ---> d3cce8646bbe 15:06:52 Step 5/23 : RUN apk add --update --no-cache make git 15:06:52 Removing intermediate container 89d80ff68d01 15:06:52 ---> 88f3b54e1b3c 15:06:52 Step 5/22 : RUN apk add --update --no-cache make git 15:06:52 ---> Running in 7f257bd87166 15:06:52 ---> Running in 2f29a6a1d21b 15:06:52 ---> Running in c542291d8c74 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 OK: 211 MiB in 51 packages 15:06:52 OK: 211 MiB in 51 packages 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:06:52 OK: 211 MiB in 51 packages 15:06:52 OK: 211 MiB in 51 packages 15:06:52 OK: 211 MiB in 51 packages 15:06:52 Removing intermediate container 2bededead436 15:06:52 ---> a61181791ce6 15:06:52 Step 5/24 : COPY go.mod vendor* ./ 15:06:52 Removing intermediate container a57abd83d168 15:06:52 ---> fc2faa394d26 15:06:52 Step 5/32 : COPY go.mod vendor* ./ 15:06:52 ---> c744946c6453 15:06:52 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:52 ---> Running in c7b4fd825fee 15:06:52 ---> f3f0113934cc 15:06:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:52 ---> Running in c0e6844a8fe1 15:06:52 Removing intermediate container 2f29a6a1d21b 15:06:52 ---> cdc316616649 15:06:52 Step 6/23 : COPY go.mod vendor* ./Removing intermediate container 7f257bd87166 15:06:52 ---> 4177a58a68ea 15:06:52 Step 6/22 : COPY go.mod vendor* ./ 15:06:52 15:06:52 Removing intermediate container c542291d8c74 15:06:52 ---> be1a799519b4 15:06:52 Step 6/22 : COPY go.mod vendor* ./ 15:06:52 ---> 7c9588cfc6a1 15:06:52 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:52 ---> f66794ea7646 15:06:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:53 ---> ecc52f512015 15:06:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:53 ---> Running in ba8bd5687670 15:06:53 ---> Running in ef4bb46604ff 15:06:53 ---> Running in 03289065531b 15:07:23 Removing intermediate container c77ec8e7a5d7 15:07:23 ---> e8a461d35803 15:07:23 Successfully built e8a461d35803 15:07:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:23 + docker inspect -f . ci-base-image-arm64 15:07:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:07:23 prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container 15:07:23 $ 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 15:07:24 $ docker top da185664450ebdad5be585d9a0f7562a7f7b8a2a6cd8524d6a8254af9035e011 -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:25 + go version 15:07:25 go version go1.18.7 linux/arm64 [Pipeline] } 15:07:25 $ docker stop --time=1 da185664450ebdad5be585d9a0f7562a7f7b8a2a6cd8524d6a8254af9035e011 15:07:27 $ docker rm -f --volumes da185664450ebdad5be585d9a0f7562a7f7b8a2a6cd8524d6a8254af9035e011 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:28 + docker inspect -f . ci-base-image-arm64 15:07:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:07:28 prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container 15:07:28 $ 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 15:07:29 $ docker top 9b92e9faa331cfd8e3b064e8f4c7fd7b0d187ed79c7a4bd927d248a3fc7247b2 -eo pid,comm [Pipeline] { [Pipeline] echo 15:07:29 ========================================================= 15:07:29 [edgeXBuildGoParallel] Running Tests and Build... 15:07:29 ========================================================= [Pipeline] sh 15:07:30 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 15:07:30 + make test 15:07:30 go test -race -coverprofile=coverage.out ./... 15:08:02 ? github.com/edgexfoundry/edgex-go [no test files] 15:08:14 Removing intermediate container ef4bb46604ff 15:08:14 Removing intermediate container ba8bd5687670 15:08:14 ---> ee5d849ba5f1 15:08:14 Step 8/22 : COPY . . ---> 90b1e9346228 15:08:14 15:08:14 Step 8/23 : COPY . . 15:08:14 Removing intermediate container c7b4fd825fee 15:08:14 ---> 464df71c350e 15:08:14 Step 7/32 : COPY . . 15:08:14 Removing intermediate container 03289065531b 15:08:14 ---> 3e24522e3228 15:08:14 Step 8/22 : COPY . . 15:08:14 Removing intermediate container c0e6844a8fe1 15:08:14 ---> 3bf04fe09475 15:08:14 Step 7/24 : COPY . . 15:08:46 ---> 8ab11cb490c8 15:08:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:08:46 ---> 9e6bdde8b955 15:08:46 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:08:46 ---> de4f29b2d03d 15:08:46 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:08:46 ---> ecc8100ca753 15:08:46 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:08:46 ---> 0f5520b3ab7d 15:08:46 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:08:46 ---> Running in aff0d6251391 15:08:46 ---> Running in 418b940c96ee 15:08:46 ---> Running in 075338e2a72e 15:08:46 ---> Running in e2b77922de69 15:08:46 ---> Running in 75168e836789 15:08:46 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 15:08:46 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 15:08:46 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 15:08:46 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 15:08:46 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 15:09:13 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 15:09:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:09:39 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:09:39 Removing intermediate container 075338e2a72e 15:09:39 ---> a64b4ecd98ec 15:09:39 15:09:39 Step 9/24 : FROM alpine:3.16 15:09:39 Removing intermediate container aff0d6251391 15:09:39 ---> e45e27567364 15:09:39 15:09:39 Step 10/22 : FROM alpine:3.16 15:09:39 Removing intermediate container 75168e836789 15:09:39 ---> e640dacd4c27 15:09:39 15:09:39 Step 9/32 : FROM alpine:3.16 15:09:39 Removing intermediate container e2b77922de69 15:09:39 ---> b4a3de15edeb 15:09:39 15:09:39 Step 10/23 : FROM alpine:3.16 15:09:39 Removing intermediate container 418b940c96ee 15:09:39 ---> f73a3b68c371 15:09:39 15:09:39 Step 10/22 : FROM alpine:3.16 15:09:40 3.16: Pulling from library/alpine 15:09:40 3.16: Pulling from library/alpine 15:09:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:09:41 3.16: Pulling from library/alpine 15:09:41 3.16: Pulling from library/alpine 15:09:41 3.16: Pulling from library/alpine 15:09:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:09:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:09:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:09:43 Status: Downloaded newer image for alpine:3.16 15:09:43 Status: Image is up to date for alpine:3.16 15:09:43 Status: Downloaded newer image for alpine:3.16 15:09:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:09:43 Status: Image is up to date for alpine:3.16 15:09:43 ---> bfe296a52501 15:09:43 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:09:43 ---> bfe296a52501 15:09:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:09:43 ---> bfe296a52501 15:09:43 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:09:43 ---> bfe296a52501 15:09:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:09:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:09:43 Status: Image is up to date for alpine:3.16 15:09:43 ---> bfe296a52501 15:09:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:09:43 ---> Running in b1ee70a96399 15:09:43 ---> Running in 55f46e05fa06 15:09:43 ---> Running in f90333c53a3d 15:09:43 ---> Running in 60abcb14f6ca 15:09:43 ---> Running in f2e403ad892d 15:09:43 Removing intermediate container f90333c53a3d 15:09:43 ---> 8a6e3db2aeda 15:09:43 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:09:43 Removing intermediate container f2e403ad892d 15:09:43 ---> 5a88b9fad20a 15:09:43 Step 12/22 : ENV APP_PORT=59880 15:09:43 ---> Running in f3ca1a9d6438 15:09:43 ---> Running in ccf90a4b11dd 15:09:43 Removing intermediate container ccf90a4b11dd 15:09:43 ---> f5051d9da47e 15:09:43 Step 13/22 : EXPOSE $APP_PORT 15:09:43 ---> Running in 8fcc168d6cc1 15:09:44 Removing intermediate container 8fcc168d6cc1 15:09:44 ---> d1e0d8197540 15:09:44 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:09:44 ---> Running in c5d46e41474a 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:09:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:09:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:09:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:09:44 (1/1) Installing dumb-init (1.2.5-r1) 15:09:44 (1/3) Installing ca-certificates (20220614-r0) 15:09:44 Executing busybox-1.35.0-r17.trigger 15:09:44 OK: 6 MiB in 15 packages 15:09:44 (2/3) Installing dumb-init (1.2.5-r1) 15:09:44 (3/3) Installing su-exec (0.2-r1) 15:09:44 Executing busybox-1.35.0-r17.trigger 15:09:44 Executing ca-certificates-20220614-r0.trigger 15:09:44 OK: 6 MiB in 17 packages 15:09:44 (1/2) Installing dumb-init (1.2.5-r1) 15:09:44 (2/2) Installing su-exec (0.2-r1) 15:09:44 Executing busybox-1.35.0-r17.trigger 15:09:44 OK: 6 MiB in 16 packages 15:09:44 (1/1) Installing dumb-init (1.2.5-r1) 15:09:44 (1/1) Installing dumb-init (1.2.5-r1) 15:09:44 Executing busybox-1.35.0-r17.trigger 15:09:44 Executing busybox-1.35.0-r17.trigger 15:09:44 OK: 6 MiB in 15 packages 15:09:44 OK: 6 MiB in 15 packages 15:09:45 Removing intermediate container b1ee70a96399 15:09:45 ---> e865b773c8ea 15:09:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:09:45 ---> Running in 0215a705b1c2 15:09:45 Removing intermediate container f3ca1a9d6438 15:09:45 ---> d5e7955b24c9 15:09:45 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:09:45 Removing intermediate container 55f46e05fa06 15:09:45 ---> 2a391fa0fdee 15:09:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:09:45 Removing intermediate container 0215a705b1c2 15:09:45 ---> d5aa285129bd 15:09:45 Step 13/23 : ENV APP_PORT=59882 15:09:45 ---> Running in b72ffccb4b14 15:09:45 ---> Running in 078459cb49f8 15:09:45 ---> Running in 5e9c8caa641a 15:09:45 Removing intermediate container c5d46e41474a 15:09:45 ---> ab611022c51e 15:09:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:45 Removing intermediate container 60abcb14f6ca 15:09:45 ---> 2380dadcffb9 15:09:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:09:45 Removing intermediate container b72ffccb4b14 15:09:45 ---> 41f1624ab1e5 15:09:45 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:09:45 ---> Running in 8e7bdffd735c 15:09:45 ---> Running in 6d3151d66db5 15:09:45 Removing intermediate container 078459cb49f8 15:09:45 ---> e25ac05175a6 15:09:45 Step 12/24 : WORKDIR / 15:09:45 Removing intermediate container 5e9c8caa641a 15:09:45 ---> f32888da23dc 15:09:45 Step 14/23 : EXPOSE $APP_PORT 15:09:45 ---> Running in cf0ee758d957 15:09:45 ---> Running in 0fa6552febae 15:09:45 Removing intermediate container 8e7bdffd735c 15:09:45 ---> a2335e3dfca8 15:09:45 Step 13/22 : ENV APP_PORT=59861 15:09:45 ---> abe0612308d2 15:09:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:09:45 Removing intermediate container 6d3151d66db5 15:09:45 ---> 4e8b5665877a 15:09:45 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:09:45 ---> Running in 257f87b661ef 15:09:45 Removing intermediate container 0fa6552febae 15:09:45 ---> 069e2067c74e 15:09:45 Step 15/23 : WORKDIR / 15:09:45 ---> Running in 5cf7afdd6c7e 15:09:45 Removing intermediate container cf0ee758d957 15:09:45 ---> da214ff73a24 15:09:45 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:09:45 ---> Running in e7b7c8ff8e3d 15:09:46 Removing intermediate container 257f87b661ef 15:09:46 ---> 0854e7fc2d83 15:09:46 Step 14/22 : EXPOSE $APP_PORT 15:09:46 Removing intermediate container 5cf7afdd6c7e 15:09:46 ---> fe1eda786466 15:09:46 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:09:46 ---> e48944e3be55 15:09:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:09:46 ---> c11c12b0c4b9 15:09:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:09:46 ---> Running in 9660c0544d7b 15:09:46 ---> Running in 7ac4f2d855f3 15:09:46 Removing intermediate container e7b7c8ff8e3d 15:09:46 ---> 04634b1bd45a 15:09:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:46 Removing intermediate container 7ac4f2d855f3 15:09:46 ---> 2a17e0de27cf 15:09:46 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:09:46 Removing intermediate container 9660c0544d7b 15:09:46 ---> 66a5a7c143a7 15:09:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:46 ---> f42c38a44feb 15:09:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:09:46 ---> 5c76400d83f8 15:09:46 Step 18/22 : ENTRYPOINT ["/core-data"] 15:09:46 ---> Running in c7d9b70c1cfb 15:09:46 ---> Running in b74161db6b8b 15:09:46 ---> 51b3486e382c 15:09:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:09:46 ---> 378e43f60291 15:09:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:09:46 Removing intermediate container b74161db6b8b 15:09:46 ---> b49f64f2755d 15:09:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:09:46 ---> Running in 7be37926c097 15:09:48 ---> 36eb60f7fe35 15:09:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:09:48 Removing intermediate container 7be37926c097 15:09:48 ---> 77d833f6223b 15:09:48 Step 20/22 : LABEL arch=x86_64 15:09:48 ---> 1a9edb4860a0 15:09:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:09:48 ---> 89900b512e8a 15:09:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:09:48 ---> Running in ad4f8fff96ad 15:09:48 Removing intermediate container ad4f8fff96ad 15:09:48 ---> 9efb1f8d5493 15:09:48 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:09:48 ---> 8b303019b316 15:09:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:09:48 ---> Running in e22e3ca89b2d 15:09:48 ---> 4204b75e9178 15:09:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:09:48 ---> a46365b0ca07 15:09:48 Step 19/23 : ENTRYPOINT ["/core-command"] 15:09:48 ---> Running in 8eb01f591de8 15:09:48 ---> Running in 9647d65c7589 15:09:48 Removing intermediate container c7d9b70c1cfb 15:09:48 ---> c69544a12c52 15:09:48 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:09:48 Removing intermediate container e22e3ca89b2d 15:09:48 ---> 2495a9b0b165 15:09:48 Step 22/22 : LABEL version=0.0.0 15:09:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:09:48 ---> Running in 86782b0a7669 15:09:48 ---> Running in 5ea545ac8e0e 15:09:48 ---> 20a9ff1e1b20 15:09:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:09:48 Removing intermediate container 9647d65c7589 15:09:48 ---> f427268f87e7 15:09:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:09:48 Removing intermediate container 8eb01f591de8 15:09:48 ---> 7866611294ed 15:09:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:09:48 ---> Running in 7d7e06099822 15:09:48 ---> Running in f4a2720f8ee3 15:09:48 Removing intermediate container 5ea545ac8e0e 15:09:48 ---> 29b9a9b31679 15:09:48 15:09:48 Removing intermediate container 86782b0a7669 15:09:48 ---> c2c36c9e05cd 15:09:48 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:09:48 Removing intermediate container 7d7e06099822 15:09:48 ---> ceb5465ec377 15:09:48 Step 21/23 : LABEL arch=x86_64 15:09:48 Successfully built 29b9a9b31679 15:09:48 Successfully tagged core-data:latest 15:09:48 Building security-proxy-setup 15:09:49  Building core-data ... done  ---> Running in c8af1eb16ac0 15:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:09:49 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:09:49 Removing intermediate container f4a2720f8ee3 15:09:49 ---> 9badb5067390 15:09:49 Step 20/22 : LABEL arch=x86_64 15:09:52 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:09:52 ---> e08fcaad9df7 15:09:52 Step 3/21 : WORKDIR /edgex-go 15:09:52 ---> Using cache 15:09:52 ---> 07cf328709ed 15:09:52 Step 4/21 : RUN apk add --update --no-cache make git 15:09:52 ---> Using cache 15:09:52 ---> a61181791ce6 15:09:52 Step 5/21 : COPY go.mod vendor* ./ 15:09:52 ---> Using cache 15:09:52 ---> f3f0113934cc 15:09:52 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:52 ---> Using cache 15:09:52 ---> 3bf04fe09475 15:09:52 Step 7/21 : COPY . . 15:09:52 ---> Using cache 15:09:52 ---> ecc8100ca753 15:09:52 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:09:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:09:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:09:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:09:53 ---> b05afdefb6ca 15:09:53 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:09:53 Removing intermediate container c8af1eb16ac0 15:09:53 ---> 5bcbfeab0dc9 15:09:53 Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:09:53 ---> Running in b575d4827199 15:09:53 ---> 1ec1215510d0 15:09:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:09:53 ---> Running in 143c84fe34f4 15:09:53 ---> Running in 40e0b0f66517 15:09:53 ---> Running in d17ddf656e64 15:09:53 Removing intermediate container b575d4827199 15:09:53 ---> 43a104e7b082 15:09:53 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:09:53 Removing intermediate container d17ddf656e64 15:09:53 ---> fc0233e95713 15:09:53 Step 23/23 : LABEL version=0.0.0 15:09:53 ---> Running in 0e8ae3b41474 15:09:53 ---> Running in 8856d8215a09 15:09:53 ---> 981b6030928d 15:09:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:09:53 Removing intermediate container 0e8ae3b41474 15:09:53 ---> d84c894b4992 15:09:53 Step 22/22 : LABEL version=0.0.0 15:09:53 ---> Running in eb97d8445bb6 15:09:53 ---> Running in 6a734dbc2380 15:09:53 Removing intermediate container 8856d8215a09 15:09:53 ---> 88e78a5dd0af 15:09:53 15:09:54 Successfully built 88e78a5dd0af 15:09:54 Successfully tagged core-command:latest 15:09:54  Building core-command ... done Building security-spire-agent 15:09:54 Removing intermediate container 6a734dbc2380 15:09:54 ---> eab1b716d250 15:09:54 15:09:54 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 15:09:54 Successfully built eab1b716d250 15:09:54 Successfully tagged support-scheduler:latest 15:09:54 Building core-common-config-bootstrapper 15:09:58  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:09:58 ---> e08fcaad9df7 15:09:58 Step 3/24 : WORKDIR /edgex-go 15:09:58 ---> Using cache 15:09:58 ---> 07cf328709ed 15:09:58 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:09:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:09:58 ---> e08fcaad9df7 15:09:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:09:58 ---> Using cache 15:09:58 ---> db629df2e9f0 15:09:58 Step 4/22 : WORKDIR /edgex-go 15:09:58 ---> Using cache 15:09:58 ---> d3cce8646bbe 15:09:58 Step 5/22 : RUN apk add --update --no-cache make git 15:09:58 ---> Using cache 15:09:58 ---> cdc316616649 15:09:58 Step 6/22 : COPY go.mod vendor* ./ 15:09:58 ---> Using cache 15:09:58 ---> f66794ea7646 15:09:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:58 ---> Using cache 15:09:58 ---> 90b1e9346228 15:09:58 Step 8/22 : COPY . . 15:09:58 ---> Using cache 15:09:58 ---> de4f29b2d03d 15:09:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:10:07 ---> Running in ae0dcd1cac43 15:10:07 ---> Running in 10435f90a11c 15:10:07 Removing intermediate container eb97d8445bb6 15:10:07 ---> 9207dd568998 15:10:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:10:07 Removing intermediate container 40e0b0f66517 15:10:07 ---> bbeb2969fbc2 15:10:07 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:07 ---> Running in 53caf4d1e7e4 15:10:07 Removing intermediate container 53caf4d1e7e4 15:10:07 ---> eb24497839dd 15:10:07 Step 22/24 : LABEL arch=x86_64 15:10:07 ---> Running in ba2ca5eff13e 15:10:07 ---> d16fb822a6e6 15:10:07 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:10:07 Removing intermediate container ba2ca5eff13e 15:10:07 ---> fc41384c9e87 15:10:07 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:10:07 ---> Running in 7c9de07888fa 15:10:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:10:07 Removing intermediate container 7c9de07888fa 15:10:07 ---> e6a3a1fc5685 15:10:07 Step 24/24 : LABEL version=0.0.0 15:10:07 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 15:10:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:10:07 ---> e113b24f3800 15:10:07 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:10:07 ---> Running in b18d3fa6227a 15:10:07 Removing intermediate container b18d3fa6227a 15:10:07 ---> 65dfe1793dfa 15:10:07 15:10:07 OK: 211 MiB in 51 packages 15:10:07 Successfully built 65dfe1793dfa 15:10:07 ---> a51ae49bb40a 15:10:07 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:10:07 Successfully tagged security-secretstore-setup:latest 15:10:07 Building core-metadata 15:10:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.494s coverage: 28.7% of statements 15:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:10:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:10:11  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:10:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:10:11 ---> e08fcaad9df7 15:10:11 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:10:11 ---> Using cache 15:10:11 ---> db629df2e9f0 15:10:11 Step 4/24 : WORKDIR /edgex-go 15:10:11 ---> Using cache 15:10:11 ---> d3cce8646bbe 15:10:11 Step 5/24 : RUN apk add --update --no-cache make git 15:10:11 ---> Using cache 15:10:11 ---> cdc316616649 15:10:11 Step 6/24 : COPY go.mod vendor* ./ 15:10:11 ---> Using cache 15:10:11 ---> f66794ea7646 15:10:11 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:11 ---> Using cache 15:10:11 ---> 90b1e9346228 15:10:11 Step 8/24 : COPY . . 15:10:11 ---> Using cache 15:10:11 ---> de4f29b2d03d 15:10:11 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:10:15 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 15:10:15 ---> cdb08af9a0ab 15:10:15 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:10:15 ---> Running in 362aea44a1b1 15:10:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.545s coverage: 98.5% of statements 15:10:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.671s coverage: 43.1% of statements 15:10:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:10:16 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:10:16 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:10:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.174s coverage: 54.0% of statements 15:10:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:10:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:10:16 Removing intermediate container ae0dcd1cac43 15:10:16 ---> fb574085b371 15:10:16 Step 5/24 : COPY go.mod vendor* ./ 15:10:16 ---> 16ff34ac5c25 15:10:16 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:10:16 ---> 0f54f097d93b 15:10:16 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:16 ---> Running in 3533e807eebd 15:10:16 ---> 7af369b17a28 15:10:16 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:10:16 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 15:10:17 ---> f06e533f447a 15:10:17 Step 27/32 : RUN chmod +x /entrypoint.sh 15:10:17 ---> Running in b6b9f97a1642 15:10:20 Removing intermediate container b6b9f97a1642 15:10:20 ---> 3a607c7075bf 15:10:20 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:10:20 ---> Running in 14ddca6a5aab 15:10:20 Removing intermediate container 143c84fe34f4 15:10:20 ---> 8cf54f811aea 15:10:20 15:10:20 Step 9/21 : FROM alpine:3.16 15:10:20 ---> bfe296a52501 15:10:20 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:10:20 ---> Running in 922c72adcd49 15:10:20 Removing intermediate container 14ddca6a5aab 15:10:20 ---> dbd636c8fcb0 15:10:20 Step 29/32 : CMD ["gate"] 15:10:20 ---> Running in 0920f636e83b 15:10:20 Removing intermediate container 0920f636e83b 15:10:20 ---> 5c6167e56152 15:10:20 Step 30/32 : LABEL arch=x86_64 15:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:10:20 ---> Running in f7be2d821b1d 15:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:10:20 Removing intermediate container f7be2d821b1d 15:10:20 ---> f19cffb4d116 15:10:20 Step 31/32 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:10:21 ---> Running in 1834f71d5b16 15:10:21 (1/6) Installing ca-certificates (20220614-r0) 15:10:21 (2/6) Installing brotli-libs (1.0.9-r6) 15:10:21 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:10:21 (4/6) Installing libcurl (7.83.1-r5) 15:10:21 Removing intermediate container 1834f71d5b16 15:10:21 ---> a77dc4c4089d 15:10:21 Step 32/32 : LABEL version=0.0.0 15:10:21 (5/6) Installing curl (7.83.1-r5) 15:10:21 (6/6) Installing dumb-init (1.2.5-r1) 15:10:21 Executing busybox-1.35.0-r17.trigger 15:10:21 Executing ca-certificates-20220614-r0.trigger 15:10:21 OK: 8 MiB in 20 packages 15:10:21 ---> Running in 9fc51353e58c 15:10:22 Removing intermediate container 9fc51353e58c 15:10:22 ---> ad3a65ee9667 15:10:22 15:10:22 Successfully built ad3a65ee9667 15:10:22 Successfully tagged security-bootstrapper:latest 15:10:22  Building security-bootstrapper ... done Building support-notifications 15:10:26 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:10:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:10:26 ---> e08fcaad9df7 15:10:26 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:10:26 ---> Using cache 15:10:26 ---> db629df2e9f0 15:10:26 Step 4/22 : WORKDIR /edgex-go 15:10:26 ---> Using cache 15:10:26 ---> d3cce8646bbe 15:10:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:10:29 ---> Running in 99b6d7bbae80 15:10:29 Removing intermediate container 922c72adcd49 15:10:29 ---> b6ed7198534c 15:10:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:10:30 ---> Running in 5cc833e311b6 15:10:30 Removing intermediate container 5cc833e311b6 15:10:30 ---> 341c870f8343 15:10:30 Step 12/21 : WORKDIR /edgex 15:10:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:10:30 ---> Running in 3dad44f05768 15:10:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:10:30 OK: 211 MiB in 51 packages 15:10:30 Removing intermediate container 3dad44f05768 15:10:30 ---> f476551ae5bc 15:10:30 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:10:32 ---> 406586c853c9 15:10:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:10:33 Removing intermediate container 99b6d7bbae80 15:10:33 ---> 0627554e33f5 15:10:33 Step 6/22 : COPY go.mod vendor* ./ 15:10:33 Removing intermediate container 10435f90a11c 15:10:33 ---> e92c1ae028ec 15:10:33 15:10:33 Step 10/22 : FROM alpine:3.16 15:10:33 ---> bfe296a52501 15:10:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:10:33 ---> Running in dcd8fc5eb9c5 15:10:33 ---> 8f9a2d12ff97 15:10:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:33 Removing intermediate container dcd8fc5eb9c5 15:10:33 ---> Running in f1782512bd6d 15:10:33 ---> cd54179257e1 15:10:33 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:10:33 ---> 88ec670c02d4 15:10:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:10:33 ---> Running in 53732e1e2eb4 15:10:34 ---> 924117419ff8 15:10:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:10:34 (1/1) Installing dumb-init (1.2.5-r1) 15:10:34 Executing busybox-1.35.0-r17.trigger 15:10:34 OK: 6 MiB in 15 packages 15:10:35 ---> 6af57f15c8e7 15:10:35 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:10:35 ---> Running in eecbed1c46cd 15:10:36 Removing intermediate container 53732e1e2eb4 15:10:36 ---> 8fcf7925f5cf 15:10:36 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:36 ---> 3d4f57ef6415 15:10:36 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.871s coverage: 89.2% of statements 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.532s coverage: 2.6% of statements 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.664s coverage: 95.6% of statements 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.355s coverage: 72.2% of statements 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.311s coverage: 65.9% of statements 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.531s coverage: 0.9% of statements 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.360s coverage: 29.6% of statements 15:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.269s coverage: 47.1% of statements 15:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.250s coverage: 82.9% of statements 15:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.332s coverage: 94.1% of statements 15:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.294s coverage: 96.3% of statements 15:10:41 ---> 51f4e7fe0ffd 15:10:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:10:41 Removing intermediate container eecbed1c46cd 15:10:41 ---> f2125ee48d9f 15:10:41 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:10:41 ---> Running in c0efb26b7833 15:10:42 ---> 35d07d480bc5 15:10:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:10:42 Removing intermediate container c0efb26b7833 15:10:42 ---> b1c6d723499c 15:10:42 Step 19/21 : LABEL arch=x86_64 15:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.324s coverage: 87.5% of statements 15:10:46 ---> Running in c4fe02cb53c6 15:10:46 ---> 263ef61004fe 15:10:46 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:10:47 ---> Running in fc76fd372406 15:10:47 Removing intermediate container c4fe02cb53c6 15:10:47 ---> a586fb29eba1 15:10:47 Step 20/21 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:10:47 ---> Running in e65aaddcc60d 15:10:47 Removing intermediate container 362aea44a1b1 15:10:47 ---> 2b0cdf5268bb 15:10:47 15:10:47 Step 10/24 : FROM alpine:3.16 15:10:47 ---> bfe296a52501 15:10:47 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:10:47 ---> Using cache 15:10:47 ---> 2380dadcffb9 15:10:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:10:47 ---> Using cache 15:10:47 ---> a2335e3dfca8 15:10:47 Step 13/24 : ENV APP_PORT=59881 15:10:47 ---> Running in d809ca193fe8 15:10:47 Removing intermediate container e65aaddcc60d 15:10:47 ---> 118c97836206 15:10:47 Step 21/21 : LABEL version=0.0.0 15:10:47 ---> Running in 36b1202c8007 15:10:47 Removing intermediate container d809ca193fe8 15:10:47 ---> acddabb064bb 15:10:47 Step 14/24 : EXPOSE $APP_PORT 15:10:47 ---> Running in 34e3c6957acc 15:10:47 Removing intermediate container 36b1202c8007 15:10:47 ---> d5e2a7c11ae7 15:10:47 15:10:47 Successfully built d5e2a7c11ae7 15:10:47 Successfully tagged security-proxy-setup:latest 15:10:47 Building security-spire-server 15:10:47  Building security-proxy-setup ... done Removing intermediate container 34e3c6957acc 15:10:47 ---> fe472beeac75 15:10:47 Step 15/24 : WORKDIR / 15:10:47 ---> Running in 1188af1ea3db 15:10:48 Removing intermediate container 3533e807eebd 15:10:48 ---> 87b86ac3dd92 15:10:48 Step 7/24 : COPY . . 15:10:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:10:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:10:50 ---> e08fcaad9df7 15:10:50 Step 3/23 : WORKDIR /edgex-go 15:10:50 ---> Using cache 15:10:50 ---> 07cf328709ed 15:10:50 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:10:50 ---> Using cache 15:10:50 ---> fb574085b371 15:10:50 Step 5/23 : COPY go.mod vendor* ./ 15:10:50 ---> Using cache 15:10:50 ---> 0f54f097d93b 15:10:50 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:50 ---> Using cache 15:10:50 ---> 87b86ac3dd92 15:10:50 Step 7/23 : COPY . . 15:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.339s coverage: 94.4% of statements 15:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.212s coverage: 44.8% of statements 15:10:59 Removing intermediate container 1188af1ea3db 15:10:59 ---> c5b119c64780 15:10:59 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:59 Removing intermediate container fc76fd372406 15:10:59 ---> 0d8a1d1252b5 15:10:59 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:10:59 ---> Running in 2296a111589b 15:10:59 ---> 2798adad096e 15:10:59 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:10:59 ---> 06d472d6b291 15:10:59 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:10:59 ---> Running in ade7b2082baf 15:10:59 ---> Running in 46a6fea2ceff 15:10:59 Removing intermediate container 2296a111589b 15:10:59 ---> ee3766c66566 15:10:59 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:10:59 ---> 07ff9257113b 15:10:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:10:59 ---> Running in 118b6d247361 15:10:59 Removing intermediate container 46a6fea2ceff 15:10:59 ---> 42fd034d5f71 15:10:59 Step 9/24 : WORKDIR /edgex-go/spire-build 15:10:59 ---> Running in 8c87aa772e34 15:10:59 Removing intermediate container ade7b2082baf 15:10:59 ---> 3298a16f5c0c 15:10:59 Step 9/23 : WORKDIR /edgex-go/spire-build 15:10:59 Removing intermediate container 118b6d247361 15:10:59 ---> 12943c5f5b9c 15:10:59 Step 20/22 : LABEL arch=x86_64 15:10:59 ---> Running in b29485a73a75 15:10:59 Removing intermediate container 8c87aa772e34 15:10:59 ---> 418ac4b87ecb 15:10:59 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 15:10:59 ---> Running in e2682f3afab5 15:10:59 ---> e580b539a6ea 15:10:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:10:59 ---> Running in 22a3dc72cb5a 15:10:59 Removing intermediate container b29485a73a75 15:10:59 ---> 63e2c9c12033 15:10:59 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 15:10:59 Removing intermediate container e2682f3afab5 15:10:59 ---> ce6225499ce8 15:10:59 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:10:59 ---> Running in e0467ab6b08d 15:10:59 ---> Running in bca2a929e76d 15:10:59 ---> ca659c9070d3 15:10:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:11:00 Removing intermediate container bca2a929e76d 15:11:00 ---> f0b805e50712 15:11:00 Step 22/22 : LABEL version=0.0.0 15:11:00 ---> Running in 0451102ed5d4 15:11:00 ---> 70198ced7fa0 15:11:00 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:11:00 ---> Running in 75c1f0292b1f 15:11:00 Removing intermediate container 0451102ed5d4 15:11:00 ---> bf79afb90514 15:11:00 15:11:00 Removing intermediate container 75c1f0292b1f 15:11:00 ---> 07015d301031 15:11:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:11:00 Successfully built bf79afb90514 15:11:00 ---> Running in 3b3a833c03a8 15:11:00 Successfully tagged core-common-config-bootstrapper:latest 15:11:00  Building core-common-config-bootstrapper ... done Building security-spire-config 15:11:00 Removing intermediate container 3b3a833c03a8 15:11:00 ---> 8974b6b5e1e3 15:11:00 Step 22/24 : LABEL arch=x86_64 15:11:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.082s coverage: 79.9% of statements 15:11:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:11:04 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:11:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:11:04 ---> e08fcaad9df7 15:11:04 Step 3/24 : WORKDIR /edgex-go 15:11:04 ---> Using cache 15:11:04 ---> 07cf328709ed 15:11:04 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:11:04 ---> Using cache 15:11:04 ---> fb574085b371 15:11:04 Step 5/24 : COPY go.mod vendor* ./ 15:11:04 ---> Using cache 15:11:04 ---> 0f54f097d93b 15:11:04 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:11:04 ---> Using cache 15:11:04 ---> 87b86ac3dd92 15:11:04 Step 7/24 : COPY . . 15:11:04 ---> Using cache 15:11:04 ---> 2798adad096e 15:11:04 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:11:04 ---> Using cache 15:11:04 ---> 3298a16f5c0c 15:11:04 Step 9/24 : WORKDIR /edgex-go/spire-build 15:11:04 ---> Using cache 15:11:04 ---> 63e2c9c12033 15:11:04 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 15:11:07 ---> Running in 4339d5756c85 15:11:07 ---> Running in 8a19538a380e 15:11:07 Removing intermediate container 4339d5756c85 15:11:07 ---> 0ed4711e30ad 15:11:07 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:11:07 Removing intermediate container 22a3dc72cb5a 15:11:07 ---> bec8457960c3 15:11:07 Step 11/24 : WORKDIR /edgex-go 15:11:07 Removing intermediate container e0467ab6b08d 15:11:07 ---> 0c4fc1a8788b 15:11:07 Step 11/23 : WORKDIR /edgex-go 15:11:07 ---> Running in beac4ba1c1f7 15:11:07 ---> Running in cb4b96d0f0a3 15:11:07 ---> Running in 962020dd024d 15:11:08 Removing intermediate container cb4b96d0f0a3 15:11:08 ---> ca92102ea498 15:11:08 Step 24/24 : LABEL version=0.0.0 15:11:09 Removing intermediate container beac4ba1c1f7 15:11:09 Removing intermediate container 962020dd024d 15:11:09 ---> d97b6ced70a6 15:11:09 ---> c68e339eaf29 15:11:09 15:11:09 15:11:09 Step 12/24 : FROM alpine:3.15Step 12/23 : FROM alpine:3.15 15:11:09 15:11:09 ---> Running in 4bf439127ab9 15:11:09 Removing intermediate container 4bf439127ab9 15:11:09 ---> 877c439f8c66 15:11:09 15:11:09 Removing intermediate container 8a19538a380e 15:11:09 ---> 6fa4e46c153c 15:11:09 Step 11/24 : WORKDIR /edgex-go 15:11:09 Successfully built 877c439f8c66 15:11:09 ---> Running in f2d0c32fe202 15:11:09 Successfully tagged core-metadata:latest 15:11:09  Building core-metadata ... done Building security-spiffe-token-provider 15:11:09 Removing intermediate container f2d0c32fe202 15:11:09 ---> c33a6db6012d 15:11:09 15:11:09 Step 12/24 : FROM alpine:3.15 15:11:10 3.15: Pulling from library/alpine 15:11:10 3.15: Pulling from library/alpine 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.362s coverage: 92.9% of statements 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 64.4% of statements 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.262s coverage: 86.9% of statements 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.234s coverage: 87.2% of statements 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.293s coverage: 77.4% of statements 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.307s coverage: 80.0% of statements 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.290s coverage: 87.2% of statements 15:11:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.326s coverage: 91.2% of statements 15:11:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:11:12 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:11:12 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:11:12 ---> e08fcaad9df7 15:11:12 Step 3/19 : WORKDIR /edgex-go 15:11:12 ---> Using cache 15:11:12 ---> 07cf328709ed 15:11:12 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:11:13 ---> Running in 118eaf0e0a0e 15:11:13 3.15: Pulling from library/alpine 15:11:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:11:14 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:11:14 Status: Downloaded newer image for alpine:3.15 15:11:14 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:11:14 Status: Image is up to date for alpine:3.15 15:11:14 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:11:14 Status: Image is up to date for alpine:3.15 15:11:14 ---> c4fc93816858 15:11:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:11:14 ---> c4fc93816858 15:11:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:11:14 ---> c4fc93816858 15:11:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:11:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:11:14 ---> Running in 7d5507431182 15:11:14 ---> Running in f3c2c03249c0 15:11:14 ---> Running in 33358c3e4fca 15:11:14 v3.16.3-155-g4a5e7dae477 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:11:14 v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:11:14 OK: 17044 distinct packages available 15:11:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:11:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:11:14 OK: 211 MiB in 51 packages 15:11:15 Removing intermediate container 33358c3e4fca 15:11:15 ---> abfe971e8b11 15:11:15 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:11:15 Removing intermediate container 7d5507431182 15:11:15 ---> 8b413f4f0e15 15:11:15 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:11:16 Removing intermediate container f3c2c03249c0 15:11:16 ---> 5ca74bfe6487 15:11:16 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:11:16 ---> Running in c7b33095e4fc 15:11:16 ---> Running in dfdf40046ab2 15:11:16 ---> Running in 8c986fc72175 15:11:16 Removing intermediate container 118eaf0e0a0e 15:11:16 ---> c3de74e61254 15:11:16 Step 5/19 : COPY go.mod vendor* ./ 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:17 ---> 96d3338fd710 15:11:17 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:17 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:11:17 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:11:17 OK: 15859 distinct packages available 15:11:17 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:11:17 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:11:17 OK: 15859 distinct packages available 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:17 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:11:17 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:11:17 OK: 15859 distinct packages available 15:11:17 ---> Running in c4879e68f4da 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:17 (1/4) Installing dumb-init (1.2.5-r1) 15:11:17 (1/5) Installing dumb-init (1.2.5-r1) 15:11:17 (2/5) Installing musl-obstack (1.2.3-r0) 15:11:17 (3/5) Installing libucontext (1.1-r0) 15:11:17 (2/4) Installing musl-obstack (1.2.3-r0) 15:11:17 (4/5) Installing gcompat (1.0.0-r4) 15:11:17 (3/4) Installing libucontext (1.1-r0) 15:11:17 (5/5) Installing openssl (1.1.1s-r1) 15:11:17 (4/4) Installing gcompat (1.0.0-r4) 15:11:17 Executing busybox-1.34.1-r7.trigger 15:11:17 OK: 6 MiB in 18 packages 15:11:17 Executing busybox-1.34.1-r7.trigger 15:11:17 (1/5) Installing dumb-init (1.2.5-r1) 15:11:17 (2/5) Installing musl-obstack (1.2.3-r0) 15:11:17 OK: 7 MiB in 19 packages 15:11:17 (3/5) Installing libucontext (1.1-r0) 15:11:18 (4/5) Installing gcompat (1.0.0-r4) 15:11:18 (5/5) Installing openssl (1.1.1s-r1) 15:11:18 Executing busybox-1.34.1-r7.trigger 15:11:18 OK: 7 MiB in 19 packages 15:11:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.424s coverage: 64.7% of statements 15:11:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:11:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:11:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.321s coverage: 100.0% of statements 15:11:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.214s coverage: 89.4% of statements 15:11:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements 15:11:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.176s coverage: 73.7% of statements 15:11:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.109s coverage: 100.0% of statements 15:11:20 Removing intermediate container dfdf40046ab2 15:11:20 ---> 7f9318cf1cf6 15:11:20 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:11:20 Removing intermediate container 8c986fc72175 15:11:20 ---> a584c7f95f10 15:11:20 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:11:20 Removing intermediate container c7b33095e4fc 15:11:20 ---> 73dc6b17dc41 15:11:20 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:11:20 Removing intermediate container f1782512bd6d 15:11:20 ---> 233e0817b93a 15:11:20 Step 8/22 : COPY . . 15:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.356s coverage: 65.3% of statements 15:11:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:11:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:11:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:11:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.781s coverage: 41.8% of statements 15:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:11:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.247s coverage: 89.5% of statements 15:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:11:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.437s coverage: 84.8% of statements 15:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:11:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:11:28 ---> 7c86239d6c1b 15:11:28 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:11:28 ---> 32571041fcd5 15:11:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:11:28 ---> 4905ccb54bf9 15:11:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:11:28 ---> 08c7117e2c2f 15:11:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:11:28 ---> Running in ba1f030c9f26 15:11:28 ---> 4e7427f98499 15:11:28 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:11:28 ---> 2b5f31d3ce07 15:11:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:11:28 ---> Running in a59567128144 15:11:28 Removing intermediate container a59567128144 15:11:28 ---> 7c1c2c7029da 15:11:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:11:28 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 15:11:29 ---> b2e3df4dc62a 15:11:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:11:29 ---> 20268000af53 15:11:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:11:29 ---> 701491d82ca1 15:11:29 Step 19/24 : WORKDIR / 15:11:29 ---> 452688dd26e0 15:11:29 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:11:29 ---> 440232cae3b3 15:11:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:11:29 ---> Running in 67425473b613 15:11:29 ---> Running in 535ec1ef3c5d 15:11:29 Removing intermediate container 535ec1ef3c5d 15:11:29 ---> a0a23b3fb20f 15:11:29 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:11:29 Removing intermediate container 67425473b613 15:11:29 ---> c2f9002beabc 15:11:29 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:11:29 ---> 1833238c5d4d 15:11:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:11:29 ---> Running in 88ae07c3bfb7 15:11:29 ---> Running in bd91584ef746 15:11:29 Removing intermediate container 88ae07c3bfb7 15:11:29 ---> f1e676f9e1c9 15:11:29 Step 21/23 : LABEL arch=x86_64 15:11:29 ---> 74b235083930 15:11:29 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:11:29 ---> Running in 629d918a1f91 15:11:29 ---> Running in 0ddc5c048c8d 15:11:29 Removing intermediate container bd91584ef746 15:11:29 ---> 23a4c0a1dee8 15:11:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:11:29 ---> Running in 20631cffc3c5 15:11:29 Removing intermediate container 0ddc5c048c8d 15:11:29 ---> 3ee20fab7ade 15:11:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:11:29 Removing intermediate container 629d918a1f91 15:11:29 ---> c4cb096cb3c2 15:11:29 Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:11:29 ---> Running in 4438661cdc7a 15:11:30 ---> Running in 8c826d8277b0 15:11:30 Removing intermediate container 20631cffc3c5 15:11:30 ---> 237e168726dc 15:11:30 Step 22/24 : LABEL arch=x86_64 15:11:30 ---> Running in 24ad33e54595 15:11:30 Removing intermediate container 8c826d8277b0 15:11:30 ---> e63e7ce6cf17 15:11:30 Step 23/23 : LABEL version=0.0.0 15:11:30 Removing intermediate container 4438661cdc7a 15:11:30 ---> 8dbeb15fa441 15:11:30 Step 22/24 : LABEL arch=x86_64 15:11:30 ---> Running in 52fd1c4d1f68 15:11:30 Removing intermediate container 24ad33e54595 15:11:30 ---> 76f1459484ae 15:11:30 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:11:30 ---> Running in 28ec6518c03b 15:11:30 ---> Running in 9c15fba0bb21 15:11:30 Removing intermediate container 52fd1c4d1f68 15:11:30 ---> 7b3eb717cedc 15:11:30 15:11:30 Removing intermediate container 28ec6518c03b 15:11:30 ---> 57ae30df25cf 15:11:30 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:11:30 Removing intermediate container 9c15fba0bb21 15:11:30 ---> 2c6593c3a7b6 15:11:30 Step 24/24 : LABEL version=0.0.0 15:11:30 Successfully built 7b3eb717cedc 15:11:30 ---> Running in e5ee07bc546c 15:11:30 Successfully tagged security-spire-server:latest 15:11:30  Building security-spire-server ... done  ---> Running in 961d5bb16ef6 15:11:30 Removing intermediate container e5ee07bc546c 15:11:30 ---> 8652559dbae1 15:11:30 Step 24/24 : LABEL version=0.0.0 15:11:30 ---> Running in 558cb4be6532 15:11:30 Removing intermediate container 961d5bb16ef6 15:11:30 ---> ca72290111ea 15:11:30 15:11:30 Removing intermediate container 558cb4be6532 15:11:30 ---> 08d00bf887c4 15:11:30 15:11:30 Successfully built ca72290111ea 15:11:30 Successfully tagged security-spire-config:latest 15:11:30  Building security-spire-config ... done Successfully built 08d00bf887c4 15:11:30 Successfully tagged security-spire-agent:latest 15:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.297s coverage: 17.7% of statements 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.666s coverage: 92.3% of statements 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.267s coverage: 63.2% of statements 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.452s coverage: 97.7% of statements 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:11:36 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 15:11:36 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:11:36 go vet ./... 15:11:57  Building security-spire-agent ... done Removing intermediate container ba1f030c9f26 15:11:57 ---> a1b0f1023a94 15:11:57 15:11:57 Step 10/22 : FROM alpine:3.16 15:11:57 ---> bfe296a52501 15:11:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:11:57 ---> Running in de9e655572c8 15:11:57 Removing intermediate container c4879e68f4da 15:11:57 ---> 999d9f730ae9 15:11:57 Step 7/19 : COPY . . 15:11:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:11:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:11:57 (1/2) Installing ca-certificates (20220614-r0) 15:11:57 (2/2) Installing dumb-init (1.2.5-r1) 15:11:57 Executing busybox-1.35.0-r17.trigger 15:11:57 Executing ca-certificates-20220614-r0.trigger 15:11:57 OK: 6 MiB in 16 packages 15:12:02 ---> 17e9a3ca71b9 15:12:02 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:12:02 ---> Running in 40ad2eb0dc12 15:12:02 Removing intermediate container de9e655572c8 15:12:02 ---> 78257e822b99 15:12:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:12:02 ---> Running in 0b928c9558fe 15:12:02 Removing intermediate container 0b928c9558fe 15:12:02 ---> 88a5db76e5d2 15:12:02 Step 13/22 : ENV APP_PORT=59860 15:12:02 ---> Running in b635f0e14fe8 15:12:02 Removing intermediate container b635f0e14fe8 15:12:02 ---> f5abc1a7c0dd 15:12:02 Step 14/22 : EXPOSE $APP_PORT 15:12:02 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 15:12:02 ---> Running in 8acefd8d4aa5 15:12:02 Removing intermediate container 8acefd8d4aa5 15:12:02 ---> 53a4764f6933 15:12:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:12:02 ---> e30fdb3d7942 15:12:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:12:03 ---> 2ed38b4babb0 15:12:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:12:03 ---> 88fe0262a5ba 15:12:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:12:03 ---> Running in 5aa574e4f585 15:12:03 Removing intermediate container 5aa574e4f585 15:12:03 ---> b224278b8902 15:12:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:12:03 ---> Running in eac3da1a323f 15:12:03 Removing intermediate container eac3da1a323f 15:12:03 ---> 7de7f28532bb 15:12:03 Step 20/22 : LABEL arch=x86_64 15:12:03 ---> Running in 76954607b497 15:12:03 Removing intermediate container 76954607b497 15:12:03 ---> 226fd7a9f27a 15:12:03 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:12:03 ---> Running in 11676bcb376c 15:12:03 Removing intermediate container 11676bcb376c 15:12:03 ---> 7081a8650e49 15:12:03 Step 22/22 : LABEL version=0.0.0 15:12:03 ---> Running in 387365bc7f2e 15:12:03 Removing intermediate container 387365bc7f2e 15:12:03 ---> 7fca66cd7774 15:12:03 15:12:03 Successfully built 7fca66cd7774 15:12:03 Successfully tagged support-notifications:latest 15:12:22  Building support-notifications ... done Removing intermediate container 40ad2eb0dc12 15:12:22 ---> be720ee08cd5 15:12:22 15:12:22 Step 9/19 : FROM alpine:3.15 15:12:22 ---> c4fc93816858 15:12:22 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:12:22 ---> Using cache 15:12:22 ---> 5ca74bfe6487 15:12:22 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:12:22 ---> Running in 6ce4dbbf5a62 15:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:12:22 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:12:22 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:12:22 OK: 15859 distinct packages available 15:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:12:22 (1/9) Installing ca-certificates (20220614-r0) 15:12:22 (2/9) Installing brotli-libs (1.0.9-r5) 15:12:22 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:12:22 (4/9) Installing libcurl (7.80.0-r5) 15:12:22 (5/9) Installing curl (7.80.0-r5) 15:12:22 (6/9) Installing dumb-init (1.2.5-r1) 15:12:22 (7/9) Installing musl-obstack (1.2.3-r0) 15:12:22 (8/9) Installing libucontext (1.1-r0) 15:12:22 (9/9) Installing gcompat (1.0.0-r4) 15:12:22 Executing busybox-1.34.1-r7.trigger 15:12:22 Executing ca-certificates-20220614-r0.trigger 15:12:22 OK: 8 MiB in 23 packages 15:12:22 Removing intermediate container 6ce4dbbf5a62 15:12:22 ---> 4c637b2cbf7f 15:12:22 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:12:23 ---> 567ef49f9c24 15:12:23 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:12:23 ---> fd4fb803918b 15:12:23 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:12:23 ---> e3b692174872 15:12:23 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:12:23 ---> Running in 59f44f67c807 15:12:23 Removing intermediate container 59f44f67c807 15:12:23 ---> 4517c424ff8e 15:12:23 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:12:23 ---> Running in 8b88d7a2a243 15:12:23 Removing intermediate container 8b88d7a2a243 15:12:23 ---> c7cda40cc607 15:12:23 Step 17/19 : LABEL arch=x86_64 15:12:23 ---> Running in ef08c65fc206 15:12:24 Removing intermediate container ef08c65fc206 15:12:24 ---> 575339d77706 15:12:24 Step 18/19 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:12:24 ---> Running in b8e46e32b774 15:12:24 Removing intermediate container b8e46e32b774 15:12:24 ---> 133679febe32 15:12:24 Step 19/19 : LABEL version=0.0.0 15:12:24 ---> Running in 9384b64b5f5b 15:12:24 Removing intermediate container 9384b64b5f5b 15:12:24 ---> aa3bb51c4e01 15:12:24 15:12:24 Successfully built aa3bb51c4e01 15:12:24 Successfully tagged security-spiffe-token-provider:latest 15:12:24  Building security-spiffe-token-provider ... done  [Pipeline] } 15:12:24 $ docker stop --time=1 a843b02cf4a2f71911f7b063c79c0a8d0c1cb3525905eaab149edde0e80391a7 15:12:25 $ docker rm -f --volumes a843b02cf4a2f71911f7b063c79c0a8d0c1cb3525905eaab149edde0e80391a7 [Pipeline] // withDockerContainer [Pipeline] sh 15:12:26 + docker images 15:12:26 REPOSITORY TAG IMAGE ID CREATED SIZE 15:12:26 security-spiffe-token-provider latest aa3bb51c4e01 2 seconds ago 29.8MB 15:12:26 be720ee08cd5 7 seconds ago 1.71GB 15:12:26 support-notifications latest 7fca66cd7774 23 seconds ago 30.6MB 15:12:26 a1b0f1023a94 32 seconds ago 1.75GB 15:12:26 security-spire-agent latest 08d00bf887c4 56 seconds ago 125MB 15:12:26 security-spire-server latest 7b3eb717cedc 56 seconds ago 86.5MB 15:12:26 security-spire-config latest ca72290111ea 56 seconds ago 85.8MB 15:12:26 c33a6db6012d About a minute ago 1.55GB 15:12:26 core-metadata latest 877c439f8c66 About a minute ago 18.4MB 15:12:26 d97b6ced70a6 About a minute ago 1.55GB 15:12:26 c68e339eaf29 About a minute ago 1.55GB 15:12:26 core-common-config-bootstrapper latest bf79afb90514 About a minute ago 15.5MB 15:12:26 security-proxy-setup latest d5e2a7c11ae7 About a minute ago 27.8MB 15:12:26 2b0cdf5268bb About a minute ago 1.69GB 15:12:26 e92c1ae028ec About a minute ago 1.68GB 15:12:26 security-bootstrapper latest ad3a65ee9667 2 minutes ago 20.3MB 15:12:26 8cf54f811aea 2 minutes ago 1.67GB 15:12:26 security-secretstore-setup latest 65dfe1793dfa 2 minutes ago 29.9MB 15:12:26 support-scheduler latest eab1b716d250 2 minutes ago 30MB 15:12:26 core-command latest 88e78a5dd0af 2 minutes ago 17.7MB 15:12:26 core-data latest 29b9a9b31679 2 minutes ago 17.9MB 15:12:26 f73a3b68c371 2 minutes ago 1.75GB 15:12:26 e45e27567364 2 minutes ago 1.69GB 15:12:26 b4a3de15edeb 2 minutes ago 1.68GB 15:12:26 e640dacd4c27 2 minutes ago 1.67GB 15:12:26 a64b4ecd98ec 2 minutes ago 1.67GB 15:12:26 ci-base-image-x86_64 latest e08fcaad9df7 8 minutes ago 903MB 15:12:26 alpine 3.16 bfe296a52501 2 months ago 5.54MB 15:12:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 15:12:26 alpine 3.15 c4fc93816858 6 months ago 5.59MB 15:12:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 15:12: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] } 15:13:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:13:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:13:28 ./bin/test-attribution-txt.sh [Pipeline] echo 15:13:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:13:29 + ls -al . 15:13:29 total 740 15:13:29 drwxrwxr-x 10 1001 1001 4096 Feb 7 15:07 . 15:13:29 drwxr-xr-x 4 root root 4096 Feb 7 15:07 .. 15:13:29 drwxrwxr-x 2 1001 1001 4096 Feb 7 15:05 .blubracket 15:13:29 -rw-rw-r-- 1 1001 1001 16 Feb 7 15:05 .dockerignore 15:13:29 drwxrwxr-x 8 1001 1001 4096 Feb 7 15:05 .git 15:13:29 drwxrwxr-x 3 1001 1001 4096 Feb 7 15:05 .github 15:13:29 -rw-rw-r-- 1 1001 1001 1024 Feb 7 15:05 .gitignore 15:13:29 -rw-rw-r-- 1 1001 1001 42 Feb 7 15:05 .golangci.yml 15:13:29 -rw-rw-r-- 1 1001 1001 87 Feb 7 15:05 .hadolint.yml 15:13:29 -rw-rw-r-- 1 1001 1001 166 Feb 7 15:05 .sonarcloud.properties 15:13:29 -rw-rw-r-- 1 1001 1001 1171 Feb 7 15:05 ADOPTERS.md 15:13:29 -rw-rw-r-- 1 1001 1001 10825 Feb 7 15:05 Attribution.txt 15:13:29 -rw-rw-r-- 1 1001 1001 73765 Feb 7 15:05 CHANGELOG.md 15:13:29 -rw-rw-r-- 1 1001 1001 3804 Feb 7 15:05 CONTRIBUTING.md 15:13:29 -rw-rw-r-- 1 1001 1001 677 Feb 7 15:05 GOVERNANCE.md 15:13:29 -rw-rw-r-- 1 1001 1001 850 Feb 7 15:05 Jenkinsfile 15:13:29 -rw-rw-r-- 1 1001 1001 10775 Feb 7 15:05 LICENSE 15:13:29 -rw-rw-r-- 1 1001 1001 13375 Feb 7 15:05 Makefile 15:13:29 -rw-rw-r-- 1 1001 1001 582 Feb 7 15:05 OWNERS.md 15:13:29 -rw-rw-r-- 1 1001 1001 9403 Feb 7 15:05 README.md 15:13:29 -rw-rw-r-- 1 1001 1001 6912 Feb 7 15:05 SECURITY.md 15:13:29 -rw-rw-r-- 1 1001 1001 5 Feb 7 15:03 VERSION 15:13:29 drwxrwxr-x 2 1001 1001 4096 Feb 7 15:05 bin 15:13:29 drwxrwxr-x 17 1001 1001 4096 Feb 7 15:05 cmd 15:13:29 -rw-r--r-- 1 root root 486191 Feb 7 15:11 coverage.out 15:13:29 -rw-rw-r-- 1 1001 1001 3294 Feb 7 15:05 go.mod 15:13:29 -rw-rw-r-- 1 1001 1001 34708 Feb 7 15:05 go.sum 15:13:29 drwxrwxr-x 7 1001 1001 4096 Feb 7 15:05 internal 15:13:29 drwxrwxr-x 3 1001 1001 4096 Feb 7 15:05 openapi 15:13:29 drwxrwxr-x 4 1001 1001 4096 Feb 7 15:05 snap 15:13:29 -rw-rw-r-- 1 1001 1001 204 Feb 7 15:05 version.go [Pipeline] sh 15:13:30 + '[' -e coverage.out ] 15:13:30 + chown 1001:1001 coverage.out [Pipeline] stash 15:13:30 Warning: overwriting stash ‘coverage-report’ 15:13:30 Stashed 1 file(s) [Pipeline] sh 15:13:31 + make build 15:13:31 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 15:14:53 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 15:14:54 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 15:15:01 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 15:15:04 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 15:15:51 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 15:15: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 15:16: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:16:07 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 15:16:10 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 15:16:15 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 15:16:27 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] } 15:16:32 $ docker stop --time=1 9b92e9faa331cfd8e3b064e8f4c7fd7b0d187ed79c7a4bd927d248a3fc7247b2 15:16:34 $ docker rm -f --volumes 9b92e9faa331cfd8e3b064e8f4c7fd7b0d187ed79c7a4bd927d248a3fc7247b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:16:37 15:16:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:16:37 latest: Pulling from edgex-devops/edgex-compose-arm64 15:16:37 29e5d40040c1: Pulling fs layer 15:16:37 1ce36da41761: Pulling fs layer 15:16:37 25b303627fd3: Pulling fs layer 15:16:37 29e5d40040c1: Download complete 15:16:38 1ce36da41761: Verifying Checksum 15:16:38 29e5d40040c1: Pull complete 15:16:39 25b303627fd3: Verifying Checksum 15:16:39 25b303627fd3: Download complete 15:16:39 1ce36da41761: Pull complete 15:16:49 25b303627fd3: Pull complete 15:16:49 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:16:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:16:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:49 prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container 15:16:49 $ 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 15:16:52 $ docker top 02d435d087a6e7f99cc962df252b5598ad6510a584110f7ff5fcc44ba5ef9cc1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:52 + docker-compose build --help 15:16:52 + grep parallel 15:16:57 --parallel Build images in parallel. [Pipeline] } 15:16:57 $ docker stop --time=1 02d435d087a6e7f99cc962df252b5598ad6510a584110f7ff5fcc44ba5ef9cc1 15:16:59 $ docker rm -f --volumes 02d435d087a6e7f99cc962df252b5598ad6510a584110f7ff5fcc44ba5ef9cc1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:16:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:00 prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container 15:17:00 $ 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 15:17:01 $ docker top bc9b2450cd5e02f54f8b42f1a8d18b3ba2003900683f33a1ac50948a8f75445f -eo pid,comm [Pipeline] { [Pipeline] sh 15:17:01 + docker-compose -f ./docker-compose-build.yml build --parallel 15:17:06 Building core-command ... 15:17:06 Building core-common-config-bootstrapper ... 15:17:06 Building core-data ... 15:17:06 Building core-metadata ... 15:17:06 Building security-bootstrapper ... 15:17:06 Building security-proxy-setup ... 15:17:06 Building security-secretstore-setup ... 15:17:06 Building security-spiffe-token-provider ... 15:17:06 Building security-spire-agent ... 15:17:06 Building security-spire-config ... 15:17:06 Building security-spire-server ... 15:17:06 Building support-notifications ... 15:17:06 Building support-scheduler ... 15:17:06 Building security-proxy-setup 15:17:06 Building support-notifications 15:17:06 Building core-common-config-bootstrapper 15:17:06 Building security-spire-server 15:17:06 Building security-spire-agent 15:17:52 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:17:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:17:52 ---> e8a461d35803 15:17:52 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:17:52 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:17:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:17:52 ---> e8a461d35803 15:17:52 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:17:52 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:17:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:17:52 ---> e8a461d35803 15:17:52 Step 3/21 : WORKDIR /edgex-go 15:17:52 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:17:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:17:52 ---> e8a461d35803 15:17:52 Step 3/24 : WORKDIR /edgex-go 15:17:52 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:17:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:17:52 ---> e8a461d35803 15:17:52 Step 3/23 : WORKDIR /edgex-go 15:17:52 ---> Running in 4af797266deb 15:17:52 ---> Running in 60d3af9ae8ce 15:17:52 ---> Running in 3d24590d63bf 15:17:52 ---> Running in 6eebd6a747f8 15:17:52 ---> Running in 7574b34576f6 15:17:52 Removing intermediate container 60d3af9ae8ce 15:17:52 ---> 713c6900b01d 15:17:52 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:17:52 Removing intermediate container 3d24590d63bf 15:17:52 ---> 7c5eaff4224c 15:17:52 Step 4/21 : RUN apk add --update --no-cache make git 15:17:52 Removing intermediate container 7574b34576f6 15:17:52 ---> edc8f66a5d8c 15:17:52 Step 4/22 : WORKDIR /edgex-go 15:17:52 ---> Running in 3874c0046312 15:17:52 Removing intermediate container 4af797266deb 15:17:52 ---> f0cb63e36ce3 15:17:52 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:17:52 ---> Running in ca686e557c28 15:17:52 Removing intermediate container 6eebd6a747f8 15:17:52 ---> 8ec0d93990e2 15:17:52 Step 4/22 : WORKDIR /edgex-go 15:17:52 ---> Running in 5bca1ff5ca1d 15:17:52 ---> Running in 17a40b06ed5e 15:17:52 ---> Running in efaf093a9dbf 15:17:52 Removing intermediate container efaf093a9dbf 15:17:52 ---> 3cfe30d6695a 15:17:52 Step 5/22 : RUN apk add --update --no-cache make git 15:17:52 Removing intermediate container 5bca1ff5ca1d 15:17:52 ---> 6d673226b174 15:17:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:17:52 ---> Running in 50283565e357 15:17:52 ---> Running in cd7632fec42a 15:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:17:55 OK: 221 MiB in 51 packages 15:17:55 OK: 221 MiB in 51 packages 15:17:55 OK: 221 MiB in 51 packages 15:17:55 OK: 221 MiB in 51 packages 15:17:55 OK: 221 MiB in 51 packages 15:17:56 Removing intermediate container ca686e557c28 15:17:56 ---> ea9e401b3356 15:17:56 Step 5/21 : COPY go.mod vendor* ./ 15:17:56 Removing intermediate container 3874c0046312 15:17:56 ---> aa5e905891d1 15:17:56 Step 5/24 : COPY go.mod vendor* ./ 15:17:57 Removing intermediate container 17a40b06ed5e 15:17:57 ---> 010cc92cf64c 15:17:57 Step 5/23 : COPY go.mod vendor* ./ 15:17:57 Removing intermediate container cd7632fec42a 15:17:57 ---> 3199ef742415 15:17:57 Step 6/22 : COPY go.mod vendor* ./ 15:17:58 Removing intermediate container 50283565e357 15:17:58 ---> f0c17af7aa91 15:17:58 ---> 7e30c2d57824 15:17:58 Step 6/22 : COPY go.mod vendor* ./ 15:17:58 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:17:58 ---> Running in f9c4b1e227cc 15:17:58 ---> 5b9408151a56 15:17:58 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:17:58 ---> aa7d20ddb5de 15:17:58 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:17:58 ---> Running in 08d47aaa84c7 15:17:58 ---> Running in 130b455066b2 15:17:59 ---> 56d57c35cd5c 15:17:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:17:59 ---> Running in e07919305b1a 15:17:59 ---> 3fef35b74bab 15:17:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:17:59 ---> Running in 28c35ae68e30 15:19:51 Removing intermediate container 08d47aaa84c7 15:19:51 ---> c95d85130c2f 15:19:51 Step 7/23 : COPY . . 15:19:51 Removing intermediate container 130b455066b2 15:19:51 ---> 8a420b855e61 15:19:51 Step 7/21 : COPY . . 15:19:51 Removing intermediate container e07919305b1a 15:19:51 ---> 3a8e788c920c 15:19:51 Step 8/22 : COPY . . 15:19:51 Removing intermediate container 28c35ae68e30 15:19:51 ---> 5bed30a0013f 15:19:51 Step 8/22 : COPY . . 15:19:51 Removing intermediate container f9c4b1e227cc 15:19:51 ---> 089642f5d63c 15:19:51 Step 7/24 : COPY . . 15:19:58 ---> ea59b2a1f667 15:19:58 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:19:58 ---> a02933e046a6 15:19:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:19:58 ---> 1803f5679159 15:19:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:19:58 ---> Running in 218f192d17ee 15:19:58 ---> 04075bf9e5f9 15:19:58 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:19:58 ---> e04c56e93f66 15:19:58 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:19:58 ---> Running in 427a057732d8 15:19:58 ---> Running in 2adb0b65a254 15:19:58 ---> Running in 911294105dfc 15:19:58 ---> Running in d923099b4ee1 15:19:58 Removing intermediate container 218f192d17ee 15:19:58 ---> 69054f62ae9b 15:19:58 Step 9/23 : WORKDIR /edgex-go/spire-build 15:19:58 Removing intermediate container d923099b4ee1 15:19:58 ---> ccfa84551e3a 15:19:58 Step 9/24 : WORKDIR /edgex-go/spire-build 15:19:58 ---> Running in 53fbf637ffe6 15:19:58 ---> Running in 1d31e13854af 15:19:58 Removing intermediate container 53fbf637ffe6 15:19:58 ---> b7481bb7bc57 15:19:58 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 15:19:59 ---> Running in 9a75baff03d5 15:19:59 Removing intermediate container 1d31e13854af 15:19:59 ---> 20b333e04fb3 15:19:59 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 15:19:59 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 15:19:59 ---> Running in 840521eb654d 15:20: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:20:00 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 15:20:02 Removing intermediate container 9a75baff03d5 15:20:02 ---> b3a31a89200b 15:20:02 Step 11/23 : WORKDIR /edgex-go 15:20:02 ---> Running in cfed55846d36 15:20:03 Removing intermediate container 840521eb654d 15:20:03 ---> 506990d1f09c 15:20:03 Step 11/24 : WORKDIR /edgex-go 15:20:03 ---> Running in facc45ea7bc8 15:20:03 Removing intermediate container cfed55846d36 15:20:03 ---> 2afd3ce352fc 15:20:03 15:20:03 Step 12/23 : FROM alpine:3.15 15:20:03 3.15: Pulling from library/alpine 15:20:03 Removing intermediate container facc45ea7bc8 15:20:03 ---> c5fb2f14233f 15:20:03 15:20:03 Step 12/24 : FROM alpine:3.15 15:20:03 3.15: Pulling from library/alpine 15:20:04 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:20:04 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:20:04 Status: Downloaded newer image for alpine:3.15 15:20:04 Status: Downloaded newer image for alpine:3.15 15:20:04 ---> 8aa73fd46299 15:20:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:20:04 ---> 8aa73fd46299 15:20:04 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:20:05 ---> Running in f6f1b0fb1718 15:20:05 ---> Running in fdb066b8de81 15:20:05 Removing intermediate container fdb066b8de81 15:20:05 ---> be4f8c2efbf0 15:20:05 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:20:06 Removing intermediate container f6f1b0fb1718 15:20:06 ---> 83edbc336aaa 15:20:06 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:20:06 ---> Running in 422fed7e1533 15:20:06 ---> Running in bb9a3789431f 15:20:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:20:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:20:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:20:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:20:10 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:20:10 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:20:10 OK: 15736 distinct packages available 15:20:10 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:20:10 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:20:10 OK: 15736 distinct packages available 15:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:20:11 (1/5) Installing dumb-init (1.2.5-r1) 15:20:11 (2/5) Installing musl-obstack (1.2.3-r0) 15:20:11 (3/5) Installing libucontext (1.1-r0) 15:20:11 (4/5) Installing gcompat (1.0.0-r4) 15:20:11 (5/5) Installing openssl (1.1.1s-r1) 15:20:11 Executing busybox-1.34.1-r7.trigger 15:20:11 OK: 6 MiB in 19 packages 15:20:12 (1/5) Installing dumb-init (1.2.5-r1) 15:20:12 (2/5) Installing musl-obstack (1.2.3-r0) 15:20:12 (3/5) Installing libucontext (1.1-r0) 15:20:12 (4/5) Installing gcompat (1.0.0-r4) 15:20:12 (5/5) Installing openssl (1.1.1s-r1) 15:20:12 Executing busybox-1.34.1-r7.trigger 15:20:12 OK: 6 MiB in 19 packages 15:20:14 Removing intermediate container 422fed7e1533 15:20:14 ---> 96834f7d9462 15:20:14 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:20:14 Removing intermediate container bb9a3789431f 15:20:14 ---> 30d03c7e0dd7 15:20:14 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:20:18 ---> 283bdce45004 15:20:18 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:20:23 ---> d76950364b52 15:20:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:20:24 ---> 0c38d8b98554 15:20:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:20:24 ---> 0b6b37b9561c 15:20:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:20:25 ---> 5fc6e9d73fa3 15:20:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:20:25 ---> 066cf7f45e0b 15:20:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:20:26 ---> 92591d32888c 15:20:26 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:20:26 ---> e426cbece0b8 15:20:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:20:26 ---> Running in e3ce4e7005f8 15:20:27 Removing intermediate container e3ce4e7005f8 15:20:27 ---> 17d48db2df01 15:20:27 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:20:27 ---> Running in 118952fe428e 15:20:28 ---> c22a8f84279b 15:20:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:20:28 Removing intermediate container 118952fe428e 15:20:28 ---> 24ff264f6a77 15:20:28 Step 21/23 : LABEL arch=arm64 15:20:28 ---> Running in ffccf06ee28c 15:20:28 ---> Running in 3e66a04a372b 15:20:29 Removing intermediate container ffccf06ee28c 15:20:29 ---> 95be1048fe2a 15:20:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:20:29 ---> Running in 40a2a7decf6c 15:20:29 Removing intermediate container 3e66a04a372b 15:20:29 ---> 670c7ab56a4e 15:20:29 Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:20:29 ---> Running in cee1d014a296 15:20:30 Removing intermediate container 40a2a7decf6c 15:20:30 ---> 96e32c258002 15:20:30 Step 22/24 : LABEL arch=arm64 15:20:30 ---> Running in 682cf1628e44 15:20:30 Removing intermediate container cee1d014a296 15:20:30 ---> 52e57000b41f 15:20:30 Step 23/23 : LABEL version=0.0.0 15:20:30 ---> Running in 395ef147aab5 15:20:30 Removing intermediate container 682cf1628e44 15:20:30 ---> 14d448971eba 15:20:30 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:20:30 ---> Running in 538b955b614f 15:20:30 Removing intermediate container 395ef147aab5 15:20:30 ---> 49f017c29569 15:20:30 15:20:31 Removing intermediate container 538b955b614f 15:20:31 ---> 07babaa285b2 15:20:31 Step 24/24 : LABEL version=0.0.0 15:20:31 Successfully built 49f017c29569 15:20:31 Successfully tagged security-spire-server-arm64:latest 15:20:31  Building security-spire-server ... done Building security-spire-config 15:20:31 ---> Running in cdfd5ffd30e1 15:20:32 Removing intermediate container cdfd5ffd30e1 15:20:32 ---> 826f51ea98ee 15:20:32 15:20:32 Successfully built 826f51ea98ee 15:20:32 Successfully tagged security-spire-agent-arm64:latest 15:20:32  Building security-spire-agent ... done Building security-bootstrapper 15:20:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:20:59 ---> e8a461d35803 15:20:59 Step 3/24 : WORKDIR /edgex-go 15:20:59 ---> Using cache 15:20:59 ---> f0cb63e36ce3 15:20:59 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:20:59 ---> Using cache 15:20:59 ---> 010cc92cf64c 15:20:59 Step 5/24 : COPY go.mod vendor* ./ 15:20:59 ---> Using cache 15:20:59 ---> 5b9408151a56 15:20:59 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:59 ---> Using cache 15:20:59 ---> c95d85130c2f 15:20:59 Step 7/24 : COPY . . 15:20:59 ---> Using cache 15:20:59 ---> ea59b2a1f667 15:20:59 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:20:59 ---> Using cache 15:20:59 ---> 69054f62ae9b 15:20:59 Step 9/24 : WORKDIR /edgex-go/spire-build 15:20:59 ---> Using cache 15:20:59 ---> b7481bb7bc57 15:20:59 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 15:20:59 ---> Running in 88520709585f 15:20:59 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:59 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:20:59 ---> e8a461d35803 15:20:59 Step 3/32 : WORKDIR /edgex-go 15:20:59 ---> Using cache 15:20:59 ---> f0cb63e36ce3 15:20:59 Step 4/32 : RUN apk add --update --no-cache make git 15:20:59 ---> Running in 6469fef53a2a 15:21:00 Removing intermediate container 88520709585f 15:21:00 ---> 968356d102c3 15:21:00 Step 11/24 : WORKDIR /edgex-go 15:21:00 ---> Running in 4e099da9bedd 15:21:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:21:01 Removing intermediate container 4e099da9bedd 15:21:01 ---> ca4eda12b550 15:21:01 15:21:01 Step 12/24 : FROM alpine:3.15 15:21:01 ---> 8aa73fd46299 15:21:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:21:01 ---> Using cache 15:21:01 ---> 83edbc336aaa 15:21:01 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:21:01 ---> Running in 4e67d9ff00a0 15:21:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:21:03 OK: 221 MiB in 51 packages 15:21:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:21:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:21:05 Removing intermediate container 6469fef53a2a 15:21:05 ---> 9e2024b83585 15:21:05 Step 5/32 : COPY go.mod vendor* ./ 15:21:05 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:21:05 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:21:05 OK: 15736 distinct packages available 15:21:05 ---> 9ebe62348e93 15:21:05 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:21:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:21:06 ---> Running in f89073d8d2cd 15:21:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:21:08 (1/4) Installing dumb-init (1.2.5-r1) 15:21:08 (2/4) Installing musl-obstack (1.2.3-r0) 15:21:08 (3/4) Installing libucontext (1.1-r0) 15:21:08 (4/4) Installing gcompat (1.0.0-r4) 15:21:08 Executing busybox-1.34.1-r7.trigger 15:21:08 OK: 6 MiB in 18 packages 15:21:10 Removing intermediate container 4e67d9ff00a0 15:21:10 ---> e0c340dc0615 15:21:10 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:21:16 ---> 97dea111452f 15:21:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:21:17 ---> a948ba02a70a 15:21:17 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:21:17 ---> Running in 1492c7d6ff8c 15:21:17 Removing intermediate container 1492c7d6ff8c 15:21:17 ---> ec2dde946dc7 15:21:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:21:19 ---> 0bedb866cab2 15:21:19 Step 19/24 : WORKDIR / 15:21:19 ---> Running in 0a0c870be376 15:21:19 Removing intermediate container 0a0c870be376 15:21:19 ---> b8da0bae1e9b 15:21:19 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:21:19 ---> Running in b57fc19a5097 15:21:20 Removing intermediate container b57fc19a5097 15:21:20 ---> d390d305234e 15:21:20 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:21:20 ---> Running in 50150e518e65 15:21:21 Removing intermediate container 50150e518e65 15:21:21 ---> db7d92369ca1 15:21:21 Step 22/24 : LABEL arch=arm64 15:21:21 ---> Running in d2b8da9af05e 15:21:21 Removing intermediate container d2b8da9af05e 15:21:21 ---> 1992c5b2cd10 15:21:21 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:21:21 ---> Running in 6b5604e3e571 15:21:22 Removing intermediate container 6b5604e3e571 15:21:22 ---> 409f4544ed52 15:21:22 Step 24/24 : LABEL version=0.0.0 15:21:22 ---> Running in 33989f724def 15:21:23 Removing intermediate container 33989f724def 15:21:23 ---> fa4968adaa11 15:21:23 15:21:23 Successfully built fa4968adaa11 15:21:23 Successfully tagged security-spire-config-arm64:latest 15:21:23  Building security-spire-config ... done Building security-spiffe-token-provider 15:21:41 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:21:41 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:21:41 ---> e8a461d35803 15:21:41 Step 3/19 : WORKDIR /edgex-go 15:21:41 ---> Using cache 15:21:41 ---> f0cb63e36ce3 15:21:41 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:21:41 ---> Running in 3fa1b4e6bcc7 15:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:21:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:21:45 v3.16.3-155-g4a5e7dae477 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:21:45 v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:21:45 OK: 16901 distinct packages available 15:21:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:21:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:21:48 OK: 221 MiB in 51 packages 15:21:49 Removing intermediate container 3fa1b4e6bcc7 15:21:49 ---> 5f944cae2fd3 15:21:49 Step 5/19 : COPY go.mod vendor* ./ 15:21:50 ---> e19891cdda0e 15:21:50 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:21:50 ---> Running in 00b2b8472ec9 15:22:47 Removing intermediate container f89073d8d2cd 15:22:47 ---> 94c0dca7e663 15:22:47 Step 7/32 : COPY . . 15:23:02 ---> f456d93c8a70 15:23:02 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:23:02 ---> Running in a1450f70ae54 15:23:03 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 15:23:42 Removing intermediate container 00b2b8472ec9 15:23:42 ---> cb456338f774 15:23:42 Step 7/19 : COPY . . 15:23:50 ---> ba6b1ff9c7b2 15:23:50 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:23:50 ---> Running in c3eba09dcc29 15:23: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:26: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 15:26:50 Removing intermediate container 2adb0b65a254 15:26:50 ---> 66ab4f806298 15:26:50 15:26:50 Step 9/21 : FROM alpine:3.16 15:26:50 3.16: Pulling from library/alpine 15:26:50 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:26:50 Status: Downloaded newer image for alpine:3.16 15:26:50 ---> 2b4661558fb8 15:26:50 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:26:50 ---> Running in 504ed9b0c2fa 15:26:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:26:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:26:54 (1/6) Installing ca-certificates (20220614-r0) 15:26:54 (2/6) Installing brotli-libs (1.0.9-r6) 15:26:54 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:26:54 (4/6) Installing libcurl (7.83.1-r5) 15:26:54 (5/6) Installing curl (7.83.1-r5) 15:26:54 (6/6) Installing dumb-init (1.2.5-r1) 15:26:54 Executing busybox-1.35.0-r17.trigger 15:26:54 Executing ca-certificates-20220614-r0.trigger 15:26:55 OK: 8 MiB in 20 packages 15:26:57 Removing intermediate container 504ed9b0c2fa 15:26:57 ---> 36b41872d150 15:26:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:26:57 ---> Running in 1b931108eb95 15:26:58 Removing intermediate container 1b931108eb95 15:26:58 ---> 73e7ee31e05a 15:26:58 Step 12/21 : WORKDIR /edgex 15:26:58 ---> Running in 4d60aaa0ce7f 15:26:58 Removing intermediate container 4d60aaa0ce7f 15:26:58 ---> fd41e21cc392 15:26:59 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:27:00 ---> ea45eab6ceb7 15:27:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:27:01 ---> 33383a1af2cc 15:27:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:27:03 ---> 2acdd2f26654 15:27:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:27:03 ---> 3dde76d9f658 15:27:03 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:27:04 ---> Running in c7897d3cba86 15:27:07 Removing intermediate container c7897d3cba86 15:27:07 ---> e055725fb9df 15:27:07 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:27:07 ---> Running in 4bed6121510f 15:27:07 Removing intermediate container 4bed6121510f 15:27:07 ---> 19fd6e857eab 15:27:07 Step 19/21 : LABEL arch=arm64 15:27:08 ---> Running in 6eb6678271af 15:27:08 Removing intermediate container 6eb6678271af 15:27:08 ---> 758ff5f4d24c 15:27:08 Step 20/21 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:27:09 ---> Running in bc669e66e0f8 15:27:09 Removing intermediate container bc669e66e0f8 15:27:09 ---> 47be19fdcd54 15:27:09 Step 21/21 : LABEL version=0.0.0 15:27:09 ---> Running in 283bf35b9627 15:27:10 Removing intermediate container 283bf35b9627 15:27:10 ---> 94ba7ff8d984 15:27:10 15:27:10 Successfully built 94ba7ff8d984 15:27:10 Successfully tagged security-proxy-setup-arm64:latest 15:27:10  Building security-proxy-setup ... done Building core-metadata 15:27:17 Removing intermediate container 911294105dfc 15:27:17 ---> 40129f4c1e89 15:27:17 15:27:17 Step 10/22 : FROM alpine:3.16 15:27:17 ---> 2b4661558fb8 15:27:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:27:17 ---> Running in 18e32db09860 15:27:19 Removing intermediate container 18e32db09860 15:27:19 ---> 941795ffadb0 15:27:19 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:27:19 ---> Running in b0f4a5da4410 15:27:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:27:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:27:25 (1/1) Installing dumb-init (1.2.5-r1) 15:27:25 Executing busybox-1.35.0-r17.trigger 15:27:25 OK: 5 MiB in 15 packages 15:27:27 Removing intermediate container b0f4a5da4410 15:27:27 ---> 445eabaddf73 15:27:27 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:27:28 ---> 39853c13348f 15:27:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:27:30 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:27:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:27:30 ---> e8a461d35803 15:27:30 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:27:30 ---> Using cache 15:27:30 ---> 8ec0d93990e2 15:27:30 Step 4/24 : WORKDIR /edgex-go 15:27:30 ---> Using cache 15:27:30 ---> 3cfe30d6695a 15:27:30 Step 5/24 : RUN apk add --update --no-cache make git 15:27:30 ---> Using cache 15:27:30 ---> 7e30c2d57824 15:27:30 Step 6/24 : COPY go.mod vendor* ./ 15:27:30 ---> Using cache 15:27:30 ---> 3fef35b74bab 15:27:30 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:27:30 ---> Using cache 15:27:30 ---> 5bed30a0013f 15:27:30 Step 8/24 : COPY . . 15:27:30 ---> Using cache 15:27:30 ---> 1803f5679159 15:27:30 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:27:30 ---> Running in 9cc220e8d708 15:27:30 ---> de8472ede340 15:27:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:27:32 ---> c32679987e5c 15:27:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:27:33 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 15:27:33 ---> 1e00af18289f 15:27:33 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:27:33 ---> Running in 11f4b56da496 15:27:37 Removing intermediate container 11f4b56da496 15:27:37 ---> a337f4c52bea 15:27:37 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:27:37 ---> Running in 8649bc6a962f 15:27:37 Removing intermediate container 8649bc6a962f 15:27:37 ---> c80974e46af7 15:27:37 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:27:37 ---> Running in c8cad6d6454b 15:27:38 Removing intermediate container c8cad6d6454b 15:27:38 ---> 17913e2f8bf3 15:27:38 Step 20/22 : LABEL arch=arm64 15:27:38 ---> Running in 3758a1777dd9 15:27:38 Removing intermediate container 3758a1777dd9 15:27:38 ---> 1ec4e85aea0d 15:27:38 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:27:38 ---> Running in 9b8020c87a62 15:27:39 Removing intermediate container 9b8020c87a62 15:27:39 ---> 7bb08e08fd3b 15:27:39 Step 22/22 : LABEL version=0.0.0 15:27:39 ---> Running in c9edd243e729 15:27:39 Removing intermediate container c9edd243e729 15:27:39 ---> fcf7aaf90f1c 15:27:39 15:27:40 Successfully built fcf7aaf90f1c 15:27:40 Successfully tagged core-common-config-bootstrapper-arm64:latest 15:27:40 Building core-data 15:27:58  Building core-common-config-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:27:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:27:58 ---> e8a461d35803 15:27:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:27:58 ---> Using cache 15:27:58 ---> 8ec0d93990e2 15:27:58 Step 4/22 : WORKDIR /edgex-go 15:27:58 ---> Using cache 15:27:58 ---> 3cfe30d6695a 15:27:58 Step 5/22 : RUN apk add --update --no-cache make git 15:27:58 ---> Using cache 15:27:58 ---> 7e30c2d57824 15:27:58 Step 6/22 : COPY go.mod vendor* ./ 15:27:58 ---> Using cache 15:27:58 ---> 3fef35b74bab 15:27:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:27:58 ---> Using cache 15:27:58 ---> 5bed30a0013f 15:27:58 Step 8/22 : COPY . . 15:27:58 ---> Using cache 15:27:58 ---> 1803f5679159 15:27:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:27:58 ---> Running in e285b5bbe599 15:28:00 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 15:30:07 Removing intermediate container a1450f70ae54 15:30:07 ---> a4dacef80dfb 15:30:07 15:30:07 Step 9/32 : FROM alpine:3.16 15:30:07 ---> 2b4661558fb8 15:30:07 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:30:07 ---> Running in 55a5388e5161 15:30:07 Removing intermediate container 55a5388e5161 15:30:07 ---> b817e26bd409 15:30:07 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:30:07 ---> Running in c824b7d8b82b 15:30:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:30:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:30:08 (1/2) Installing dumb-init (1.2.5-r1) 15:30:08 (2/2) Installing su-exec (0.2-r1) 15:30:08 Executing busybox-1.35.0-r17.trigger 15:30:08 OK: 5 MiB in 16 packages 15:30:10 Removing intermediate container c824b7d8b82b 15:30:10 ---> 4c1f3f5f0220 15:30:10 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:30:10 ---> Running in 22a3870c2e3c 15:30:10 Removing intermediate container 22a3870c2e3c 15:30:10 ---> 720f4c07bd0d 15:30:10 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:30:11 ---> Running in 13588c1923b7 15:30:11 Removing intermediate container 13588c1923b7 15:30:11 ---> 19d4b5c498a1 15:30:11 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:30:11 ---> Running in a9c9fccb6224 15:30:12 Removing intermediate container a9c9fccb6224 15:30:12 ---> cc7f0e4d1a2a 15:30:12 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:30:12 ---> Running in f63120a2bf56 15:30:12 Removing intermediate container f63120a2bf56 15:30:12 ---> 27acdd59738b 15:30:12 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:30:12 ---> Running in c608c931e507 15:30:16 Removing intermediate container c608c931e507 15:30:16 ---> 144c55a6c438 15:30:16 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:30:16 ---> Running in 9a373b9c4761 15:30:16 Removing intermediate container 9a373b9c4761 15:30:16 ---> a51b3c71cddd 15:30:16 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:30:17 ---> 1d52886038f2 15:30:17 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:30:17 ---> Running in b7972ccc036f 15:30:20 Removing intermediate container b7972ccc036f 15:30:20 ---> 615e71517430 15:30:20 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:21 ---> 622f31077a80 15:30:21 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:30:24 ---> 794c8ef94ecd 15:30:24 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:30:25 ---> 9646fe892af9 15:30:25 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:30:27 ---> 70f2a0ac9fff 15:30:27 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:30:30 ---> bbf898131b96 15:30:30 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:30:31 ---> 9e695127f031 15:30:31 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:30:33 ---> 7fe699eb2c4c 15:30:33 Step 27/32 : RUN chmod +x /entrypoint.sh 15:30:33 ---> Running in f67bc59c56cf 15:30:34 Removing intermediate container 427a057732d8 15:30:34 ---> 49d492cee752 15:30:34 15:30:34 Step 10/22 : FROM alpine:3.16 15:30:34 ---> 2b4661558fb8 15:30:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:30:34 ---> Running in 47afc0f8023b 15:30:37 Removing intermediate container f67bc59c56cf 15:30:37 ---> 5a405f4946ea 15:30:37 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:30:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:30:37 ---> Running in 18b3d56081fa 15:30:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:30:37 Removing intermediate container 18b3d56081fa 15:30:37 ---> 20db5b5c8125 15:30:37 Step 29/32 : CMD ["gate"] 15:30:38 ---> Running in f7eb4e686275 15:30:38 Removing intermediate container f7eb4e686275 15:30:38 ---> 8a1297d38743 15:30:38 Step 30/32 : LABEL arch=arm64 15:30:38 ---> Running in 2a990a712cad 15:30:39 Removing intermediate container 2a990a712cad 15:30:39 ---> 9f8d223e16e4 15:30:39 Step 31/32 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:30:39 ---> Running in 291b3ccfedb6 15:30:39 (1/2) Installing ca-certificates (20220614-r0) 15:30:39 (2/2) Installing dumb-init (1.2.5-r1) 15:30:39 Executing busybox-1.35.0-r17.trigger 15:30:39 Executing ca-certificates-20220614-r0.trigger 15:30:39 Removing intermediate container 291b3ccfedb6 15:30:39 ---> fa5cfcce0e7f 15:30:39 Step 32/32 : LABEL version=0.0.0 15:30:39 ---> Running in 6ea7c6f5555d 15:30:40 OK: 6 MiB in 16 packages 15:30:40 Removing intermediate container 6ea7c6f5555d 15:30:40 ---> 4f874ba46393 15:30:40 15:30:40 Successfully built 4f874ba46393 15:30:43 Successfully tagged security-bootstrapper-arm64:latest 15:30:43  Building security-bootstrapper ... done Building support-scheduler 15:30:44 Removing intermediate container 47afc0f8023b 15:30:44 ---> 6fcae0df737f 15:30:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:30:44 ---> Running in 05590bb269fa 15:30:44 Removing intermediate container 05590bb269fa 15:30:44 ---> 5db6ab490e02 15:30:44 Step 13/22 : ENV APP_PORT=59860 15:30:44 ---> Running in 91893db4a5b1 15:30:45 Removing intermediate container 91893db4a5b1 15:30:45 ---> db05aaabc5b1 15:30:45 Step 14/22 : EXPOSE $APP_PORT 15:30:45 ---> Running in b09ba3fc98e7 15:30:46 Removing intermediate container b09ba3fc98e7 15:30:46 ---> 0e59e70cca6a 15:30:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:47 ---> 03a0cc0011d6 15:30:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:30:49 ---> 53b1f15aa48c 15:30:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:30:50 ---> b6cc986d58a6 15:30:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:30:50 ---> Running in 9a5f0b0c2f66 15:30:51 Removing intermediate container 9a5f0b0c2f66 15:30:51 ---> f64452fa1402 15:30:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:30:51 ---> Running in dd370b136670 15:30:52 Removing intermediate container dd370b136670 15:30:52 ---> 264bd8fbc96e 15:30:52 Step 20/22 : LABEL arch=arm64 15:30:52 ---> Running in 01b232b4b86b 15:30:52 Removing intermediate container 01b232b4b86b 15:30:52 ---> 0acc66eead49 15:30:52 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:30:52 ---> Running in 1b43e9d282e8 15:30:53 Removing intermediate container 1b43e9d282e8 15:30:53 ---> b257cfe6ae5d 15:30:53 Step 22/22 : LABEL version=0.0.0 15:30:53 ---> Running in 9d177d6e9d51 15:30:55 Removing intermediate container 9d177d6e9d51 15:30:55 ---> b5df9f0f6808 15:30:55 15:30:55 Successfully built b5df9f0f6808 15:30:55 Successfully tagged support-notifications-arm64:latest 15:30:55 Building security-secretstore-setup 15:31:04  Building support-notifications ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:31:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:31:04 ---> e8a461d35803 15:31:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:31:04 ---> Using cache 15:31:04 ---> 8ec0d93990e2 15:31:04 Step 4/22 : WORKDIR /edgex-go 15:31:04 ---> Using cache 15:31:04 ---> 3cfe30d6695a 15:31:04 Step 5/22 : RUN apk add --update --no-cache make git 15:31:04 ---> Using cache 15:31:04 ---> 7e30c2d57824 15:31:04 Step 6/22 : COPY go.mod vendor* ./ 15:31:04 ---> Using cache 15:31:04 ---> 3fef35b74bab 15:31:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:31:04 ---> Using cache 15:31:04 ---> 5bed30a0013f 15:31:04 Step 8/22 : COPY . . 15:31:04 ---> Using cache 15:31:04 ---> 1803f5679159 15:31:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:31:04 ---> Running in 1d20f883e643 15:31:06 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 15:31:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:31:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:31:18 ---> e8a461d35803 15:31:18 Step 3/24 : WORKDIR /edgex-go 15:31:18 ---> Using cache 15:31:18 ---> f0cb63e36ce3 15:31:18 Step 4/24 : RUN apk add --update --no-cache make git 15:31:18 ---> Using cache 15:31:18 ---> 9e2024b83585 15:31:18 Step 5/24 : COPY go.mod vendor* ./ 15:31:18 ---> Using cache 15:31:18 ---> 9ebe62348e93 15:31:18 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:31:18 ---> Using cache 15:31:18 ---> 94c0dca7e663 15:31:18 Step 7/24 : COPY . . 15:31:18 ---> Using cache 15:31:18 ---> f456d93c8a70 15:31:18 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:31:18 ---> Running in d14c2cc8573a 15:31:19 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 15:32:41 Removing intermediate container c3eba09dcc29 15:32:41 ---> b5ebd5ea9b44 15:32:41 15:32:41 Step 9/19 : FROM alpine:3.15 15:32:41 ---> 8aa73fd46299 15:32:41 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:32:41 ---> Using cache 15:32:41 ---> 83edbc336aaa 15:32:41 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:32:41 ---> Running in 11f910447b7c 15:32:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:32:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:32:41 v3.15.6-292-ge4b43d4b506 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:32:41 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:32:41 OK: 15736 distinct packages available 15:32:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:32:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:32:41 (1/9) Installing ca-certificates (20220614-r0) 15:32:41 (2/9) Installing brotli-libs (1.0.9-r5) 15:32:41 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:32:41 (4/9) Installing libcurl (7.80.0-r5) 15:32:41 (5/9) Installing curl (7.80.0-r5) 15:32:41 (6/9) Installing dumb-init (1.2.5-r1) 15:32:41 (7/9) Installing musl-obstack (1.2.3-r0) 15:32:41 (8/9) Installing libucontext (1.1-r0) 15:32:41 (9/9) Installing gcompat (1.0.0-r4) 15:32:41 Executing busybox-1.34.1-r7.trigger 15:32:41 Executing ca-certificates-20220614-r0.trigger 15:32:41 OK: 8 MiB in 23 packages 15:32:41 Removing intermediate container 11f910447b7c 15:32:41 ---> 833fbe41fb03 15:32:41 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:41 ---> ef00270032bc 15:32:41 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:32:41 ---> 28c56eb43e18 15:32:41 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:32:42 ---> e0a7032f1288 15:32:42 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:32:42 ---> Running in c6fd260be72e 15:32:42 Removing intermediate container c6fd260be72e 15:32:42 ---> b9bf5323af10 15:32:42 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:32:42 ---> Running in 2b7111938e22 15:32:43 Removing intermediate container 2b7111938e22 15:32:43 ---> 2d559d4d1492 15:32:43 Step 17/19 : LABEL arch=arm64 15:32:43 ---> Running in a3b4a0f760ae 15:32:43 Removing intermediate container a3b4a0f760ae 15:32:43 ---> 69311d50c734 15:32:43 Step 18/19 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:32:43 ---> Running in d86b7448d5fa 15:32:44 Removing intermediate container d86b7448d5fa 15:32:44 ---> 13bc9c3c0009 15:32:44 Step 19/19 : LABEL version=0.0.0 15:32:44 ---> Running in 12218a6223ea 15:32:44 Removing intermediate container 12218a6223ea 15:32:44 ---> 1b6b38a1d7d6 15:32:44 15:32:45 Successfully built 1b6b38a1d7d6 15:32:45 Successfully tagged security-spiffe-token-provider-arm64:latest 15:32:45 Building core-command 15:33:03  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:33:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:33:03 ---> e8a461d35803 15:33:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:33:03 ---> Using cache 15:33:03 ---> 8ec0d93990e2 15:33:03 Step 4/23 : WORKDIR /edgex-go 15:33:03 ---> Using cache 15:33:03 ---> 3cfe30d6695a 15:33:03 Step 5/23 : RUN apk add --update --no-cache make git 15:33:03 ---> Using cache 15:33:03 ---> 7e30c2d57824 15:33:03 Step 6/23 : COPY go.mod vendor* ./ 15:33:03 ---> Using cache 15:33:03 ---> 3fef35b74bab 15:33:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:33:03 ---> Using cache 15:33:03 ---> 5bed30a0013f 15:33:03 Step 8/23 : COPY . . 15:33:03 ---> Using cache 15:33:03 ---> 1803f5679159 15:33:03 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:33:03 ---> Running in 027a4b696ec6 15:33:04 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 15:34:42 Removing intermediate container 9cc220e8d708 15:34:42 ---> 8c8eaf910d3b 15:34:42 15:34:42 Step 10/24 : FROM alpine:3.16 15:34:42 ---> 2b4661558fb8 15:34:42 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:34:42 ---> Running in 8008983e3cb1 15:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:34:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:34:42 (1/1) Installing dumb-init (1.2.5-r1) 15:34:42 Executing busybox-1.35.0-r17.trigger 15:34:42 OK: 5 MiB in 15 packages 15:34:42 Removing intermediate container 8008983e3cb1 15:34:42 ---> 260395fca74b 15:34:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:34:42 ---> Running in 31e795dc6f65 15:34:42 Removing intermediate container 31e795dc6f65 15:34:42 ---> 8930e39c86e7 15:34:42 Step 13/24 : ENV APP_PORT=59881 15:34:42 ---> Running in 0f934b22e065 15:34:42 Removing intermediate container 0f934b22e065 15:34:42 ---> 70c812d2bdc2 15:34:42 Step 14/24 : EXPOSE $APP_PORT 15:34:42 ---> Running in ff3c1316dacf 15:34:42 Removing intermediate container ff3c1316dacf 15:34:42 ---> 63ce4d384f4f 15:34:42 Step 15/24 : WORKDIR / 15:34:42 ---> Running in 1c0882f560f0 15:34:42 Removing intermediate container 1c0882f560f0 15:34:42 ---> 870d9c630414 15:34:42 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:42 ---> 2a9653559e28 15:34:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:34:42 ---> 8046f11a7ae3 15:34:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:34:42 ---> dbd601c942e4 15:34:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:34:42 ---> ab7e823215b3 15:34:42 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:34:42 ---> Running in f82d278798fe 15:34:42 Removing intermediate container f82d278798fe 15:34:42 ---> 7da3e71b5fa5 15:34:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:34:42 ---> Running in e3285f0755ea 15:34:42 Removing intermediate container e3285f0755ea 15:34:42 ---> c16acdd2adbd 15:34:42 Step 22/24 : LABEL arch=arm64 15:34:42 ---> Running in 504245e993bc 15:34:43 Removing intermediate container 504245e993bc 15:34:43 ---> 3bc433ab513d 15:34:43 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:34:43 ---> Running in 8892a71422b4 15:34:44 Removing intermediate container 8892a71422b4 15:34:44 ---> 7ba84eb03824 15:34:44 Step 24/24 : LABEL version=0.0.0 15:34:44 ---> Running in 797cfedc8ac7 15:34:45 Removing intermediate container 797cfedc8ac7 15:34:45 ---> c7d2d23a9a37 15:34:45 15:34:46 Successfully built c7d2d23a9a37 15:34:46 Successfully tagged core-metadata-arm64:latest 15:34:50  Building core-metadata ... done Removing intermediate container e285b5bbe599 15:34:50 ---> fb7566425ce6 15:34:50 15:34:50 Step 10/22 : FROM alpine:3.16 15:34:50 ---> 2b4661558fb8 15:34:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:34:50 ---> Running in a18105a43d45 15:34:50 Removing intermediate container a18105a43d45 15:34:50 ---> a74edac0f558 15:34:50 Step 12/22 : ENV APP_PORT=59880 15:34:50 ---> Running in fbb645788f26 15:34:51 Removing intermediate container fbb645788f26 15:34:51 ---> 27da5b4cf41b 15:34:51 Step 13/22 : EXPOSE $APP_PORT 15:34:51 ---> Running in 4063b1aa2ce5 15:34:52 Removing intermediate container 4063b1aa2ce5 15:34:52 ---> 4e2f2c0aab92 15:34:52 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:34:52 ---> Running in af937a25b26e 15:34:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:34:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:34:55 (1/1) Installing dumb-init (1.2.5-r1) 15:34:55 Executing busybox-1.35.0-r17.trigger 15:34:55 OK: 5 MiB in 15 packages 15:34:57 Removing intermediate container af937a25b26e 15:34:57 ---> 46341bedddea 15:34:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:58 ---> fe22a71e8406 15:34:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:34:59 ---> 662320726076 15:34:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:35:00 ---> 7829d0307c5d 15:35:00 Step 18/22 : ENTRYPOINT ["/core-data"] 15:35:00 ---> Running in ee188e94517d 15:35:01 Removing intermediate container ee188e94517d 15:35:01 ---> b319943464f1 15:35:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:35:01 ---> Running in 81d5958ed408 15:35:01 Removing intermediate container 81d5958ed408 15:35:01 ---> a789e0a426bc 15:35:01 Step 20/22 : LABEL arch=arm64 15:35:01 ---> Running in 999eb27e1cf2 15:35:02 Removing intermediate container 999eb27e1cf2 15:35:02 ---> 8b3607ed3ef8 15:35:02 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:35:02 ---> Running in c38ef8a935de 15:35:02 Removing intermediate container c38ef8a935de 15:35:02 ---> beda2da46825 15:35:02 Step 22/22 : LABEL version=0.0.0 15:35:02 ---> Running in ac795ea88c0c 15:35:03 Removing intermediate container ac795ea88c0c 15:35:03 ---> 9f8115ac0ea5 15:35:03 15:35:03 Successfully built 9f8115ac0ea5 15:35:03 Successfully tagged core-data-arm64:latest 15:36:11  Building core-data ... 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 15:36:26 Removing intermediate container d14c2cc8573a 15:36:26 ---> 4b4859ba3f3e 15:36:26 15:36:26 Step 9/24 : FROM alpine:3.16 15:36:26 ---> 2b4661558fb8 15:36:26 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:36:26 ---> Running in a6e62e21e55c 15:36:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:36:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:36:29 (1/3) Installing ca-certificates (20220614-r0) 15:36:29 (2/3) Installing dumb-init (1.2.5-r1) 15:36:29 (3/3) Installing su-exec (0.2-r1) 15:36:29 Executing busybox-1.35.0-r17.trigger 15:36:29 Executing ca-certificates-20220614-r0.trigger 15:36:29 OK: 6 MiB in 17 packages 15:36:31 Removing intermediate container a6e62e21e55c 15:36:31 ---> 63609b166867 15:36:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:36:31 ---> Running in 1d54d8638f42 15:36:32 Removing intermediate container 1d54d8638f42 15:36:32 ---> 9a97040052ef 15:36:32 Step 12/24 : WORKDIR / 15:36:32 ---> Running in 5d1b99f49a3a 15:36:32 Removing intermediate container 5d1b99f49a3a 15:36:32 ---> 96d8fa553932 15:36:32 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:36:33 ---> 0f597ee83b30 15:36:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:36:34 ---> d8fe82e83f88 15:36:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:36:35 ---> 84f8e719445d 15:36:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:36:36 ---> e89afe71ecc9 15:36:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:36:38 ---> 526ad0146777 15:36:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:36:40 ---> ddf8090baed7 15:36:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:36:40 ---> 66ed8c43774e 15:36:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:36:40 ---> Running in 4a538d1f0b44 15:36:44 Removing intermediate container 4a538d1f0b44 15:36:44 ---> 02e57eadd038 15:36:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:36:44 ---> Running in 3a3976e4da6b 15:36:44 Removing intermediate container 3a3976e4da6b 15:36:44 ---> 96bde43e5e7a 15:36:44 Step 22/24 : LABEL arch=arm64 15:36:44 ---> Running in 2f0f8f8910ad 15:36:44 Removing intermediate container 2f0f8f8910ad 15:36:44 ---> e538e9dfa90a 15:36:44 Step 23/24 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:36:44 ---> Running in 1402d604e539 15:36:45 Removing intermediate container 1402d604e539 15:36:45 ---> dd887d5ca0e7 15:36:45 Step 24/24 : LABEL version=0.0.0 15:36:45 ---> Running in 69cc958ce01f 15:36:46 Removing intermediate container 69cc958ce01f 15:36:46 ---> c5bc0f30a7fa 15:36:46 15:36:46 Successfully built c5bc0f30a7fa 15:36:46 Successfully tagged security-secretstore-setup-arm64:latest 15:37:18  Building security-secretstore-setup ... done Removing intermediate container 027a4b696ec6 15:37:18 ---> 913a7e13a2dd 15:37:18 15:37:18 Step 10/23 : FROM alpine:3.16 15:37:18 ---> 2b4661558fb8 15:37:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:37:18 ---> Using cache 15:37:18 ---> 260395fca74b 15:37:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:37:18 ---> Using cache 15:37:18 ---> 8930e39c86e7 15:37:18 Step 13/23 : ENV APP_PORT=59882 15:37:18 ---> Running in 50906d5fad38 15:37:18 Removing intermediate container 50906d5fad38 15:37:18 ---> 3b0611eed5c7 15:37:18 Step 14/23 : EXPOSE $APP_PORT 15:37:18 ---> Running in 2eea6174e2b4 15:37:18 Removing intermediate container 2eea6174e2b4 15:37:18 ---> b69e6ebe2b26 15:37:18 Step 15/23 : WORKDIR / 15:37:18 ---> Running in 2d4115b1241d 15:37:18 Removing intermediate container 2d4115b1241d 15:37:18 ---> 1dce0ee25905 15:37:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:18 ---> 32c317ea12c4 15:37:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:37:18 ---> 54fdff792df0 15:37:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:37:19 ---> fe3886fe3aba 15:37:19 Step 19/23 : ENTRYPOINT ["/core-command"] 15:37:19 ---> Running in 7e344536848f 15:37:19 Removing intermediate container 7e344536848f 15:37:19 ---> 7cbb110dec5f 15:37:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:37:19 ---> Running in 92e90316d579 15:37:20 Removing intermediate container 92e90316d579 15:37:20 ---> ecde602d67c7 15:37:20 Step 21/23 : LABEL arch=arm64 15:37:20 ---> Running in b6b8270f1b4c 15:37:20 Removing intermediate container b6b8270f1b4c 15:37:20 ---> 81db54d115b0 15:37:20 Step 22/23 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:37:20 ---> Running in 43cbcd91b6ba 15:37:20 Removing intermediate container 43cbcd91b6ba 15:37:20 ---> 50910891e7e3 15:37:20 Step 23/23 : LABEL version=0.0.0 15:37:20 ---> Running in b32943a68304 15:37:21 Removing intermediate container b32943a68304 15:37:21 ---> a6ebdbc1dd1e 15:37:21 15:37:21 Successfully built a6ebdbc1dd1e 15:37:21 Successfully tagged core-command-arm64:latest 15:37:33  Building core-command ... done Removing intermediate container 1d20f883e643 15:37:33 ---> cecb52bb0fd5 15:37:33 15:37:33 Step 10/22 : FROM alpine:3.16 15:37:33 ---> 2b4661558fb8 15:37:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:37:33 ---> Using cache 15:37:33 ---> 260395fca74b 15:37:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:37:33 ---> Using cache 15:37:33 ---> 8930e39c86e7 15:37:33 Step 13/22 : ENV APP_PORT=59861 15:37:33 ---> Running in a1fdd185368c 15:37:34 Removing intermediate container a1fdd185368c 15:37:34 ---> 37bd076f4839 15:37:34 Step 14/22 : EXPOSE $APP_PORT 15:37:34 ---> Running in 479980751a32 15:37:34 Removing intermediate container 479980751a32 15:37:34 ---> c3c08d45f3ff 15:37:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:34 ---> b8ab964cb399 15:37:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:37:36 ---> 636ec7bbe646 15:37:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:37:36 ---> 2a6b14783945 15:37:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:37:36 ---> Running in 0de797d6c7c7 15:37:37 Removing intermediate container 0de797d6c7c7 15:37:37 ---> 968391f410c5 15:37:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:37:37 ---> Running in dc1cd4566b1d 15:37:37 Removing intermediate container dc1cd4566b1d 15:37:37 ---> 4c5a47129c82 15:37:37 Step 20/22 : LABEL arch=arm64 15:37:37 ---> Running in ec5190b766c3 15:37:37 Removing intermediate container ec5190b766c3 15:37:37 ---> 19e90f76c817 15:37:37 Step 21/22 : LABEL git_sha=872b1b9300e89db3806117c88b15e38dc454dded 15:37:37 ---> Running in 42fd334c3821 15:37:37 Removing intermediate container 42fd334c3821 15:37:37 ---> 1b10cbd07ff5 15:37:37 Step 22/22 : LABEL version=0.0.0 15:37:38 ---> Running in 72529d78d79d 15:37:38 Removing intermediate container 72529d78d79d 15:37:38 ---> 1c223f5f4a55 15:37:38 15:37:38 Successfully built 1c223f5f4a55 15:37:38 Successfully tagged support-scheduler-arm64:latest 15:37:38  Building support-scheduler ... done  [Pipeline] } 15:37:38 $ docker stop --time=1 bc9b2450cd5e02f54f8b42f1a8d18b3ba2003900683f33a1ac50948a8f75445f 15:37:43 $ docker rm -f --volumes bc9b2450cd5e02f54f8b42f1a8d18b3ba2003900683f33a1ac50948a8f75445f [Pipeline] // withDockerContainer [Pipeline] sh 15:37:43 + docker images 15:37:43 REPOSITORY TAG IMAGE ID CREATED SIZE 15:37:43 support-scheduler-arm64 latest 1c223f5f4a55 5 seconds ago 29MB 15:37:43 cecb52bb0fd5 11 seconds ago 1.57GB 15:37:43 core-command-arm64 latest a6ebdbc1dd1e 22 seconds ago 17MB 15:37:43 913a7e13a2dd 29 seconds ago 1.51GB 15:37:43 security-secretstore-setup-arm64 latest c5bc0f30a7fa 58 seconds ago 28.7MB 15:37:43 4b4859ba3f3e About a minute ago 1.5GB 15:37:43 core-data-arm64 latest 9f8115ac0ea5 2 minutes ago 17.2MB 15:37:43 fb7566425ce6 2 minutes ago 1.51GB 15:37:43 core-metadata-arm64 latest c7d2d23a9a37 2 minutes ago 17.7MB 15:37:43 8c8eaf910d3b 3 minutes ago 1.51GB 15:37:43 security-spiffe-token-provider-arm64 latest 1b6b38a1d7d6 4 minutes ago 28.9MB 15:37:43 b5ebd5ea9b44 5 minutes ago 1.54GB 15:37:43 support-notifications-arm64 latest b5df9f0f6808 6 minutes ago 29.5MB 15:37:43 security-bootstrapper-arm64 latest 4f874ba46393 7 minutes ago 19.5MB 15:37:43 49d492cee752 7 minutes ago 1.57GB 15:37:43 a4dacef80dfb 7 minutes ago 1.5GB 15:37:43 core-common-config-bootstrapper-arm64 latest fcf7aaf90f1c 10 minutes ago 14.9MB 15:37:43 40129f4c1e89 10 minutes ago 1.5GB 15:37:43 security-proxy-setup-arm64 latest 94ba7ff8d984 10 minutes ago 26.8MB 15:37:43 66ab4f806298 10 minutes ago 1.5GB 15:37:43 security-spire-config-arm64 latest fa4968adaa11 16 minutes ago 83.6MB 15:37:43 ca4eda12b550 16 minutes ago 1.38GB 15:37:43 security-spire-agent-arm64 latest 826f51ea98ee 17 minutes ago 122MB 15:37:43 security-spire-server-arm64 latest 49f017c29569 17 minutes ago 84.3MB 15:37:43 2afd3ce352fc 17 minutes ago 1.38GB 15:37:43 c5fb2f14233f 17 minutes ago 1.38GB 15:37:43 ci-base-image-arm64 latest e8a461d35803 30 minutes ago 905MB 15:37:43 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 15:37:43 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 15:37:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 15:37:43 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 15:37:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:37:44 15:37:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:37:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:37:45 arm64: Pulling from edgex-lftools-log-publisher 15:37:45 8998bd30e6a1: Pulling fs layer 15:37:45 04944245beec: Pulling fs layer 15:37:45 699f458cf7ca: Pulling fs layer 15:37:45 765212b225bb: Pulling fs layer 15:37:45 f23df028b6ca: Pulling fs layer 15:37:45 d65c8cfc05b1: Pulling fs layer 15:37:45 2437ff75d9bd: Pulling fs layer 15:37:45 f23df028b6ca: Waiting 15:37:45 765212b225bb: Waiting 15:37:45 d65c8cfc05b1: Waiting 15:37:45 2437ff75d9bd: Waiting 15:37:45 04944245beec: Verifying Checksum 15:37:45 04944245beec: Download complete 15:37:45 765212b225bb: Verifying Checksum 15:37:45 765212b225bb: Download complete 15:37:45 f23df028b6ca: Verifying Checksum 15:37:45 f23df028b6ca: Download complete 15:37:45 d65c8cfc05b1: Verifying Checksum 15:37:45 d65c8cfc05b1: Download complete 15:37:45 699f458cf7ca: Verifying Checksum 15:37:45 699f458cf7ca: Download complete 15:37:45 8998bd30e6a1: Verifying Checksum 15:37:45 8998bd30e6a1: Download complete 15:37:48 2437ff75d9bd: Verifying Checksum 15:37:48 2437ff75d9bd: Download complete 15:37:49 8998bd30e6a1: Pull complete 15:37:50 04944245beec: Pull complete 15:37:51 699f458cf7ca: Pull complete 15:37:51 765212b225bb: Pull complete 15:37:55 f23df028b6ca: Pull complete 15:37:55 d65c8cfc05b1: Pull complete 15:38:10 2437ff75d9bd: Pull complete 15:38:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:38:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:38:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:10 prd-ubuntu20.04-docker-arm64-4c-16g-4910 does not seem to be running inside a container 15:38:10 $ 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 15:38:13 $ docker top 615e47014f80c31a8d62c3f92047c9f0f54e5dc325928ea4dd2c51b8b4fdd5d2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:38:14 ---> job-cost.sh 15:38:14 lf-activate-venv: SKIPPING 15:38:14 INFO: No Stack... 15:38:14 INFO: Retrieving Pricing Info for: v3-standard-4 15:38:15 INFO: Archiving Costs [Pipeline] sh 15:38:15 + cat /w/workspace/edgex-go/1/archives/cost.csv 15:38:15 + cut -d, -f6 [Pipeline] lock 15:38:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] 15:38:16 Resource [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] did not exist. Created. 15:38:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:38:16 + echo total: 0.10999999940395355 [Pipeline] stash 15:38:16 Stashed 1 file(s) [Pipeline] } 15:38:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4330-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:38:16 $ docker stop --time=1 615e47014f80c31a8d62c3f92047c9f0f54e5dc325928ea4dd2c51b8b4fdd5d2 15:38:18 $ docker rm -f --volumes 615e47014f80c31a8d62c3f92047c9f0f54e5dc325928ea4dd2c51b8b4fdd5d2 [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 15:38:19 provisioning config files... 15:38:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config928667272414132599tmp [Pipeline] { [Pipeline] sh 15:38:19 + set +x 15:38:19 + curl -s https://codecov.io/bash 15:38:19 + bash -s -- 15:38:19 15:38:19 _____ _ 15:38:19 / ____| | | 15:38:19 | | ___ __| | ___ ___ _____ __ 15:38:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:38:19 | |___| (_) | (_| | __/ (_| (_) \ V / 15:38:19 \_____\___/ \__,_|\___|\___\___/ \_/ 15:38:19 Bash-1.0.6 15:38:19 15:38:19 15:38:19 ==> git version 2.25.1 found 15:38:19 ==> 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 15:38:19 Release-Date: 2020-01-08 15:38:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:38:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:38:19 ==> Jenkins CI detected. 15:38:19 current dir:  /w/workspace/edgex-go/1 15:38:19 project root: . 15:38:19 --> token set from env 15:38:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:38:19 ==> Running gcov in . (disable via -X gcov) 15:38:19 ==> Python coveragepy not found 15:38:19 ==> Searching for coverage reports in: 15:38:19 + . 15:38:19 -> Found 1 reports 15:38:19 ==> Detecting git/mercurial file structure 15:38:20 ==> Reading reports 15:38:20 + ./coverage.out bytes=486191 15:38:20 ==> Appending adjustments 15:38:20 https://docs.codecov.io/docs/fixing-reports 15:38:21 + Found adjustments 15:38:21 ==> Gzipping contents 15:38:21 64K /tmp/codecov.wffCC2.gz 15:38:21 ==> Uploading reports 15:38:21 url: https://codecov.io 15:38:21 query: branch=PR-4330&commit=872b1b9300e89db3806117c88b15e38dc454dded&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4330&job=&cmd_args= 15:38:21 -> Pinging Codecov 15:38:21 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4330&commit=872b1b9300e89db3806117c88b15e38dc454dded&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4330&job=&cmd_args= 15:38:21 -> Uploading to 15:38:21 https://storage.googleapis.com/codecov/v4/raw/2023-02-07/00271124DB129430A58F1EEE437C3FCB/872b1b9300e89db3806117c88b15e38dc454dded/5db0b6ee-6323-4b66-b963-3b4b8e168cb6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T153821Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a688bf34195c1ca9020c514cd985bf0274b51e65936a0f11d8d9d9785a50c8d2 15:38:21 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:21 Dload Upload Total Spent Left Speed 15:38:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62844 0 0 100 62844 0 206k --:--:-- --:--:-- --:--:-- 206k 15:38:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/872b1b9300e89db3806117c88b15e38dc454dded [Pipeline] } 15:38:21 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 15:38:23 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 15:38:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:38:24 ---> package-listing.sh 15:38:24 ++ facter osfamily 15:38:24 ++ tr '[:upper:]' '[:lower:]' 15:38:24 + OS_FAMILY=debian 15:38:24 + workspace=/w/workspace/edgex-go/1 15:38:24 + START_PACKAGES=/tmp/packages_start.txt 15:38:24 + END_PACKAGES=/tmp/packages_end.txt 15:38:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:38:24 + PACKAGES=/tmp/packages_start.txt 15:38:24 + '[' /w/workspace/edgex-go/1 ']' 15:38:24 + PACKAGES=/tmp/packages_end.txt 15:38:24 + case "${OS_FAMILY}" in 15:38:24 + dpkg -l 15:38:24 + grep '^ii' 15:38:24 + '[' -f /tmp/packages_start.txt ']' 15:38:24 + '[' -f /tmp/packages_end.txt ']' 15:38:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:38:24 + '[' /w/workspace/edgex-go/1 ']' 15:38:24 + mkdir -p /w/workspace/edgex-go/1/archives/ 15:38:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 15:38:24 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 15:38:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:25 15:38:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:26 latest: Pulling from edgex-lftools-log-publisher 15:38:26 5eb5b503b376: Pulling fs layer 15:38:26 5c69ac0246d0: Pulling fs layer 15:38:26 ec43610c2a17: Pulling fs layer 15:38:26 3a2ae6a8a46f: Pulling fs layer 15:38:26 33b1e0a273af: Pulling fs layer 15:38:26 5d3b04190fa2: Pulling fs layer 15:38:26 2f39f015ded8: Pulling fs layer 15:38:26 33b1e0a273af: Waiting 15:38:26 5d3b04190fa2: Waiting 15:38:26 2f39f015ded8: Waiting 15:38:26 3a2ae6a8a46f: Waiting 15:38:26 5c69ac0246d0: Download complete 15:38:26 3a2ae6a8a46f: Verifying Checksum 15:38:26 3a2ae6a8a46f: Download complete 15:38:26 33b1e0a273af: Verifying Checksum 15:38:26 33b1e0a273af: Download complete 15:38:26 5d3b04190fa2: Verifying Checksum 15:38:26 5d3b04190fa2: Download complete 15:38:26 ec43610c2a17: Verifying Checksum 15:38:26 ec43610c2a17: Download complete 15:38:26 5eb5b503b376: Verifying Checksum 15:38:26 5eb5b503b376: Download complete 15:38:27 2f39f015ded8: Download complete 15:38:27 5eb5b503b376: Pull complete 15:38:28 5c69ac0246d0: Pull complete 15:38:28 ec43610c2a17: Pull complete 15:38:28 3a2ae6a8a46f: Pull complete 15:38:28 33b1e0a273af: Pull complete 15:38:28 5d3b04190fa2: Pull complete 15:38:33 2f39f015ded8: Pull complete 15:38:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:38:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:33 prd-ubuntu20.04-docker-8c-8g-4908 does not seem to be running inside a container 15:38:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:38:35 $ docker top c201948aee3e8e66deb6be56a79c22e92e89a08a60b8e1fd2f7784be87fad3f0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:36 + touch /tmp/pre-build-complete [Pipeline] sh 15:38:36 + mkdir -p /var/log/sysstat [Pipeline] sh 15:38:36 + ls /var/log/sa-host 15:38:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:38:36 provisioning config files... 15:38:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17595326207732617603tmp [Pipeline] { [Pipeline] echo 15:38:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:38:37 ---> create-netrc.sh [Pipeline] } 15:38:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:38:37 ---> python-tools-install.sh [Pipeline] echo 15:38:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:38:37 ---> sudo-logs.sh 15:38:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:38:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:38:38 ---> job-cost.sh 15:38:38 lf-activate-venv: SKIPPING 15:38:38 DEBUG: total: 0.10999999940395355 15:38:38 INFO: Retrieving Stack Cost... 15:38:38 INFO: Retrieving Pricing Info for: v3-standard-8 15:38:39 INFO: Archiving Costs [Pipeline] echo 15:38:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:38:39 ---> logs-deploy.sh 15:38:39 lf-activate-venv: SKIPPING 15:38:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4330/1 15:38:39 INFO: archiving workspace using pattern(s): 15:38:40 Archives upload complete. 15:38:40 INFO: archiving logs to Nexus