Pull request #4549 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 40f4ace58678a4c1a16f98a321cb5c1be702fd0b+47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 (ed9cccd6ae94332be65ee931e26f013f3ccb8be3) 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-ssh8952264977844933615.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh6880392791821394964.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-4549/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-4549/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2059414943875127843.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-4549/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1630946175750593104.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh13622316746859159207.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-4549/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-4549/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8076970181949362611.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12619 in /w/workspace/edgexfoundry_edgex-go_PR-4549 [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 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 into PR head commit 40f4ace58678a4c1a16f98a321cb5c1be702fd0b Merge succeeded, producing 40f4ace58678a4c1a16f98a321cb5c1be702fd0b Checking out Revision 40f4ace58678a4c1a16f98a321cb5c1be702fd0b (PR-4549) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:59:18 Timeout set to expire in 6 hr 0 min > 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/4549/head:refs/remotes/origin/PR-4549 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # 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 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # timeout=10 [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:59:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:59:18 ========================================================= 19:59:18 EdgeX Global Pipelines Version Info 19:59:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:59:19 ------------------- 19:59:19 stable info: 19:59:19 ------------------- 19:59:19 Commited By: Bill Mahoney bill.mahoney@intel.com 19:59:19 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:59:19 Message: update stable to v1.0.248 19:59:20 ------------------- 19:59:20 experimental info: 19:59:20 ------------------- 19:59:20 Commited By: **** collab-it+edgex@linuxfoundation.org 19:59:20 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 19:59:20 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4549 [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4549 [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4549 [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 40f4ace [Pipeline] echo 19:59:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:59:21 provisioning config files... 19:59:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12697983474073029421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:59:22 ---> docker-login.sh 19:59:22 nexus3.edgexfoundry.org:10001 19:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:22 Configure a credential helper to remove this warning. See 19:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:22 19:59:22 Login Succeeded 19:59:22 nexus3.edgexfoundry.org:10002 19:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:22 Configure a credential helper to remove this warning. See 19:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:22 19:59:22 Login Succeeded 19:59:22 nexus3.edgexfoundry.org:10003 19:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:22 Configure a credential helper to remove this warning. See 19:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:22 19:59:22 Login Succeeded 19:59:22 nexus3.edgexfoundry.org:10004 19:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:23 Configure a credential helper to remove this warning. See 19:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:23 19:59:23 Login Succeeded 19:59:23 docker.io 19:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:23 Configure a credential helper to remove this warning. See 19:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:23 19:59:23 Login Succeeded 19:59:23 ---> docker-login.sh ends [Pipeline] } 19:59:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:23 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:59:23 + + cut -d/ -f2 19:59:23 dirname cmd/core-command/Dockerfile 19:59:23 + echo core-command,cmd/core-command/Dockerfile 19:59:23 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:59:23 + + cut -d/ -f2 19:59:23 dirname cmd/core-data/Dockerfile 19:59:23 + echo core-data,cmd/core-data/Dockerfile 19:59:23 + dirname cmd/core-metadata/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo core-metadata,cmd/core-metadata/Dockerfile 19:59:23 + dirname cmd/security-bootstrapper/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:59:23 + dirname cmd/security-proxy-auth/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:59:23 + dirname cmd/security-proxy-setup/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:59:23 + dirname cmd/security-secretstore-setup/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:59:23 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:59:23 + dirname cmd/security-spire-agent/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:59:23 + dirname cmd/security-spire-config/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:59:23 + dirname cmd/security-spire-server/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:59:23 + dirname cmd/support-notifications/Dockerfile 19:59:23 + cut -d/ -f2 19:59:23 + echo support-notifications,cmd/support-notifications/Dockerfile 19:59:23 + dirname+ cmd/support-scheduler/Dockerfile 19:59:23 cut -d/ -f2 19:59:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:59:23 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:59:24 + git rev-list -1 --merges 40f4ace58678a4c1a16f98a321cb5c1be702fd0b~1..40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] echo 19:59:24 -----------> git rev-list -1 --merges 40f4ace58678a4c1a16f98a321cb5c1be702fd0b~1..40f4ace58678a4c1a16f98a321cb5c1be702fd0b 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [false] [Pipeline] sh 19:59:24 + git log --format=format:%s -1 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] echo 19:59:24 ========================================================= 19:59:24 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:59:24 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:59:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:59:25 + grep -v github /etc/ssh/ssh_known_hosts 19:59:25 + [ -e /tmp/ssh_known_hosts ] 19:59:25 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:59:25 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:59:25 + sudo tee -a /etc/ssh/ssh_known_hosts 19:59:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:25 19:59:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:26 0.1.4: Pulling from edgex-devops/py-git-semver 19:59:26 b85a868b505f: Pulling fs layer 19:59:26 e2be974225ed: Pulling fs layer 19:59:26 339a4e72a1f5: Pulling fs layer 19:59:26 988bab9f4d93: Pulling fs layer 19:59:26 1469e6f7b9e6: Pulling fs layer 19:59:26 eaf3925da568: Pulling fs layer 19:59:26 bab4dde63d76: Pulling fs layer 19:59:26 bde34c3a00c8: Pulling fs layer 19:59:26 b352a97aabf1: Pulling fs layer 19:59:26 4872d77fe225: Pulling fs layer 19:59:26 5851b861e8e6: Pulling fs layer 19:59:26 988bab9f4d93: Waiting 19:59:26 1469e6f7b9e6: Waiting 19:59:26 eaf3925da568: Waiting 19:59:26 bab4dde63d76: Waiting 19:59:26 bde34c3a00c8: Waiting 19:59:26 b352a97aabf1: Waiting 19:59:26 4872d77fe225: Waiting 19:59:26 5851b861e8e6: Waiting 19:59:26 e2be974225ed: Download complete 19:59:26 988bab9f4d93: Verifying Checksum 19:59:26 988bab9f4d93: Download complete 19:59:26 339a4e72a1f5: Verifying Checksum 19:59:26 339a4e72a1f5: Download complete 19:59:26 1469e6f7b9e6: Verifying Checksum 19:59:26 1469e6f7b9e6: Download complete 19:59:26 eaf3925da568: Download complete 19:59:26 bde34c3a00c8: Verifying Checksum 19:59:26 bde34c3a00c8: Download complete 19:59:26 b352a97aabf1: Verifying Checksum 19:59:26 b352a97aabf1: Download complete 19:59:26 4872d77fe225: Download complete 19:59:26 5851b861e8e6: Verifying Checksum 19:59:26 5851b861e8e6: Download complete 19:59:26 b85a868b505f: Verifying Checksum 19:59:26 b85a868b505f: Download complete 19:59:26 bab4dde63d76: Verifying Checksum 19:59:26 bab4dde63d76: Download complete 19:59:28 b85a868b505f: Pull complete 19:59:28 e2be974225ed: Pull complete 19:59:29 339a4e72a1f5: Pull complete 19:59:29 988bab9f4d93: Pull complete 19:59:30 1469e6f7b9e6: Pull complete 19:59:30 eaf3925da568: Pull complete 19:59:32 bab4dde63d76: Pull complete 19:59:32 bde34c3a00c8: Pull complete 19:59:33 b352a97aabf1: Pull complete 19:59:33 4872d77fe225: Pull complete 19:59:33 5851b861e8e6: Pull complete 19:59:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:59:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:59:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:34 prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container 19:59:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:59:37 $ docker top bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc -eo pid,comm 19:59:37 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). 19:59:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:59:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:37 [ssh-agent] Looking for ssh-agent implementation... 19:59:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:37 $ docker exec bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent 19:59:37 SSH_AUTH_SOCK=/tmp/ssh-whHbIGspdrcl/agent.32 19:59:37 SSH_AGENT_PID=38 19:59:37 Running ssh-add (command line suppressed) 19:59:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10203932349390767268.key (/w/workspace/edgex-go/1@tmp/private_key_10203932349390767268.key) 19:59:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:38 + git tag --points-at HEAD [Pipeline] } 19:59:38 $ docker exec --env ******** --env ******** bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent -k 19:59:38 unset SSH_AUTH_SOCK; 19:59:38 unset SSH_AGENT_PID; 19:59:38 echo Agent pid 38 killed; 19:59:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:59:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:59:38 [ssh-agent] Looking for ssh-agent implementation... 19:59:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:59:38 $ docker exec bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent 19:59:38 SSH_AUTH_SOCK=/tmp/ssh-8zKoFuVafqWf/agent.70 19:59:38 SSH_AGENT_PID=76 19:59:38 Running ssh-add (command line suppressed) 19:59:38 Identity added: /w/workspace/edgex-go/1@tmp/private_key_11477831505683130359.key (/w/workspace/edgex-go/1@tmp/private_key_11477831505683130359.key) 19:59:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:59:39 + git semver init 19:59:39 2023-05-03 19:59:39,327 [run_init] DEBUG init version:0.0.0 force:False 19:59:39 2023-05-03 19:59:39,328 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:59:39 2023-05-03 19:59:39,329 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:59:39 2023-05-03 19:59:39,329 [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) 19:59:46 2023-05-03 19:59:45,153 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:59:46 2023-05-03 19:59:45,153 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4549 with force:False 19:59:46 2023-05-03 19:59:45,153 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4549 19:59:46 2023-05-03 19:59:45,157 [execute] INFO git cat-file --batch-check 19:59:46 2023-05-03 19:59:45,158 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:46 2023-05-03 19:59:45,165 [execute] INFO git cat-file --batch 19:59:46 2023-05-03 19:59:45,165 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:59:46 2023-05-03 19:59:45,171 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4549 19:59:46 0.0.0 [Pipeline] } 19:59:46 $ docker exec --env ******** --env ******** bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent -k 19:59:46 unset SSH_AUTH_SOCK; 19:59:46 unset SSH_AGENT_PID; 19:59:46 echo Agent pid 76 killed; 19:59:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:59:46 + git semver [Pipeline] } 19:59:46 $ docker stop --time=1 bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc 19:59:48 $ docker rm -f --volumes bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc [Pipeline] // withDockerContainer [Pipeline] sh 19:59:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:59:48 Stashed 1 file(s) [Pipeline] echo 19:59:48 [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 19:59:49 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:59:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:49 ========================================================= 19:59:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:59:49 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:59:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:59:50 f56be85fc22e: Pulling fs layer 19:59:50 85791d961cd3: Pulling fs layer 19:59:50 d694b5ae8c79: Pulling fs layer 19:59:50 9f32a84ed3da: Pulling fs layer 19:59:50 4d19c01a9841: Pulling fs layer 19:59:50 9325e15d5711: Pulling fs layer 19:59:50 556b6ee489ea: Pulling fs layer 19:59:50 c5a4b2cf53e6: Pulling fs layer 19:59:50 9325e15d5711: Waiting 19:59:50 9f32a84ed3da: Waiting 19:59:50 556b6ee489ea: Waiting 19:59:50 4d19c01a9841: Waiting 19:59:50 c5a4b2cf53e6: Waiting 19:59:50 85791d961cd3: Download complete 19:59:50 9f32a84ed3da: Verifying Checksum 19:59:50 9f32a84ed3da: Download complete 19:59:50 4d19c01a9841: Download complete 19:59:50 f56be85fc22e: Verifying Checksum 19:59:50 f56be85fc22e: Download complete 19:59:50 9325e15d5711: Verifying Checksum 19:59:50 9325e15d5711: Download complete 19:59:50 f56be85fc22e: Pull complete 19:59:50 85791d961cd3: Pull complete 19:59:50 d694b5ae8c79: Verifying Checksum 19:59:50 d694b5ae8c79: Download complete 19:59:50 c5a4b2cf53e6: Verifying Checksum 19:59:51 556b6ee489ea: Verifying Checksum 19:59:51 556b6ee489ea: Download complete 19:59:53 d694b5ae8c79: Pull complete 19:59:53 9f32a84ed3da: Pull complete 19:59:53 4d19c01a9841: Pull complete 19:59:53 9325e15d5711: Pull complete 19:59:56 556b6ee489ea: Pull complete 19:59:57 c5a4b2cf53e6: Pull complete 19:59:57 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 19:59:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:59:57 + docker build -t ci-base-image-x86_64 -f - . 19:59:57 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:57 WORKDIR /edgex 19:59:57 COPY go.mod . 19:59:57 RUN go mod download 19:59:58 Sending build context to Docker daemon 170.7MB 19:59:58 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:59:58 ---> c4be618373d6 19:59:58 Step 2/4 : WORKDIR /edgex 20:00:04 Still waiting to schedule task 20:00:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:00:04 ---> Running in c39b8b4727dd 20:00:04 Removing intermediate container c39b8b4727dd 20:00:04 ---> 3689cac81922 20:00:04 Step 3/4 : COPY go.mod . 20:00:04 ---> e209b6395dc5 20:00:04 Step 4/4 : RUN go mod download 20:00:04 ---> Running in ff909c0ef08a 20:00:19 Removing intermediate container ff909c0ef08a 20:00:19 ---> 1af8f619d727 20:00:19 Successfully built 1af8f619d727 20:00:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:20 + docker inspect -f . ci-base-image-x86_64 20:00:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:20 prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container 20:00:20 $ 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 ******** ci-base-image-x86_64 cat 20:00:20 $ docker top bf44e8de27d9c17e0d2fc90b1993be6771c291b8c8282ea736ae20aa91cd4cce -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:21 + go version 20:00:21 go version go1.20.2 linux/amd64 [Pipeline] } 20:00:21 $ docker stop --time=1 bf44e8de27d9c17e0d2fc90b1993be6771c291b8c8282ea736ae20aa91cd4cce 20:00:22 $ docker rm -f --volumes bf44e8de27d9c17e0d2fc90b1993be6771c291b8c8282ea736ae20aa91cd4cce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:23 + docker inspect -f . ci-base-image-x86_64 20:00:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:23 prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container 20:00:23 $ 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 ******** ci-base-image-x86_64 cat 20:00:23 $ docker top 58e94deadfcaa90f41307ee70ec8ec868e47065244abfe452e5d703968323d87 -eo pid,comm [Pipeline] { [Pipeline] echo 20:00:23 ========================================================= 20:00:23 [edgeXBuildGoParallel] Running Tests and Build... 20:00:23 ========================================================= [Pipeline] sh 20:00:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:00:26 + make test 20:00:26 go test -race -coverprofile=coverage.out ./... 20:00:31 ? github.com/edgexfoundry/edgex-go [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:00:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:00:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:00:48 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:00:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:00:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:00:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 20:00:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements 20:00:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:00:52 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:00:52 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:00:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.100s coverage: 71.5% of statements 20:00:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 54.0% of statements 20:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:00:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.863s coverage: 88.5% of statements 20:00:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.083s coverage: 3.8% of statements 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.386s coverage: 95.6% of statements 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:00:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:00:58 ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements 20:00:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:00:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:00:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:00:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements 20:01:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:01:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:01:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements 20:01:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.057s coverage: 29.0% of statements 20:01:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 42.9% of statements 20:01:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 82.9% of statements 20:01:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 20:01:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 20:01:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:01:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:01:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:01:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:01:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:01:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:01:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:01:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:01:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:01:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:01:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:01:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:01:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:01:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:01:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:01:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:01:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:01:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:01:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:01:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:01:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:01:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:01:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 20:01:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:01:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.290s coverage: 79.9% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.071s coverage: 92.9% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 81.8% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.1% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 89.4% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 38.4% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 17.7% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.123s coverage: 92.3% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.7% of statements 20:01:26 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:01:26 running golangci-lint 20:01:26 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:01:26 go version go1.20.2 linux/amd64 20:01:26 level=info msg="[config_reader] Used config file .golangci.yml" 20:01:26 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:01:40 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12620 in /w/workspace/edgexfoundry_edgex-go_PR-4549 [Pipeline] { [Pipeline] ws 20:01:40 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:01:40 The recommended git tool is: git 20:01:41 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 13.617682712s" 20:01:41 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.003961ms" 20:01:46 using credential edgex-jenkins-ssh 20:01:46 Cloning the remote Git repository 20:01:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:01:46 > git init /w/workspace/edgex-go/1 # timeout=10 20:01:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:01:46 > git --version # timeout=10 20:01:46 > git --version # 'git version 2.25.1' 20:01:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:47 level=info msg="[linters_context/goanalysis] analyzers took 51.947431338s with top 10 stages: buildir: 28.630373652s, fact_deprecated: 1.449155475s, ctrlflow: 1.244190962s, printf: 1.222633268s, inspect: 1.079638468s, gosec: 1.037419197s, S1038: 781.238007ms, fact_purity: 780.679033ms, nilness: 713.082299ms, typedness: 458.711848ms" 20:01:47 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:01:47 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 203/203, path_prettifier: 203/203, skip_dirs: 203/203, exclude: 203/203, cgo: 203/203, autogenerated_exclude: 203/203, nolint: 0/23, exclude-rules: 23/203, skip_files: 203/203, identifier_marker: 203/203" 20:01:47 level=info msg="[runner] processing took 16.861983ms with stages: nolint: 7.611989ms, identifier_marker: 3.843045ms, path_prettifier: 1.774266ms, autogenerated_exclude: 1.442663ms, exclude-rules: 1.234951ms, skip_dirs: 886.998µs, cgo: 40.571µs, filename_unadjuster: 21.98µs, max_same_issues: 830ns, skip_files: 820ns, diff: 650ns, source_code: 500ns, uniq_by_line: 480ns, severity-rules: 480ns, exclude: 470ns, path_prefixer: 400ns, sort_results: 400ns, path_shortener: 190ns, max_from_linter: 180ns, max_per_file_from_linter: 120ns" 20:01:47 level=info msg="[runner] linters took 6.668537345s with stages: goanalysis_metalinter: 6.651567451s" 20:01:47 level=info msg="File cache stats: 0 entries of total size 0B" 20:01:47 level=info msg="Memory: 205 samples, avg is 181.3MB, max is 785.9MB" 20:01:47 level=info msg="Execution took 20.335638335s" 20:01:47 go vet ./... 20:01:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:01:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:01:51 ./bin/test-attribution-txt.sh [Pipeline] echo 20:01:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:01:51 + ls -al . 20:01:51 total 704 20:01:51 drwxrwxr-x 11 1001 1001 4096 May 3 20:00 . 20:01:51 drwxr-xr-x 4 root root 4096 May 3 20:00 .. 20:01:51 drwxrwxr-x 2 1001 1001 4096 May 3 19:59 .blubracket 20:01:51 -rw-rw-r-- 1 1001 1001 16 May 3 19:59 .dockerignore 20:01:51 drwxrwxr-x 8 1001 1001 4096 May 3 19:59 .git 20:01:51 drwxrwxr-x 3 1001 1001 4096 May 3 19:59 .github 20:01:51 -rw-rw-r-- 1 1001 1001 1133 May 3 19:59 .gitignore 20:01:51 -rw-rw-r-- 1 1001 1001 42 May 3 19:59 .golangci.yml 20:01:51 -rw-rw-r-- 1 1001 1001 87 May 3 19:59 .hadolint.yml 20:01:51 drwxr-xr-x 3 1001 1001 4096 May 3 19:59 .semver 20:01:51 -rw-rw-r-- 1 1001 1001 166 May 3 19:59 .sonarcloud.properties 20:01:51 -rw-rw-r-- 1 1001 1001 1171 May 3 19:59 ADOPTERS.md 20:01:51 -rw-rw-r-- 1 1001 1001 10835 May 3 19:59 Attribution.txt 20:01:51 -rw-rw-r-- 1 1001 1001 73765 May 3 19:59 CHANGELOG.md 20:01:51 -rw-rw-r-- 1 1001 1001 3804 May 3 19:59 CONTRIBUTING.md 20:01:51 -rw-rw-r-- 1 1001 1001 677 May 3 19:59 GOVERNANCE.md 20:01:51 -rw-rw-r-- 1 1001 1001 883 May 3 19:59 Jenkinsfile 20:01:51 -rw-rw-r-- 1 1001 1001 10775 May 3 19:59 LICENSE 20:01:51 -rw-rw-r-- 1 1001 1001 14368 May 3 19:59 Makefile 20:01:51 -rw-rw-r-- 1 1001 1001 582 May 3 19:59 OWNERS.md 20:01:51 -rw-rw-r-- 1 1001 1001 9403 May 3 19:59 README.md 20:01:51 -rw-rw-r-- 1 1001 1001 789 May 3 19:59 SECURITY.md 20:01:51 -rw-rw-r-- 1 1001 1001 5 May 3 19:59 VERSION 20:01:51 drwxrwxr-x 2 1001 1001 4096 May 3 19:59 bin 20:01:51 drwxrwxr-x 18 1001 1001 4096 May 3 19:59 cmd 20:01:51 -rw-r--r-- 1 root root 448352 May 3 20:01 coverage.out 20:01:51 -rw-rw-r-- 1 1001 1001 3200 May 3 19:59 go.mod 20:01:51 -rw-rw-r-- 1 1001 1001 31040 May 3 19:59 go.sum 20:01:51 drwxrwxr-x 7 1001 1001 4096 May 3 19:59 internal 20:01:51 drwxrwxr-x 3 1001 1001 4096 May 3 19:59 openapi 20:01:51 -rw-rw-r-- 1 1001 1001 594 May 3 19:59 security.txt 20:01:51 drwxrwxr-x 4 1001 1001 4096 May 3 19:59 snap 20:01:51 -rw-rw-r-- 1 1001 1001 204 May 3 19:59 version.go [Pipeline] sh 20:01:52 + '[' -e coverage.out ] 20:01:52 + chown 1001:1001 coverage.out [Pipeline] stash 20:01:52 Stashed 1 file(s) [Pipeline] sh 20:01:52 + make build 20:01:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:02:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:02: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 20:02:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:02:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:02:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:02:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:02:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:02:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:02:06 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4549/head:refs/remotes/origin/PR-4549 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:02:07 Merging remotes/origin/main commit 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 into PR head commit 40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:02:07 Merge succeeded, producing 40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:02:07 Checking out Revision 40f4ace58678a4c1a16f98a321cb5c1be702fd0b (PR-4549) 20:02:08 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 20:02:08 > git --version # timeout=10 20:02:08 > git --version # 'git version 2.25.1' 20:02:08 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { 20:02:07 > git config core.sparsecheckout # timeout=10 20:02:07 > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # timeout=10 20:02:07 > git remote # timeout=10 20:02:07 > git config --get remote.origin.url # timeout=10 20:02:07 using GIT_SSH to set credentials SSH Credentials for GitHub 20:02:07 > git merge 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 # timeout=10 20:02:07 > git rev-parse HEAD^{commit} # timeout=10 20:02:07 > git config core.sparsecheckout # timeout=10 20:02:07 > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:02:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:02:09 % Total % Received % Xferd Average Speed Time Time Time Current 20:02:09 Dload Upload Total Spent Left Speed 20:02:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 75005 0 --:--:-- --:--:-- --:--:-- 75005 [Pipeline] sh 20:02:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:02:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:02:10 + sudo tee /etc/docker/daemon.new 20:02:10 { 20:02:10 "registry-mirrors": [ 20:02:10 "https://nexus3.edgexfoundry.org:10001" 20:02:10 ], 20:02:10 "bip": "10.250.0.254/24", 20:02:10 "hosts": [ 20:02:10 "tcp://0.0.0.0:5555", 20:02:10 "unix:///var/run/docker.sock" 20:02:10 ], 20:02:10 "mtu": 1458, 20:02:10 "selinux-enabled": true, 20:02:10 "seccomp-profile": "/etc/docker/seccomp.json" 20:02:10 } [Pipeline] sh 20:02:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:02:11 + sudo service docker restart 20:02:12 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:02: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:02:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:02: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:02:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:02:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:02:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:02:19 $ docker stop --time=1 58e94deadfcaa90f41307ee70ec8ec868e47065244abfe452e5d703968323d87 20:02:23 $ docker rm -f --volumes 58e94deadfcaa90f41307ee70ec8ec868e47065244abfe452e5d703968323d87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:24 20:02:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:24 latest: Pulling from edgex-devops/edgex-compose 20:02:24 cbdbe7a5bc2a: Pulling fs layer 20:02:24 ca9280d653b3: Pulling fs layer 20:02:24 7e9c9ca2126c: Pulling fs layer 20:02:24 cbdbe7a5bc2a: Download complete 20:02:24 ca9280d653b3: Verifying Checksum 20:02:24 ca9280d653b3: Download complete 20:02:24 cbdbe7a5bc2a: Pull complete 20:02:25 7e9c9ca2126c: Download complete 20:02:25 ca9280d653b3: Pull complete 20:02:28 7e9c9ca2126c: Pull complete 20:02:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:02:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:28 prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container 20:02:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:31 $ docker top 7d389d71103da9bdda9716b24a44e4c53a80ae49efa254e0cf29737d6bdfee1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 20:02:31 provisioning config files... 20:02:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16291242826039386295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:02:31 + docker-compose build --help 20:02:31 + grep parallel 20:02:31 ---> docker-login.sh 20:02:31 nexus3.edgexfoundry.org:10001 20:02:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:32 --parallel Build images in parallel. [Pipeline] } 20:02:32 $ docker stop --time=1 7d389d71103da9bdda9716b24a44e4c53a80ae49efa254e0cf29737d6bdfee1b 20:02:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:32 Configure a credential helper to remove this warning. See 20:02:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:32 20:02:32 Login Succeeded 20:02:32 nexus3.edgexfoundry.org:10002 20:02:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:32 Configure a credential helper to remove this warning. See 20:02:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:32 20:02:32 Login Succeeded 20:02:32 nexus3.edgexfoundry.org:10003 20:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:33 Configure a credential helper to remove this warning. See 20:02:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:33 20:02:33 Login Succeeded 20:02:33 nexus3.edgexfoundry.org:10004 20:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:33 Configure a credential helper to remove this warning. See 20:02:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:33 20:02:33 Login Succeeded 20:02:33 docker.io 20:02:33 $ docker rm -f --volumes 7d389d71103da9bdda9716b24a44e4c53a80ae49efa254e0cf29737d6bdfee1b 20:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 20:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:33 Configure a credential helper to remove this warning. See 20:02:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:33 20:02:33 Login Succeeded 20:02:33 ---> docker-login.sh ends [Pipeline] } 20:02:33 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:02:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:34 prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container 20:02:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:34 $ docker top e8f285fee5e3a53b7c09b1accc04e7732e81ad92900cd928787ef9f4d1f4ba09 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 20:02:35 + git config --global --add safe.directory /w/workspace/edgex-go/1 20:02:35 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo 20:02:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:02:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:02:35 ========================================================= 20:02:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:02:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:02:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:35 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:02:35 c41833b44d91: Pulling fs layer 20:02:35 ed15518f5707: Pulling fs layer 20:02:36 feae8fd75edb: Pulling fs layer 20:02:36 242c74f7c9fa: Pulling fs layer 20:02:36 3cdef696dda3: Pulling fs layer 20:02:36 2ced38df9373: Pulling fs layer 20:02:36 58f1dce35555: Pulling fs layer 20:02:36 3cdef696dda3: Waiting 20:02:36 2ced38df9373: Waiting 20:02:36 58f1dce35555: Waiting 20:02:36 242c74f7c9fa: Waiting 20:02:36 ed15518f5707: Verifying Checksum 20:02:36 ed15518f5707: Download complete 20:02:36 242c74f7c9fa: Verifying Checksum 20:02:36 242c74f7c9fa: Download complete 20:02:36 3cdef696dda3: Verifying Checksum 20:02:36 3cdef696dda3: Download complete 20:02:36 c41833b44d91: Verifying Checksum 20:02:36 Building core-command ... 20:02:36 Building core-common-config-bootstrapper ... 20:02:36 Building core-data ... 20:02:36 Building core-metadata ... 20:02:36 Building security-bootstrapper ... 20:02:36 Building security-proxy-auth ... 20:02:36 Building security-proxy-setup ... 20:02:36 Building security-secretstore-setup ... 20:02:36 Building security-spiffe-token-provider ... 20:02:36 Building security-spire-agent ... 20:02:36 Building security-spire-config ... 20:02:36 Building security-spire-server ... 20:02:36 Building support-notifications ... 20:02:36 Building support-scheduler ... 20:02:36 Building security-bootstrapper 20:02:36 Building core-data 20:02:36 Building security-proxy-auth 20:02:36 Building core-common-config-bootstrapper 20:02:36 Building security-secretstore-setup 20:02:37 c41833b44d91: Pull complete 20:02:37 58f1dce35555: Verifying Checksum 20:02:37 58f1dce35555: Download complete 20:02:37 ed15518f5707: Pull complete 20:02:38 feae8fd75edb: Verifying Checksum 20:02:38 feae8fd75edb: Download complete 20:02:38 2ced38df9373: Verifying Checksum 20:02:38 2ced38df9373: Download complete 20:02:46 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:46 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:02:46 ---> 1af8f619d727 20:02:46 Step 3/25 : WORKDIR /edgex-go 20:02:46 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:46 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:02:46 ---> 1af8f619d727 20:02:46 Step 3/33 : WORKDIR /edgex-go 20:02:46 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:46 ---> 1af8f619d727 20:02:46 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:46 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:46 ---> 1af8f619d727 20:02:46 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:47 ---> 1af8f619d727 20:02:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:51 feae8fd75edb: Pull complete 20:02:51 242c74f7c9fa: Pull complete 20:02:51 3cdef696dda3: Pull complete 20:02:56 2ced38df9373: Pull complete 20:02:58 ---> Running in c9d0ecbe473d 20:02:58 ---> Running in 2471416f0a9f 20:02:58 ---> Running in 828c91d01512 20:02:58 ---> Running in d31615c0978a 20:02:58 ---> Running in 1d6a16fda105 20:02:58 Removing intermediate container 828c91d01512 20:02:58 ---> 2dbe2e4c1be4 20:02:58 Step 4/23 : WORKDIR /edgex-go 20:02:58 Removing intermediate container c9d0ecbe473d 20:02:58 ---> 0fd601f66a55 20:02:58 Step 4/23 : WORKDIR /edgex-go 20:02:58 Removing intermediate container d31615c0978a 20:02:58 ---> 6dca03658f7d 20:02:58 Step 4/23 : WORKDIR /edgex-go 20:02:58 Removing intermediate container 2471416f0a9f 20:02:58 ---> e5e8e44d91d3 20:02:58 Step 4/33 : RUN apk add --update --no-cache make git 20:02:58 Removing intermediate container 1d6a16fda105 20:02:58 ---> f6c125144220 20:02:58 Step 4/25 : RUN apk add --update --no-cache make git 20:02:58 ---> Running in 14abf6857f05 20:02:58 ---> Running in 34c1aefa05d8 20:02:58 ---> Running in c24deb27ba18 20:02:58 ---> Running in fc6c1eedc82d 20:02:58 ---> Running in 550f566a98ae 20:02:58 Removing intermediate container 34c1aefa05d8 20:02:58 ---> 07c801e940db 20:02:58 Step 5/23 : RUN apk add --update --no-cache make git 20:02:58 Removing intermediate container 14abf6857f05 20:02:58 ---> 43c96950e515 20:02:58 Step 5/23 : RUN apk add --update --no-cache make git 20:02:58 ---> Running in b25effd2ae5a 20:02:58 ---> Running in 76a8aea53d87 20:02:58 Removing intermediate container c24deb27ba18 20:02:58 ---> 98a102819225 20:02:58 Step 5/23 : RUN apk add --update --no-cache make git 20:02:58 ---> Running in 61e52a0eb88d 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:58 58f1dce35555: Pull complete 20:02:58 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 20:02:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 OK: 265 MiB in 53 packages 20:02:58 OK: 265 MiB in 53 packages 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:58 OK: 265 MiB in 53 packages 20:02:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:02:58 OK: 265 MiB in 53 packages 20:02:58 OK: 265 MiB in 53 packages 20:02:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:59 WORKDIR /edgex 20:02:59 COPY go.mod . 20:02:59 RUN go mod download 20:02:59 + docker build -t ci-base-image-arm64 -f - . 20:02:59 Removing intermediate container 550f566a98ae 20:02:59 ---> f14652e9bff1 20:02:59 Step 5/25 : COPY go.mod vendor* ./ 20:02:59 Removing intermediate container fc6c1eedc82d 20:02:59 ---> f8bde41c23e6 20:02:59 Step 5/33 : COPY go.mod vendor* ./ 20:02:59 Removing intermediate container b25effd2ae5a 20:02:59 ---> 639d0cd3fd83 20:02:59 Step 6/23 : COPY go.mod vendor* ./ 20:02:59 ---> 1fb137f4d0eb 20:02:59 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:59 Sending build context to Docker daemon 2.931MB 20:02:59 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:59 ---> fadd8f120f05 20:02:59 Step 2/4 : WORKDIR /edgex 20:03:00 ---> Running in 8dc4f80e8209 20:03:00 ---> 7e3a6e83857a 20:03:00 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:00 ---> Running in 710cf8b50b4f 20:03:00 Removing intermediate container 61e52a0eb88d 20:03:00 ---> a2b160358fcd 20:03:00 Step 6/23 : COPY go.mod vendor* ./ 20:03:00 Removing intermediate container 76a8aea53d87 20:03:00 ---> b18c3b14759a 20:03:00 Step 6/23 : COPY go.mod vendor* ./ 20:03:00 ---> 10b340353bd8 20:03:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:00 ---> Running in cf1eee47b617 20:03:00 ---> 894843981a57 20:03:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:00 ---> bd7604d654a1 20:03:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:00 ---> Running in 312bc8588769 20:03:00 ---> Running in d7b8ee7fb6ba 20:03:01 ---> Running in db1b113f7a81 20:03:01 Removing intermediate container db1b113f7a81 20:03:01 ---> 142247cfd793 20:03:01 Step 3/4 : COPY go.mod . 20:03:02 ---> 8427bd74d288 20:03:02 Step 4/4 : RUN go mod download 20:03:02 ---> Running in 5b95b7c53862 20:03:34 Removing intermediate container 5b95b7c53862 20:03:34 ---> 8c2617a08568 20:03:34 Successfully built 8c2617a08568 20:03:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:35 + docker inspect -f . ci-base-image-arm64 20:03:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:35 prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container 20:03:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:03:36 $ docker top 46997075af5d28cb954d0860487bfc80d2e19093531fafbc314e18194ff4f06e -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:37 + go version 20:03:37 go version go1.20.2 linux/arm64 [Pipeline] } 20:03:37 $ docker stop --time=1 46997075af5d28cb954d0860487bfc80d2e19093531fafbc314e18194ff4f06e 20:03:39 $ docker rm -f --volumes 46997075af5d28cb954d0860487bfc80d2e19093531fafbc314e18194ff4f06e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:40 + docker inspect -f . ci-base-image-arm64 20:03:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:40 prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container 20:03:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:03:41 $ docker top a17e87c09883ebd466f65b455009e9e1397e05a73a47be794c8d83a225dc5db0 -eo pid,comm [Pipeline] { [Pipeline] echo 20:03:41 ========================================================= 20:03:41 [edgeXBuildGoParallel] Running Tests and Build... 20:03:41 ========================================================= [Pipeline] sh 20:03:42 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:03:42 + make test 20:03:42 go test -race -coverprofile=coverage.out ./... 20:04:07 Removing intermediate container cf1eee47b617 20:04:07 ---> 2613d15b5f2a 20:04:07 Step 8/23 : COPY . . 20:04:07 Removing intermediate container 312bc8588769 20:04:07 ---> dffbff3010ae 20:04:07 Step 8/23 : COPY . . 20:04:07 Removing intermediate container 710cf8b50b4f 20:04:07 ---> 183543cb8231 20:04:07 Step 7/33 : COPY . . 20:04:07 Removing intermediate container d7b8ee7fb6ba 20:04:07 ---> a55b0a166227 20:04:07 Step 8/23 : COPY . . 20:04:07 Removing intermediate container 8dc4f80e8209 20:04:07 ---> e7d20e081b5a 20:04:07 Step 7/25 : COPY . . 20:04:21 ? github.com/edgexfoundry/edgex-go [no test files] 20:04:40 ---> 94f0a31907b8 20:04:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:04:40 ---> 5a193d2b87b6 20:04:40 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:04:40 ---> 9aa330d48c23 20:04:40 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:04:40 ---> f9a1e8e2d373 20:04:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:04:40 ---> 71f404665600 20:04:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:04:40 ---> Running in 22557e1c94cd 20:04:40 ---> Running in e05e2f639e93 20:04:40 ---> Running in 0c488bbced62 20:04:40 ---> Running in 8e5e925047f1 20:04:40 ---> Running in 39296e7ca570 20:04:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:04:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:04:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:04:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:04:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:05:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:05:26 Removing intermediate container 22557e1c94cd 20:05:26 ---> 92f87ceaddbb 20:05:26 20:05:26 Step 10/23 : FROM alpine:3.17 20:05:26 Removing intermediate container 0c488bbced62 20:05:26 ---> 1ca387a14bcd 20:05:26 20:05:26 Step 10/23 : FROM alpine:3.17 20:05:26 Removing intermediate container 8e5e925047f1 20:05:26 ---> 98ba5e2d6489 20:05:26 20:05:26 Step 10/23 : FROM alpine:3.17 20:05:26 Removing intermediate container e05e2f639e93 20:05:26 ---> f873864e7672 20:05:26 20:05:26 Step 9/25 : FROM alpine:3.17 20:05:26 Removing intermediate container 39296e7ca570 20:05:26 ---> 4af2f65014ed 20:05:26 20:05:26 Step 9/33 : FROM alpine:3.17 20:05:26 3.17: Pulling from library/alpine 20:05:26 3.17: Pulling from library/alpine 20:05:26 3.17: Pulling from library/alpine 20:05:26 3.17: Pulling from library/alpine 20:05:26 3.17: Pulling from library/alpine 20:05:28 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:05:28 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:05:28 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:05:28 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:05:28 Status: Downloaded newer image for alpine:3.17 20:05:28 Status: Downloaded newer image for alpine:3.17 20:05:28 Status: Downloaded newer image for alpine:3.17 20:05:28 Status: Image is up to date for alpine:3.17 20:05:28 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:05:28 Status: Image is up to date for alpine:3.17 20:05:28 ---> 9ed4aefc74f6 20:05:28 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:05:28 ---> 9ed4aefc74f6 20:05:28 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:05:28 ---> 9ed4aefc74f6 20:05:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:05:28 ---> 9ed4aefc74f6 20:05:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:05:28 ---> 9ed4aefc74f6 20:05:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:05:29 ---> Running in 0f577f21e507 20:05:29 ---> Running in f391608b037c 20:05:29 ---> Running in a066594e7ac3 20:05:29 ---> Running in 9bf6e5a46c94 20:05:29 ---> Running in fea16a0c2e88 20:05:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:29 Removing intermediate container a066594e7ac3 20:05:29 ---> 3774b41d8e6c 20:05:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:05:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:29 Removing intermediate container f391608b037c 20:05:29 ---> 62db1bc90934 20:05:29 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:05:29 Removing intermediate container 9bf6e5a46c94 20:05:29 ---> a84603a423c1 20:05:29 Step 12/23 : ENV APP_PORT=59880 20:05:29 Removing intermediate container fea16a0c2e88 20:05:29 ---> b95f5d3667c2 20:05:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:05:29 (1/3) Installing ca-certificates (20220614-r4) 20:05:29 (2/3) Installing dumb-init (1.2.5-r2) 20:05:29 (3/3) Installing su-exec (0.2-r2) 20:05:29 Executing busybox-1.35.0-r29.trigger 20:05:29 Executing ca-certificates-20220614-r4.trigger 20:05:29 ---> Running in b0a0fb379ee4 20:05:29 ---> Running in 195d92f4957a 20:05:29 OK: 8 MiB in 18 packages 20:05:30 ---> Running in 08a20677f68d 20:05:30 ---> Running in b16a15edf19f 20:05:30 Removing intermediate container 08a20677f68d 20:05:30 ---> 147895fe9a53 20:05:30 Step 13/23 : EXPOSE $APP_PORT 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:30 ---> Running in 253aa60da87f 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:31 (1/2) Installing dumb-init (1.2.5-r2) 20:05:31 (2/2) Installing su-exec (0.2-r2) 20:05:31 Executing busybox-1.35.0-r29.trigger 20:05:31 OK: 7 MiB in 17 packages 20:05:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:31 Removing intermediate container 253aa60da87f 20:05:31 ---> 50d6c5e43d7a 20:05:31 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:05:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:31 Removing intermediate container 0f577f21e507 20:05:31 ---> 8133fd2d28f1 20:05:31 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:05:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:31 ---> Running in 859871bae8ec 20:05:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:31 (1/1) Installing dumb-init (1.2.5-r2) 20:05:31 Executing busybox-1.35.0-r29.trigger 20:05:31 OK: 7 MiB in 16 packages 20:05:31 ---> Running in e7a78d2b4e3b 20:05:31 (1/1) Installing dumb-init (1.2.5-r2) 20:05:31 Executing busybox-1.35.0-r29.trigger 20:05:31 OK: 7 MiB in 16 packages 20:05:32 Removing intermediate container e7a78d2b4e3b 20:05:32 ---> 1ef674b74afc 20:05:32 Step 12/25 : WORKDIR / 20:05:32 Removing intermediate container b0a0fb379ee4 20:05:32 ---> 182c71028f57 20:05:32 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:05:32 ---> Running in 595ce5a8aa78 20:05:32 ---> Running in b55987d35857 20:05:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:32 Removing intermediate container 595ce5a8aa78 20:05:32 ---> 4874d81d1aa1 20:05:32 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:05:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:32 Removing intermediate container b55987d35857 20:05:32 ---> 5dbc184399aa 20:05:32 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:32 Removing intermediate container 195d92f4957a 20:05:32 ---> d7def669c6d7 20:05:32 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:32 Removing intermediate container b16a15edf19f 20:05:32 ---> 7d4db8dbd4cb 20:05:32 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:33 ---> Running in a4bab1993bad 20:05:33 (1/1) Installing dumb-init (1.2.5-r2) 20:05:33 Executing busybox-1.35.0-r29.trigger 20:05:33 OK: 7 MiB in 16 packages 20:05:33 ---> 04dfe43471a6 20:05:33 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:05:33 Removing intermediate container a4bab1993bad 20:05:33 ---> 0b63a9e72759 20:05:33 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:05:33 ---> a9b2e09aa1e2 20:05:33 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:05:33 ---> 8986df74122c 20:05:33 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:05:33 ---> Running in 544e9a32b8fc 20:05:33 ---> 08ba35a369be 20:05:33 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:05:33 ---> c24e16572b3e 20:05:33 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:05:33 Removing intermediate container 544e9a32b8fc 20:05:33 ---> 0ae12a41371e 20:05:33 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:05:34 Removing intermediate container 859871bae8ec 20:05:34 ---> 4be666a09ff8 20:05:34 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:34 ---> 8a6480814dd4 20:05:34 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:05:34 ---> 1d3d884563d4 20:05:34 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:05:34 ---> Running in 688af6375963 20:05:34 ---> fb327c7584ea 20:05:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:05:34 ---> 2102cd43d593 20:05:34 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:05:34 ---> eb9b87e4dbe9 20:05:34 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:05:35 Removing intermediate container 688af6375963 20:05:35 ---> 4c90218059e4 20:05:35 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:05:35 ---> e1949ffb504f 20:05:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:05:35 ---> Running in 6174deaa7d53 20:05:35 ---> 3363001c118e 20:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:05:35 ---> 9b1829fd5d05 20:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:05:35 ---> 5a3fa0be1093 20:05:35 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:05:35 ---> 0b3af4977003 20:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:05:35 ---> 287a17792fd8 20:05:35 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:35 ---> Running in c99b5730d703 20:05:36 ---> 6a0a1db7d606 20:05:36 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:36 ---> Running in d0ac1e0c73ef 20:05:36 ---> 7e4c85499b1c 20:05:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:05:36 ---> 72201907753d 20:05:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:05:36 ---> 15c0e323f3f8 20:05:36 Step 19/23 : ENTRYPOINT ["/core-data"] 20:05:36 ---> Running in 4ec8046eb746 20:05:36 Removing intermediate container 6174deaa7d53 20:05:36 ---> e963bd63a071 20:05:36 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:05:36 ---> bbdd2f6b777e 20:05:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:05:36 Removing intermediate container 4ec8046eb746 20:05:36 ---> fb2846d278cc 20:05:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:36 ---> Running in 14b4c46f8c71 20:05:36 ---> Running in 72ab32bb8fbb 20:05:36 Removing intermediate container c99b5730d703 20:05:36 ---> 0dbb42a2247a 20:05:36 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:05:36 ---> Running in ae5fb3bdb0d3 20:05:36 Removing intermediate container 14b4c46f8c71 20:05:36 ---> 9fdc97acdc88 20:05:36 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:05:36 ---> f42175350fcd 20:05:36 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:36 Removing intermediate container 72ab32bb8fbb 20:05:36 ---> c39c2f039e1f 20:05:36 Step 21/23 : LABEL arch=x86_64 20:05:36 ---> Running in b7483bffb280 20:05:36 Removing intermediate container ae5fb3bdb0d3 20:05:36 ---> d318a1ab761d 20:05:36 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:05:36 ---> Running in 753767bfb8c9 20:05:36 ---> Running in 264583d91e4f 20:05:36 ---> 27bee281a9d3 20:05:36 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:05:36 Removing intermediate container 753767bfb8c9 20:05:36 ---> cb7b63c70234 20:05:36 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:05:36 ---> Running in fc02c3859734 20:05:37 Removing intermediate container 264583d91e4f 20:05:37 ---> f504dd27cb50 20:05:37 Step 21/23 : LABEL arch=x86_64 20:05:37 ---> Running in 4f7a16db3baa 20:05:37 Removing intermediate container d0ac1e0c73ef 20:05:37 ---> 2dfa37fe4a3d 20:05:37 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:05:37 ---> Running in 59bbdfba2654 20:05:37 ---> Running in 44125300a412 20:05:37 Removing intermediate container 4f7a16db3baa 20:05:37 ---> fd0866bca235 20:05:37 Step 23/23 : LABEL version=0.0.0 20:05:37 Removing intermediate container 59bbdfba2654 20:05:37 ---> d0ff83a6a738 20:05:37 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:05:37 ---> Running in ba5dc259d481 20:05:37 ---> Running in 8715704bd4ce 20:05:37 Removing intermediate container 44125300a412 20:05:37 ---> cb376647b9d4 20:05:37 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:05:37 ---> Running in 86d13920b394 20:05:37 Removing intermediate container ba5dc259d481 20:05:37 ---> 459408fdc30e 20:05:37 20:05:37 Removing intermediate container 8715704bd4ce 20:05:37 ---> fcd7d9d21861 20:05:37 Step 23/23 : LABEL version=0.0.0 20:05:37 ---> Running in b4c4400a81c3 20:05:37 Successfully built 459408fdc30e 20:05:37 Successfully tagged core-data:latest 20:05:37 Building support-scheduler 20:05:37 Removing intermediate container 86d13920b394 20:05:37 ---> 319491e44813 20:05:37 Step 21/23 : LABEL arch=x86_64 20:05:37  Building core-data ... done  ---> Running in 157e7bd11918 20:05:37 Removing intermediate container b4c4400a81c3 20:05:37 ---> 88ecb4250ab2 20:05:37 20:05:37 Successfully built 88ecb4250ab2 20:05:40 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:43 ---> 1af8f619d727 20:05:43 Successfully tagged security-proxy-auth:latest 20:05:43 Step 3/23 : ARG ADD_BUILD_TAGS="" Building security-proxy-auth ... done Building security-spiffe-token-provider 20:05:43 20:05:43 ---> Using cache 20:05:43 ---> 6dca03658f7d 20:05:43 Step 4/23 : WORKDIR /edgex-go 20:05:43 ---> Using cache 20:05:43 ---> 07c801e940db 20:05:43 Step 5/23 : RUN apk add --update --no-cache make git 20:05:43 ---> Using cache 20:05:43 ---> 639d0cd3fd83 20:05:43 Step 6/23 : COPY go.mod vendor* ./ 20:05:43 ---> Using cache 20:05:43 ---> 10b340353bd8 20:05:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:43 ---> Using cache 20:05:43 ---> 2613d15b5f2a 20:05:43 Step 8/23 : COPY . . 20:05:43 ---> Using cache 20:05:43 ---> f9a1e8e2d373 20:05:43 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:05:44 Removing intermediate container 157e7bd11918 20:05:44 ---> 3008b923f1f7 20:05:44 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:05:48 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:05:48 ---> 1af8f619d727 20:05:48 Step 3/20 : WORKDIR /edgex-go 20:05:48 ---> Using cache 20:05:48 ---> e5e8e44d91d3 20:05:48 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:05:51 Removing intermediate container b7483bffb280 20:05:51 ---> 90df462846f3 20:05:51 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:05:51 ---> Running in 14217aab0a48 20:05:51 ---> Running in 3fde1feb4868 20:05:51 ---> Running in 4c44aabd8fd9 20:05:51 ---> Running in ed87a2c70b40 20:05:51 Removing intermediate container fc02c3859734 20:05:51 ---> 55ff9b58b6e3 20:05:51 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:51 Removing intermediate container 14217aab0a48 20:05:51 ---> 29f315da7119 20:05:51 Step 23/23 : LABEL version=0.0.0 20:05:51 ---> Running in d3715803c2cb 20:05:51 Removing intermediate container ed87a2c70b40 20:05:51 ---> 877f4e163c7e 20:05:51 Step 23/25 : LABEL arch=x86_64 20:05:51 ---> Running in e478987680a0 20:05:51 Removing intermediate container d3715803c2cb 20:05:51 ---> ac1244905828 20:05:51 20:05:51 ---> d2324a58cf9d 20:05:51 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:05:51 Removing intermediate container e478987680a0 20:05:51 ---> 7733c159e742 20:05:51 Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:05:51 ---> Running in 6fcd0f0445b8 20:05:51 Successfully built ac1244905828 20:05:51 Successfully tagged core-common-config-bootstrapper:latest 20:05:51  Building core-common-config-bootstrapper ... done Building support-notifications 20:05:51 Removing intermediate container 6fcd0f0445b8 20:05:51 ---> 8be800c65c95 20:05:51 Step 25/25 : LABEL version=0.0.0 20:05:51 ---> 9a2365589605 20:05:51 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:05: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 20:05:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:53 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:53 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:53 OK: 17819 distinct packages available 20:05:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:53 OK: 265 MiB in 53 packages 20:05:56 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:56 ---> 1af8f619d727 20:05:56 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:05:56 ---> Using cache 20:05:56 ---> 6dca03658f7d 20:05:56 Step 4/23 : WORKDIR /edgex-go 20:05:56 ---> Using cache 20:05:56 ---> 07c801e940db 20:05:56 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:06:00 ---> Running in 30970c500ed6 20:06:00 ---> Running in b237b8be8d69 20:06:00 ---> 2d9d2f684924 20:06:00 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:06:00 Removing intermediate container 30970c500ed6 20:06:00 ---> cf241872972d 20:06:00 20:06:00 Successfully built cf241872972d 20:06:00 Successfully tagged security-secretstore-setup:latest 20:06:00  Building security-secretstore-setup ... done Building security-spire-config 20:06:00 Removing intermediate container 4c44aabd8fd9 20:06:00 ---> 42d4dac2f18a 20:06:00 Step 5/20 : COPY go.mod vendor* ./ 20:06:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:02 OK: 265 MiB in 53 packages 20:06:03 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:03 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:06:03 ---> 1af8f619d727 20:06:03 Step 3/27 : WORKDIR /edgex-go 20:06:03 ---> Using cache 20:06:03 ---> e5e8e44d91d3 20:06:03 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:06:07 ---> bd7645c97b43 20:06:07 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:06:07 ---> bb75d263a475 20:06:07 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:07 ---> Running in cd5883b93e28 20:06:07 ---> Running in b89c7dd1cd3e 20:06:07 ---> c4c45799b1c2 20:06:07 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:06:07 Removing intermediate container b237b8be8d69 20:06:07 ---> 4fb78d71ff15 20:06:07 Step 6/23 : COPY go.mod vendor* ./ 20:06:07 ---> 7dfcea983270 20:06:07 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:06:07 ---> 0861a1182251 20:06:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:07 ---> Running in 02238c48868f 20:06:07 ---> 77805cd6b808 20:06:07 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:06:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:08 ---> 2951d4e86ba8 20:06:08 Step 28/33 : RUN chmod +x /entrypoint.sh 20:06:08 ---> Running in 793f02545561 20:06:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:08 OK: 265 MiB in 53 packages 20:06:08 Removing intermediate container cd5883b93e28 20:06:08 ---> b2e29753e6d1 20:06:08 Step 5/27 : COPY go.mod vendor* ./ 20:06:09 Removing intermediate container 793f02545561 20:06:09 ---> 16ad198fceca 20:06:09 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:06:09 ---> 003444a32fcb 20:06:09 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:09 ---> Running in 04dc27a201c0 20:06:09 ---> Running in 4c0951d5ad8a 20:06:09 Removing intermediate container 04dc27a201c0 20:06:09 ---> 809615eb560f 20:06:09 Step 30/33 : CMD ["gate"] 20:06:09 ---> Running in aaba933aebba 20:06:09 Removing intermediate container aaba933aebba 20:06:09 ---> 112e46df3ea4 20:06:09 Step 31/33 : LABEL arch=x86_64 20:06:09 ---> Running in 840f6ad7fafb 20:06:10 Removing intermediate container 840f6ad7fafb 20:06:10 ---> c9eaf4e54ce3 20:06:10 Step 32/33 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:06:10 ---> Running in 7d6897f2343e 20:06:10 Removing intermediate container 7d6897f2343e 20:06:10 ---> f7a79e3c1e44 20:06:10 Step 33/33 : LABEL version=0.0.0 20:06:10 ---> Running in 82c1abaa7ce2 20:06:10 Removing intermediate container 82c1abaa7ce2 20:06:10 ---> 7e1dbde678ca 20:06:10 20:06:10 Successfully built 7e1dbde678ca 20:06:10 Successfully tagged security-bootstrapper:latest 20:06:10 Building security-proxy-setup 20:06:13  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:06:13 ---> 1af8f619d727 20:06:13 Step 3/22 : WORKDIR /edgex-go 20:06:13 ---> Using cache 20:06:13 ---> e5e8e44d91d3 20:06:13 Step 4/22 : RUN apk add --update --no-cache make git 20:06:13 ---> Using cache 20:06:13 ---> f8bde41c23e6 20:06:13 Step 5/22 : COPY go.mod vendor* ./ 20:06:13 ---> Using cache 20:06:13 ---> 7e3a6e83857a 20:06:13 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:13 ---> Using cache 20:06:13 ---> 183543cb8231 20:06:13 Step 7/22 : COPY . . 20:06:13 ---> Using cache 20:06:13 ---> 9aa330d48c23 20:06:13 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:06:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:06:16 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:06:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:06:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:06:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:06:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:06:31 ---> Running in de6b0c4d49a4 20:06:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.288s coverage: 28.7% of statements 20:06:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.292s coverage: 98.5% of statements 20:06:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:06:50 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:06:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:06:53 Removing intermediate container 3fde1feb4868 20:06:53 ---> 54f3cc0ac0bf 20:06:53 20:06:53 Step 10/23 : FROM alpine:3.17 20:06:53 ---> 9ed4aefc74f6 20:06:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:06:53 ---> Running in 0420958dc909 20:06:53 Removing intermediate container 02238c48868f 20:06:53 ---> c55fc2c44d4b 20:06:53 Step 8/23 : COPY . . 20:06:53 Removing intermediate container b89c7dd1cd3e 20:06:53 ---> 8ac211be4b8e 20:06:53 Step 7/20 : COPY . . 20:06:53 Removing intermediate container 4c0951d5ad8a 20:06:53 ---> 8df1f59adb09 20:06:53 Step 7/27 : COPY . . 20:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:53 (1/1) Installing dumb-init (1.2.5-r2) 20:06:53 Executing busybox-1.35.0-r29.trigger 20:06:53 OK: 7 MiB in 16 packages 20:06:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.448s coverage: 71.5% of statements 20:06:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:06:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:06:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.340s coverage: 54.0% of statements 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:07:08 ---> bc63bd3f2a75 20:07:08 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:07:08 ---> bc46a91e5a69 20:07:08 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:07:08 ---> 0b6793440c16 20:07:08 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:07:08 Removing intermediate container 0420958dc909 20:07:08 ---> 76d1d43a74b3 20:07:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:07:08 ---> Running in 6fb1a3587b71 20:07:08 ---> Running in 0bc88a5eacfe 20:07:08 ---> Running in 29ece3951551 20:07:08 ---> Running in 02daf786b18d 20:07:09 Removing intermediate container 6fb1a3587b71 20:07:09 ---> 5525e3f4a0e3 20:07:09 Step 9/27 : WORKDIR /edgex-go/spire-build 20:07:09 Removing intermediate container 02daf786b18d 20:07:09 ---> 1e1980323db4 20:07:09 Step 13/23 : ENV APP_PORT=59861 20:07:09 ---> Running in e92a53fd9983 20:07:09 ---> Running in 83c52d646eda 20:07:10 Removing intermediate container de6b0c4d49a4 20:07:10 ---> ae4b8fcfb7ed 20:07:10 20:07:10 Step 9/22 : FROM alpine:3.17 20:07:10 Removing intermediate container e92a53fd9983 20:07:10 ---> 84f44fdd8070 20:07:10 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:07:10 ---> 9ed4aefc74f6 20:07:10 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:07:10 Removing intermediate container 83c52d646eda 20:07:10 ---> f9186de63202 20:07:10 Step 14/23 : EXPOSE $APP_PORT 20:07:10 ---> Running in 445022162ed1 20:07:10 ---> Running in b359d2d686ac 20:07:10 ---> Running in 778ae0038b37 20:07:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:07:10 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:07:10 Removing intermediate container 445022162ed1 20:07:10 ---> a1bcceb886d8 20:07:10 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:07:10 Removing intermediate container 778ae0038b37 20:07:10 ---> c19e930bc95b 20:07:10 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:10 ---> Running in efd921e63d59 20:07:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:10 ---> 648f470d6cde 20:07:10 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:07:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:11 ---> d2223cdedc48 20:07:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:07:11 (1/2) Installing dumb-init (1.2.5-r2) 20:07:11 (2/2) Installing openssl (3.0.8-r4) 20:07:11 Executing busybox-1.35.0-r29.trigger 20:07:11 OK: 8 MiB in 17 packages 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:07:11 Removing intermediate container efd921e63d59 20:07:11 ---> 140f602dcbef 20:07:11 Step 12/27 : WORKDIR /edgex-go 20:07:11 ---> 79c4c3b5758a 20:07:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:07:12 ---> Running in 93b95832aca1 20:07:12 Removing intermediate container b359d2d686ac 20:07:12 ---> 9b2f5fa7cdcf 20:07:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:07:12 Removing intermediate container 93b95832aca1 20:07:12 ---> f3766eccb7ff 20:07:12 20:07:12 Step 13/27 : FROM alpine:3.17 20:07:12 ---> 9ed4aefc74f6 20:07:12 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:07:12 ---> Running in 9a89c0b9a2dd 20:07:12 ---> 18f2116c31c2 20:07:12 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:07:12 ---> Running in d72a76568e81 20:07:12 ---> Running in e57c600a5868 20:07:12 Removing intermediate container 9a89c0b9a2dd 20:07:12 ---> 5c3bcea17797 20:07:12 Step 12/22 : WORKDIR /edgex 20:07:12 Removing intermediate container d72a76568e81 20:07:12 ---> 6af4a7341ba4 20:07:12 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:07:12 ---> Running in 778a67c1810a 20:07:12 Removing intermediate container e57c600a5868 20:07:12 ---> f59c7cec1968 20:07:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:12 ---> Running in f325c41c5b19 20:07:12 ---> Running in 64871b4b055d 20:07:12 Removing intermediate container 778a67c1810a 20:07:12 ---> 1984464ed41a 20:07:12 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:12 Removing intermediate container 64871b4b055d 20:07:12 ---> 5787caee5b50 20:07:12 Step 21/23 : LABEL arch=x86_64 20:07:12 ---> Running in 4e0e159033b9 20:07:12 ---> 362d2e6dec28 20:07:12 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:07:12 Removing intermediate container 4e0e159033b9 20:07:12 ---> fbee75f8fb12 20:07:12 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:07:12 ---> Running in 83807b66bedc 20:07:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:13 Removing intermediate container 83807b66bedc 20:07:13 ---> 044d37bc5578 20:07:13 Step 23/23 : LABEL version=0.0.0 20:07:13 ---> 49cceea58af9 20:07:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:07:13 ---> Running in c0e19e9a3119 20:07:13 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:07:13 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:07:13 OK: 17820 distinct packages available 20:07:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:13 Removing intermediate container c0e19e9a3119 20:07:13 ---> feef4f2d32f4 20:07:13 20:07:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:13 Successfully built feef4f2d32f4 20:07:13 Successfully tagged support-scheduler:latest 20:07:13  Building support-scheduler ... done Building security-spire-server 20:07:13 (1/4) Installing dumb-init (1.2.5-r2) 20:07:13 (2/4) Installing musl-obstack (1.2.3-r0) 20:07:13 (3/4) Installing libucontext (1.2-r0) 20:07:13 (4/4) Installing gcompat (1.1.0-r0) 20:07:13 Executing busybox-1.35.0-r29.trigger 20:07:13 OK: 7 MiB in 19 packages 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.334s coverage: 88.5% of statements 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.771s coverage: 3.8% of statements 20:07:16 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:07:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:07:16 ---> 1af8f619d727 20:07:16 Step 3/26 : WORKDIR /edgex-go 20:07:16 ---> Using cache 20:07:16 ---> e5e8e44d91d3 20:07:16 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:07:16 ---> Using cache 20:07:16 ---> b2e29753e6d1 20:07:16 Step 5/26 : COPY go.mod vendor* ./ 20:07:16 ---> Using cache 20:07:16 ---> 003444a32fcb 20:07:16 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:16 ---> Using cache 20:07:16 ---> 8df1f59adb09 20:07:16 Step 7/26 : COPY . . 20:07:16 ---> Using cache 20:07:16 ---> bc63bd3f2a75 20:07:16 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:07:16 ---> Using cache 20:07:16 ---> 5525e3f4a0e3 20:07:16 Step 9/26 : WORKDIR /edgex-go/spire-build 20:07:16 ---> Using cache 20:07:16 ---> 84f44fdd8070 20:07:16 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:07:16 ---> Using cache 20:07:16 ---> a1bcceb886d8 20:07:16 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:07:17 ---> 195c343e133c 20:07:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:07:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:07:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.553s coverage: 95.6% of statements 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/io 0.199s coverage: 72.2% of statements 20:07:27 ---> Running in 12ecf4f32630 20:07:27 ---> 25fef167ee93 20:07:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:07:27 Removing intermediate container f325c41c5b19 20:07:27 ---> 84901123f595 20:07:27 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:27 ---> d38e48485c4f 20:07:27 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:07:27 ---> Running in 5bb7e87ddf72 20:07:27 ---> caf1ebdd0d5e 20:07:27 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:07:27 ---> ec560160d634 20:07:27 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:07:28 Removing intermediate container 12ecf4f32630 20:07:28 ---> 74efdbff2f67 20:07:28 Step 12/26 : WORKDIR /edgex-go 20:07:28 ---> Running in d8b1fff3f80c 20:07:28 Removing intermediate container d8b1fff3f80c 20:07:28 ---> cdef41fc6f81 20:07:28 20:07:28 Step 13/26 : FROM alpine:3.17 20:07:28 ---> 9ed4aefc74f6 20:07:28 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:07:28 ---> Using cache 20:07:28 ---> 6af4a7341ba4 20:07:28 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:07:28 ---> Running in dd0642b6c5f8 20:07:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:30 Removing intermediate container 5bb7e87ddf72 20:07:30 ---> 8d8fb7712e1c 20:07:30 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:07:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:30 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:07:30 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:07:30 OK: 17820 distinct packages available 20:07:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:30 (1/5) Installing dumb-init (1.2.5-r2) 20:07:30 (2/5) Installing musl-obstack (1.2.3-r0) 20:07:30 (3/5) Installing libucontext (1.2-r0) 20:07:30 (4/5) Installing gcompat (1.1.0-r0) 20:07:30 (5/5) Installing openssl (3.0.8-r4) 20:07:30 Executing busybox-1.35.0-r29.trigger 20:07:30 OK: 8 MiB in 20 packages 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:07:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements 20:07:32 ---> 6013d5d40a11 20:07:32 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:07:32 ---> Running in 6e84e6749cdd 20:07:32 Removing intermediate container 6e84e6749cdd 20:07:32 ---> 533b821cd911 20:07:32 Step 20/22 : LABEL arch=x86_64 20:07:32 ---> Running in b7a75ed74d4d 20:07:32 Removing intermediate container dd0642b6c5f8 20:07:32 ---> 22c7eeaa1600 20:07:32 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:32 ---> 7a9961dd242e 20:07:32 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:07:32 Removing intermediate container b7a75ed74d4d 20:07:32 ---> 29c5ee59007d 20:07:32 Step 21/22 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:07:32 ---> Running in 7012823bb74a 20:07:32 ---> Running in fb1df9d849f5 20:07:33 Removing intermediate container 7012823bb74a 20:07:33 ---> 517b4100bcbf 20:07:33 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:07:34 ---> 5c164d75dddc 20:07:34 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:07:34 Removing intermediate container fb1df9d849f5 20:07:34 ---> 9974df265975 20:07:34 Step 22/22 : LABEL version=0.0.0 20:07:34 ---> 8c9bbdf67c57 20:07:34 Step 22/27 : WORKDIR / 20:07:34 ---> Running in a9bc552e76d2 20:07:34 ---> Running in 799010471b12 20:07:34 ---> 97f21cc70a18 20:07:34 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:07:34 Removing intermediate container a9bc552e76d2 20:07:34 ---> bf2a170d1d53 20:07:34 20:07:35 Removing intermediate container 799010471b12 20:07:35 ---> 2113400876c5 20:07:35 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:07:35 Successfully built bf2a170d1d53 20:07:35 Successfully tagged security-proxy-setup:latest 20:07:35  Building security-proxy-setup ... done Building security-spire-agent 20:07:35 ---> Running in 2739a4ceafb3 20:07:40 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:07:40 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:07:40 ---> 1af8f619d727 20:07:40 Step 3/27 : WORKDIR /edgex-go 20:07:40 ---> Using cache 20:07:40 ---> e5e8e44d91d3 20:07:40 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:07:40 ---> Using cache 20:07:40 ---> b2e29753e6d1 20:07:40 Step 5/27 : COPY go.mod vendor* ./ 20:07:40 ---> Using cache 20:07:40 ---> 003444a32fcb 20:07:40 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:40 ---> Using cache 20:07:40 ---> 8df1f59adb09 20:07:40 Step 7/27 : COPY . . 20:07:40 ---> Using cache 20:07:40 ---> bc63bd3f2a75 20:07:40 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:07:40 ---> Using cache 20:07:40 ---> 5525e3f4a0e3 20:07:40 Step 9/27 : WORKDIR /edgex-go/spire-build 20:07:40 ---> Using cache 20:07:40 ---> 84f44fdd8070 20:07:40 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:07:40 ---> Using cache 20:07:40 ---> a1bcceb886d8 20:07:40 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:07:40 ---> Using cache 20:07:40 ---> 140f602dcbef 20:07:40 Step 12/27 : WORKDIR /edgex-go 20:07:40 ---> Using cache 20:07:40 ---> f3766eccb7ff 20:07:40 20:07:40 Step 13/27 : FROM alpine:3.17 20:07:40 ---> 9ed4aefc74f6 20:07:40 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:07:40 ---> Using cache 20:07:40 ---> 6af4a7341ba4 20:07:40 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:07:40 ---> Using cache 20:07:40 ---> 22c7eeaa1600 20:07:40 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:40 ---> Using cache 20:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:07:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.418s coverage: 0.9% of statements 20:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.265s coverage: 29.0% of statements 20:07:43 ---> 5c164d75dddc 20:07:43 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:07:43 ---> Using cache 20:07:43 Removing intermediate container 2739a4ceafb3 20:07:43 ---> 6435c81da6ad 20:07:43 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:07:43 ---> 97f21cc70a18 20:07:43 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:07:43 ---> 13f20f331004 20:07:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:07:43 ---> Running in f0dc3032e6fc 20:07:43 Removing intermediate container f0dc3032e6fc 20:07:43 ---> 705473bb2d21 20:07:43 Step 25/27 : LABEL arch=x86_64 20:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.301s coverage: 42.9% of statements 20:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.273s coverage: 82.9% of statements 20:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.211s coverage: 94.1% of statements 20:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.283s coverage: 96.3% of statements 20:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.237s coverage: 87.5% of statements 20:07:49 ---> 074df142ad31 20:07:49 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:07:49 ---> Running in 33da55b14a78 20:07:49 ---> bcaac81df408 20:07:49 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:07:50 Removing intermediate container 29ece3951551 20:07:50 ---> 4462ab0ae91d 20:07:50 20:07:50 Step 9/20 : FROM alpine:3.17 20:07:50 ---> 9ed4aefc74f6 20:07:50 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:07:50 ---> Using cache 20:07:50 ---> 62db1bc90934 20:07:50 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:07:50 Removing intermediate container 0bc88a5eacfe 20:07:50 ---> cc0c661f2050 20:07:50 20:07:50 Step 10/23 : FROM alpine:3.17 20:07:50 ---> 9ed4aefc74f6 20:07:50 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:07:51 ---> e1c6c21e298e 20:07:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:07:51 ---> Running in ecdeedb86970 20:07:51 ---> Running in 6d4cd33445ff 20:07:51 Removing intermediate container 33da55b14a78 20:07:51 ---> 20202d20a64c 20:07:51 Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:07:51 ---> 65cb28822700 20:07:51 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:07:51 ---> Running in 9220a5c0c4cc 20:07:51 ---> 6e7c16501965 20:07:51 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:07:51 Removing intermediate container 9220a5c0c4cc 20:07:51 ---> b43858c837e0 20:07:51 Step 27/27 : LABEL version=0.0.0 20:07:51 ---> Running in 4c0922ba7d8f 20:07:51 ---> Running in feb67fb496c2 20:07:51 ---> fd05f1c42f58 20:07:51 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:07:51 Removing intermediate container 4c0922ba7d8f 20:07:51 ---> 7fe588a19425 20:07:51 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:07:51 Removing intermediate container feb67fb496c2 20:07:51 ---> 9e485621b843 20:07:51 20:07:51 ---> Running in 7be96ffffeff 20:07:51 ---> db294441de28 20:07:51 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:07:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:51 Successfully built 9e485621b843 20:07:51 Successfully tagged security-spire-config:latest 20:07:51 Building core-command 20:07:51  Building security-spire-config ... done Removing intermediate container 7be96ffffeff 20:07:51 ---> 3e31ad455f71 20:07:51 Step 24/26 : LABEL arch=x86_64 20:07:51 ---> Running in c06106ac4a2a 20:07:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:52 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:07:52 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:07:52 OK: 17820 distinct packages available 20:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:52 (1/2) Installing ca-certificates (20220614-r4) 20:07:52 (2/2) Installing dumb-init (1.2.5-r2) 20:07:52 Executing busybox-1.35.0-r29.trigger 20:07:52 Executing ca-certificates-20220614-r4.trigger 20:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:52 OK: 8 MiB in 17 packages 20:07:52 (1/9) Installing ca-certificates (20220614-r4) 20:07:52 (2/9) Installing brotli-libs (1.0.9-r9) 20:07:52 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:07:52 (4/9) Installing libcurl (8.0.1-r0) 20:07:52 (5/9) Installing curl (8.0.1-r0) 20:07:52 (6/9) Installing dumb-init (1.2.5-r2) 20:07:52 (7/9) Installing musl-obstack (1.2.3-r0) 20:07:52 (8/9) Installing libucontext (1.2-r0) 20:07:52 (9/9) Installing gcompat (1.1.0-r0) 20:07:52 Executing busybox-1.35.0-r29.trigger 20:07:52 Executing ca-certificates-20220614-r4.trigger 20:07:52 OK: 10 MiB in 24 packages 20:07:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:07:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:07:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:07:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:07:54 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:07:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:07:54 ---> 1af8f619d727 20:07:54 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:07:54 ---> Using cache 20:07:54 ---> 6dca03658f7d 20:07:54 Step 4/24 : WORKDIR /edgex-go 20:07:54 ---> Using cache 20:07:54 ---> 07c801e940db 20:07:54 Step 5/24 : RUN apk add --update --no-cache make git 20:07:54 ---> Using cache 20:07:54 ---> 639d0cd3fd83 20:07:54 Step 6/24 : COPY go.mod vendor* ./ 20:07:54 ---> Using cache 20:07:54 ---> 10b340353bd8 20:07:54 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:54 ---> Using cache 20:07:54 ---> 2613d15b5f2a 20:07:54 Step 8/24 : COPY . . 20:07:54 ---> Using cache 20:07:54 ---> f9a1e8e2d373 20:07:54 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:07:57 ---> 9aa35a41d54b 20:07:57 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:07:57 Removing intermediate container c06106ac4a2a 20:07:57 ---> 428731470ba5 20:07:57 Step 25/26 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:07:57 ---> Running in 7974308f2d72 20:07:57 ---> Running in 89d3e7ca13e1 20:07:57 ---> Running in b8fe85ef67ad 20:07:57 Removing intermediate container 89d3e7ca13e1 20:07:57 ---> 2191fae7ab93 20:07:57 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:07:57 Removing intermediate container b8fe85ef67ad 20:07:57 ---> bac6d8c72265 20:07:57 Step 26/26 : LABEL version=0.0.0 20:07:57 ---> Running in a2a06d2ad53a 20:07:57 ---> Running in 2e9be4d0bab1 20:07:57 Removing intermediate container 6d4cd33445ff 20:07:57 ---> bfc2a091b943 20:07:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:07:57 ---> Running in dccc5526a7c6 20:07:58 Removing intermediate container a2a06d2ad53a 20:07:58 ---> b9248cffeadb 20:07:58 Step 25/27 : LABEL arch=x86_64 20:07:58 ---> Running in 27d6f4630759 20:07:58 Removing intermediate container 2e9be4d0bab1 20:07:58 ---> f0bc3f69d23e 20:07:58 20:07:58 Removing intermediate container dccc5526a7c6 20:07:58 ---> 2a28934cbca7 20:07:58 Step 13/23 : ENV APP_PORT=59860 20:07:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:07:58 Removing intermediate container ecdeedb86970 20:07:58 ---> a2e0d64a16dd 20:07:58 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:58 ---> Running in 899c7f972d41 20:07:58 Successfully built f0bc3f69d23e 20:07:58 Successfully tagged security-spire-server:latest 20:07:58  Building security-spire-server ... done Building core-metadata 20:07:58 Removing intermediate container 27d6f4630759 20:07:58 ---> 6493281cdf1b 20:07:58 Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:08:01 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:01 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:08:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.212s coverage: 94.4% of statements 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:08:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:08:02 ---> 1af8f619d727 20:08:02 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:08:03 ---> Using cache 20:08:03 ---> 6dca03658f7d 20:08:03 Step 4/25 : WORKDIR /edgex-go 20:08:03 ---> Using cache 20:08:03 ---> 07c801e940db 20:08:03 Step 5/25 : RUN apk add --update --no-cache make git 20:08:03 ---> Using cache 20:08:03 ---> 639d0cd3fd83 20:08:03 Step 6/25 : COPY go.mod vendor* ./ 20:08:03 ---> Using cache 20:08:03 ---> 10b340353bd8 20:08:03 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:03 ---> Using cache 20:08:03 ---> 2613d15b5f2a 20:08:03 Step 8/25 : COPY . . 20:08:03 ---> Using cache 20:08:03 ---> f9a1e8e2d373 20:08:03 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:08:05 ---> Running in 011f0c728be1 20:08:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:08:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:08:07 ---> d2a94e50a783 20:08:07 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:08:07 Removing intermediate container 899c7f972d41 20:08:07 ---> cbac0bf59e72 20:08:07 Step 14/23 : EXPOSE $APP_PORT 20:08:07 ---> Running in 2b8cc08b1ff9 20:08:07 ---> Running in e977eb64c37b 20:08:07 Removing intermediate container 011f0c728be1 20:08:07 ---> aeedb6b5d119 20:08:07 Step 27/27 : LABEL version=0.0.0 20:08:07 ---> Running in c6a0bb65934f 20:08:08 ---> a83125209fc5 20:08:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:08:08 Removing intermediate container e977eb64c37b 20:08:08 ---> e50df14e488f 20:08:08 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:08 Removing intermediate container c6a0bb65934f 20:08:08 ---> aacb67b13df7 20:08:08 20:08:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:08:08 ---> 9f101b8d0569 20:08:08 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:08:08 Successfully built aacb67b13df7 20:08:08 Successfully tagged security-spire-agent:latest 20:08:08  Building security-spire-agent ... done  ---> aa13305f259a 20:08:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:08:08 ---> a0286b5534ac 20:08:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:08:09 ---> 3a86ab81f2c8 20:08:09 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:08:09 ---> f7844eb57423 20:08:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:08:09 ---> Running in 85b27974fbbf 20:08:09 Removing intermediate container 85b27974fbbf 20:08:09 ---> 1571f1ce923d 20:08:09 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 20:08:09 ---> Running in abcdf880d181 20:08:10 ---> 660ffa413d61 20:08:10 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:08:10 ---> Running in 0c9634b2996d 20:08:10 Removing intermediate container abcdf880d181 20:08:10 ---> 485331c238b6 20:08:10 Step 18/20 : LABEL arch=x86_64 20:08:10 ---> Running in 8b00b56ecb03 20:08:10 Removing intermediate container 0c9634b2996d 20:08:10 ---> 0e35e6bed4fc 20:08:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:10 ---> Running in 6f7d31447c69 20:08:10 Removing intermediate container 8b00b56ecb03 20:08:10 ---> 4ab3ba7b9bbd 20:08:10 Step 19/20 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:08:10 ---> Running in d1722b1413d4 20:08:10 Removing intermediate container 6f7d31447c69 20:08:10 ---> dd76e7cedf10 20:08:10 Step 21/23 : LABEL arch=x86_64 20:08:10 ---> Running in 53f3d8bbb008 20:08:10 Removing intermediate container d1722b1413d4 20:08:10 ---> 40ecc25a5b56 20:08:10 Step 20/20 : LABEL version=0.0.0 20:08:10 ---> Running in b0490f763e1d 20:08:10 Removing intermediate container 53f3d8bbb008 20:08:10 ---> 0c8143d40db7 20:08:10 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:08:10 ---> Running in 21b1eadc0fdf 20:08:10 Removing intermediate container b0490f763e1d 20:08:10 ---> a4e45edb21da 20:08:10 20:08:10 Removing intermediate container 21b1eadc0fdf 20:08:10 ---> e3f436e24a91 20:08:10 Step 23/23 : LABEL version=0.0.0 20:08:11 Successfully built a4e45edb21da 20:08:11 Successfully tagged security-spiffe-token-provider:latest 20:08:11  Building security-spiffe-token-provider ... done  ---> Running in 2c316439bd18 20:08:11 Removing intermediate container 2c316439bd18 20:08:11 ---> 850fc77c6d9d 20:08:11 20:08:11 Successfully built 850fc77c6d9d 20:08:11 Successfully tagged support-notifications:latest 20:08:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.083s coverage: 79.9% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.267s coverage: 92.9% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.089s coverage: 64.4% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.221s coverage: 62.3% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.192s coverage: 100.0% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.451s coverage: 81.8% of statements 20:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.542s coverage: 82.1% of statements 20:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 86.0% of statements 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:08:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:08:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.107s coverage: 63.1% of statements 20:08:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.255s coverage: 100.0% of statements 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements 20:08:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 20:08:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:08:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:08:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:08:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 20:08:26  Building support-notifications ... done Removing intermediate container 7974308f2d72 20:08:26 ---> 5b5d29e77733 20:08:26 20:08:26 Step 10/24 : FROM alpine:3.17 20:08:26 ---> 9ed4aefc74f6 20:08:26 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:08:26 ---> Using cache 20:08:26 ---> 76d1d43a74b3 20:08:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:08:26 ---> Using cache 20:08:26 ---> 1e1980323db4 20:08:26 Step 13/24 : ENV APP_PORT=59882 20:08:26 ---> Running in bf7a2abaff3c 20:08:26 Removing intermediate container bf7a2abaff3c 20:08:26 ---> 895b9ce7e60a 20:08:26 Step 14/24 : EXPOSE $APP_PORT 20:08:26 ---> Running in 7abd209e2b04 20:08:26 Removing intermediate container 7abd209e2b04 20:08:26 ---> 45beca9cc8ce 20:08:26 Step 15/24 : WORKDIR / 20:08:26 ---> Running in 2a49c6568b1a 20:08:26 Removing intermediate container 2a49c6568b1a 20:08:26 ---> 13b659539dfd 20:08:26 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:26 Removing intermediate container 2b8cc08b1ff9 20:08:26 ---> ad6d70beeaf5 20:08:26 20:08:26 Step 10/25 : FROM alpine:3.17 20:08:26 ---> 9ed4aefc74f6 20:08:26 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:08:26 ---> Using cache 20:08:26 ---> 76d1d43a74b3 20:08:26 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:08:26 ---> Using cache 20:08:26 ---> 1e1980323db4 20:08:26 Step 13/25 : ENV APP_PORT=59881 20:08:26 ---> Running in 4b71a08673ae 20:08:26 ---> cc6e03109ef3 20:08:26 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:08:26 Removing intermediate container 4b71a08673ae 20:08:26 ---> d21f66972d0b 20:08:26 Step 14/25 : EXPOSE $APP_PORT 20:08:26 ---> Running in 9e3692faceac 20:08:26 ---> 149faa769858 20:08:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:08:26 Removing intermediate container 9e3692faceac 20:08:26 ---> 91ad229b7ae8 20:08:26 Step 15/25 : WORKDIR / 20:08:26 ---> Running in 9eb7bfebb384 20:08:26 Removing intermediate container 9eb7bfebb384 20:08:26 ---> 4ebb8e668ac2 20:08:26 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:27 ---> 90aafb9ae1e9 20:08:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:08:27 ---> 1003db9788de 20:08:27 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:08:27 ---> 2ea7879c9855 20:08:27 Step 20/24 : ENTRYPOINT ["/core-command"] 20:08:27 ---> Running in 6bca8d2f37a7 20:08:27 ---> 4f6a2797a5a2 20:08:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:08:27 Removing intermediate container 6bca8d2f37a7 20:08:27 ---> 7d17d15ee7a9 20:08:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:27 ---> Running in 50aad156cef4 20:08:27 Removing intermediate container 50aad156cef4 20:08:27 ---> df2ee450393d 20:08:27 Step 22/24 : LABEL arch=x86_64 20:08:27 ---> Running in 7e51b85d5474 20:08:27 ---> db8962549331 20:08:27 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:08:27 Removing intermediate container 7e51b85d5474 20:08:27 ---> 02f20013cced 20:08:27 Step 23/24 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:08:27 ---> Running in ae33e7b745a7 20:08:27 ---> 29135d378462 20:08:27 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:08:27 Removing intermediate container ae33e7b745a7 20:08:27 ---> 6352f45ec283 20:08:27 Step 24/24 : LABEL version=0.0.0 20:08:27 ---> Running in 1042fd59ebec 20:08:28 ---> 7ac13ed12648 20:08:28 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:08:28 Removing intermediate container 1042fd59ebec 20:08:28 ---> 040080e6cfa8 20:08:28 20:08:28 ---> Running in eaf333c32e51 20:08:28 Successfully built 040080e6cfa8 20:08:28 Successfully tagged core-command:latest 20:08:28  Building core-command ... done Removing intermediate container eaf333c32e51 20:08:28 ---> 63a406c1320b 20:08:28 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:28 ---> Running in 1151d538d0ef 20:08:28 Removing intermediate container 1151d538d0ef 20:08:28 ---> 35a198d9cb0f 20:08:28 Step 23/25 : LABEL arch=x86_64 20:08:28 ---> Running in f358adb53633 20:08:28 Removing intermediate container f358adb53633 20:08:28 ---> a35bb064b5d0 20:08:28 Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:08:28 ---> Running in adc4c67c3671 20:08:28 Removing intermediate container adc4c67c3671 20:08:28 ---> faa740026f9a 20:08:28 Step 25/25 : LABEL version=0.0.0 20:08:28 ---> Running in 5ea8af793f26 20:08:28 Removing intermediate container 5ea8af793f26 20:08:28 ---> f130028c6d26 20:08:28 20:08:28 Successfully built f130028c6d26 20:08:28 Successfully tagged core-metadata:latest 20:08:28  Building core-metadata ... done  [Pipeline] } 20:08:28 $ docker stop --time=1 e8f285fee5e3a53b7c09b1accc04e7732e81ad92900cd928787ef9f4d1f4ba09 20:08:30 $ docker rm -f --volumes e8f285fee5e3a53b7c09b1accc04e7732e81ad92900cd928787ef9f4d1f4ba09 [Pipeline] // withDockerContainer [Pipeline] sh 20:08:30 + docker images 20:08:30 REPOSITORY TAG IMAGE ID CREATED SIZE 20:08:30 core-metadata latest f130028c6d26 2 seconds ago 20.4MB 20:08:30 core-command latest 040080e6cfa8 3 seconds ago 19.8MB 20:08:30 ad6d70beeaf5 4 seconds ago 1.73GB 20:08:30 5b5d29e77733 9 seconds ago 1.72GB 20:08:30 support-notifications latest 850fc77c6d9d 20 seconds ago 32.4MB 20:08:30 security-spiffe-token-provider latest a4e45edb21da 20 seconds ago 32.8MB 20:08:30 security-spire-agent latest aacb67b13df7 23 seconds ago 161MB 20:08:30 security-spire-server latest f0bc3f69d23e 33 seconds ago 103MB 20:08:30 security-spire-config latest 9e485621b843 39 seconds ago 102MB 20:08:30 cc0c661f2050 41 seconds ago 1.79GB 20:08:30 4462ab0ae91d 41 seconds ago 1.76GB 20:08:30 security-proxy-setup latest bf2a170d1d53 56 seconds ago 18.7MB 20:08:30 cdef41fc6f81 About a minute ago 1.58GB 20:08:30 support-scheduler latest feef4f2d32f4 About a minute ago 31.8MB 20:08:30 f3766eccb7ff About a minute ago 1.58GB 20:08:30 ae4b8fcfb7ed About a minute ago 1.7GB 20:08:30 54f3cc0ac0bf About a minute ago 1.79GB 20:08:30 security-bootstrapper latest 7e1dbde678ca 2 minutes ago 22.2MB 20:08:30 security-secretstore-setup latest cf241872972d 2 minutes ago 32.8MB 20:08:30 core-common-config-bootstrapper latest ac1244905828 2 minutes ago 17.2MB 20:08:30 core-data latest 459408fdc30e 2 minutes ago 20MB 20:08:30 security-proxy-auth latest 88ecb4250ab2 2 minutes ago 18.3MB 20:08:30 1ca387a14bcd 3 minutes ago 1.73GB 20:08:30 f873864e7672 3 minutes ago 1.72GB 20:08:30 92f87ceaddbb 3 minutes ago 1.72GB 20:08:30 4af2f65014ed 3 minutes ago 1.71GB 20:08:30 98ba5e2d6489 3 minutes ago 1.7GB 20:08:30 ci-base-image-x86_64 latest 1af8f619d727 8 minutes ago 918MB 20:08:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 9 days ago 700MB 20:08:30 alpine 3.17 9ed4aefc74f6 5 weeks ago 7.05MB 20:08:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:08:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:08:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.959s coverage: 38.4% of statements 20:08:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements 20:08:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:08:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:08:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:08:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:08:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.217s coverage: 84.8% of statements 20:08:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:08:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:08:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:08:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:08:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.298s coverage: 17.7% of statements 20:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:08:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.537s coverage: 92.3% of statements 20:08:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:08:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:08:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 61.5% of statements 20:08:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:08:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:08:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.361s coverage: 97.7% of statements 20:08:57 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:08:57 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:08:57 go vet ./... 20:11:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:11:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:11:34 ./bin/test-attribution-txt.sh [Pipeline] echo 20:11:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:11:35 + ls -al . 20:11:35 total 700 20:11:35 drwxrwxr-x 10 1001 1001 4096 May 3 20:03 . 20:11:35 drwxr-xr-x 4 root root 4096 May 3 20:03 .. 20:11:35 drwxrwxr-x 2 1001 1001 4096 May 3 20:02 .blubracket 20:11:35 -rw-rw-r-- 1 1001 1001 16 May 3 20:02 .dockerignore 20:11:35 drwxrwxr-x 8 1001 1001 4096 May 3 20:02 .git 20:11:35 drwxrwxr-x 3 1001 1001 4096 May 3 20:02 .github 20:11:35 -rw-rw-r-- 1 1001 1001 1133 May 3 20:02 .gitignore 20:11:35 -rw-rw-r-- 1 1001 1001 42 May 3 20:02 .golangci.yml 20:11:35 -rw-rw-r-- 1 1001 1001 87 May 3 20:02 .hadolint.yml 20:11:35 -rw-rw-r-- 1 1001 1001 166 May 3 20:02 .sonarcloud.properties 20:11:35 -rw-rw-r-- 1 1001 1001 1171 May 3 20:02 ADOPTERS.md 20:11:35 -rw-rw-r-- 1 1001 1001 10835 May 3 20:02 Attribution.txt 20:11:35 -rw-rw-r-- 1 1001 1001 73765 May 3 20:02 CHANGELOG.md 20:11:35 -rw-rw-r-- 1 1001 1001 3804 May 3 20:02 CONTRIBUTING.md 20:11:35 -rw-rw-r-- 1 1001 1001 677 May 3 20:02 GOVERNANCE.md 20:11:35 -rw-rw-r-- 1 1001 1001 883 May 3 20:02 Jenkinsfile 20:11:35 -rw-rw-r-- 1 1001 1001 10775 May 3 20:02 LICENSE 20:11:35 -rw-rw-r-- 1 1001 1001 14368 May 3 20:02 Makefile 20:11:35 -rw-rw-r-- 1 1001 1001 582 May 3 20:02 OWNERS.md 20:11:35 -rw-rw-r-- 1 1001 1001 9403 May 3 20:02 README.md 20:11:35 -rw-rw-r-- 1 1001 1001 789 May 3 20:02 SECURITY.md 20:11:35 -rw-rw-r-- 1 1001 1001 5 May 3 19:59 VERSION 20:11:35 drwxrwxr-x 2 1001 1001 4096 May 3 20:02 bin 20:11:35 drwxrwxr-x 18 1001 1001 4096 May 3 20:02 cmd 20:11:35 -rw-r--r-- 1 root root 448352 May 3 20:08 coverage.out 20:11:35 -rw-rw-r-- 1 1001 1001 3200 May 3 20:02 go.mod 20:11:35 -rw-rw-r-- 1 1001 1001 31040 May 3 20:02 go.sum 20:11:35 drwxrwxr-x 7 1001 1001 4096 May 3 20:02 internal 20:11:35 drwxrwxr-x 3 1001 1001 4096 May 3 20:02 openapi 20:11:35 -rw-rw-r-- 1 1001 1001 594 May 3 20:02 security.txt 20:11:35 drwxrwxr-x 4 1001 1001 4096 May 3 20:02 snap 20:11:35 -rw-rw-r-- 1 1001 1001 204 May 3 20:02 version.go [Pipeline] sh 20:11:35 + '[' -e coverage.out ] 20:11:35 + chown 1001:1001 coverage.out [Pipeline] stash 20:11:35 Warning: overwriting stash ‘coverage-report’ 20:11:36 Stashed 1 file(s) [Pipeline] sh 20:11:37 + make build 20:11:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:13:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:13:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:13:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:13:15 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:14:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:14: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:14:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:14:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:14:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:14:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:14:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:14:36 $ docker stop --time=1 a17e87c09883ebd466f65b455009e9e1397e05a73a47be794c8d83a225dc5db0 20:14:38 $ docker rm -f --volumes a17e87c09883ebd466f65b455009e9e1397e05a73a47be794c8d83a225dc5db0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:41 20:14:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:42 latest: Pulling from edgex-devops/edgex-compose-arm64 20:14:42 29e5d40040c1: Pulling fs layer 20:14:42 1ce36da41761: Pulling fs layer 20:14:42 25b303627fd3: Pulling fs layer 20:14:42 29e5d40040c1: Verifying Checksum 20:14:42 29e5d40040c1: Download complete 20:14:42 1ce36da41761: Verifying Checksum 20:14:42 1ce36da41761: Download complete 20:14:42 29e5d40040c1: Pull complete 20:14:44 1ce36da41761: Pull complete 20:14:44 25b303627fd3: Download complete 20:14:54 25b303627fd3: Pull complete 20:14:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:14:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:14:54 prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container 20:14:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:57 $ docker top f2e73091ed24fa85ea092b1fec173fb9502663a3ecfc7b81792a11478fa7a862 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:57 + grep parallel 20:14:57 + docker-compose build --help 20:15:02 --parallel Build images in parallel. [Pipeline] } 20:15:02 $ docker stop --time=1 f2e73091ed24fa85ea092b1fec173fb9502663a3ecfc7b81792a11478fa7a862 20:15:03 $ docker rm -f --volumes f2e73091ed24fa85ea092b1fec173fb9502663a3ecfc7b81792a11478fa7a862 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:15:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:15:04 prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container 20:15:04 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:15:06 $ docker top b4ae9528f71508520ab0fdba9ed95d2a9ad193e3a8ceaf7defdb5013204e568d -eo pid,comm [Pipeline] { [Pipeline] sh 20:15:06 + docker-compose -f ./docker-compose-build.yml build --parallel 20:15:11 Building core-command ... 20:15:11 Building core-common-config-bootstrapper ... 20:15:11 Building core-data ... 20:15:11 Building core-metadata ... 20:15:11 Building security-bootstrapper ... 20:15:11 Building security-proxy-auth ... 20:15:11 Building security-proxy-setup ... 20:15:11 Building security-secretstore-setup ... 20:15:11 Building security-spiffe-token-provider ... 20:15:11 Building security-spire-agent ... 20:15:11 Building security-spire-config ... 20:15:11 Building security-spire-server ... 20:15:11 Building support-notifications ... 20:15:11 Building support-scheduler ... 20:15:11 Building support-scheduler 20:15:11 Building security-bootstrapper 20:15:11 Building support-notifications 20:15:11 Building security-spire-config 20:15:11 Building core-data 20:15:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:58 ---> 8c2617a08568 20:15:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:58 ---> 8c2617a08568 20:15:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:58 ---> 8c2617a08568 20:15:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:58 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:58 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:15:58 ---> 8c2617a08568 20:15:58 Step 3/27 : WORKDIR /edgex-go 20:15:58 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:58 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:15:58 ---> 8c2617a08568 20:15:58 Step 3/33 : WORKDIR /edgex-go 20:15:58 ---> Running in a449f8658475 20:15:58 ---> Running in ce644ab946c6 20:15:58 ---> Running in eac3b9bfe056 20:15:58 ---> Running in 535fb26cacc8 20:15:58 ---> Running in 9fe8edaf259e 20:15:58 Removing intermediate container ce644ab946c6 20:15:58 ---> 263e733c4523 20:15:58 Step 4/23 : WORKDIR /edgex-go 20:15:58 Removing intermediate container 9fe8edaf259e 20:15:58 ---> 8ecc9d60a389 20:15:58 Step 4/23 : WORKDIR /edgex-go 20:15:58 Removing intermediate container eac3b9bfe056 20:15:58 ---> d082fed88918 20:15:58 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:15:58 ---> Running in 20f386ab3444 20:15:58 ---> Running in df570dd4272c 20:15:58 Removing intermediate container a449f8658475 20:15:58 ---> 689dfee883ef 20:15:58 Step 4/23 : WORKDIR /edgex-go 20:15:58 Removing intermediate container 535fb26cacc8 20:15:58 ---> 4a40c40f89f9 20:15:58 Step 4/33 : RUN apk add --update --no-cache make git 20:15:58 ---> Running in c41b56cbb385 20:15:58 ---> Running in ffc0d1c52cdf 20:15:58 ---> Running in 8c517b67e548 20:15:59 Removing intermediate container 20f386ab3444 20:15:59 ---> 480201f12291 20:15:59 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:15:59 Removing intermediate container df570dd4272c 20:15:59 ---> b372fbabddcc 20:15:59 Step 5/23 : RUN apk add --update --no-cache make git 20:15:59 ---> Running in 6e57986eb3d9 20:15:59 ---> Running in 3ade80f2943e 20:15:59 Removing intermediate container ffc0d1c52cdf 20:15:59 ---> 248f744d8870 20:15:59 Step 5/23 : RUN apk add --update --no-cache make git 20:15:59 ---> Running in 2d37975231d7 20:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:16:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:16:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:16:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:16:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:16:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:16:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:16:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:16:03 OK: 263 MiB in 53 packages 20:16:03 OK: 263 MiB in 53 packages 20:16:04 OK: 263 MiB in 53 packages 20:16:04 OK: 263 MiB in 53 packages 20:16:04 OK: 263 MiB in 53 packages 20:16:04 Removing intermediate container c41b56cbb385 20:16:04 ---> 1f2dda9459bb 20:16:04 Step 5/27 : COPY go.mod vendor* ./ 20:16:08 ---> 458cc2729bb9 20:16:08 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:16:08 Removing intermediate container 8c517b67e548 20:16:08 ---> 63df69885f7b 20:16:08 Step 5/33 : COPY go.mod vendor* ./ 20:16:08 ---> Running in 51fc7f0ab6c9 20:16:08 Removing intermediate container 2d37975231d7 20:16:08 ---> 999c3eafd021 20:16:08 Step 6/23 : COPY go.mod vendor* ./ 20:16:08 Removing intermediate container 6e57986eb3d9 20:16:09 ---> d3dbadb58be3 20:16:09 Step 6/23 : COPY go.mod vendor* ./ 20:16:09 Removing intermediate container 3ade80f2943e 20:16:09 ---> 9082096dc175 20:16:09 Step 6/23 : COPY go.mod vendor* ./ 20:16:09 ---> bae2769a0f1b 20:16:09 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:16:09 ---> 88dc6391648e 20:16:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> Running in 974ac03ee2e8 20:16:09 20:16:10 ---> Running in c961dece06f8 20:16:10 ---> b5f6714c7871 20:16:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:16:10 ---> 4b35f88687be 20:16:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:16:10 ---> Running in 578b89268e76 20:16:10 ---> Running in cdd9d8d3ae5a 20:18:02 Removing intermediate container 974ac03ee2e8 20:18:02 ---> fc73c9470323 20:18:02 Step 7/33 : COPY . . 20:18:02 Removing intermediate container 51fc7f0ab6c9 20:18:02 ---> a7b6a9f0fee4 20:18:02 Step 7/27 : COPY . . 20:18:02 Removing intermediate container 578b89268e76 20:18:02 ---> 7672bdd406a7 20:18:02 Step 8/23 : COPY . . 20:18:02 Removing intermediate container cdd9d8d3ae5a 20:18:02 ---> 5439017f5fd0 20:18:02 Step 8/23 : COPY . . 20:18:02 Removing intermediate container c961dece06f8 20:18:02 ---> 94689ac9b09e 20:18:02 Step 8/23 : COPY . . 20:18:08 ---> 6eba6358923a 20:18:08 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:18:08 ---> f8ceb37a0337 20:18:08 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:18:08 ---> Running in 53d6cbfb6689 20:18:08 ---> cfe68167584c 20:18:08 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:18:08 ---> d87a36a447b0 20:18:08 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:18:08 ---> 684587f26c01 20:18:08 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:18:09 ---> Running in 1b34774c09bc 20:18:09 ---> Running in d36d31f99fe2 20:18:09 ---> Running in 74789bb37385 20:18:09 ---> Running in f80a2acb3140 20:18:10 Removing intermediate container d36d31f99fe2 20:18:10 ---> 38ac8cdd9678 20:18:10 Step 9/27 : WORKDIR /edgex-go/spire-build 20:18:10 ---> Running in 884f692cd454 20:18:10 Removing intermediate container 884f692cd454 20:18:10 ---> 46e0849be788 20:18:10 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:18:10 ---> Running in ca7a3be125fd 20:18:11 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:18:11 Removing intermediate container ca7a3be125fd 20:18:11 ---> 9e16f9ff4231 20:18:11 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:18:11 ---> Running in 6ba0c1ed6dfc 20:18:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:18:11 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:18:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:18:15 Removing intermediate container 6ba0c1ed6dfc 20:18:15 ---> 770e57286e74 20:18:15 Step 12/27 : WORKDIR /edgex-go 20:18:15 ---> Running in d80d061259b0 20:18:15 Removing intermediate container d80d061259b0 20:18:15 ---> 69b754bd8b73 20:18:15 20:18:15 Step 13/27 : FROM alpine:3.17 20:18:15 3.17: Pulling from library/alpine 20:18:15 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:18:15 Status: Downloaded newer image for alpine:3.17 20:18:15 ---> 51e60588ff2c 20:18:15 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:18:15 ---> Running in 0b6df9e10a2f 20:18:16 Removing intermediate container 0b6df9e10a2f 20:18:16 ---> 7fd2c694f23f 20:18:16 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:18:16 ---> Running in 8a407438b53a 20:18:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:20 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:18:20 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:18:20 OK: 17691 distinct packages available 20:18:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:22 (1/4) Installing dumb-init (1.2.5-r2) 20:18:22 (2/4) Installing musl-obstack (1.2.3-r0) 20:18:22 (3/4) Installing libucontext (1.2-r0) 20:18:22 (4/4) Installing gcompat (1.1.0-r0) 20:18:22 Executing busybox-1.35.0-r29.trigger 20:18:22 OK: 8 MiB in 19 packages 20:18:24 Removing intermediate container 8a407438b53a 20:18:24 ---> 83f512da1ec2 20:18:24 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:25 ---> 83a6aa9a9594 20:18:25 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:18:26 ---> 07a1442e6c7d 20:18:26 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:18:33 ---> db83c3d7250f 20:18:33 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:18:33 ---> ea39ab0bc669 20:18:33 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:18:33 ---> Running in 86eb7f34e637 20:18:34 Removing intermediate container 86eb7f34e637 20:18:34 ---> 534afb0bf545 20:18:34 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:18:35 ---> ee5aeddf5e67 20:18:35 Step 22/27 : WORKDIR / 20:18:35 ---> Running in f3acca9234fd 20:18:36 Removing intermediate container f3acca9234fd 20:18:36 ---> 6d607cee5ea5 20:18:36 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:18:36 ---> Running in 686762e707e0 20:18:36 Removing intermediate container 686762e707e0 20:18:36 ---> 50fb55a099bb 20:18:36 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:18:36 ---> Running in c5d3395d4da6 20:18:37 Removing intermediate container c5d3395d4da6 20:18:37 ---> df7a9154387d 20:18:37 Step 25/27 : LABEL arch=arm64 20:18:37 ---> Running in a58474832e86 20:18:37 Removing intermediate container a58474832e86 20:18:37 ---> 647ba558df6c 20:18:37 Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:18:37 ---> Running in 8ee1536632a4 20:18:38 Removing intermediate container 8ee1536632a4 20:18:38 ---> ab3e4965797c 20:18:38 Step 27/27 : LABEL version=0.0.0 20:18:38 ---> Running in 75c163b64f19 20:18:38 Removing intermediate container 75c163b64f19 20:18:38 ---> f330259292db 20:18:38 20:18:38 Successfully built f330259292db 20:18:38 Successfully tagged security-spire-config-arm64:latest 20:18:38  Building security-spire-config ... done Building security-spire-server 20:18:53 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:18:53 ---> 8c2617a08568 20:18:53 Step 3/26 : WORKDIR /edgex-go 20:18:53 ---> Using cache 20:18:53 ---> 4a40c40f89f9 20:18:53 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:18:53 ---> Running in 1283dd70c2bd 20:18:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:58 OK: 263 MiB in 53 packages 20:18:59 Removing intermediate container 1283dd70c2bd 20:18:59 ---> 5d8f7b96e0a3 20:18:59 Step 5/26 : COPY go.mod vendor* ./ 20:19:00 ---> b9ea41802140 20:19:00 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:19:00 ---> Running in 436d86a4ad33 20:20:36 Removing intermediate container 436d86a4ad33 20:20:36 ---> 5fbffea9ed9b 20:20:36 Step 7/26 : COPY . . 20:20:37 ---> 1938e3790739 20:20:37 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:20:37 ---> Running in ef99afbb7b31 20:20:38 Removing intermediate container ef99afbb7b31 20:20:38 ---> b36c48b1ca88 20:20:38 Step 9/26 : WORKDIR /edgex-go/spire-build 20:20:38 ---> Running in a16e803bbf08 20:20:38 Removing intermediate container a16e803bbf08 20:20:38 ---> 317403dbe8a6 20:20:38 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:20:38 ---> Running in 5f7bf9e41a95 20:20:39 Removing intermediate container 5f7bf9e41a95 20:20:39 ---> c6d5f7e90654 20:20:39 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:20:39 ---> Running in 3c5cc8e6e4ae 20:20:42 Removing intermediate container 3c5cc8e6e4ae 20:20:42 ---> 8907f422754e 20:20:42 Step 12/26 : WORKDIR /edgex-go 20:20:42 ---> Running in 8d8c0163ac4d 20:20:42 Removing intermediate container 8d8c0163ac4d 20:20:42 ---> a85f1d82d82a 20:20:42 20:20:42 Step 13/26 : FROM alpine:3.17 20:20:42 ---> 51e60588ff2c 20:20:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:42 ---> Using cache 20:20:42 ---> 7fd2c694f23f 20:20:42 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:20:43 ---> Running in 5a4f66d26b9d 20:20:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:47 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:20:47 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:20:47 OK: 17691 distinct packages available 20:20:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:49 (1/5) Installing dumb-init (1.2.5-r2) 20:20:49 (2/5) Installing musl-obstack (1.2.3-r0) 20:20:49 (3/5) Installing libucontext (1.2-r0) 20:20:49 (4/5) Installing gcompat (1.1.0-r0) 20:20:49 (5/5) Installing openssl (3.0.8-r4) 20:20:49 Executing busybox-1.35.0-r29.trigger 20:20:49 OK: 9 MiB in 20 packages 20:20:51 Removing intermediate container 5a4f66d26b9d 20:20:51 ---> 07dfa37ff907 20:20:51 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:52 ---> ce66bb53f925 20:20:52 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:20:53 ---> b2ffb4353fa7 20:20:53 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:20:59 ---> f170e88cddd7 20:20:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:20:59 ---> 4ddb87daabba 20:20:59 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:21:00 ---> 022334996a4a 20:21:00 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:21:01 ---> 7a91d4e78d26 20:21:01 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:01 ---> Running in d38fded92b5d 20:21:01 Removing intermediate container d38fded92b5d 20:21:01 ---> 7e76d253a78d 20:21:01 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:02 ---> Running in 1b5da03a7c7d 20:21:02 Removing intermediate container 1b5da03a7c7d 20:21:02 ---> 7925d63445a6 20:21:02 Step 24/26 : LABEL arch=arm64 20:21:02 ---> Running in 37608c3d1992 20:21:03 Removing intermediate container 37608c3d1992 20:21:03 ---> 3bebfef83295 20:21:03 Step 25/26 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:21:03 ---> Running in 38141810c15b 20:21:03 Removing intermediate container 38141810c15b 20:21:03 ---> c7e239f4c0ea 20:21:03 Step 26/26 : LABEL version=0.0.0 20:21:03 ---> Running in 007da6b584db 20:21:04 Removing intermediate container 007da6b584db 20:21:04 ---> ea637d4859f9 20:21:04 20:21:04 Successfully built ea637d4859f9 20:21:04 Successfully tagged security-spire-server-arm64:latest 20:21:04 Building core-metadata 20:21:22  Building security-spire-server ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:21:22 ---> 8c2617a08568 20:21:22 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:21:22 ---> Using cache 20:21:22 ---> 689dfee883ef 20:21:22 Step 4/25 : WORKDIR /edgex-go 20:21:22 ---> Using cache 20:21:22 ---> 248f744d8870 20:21:22 Step 5/25 : RUN apk add --update --no-cache make git 20:21:22 ---> Using cache 20:21:22 ---> 999c3eafd021 20:21:22 Step 6/25 : COPY go.mod vendor* ./ 20:21:22 ---> Using cache 20:21:22 ---> 88dc6391648e 20:21:22 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:22 ---> Using cache 20:21:22 ---> 94689ac9b09e 20:21:22 Step 8/25 : COPY . . 20:21:22 ---> Using cache 20:21:22 ---> 6eba6358923a 20:21:22 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:21:22 ---> Running in 3df998ac48ff 20:21:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:24:45 Removing intermediate container f80a2acb3140 20:24:45 ---> b2bd813ba219 20:24:45 20:24:45 Step 9/33 : FROM alpine:3.17 20:24:45 ---> 51e60588ff2c 20:24:45 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:24:45 ---> Running in 3dc9c07a58a5 20:24:45 Removing intermediate container 3dc9c07a58a5 20:24:45 ---> f485454159fc 20:24:45 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:24:45 ---> Running in 998e13ec7768 20:24:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:45 (1/2) Installing dumb-init (1.2.5-r2) 20:24:45 (2/2) Installing su-exec (0.2-r2) 20:24:45 Executing busybox-1.35.0-r29.trigger 20:24:45 OK: 8 MiB in 17 packages 20:24:45 Removing intermediate container 998e13ec7768 20:24:45 ---> c236301ff447 20:24:45 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:24:45 ---> Running in cce4c9da16e3 20:24:45 Removing intermediate container cce4c9da16e3 20:24:45 ---> 0c5b0d34da8f 20:24:45 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:24:45 ---> Running in 369b3410464a 20:24:45 Removing intermediate container 369b3410464a 20:24:45 ---> 6f9b80005288 20:24:45 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:24:45 ---> Running in 1603e4950b49 20:24:45 Removing intermediate container 1603e4950b49 20:24:45 ---> 8fa1bec43c61 20:24:45 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:24:45 ---> Running in 742509c5433c 20:24:46 Removing intermediate container 742509c5433c 20:24:46 ---> 0016a589fd18 20:24:46 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:24:46 ---> Running in 3ba8b8a573e6 20:24:50 Removing intermediate container 3ba8b8a573e6 20:24:50 ---> b10ca4aaf21e 20:24:50 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:24:50 ---> Running in adf475fd4fc9 20:24:50 Removing intermediate container adf475fd4fc9 20:24:50 ---> d3cba01c85b3 20:24:50 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:24:51 ---> 5fcbe81c7efb 20:24:51 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:24:52 ---> Running in 31f9398182d5 20:24:55 Removing intermediate container 31f9398182d5 20:24:55 ---> 38c8eed80433 20:24:55 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:55 ---> 9bd7fe581ef6 20:24:55 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:24:56 ---> 838b68c28f8e 20:24:56 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:24:58 ---> f799a4a17bc3 20:24:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:24:59 ---> f1942b238648 20:24:59 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:25:00 ---> 43f364cbcd08 20:25:00 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:25:03 ---> 96245f5ef433 20:25:03 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:25:04 ---> c50444e37694 20:25:04 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:25:05 ---> 899f497b431a 20:25:05 Step 28/33 : RUN chmod +x /entrypoint.sh 20:25:05 ---> Running in 9e53e47f37bf 20:25:09 Removing intermediate container 9e53e47f37bf 20:25:09 ---> bd103a4af75b 20:25:09 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:25:09 ---> Running in c3926f08cb59 20:25:09 Removing intermediate container c3926f08cb59 20:25:09 ---> a4f8efede86e 20:25:09 Step 30/33 : CMD ["gate"] 20:25:09 ---> Running in af806f573cab 20:25:10 Removing intermediate container af806f573cab 20:25:10 ---> 2392648a0e6c 20:25:10 Step 31/33 : LABEL arch=arm64 20:25:10 ---> Running in a7c0161a40a7 20:25:11 Removing intermediate container a7c0161a40a7 20:25:11 ---> d929c88424ee 20:25:11 Step 32/33 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:25:11 ---> Running in 52271be2df26 20:25:11 Removing intermediate container 52271be2df26 20:25:11 ---> 3582d462699c 20:25:11 Step 33/33 : LABEL version=0.0.0 20:25:11 ---> Running in 149c3b0a3dc7 20:25:12 Removing intermediate container 149c3b0a3dc7 20:25:12 ---> 789971864d36 20:25:12 20:25:12 Successfully built 789971864d36 20:25:12 Successfully tagged security-bootstrapper-arm64:latest 20:25:12  Building security-bootstrapper ... done Building security-proxy-setup 20:25:30 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:25:30 ---> 8c2617a08568 20:25:30 Step 3/22 : WORKDIR /edgex-go 20:25:30 ---> Using cache 20:25:30 ---> 4a40c40f89f9 20:25:30 Step 4/22 : RUN apk add --update --no-cache make git 20:25:30 ---> Using cache 20:25:30 ---> 63df69885f7b 20:25:30 Step 5/22 : COPY go.mod vendor* ./ 20:25:30 ---> Using cache 20:25:30 ---> bae2769a0f1b 20:25:30 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:30 ---> Using cache 20:25:30 ---> fc73c9470323 20:25:30 Step 7/22 : COPY . . 20:25:30 ---> Using cache 20:25:30 ---> 684587f26c01 20:25:30 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:25:30 ---> Running in f3ab1febad8c 20:25:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:25:34 Removing intermediate container 1b34774c09bc 20:25:34 ---> a4e3e0bf934c 20:25:34 20:25:34 Step 10/23 : FROM alpine:3.17 20:25:34 ---> 51e60588ff2c 20:25:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:25:34 ---> Running in bf3d97c56ce6 20:25:35 Removing intermediate container bf3d97c56ce6 20:25:35 ---> 8f4ca6a41635 20:25:35 Step 12/23 : ENV APP_PORT=59880 20:25:35 ---> Running in 6085e790be9d 20:25:35 Removing intermediate container 6085e790be9d 20:25:35 ---> 814e0d50dcbc 20:25:35 Step 13/23 : EXPOSE $APP_PORT 20:25:35 ---> Running in 60a0f10252cc 20:25:36 Removing intermediate container 60a0f10252cc 20:25:36 ---> 1ec691fe8278 20:25:36 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:25:36 ---> Running in bade301838cc 20:25:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:40 (1/1) Installing dumb-init (1.2.5-r2) 20:25:40 Executing busybox-1.35.0-r29.trigger 20:25:40 OK: 8 MiB in 16 packages 20:25:42 Removing intermediate container bade301838cc 20:25:42 ---> bc4f7c7d7842 20:25:42 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:44 ---> 6bf3bdc862fa 20:25:44 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:25:45 ---> 954c5b148157 20:25:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:25:47 ---> e643945d8367 20:25:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:25:48 ---> 06e233695b32 20:25:48 Step 19/23 : ENTRYPOINT ["/core-data"] 20:25:48 ---> Running in cfbc86e40d9a 20:25:48 Removing intermediate container cfbc86e40d9a 20:25:48 ---> 82d792d1a6ef 20:25:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:25:48 ---> Running in 528575c436d9 20:25:49 Removing intermediate container 528575c436d9 20:25:49 ---> 5967179a3566 20:25:49 Step 21/23 : LABEL arch=arm64 20:25:49 ---> Running in 5e30f09569e5 20:25:49 Removing intermediate container 5e30f09569e5 20:25:49 ---> 298e7176ed43 20:25:49 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:25:49 ---> Running in c0a0aaca2171 20:25:50 Removing intermediate container c0a0aaca2171 20:25:50 ---> ccfc0d1f74da 20:25:50 Step 23/23 : LABEL version=0.0.0 20:25:50 ---> Running in ef7d6a275429 20:25:51 Removing intermediate container ef7d6a275429 20:25:51 ---> b909916254ef 20:25:51 20:25:51 Successfully built b909916254ef 20:25:51 Successfully tagged core-data-arm64:latest 20:25:51  Building core-data ... done Building security-proxy-auth 20:26:09 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:26:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:09 ---> 8c2617a08568 20:26:09 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:26:09 ---> Using cache 20:26:09 ---> 689dfee883ef 20:26:09 Step 4/23 : WORKDIR /edgex-go 20:26:09 ---> Using cache 20:26:09 ---> 248f744d8870 20:26:09 Step 5/23 : RUN apk add --update --no-cache make git 20:26:09 ---> Using cache 20:26:09 ---> 999c3eafd021 20:26:09 Step 6/23 : COPY go.mod vendor* ./ 20:26:09 ---> Using cache 20:26:09 ---> 88dc6391648e 20:26:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:26:09 ---> Using cache 20:26:09 ---> 94689ac9b09e 20:26:09 Step 8/23 : COPY . . 20:26:09 ---> Using cache 20:26:09 ---> 6eba6358923a 20:26:09 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:26:09 ---> Running in d60ab6a32313 20:26:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:28:17 Removing intermediate container 53d6cbfb6689 20:28:17 ---> 77f36abfa53d 20:28:17 20:28:17 Step 10/23 : FROM alpine:3.17 20:28:17 ---> 51e60588ff2c 20:28:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:28:17 ---> Running in 9a68ca48eb9f 20:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:17 Removing intermediate container 74789bb37385 20:28:17 ---> ae2c8c7e7e63 20:28:17 20:28:17 Step 10/23 : FROM alpine:3.17 20:28:17 ---> 51e60588ff2c 20:28:17 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:28:17 ---> Running in 6b733f890084 20:28:17 (1/1) Installing dumb-init (1.2.5-r2) 20:28:17 Executing busybox-1.35.0-r29.trigger 20:28:17 OK: 8 MiB in 16 packages 20:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:17 Removing intermediate container 9a68ca48eb9f 20:28:17 ---> 792210f507fb 20:28:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:17 ---> Running in 8f1835eaeaef 20:28:17 Removing intermediate container 8f1835eaeaef 20:28:17 ---> 69410d8e55a0 20:28:17 Step 13/23 : ENV APP_PORT=59861 20:28:17 ---> Running in a48630f1cd8e 20:28:18 Removing intermediate container a48630f1cd8e 20:28:18 ---> fad5e75d413a 20:28:18 Step 14/23 : EXPOSE $APP_PORT 20:28:18 ---> Running in 51dddcdf4f31 20:28:18 (1/2) Installing ca-certificates (20220614-r4) 20:28:18 Removing intermediate container 51dddcdf4f31 20:28:18 ---> 871cfe252fc6 20:28:18 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:18 (2/2) Installing dumb-init (1.2.5-r2) 20:28:18 Executing busybox-1.35.0-r29.trigger 20:28:18 Executing ca-certificates-20220614-r4.trigger 20:28:19 OK: 8 MiB in 17 packages 20:28:19 ---> 7a536ab56dd0 20:28:19 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:28:21 ---> 9816dec872f4 20:28:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:28:22 Removing intermediate container 6b733f890084 20:28:22 ---> 365b4af0d95c 20:28:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:28:22 ---> Running in ac66be37ec74 20:28:23 Removing intermediate container ac66be37ec74 20:28:23 ---> d55591da8d91 20:28:23 Step 13/23 : ENV APP_PORT=59860 20:28:23 ---> Running in 3d21b733b8e3 20:28:23 Removing intermediate container 3d21b733b8e3 20:28:23 ---> 42125550e3be 20:28:23 Step 14/23 : EXPOSE $APP_PORT 20:28:23 ---> Running in 7fda46bcd4ae 20:28:25 ---> 119eb704d1e0 20:28:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:28:25 Removing intermediate container 7fda46bcd4ae 20:28:25 ---> a2edd5610562 20:28:25 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:26 ---> 36643ab00c85 20:28:26 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:28:26 ---> 033a9a1ddcce 20:28:26 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:28:27 ---> Running in b74766b44adb 20:28:27 Removing intermediate container b74766b44adb 20:28:27 ---> f122bbcc474c 20:28:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:28:27 ---> Running in 603ed10ad989 20:28:28 ---> 17d17dd68141 20:28:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:28:29 Removing intermediate container 603ed10ad989 20:28:29 ---> 6a1b6a780c75 20:28:29 Step 21/23 : LABEL arch=arm64 20:28:29 ---> Running in 2663106e10a0 20:28:30 Removing intermediate container 2663106e10a0 20:28:30 ---> af64b7e75ed7 20:28:30 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:28:30 ---> Running in cc6fc614bac6 20:28:31 Removing intermediate container cc6fc614bac6 20:28:31 ---> 7f6f96ba8d30 20:28:31 Step 23/23 : LABEL version=0.0.0 20:28:31 ---> Running in 3e1464525ed3 20:28:32 Removing intermediate container 3e1464525ed3 20:28:32 ---> f0ea0b4bd88f 20:28:32 20:28:32 Successfully built f0ea0b4bd88f 20:28:32 Successfully tagged support-scheduler-arm64:latest 20:28:32  Building support-scheduler ... done Building security-spiffe-token-provider 20:28:33 ---> 4d92689ba987 20:28:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:28:34 ---> fb4e7be0fa09 20:28:34 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:28:34 ---> Running in 9a6fb92fb3ec 20:28:35 Removing intermediate container 9a6fb92fb3ec 20:28:35 ---> 4f122d9dd129 20:28:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:28:35 ---> Running in 3a5cd00d5c3a 20:28:38 Removing intermediate container 3a5cd00d5c3a 20:28:38 ---> 3f7488de9a32 20:28:38 Step 21/23 : LABEL arch=arm64 20:28:38 ---> Running in b08a21ed93a1 20:28:39 Removing intermediate container b08a21ed93a1 20:28:39 ---> fc87eb1e35a4 20:28:39 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:28:39 ---> Running in 736a72b7d2db 20:28:40 Removing intermediate container 3df998ac48ff 20:28:40 ---> 78b04cd5257c 20:28:40 20:28:40 Step 10/25 : FROM alpine:3.17 20:28:40 ---> 51e60588ff2c 20:28:40 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:28:40 ---> Using cache 20:28:40 ---> 792210f507fb 20:28:40 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:28:40 ---> Using cache 20:28:40 ---> 69410d8e55a0 20:28:40 Step 13/25 : ENV APP_PORT=59881 20:28:40 ---> Running in 04bd5b5da432 20:28:40 Removing intermediate container 736a72b7d2db 20:28:40 ---> d4457acd0b6a 20:28:40 Step 23/23 : LABEL version=0.0.0 20:28:40 ---> Running in 295f438126b5 20:28:41 Removing intermediate container 04bd5b5da432 20:28:41 ---> d7fced7b6cde 20:28:41 Step 14/25 : EXPOSE $APP_PORT 20:28:41 Removing intermediate container 295f438126b5 20:28:41 ---> adfe44816342 20:28:41 20:28:41 ---> Running in 6c21f018aab7 20:28:42 Successfully built adfe44816342 20:28:42 Successfully tagged support-notifications-arm64:latest 20:28:42 Building core-command 20:28:42  Building support-notifications ... done Removing intermediate container 6c21f018aab7 20:28:42 ---> c4191c6eb3da 20:28:42 Step 15/25 : WORKDIR / 20:28:42 ---> Running in e8ec0bd0b2fc 20:28:42 Removing intermediate container e8ec0bd0b2fc 20:28:42 ---> 40360456c88f 20:28:42 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:44 ---> 5aa3e216d677 20:28:44 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:28:44 ---> 83b934acdced 20:28:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:28:47 ---> f116a9968463 20:28:47 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:28:48 ---> 111acfc59f82 20:28:48 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:28:50 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:28:50 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:28:50 ---> 8c2617a08568 20:28:50 Step 3/20 : WORKDIR /edgex-go 20:28:50 ---> Using cache 20:28:50 ---> 4a40c40f89f9 20:28:50 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:28:50 ---> 0ab22af94d06 20:28:50 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:28:51 ---> Running in 07b24457aad4 20:28:51 ---> Running in b1490ec2d4b4 20:28:52 Removing intermediate container b1490ec2d4b4 20:28:52 ---> 2d2367189970 20:28:52 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:28:52 ---> Running in cdbd37d286a6 20:28:53 Removing intermediate container cdbd37d286a6 20:28:53 ---> c2fdc9473ed0 20:28:53 Step 23/25 : LABEL arch=arm64 20:28:53 ---> Running in 92c3576c5fee 20:28:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:54 Removing intermediate container 92c3576c5fee 20:28:54 ---> 4770286d4ec7 20:28:54 Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:28:54 ---> Running in 9828e30426cd 20:28:54 Removing intermediate container 9828e30426cd 20:28:54 ---> 83c3cb74b9a5 20:28:54 Step 25/25 : LABEL version=0.0.0 20:28:54 ---> Running in 5dce95bc4f07 20:28:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:55 Removing intermediate container 5dce95bc4f07 20:28:55 ---> 88994bb9fcd5 20:28:55 20:28:55 Successfully built 88994bb9fcd5 20:28:55 Successfully tagged core-metadata-arm64:latest 20:28:55 Building core-common-config-bootstrapper 20:28:56  Building core-metadata ... done v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:28:56 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:28:56 OK: 17690 distinct packages available 20:28:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:28:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:28:59 OK: 263 MiB in 53 packages 20:29:01 Removing intermediate container 07b24457aad4 20:29:01 ---> 5c3fdb831fd6 20:29:01 Step 5/20 : COPY go.mod vendor* ./ 20:29:04 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:29:04 ---> 8c2617a08568 20:29:04 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:29:04 ---> Using cache 20:29:04 ---> 689dfee883ef 20:29:04 Step 4/24 : WORKDIR /edgex-go 20:29:04 ---> Using cache 20:29:04 ---> 248f744d8870 20:29:04 Step 5/24 : RUN apk add --update --no-cache make git 20:29:04 ---> Using cache 20:29:04 ---> 999c3eafd021 20:29:04 Step 6/24 : COPY go.mod vendor* ./ 20:29:04 ---> Using cache 20:29:04 ---> 88dc6391648e 20:29:04 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:04 ---> Using cache 20:29:04 ---> 94689ac9b09e 20:29:04 Step 8/24 : COPY . . 20:29:04 ---> Using cache 20:29:04 ---> 6eba6358923a 20:29:04 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:29:05 ---> 2b3b0f6cdc21 20:29:05 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:05 ---> Running in 1afa94349343 20:29:05 ---> Running in 33baff44eb3c 20:29:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:29:20 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:20 ---> 8c2617a08568 20:29:20 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:29:20 ---> Using cache 20:29:20 ---> 689dfee883ef 20:29:20 Step 4/23 : WORKDIR /edgex-go 20:29:20 ---> Using cache 20:29:20 ---> 248f744d8870 20:29:20 Step 5/23 : RUN apk add --update --no-cache make git 20:29:20 ---> Using cache 20:29:20 ---> 999c3eafd021 20:29:20 Step 6/23 : COPY go.mod vendor* ./ 20:29:20 ---> Using cache 20:29:20 ---> 88dc6391648e 20:29:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:20 ---> Using cache 20:29:20 ---> 94689ac9b09e 20:29:20 Step 8/23 : COPY . . 20:29:20 ---> Using cache 20:29:20 ---> 6eba6358923a 20:29:20 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:29:20 ---> Running in feaf3ddbfc89 20:29:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:30:43 Removing intermediate container 33baff44eb3c 20:30:43 ---> 93de81652c37 20:30:43 Step 7/20 : COPY . . 20:30:51 ---> c226ee631207 20:30:51 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:30:51 ---> Running in 6379328546ae 20:30:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:31:40 Removing intermediate container f3ab1febad8c 20:31:40 ---> b363010c375a 20:31:40 20:31:40 Step 9/22 : FROM alpine:3.17 20:31:40 ---> 51e60588ff2c 20:31:40 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:31:40 ---> Running in a311997221b6 20:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:40 (1/2) Installing dumb-init (1.2.5-r2) 20:31:40 (2/2) Installing openssl (3.0.8-r4) 20:31:40 Executing busybox-1.35.0-r29.trigger 20:31:40 OK: 8 MiB in 17 packages 20:31:40 Removing intermediate container a311997221b6 20:31:40 ---> d449e14ddce5 20:31:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:31:40 ---> Running in a2a91e523f8e 20:31:41 Removing intermediate container a2a91e523f8e 20:31:41 ---> dc9712eb96df 20:31:41 Step 12/22 : WORKDIR /edgex 20:31:41 ---> Running in c66532546dc9 20:31:41 Removing intermediate container c66532546dc9 20:31:41 ---> 929d1afb28b6 20:31:41 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:42 ---> 556bd3f6a830 20:31:42 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:31:43 ---> 76707c7e27aa 20:31:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:31:45 ---> 523be8366013 20:31:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:31:47 ---> 231c4454263d 20:31:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:31:47 ---> d9f56a044dea 20:31:47 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:31:47 ---> Running in b320384a26e8 20:31:51 Removing intermediate container b320384a26e8 20:31:51 ---> 5d13a983e019 20:31:51 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:31:51 ---> Running in eee02befa208 20:31:51 Removing intermediate container eee02befa208 20:31:51 ---> 7424c342d17a 20:31:51 Step 20/22 : LABEL arch=arm64 20:31:52 ---> Running in 44db3cd778dd 20:31:53 Removing intermediate container 44db3cd778dd 20:31:53 ---> cdb809cf8b08 20:31:53 Step 21/22 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:31:53 ---> Running in e9b9b5eab552 20:31:54 Removing intermediate container e9b9b5eab552 20:31:54 ---> 2e210588ff03 20:31:54 Step 22/22 : LABEL version=0.0.0 20:31:54 ---> Running in 230f64d60fc5 20:31:55 Removing intermediate container 230f64d60fc5 20:31:55 ---> 1821f76b4515 20:31:55 20:31:55 Successfully built 1821f76b4515 20:31:56 Successfully tagged security-proxy-setup-arm64:latest 20:31:56 Building security-secretstore-setup 20:32:00  Building security-proxy-setup ... done Removing intermediate container d60ab6a32313 20:32:00 ---> 0c4972b60234 20:32:00 20:32:00 Step 10/23 : FROM alpine:3.17 20:32:00 ---> 51e60588ff2c 20:32:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:32:00 ---> Running in 636e86744be9 20:32:00 Removing intermediate container 636e86744be9 20:32:00 ---> 00848f3c530b 20:32:00 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:32:00 ---> Running in 6dea98f4cbf3 20:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:05 (1/1) Installing dumb-init (1.2.5-r2) 20:32:05 Executing busybox-1.35.0-r29.trigger 20:32:05 OK: 8 MiB in 16 packages 20:32:07 Removing intermediate container 6dea98f4cbf3 20:32:07 ---> 2e12512b3da6 20:32:07 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:08 ---> 47e4b5e61e9a 20:32:08 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:32:12 ---> 9112ec75f6ca 20:32:12 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:32:13 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:32:13 ---> 8c2617a08568 20:32:13 Step 3/25 : WORKDIR /edgex-go 20:32:13 ---> Using cache 20:32:13 ---> 4a40c40f89f9 20:32:13 Step 4/25 : RUN apk add --update --no-cache make git 20:32:13 ---> Using cache 20:32:13 ---> 63df69885f7b 20:32:13 Step 5/25 : COPY go.mod vendor* ./ 20:32:13 ---> Using cache 20:32:13 ---> bae2769a0f1b 20:32:13 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:13 ---> Using cache 20:32:13 ---> fc73c9470323 20:32:13 Step 7/25 : COPY . . 20:32:13 ---> Using cache 20:32:13 ---> 684587f26c01 20:32:13 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:32:13 ---> Running in ebd1759ec58f 20:32:14 ---> 230ddf2747c1 20:32:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:32:15 ---> 2c5cd4c5636c 20:32:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:32: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:32:16 ---> 6777c18e77a5 20:32:16 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:32:16 ---> Running in f83cc97ac572 20:32:19 Removing intermediate container f83cc97ac572 20:32:19 ---> 08c0cacd5147 20:32:19 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:32:19 ---> Running in 44565bff3019 20:32:20 Removing intermediate container 44565bff3019 20:32:20 ---> a87b5bc96db7 20:32:20 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:32:20 ---> Running in 81f998e13687 20:32:20 Removing intermediate container 81f998e13687 20:32:20 ---> 159d05ff88cd 20:32:20 Step 21/23 : LABEL arch=arm64 20:32:20 ---> Running in 95edb08131ce 20:32:21 Removing intermediate container 95edb08131ce 20:32:21 ---> 1813fa8c864d 20:32:21 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:32:21 ---> Running in 58de9d33075d 20:32:21 Removing intermediate container 58de9d33075d 20:32:21 ---> 100e1087f260 20:32:21 Step 23/23 : LABEL version=0.0.0 20:32:21 ---> Running in 59d78ccbf4ce 20:32:22 Removing intermediate container 59d78ccbf4ce 20:32:22 ---> c26b8eed8a1a 20:32:22 20:32:22 Successfully built c26b8eed8a1a 20:32:22 Successfully tagged security-proxy-auth-arm64:latest 20:32:22  Building security-proxy-auth ... done Building security-spire-agent 20:32:41 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:41 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:32:41 ---> 8c2617a08568 20:32:41 Step 3/27 : WORKDIR /edgex-go 20:32:41 ---> Using cache 20:32:41 ---> 4a40c40f89f9 20:32:41 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:32:41 ---> Using cache 20:32:41 ---> 5d8f7b96e0a3 20:32:41 Step 5/27 : COPY go.mod vendor* ./ 20:32:41 ---> Using cache 20:32:41 ---> b9ea41802140 20:32:41 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:41 ---> Using cache 20:32:41 ---> 5fbffea9ed9b 20:32:41 Step 7/27 : COPY . . 20:32:41 ---> Using cache 20:32:41 ---> 1938e3790739 20:32:41 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:32:41 ---> Using cache 20:32:41 ---> b36c48b1ca88 20:32:41 Step 9/27 : WORKDIR /edgex-go/spire-build 20:32:41 ---> Using cache 20:32:41 ---> 317403dbe8a6 20:32:41 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:32:41 ---> Using cache 20:32:41 ---> c6d5f7e90654 20:32:41 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:32:41 ---> Running in 9a4f4e29f98f 20:32:42 Removing intermediate container 9a4f4e29f98f 20:32:42 ---> b838fbd239c6 20:32:42 Step 12/27 : WORKDIR /edgex-go 20:32:42 ---> Running in d1e396b88708 20:32:42 Removing intermediate container d1e396b88708 20:32:42 ---> 3935f6c2055c 20:32:42 20:32:42 Step 13/27 : FROM alpine:3.17 20:32:42 ---> 51e60588ff2c 20:32:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:32:42 ---> Using cache 20:32:42 ---> 7fd2c694f23f 20:32:42 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:32:42 ---> Using cache 20:32:42 ---> 07dfa37ff907 20:32:42 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:42 ---> Using cache 20:32:42 ---> ce66bb53f925 20:32:42 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:32:42 ---> Using cache 20:32:42 ---> b2ffb4353fa7 20:32:42 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:32:46 ---> 6b5166fd84ba 20:32:46 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:32:53 ---> a75ec192d89d 20:32:53 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:32:53 ---> 700ae35472df 20:32:53 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:32:54 ---> 47e8d86d55d6 20:32:54 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:32:55 ---> d37fa8f8c080 20:32:55 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:32:55 ---> Running in 9976580658c9 20:32:55 Removing intermediate container 9976580658c9 20:32:55 ---> f893d6db7a08 20:32:55 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:32:55 ---> Running in 959bcf181845 20:32:55 Removing intermediate container 959bcf181845 20:32:55 ---> 949c10a5dd83 20:32:55 Step 25/27 : LABEL arch=arm64 20:32:56 ---> Running in e556c745af8d 20:32:56 Removing intermediate container e556c745af8d 20:32:56 ---> 270a11c857b3 20:32:56 Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:32:56 ---> Running in 77c01c96fcd5 20:32:57 Removing intermediate container 77c01c96fcd5 20:32:57 ---> 35d4535d39f3 20:32:57 Step 27/27 : LABEL version=0.0.0 20:32:57 ---> Running in fafb6fe6acd0 20:32:57 Removing intermediate container fafb6fe6acd0 20:32:57 ---> 5c522085bc55 20:32:57 20:32:57 Successfully built 5c522085bc55 20:32:58 Successfully tagged security-spire-agent-arm64:latest 20:35:34  Building security-spire-agent ... done Removing intermediate container feaf3ddbfc89 20:35:34 ---> 31097fb5c383 20:35:34 20:35:34 Step 10/23 : FROM alpine:3.17 20:35:34 ---> 51e60588ff2c 20:35:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:35:34 ---> Using cache 20:35:34 ---> 00848f3c530b 20:35:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:35:34 ---> Using cache 20:35:34 ---> 2e12512b3da6 20:35:34 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:34 ---> Using cache 20:35:34 ---> 47e4b5e61e9a 20:35:34 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:35:34 ---> Using cache 20:35:34 ---> 9112ec75f6ca 20:35:34 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:35:34 ---> 3395077f6e0f 20:35:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:35:34 Removing intermediate container 1afa94349343 20:35:34 ---> fb715926bf50 20:35:34 20:35:34 Step 10/24 : FROM alpine:3.17 20:35:34 ---> 51e60588ff2c 20:35:34 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:35:34 ---> Using cache 20:35:34 ---> 792210f507fb 20:35:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:35:34 ---> Using cache 20:35:34 ---> 69410d8e55a0 20:35:34 Step 13/24 : ENV APP_PORT=59882 20:35:34 ---> Running in b33e2ef6d435 20:35:34 ---> 18718d8ac8e5 20:35:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:35:34 Removing intermediate container b33e2ef6d435 20:35:34 ---> c35754debf13 20:35:34 Step 14/24 : EXPOSE $APP_PORT 20:35:34 ---> Running in 85535831d18b 20:35:34 Removing intermediate container 85535831d18b 20:35:34 ---> 82c86c004e43 20:35:34 Step 15/24 : WORKDIR / 20:35:34 ---> Running in cdb3c21d4718 20:35:34 ---> 3592ea236481 20:35:34 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:35:34 ---> Running in 6ae615f818bc 20:35:34 Removing intermediate container cdb3c21d4718 20:35:34 ---> 94c9e3fbf15b 20:35:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:34 ---> 5b37d0b70b4e 20:35:34 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:35:34 ---> 101cad442dde 20:35:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:35:34 Removing intermediate container 6ae615f818bc 20:35:34 ---> 47e0b21590a6 20:35:34 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:35:34 ---> Running in 3c706714d338 20:35:34 Removing intermediate container 3c706714d338 20:35:34 ---> 1b4dff48632e 20:35:34 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:35:34 ---> Running in 7404abb20153 20:35:34 ---> 0c94fa699f3f 20:35:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:35:34 Removing intermediate container 7404abb20153 20:35:34 ---> eb85741258d3 20:35:34 Step 21/23 : LABEL arch=arm64 20:35:34 ---> Running in af1b70527ea0 20:35:34 Removing intermediate container af1b70527ea0 20:35:34 ---> 0958567a2b57 20:35:34 Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:35:35 ---> d72d12b4f638 20:35:35 Step 20/24 : ENTRYPOINT ["/core-command"] 20:35:35 ---> Running in a263f84a02b6 20:35:35 ---> Running in b229a33f38ed 20:35:35 Removing intermediate container a263f84a02b6 20:35:35 ---> 9bc489f7ab4c 20:35:35 Step 23/23 : LABEL version=0.0.0 20:35:35 ---> Running in 837e4f2ecf98 20:35:36 Removing intermediate container b229a33f38ed 20:35:36 ---> 60eecf70ab77 20:35:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:35:36 ---> Running in 47fd2efb7332 20:35:36 Removing intermediate container 837e4f2ecf98 20:35:36 ---> a14de4072ac7 20:35:36 20:35:36 Removing intermediate container 47fd2efb7332 20:35:36 ---> 85baf2207bfb 20:35:36 Step 22/24 : LABEL arch=arm64 20:35:36 ---> Running in 1bfd20531e7f 20:35:37 Successfully built a14de4072ac7 20:35:37 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:35:37  Building core-common-config-bootstrapper ... done Removing intermediate container 1bfd20531e7f 20:35:37 ---> 05c5478a5038 20:35:37 Step 23/24 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:35:37 ---> Running in 2d283d87e208 20:35:37 Removing intermediate container 2d283d87e208 20:35:37 ---> 1125e886bc3d 20:35:37 Step 24/24 : LABEL version=0.0.0 20:35:37 ---> Running in cce5bb9966dd 20:35:38 Removing intermediate container cce5bb9966dd 20:35:38 ---> e2c1438a6375 20:35:38 20:35:38 Successfully built e2c1438a6375 20:35:38 Successfully tagged core-command-arm64:latest 20:36:25  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:36:35 Removing intermediate container ebd1759ec58f 20:36:35 ---> 810bba0421e8 20:36:35 20:36:35 Step 9/25 : FROM alpine:3.17 20:36:35 ---> 51e60588ff2c 20:36:35 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:36:35 ---> Running in 05aa1b5d8e48 20:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:37 (1/3) Installing ca-certificates (20220614-r4) 20:36:37 (2/3) Installing dumb-init (1.2.5-r2) 20:36:37 (3/3) Installing su-exec (0.2-r2) 20:36:37 Executing busybox-1.35.0-r29.trigger 20:36:37 Executing ca-certificates-20220614-r4.trigger 20:36:38 OK: 8 MiB in 18 packages 20:36:39 Removing intermediate container 05aa1b5d8e48 20:36:39 ---> a9971e15aeec 20:36:39 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:36:39 ---> Running in 41ec6a136bb2 20:36:40 Removing intermediate container 41ec6a136bb2 20:36:40 ---> 160f25335391 20:36:40 Step 12/25 : WORKDIR / 20:36:40 ---> Running in 036447247fa1 20:36:40 Removing intermediate container 036447247fa1 20:36:40 ---> dba3b5f51211 20:36:40 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:42 ---> 60951556368f 20:36:42 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:36:43 ---> 0b129c47d688 20:36:43 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:36:44 ---> aa92938414d3 20:36:44 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:36:44 ---> 49639ae639b3 20:36:44 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:36:44 Removing intermediate container 6379328546ae 20:36:44 ---> 34d7ccc22cda 20:36:44 20:36:44 Step 9/20 : FROM alpine:3.17 20:36:44 ---> 51e60588ff2c 20:36:44 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:36:44 ---> Using cache 20:36:44 ---> f485454159fc 20:36:44 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:36:44 ---> Running in e78126acb55b 20:36:45 ---> ba3c3147f439 20:36:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:36:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:46 ---> 4d3057cac20b 20:36:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:36:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:47 ---> 9c4f58a8e141 20:36:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:36:47 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:36:47 v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:36:47 OK: 17691 distinct packages available 20:36:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:48 ---> 61ac633c0ca9 20:36:48 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:36:48 ---> Running in 388fb059560b 20:36:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:49 (1/9) Installing ca-certificates (20220614-r4) 20:36:49 (2/9) Installing brotli-libs (1.0.9-r9) 20:36:49 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:36:49 (4/9) Installing libcurl (8.0.1-r0) 20:36:49 (5/9) Installing curl (8.0.1-r0) 20:36:49 (6/9) Installing dumb-init (1.2.5-r2) 20:36:49 (7/9) Installing musl-obstack (1.2.3-r0) 20:36:49 (8/9) Installing libucontext (1.2-r0) 20:36:49 (9/9) Installing gcompat (1.1.0-r0) 20:36:49 Executing busybox-1.35.0-r29.trigger 20:36:49 Executing ca-certificates-20220614-r4.trigger 20:36:50 Removing intermediate container 388fb059560b 20:36:50 ---> 2c2cd3dc987d 20:36:50 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:36:50 ---> Running in ce96f44172fe 20:36:50 OK: 11 MiB in 24 packages 20:36:50 Removing intermediate container ce96f44172fe 20:36:50 ---> 401f5140fe08 20:36:50 Step 23/25 : LABEL arch=arm64 20:36:50 ---> Running in ee4c85412d03 20:36:50 Removing intermediate container ee4c85412d03 20:36:50 ---> 7ff0e6335949 20:36:50 Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:36:50 ---> Running in b5454ed5a5fd 20:36:51 Removing intermediate container b5454ed5a5fd 20:36:51 ---> d322bc22a543 20:36:51 Step 25/25 : LABEL version=0.0.0 20:36:51 ---> Running in dc9484bc3bbb 20:36:51 Removing intermediate container e78126acb55b 20:36:51 ---> 7e6bd66b52e4 20:36:51 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:51 Removing intermediate container dc9484bc3bbb 20:36:51 ---> 682c2366847f 20:36:51 20:36:52 Successfully built 682c2366847f 20:36:52 Successfully tagged security-secretstore-setup-arm64:latest 20:36:52  Building security-secretstore-setup ... done  ---> 78dd438d29b8 20:36:52 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:36:52 ---> a6c96889d2f2 20:36:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:36:55 ---> 2d088b395082 20:36:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:36:56 ---> 1cc025eaa21a 20:36:56 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:36:56 ---> Running in 2ea444d2805f 20:36:56 Removing intermediate container 2ea444d2805f 20:36:56 ---> 6d3f21810168 20:36:56 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 20:36:56 ---> Running in 1564a1241611 20:36:56 Removing intermediate container 1564a1241611 20:36:56 ---> ea1856b37551 20:36:56 Step 18/20 : LABEL arch=arm64 20:36:56 ---> Running in 326aebfeba4a 20:36:56 Removing intermediate container 326aebfeba4a 20:36:56 ---> 86132606933e 20:36:56 Step 19/20 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b 20:36:57 ---> Running in 6e104f1e7459 20:36:57 Removing intermediate container 6e104f1e7459 20:36:57 ---> 86efbc10fa6b 20:36:57 Step 20/20 : LABEL version=0.0.0 20:36:57 ---> Running in 1bd6f7fac45f 20:36:57 Removing intermediate container 1bd6f7fac45f 20:36:57 ---> 61a95accf0e6 20:36:57 20:36:57 Successfully built 61a95accf0e6 20:36:57 Successfully tagged security-spiffe-token-provider-arm64:latest 20:36:58  Building security-spiffe-token-provider ... done  [Pipeline] } 20:36:58 $ docker stop --time=1 b4ae9528f71508520ab0fdba9ed95d2a9ad193e3a8ceaf7defdb5013204e568d 20:36:59 $ docker rm -f --volumes b4ae9528f71508520ab0fdba9ed95d2a9ad193e3a8ceaf7defdb5013204e568d [Pipeline] // withDockerContainer [Pipeline] sh 20:37:00 + docker images 20:37:00 REPOSITORY TAG IMAGE ID CREATED SIZE 20:37:00 security-spiffe-token-provider-arm64 latest 61a95accf0e6 3 seconds ago 32.7MB 20:37:00 security-secretstore-setup-arm64 latest 682c2366847f 9 seconds ago 32.2MB 20:37:00 34d7ccc22cda 17 seconds ago 1.57GB 20:37:00 810bba0421e8 27 seconds ago 1.52GB 20:37:00 core-command-arm64 latest e2c1438a6375 About a minute ago 19.7MB 20:37:00 core-common-config-bootstrapper-arm64 latest a14de4072ac7 About a minute ago 17.2MB 20:37:00 fb715926bf50 About a minute ago 1.53GB 20:37:00 31097fb5c383 About a minute ago 1.52GB 20:37:00 security-spire-agent-arm64 latest 5c522085bc55 4 minutes ago 153MB 20:37:00 3935f6c2055c 4 minutes ago 1.39GB 20:37:00 security-proxy-auth-arm64 latest c26b8eed8a1a 4 minutes ago 18.1MB 20:37:00 0c4972b60234 5 minutes ago 1.51GB 20:37:00 security-proxy-setup-arm64 latest 1821f76b4515 5 minutes ago 18.7MB 20:37:00 b363010c375a 5 minutes ago 1.51GB 20:37:00 core-metadata-arm64 latest 88994bb9fcd5 8 minutes ago 20.2MB 20:37:00 support-notifications-arm64 latest adfe44816342 8 minutes ago 31.9MB 20:37:00 78b04cd5257c 8 minutes ago 1.53GB 20:37:00 support-scheduler-arm64 latest f0ea0b4bd88f 8 minutes ago 31.2MB 20:37:00 ae2c8c7e7e63 8 minutes ago 1.59GB 20:37:00 77f36abfa53d 8 minutes ago 1.59GB 20:37:00 core-data-arm64 latest b909916254ef 11 minutes ago 19.9MB 20:37:00 a4e3e0bf934c 11 minutes ago 1.53GB 20:37:00 security-bootstrapper-arm64 latest 789971864d36 11 minutes ago 21.9MB 20:37:00 b2bd813ba219 12 minutes ago 1.51GB 20:37:00 security-spire-server-arm64 latest ea637d4859f9 15 minutes ago 97MB 20:37:00 a85f1d82d82a 16 minutes ago 1.39GB 20:37:00 security-spire-config-arm64 latest f330259292db 18 minutes ago 96.1MB 20:37:00 69b754bd8b73 18 minutes ago 1.39GB 20:37:00 ci-base-image-arm64 latest 8c2617a08568 33 minutes ago 899MB 20:37:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 9 days ago 681MB 20:37:00 alpine 3.17 51e60588ff2c 5 weeks ago 7.46MB 20:37:00 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 20:37:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:01 20:37:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:02 arm64: Pulling from edgex-lftools-log-publisher 20:37:02 8998bd30e6a1: Pulling fs layer 20:37:02 04944245beec: Pulling fs layer 20:37:02 699f458cf7ca: Pulling fs layer 20:37:02 765212b225bb: Pulling fs layer 20:37:02 f23df028b6ca: Pulling fs layer 20:37:02 d65c8cfc05b1: Pulling fs layer 20:37:02 2437ff75d9bd: Pulling fs layer 20:37:02 765212b225bb: Waiting 20:37:02 f23df028b6ca: Waiting 20:37:02 d65c8cfc05b1: Waiting 20:37:02 2437ff75d9bd: Waiting 20:37:02 04944245beec: Verifying Checksum 20:37:02 04944245beec: Download complete 20:37:02 765212b225bb: Verifying Checksum 20:37:02 765212b225bb: Download complete 20:37:02 f23df028b6ca: Verifying Checksum 20:37:02 f23df028b6ca: Download complete 20:37:02 d65c8cfc05b1: Verifying Checksum 20:37:02 d65c8cfc05b1: Download complete 20:37:02 699f458cf7ca: Verifying Checksum 20:37:02 699f458cf7ca: Download complete 20:37:02 8998bd30e6a1: Verifying Checksum 20:37:02 8998bd30e6a1: Download complete 20:37:05 2437ff75d9bd: Verifying Checksum 20:37:05 2437ff75d9bd: Download complete 20:37:06 8998bd30e6a1: Pull complete 20:37:06 04944245beec: Pull complete 20:37:08 699f458cf7ca: Pull complete 20:37:08 765212b225bb: Pull complete 20:37:08 f23df028b6ca: Pull complete 20:37:09 d65c8cfc05b1: Pull complete 20:37:21 2437ff75d9bd: Pull complete 20:37:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:37:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:37:21 prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container 20:37:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:37:24 $ docker top eb6667f922d22df61ebcbf91e2307dd6530ee9714552889785d7ac94053e33c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:37:25 ---> job-cost.sh 20:37:25 lf-activate-venv: SKIPPING 20:37:25 INFO: No Stack... 20:37:26 INFO: Retrieving Pricing Info for: v3-standard-4 20:37:26 INFO: Archiving Costs [Pipeline] sh 20:37:27 + + catcut -d, -f6 20:37:27 /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 20:37:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] 20:37:27 Resource [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] did not exist. Created. 20:37:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:37:27 + echo total: 0.10999999940395355 [Pipeline] stash 20:37:28 Stashed 1 file(s) [Pipeline] } 20:37:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:37:28 $ docker stop --time=1 eb6667f922d22df61ebcbf91e2307dd6530ee9714552889785d7ac94053e33c3 20:37:29 $ docker rm -f --volumes eb6667f922d22df61ebcbf91e2307dd6530ee9714552889785d7ac94053e33c3 [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 20:37:30 provisioning config files... 20:37:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6380164930678708222tmp [Pipeline] { [Pipeline] sh 20:37:31 + set +x 20:37:31 + curl -s https://codecov.io/bash 20:37:31 + bash -s -- 20:37:31 20:37:31 _____ _ 20:37:31 / ____| | | 20:37:31 | | ___ __| | ___ ___ _____ __ 20:37:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:37:31 | |___| (_) | (_| | __/ (_| (_) \ V / 20:37:31 \_____\___/ \__,_|\___|\___\___/ \_/ 20:37:31 Bash-1.0.6 20:37:31 20:37:31 20:37:31 ==> git version 2.25.1 found 20:37:31 ==> 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 20:37:31 Release-Date: 2020-01-08 20:37:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:37:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:37:31 ==> Jenkins CI detected. 20:37:31 current dir:  /w/workspace/edgex-go/1 20:37:31 project root: . 20:37:31 --> token set from env 20:37:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:37:31 ==> Running gcov in . (disable via -X gcov) 20:37:31 ==> Python coveragepy not found 20:37:31 ==> Searching for coverage reports in: 20:37:31 + . 20:37:31 -> Found 1 reports 20:37:31 ==> Detecting git/mercurial file structure 20:37:31 ==> Reading reports 20:37:31 + ./coverage.out bytes=448352 20:37:31 ==> Appending adjustments 20:37:31 https://docs.codecov.io/docs/fixing-reports 20:37:32 + Found adjustments 20:37:32 ==> Gzipping contents 20:37:32 60K /tmp/codecov.t5bnib.gz 20:37:32 ==> Uploading reports 20:37:32 url: https://codecov.io 20:37:32 query: branch=PR-4549&commit=40f4ace58678a4c1a16f98a321cb5c1be702fd0b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4549%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4549&job=&cmd_args= 20:37:32 -> Pinging Codecov 20:37:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4549&commit=40f4ace58678a4c1a16f98a321cb5c1be702fd0b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4549%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4549&job=&cmd_args= 20:37:32 -> Uploading to 20:37:32 https://storage.googleapis.com/codecov/v4/raw/2023-05-03/00271124DB129430A58F1EEE437C3FCB/40f4ace58678a4c1a16f98a321cb5c1be702fd0b/62a9bdfc-907f-4d47-80ed-fdb847333767.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T203732Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc2db386def6611925c67f71956ec22a0fd4132c7bfee280d88e1b4edf64cd49 20:37:32 % Total % Received % Xferd Average Speed Time Time Time Current 20:37:32 Dload Upload Total Spent Left Speed 20:37:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57539 0 0 100 57539 0 221k --:--:-- --:--:-- --:--:-- 221k 20:37:32 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] } 20:37:33 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 20:37:34 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:37:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:37:35 ---> package-listing.sh 20:37:35 ++ facter osfamily 20:37:35 ++ tr '[:upper:]' '[:lower:]' 20:37:35 + OS_FAMILY=debian 20:37:35 + workspace=/w/workspace/edgex-go/1 20:37:35 + START_PACKAGES=/tmp/packages_start.txt 20:37:35 + END_PACKAGES=/tmp/packages_end.txt 20:37:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:37:35 + PACKAGES=/tmp/packages_start.txt 20:37:35 + '[' /w/workspace/edgex-go/1 ']' 20:37:35 + PACKAGES=/tmp/packages_end.txt 20:37:35 + case "${OS_FAMILY}" in 20:37:35 + dpkg -l 20:37:35 + grep '^ii' 20:37:35 + '[' -f /tmp/packages_start.txt ']' 20:37:35 + '[' -f /tmp/packages_end.txt ']' 20:37:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:37:35 + '[' /w/workspace/edgex-go/1 ']' 20:37:35 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:37:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:37:35 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 20:37:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:36 20:37:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:37 latest: Pulling from edgex-lftools-log-publisher 20:37:37 5eb5b503b376: Pulling fs layer 20:37:37 5c69ac0246d0: Pulling fs layer 20:37:37 ec43610c2a17: Pulling fs layer 20:37:37 3a2ae6a8a46f: Pulling fs layer 20:37:37 33b1e0a273af: Pulling fs layer 20:37:37 5d3b04190fa2: Pulling fs layer 20:37:37 2f39f015ded8: Pulling fs layer 20:37:37 33b1e0a273af: Waiting 20:37:37 5d3b04190fa2: Waiting 20:37:37 2f39f015ded8: Waiting 20:37:37 3a2ae6a8a46f: Waiting 20:37:37 5c69ac0246d0: Download complete 20:37:37 3a2ae6a8a46f: Download complete 20:37:37 33b1e0a273af: Verifying Checksum 20:37:37 33b1e0a273af: Download complete 20:37:37 ec43610c2a17: Verifying Checksum 20:37:37 ec43610c2a17: Download complete 20:37:37 5d3b04190fa2: Verifying Checksum 20:37:37 5d3b04190fa2: Download complete 20:37:37 5eb5b503b376: Verifying Checksum 20:37:37 5eb5b503b376: Download complete 20:37:37 2f39f015ded8: Download complete 20:37:38 5eb5b503b376: Pull complete 20:37:38 5c69ac0246d0: Pull complete 20:37:39 ec43610c2a17: Pull complete 20:37:39 3a2ae6a8a46f: Pull complete 20:37:39 33b1e0a273af: Pull complete 20:37:39 5d3b04190fa2: Pull complete 20:37:43 2f39f015ded8: Pull complete 20:37:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:37:43 prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container 20:37:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:37:46 $ docker top d3aadb6dd5aaa48ed680896c9b37ff10ab0c6de7b3fb0c47a90cb2b15faee80f -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:47 + touch /tmp/pre-build-complete [Pipeline] sh 20:37:47 + mkdir -p /var/log/sysstat [Pipeline] sh 20:37:47 + ls /var/log/sa-host 20:37:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:37:48 provisioning config files... 20:37:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15809708954758720185tmp [Pipeline] { [Pipeline] echo 20:37:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:37:48 ---> create-netrc.sh [Pipeline] } 20:37:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:37:48 ---> python-tools-install.sh [Pipeline] echo 20:37:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:37:49 ---> sudo-logs.sh 20:37:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:37:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:37:49 ---> job-cost.sh 20:37:49 lf-activate-venv: SKIPPING 20:37:49 DEBUG: total: 0.10999999940395355 20:37:49 INFO: Retrieving Stack Cost... 20:37:49 INFO: Retrieving Pricing Info for: v3-standard-8 20:37:50 INFO: Archiving Costs [Pipeline] echo 20:37:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:37:50 ---> logs-deploy.sh 20:37:50 lf-activate-venv: SKIPPING 20:37:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4549/1 20:37:50 INFO: archiving workspace using pattern(s): 20:37:51 Archives upload complete. 20:37:51 INFO: archiving logs to Nexus 20:37:52 ---> uname -a: 20:37:52 Linux prd-ubuntu20-04-docker-8c-8g-12619 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:37:52 20:37:52 20:37:52 ---> lscpu: 20:37:52 Architecture: x86_64 20:37:52 CPU op-mode(s): 32-bit, 64-bit 20:37:52 Byte Order: Little Endian 20:37:52 Address sizes: 40 bits physical, 48 bits virtual 20:37:52 CPU(s): 8 20:37:52 On-line CPU(s) list: 0-7 20:37:52 Thread(s) per core: 1 20:37:52 Core(s) per socket: 1 20:37:52 Socket(s): 8 20:37:52 NUMA node(s): 1 20:37:52 Vendor ID: AuthenticAMD 20:37:52 CPU family: 23 20:37:52 Model: 49 20:37:52 Model name: AMD EPYC-Rome Processor 20:37:52 Stepping: 0 20:37:52 CPU MHz: 2800.000 20:37:52 BogoMIPS: 5600.00 20:37:52 Virtualization: AMD-V 20:37:52 Hypervisor vendor: KVM 20:37:52 Virtualization type: full 20:37:52 L1d cache: 256 KiB 20:37:52 L1i cache: 256 KiB 20:37:52 L2 cache: 4 MiB 20:37:52 L3 cache: 128 MiB 20:37:52 NUMA node0 CPU(s): 0-7 20:37:52 Vulnerability Itlb multihit: Not affected 20:37:52 Vulnerability L1tf: Not affected 20:37:52 Vulnerability Mds: Not affected 20:37:52 Vulnerability Meltdown: Not affected 20:37:52 Vulnerability Mmio stale data: Not affected 20:37:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:37:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:37:52 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:37:52 Vulnerability Srbds: Not affected 20:37:52 Vulnerability Tsx async abort: Not affected 20:37:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:37:52 20:37:52 20:37:52 ---> nproc: 20:37:52 8 20:37:52 20:37:52 20:37:52 ---> df -h: 20:37:52 Filesystem Size Used Avail Use% Mounted on 20:37:52 overlay 155G 20G 136G 13% / 20:37:52 tmpfs 64M 0 64M 0% /dev 20:37:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:37:52 shm 64M 0 64M 0% /dev/shm 20:37:52 /dev/vda1 155G 20G 136G 13% /facter-os 20:37:52 20:37:52 20:37:52 ---> sar -b -r -n DEV: 20:37:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12619) 05/03/23 _x86_64_ (8 CPU) 20:37:52 20:37:52 19:58:19 LINUX RESTART (8 CPU) 20:37:52 20:37:52 19:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:37:52 20:00:01 119.86 38.20 81.66 0.00 4281.31 136024.00 0.00 20:37:52 20:01:01 101.20 0.65 100.55 0.00 20.80 51180.94 0.00 20:37:52 20:02:01 17.26 0.28 16.98 0.00 3.47 4527.66 0.00 20:37:52 20:03:01 225.41 0.12 225.29 0.00 14.53 108931.02 0.00 20:37:52 20:04:01 444.59 15.41 429.18 0.00 2374.40 133114.21 0.00 20:37:52 20:05:01 130.04 7.47 122.57 0.00 3163.94 124890.35 0.00 20:37:52 20:06:01 517.31 0.07 517.25 0.00 0.93 130413.60 0.00 20:37:52 20:07:02 434.95 1.18 433.77 0.00 15.31 170581.49 0.00 20:37:52 20:08:01 650.06 0.02 650.04 0.00 0.14 180230.06 0.00 20:37:52 20:09:01 334.06 0.07 333.99 0.00 3.33 50130.71 0.00 20:37:52 20:10:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 20:37:52 20:11:01 0.97 0.00 0.97 0.00 0.00 11.86 0.00 20:37:52 20:12:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 20:37:52 20:13:01 0.93 0.00 0.93 0.00 0.00 11.60 0.00 20:37:52 20:14:01 2.10 0.02 2.08 0.00 0.13 22.53 0.00 20:37:52 20:15:01 1.65 0.00 1.65 0.00 0.00 18.53 0.00 20:37:52 20:16:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 20:37:52 20:17:01 0.93 0.02 0.92 0.00 0.13 10.66 0.00 20:37:52 20:18:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 20:37:52 20:19:01 1.42 0.00 1.42 0.00 0.00 15.60 0.00 20:37:52 20:20:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 20:37:52 20:21:01 1.53 0.00 1.53 0.00 0.00 16.93 0.00 20:37:52 20:22:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 20:37:52 20:23:01 1.57 0.00 1.57 0.00 0.00 17.20 0.00 20:37:52 20:24:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 20:37:52 20:25:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 20:37:52 20:26:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 20:37:52 20:27:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 20:37:52 20:28:01 1.22 0.00 1.22 0.00 0.00 13.33 0.00 20:37:52 20:29:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 20:37:52 20:30:01 1.45 0.00 1.45 0.00 0.00 15.46 0.00 20:37:52 20:31:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 20:37:52 20:32:01 0.90 0.00 0.90 0.00 0.00 9.33 0.00 20:37:52 20:33:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 20:37:52 20:34:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 20:37:52 20:35:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 20:37:52 20:36:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 20:37:52 20:37:01 0.90 0.00 0.90 0.00 0.00 11.20 0.00 20:37:52 Average: 79.09 1.66 77.44 0.00 258.32 28656.08 0.00 20:37:52 20:37:52 19:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:37:52 20:00:01 28694868 31615240 698736 2.12 73464 3116064 1846572 5.44 1032256 2790720 384628 20:37:52 20:01:01 27773220 31418404 882400 2.68 113320 3722184 2128892 6.27 1605648 3045096 70380 20:37:52 20:02:01 27537768 31435672 861816 2.62 116696 3946412 2089392 6.16 1507440 3350596 436516 20:37:52 20:03:01 25992864 31418448 866648 2.64 123364 5424756 2380856 7.02 1687976 4654056 3412 20:37:52 20:04:01 23431044 31504736 780788 2.37 288608 7651148 1996132 5.88 1832508 6813916 7392 20:37:52 20:05:01 19862600 30480124 1771424 5.39 297192 10084320 4255704 12.54 3450612 8619756 901768 20:37:52 20:06:01 20610880 31155480 1113976 3.39 304996 10037632 3121560 9.20 2495384 8883036 318892 20:37:52 20:07:02 17410552 31467992 802172 2.44 370012 13309596 1972192 5.81 2211684 12194708 693128 20:37:52 20:08:01 17097388 31272824 993252 3.02 376996 13410584 2318800 6.83 2582080 12120096 360484 20:37:52 20:09:01 19115536 31522524 750748 2.28 381728 11688932 1888156 5.56 2422492 10323144 4 20:37:52 20:10:01 19115660 31522724 750380 2.28 381748 11688936 1888156 5.56 2422752 10323148 176 20:37:52 20:11:01 19128676 31535748 737336 2.24 381764 11688940 1888156 5.56 2409992 10323152 264 20:37:52 20:12:01 19128888 31535964 737040 2.24 381784 11688940 1888156 5.56 2409952 10323152 168 20:37:52 20:13:01 19130560 31538136 735484 2.24 381800 11688948 1888156 5.56 2408488 10323612 280 20:37:52 20:14:01 19132156 31539840 733764 2.23 381840 11688944 1881800 5.55 2408176 10323624 8 20:37:52 20:15:01 19132100 31539824 733668 2.23 381868 11688956 1881800 5.55 2408220 10323628 48 20:37:52 20:16:01 19131484 31539268 734128 2.23 381888 11688960 1881800 5.55 2408256 10323640 4 20:37:52 20:17:01 19131372 31539160 734148 2.23 381920 11688956 1881800 5.55 2408540 10323640 172 20:37:52 20:18:01 19130888 31538828 734236 2.23 381924 11689092 1881800 5.55 2408800 10323756 164 20:37:52 20:19:01 19130636 31538644 734452 2.23 381948 11689092 1881800 5.55 2408640 10323776 44 20:37:52 20:20:01 19130540 31538612 734364 2.23 381984 11689096 1881800 5.55 2409036 10323784 164 20:37:52 20:21:01 19130564 31538644 734320 2.23 381996 11689100 1881800 5.55 2408432 10323788 8 20:37:52 20:22:01 19131052 31539136 733796 2.23 382008 11689104 1881800 5.55 2408448 10323788 8 20:37:52 20:23:01 19131288 31539376 733564 2.23 382020 11689108 1881800 5.55 2408432 10323792 40 20:37:52 20:24:01 19130736 31538824 734044 2.23 382044 11689096 1881800 5.55 2408436 10323792 8 20:37:52 20:25:01 19130880 31539036 734020 2.23 382060 11689112 1897852 5.59 2408944 10323804 208 20:37:52 20:26:01 19130904 31539064 733988 2.23 382064 11689116 1881200 5.54 2408500 10323808 8 20:37:52 20:27:01 19130896 31539060 733968 2.23 382072 11689116 1881200 5.54 2408876 10323808 252 20:37:52 20:28:01 19130920 31539092 733924 2.23 382084 11689120 1881200 5.54 2408488 10323812 4 20:37:52 20:29:01 19130800 31539032 733948 2.23 382104 11689120 1881200 5.54 2408960 10323816 116 20:37:52 20:30:01 19130564 31538800 734168 2.23 382116 11689124 1881200 5.54 2408620 10323820 8 20:37:52 20:31:01 19130548 31538792 734116 2.23 382140 11689136 1881200 5.54 2408584 10323824 24 20:37:52 20:32:01 19130508 31538808 734088 2.23 382148 11689136 1881200 5.54 2408552 10323836 8 20:37:52 20:33:01 19130240 31538548 734272 2.23 382164 11689140 1881200 5.54 2408552 10323840 40 20:37:52 20:34:01 19129880 31538192 734756 2.23 382188 11689140 1881200 5.54 2408960 10323840 200 20:37:52 20:35:01 19129872 31538236 734748 2.23 382196 11689144 1881200 5.54 2408728 10323820 172 20:37:52 20:36:01 19129856 31538224 734716 2.23 382212 11689148 1881200 5.54 2408652 10323824 8 20:37:52 20:37:01 19129816 31538184 734700 2.23 382216 11689148 1881200 5.54 2408652 10323824 172 20:37:52 Average: 20083395 31483085 792160 2.41 345860 10781200 2019025 5.95 2323309 9522602 83668 20:37:52 20:37:52 19:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:37:52 20:00:01 ens3 1280.68 1164.94 12270.20 153.19 0.00 0.00 0.00 0.00 20:37:52 20:00:01 docker0 599.92 497.29 41.43 2796.09 0.00 0.00 0.00 0.00 20:37:52 20:00:01 lo 5.08 5.08 0.49 0.49 0.00 0.00 0.00 0.00 20:37:52 20:01:01 ens3 166.67 125.03 720.68 104.10 0.00 0.00 0.00 0.00 20:37:52 20:01:01 docker0 77.27 118.00 6.11 682.87 0.00 0.00 0.00 0.00 20:37:52 20:01:01 veth4d571f5 0.08 0.27 0.01 0.03 0.00 0.00 0.00 0.00 20:37:52 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:02:01 ens3 32.24 20.38 26.80 14.70 0.00 0.00 0.00 0.00 20:37:52 20:02:01 docker0 1.22 1.22 0.09 0.11 0.00 0.00 0.00 0.00 20:37:52 20:02:01 veth4d571f5 1.22 1.23 0.11 0.11 0.00 0.00 0.00 0.00 20:37:52 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:03:01 veth8c2092e 10.58 15.29 1.02 6.00 0.00 0.00 0.00 0.00 20:37:52 20:03:01 ens3 184.82 116.86 1939.06 25.39 0.00 0.00 0.00 0.00 20:37:52 20:03:01 veth348170c 10.31 15.36 1.00 6.01 0.00 0.00 0.00 0.00 20:37:52 20:03:01 veth3c92549 9.73 14.06 0.94 5.65 0.00 0.00 0.00 0.00 20:37:52 20:03:01 vethf1a7035 10.33 15.34 1.00 6.01 0.00 0.00 0.00 0.00 20:37:52 20:03:01 veth8504578 9.11 13.28 0.88 5.34 0.00 0.00 0.00 0.00 20:37:52 20:03:01 docker0 56.81 88.67 4.58 241.31 0.00 0.00 0.00 0.00 20:37:52 20:03:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:37:52 20:03:01 veth9a3e5d0 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 20:37:52 20:04:01 ens3 783.90 453.41 6592.88 44.93 0.00 0.00 0.00 0.00 20:37:52 20:04:01 docker0 439.63 753.97 35.75 6012.32 0.00 0.00 0.00 0.00 20:37:52 20:04:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 20:37:52 20:04:01 veth9a3e5d0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:05:01 vethdc16a86 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:05:01 veth77fa903 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:05:01 ens3 73.54 34.51 1391.35 6.59 0.00 0.00 0.00 0.00 20:37:52 20:05:01 vethd4d666f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:05:01 veth385376e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:05:01 veth1c53550 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:05:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 20:37:52 20:05:01 veth9a3e5d0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:06:01 ens3 57.61 37.21 330.09 15.75 0.00 0.00 0.00 0.00 20:37:52 20:06:01 veth964f3bf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:06:01 docker0 10.25 22.06 0.66 302.54 0.00 0.00 0.00 0.00 20:37:52 20:06:01 vethb38bbdd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:06:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 20:37:52 20:06:01 veth9a3e5d0 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:07:02 ens3 604.25 306.69 3705.88 36.27 0.00 0.00 0.00 0.00 20:37:52 20:07:02 docker0 295.71 583.95 23.43 3689.55 0.00 0.00 0.00 0.00 20:37:52 20:07:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:07:02 veth9a3e5d0 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:08:01 ens3 64.70 36.84 409.53 17.14 0.00 0.00 0.00 0.00 20:37:52 20:08:01 veth2e6661d 0.02 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:08:01 docker0 15.05 29.00 0.98 380.86 0.00 0.00 0.00 0.00 20:37:52 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:08:01 veth9a3e5d0 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 20:37:52 20:09:01 ens3 44.71 62.37 16.74 198.08 0.00 0.00 0.00 0.00 20:37:52 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:10:01 ens3 0.25 0.10 0.08 0.06 0.00 0.00 0.00 0.00 20:37:52 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:13:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:15:01 ens3 0.28 0.23 0.09 0.07 0.00 0.00 0.00 0.00 20:37:52 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:16:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:18:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:19:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:20:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:37:52 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:25:01 ens3 0.27 0.27 0.08 0.08 0.00 0.00 0.00 0.00 20:37:52 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:30:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:37:52 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:31:01 ens3 0.35 0.22 0.63 0.01 0.00 0.00 0.00 0.00 20:37:52 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:33:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:35:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:37:52 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:36:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:52 20:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:52 Average: ens3 86.48 61.77 717.74 16.18 0.00 0.00 0.00 0.00 20:37:52 Average: docker0 39.25 55.19 2.97 371.75 0.00 0.00 0.00 0.00 20:37:52 Average: lo 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 20:37:52 20:37:52 20:37:52 ---> sar -P ALL: 20:37:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12619) 05/03/23 _x86_64_ (8 CPU) 20:37:52 20:37:52 19:58:19 LINUX RESTART (8 CPU) 20:37:52 20:37:52 19:59:02 CPU %user %nice %system %iowait %steal %idle 20:37:52 20:00:01 all 10.01 0.00 3.43 3.26 0.06 83.24 20:37:52 20:00:01 0 10.96 0.00 4.38 8.92 0.09 75.66 20:37:52 20:00:01 1 8.76 0.00 3.14 0.68 0.07 87.34 20:37:52 20:00:01 2 11.27 0.00 2.56 0.80 0.05 85.31 20:37:52 20:00:01 3 10.58 0.00 4.67 6.25 0.07 78.44 20:37:52 20:00:01 4 14.31 0.00 3.86 2.21 0.05 79.57 20:37:52 20:00:01 5 10.77 0.00 3.84 0.48 0.03 84.88 20:37:52 20:00:01 6 7.47 0.00 2.29 3.58 0.05 86.61 20:37:52 20:00:01 7 5.91 0.00 2.71 3.20 0.09 88.09 20:37:52 20:01:01 all 24.92 0.00 4.87 3.05 0.07 67.08 20:37:52 20:01:01 0 26.61 0.00 5.13 5.60 0.07 62.60 20:37:52 20:01:01 1 25.85 0.00 4.59 0.82 0.07 68.67 20:37:52 20:01:01 2 27.61 0.00 6.74 11.59 0.07 53.99 20:37:52 20:01:01 3 23.22 0.00 4.19 0.12 0.08 72.38 20:37:52 20:01:01 4 23.37 0.00 3.55 0.15 0.07 72.86 20:37:52 20:01:01 5 26.21 0.00 5.18 0.77 0.08 67.76 20:37:52 20:01:01 6 21.41 0.00 4.46 0.02 0.07 74.04 20:37:52 20:01:01 7 25.11 0.00 5.17 5.40 0.08 64.24 20:37:52 20:02:01 all 38.52 0.00 5.43 0.22 0.09 55.74 20:37:52 20:02:01 0 38.81 0.00 5.70 0.20 0.10 55.19 20:37:52 20:02:01 1 39.85 0.00 5.68 0.07 0.08 54.32 20:37:52 20:02:01 2 38.56 0.00 5.73 0.49 0.10 55.12 20:37:52 20:02:01 3 35.62 0.00 4.76 0.42 0.08 59.12 20:37:52 20:02:01 4 40.08 0.00 5.42 0.30 0.08 54.11 20:37:52 20:02:01 5 39.47 0.00 5.83 0.03 0.08 54.58 20:37:52 20:02:01 6 35.32 0.00 5.06 0.10 0.10 59.41 20:37:52 20:02:01 7 40.39 0.00 5.30 0.12 0.08 54.11 20:37:52 20:03:01 all 14.41 0.00 6.51 5.04 0.08 73.96 20:37:52 20:03:01 0 14.72 0.00 6.43 0.41 0.08 78.36 20:37:52 20:03:01 1 14.69 0.00 6.61 0.42 0.05 78.23 20:37:52 20:03:01 2 16.21 0.00 6.29 12.33 0.07 65.11 20:37:52 20:03:01 3 12.48 0.00 6.62 19.00 0.08 61.81 20:37:52 20:03:01 4 14.21 0.00 6.29 0.41 0.07 79.03 20:37:52 20:03:01 5 13.35 0.00 4.85 2.70 0.12 78.98 20:37:52 20:03:01 6 15.48 0.00 7.58 0.46 0.07 76.42 20:37:52 20:03:01 7 14.12 0.00 7.44 4.65 0.09 73.71 20:37:52 20:04:01 all 8.64 0.00 4.60 20.31 0.06 66.38 20:37:52 20:04:01 0 8.00 0.00 4.01 6.19 0.05 81.76 20:37:52 20:04:01 1 8.94 0.00 4.28 6.65 0.05 80.08 20:37:52 20:04:01 2 8.89 0.00 4.22 6.88 0.03 79.98 20:37:52 20:04:01 3 8.95 0.00 4.23 9.10 0.05 77.67 20:37:52 20:04:01 4 8.32 0.00 4.61 39.53 0.05 47.49 20:37:52 20:04:01 5 8.95 0.00 4.20 18.35 0.05 68.45 20:37:52 20:04:01 6 8.84 0.00 6.16 63.84 0.10 21.05 20:37:52 20:04:01 7 8.27 0.00 5.09 12.38 0.12 74.14 20:37:52 20:05:01 all 38.38 0.00 6.97 14.07 0.09 40.49 20:37:52 20:05:01 0 38.61 0.00 6.12 1.44 0.08 53.75 20:37:52 20:05:01 1 38.31 0.00 7.49 5.01 0.10 49.09 20:37:52 20:05:01 2 38.53 0.00 7.06 15.12 0.10 39.19 20:37:52 20:05:01 3 38.17 0.00 6.89 47.39 0.08 7.48 20:37:52 20:05:01 4 38.14 0.00 7.03 2.31 0.08 52.44 20:37:52 20:05:01 5 39.04 0.00 6.16 8.15 0.08 46.57 20:37:52 20:05:01 6 38.05 0.00 7.16 1.60 0.07 53.11 20:37:52 20:05:01 7 38.21 0.00 7.85 31.77 0.10 22.07 20:37:52 20:06:01 all 14.60 0.00 5.24 18.85 0.11 61.21 20:37:52 20:06:01 0 14.92 0.00 6.14 11.03 0.08 67.83 20:37:52 20:06:01 1 14.52 0.00 6.43 25.81 0.10 53.14 20:37:52 20:06:01 2 14.16 0.00 3.77 15.78 0.07 66.23 20:37:52 20:06:01 3 13.19 0.00 4.38 4.03 0.08 78.32 20:37:52 20:06:01 4 15.62 0.00 5.21 23.46 0.08 55.63 20:37:52 20:06:01 5 16.02 0.00 6.73 23.21 0.08 53.96 20:37:52 20:06:01 6 15.12 0.00 5.53 40.63 0.17 38.56 20:37:52 20:06:01 7 13.24 0.00 3.75 6.92 0.20 75.89 20:37:52 20:07:02 all 25.45 0.00 8.67 26.65 0.17 39.06 20:37:52 20:07:02 0 27.84 0.00 10.79 38.87 0.24 22.26 20:37:52 20:07:02 1 23.80 0.00 8.42 16.22 0.17 51.40 20:37:52 20:07:02 2 24.82 0.00 8.07 16.05 0.35 50.71 20:37:52 20:07:02 3 25.19 0.00 8.44 18.25 0.14 47.98 20:37:52 20:07:02 4 27.81 0.00 8.07 24.08 0.08 39.96 20:37:52 20:07:02 5 26.11 0.00 8.14 21.39 0.10 44.26 20:37:52 20:07:02 6 25.06 0.00 8.30 45.04 0.17 21.44 20:37:52 20:07:02 7 22.97 0.00 9.19 33.55 0.14 34.16 20:37:52 20:08:01 all 30.38 0.00 8.94 20.14 0.17 40.37 20:37:52 20:08:01 0 35.59 0.00 10.65 21.67 0.26 31.83 20:37:52 20:08:01 1 27.92 0.00 9.78 39.24 0.21 22.85 20:37:52 20:08:01 2 30.03 0.00 7.75 7.52 0.14 54.56 20:37:52 20:08:01 3 29.33 0.00 7.56 8.16 0.10 54.85 20:37:52 20:08:01 4 31.08 0.00 9.49 15.19 0.16 44.09 20:37:52 20:08:01 5 31.14 0.00 8.57 11.62 0.12 48.55 20:37:52 20:08:01 6 29.03 0.00 7.82 15.60 0.23 47.33 20:37:52 20:08:01 7 28.96 0.00 9.90 42.31 0.16 18.68 20:37:52 20:09:01 all 18.30 0.00 3.80 4.90 0.05 72.94 20:37:52 20:09:01 0 21.13 0.00 4.18 3.56 0.07 71.07 20:37:52 20:09:01 1 17.90 0.00 3.45 4.45 0.08 74.12 20:37:52 20:09:01 2 17.68 0.00 4.11 10.16 0.05 67.99 20:37:52 20:09:01 3 17.27 0.00 3.64 5.84 0.05 73.20 20:37:52 20:09:01 4 17.64 0.00 3.46 0.89 0.05 77.96 20:37:52 20:09:01 5 17.85 0.00 3.61 3.20 0.03 75.30 20:37:52 20:09:01 6 18.33 0.00 4.18 2.96 0.03 74.50 20:37:52 20:09:01 7 18.53 0.00 3.80 8.17 0.05 69.46 20:37:52 20:10:01 all 0.17 0.00 0.01 0.01 0.01 99.80 20:37:52 20:10:01 0 1.24 0.00 0.03 0.00 0.03 98.69 20:37:52 20:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:10:01 3 0.07 0.00 0.02 0.05 0.00 99.87 20:37:52 20:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:10:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:37:52 20:37:52 20:10:01 CPU %user %nice %system %iowait %steal %idle 20:37:52 20:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:37:52 20:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:52 20:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:11:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:37:52 20:11:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:37:52 20:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:37:52 20:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:11:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:37:52 20:12:01 all 0.15 0.00 0.01 0.01 0.01 99.81 20:37:52 20:12:01 0 1.19 0.00 0.07 0.00 0.02 98.73 20:37:52 20:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:12:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:37:52 20:12:01 3 0.00 0.00 0.00 0.10 0.02 99.88 20:37:52 20:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:13:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:37:52 20:13:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:37:52 20:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:13:01 2 0.03 0.00 0.00 0.02 0.02 99.93 20:37:52 20:13:01 3 0.03 0.00 0.02 0.02 0.03 99.90 20:37:52 20:13:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:37:52 20:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:13:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:37:52 20:14:01 all 0.01 0.00 0.02 0.02 0.00 99.94 20:37:52 20:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:37:52 20:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:37:52 20:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:52 20:14:01 3 0.03 0.00 0.03 0.02 0.02 99.90 20:37:52 20:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:14:01 5 0.00 0.00 0.03 0.00 0.00 99.97 20:37:52 20:14:01 6 0.00 0.00 0.02 0.07 0.00 99.92 20:37:52 20:14:01 7 0.03 0.00 0.02 0.07 0.00 99.88 20:37:52 20:15:01 all 0.12 0.00 0.01 0.01 0.01 99.86 20:37:52 20:15:01 0 0.86 0.00 0.02 0.00 0.00 99.12 20:37:52 20:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:37:52 20:15:01 3 0.02 0.00 0.00 0.02 0.03 99.93 20:37:52 20:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:15:01 7 0.02 0.00 0.02 0.03 0.02 99.92 20:37:52 20:16:01 all 0.12 0.00 0.02 0.00 0.01 99.85 20:37:52 20:16:01 0 0.96 0.00 0.10 0.00 0.02 98.92 20:37:52 20:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:16:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:37:52 20:16:01 3 0.00 0.00 0.03 0.02 0.02 99.93 20:37:52 20:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:16:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:37:52 20:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:17:01 all 0.03 0.00 0.00 0.00 0.01 99.96 20:37:52 20:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 20:37:52 20:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:17:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:37:52 20:17:01 3 0.05 0.00 0.00 0.02 0.03 99.90 20:37:52 20:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:37:52 20:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:37:52 20:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:18:01 all 0.01 0.00 0.00 0.00 0.01 99.98 20:37:52 20:18:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:37:52 20:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:18:01 3 0.02 0.00 0.00 0.02 0.03 99.93 20:37:52 20:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:18:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:37:52 20:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:37:52 20:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:19:01 3 0.07 0.00 0.03 0.02 0.02 99.87 20:37:52 20:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:19:01 7 0.00 0.00 0.00 0.02 0.02 99.97 20:37:52 20:20:01 all 0.01 0.00 0.01 0.00 0.01 99.98 20:37:52 20:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:52 20:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:20:01 3 0.02 0.00 0.02 0.02 0.03 99.92 20:37:52 20:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:20:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:37:52 20:21:01 all 0.13 0.00 0.01 0.00 0.01 99.85 20:37:52 20:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:37:52 20:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:37:52 20:21:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:37:52 20:21:01 3 0.00 0.00 0.02 0.02 0.03 99.93 20:37:52 20:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:21:01 5 0.96 0.00 0.00 0.00 0.00 99.04 20:37:52 20:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:37:52 20:21:01 CPU %user %nice %system %iowait %steal %idle 20:37:52 20:22:01 all 0.06 0.00 0.01 0.00 0.01 99.92 20:37:52 20:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:37:52 20:22:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:22:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:37:52 20:22:01 3 0.02 0.00 0.00 0.02 0.03 99.93 20:37:52 20:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:22:01 5 0.37 0.00 0.03 0.00 0.02 99.58 20:37:52 20:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:23:01 all 0.10 0.00 0.02 0.02 0.00 99.86 20:37:52 20:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:23:01 3 0.02 0.00 0.02 0.03 0.02 99.92 20:37:52 20:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:23:01 5 0.76 0.00 0.10 0.00 0.00 99.14 20:37:52 20:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:23:01 7 0.00 0.00 0.02 0.10 0.02 99.87 20:37:52 20:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:37:52 20:24:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:37:52 20:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:37:52 20:24:01 3 0.02 0.00 0.02 0.00 0.03 99.93 20:37:52 20:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:24:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:37:52 20:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:25:01 all 0.01 0.00 0.00 0.00 0.01 99.97 20:37:52 20:25:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:37:52 20:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:25:01 3 0.00 0.00 0.00 0.02 0.03 99.95 20:37:52 20:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:25:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:25:01 7 0.00 0.00 0.00 0.02 0.02 99.97 20:37:52 20:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:37:52 20:26:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:26:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:37:52 20:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:26:01 5 0.02 0.00 0.02 0.00 0.03 99.93 20:37:52 20:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:26:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:37:52 20:27:01 all 0.17 0.00 0.00 0.01 0.01 99.81 20:37:52 20:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:27:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:37:52 20:27:01 3 0.00 0.00 0.00 0.05 0.02 99.93 20:37:52 20:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:27:01 5 1.31 0.00 0.00 0.00 0.02 98.68 20:37:52 20:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:28:01 all 0.18 0.00 0.01 0.00 0.01 99.80 20:37:52 20:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:37:52 20:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:37:52 20:28:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:37:52 20:28:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:37:52 20:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:28:01 5 1.39 0.00 0.00 0.00 0.03 98.58 20:37:52 20:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:29:01 all 0.01 0.00 0.00 0.03 0.01 99.95 20:37:52 20:29:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:29:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:37:52 20:29:01 3 0.00 0.00 0.00 0.18 0.02 99.80 20:37:52 20:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:29:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:37:52 20:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:29:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:30:01 all 0.02 0.00 0.00 0.04 0.00 99.94 20:37:52 20:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:30:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:37:52 20:30:01 3 0.02 0.00 0.00 0.12 0.00 99.87 20:37:52 20:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:30:01 5 0.05 0.00 0.00 0.00 0.02 99.93 20:37:52 20:30:01 6 0.00 0.00 0.00 0.18 0.00 99.82 20:37:52 20:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:31:01 all 0.09 0.00 0.01 0.01 0.01 99.88 20:37:52 20:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:52 20:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:37:52 20:31:01 2 0.00 0.00 0.02 0.07 0.02 99.90 20:37:52 20:31:01 3 0.60 0.00 0.00 0.02 0.02 99.37 20:37:52 20:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:31:01 5 0.03 0.00 0.03 0.00 0.03 99.90 20:37:52 20:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:31:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:32:01 all 0.00 0.00 0.01 0.01 0.01 99.97 20:37:52 20:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:32:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:37:52 20:32:01 3 0.00 0.00 0.00 0.08 0.02 99.90 20:37:52 20:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:32:01 5 0.02 0.00 0.03 0.00 0.03 99.92 20:37:52 20:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:37:52 20:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:37:52 20:32:01 CPU %user %nice %system %iowait %steal %idle 20:37:52 20:33:01 all 0.09 0.00 0.01 0.01 0.01 99.89 20:37:52 20:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:37:52 20:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:37:52 20:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:37:52 20:33:01 3 0.60 0.00 0.00 0.03 0.02 99.35 20:37:52 20:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:33:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:37:52 20:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:33:01 7 0.00 0.00 0.03 0.00 0.00 99.97 20:37:52 20:34:01 all 0.04 0.00 0.00 0.00 0.01 99.94 20:37:52 20:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:37:52 20:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:34:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:37:52 20:34:01 3 0.30 0.00 0.00 0.02 0.00 99.68 20:37:52 20:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:34:01 5 0.02 0.00 0.02 0.00 0.03 99.93 20:37:52 20:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:35:01 all 0.03 0.00 0.00 0.00 0.01 99.96 20:37:52 20:35:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:37:52 20:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:37:52 20:35:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:37:52 20:35:01 3 0.15 0.00 0.00 0.00 0.02 99.83 20:37:52 20:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:35:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:52 20:36:01 all 0.05 0.00 0.01 0.00 0.01 99.93 20:37:52 20:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:36:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:37:52 20:36:01 3 0.40 0.00 0.00 0.02 0.02 99.57 20:37:52 20:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:36:01 5 0.03 0.00 0.03 0.00 0.03 99.90 20:37:52 20:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:37:01 all 0.03 0.00 0.01 0.01 0.01 99.94 20:37:52 20:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:52 20:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:37:52 20:37:01 2 0.02 0.00 0.05 0.10 0.02 99.82 20:37:52 20:37:01 3 0.13 0.00 0.00 0.02 0.00 99.85 20:37:52 20:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:52 20:37:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:37:52 20:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:52 20:37:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:37:52 Average: all 5.87 0.00 1.53 3.03 0.03 89.54 20:37:52 Average: 0 6.29 0.00 1.66 2.52 0.04 89.49 20:37:52 Average: 1 5.75 0.00 1.56 2.56 0.03 90.10 20:37:52 Average: 2 5.95 0.00 1.47 2.54 0.03 90.01 20:37:52 Average: 3 5.64 0.00 1.45 3.12 0.04 89.77 20:37:52 Average: 4 6.02 0.00 1.49 2.83 0.02 89.64 20:37:52 Average: 5 6.10 0.00 1.50 2.34 0.03 90.04 20:37:52 Average: 6 5.58 0.00 1.52 4.52 0.03 88.35 20:37:52 Average: 7 5.61 0.00 1.57 3.84 0.03 88.95 20:37:52 20:37:52 20:37:52