Pull request #4524 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 10d38c88c8fe0305019976539f89d3b6b7b47d7b+6ed5f643afd548d7d3f8a26d03abe2373781a040 (a30486bf8187b6655ff10bbcd53291be651d2c39) 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-ssh12049382032585894516.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-ssh2399096543863719283.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-4524/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-4524/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6493814616024922511.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-4524/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2842944524136103611.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-ssh14312810114953563144.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-4524/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-4524/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9844864180361304379.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-9314’ Running on prd-ubuntu20.04-docker-8c-8g-9318 in /w/workspace/edgexfoundry_edgex-go_PR-4524 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4524/head:refs/remotes/origin/PR-4524 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6ed5f643afd548d7d3f8a26d03abe2373781a040 into PR head commit 10d38c88c8fe0305019976539f89d3b6b7b47d7b Merge succeeded, producing 10d38c88c8fe0305019976539f89d3b6b7b47d7b Checking out Revision 10d38c88c8fe0305019976539f89d3b6b7b47d7b (PR-4524) 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 20:02:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # 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 6ed5f643afd548d7d3f8a26d03abe2373781a040 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # timeout=10 [Pipeline] withCredentials 20:02:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:02:13 ========================================================= 20:02:13 EdgeX Global Pipelines Version Info 20:02:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:02:14 ------------------- 20:02:14 stable info: 20:02:14 ------------------- 20:02:14 Commited By: Bill Mahoney bill.mahoney@intel.com 20:02:14 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:02:14 Message: update stable to v1.0.248 20:02:14 ------------------- 20:02:14 experimental info: 20:02:14 ------------------- 20:02:14 Commited By: **** collab-it+edgex@linuxfoundation.org 20:02:14 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:02:14 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:02:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4524 [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4524 [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4524 [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10d38c8 [Pipeline] echo 20:02:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:02:16 provisioning config files... 20:02:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4448709062052348996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:02:16 ---> docker-login.sh 20:02:16 nexus3.edgexfoundry.org:10001 20:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:17 Configure a credential helper to remove this warning. See 20:02:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:17 20:02:17 Login Succeeded 20:02:17 nexus3.edgexfoundry.org:10002 20:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:17 Configure a credential helper to remove this warning. See 20:02:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:17 20:02:17 Login Succeeded 20:02:17 nexus3.edgexfoundry.org:10003 20:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:17 Configure a credential helper to remove this warning. See 20:02:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:17 20:02:17 Login Succeeded 20:02:17 nexus3.edgexfoundry.org:10004 20:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:17 Configure a credential helper to remove this warning. See 20:02:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:17 20:02:17 Login Succeeded 20:02:17 docker.io 20:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:18 Configure a credential helper to remove this warning. See 20:02:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:18 20:02:18 Login Succeeded 20:02:18 ---> docker-login.sh ends [Pipeline] } 20:02:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:02:18 + 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 20:02:18 + dirname cmd/core-command/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo core-command,cmd/core-command/Dockerfile 20:02:18 + + cut -d/ -f2 20:02:18 dirname cmd/core-common-config-bootstrapper/Dockerfile 20:02:18 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 20:02:18 + dirname cmd/core-data/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo core-data,cmd/core-data/Dockerfile 20:02:18 + dirname cmd/core-metadata/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo core-metadata,cmd/core-metadata/Dockerfile 20:02:18 + dirname cmd/security-bootstrapper/Dockerfile+ 20:02:18 cut -d/ -f2 20:02:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:02:18 + dirname cmd/security-proxy-auth/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 20:02:18 + dirname cmd/security-proxy-setup/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:02:18 + + dirname cmd/security-secretstore-setup/Dockerfile 20:02:18 cut -d/ -f2 20:02:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:02:18 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:02:18 + dirname cmd/security-spire-agent/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:02:18 + dirname cmd/security-spire-config/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:02:18 + + dirname cmd/security-spire-server/Dockerfilecut 20:02:18 -d/ -f2 20:02:18 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:02:18 + dirname cmd/support-notifications/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo support-notifications,cmd/support-notifications/Dockerfile 20:02:18 + dirname cmd/support-scheduler/Dockerfile 20:02:18 + cut -d/ -f2 20:02:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:02:18 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 20:02:19 + git rev-list -1 --merges 10d38c88c8fe0305019976539f89d3b6b7b47d7b~1..10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] echo 20:02:19 -----------> git rev-list -1 --merges 10d38c88c8fe0305019976539f89d3b6b7b47d7b~1..10d38c88c8fe0305019976539f89d3b6b7b47d7b 10d38c88c8fe0305019976539f89d3b6b7b47d7b [false] [Pipeline] sh 20:02:19 + git log --format=format:%s -1 10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] echo 20:02:19 ========================================================= 20:02:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:02:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:02:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:02:19 + grep -v github /etc/ssh/ssh_known_hosts 20:02:19 + [ -e /tmp/ssh_known_hosts ] 20:02:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:02:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:02:19 + sudo tee -a /etc/ssh/ssh_known_hosts 20:02:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:02:20 20:02:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:02:20 0.1.4: Pulling from edgex-devops/py-git-semver 20:02:20 b85a868b505f: Pulling fs layer 20:02:20 e2be974225ed: Pulling fs layer 20:02:20 339a4e72a1f5: Pulling fs layer 20:02:20 988bab9f4d93: Pulling fs layer 20:02:20 1469e6f7b9e6: Pulling fs layer 20:02:20 eaf3925da568: Pulling fs layer 20:02:20 bab4dde63d76: Pulling fs layer 20:02:20 bde34c3a00c8: Pulling fs layer 20:02:20 b352a97aabf1: Pulling fs layer 20:02:20 4872d77fe225: Pulling fs layer 20:02:20 5851b861e8e6: Pulling fs layer 20:02:20 988bab9f4d93: Waiting 20:02:20 1469e6f7b9e6: Waiting 20:02:20 eaf3925da568: Waiting 20:02:20 bab4dde63d76: Waiting 20:02:20 bde34c3a00c8: Waiting 20:02:20 b352a97aabf1: Waiting 20:02:20 5851b861e8e6: Waiting 20:02:20 e2be974225ed: Verifying Checksum 20:02:20 e2be974225ed: Download complete 20:02:20 988bab9f4d93: Verifying Checksum 20:02:20 988bab9f4d93: Download complete 20:02:20 1469e6f7b9e6: Verifying Checksum 20:02:20 1469e6f7b9e6: Download complete 20:02:20 339a4e72a1f5: Verifying Checksum 20:02:20 339a4e72a1f5: Download complete 20:02:20 eaf3925da568: Verifying Checksum 20:02:20 eaf3925da568: Download complete 20:02:20 bde34c3a00c8: Verifying Checksum 20:02:20 bde34c3a00c8: Download complete 20:02:20 b352a97aabf1: Verifying Checksum 20:02:20 b352a97aabf1: Download complete 20:02:20 4872d77fe225: Verifying Checksum 20:02:20 4872d77fe225: Download complete 20:02:20 5851b861e8e6: Verifying Checksum 20:02:20 5851b861e8e6: Download complete 20:02:20 b85a868b505f: Download complete 20:02:21 bab4dde63d76: Verifying Checksum 20:02:21 bab4dde63d76: Download complete 20:02:22 b85a868b505f: Pull complete 20:02:22 e2be974225ed: Pull complete 20:02:22 339a4e72a1f5: Pull complete 20:02:23 988bab9f4d93: Pull complete 20:02:23 1469e6f7b9e6: Pull complete 20:02:23 eaf3925da568: Pull complete 20:02:25 bab4dde63d76: Pull complete 20:02:25 bde34c3a00c8: Pull complete 20:02:25 b352a97aabf1: Pull complete 20:02:25 4872d77fe225: Pull complete 20:02:25 5851b861e8e6: Pull complete 20:02:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:02:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:02:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:25 prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container 20:02:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:02:28 $ docker top e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 -eo pid,comm 20:02:28 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:02:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:02:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:02:29 [ssh-agent] Looking for ssh-agent implementation... 20:02:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:02:29 $ docker exec e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent 20:02:29 SSH_AUTH_SOCK=/tmp/ssh-80P3GSL9Y9vE/agent.32 20:02:29 SSH_AGENT_PID=38 20:02:29 Running ssh-add (command line suppressed) 20:02:29 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3639910467192289922.key (/w/workspace/edgex-go/1@tmp/private_key_3639910467192289922.key) 20:02:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:02:29 + git tag --points-at HEAD [Pipeline] } 20:02:29 $ docker exec --env ******** --env ******** e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent -k 20:02:29 unset SSH_AUTH_SOCK; 20:02:29 unset SSH_AGENT_PID; 20:02:29 echo Agent pid 38 killed; 20:02:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:02:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:02:30 [ssh-agent] Looking for ssh-agent implementation... 20:02:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:02:30 $ docker exec e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent 20:02:30 SSH_AUTH_SOCK=/tmp/ssh-eH6KINlBatVQ/agent.70 20:02:30 SSH_AGENT_PID=76 20:02:30 Running ssh-add (command line suppressed) 20:02:30 Identity added: /w/workspace/edgex-go/1@tmp/private_key_13117696707454153631.key (/w/workspace/edgex-go/1@tmp/private_key_13117696707454153631.key) 20:02:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:02:30 + git semver init 20:02:31 2023-04-21 20:02:30,972 [run_init] DEBUG init version:0.0.0 force:False 20:02:31 2023-04-21 20:02:30,973 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:02:31 2023-04-21 20:02:30,974 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:02:31 2023-04-21 20:02:30,974 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 20:02:36 2023-04-21 20:02:36,062 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:02:36 2023-04-21 20:02:36,062 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4524 with force:False 20:02:36 2023-04-21 20:02:36,062 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4524 20:02:36 2023-04-21 20:02:36,066 [execute] INFO git cat-file --batch-check 20:02:36 2023-04-21 20:02:36,067 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:02:36 2023-04-21 20:02:36,073 [execute] INFO git cat-file --batch 20:02:36 2023-04-21 20:02:36,073 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:02:36 2023-04-21 20:02:36,078 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4524 20:02:36 0.0.0 [Pipeline] } 20:02:36 $ docker exec --env ******** --env ******** e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 ssh-agent -k 20:02:36 unset SSH_AUTH_SOCK; 20:02:36 unset SSH_AGENT_PID; 20:02:36 echo Agent pid 76 killed; 20:02:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:02:36 + git semver [Pipeline] } 20:02:37 $ docker stop --time=1 e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 20:02:38 $ docker rm -f --volumes e5fc4bff485801132d49116c7de701992e874b2b723a60bc44a77d627304d9d5 [Pipeline] // withDockerContainer [Pipeline] sh 20:02:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:02:39 Stashed 1 file(s) [Pipeline] echo 20:02:39 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:02:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:02:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:02:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:02:40 ========================================================= 20:02:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 20:02:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:02:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:02:40 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 20:02:40 63b65145d645: Pulling fs layer 20:02:40 a2d21d5440eb: Pulling fs layer 20:02:40 935e6c44a52c: Pulling fs layer 20:02:40 94cc34f8dd06: Pulling fs layer 20:02:40 30dea6a524f1: Pulling fs layer 20:02:40 a2aff8979fd8: Pulling fs layer 20:02:40 6808be2612f2: Pulling fs layer 20:02:40 f25807f1079a: Pulling fs layer 20:02:40 94cc34f8dd06: Waiting 20:02:40 30dea6a524f1: Waiting 20:02:40 f25807f1079a: Waiting 20:02:40 6808be2612f2: Waiting 20:02:40 a2aff8979fd8: Waiting 20:02:40 a2d21d5440eb: Verifying Checksum 20:02:40 a2d21d5440eb: Download complete 20:02:40 94cc34f8dd06: Verifying Checksum 20:02:40 94cc34f8dd06: Download complete 20:02:40 30dea6a524f1: Verifying Checksum 20:02:40 30dea6a524f1: Download complete 20:02:40 63b65145d645: Verifying Checksum 20:02:40 63b65145d645: Download complete 20:02:40 a2aff8979fd8: Download complete 20:02:41 63b65145d645: Pull complete 20:02:41 a2d21d5440eb: Pull complete 20:02:41 f25807f1079a: Download complete 20:02:41 935e6c44a52c: Verifying Checksum 20:02:41 935e6c44a52c: Download complete 20:02:41 6808be2612f2: Verifying Checksum 20:02:41 6808be2612f2: Download complete 20:02:44 935e6c44a52c: Pull complete 20:02:44 94cc34f8dd06: Pull complete 20:02:45 30dea6a524f1: Pull complete 20:02:45 a2aff8979fd8: Pull complete 20:02:47 6808be2612f2: Pull complete 20:02:48 f25807f1079a: Pull complete 20:02:48 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 20:02:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:02:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:02:48 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:02:48 WORKDIR /edgex 20:02:48 COPY go.mod . 20:02:48 RUN go mod download build 20:02:48 -t ci-base-image-x86_64 -f - . 20:02:49 Sending build context to Docker daemon 170.6MB 20:02:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:02:49 ---> 3b553350e43f 20:02:49 Step 2/4 : WORKDIR /edgex 20:02:54 Still waiting to schedule task 20:02:54 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9317’ 20:02:55 ---> Running in 6c71f544a52f 20:02:55 Removing intermediate container 6c71f544a52f 20:02:55 ---> 68042eef720a 20:02:55 Step 3/4 : COPY go.mod . 20:02:56 ---> d013e464b408 20:02:56 Step 4/4 : RUN go mod download 20:02:56 ---> Running in 6ef614503e73 20:03:12 Removing intermediate container 6ef614503e73 20:03:12 ---> eeb8dd2610a2 20:03:12 Successfully built eeb8dd2610a2 20:03:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:12 + docker inspect -f . ci-base-image-x86_64 20:03:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:12 prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container 20:03:12 $ 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-x86_64 cat 20:03:12 $ docker top 3c1e0769b0003184d8f0d88d6f2142dc110e13604ebf04746259ba81b818126c -eo pid,comm [Pipeline] { [Pipeline] sh 20:03:13 + go version 20:03:13 go version go1.20.2 linux/amd64 [Pipeline] } 20:03:13 $ docker stop --time=1 3c1e0769b0003184d8f0d88d6f2142dc110e13604ebf04746259ba81b818126c 20:03:14 $ docker rm -f --volumes 3c1e0769b0003184d8f0d88d6f2142dc110e13604ebf04746259ba81b818126c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:15 + docker inspect -f . ci-base-image-x86_64 20:03:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:16 prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container 20:03:16 $ 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-x86_64 cat 20:03:16 $ docker top c23aad8ac1bb1b2e24699fef12c4879491154f664f89e6034a83860f8c0a69e0 -eo pid,comm [Pipeline] { [Pipeline] echo 20:03:16 ========================================================= 20:03:16 [edgeXBuildGoParallel] Running Tests and Build... 20:03:16 ========================================================= [Pipeline] sh 20:03:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:03:17 + make test 20:03:17 go test -race -coverprofile=coverage.out ./... 20:03:25 ? github.com/edgexfoundry/edgex-go [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:03:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.038s coverage: 28.7% of statements 20:03:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.087s coverage: 71.5% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:03:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:03:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:03:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.074s coverage: 54.0% of statements 20:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:03:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.131s coverage: 88.5% of statements 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.418s coverage: 95.6% of statements 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:03:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:03:55 ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements 20:03:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:03:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:03:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:03:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.066s coverage: 65.9% of statements 20:03:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:03:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.085s coverage: 0.9% of statements 20:03:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:03:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements 20:03:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 44.1% of statements 20:03:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 82.9% of statements 20:03:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 20:03:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 20:03:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:04:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:04:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:04:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:04:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:04:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:04:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:04:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:04:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:04:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:04:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:04:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:04:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:04:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:04:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:04:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:04:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:04:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:04:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:04:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:04:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:04:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:04:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:04:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:04:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 20:04:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:04:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:04:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:04:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:04:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:04:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:04:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:04:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.290s coverage: 79.9% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.068s coverage: 92.9% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 64.4% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 81.8% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.102s coverage: 82.1% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 86.0% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.1% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 38.4% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.141s coverage: 92.3% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.047s coverage: 61.5% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements 20:04:22 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:04:23 running golangci-lint 20:04:23 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:04:23 go version go1.20.2 linux/amd64 20:04:23 level=info msg="[config_reader] Used config file .golangci.yml" 20:04:23 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:04:41 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 15.485849235s" 20:04:41 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 48.097174ms" 20:04:48 level=info msg="[linters_context/goanalysis] analyzers took 1m0.947053509s with top 10 stages: buildir: 35.555752044s, inspect: 1.820407338s, fact_deprecated: 1.616508021s, S1038: 1.372348826s, gosec: 1.339685717s, printf: 1.116413141s, ctrlflow: 970.844479ms, fact_purity: 912.856421ms, unused: 788.712508ms, nilness: 736.535648ms" 20:04:48 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:04:48 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 203/203, autogenerated_exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, cgo: 203/203, identifier_marker: 203/203, path_prettifier: 203/203, skip_dirs: 203/203, exclude: 203/203, filename_unadjuster: 203/203" 20:04:48 level=info msg="[runner] processing took 16.064034ms with stages: nolint: 6.875632ms, identifier_marker: 4.902527ms, exclude-rules: 1.711238ms, autogenerated_exclude: 1.170316ms, path_prettifier: 924.32µs, skip_dirs: 427.199µs, cgo: 33.551µs, filename_unadjuster: 15.271µs, max_same_issues: 770ns, uniq_by_line: 670ns, exclude: 460ns, skip_files: 370ns, source_code: 270ns, diff: 250ns, path_shortener: 250ns, sort_results: 240ns, severity-rules: 240ns, max_from_linter: 190ns, path_prefixer: 150ns, max_per_file_from_linter: 120ns" 20:04:48 level=info msg="[runner] linters took 8.341631778s with stages: goanalysis_metalinter: 8.325439531s" 20:04:48 level=info msg="File cache stats: 0 entries of total size 0B" 20:04:48 level=info msg="Memory: 239 samples, avg is 187.9MB, max is 731.2MB" 20:04:48 level=info msg="Execution took 23.886474929s" 20:04:48 go vet ./... 20:04:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:04:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:04:52 ./bin/test-attribution-txt.sh [Pipeline] echo 20:04:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:04:52 + ls -al . 20:04:52 total 704 20:04:52 drwxrwxr-x 11 1001 1001 4096 Apr 21 20:03 . 20:04:52 drwxr-xr-x 4 root root 4096 Apr 21 20:03 .. 20:04:52 drwxrwxr-x 2 1001 1001 4096 Apr 21 20:02 .blubracket 20:04:52 -rw-rw-r-- 1 1001 1001 16 Apr 21 20:02 .dockerignore 20:04:52 drwxrwxr-x 8 1001 1001 4096 Apr 21 20:02 .git 20:04:52 drwxrwxr-x 3 1001 1001 4096 Apr 21 20:02 .github 20:04:52 -rw-rw-r-- 1 1001 1001 1133 Apr 21 20:02 .gitignore 20:04:52 -rw-rw-r-- 1 1001 1001 42 Apr 21 20:02 .golangci.yml 20:04:52 -rw-rw-r-- 1 1001 1001 87 Apr 21 20:02 .hadolint.yml 20:04:52 drwxr-xr-x 3 1001 1001 4096 Apr 21 20:02 .semver 20:04:52 -rw-rw-r-- 1 1001 1001 166 Apr 21 20:02 .sonarcloud.properties 20:04:52 -rw-rw-r-- 1 1001 1001 1171 Apr 21 20:02 ADOPTERS.md 20:04:52 -rw-rw-r-- 1 1001 1001 10835 Apr 21 20:02 Attribution.txt 20:04:52 -rw-rw-r-- 1 1001 1001 73765 Apr 21 20:02 CHANGELOG.md 20:04:52 -rw-rw-r-- 1 1001 1001 3804 Apr 21 20:02 CONTRIBUTING.md 20:04:52 -rw-rw-r-- 1 1001 1001 677 Apr 21 20:02 GOVERNANCE.md 20:04:52 -rw-rw-r-- 1 1001 1001 883 Apr 21 20:02 Jenkinsfile 20:04:52 -rw-rw-r-- 1 1001 1001 10775 Apr 21 20:02 LICENSE 20:04:52 -rw-rw-r-- 1 1001 1001 14368 Apr 21 20:02 Makefile 20:04:52 -rw-rw-r-- 1 1001 1001 582 Apr 21 20:02 OWNERS.md 20:04:52 -rw-rw-r-- 1 1001 1001 9403 Apr 21 20:02 README.md 20:04:52 -rw-rw-r-- 1 1001 1001 789 Apr 21 20:02 SECURITY.md 20:04:52 -rw-rw-r-- 1 1001 1001 5 Apr 21 20:02 VERSION 20:04:52 drwxrwxr-x 2 1001 1001 4096 Apr 21 20:02 bin 20:04:52 drwxrwxr-x 18 1001 1001 4096 Apr 21 20:02 cmd 20:04:52 -rw-r--r-- 1 root root 448248 Apr 21 20:04 coverage.out 20:04:52 -rw-rw-r-- 1 1001 1001 3200 Apr 21 20:02 go.mod 20:04:52 -rw-rw-r-- 1 1001 1001 31155 Apr 21 20:02 go.sum 20:04:52 drwxrwxr-x 7 1001 1001 4096 Apr 21 20:02 internal 20:04:52 drwxrwxr-x 3 1001 1001 4096 Apr 21 20:02 openapi 20:04:52 -rw-rw-r-- 1 1001 1001 594 Apr 21 20:02 security.txt 20:04:52 drwxrwxr-x 4 1001 1001 4096 Apr 21 20:02 snap 20:04:52 -rw-rw-r-- 1 1001 1001 204 Apr 21 20:02 version.go [Pipeline] sh 20:04:53 + '[' -e coverage.out ] 20:04:53 + chown 1001:1001 coverage.out [Pipeline] stash 20:04:53 Stashed 1 file(s) [Pipeline] sh 20:04:53 + make build 20:04:53 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:05:06 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:05:07 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:05:08 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:05:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:05:17 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: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:05:18 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:20 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:05: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:05:21 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:05:23 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:05:24 $ docker stop --time=1 c23aad8ac1bb1b2e24699fef12c4879491154f664f89e6034a83860f8c0a69e0 20:05:30 $ docker rm -f --volumes c23aad8ac1bb1b2e24699fef12c4879491154f664f89e6034a83860f8c0a69e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:05:31 20:05:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:05:32 latest: Pulling from edgex-devops/edgex-compose 20:05:32 cbdbe7a5bc2a: Pulling fs layer 20:05:32 ca9280d653b3: Pulling fs layer 20:05:32 7e9c9ca2126c: Pulling fs layer 20:05:32 cbdbe7a5bc2a: Download complete 20:05:32 ca9280d653b3: Verifying Checksum 20:05:32 ca9280d653b3: Download complete 20:05:32 cbdbe7a5bc2a: Pull complete 20:05:33 7e9c9ca2126c: Download complete 20:05:33 ca9280d653b3: Pull complete 20:05:36 7e9c9ca2126c: Pull complete 20:05:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:05:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:05:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:05:36 prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container 20:05:36 $ 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:latest cat 20:05:41 $ docker top 5c37e48062cc1568673ef3d2168ed9d54fae64ee77ace688b8e1da364a23347d -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:41 + docker-compose build --help 20:05:41 + grep parallel 20:05:41 --parallel Build images in parallel. [Pipeline] } 20:05:42 $ docker stop --time=1 5c37e48062cc1568673ef3d2168ed9d54fae64ee77ace688b8e1da364a23347d 20:05:43 $ docker rm -f --volumes 5c37e48062cc1568673ef3d2168ed9d54fae64ee77ace688b8e1da364a23347d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:05:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:05:44 prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container 20:05:44 $ 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:latest cat 20:05:44 $ docker top fc99a93ed65852dfadc53681d96e8785b75188f9da3f61f96f1a9b8d93d183a8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:45 + docker-compose -f ./docker-compose-build.yml build --parallel 20:05:45 Building core-command ... 20:05:45 Building core-common-config-bootstrapper ... 20:05:45 Building core-data ... 20:05:45 Building core-metadata ... 20:05:45 Building security-bootstrapper ... 20:05:45 Building security-proxy-auth ... 20:05:45 Building security-proxy-setup ... 20:05:45 Building security-secretstore-setup ... 20:05:45 Building security-spiffe-token-provider ... 20:05:45 Building security-spire-agent ... 20:05:45 Building security-spire-config ... 20:05:45 Building security-spire-server ... 20:05:45 Building support-notifications ... 20:05:45 Building support-scheduler ... 20:05:45 Building security-secretstore-setup 20:05:45 Building security-spire-agent 20:05:45 Building security-spiffe-token-provider 20:05:45 Building support-scheduler 20:05:45 Building core-metadata 20:06:00 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:00 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:06:00 ---> eeb8dd2610a2 20:06:00 Step 3/25 : WORKDIR /edgex-go 20:06:00 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:00 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:06:00 ---> eeb8dd2610a2 20:06:00 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:06:00 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:06:00 ---> eeb8dd2610a2 20:06:00 Step 3/20 : WORKDIR /edgex-go 20:06:00 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:06:00 ---> eeb8dd2610a2 20:06:00 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:06:00 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:00 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:06:00 ---> eeb8dd2610a2 20:06:00 Step 3/27 : WORKDIR /edgex-go 20:06:08 ---> Running in b8e1ee3a1f02 20:06:08 ---> Running in 26a9043500c7 20:06:08 ---> Running in d1d9ed0fbd55 20:06:08 ---> Running in 04485628eaad 20:06:08 ---> Running in 7eb721c6b879 20:06:08 Removing intermediate container 04485628eaad 20:06:08 ---> d1576f4ca9ae 20:06:08 Step 4/23 : WORKDIR /edgex-go 20:06:08 Removing intermediate container b8e1ee3a1f02 20:06:08 ---> b40f8222a89b 20:06:08 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:06:08 Removing intermediate container 26a9043500c7 20:06:08 ---> 05e2635c4ed7 20:06:08 Step 4/25 : WORKDIR /edgex-go 20:06:08 Removing intermediate container 7eb721c6b879 20:06:08 ---> 6bc63eea9bf6 20:06:08 Step 4/25 : RUN apk add --update --no-cache make git 20:06:08 Removing intermediate container d1d9ed0fbd55 20:06:08 ---> 34d804f0e981 20:06:08 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:06:08 ---> Running in ddf811a541c1 20:06:08 ---> Running in 4ad64fda7b11 20:06:08 ---> Running in 375be1447821 20:06:08 ---> Running in 879a853939d3 20:06:08 ---> Running in 92860e35c63f 20:06:08 Removing intermediate container 4ad64fda7b11 20:06:08 ---> 490c76d743b5 20:06:08 Step 5/25 : RUN apk add --update --no-cache make git 20:06:08 Removing intermediate container ddf811a541c1 20:06:08 ---> d792c9237360 20:06:08 Step 5/23 : RUN apk add --update --no-cache make git 20:06:08 ---> Running in 9ac3c27bcaef 20:06:08 ---> Running in c4dd4fe6965c 20:06:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:09 OK: 265 MiB in 53 packages 20:06:09 OK: 265 MiB in 53 packages 20:06:09 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:06:09 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:06:09 OK: 17824 distinct packages available 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:09 OK: 265 MiB in 53 packages 20:06:10 OK: 265 MiB in 53 packages 20:06:10 Removing intermediate container 92860e35c63f 20:06:10 ---> 1dce35b5253f 20:06:10 Step 5/27 : COPY go.mod vendor* ./ 20:06:10 OK: 265 MiB in 53 packages 20:06:10 Removing intermediate container 375be1447821 20:06:10 ---> 2cd22fb339e0 20:06:10 Step 5/25 : COPY go.mod vendor* ./ 20:06:10 ---> 2fde15e28b0f 20:06:10 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:10 ---> Running in 30ccd41d59c6 20:06:10 ---> 4634cc787175 20:06:10 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:10 Removing intermediate container c4dd4fe6965c 20:06:10 ---> 6c200a6ea577 20:06:10 Step 6/25 : COPY go.mod vendor* ./ 20:06:10 ---> Running in cbedc1c653f9 20:06:10 Removing intermediate container 9ac3c27bcaef 20:06:10 ---> db6236e57a3f 20:06:10 Step 6/23 : COPY go.mod vendor* ./ 20:06:10 ---> 63653fe4b54a 20:06:10 Removing intermediate container 879a853939d3 20:06:10 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 757e48156353 20:06:10 20:06:10 Step 5/20 : COPY go.mod vendor* ./ 20:06:10 ---> Running in 7cc9bf40ba28 20:06:10 ---> 388fa181bd1f 20:06:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:10 ---> Running in 247db5ca0004 20:06:10 ---> b147dba83599 20:06:10 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:10 ---> Running in 80623b12f5f9 20:06:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9321 in /w/workspace/edgexfoundry_edgex-go_PR-4524 [Pipeline] { [Pipeline] ws 20:06:14 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:06:15 The recommended git tool is: git 20:06:21 using credential edgex-jenkins-ssh 20:06:21 Cloning the remote Git repository 20:06:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:06:21 > git init /w/workspace/edgex-go/1 # timeout=10 20:06:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:06:21 > git --version # timeout=10 20:06:21 > git --version # 'git version 2.25.1' 20:06:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:06:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:42 Merging remotes/origin/main commit 6ed5f643afd548d7d3f8a26d03abe2373781a040 into PR head commit 10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:06:42 Merge succeeded, producing 10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:06:42 Checking out Revision 10d38c88c8fe0305019976539f89d3b6b7b47d7b (PR-4524) 20:06:43 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 20:06:43 > git --version # timeout=10 20:06:43 > git --version # 'git version 2.25.1' 20:06:43 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:06:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:06:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:06:41 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4524/head:refs/remotes/origin/PR-4524 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:06:42 > git config core.sparsecheckout # timeout=10 20:06:42 > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # timeout=10 20:06:42 > git remote # timeout=10 20:06:42 > git config --get remote.origin.url # timeout=10 20:06:42 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:42 > git merge 6ed5f643afd548d7d3f8a26d03abe2373781a040 # timeout=10 20:06:42 > git rev-parse HEAD^{commit} # timeout=10 20:06:42 > git config core.sparsecheckout # timeout=10 20:06:43 > git checkout -f 10d38c88c8fe0305019976539f89d3b6b7b47d7b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:06:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:06:45 % Total % Received % Xferd Average Speed Time Time Time Current 20:06:45 Dload Upload Total Spent Left Speed 20:06:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh 20:06:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:06:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:06:46 + sudo tee /etc/docker/daemon.new 20:06:46 { 20:06:46 "registry-mirrors": [ 20:06:46 "https://nexus3.edgexfoundry.org:10001" 20:06:46 ], 20:06:46 "bip": "10.250.0.254/24", 20:06:46 "hosts": [ 20:06:46 "tcp://0.0.0.0:5555", 20:06:46 "unix:///var/run/docker.sock" 20:06:46 ], 20:06:46 "mtu": 1458, 20:06:46 "selinux-enabled": true, 20:06:46 "seccomp-profile": "/etc/docker/seccomp.json" 20:06:46 } [Pipeline] sh 20:06:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:06:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:07:05 provisioning config files... 20:07:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17087443587989683215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:05 ---> docker-login.sh 20:07:05 nexus3.edgexfoundry.org:10001 20:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:06 Configure a credential helper to remove this warning. See 20:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:06 20:07:06 Login Succeeded 20:07:06 nexus3.edgexfoundry.org:10002 20:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:06 Configure a credential helper to remove this warning. See 20:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:06 20:07:06 Login Succeeded 20:07:06 nexus3.edgexfoundry.org:10003 20:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:06 Configure a credential helper to remove this warning. See 20:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:06 20:07:06 Login Succeeded 20:07:06 nexus3.edgexfoundry.org:10004 20:07:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:07 Configure a credential helper to remove this warning. See 20:07:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:07 20:07:07 Login Succeeded 20:07:07 docker.io 20:07:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:07 Configure a credential helper to remove this warning. See 20:07:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:07 20:07:07 Login Succeeded 20:07:07 ---> docker-login.sh ends [Pipeline] } 20:07:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:07:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:07:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:07:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:07:08 ========================================================= 20:07:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:07:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:07:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:07:08 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:07:08 af6eaf76a39c: Pulling fs layer 20:07:08 55522c791124: Pulling fs layer 20:07:08 ce5c4a1c91eb: Pulling fs layer 20:07:08 169dfbe0d373: Pulling fs layer 20:07:08 e1ff8fa3b103: Pulling fs layer 20:07:08 52ebb69f0ebf: Pulling fs layer 20:07:08 5abe8eddf0d5: Pulling fs layer 20:07:08 e1ff8fa3b103: Waiting 20:07:08 52ebb69f0ebf: Waiting 20:07:08 5abe8eddf0d5: Waiting 20:07:08 169dfbe0d373: Waiting 20:07:09 55522c791124: Verifying Checksum 20:07:09 55522c791124: Download complete 20:07:09 169dfbe0d373: Verifying Checksum 20:07:09 169dfbe0d373: Download complete 20:07:09 e1ff8fa3b103: Verifying Checksum 20:07:09 e1ff8fa3b103: Download complete 20:07:09 af6eaf76a39c: Verifying Checksum 20:07:09 af6eaf76a39c: Download complete 20:07:10 af6eaf76a39c: Pull complete 20:07:10 5abe8eddf0d5: Verifying Checksum 20:07:10 5abe8eddf0d5: Download complete 20:07:10 55522c791124: Pull complete 20:07:11 ce5c4a1c91eb: Verifying Checksum 20:07:11 ce5c4a1c91eb: Download complete 20:07:11 52ebb69f0ebf: Verifying Checksum 20:07:11 52ebb69f0ebf: Download complete 20:07:18 Removing intermediate container cbedc1c653f9 20:07:18 ---> f286f97e91c9 20:07:18 Step 7/25 : COPY . . 20:07:18 Removing intermediate container 247db5ca0004 20:07:18 ---> 898afb4a5dd3 20:07:18 Step 8/23 : COPY . . 20:07:18 Removing intermediate container 30ccd41d59c6 20:07:18 ---> ff885fd31c52 20:07:18 Removing intermediate container 80623b12f5f9 20:07:18 Step 7/27 : COPY . . ---> e4252681c467 20:07:18 20:07:18 Removing intermediate container 7cc9bf40ba28 20:07:18 Step 7/20 : COPY . . ---> 018ec37da821 20:07:18 20:07:18 Step 8/25 : COPY . . 20:07:21 ce5c4a1c91eb: Pull complete 20:07:22 169dfbe0d373: Pull complete 20:07:22 e1ff8fa3b103: Pull complete 20:07:29 52ebb69f0ebf: Pull complete 20:07:29 5abe8eddf0d5: Pull complete 20:07:29 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:07:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:07:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:07:30 + docker build -t ci-base-image-arm64 -f - . 20:07:30 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:07:30 WORKDIR /edgex 20:07:30 COPY go.mod . 20:07:30 RUN go mod download 20:07:30 Sending build context to Docker daemon 2.932MB 20:07:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:07:30 ---> 6cb57ee374ae 20:07:30 Step 2/4 : WORKDIR /edgex 20:07:32 ---> Running in 32949ca03261 20:07:32 Removing intermediate container 32949ca03261 20:07:32 ---> e12cda624410 20:07:32 Step 3/4 : COPY go.mod . 20:07:33 ---> e1a87054fdea 20:07:33 Step 4/4 : RUN go mod download 20:07:33 ---> Running in 359b918c7818 20:07:36 ---> 7c25c49b0854 20:07:36 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:07:36 ---> 2b877c7dd376 20:07:36 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:07:36 ---> 9958eb4d9c92 20:07:36 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:07:36 ---> 7f7732fb65aa 20:07:36 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:07:36 ---> fd8a02f912c8 20:07:36 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:07:36 ---> Running in c386286f99f9 20:07:36 ---> Running in b0af98ef6ce4 20:07:36 ---> Running in fbede495da9e 20:07:36 ---> Running in c3240f874575 20:07:36 ---> Running in 0ecf10ec35a5 20:07:36 Removing intermediate container b0af98ef6ce4 20:07:36 ---> f0e677d38cbf 20:07:36 Step 9/27 : WORKDIR /edgex-go/spire-build 20:07:36 ---> Running in d687e455a7b7 20:07:36 Removing intermediate container d687e455a7b7 20:07:36 ---> 7ca79287e6a3 20:07:36 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:07:36 ---> Running in 61e09cb22bab 20:07:36 Removing intermediate container 61e09cb22bab 20:07:36 ---> 80982cfc660a 20:07:36 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:36 ---> Running in e0a636dd937a 20:07:36 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:07:36 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:07:36 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:07:36 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:36 Removing intermediate container e0a636dd937a 20:07:36 ---> 55b4c0fe3645 20:07:36 Step 12/27 : WORKDIR /edgex-go 20:07:36 ---> Running in 8bca2a29ebb3 20:07:36 Removing intermediate container 8bca2a29ebb3 20:07:36 ---> dbff1131234b 20:07:36 20:07:36 Step 13/27 : FROM alpine:3.17 20:07:36 3.17: Pulling from library/alpine 20:07:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:07:37 Status: Downloaded newer image for alpine:3.17 20:07:37 ---> 9ed4aefc74f6 20:07:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:07:37 ---> Running in 0b3236075cf3 20:07:37 Removing intermediate container 0b3236075cf3 20:07:37 ---> b53020c8c1db 20:07:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:07:37 ---> Running in 97f3e311d6e9 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:38 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:07:38 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:07:38 OK: 17820 distinct packages available 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:39 (1/5) Installing dumb-init (1.2.5-r2) 20:07:39 (2/5) Installing musl-obstack (1.2.3-r0) 20:07:39 (3/5) Installing libucontext (1.2-r0) 20:07:39 (4/5) Installing gcompat (1.1.0-r0) 20:07:39 (5/5) Installing openssl (3.0.8-r4) 20:07:39 Executing busybox-1.35.0-r29.trigger 20:07:39 OK: 8 MiB in 20 packages 20:07:40 Removing intermediate container 97f3e311d6e9 20:07:40 ---> 216ebc778c8e 20:07:40 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:40 ---> c83712d7be86 20:07:40 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:07:41 ---> 5b2e533e6e73 20:07:41 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:07:45 ---> 525f7bae6221 20:07:45 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:07:52 ---> 1df38be33f39 20:07:52 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:07:54 ---> 941db4579411 20:07:54 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:07:55 ---> 29bafab4f385 20:07:55 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:07:55 ---> 01acbe5d4695 20:07:55 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:07:55 ---> Running in 0440010d2de8 20:07:56 Removing intermediate container 0440010d2de8 20:07:56 ---> c5ebeac4ebbb 20:07:56 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:07:56 ---> Running in 27ca93bbfeb4 20:07:56 Removing intermediate container 27ca93bbfeb4 20:07:56 ---> 4f63fff60548 20:07:56 Step 25/27 : LABEL arch=x86_64 20:07:56 ---> Running in 21460c193a3f 20:07:56 Removing intermediate container 21460c193a3f 20:07:56 ---> 5c52953fc213 20:07:56 Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:07:57 ---> Running in f1b1da29a20c 20:07:57 Removing intermediate container f1b1da29a20c 20:07:57 ---> 757764ef167f 20:07:57 Step 27/27 : LABEL version=0.0.0 20:07:57 ---> Running in 9cddd0fceece 20:07:58 Removing intermediate container 9cddd0fceece 20:07:58 ---> 9996f475ee87 20:07:58 20:07:58 Successfully built 9996f475ee87 20:07:58 Successfully tagged security-spire-agent:latest 20:07:58  Building security-spire-agent ... done Building core-common-config-bootstrapper 20:08:01 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:01 ---> eeb8dd2610a2 20:08:01 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:01 ---> Using cache 20:08:01 ---> 05e2635c4ed7 20:08:01 Step 4/23 : WORKDIR /edgex-go 20:08:01 ---> Using cache 20:08:01 ---> 490c76d743b5 20:08:01 Step 5/23 : RUN apk add --update --no-cache make git 20:08:01 ---> Using cache 20:08:01 ---> 6c200a6ea577 20:08:01 Step 6/23 : COPY go.mod vendor* ./ 20:08:01 ---> Using cache 20:08:01 ---> 63653fe4b54a 20:08:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:01 ---> Using cache 20:08:01 ---> 018ec37da821 20:08:01 Step 8/23 : COPY . . 20:08:01 ---> Using cache 20:08:01 ---> 7f7732fb65aa 20:08:01 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:08:05 Removing intermediate container 359b918c7818 20:08:05 ---> 8623b036e862 20:08:05 Successfully built 8623b036e862 20:08:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:06 + docker inspect -f . ci-base-image-arm64 20:08:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:06 prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container 20:08:06 $ 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:08:07 $ docker top 053755e63512b195ef8beee14f9a16b35ef30d7307331d2471232b56838301d0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08: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:08:08 + go version 20:08:08 go version go1.20.2 linux/arm64 [Pipeline] } 20:08:08 $ docker stop --time=1 053755e63512b195ef8beee14f9a16b35ef30d7307331d2471232b56838301d0 20:08:10 ---> Running in f67701c25cd5 20:08:10 $ docker rm -f --volumes 053755e63512b195ef8beee14f9a16b35ef30d7307331d2471232b56838301d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:11 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:08:11 + docker inspect -f . ci-base-image-arm64 20:08:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:11 prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container 20:08:11 $ 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:08:12 $ docker top 4313a7e70baa8de49e7878568fdd6219307dcb641193ddeff6401ab9538a9573 -eo pid,comm [Pipeline] { [Pipeline] echo 20:08:13 ========================================================= 20:08:13 [edgeXBuildGoParallel] Running Tests and Build... 20:08:13 ========================================================= [Pipeline] sh 20:08:13 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:08:14 + make test 20:08:14 go test -race -coverprofile=coverage.out ./... 20:08:16 Removing intermediate container c3240f874575 20:08:16 ---> b1ec8ce12f4f 20:08:16 20:08:16 Step 10/25 : FROM alpine:3.17 20:08:16 ---> 9ed4aefc74f6 20:08:16 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:08:16 Removing intermediate container 0ecf10ec35a5 20:08:16 ---> 8240bbc06a77 20:08:16 20:08:16 Step 9/20 : FROM alpine:3.17 20:08:16 ---> 9ed4aefc74f6 20:08:16 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:08:16 Removing intermediate container c386286f99f9 20:08:16 ---> 0182760394b2 20:08:16 20:08:16 Step 9/25 : FROM alpine:3.17 20:08:16 ---> 9ed4aefc74f6 20:08:16 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:08:17 ---> Running in c3f54b13e0f6 20:08:20 ---> Running in ab375251bc03 20:08:20 ---> Running in c450e6542edc 20:08:20 Removing intermediate container ab375251bc03 20:08:20 ---> 8f55482bcb18 20:08:20 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:08:21 ---> Running in 9e08bb3f15b8 20:08:21 Removing intermediate container fbede495da9e 20:08:21 ---> 6106e0b2c273 20:08:21 20:08:21 Step 10/23 : FROM alpine:3.17 20:08:21 ---> 9ed4aefc74f6 20:08:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:21 ---> Running in 6e935ae26d00 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:21 (1/3) Installing ca-certificates (20220614-r4) 20:08:21 (2/3) Installing dumb-init (1.2.5-r2) 20:08:21 (3/3) Installing su-exec (0.2-r2) 20:08:21 Executing busybox-1.35.0-r29.trigger 20:08:21 Executing ca-certificates-20220614-r4.trigger 20:08:21 (1/1) Installing dumb-init (1.2.5-r2) 20:08:21 Executing busybox-1.35.0-r29.trigger 20:08:21 OK: 7 MiB in 16 packages 20:08:21 OK: 8 MiB in 18 packages 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:22 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:08:22 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:08:22 OK: 17820 distinct packages available 20:08:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:22 (1/1) Installing dumb-init (1.2.5-r2) 20:08:22 Executing busybox-1.35.0-r29.trigger 20:08:22 OK: 7 MiB in 16 packages 20:08:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:22 Removing intermediate container c3f54b13e0f6 20:08:22 ---> 718794ec19c0 20:08:22 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:08:22 ---> Running in 5495709b3efb 20:08:22 Removing intermediate container c450e6542edc 20:08:22 ---> de6add7a7cd7 20:08:22 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:08:22 Removing intermediate container 5495709b3efb 20:08:22 ---> 50bc26550ff7 20:08:22 Step 13/25 : ENV APP_PORT=59881 20:08:22 ---> Running in c88d739e25e4 20:08:22 ---> Running in e5d0c6a14fc2 20:08:22 Removing intermediate container 6e935ae26d00 20:08:22 ---> 70e944e8c0d5 20:08:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:08:22 (1/9) Installing ca-certificates (20220614-r4) 20:08:22 Removing intermediate container c88d739e25e4 20:08:22 ---> e716a13f94b9 20:08:22 Step 12/25 : WORKDIR / 20:08:22 ---> Running in 8aba457a6388 20:08:22 (2/9) Installing brotli-libs (1.0.9-r9) 20:08:22 Removing intermediate container e5d0c6a14fc2 20:08:22 ---> d666db6f55aa 20:08:22 Step 14/25 : EXPOSE $APP_PORT 20:08:22 ---> Running in abe26ed1ec15 20:08:22 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:08:22 (4/9) Installing libcurl (8.0.1-r0) 20:08:22 ---> Running in 30b917a788cb 20:08:22 (5/9) Installing curl (8.0.1-r0) 20:08:22 (6/9) Installing dumb-init (1.2.5-r2) 20:08:22 (7/9) Installing musl-obstack (1.2.3-r0) 20:08:22 (8/9) Installing libucontext (1.2-r0) 20:08:22 (9/9) Installing gcompat (1.1.0-r0) 20:08:22 Executing busybox-1.35.0-r29.trigger 20:08:22 Executing ca-certificates-20220614-r4.trigger 20:08:22 Removing intermediate container 8aba457a6388 20:08:22 ---> f067d1280a84 20:08:22 Step 13/23 : ENV APP_PORT=59861 20:08:22 Removing intermediate container abe26ed1ec15 20:08:22 ---> 5265a8330116 20:08:22 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:22 Removing intermediate container 30b917a788cb 20:08:22 ---> 84057739eabf 20:08:22 Step 15/25 : WORKDIR / 20:08:22 ---> Running in 8aa097d6f024 20:08:22 ---> Running in c8619075938b 20:08:22 OK: 10 MiB in 24 packages 20:08:22 Removing intermediate container 8aa097d6f024 20:08:22 ---> ea33f3a9b8aa 20:08:22 Step 14/23 : EXPOSE $APP_PORT 20:08:22 ---> Running in cc7e478e252d 20:08:22 Removing intermediate container c8619075938b 20:08:22 ---> e07e994a2e7e 20:08:22 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:22 ---> 3d0ea3bc9b64 20:08:22 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:08:22 Removing intermediate container cc7e478e252d 20:08:22 ---> e62e988c5c12 20:08:22 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:23 ---> 693e65ee3bc6 20:08:23 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:08:23 ---> 94e25a398824 20:08:23 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:08:23 ---> a13f7b57fcda 20:08:23 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:08:23 ---> b6b951a29e81 20:08:23 Removing intermediate container 9e08bb3f15b8 20:08:23 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> 06dc5c28aa8a 20:08:23 20:08:23 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:23 ---> e8045b6f7c25 20:08:23 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:08:23 ---> 7dd00eb46295 20:08:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:08:24 ---> 95c7ad9d5ec1 20:08:24 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:08:25 ---> 6be244c9038d 20:08:25 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:08:25 ---> f41f23f67d46 20:08:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:08:25 ---> 788126876ba8 20:08:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:08:25 ---> 23b2a7529ac3 20:08:25 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:08:25 ---> 0ef8851756c5 20:08:25 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:08:25 ---> 2b2fde3f940d 20:08:25 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:08:25 ---> 20b05218ad64 20:08:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:08:25 ---> Running in b463169514cc 20:08:26 ---> af93a90283f2 20:08:26 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:08:26 Removing intermediate container b463169514cc 20:08:26 ---> ca4009667de7 20:08:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:26 ---> 98ba21430622 20:08:26 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:08:26 ---> ee020904546e 20:08:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:08:26 ---> Running in edb529ad8fa3 20:08:26 ---> Running in 2c8bd1cca888 20:08:26 Removing intermediate container edb529ad8fa3 20:08:26 ---> 9a41dd3525db 20:08:26 Step 21/23 : LABEL arch=x86_64 20:08:26 ---> Running in 5c760eb60eb4 20:08:26 Removing intermediate container 2c8bd1cca888 20:08:26 ---> 7e80999c7e0b 20:08:26 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:26 ---> Running in 2f0257ee964e 20:08:26 ---> ad526373c1ba 20:08:26 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:08:26 Removing intermediate container 5c760eb60eb4 20:08:26 ---> 43d862609972 20:08:26 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:08:27 ---> Running in 7520b7e84710 20:08:27 ---> Running in df434ecd778c 20:08:27 Removing intermediate container 2f0257ee964e 20:08:27 ---> d3777d792a58 20:08:27 Step 23/25 : LABEL arch=x86_64 20:08:27 ---> aa1f9b097793 20:08:27 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:08:27 ---> Running in 0a39462adf97 20:08:27 Removing intermediate container 7520b7e84710 20:08:27 ---> 0e26b029fdaa 20:08:27 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:08:27 Removing intermediate container df434ecd778c 20:08:27 ---> 16d492317e64 20:08:27 Step 23/23 : LABEL version=0.0.0 20:08:28 ---> Running in b1d21da4c8b1 20:08:28 ---> Running in 08a3f9f20ca8 20:08:28 Removing intermediate container 0a39462adf97 20:08:28 ---> 47c3f4a088fb 20:08:28 Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:08:28 ---> 57d663538d16 20:08:28 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:08:28 Removing intermediate container b1d21da4c8b1 20:08:28 ---> 2959669e973b 20:08:28 20:08:28 Removing intermediate container 08a3f9f20ca8 20:08:28 ---> d6bfa5a5af70 20:08:28 Step 18/20 : LABEL arch=x86_64 20:08:28 ---> Running in 166a270ca550 20:08:28 ---> Running in 6a450c0a583a 20:08:28 ---> Running in b1d262f60c66 20:08:28 Successfully built 2959669e973b 20:08:28 Successfully tagged support-scheduler:latest 20:08:28  Building support-scheduler ... done Building security-proxy-setup 20:08:28 Removing intermediate container 166a270ca550 20:08:28 ---> fbd3952cf9de 20:08:28 Step 25/25 : LABEL version=0.0.0 20:08:28 Removing intermediate container b1d262f60c66 20:08:28 ---> 9368d7fa1be2 20:08:28 Step 19/20 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:08:28 ---> Running in 92ecba4a7521 20:08:28 ---> Running in b8b1bf24855f 20:08:30 Removing intermediate container 92ecba4a7521 20:08:30 ---> fef17e60a15b 20:08:30 20:08:30 Successfully built fef17e60a15b 20:08:31 Successfully tagged core-metadata:latest 20:08:31  Building core-metadata ... done Building core-command 20:08:32 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:08:32 ---> eeb8dd2610a2 20:08:32 Step 3/22 : WORKDIR /edgex-go 20:08:32 ---> Using cache 20:08:32 ---> 34d804f0e981 20:08:32 Step 4/22 : RUN apk add --update --no-cache make git 20:08:35 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:08:35 ---> eeb8dd2610a2 20:08:35 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:08:35 ---> Using cache 20:08:35 ---> 05e2635c4ed7 20:08:35 Step 4/24 : WORKDIR /edgex-go 20:08:35 ---> Using cache 20:08:35 ---> 490c76d743b5 20:08:35 Step 5/24 : RUN apk add --update --no-cache make git 20:08:35 ---> Using cache 20:08:35 ---> 6c200a6ea577 20:08:35 Step 6/24 : COPY go.mod vendor* ./ 20:08:35 ---> Using cache 20:08:35 ---> 63653fe4b54a 20:08:35 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:35 ---> Using cache 20:08:35 ---> 018ec37da821 20:08:35 Step 8/24 : COPY . . 20:08:35 ---> Using cache 20:08:35 ---> 7f7732fb65aa 20:08:35 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:08:37 Removing intermediate container b8b1bf24855f 20:08:37 ---> 469b406c54ab 20:08:37 Step 20/20 : LABEL version=0.0.0 20:08:37 ---> Running in 538833d05144 20:08:37 ---> Running in 5c16829421c5 20:08:37 ---> Running in 110bee0a7b55 20:08:37 Removing intermediate container 6a450c0a583a 20:08:37 ---> 63919fd1e304 20:08:37 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:08:38 Removing intermediate container 5c16829421c5 20:08:38 ---> 48b9aaffb7a2 20:08:38 20:08:38 ---> Running in 93569ad17724 20:08:38 Successfully built 48b9aaffb7a2 20:08:38 Successfully tagged security-spiffe-token-provider:latest 20:08:38 Building security-spire-config 20:08:38  Building security-spiffe-token-provider ... done Removing intermediate container 93569ad17724 20:08:38 ---> 6bd635d72a75 20:08:38 Step 23/25 : LABEL arch=x86_64 20:08:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:38 OK: 265 MiB in 53 packages 20:08:39 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:08:42 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:42 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:08:42 ---> eeb8dd2610a2 20:08:42 Step 3/27 : WORKDIR /edgex-go 20:08:42 ---> Using cache 20:08:42 ---> 34d804f0e981 20:08:42 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:08:42 ---> Using cache 20:08:42 ---> 1dce35b5253f 20:08:42 Step 5/27 : COPY go.mod vendor* ./ 20:08:42 ---> Using cache 20:08:42 ---> 2fde15e28b0f 20:08:42 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:42 ---> Using cache 20:08:42 ---> ff885fd31c52 20:08:42 Step 7/27 : COPY . . 20:08:42 ---> Using cache 20:08:42 ---> 2b877c7dd376 20:08:42 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:08:42 ---> Using cache 20:08:42 ---> f0e677d38cbf 20:08:42 Step 9/27 : WORKDIR /edgex-go/spire-build 20:08:42 ---> Using cache 20:08:42 ---> 7ca79287e6a3 20:08:42 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:08:42 ---> Using cache 20:08:42 ---> 80982cfc660a 20:08:42 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:08:42 ---> Using cache 20:08:42 ---> 55b4c0fe3645 20:08:42 Step 12/27 : WORKDIR /edgex-go 20:08:42 ---> Using cache 20:08:42 ---> dbff1131234b 20:08:42 20:08:42 Step 13/27 : FROM alpine:3.17 20:08:42 ---> 9ed4aefc74f6 20:08:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:08:42 ---> Using cache 20:08:42 ---> b53020c8c1db 20:08:42 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:08:44 ---> Running in d6abfbb60a60 20:08:44 ---> Running in 93a10a021d1b 20:08:44 Removing intermediate container f67701c25cd5 20:08:44 ---> b4d85ed50c7e 20:08:44 20:08:44 Step 10/23 : FROM alpine:3.17 20:08:44 ---> 9ed4aefc74f6 20:08:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:08:44 Removing intermediate container d6abfbb60a60 20:08:44 ---> e26ee460989c 20:08:44 Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:08:44 Removing intermediate container 538833d05144 20:08:44 ---> fd38a7dc54be 20:08:44 Step 5/22 : COPY go.mod vendor* ./ 20:08:44 ---> Running in cde195167f91 20:08:44 ---> Running in 7d91aa783e08 20:08:44 Removing intermediate container cde195167f91 20:08:44 ---> 0258a20505f9 20:08:44 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:08:44 ---> Running in dd83ed6839ae 20:08:44 ---> a42c71352a6a 20:08:44 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:44 Removing intermediate container 7d91aa783e08 20:08:44 ---> fc7ed3349a37 20:08:44 Step 25/25 : LABEL version=0.0.0 20:08:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:44 ---> Running in a1f9f3bdb71a 20:08:44 ---> Running in d141549bffbf 20:08:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:45 Removing intermediate container d141549bffbf 20:08:45 ---> 077a5c221c9e 20:08:45 20:08:45 Successfully built 077a5c221c9e 20:08:45 Successfully tagged security-secretstore-setup:latest 20:08:45  Building security-secretstore-setup ... done Building support-notifications 20:08:45 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:08:45 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:08:45 OK: 17820 distinct packages available 20:08:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:45 (1/4) Installing dumb-init (1.2.5-r2) 20:08:45 (2/4) Installing musl-obstack (1.2.3-r0) 20:08:45 (3/4) Installing libucontext (1.2-r0) 20:08:45 (4/4) Installing gcompat (1.1.0-r0) 20:08:45 Executing busybox-1.35.0-r29.trigger 20:08:45 OK: 7 MiB in 19 packages 20:08:45 (1/1) Installing dumb-init (1.2.5-r2) 20:08:45 Executing busybox-1.35.0-r29.trigger 20:08:46 OK: 7 MiB in 16 packages 20:08:50 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:08:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:50 ---> eeb8dd2610a2 20:08:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:08:50 ---> Using cache 20:08:50 ---> 05e2635c4ed7 20:08:50 Step 4/23 : WORKDIR /edgex-go 20:08:50 ---> Using cache 20:08:50 ---> 490c76d743b5 20:08:50 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:08:52 ---> Running in 17b4f1bc4741 20:08:52 Removing intermediate container dd83ed6839ae 20:08:52 ---> 3ea12e86f9fd 20:08:52 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:52 Removing intermediate container 93a10a021d1b 20:08:52 ---> 8272346a7a75 20:08:52 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:08:53 ---> d833cf1216bf 20:08:53 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:08:53 ---> ad38e7cee25b 20:08:53 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:08:53 OK: 265 MiB in 53 packages 20:08:53 ---> e4f84bdf41b3 20:08:53 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:08:53 ---> 1a75046e2f97 20:08:53 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:08:55 ---> 84fd328d6afb 20:08:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:08:55 ---> 3bab1a964c35 20:08:55 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:08:55 Removing intermediate container 17b4f1bc4741 20:08:55 ---> 46d661d969ea 20:08:55 Step 6/23 : COPY go.mod vendor* ./ 20:08:55 ---> b572d96c13f8 20:08:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:08:55 ---> 08d2cb4d6011 20:08:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:55 ---> 0377f8c13632 20:08:55 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:08:55 ---> Running in 2b88c377b897 20:08:55 ---> Running in aa1c16b6b1d5 20:08:55 ---> 537dae0c29cf 20:08:55 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:08:55 ---> Running in df7136659202 20:08:55 Removing intermediate container aa1c16b6b1d5 20:08:55 ---> 9a74ca9fbfaa 20:08:55 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:08:56 ---> aaa9903ce9f7 20:08:56 Step 22/27 : WORKDIR / 20:08:56 ---> Running in af8a3d56a355 20:08:56 Removing intermediate container af8a3d56a355 20:08:56 ---> 5f3a4192a7c9 20:08:56 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:08:56 ---> Running in bd04cad67edc 20:08:56 Removing intermediate container bd04cad67edc 20:08:56 ---> bd88467341cb 20:08:56 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:08:56 ---> Running in e31308512d59 20:08:56 Removing intermediate container e31308512d59 20:08:56 ---> 275aef04f1a2 20:08:56 Step 25/27 : LABEL arch=x86_64 20:08:56 ---> Running in a3fde4eade40 20:08:57 Removing intermediate container a3fde4eade40 20:08:57 ---> 877dc1718901 20:08:57 Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:08:57 Removing intermediate container df7136659202 20:08:57 ---> eb5f01c7f20e 20:08:57 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:08:57 ---> Running in 7a4c2d57cad3 20:08:57 ---> Running in 673dfea70978 20:08:57 Removing intermediate container 7a4c2d57cad3 20:08:57 ---> b4d92120e17b 20:08:57 Step 27/27 : LABEL version=0.0.0 20:08:57 Removing intermediate container 673dfea70978 20:08:57 ---> c7ef0e90ca00 20:08:57 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:08:57 ---> Running in 11799d5a6d92 20:08:58 ---> Running in dc456977c4de 20:08:58 Removing intermediate container 11799d5a6d92 20:08:58 ---> ba739befb188 20:08:58 20:08:58 Removing intermediate container dc456977c4de 20:08:58 ---> 9ba825c0ddd9 20:08:58 Step 21/23 : LABEL arch=x86_64 20:08:58 ---> Running in 3f6b0ee1f497 20:08:58 Successfully built ba739befb188 20:08:58 Successfully tagged security-spire-config:latest 20:08:58  Building security-spire-config ... done Building security-spire-server 20:08:58 Removing intermediate container 3f6b0ee1f497 20:08:58 ---> d5fef7b95368 20:08:58 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:09:00 ---> Running in 06a499512d70 20:09:01 ? github.com/edgexfoundry/edgex-go [no test files] 20:09:01 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:09:01 ---> eeb8dd2610a2 20:09:01 Step 3/26 : WORKDIR /edgex-go 20:09:01 ---> Using cache 20:09:01 ---> 34d804f0e981 20:09:01 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:09:01 ---> Using cache 20:09:01 ---> 1dce35b5253f 20:09:01 Step 5/26 : COPY go.mod vendor* ./ 20:09:01 ---> Using cache 20:09:01 ---> 2fde15e28b0f 20:09:01 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:01 ---> Using cache 20:09:01 ---> ff885fd31c52 20:09:01 Step 7/26 : COPY . . 20:09:01 ---> Using cache 20:09:01 ---> 2b877c7dd376 20:09:01 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:09:01 ---> Using cache 20:09:01 ---> f0e677d38cbf 20:09:01 Step 9/26 : WORKDIR /edgex-go/spire-build 20:09:01 ---> Using cache 20:09:01 ---> 7ca79287e6a3 20:09:01 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:09:01 ---> Using cache 20:09:01 ---> 80982cfc660a 20:09:01 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:09:03 Removing intermediate container 06a499512d70 20:09:03 ---> f30c6ba1fda5 20:09:03 Step 23/23 : LABEL version=0.0.0 20:09:03 ---> Running in fb1e1fc346c1 20:09:03 ---> Running in a1ff3d4444c0 20:09:04 Removing intermediate container a1ff3d4444c0 20:09:04 ---> e60ce36edee1 20:09:04 20:09:04 Successfully built e60ce36edee1 20:09:04 Successfully tagged core-common-config-bootstrapper:latest 20:09:04  Building core-common-config-bootstrapper ... done Building core-data 20:09:08 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:09:08 ---> eeb8dd2610a2 20:09:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:09:08 ---> Using cache 20:09:08 ---> 05e2635c4ed7 20:09:08 Step 4/23 : WORKDIR /edgex-go 20:09:08 ---> Using cache 20:09:08 ---> 490c76d743b5 20:09:08 Step 5/23 : RUN apk add --update --no-cache make git 20:09:08 ---> Using cache 20:09:08 ---> 6c200a6ea577 20:09:08 Step 6/23 : COPY go.mod vendor* ./ 20:09:08 ---> Using cache 20:09:08 ---> 63653fe4b54a 20:09:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:08 ---> Using cache 20:09:08 ---> 018ec37da821 20:09:08 Step 8/23 : COPY . . 20:09:08 ---> Using cache 20:09:08 ---> 7f7732fb65aa 20:09:08 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:09:15 ---> Running in f5cd2bb4b177 20:09:15 Removing intermediate container fb1e1fc346c1 20:09:15 ---> ec764e85b9d6 20:09:15 Step 12/26 : WORKDIR /edgex-go 20:09:15 ---> Running in 435e0d491061 20:09:15 Removing intermediate container 435e0d491061 20:09:15 ---> 9b7a3a38f605 20:09:15 20:09:15 Step 13/26 : FROM alpine:3.17 20:09:15 ---> 9ed4aefc74f6 20:09:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:09:15 ---> Using cache 20:09:15 ---> b53020c8c1db 20:09:15 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:09:15 ---> Using cache 20:09:15 ---> 216ebc778c8e 20:09:15 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:15 ---> Using cache 20:09:15 Removing intermediate container 110bee0a7b55 20:09:15 ---> c2966cd767ee 20:09:15 20:09:15 Step 10/24 : FROM alpine:3.17 20:09:15 ---> 9ed4aefc74f6 20:09:15 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:09:15 ---> Using cache 20:09:15 ---> 70e944e8c0d5 20:09:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:09:15 ---> Using cache 20:09:15 ---> f067d1280a84 20:09:15 Step 13/24 : ENV APP_PORT=59882 20:09:15 ---> c83712d7be86 20:09:15 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:09:15 ---> Using cache 20:09:15 ---> 5b2e533e6e73 20:09:15 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:09:15 ---> Running in dab86453eced 20:09:15 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:09:15 Removing intermediate container dab86453eced 20:09:15 ---> 4e044d846650 20:09:15 Step 14/24 : EXPOSE $APP_PORT 20:09:15 ---> Running in a83892ea4149 20:09:16 Removing intermediate container a83892ea4149 20:09:16 ---> 27e5ba0efe3a 20:09:16 Step 15/24 : WORKDIR / 20:09:18 ---> 8377879dc6e2 20:09:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:09:18 ---> Running in 3904739ab321 20:09:19 Removing intermediate container 3904739ab321 20:09:19 ---> 7c8d822cf145 20:09:19 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:19 ---> d37da2027cf3 20:09:19 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:09:24 ---> aa17f5a56b56 20:09:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:09:24 ---> 24a08ea08790 20:09:24 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:09:25 Removing intermediate container a1f9f3bdb71a 20:09:25 ---> ca597e4bc691 20:09:25 Step 7/22 : COPY . . 20:09:33 ---> 293186e0eba7 20:09:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:09:33 ---> 360d4c6abf0d 20:09:33 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:09:33 ---> Running in 6c3daa0d5eed 20:09:33 ---> 1c56bf3c361b 20:09:33 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:09:34 ---> Running in 00d996f65201 20:09:34 Removing intermediate container 6c3daa0d5eed 20:09:34 ---> a366f2f3a182 20:09:34 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:09:34 ---> Running in 5ae74c7675b8 20:09:34 Removing intermediate container 5ae74c7675b8 20:09:34 ---> fb967cb8f56d 20:09:34 Step 24/26 : LABEL arch=x86_64 20:09:34 ---> 694916ef3691 20:09:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:09:34 ---> Running in 8f7b3bd4b275 20:09:34 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:09:36 ---> 8d0f9b012314 20:09:36 Step 20/24 : ENTRYPOINT ["/core-command"] 20:09:36 Removing intermediate container 8f7b3bd4b275 20:09:36 ---> 40b133286bea 20:09:36 Step 25/26 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:09:36 ---> Running in cde3ecca392d 20:09:36 ---> Running in cfc30bc787fc 20:09:37 Removing intermediate container cde3ecca392d 20:09:37 ---> 52b4357a7c9a 20:09:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:09:38 Removing intermediate container cfc30bc787fc 20:09:38 ---> 15d95c5d9091 20:09:38 Step 26/26 : LABEL version=0.0.0 20:09:39 ---> Running in dec618a34019 20:09:40 ---> Running in 6e55d45758f9 20:09:40 Removing intermediate container dec618a34019 20:09:40 ---> 398a281c0b55 20:09:40 Step 22/24 : LABEL arch=x86_64 20:09:40 ---> Running in e36c45549876 20:09:41 Removing intermediate container 6e55d45758f9 20:09:41 ---> b3752053f8cf 20:09:41 20:09:41 Successfully built b3752053f8cf 20:09:41 Removing intermediate container e36c45549876 20:09:41 ---> 2abfeabb8d27 20:09:41 Successfully tagged security-spire-server:latest 20:09:41 Step 23/24 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:09:41 Building security-proxy-auth 20:09:44  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:09:44 ---> eeb8dd2610a2 20:09:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:09:44 ---> Using cache 20:09:44 ---> 05e2635c4ed7 20:09:44 Step 4/23 : WORKDIR /edgex-go 20:09:44 ---> Using cache 20:09:44 ---> 490c76d743b5 20:09:44 Step 5/23 : RUN apk add --update --no-cache make git 20:09:44 ---> Using cache 20:09:44 ---> 6c200a6ea577 20:09:44 Step 6/23 : COPY go.mod vendor* ./ 20:09:44 ---> Using cache 20:09:44 ---> 63653fe4b54a 20:09:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:44 ---> Using cache 20:09:44 ---> 018ec37da821 20:09:44 Step 8/23 : COPY . . 20:09:44 ---> Using cache 20:09:44 ---> 7f7732fb65aa 20:09:44 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:09:48 ---> Running in 5d80e84120ee 20:09:48 ---> Running in 35208f7112f4 20:09:48 Removing intermediate container 5d80e84120ee 20:09:48 ---> 26b6b7e26eca 20:09:48 Step 24/24 : LABEL version=0.0.0 20:09:49 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:09:49 ---> Running in 7c316ce1df41 20:09:49 Removing intermediate container 2b88c377b897 20:09:49 ---> 717a8c92d923 20:09:49 Step 8/23 : COPY . . 20:09:52 Removing intermediate container 7c316ce1df41 20:09:52 ---> 8c2bbea65a7f 20:09:52 20:09:52 Successfully built 8c2bbea65a7f 20:09:56 Successfully tagged core-command:latest 20:09:56 Building security-bootstrapper 20:09:58  Building core-command ... done Removing intermediate container f5cd2bb4b177 20:09:58 ---> 5a3d13ba5649 20:09:58 20:09:58 Step 10/23 : FROM alpine:3.17 20:09:58 ---> 9ed4aefc74f6 20:09:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:10:02 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:02 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:10:02 ---> eeb8dd2610a2 20:10:02 Step 3/33 : WORKDIR /edgex-go 20:10:02 ---> Using cache 20:10:02 ---> 34d804f0e981 20:10:02 Step 4/33 : RUN apk add --update --no-cache make git 20:10:02 ---> Using cache 20:10:02 ---> fd38a7dc54be 20:10:02 Step 5/33 : COPY go.mod vendor* ./ 20:10:02 ---> Using cache 20:10:02 ---> a42c71352a6a 20:10:02 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:02 ---> Using cache 20:10:02 ---> ca597e4bc691 20:10:02 Step 7/33 : COPY . . 20:10:02 ---> Using cache 20:10:02 ---> 1c56bf3c361b 20:10:02 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:10:07 ---> Running in 87a1bd25845e 20:10:07 ---> Running in e3c3d215a2f0 20:10:07 ---> d5c70a8ba38e 20:10:07 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:10:07 ---> Running in f9acff6951f0 20:10:07 Removing intermediate container 87a1bd25845e 20:10:07 ---> d5d47df0b95d 20:10:07 Step 12/23 : ENV APP_PORT=59880 20:10:07 ---> Running in 90884c9caf29 20:10:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:10:07 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:10:07 Removing intermediate container 90884c9caf29 20:10:07 ---> 6d2acb503dd8 20:10:07 Step 13/23 : EXPOSE $APP_PORT 20:10:09 ---> Running in ac6fbfcf31c9 20:10:09 Removing intermediate container ac6fbfcf31c9 20:10:09 ---> b57839e06663 20:10:09 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:10:09 ---> Running in c47a8c0d668f 20:10:09 Removing intermediate container 00d996f65201 20:10:09 ---> 3d0bc8087ffd 20:10:09 20:10:09 Step 9/22 : FROM alpine:3.17 20:10:09 ---> 9ed4aefc74f6 20:10:09 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:10:09 ---> Running in 4263a144bfda 20:10:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:10 (1/1) Installing dumb-init (1.2.5-r2) 20:10:10 Executing busybox-1.35.0-r29.trigger 20:10:10 OK: 7 MiB in 16 packages 20:10:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:11 (1/2) Installing dumb-init (1.2.5-r2) 20:10:11 (2/2) Installing openssl (3.0.8-r4) 20:10:11 Executing busybox-1.35.0-r29.trigger 20:10:11 OK: 8 MiB in 17 packages 20:10:12 Removing intermediate container c47a8c0d668f 20:10:12 ---> c2208e108e8f 20:10:12 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:12 Removing intermediate container 4263a144bfda 20:10:12 ---> 9fada577f1a6 20:10: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:10:12 ---> Running in 27b98f7bc13d 20:10:12 ---> 4d411d225ce3 20:10:12 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:10:12 Removing intermediate container 27b98f7bc13d 20:10:12 ---> ffd194428f0d 20:10:12 Step 12/22 : WORKDIR /edgex 20:10:12 ---> Running in d6f538b7e6b1 20:10:12 ---> 9a30fc7ab977 20:10:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:10:12 Removing intermediate container d6f538b7e6b1 20:10:12 ---> 6ac6c39f2ca5 20:10:12 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:13 ---> dbd4363b0ea5 20:10:13 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:10:13 ---> 2db2f98d6820 20:10:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:10:14 ---> ccfbb6312cad 20:10:14 Step 19/23 : ENTRYPOINT ["/core-data"] ---> eab26e16be79 20:10:14 20:10:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:10:14 ---> Running in 4de0111ddea8 20:10:15 ---> 9e9f52725b8d 20:10:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:10:15 Removing intermediate container 4de0111ddea8 20:10:15 ---> 137792e7ca93 20:10:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:10:15 ---> Running in 5915193efae6 20:10:17 Removing intermediate container 5915193efae6 20:10:17 ---> b1737adf9db2 20:10:17 Step 21/23 : LABEL arch=x86_64 20:10:17 ---> 092fbce22767 20:10:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:10:17 ---> Running in 2635d2e48cba 20:10:18 Removing intermediate container 2635d2e48cba 20:10:18 ---> 1ba062ac9b3e 20:10:18 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:10:18 ---> 0f1195cc768f 20:10:18 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:10:18 ---> Running in e465cb71ddaf 20:10:18 ---> Running in dbe005b26168 20:10:19 Removing intermediate container e465cb71ddaf 20:10:19 ---> b9b1c3b5e551 20:10:19 Step 23/23 : LABEL version=0.0.0 20:10:19 ---> Running in 4c4992f46487 20:10:22 Removing intermediate container 4c4992f46487 20:10:22 ---> 479b8c9df9e4 20:10:22 20:10:22 Successfully built 479b8c9df9e4 20:10:22 Successfully tagged core-data:latest 20:10:22  Building core-data ... done Removing intermediate container dbe005b26168 20:10:22 ---> f91b7e4b9d48 20:10:22 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:10:22 ---> Running in b6a1301be7ff 20:10:22 Removing intermediate container 35208f7112f4 20:10:22 ---> 25fdc4e4f179 20:10:22 20:10:22 Step 10/23 : FROM alpine:3.17 20:10:22 ---> 9ed4aefc74f6 20:10:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:10:22 ---> Using cache 20:10:22 ---> 0258a20505f9 20:10:22 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:10:22 ---> Using cache 20:10:22 ---> 3ea12e86f9fd 20:10:22 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:22 ---> Using cache 20:10:22 ---> d833cf1216bf 20:10:22 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:10:22 ---> Using cache 20:10:22 ---> e4f84bdf41b3 20:10:22 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:10:22 Removing intermediate container b6a1301be7ff 20:10:22 ---> 5c26abb10014 20:10:22 Step 20/22 : LABEL arch=x86_64 20:10:22 ---> 3496ce34ce63 20:10:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:10:22 ---> Running in be35879d2beb 20:10:23 Removing intermediate container be35879d2beb 20:10:23 ---> 61545a74eef1 20:10:23 Step 21/22 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:10:23 ---> 87a7b046faa6 20:10:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:10:23 ---> Running in 28e14dd28d8b 20:10:23 ---> 6ee4b2b6bbc6 20:10:23 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:10:23 Removing intermediate container 28e14dd28d8b 20:10:23 ---> 19ea7da198f9 20:10:23 Step 22/22 : LABEL version=0.0.0 20:10:23 ---> Running in dd362027d719 20:10:23 ---> Running in c62537a228ed 20:10:24 Removing intermediate container c62537a228ed 20:10:24 ---> d4241740765a 20:10:24 20:10:24 Successfully built d4241740765a 20:10:24 Successfully tagged security-proxy-setup:latest 20:10:24  Building security-proxy-setup ... done Removing intermediate container dd362027d719 20:10:24 ---> afa8a036ddb1 20:10:24 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:10:25 ---> Running in 4a3d2e13026e 20:10:25 Removing intermediate container 4a3d2e13026e 20:10:25 ---> 0c26966de0c6 20:10:25 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:10:25 ---> Running in f289dafbb754 20:10:26 Removing intermediate container f289dafbb754 20:10:26 ---> 547fafe7e87b 20:10:26 Step 21/23 : LABEL arch=x86_64 20:10:26 ---> Running in 288cef6f6166 20:10:26 Removing intermediate container 288cef6f6166 20:10:26 ---> 2decd267e132 20:10:26 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:10:26 ---> Running in 8b16ea20d5c4 20:10:26 Removing intermediate container 8b16ea20d5c4 20:10:26 ---> e2f24f180a68 20:10:26 Step 23/23 : LABEL version=0.0.0 20:10:26 ---> Running in 06234612dd74 20:10:26 Removing intermediate container 06234612dd74 20:10:26 ---> c9ef9e51f9ba 20:10:26 20:10:26 Successfully built c9ef9e51f9ba 20:10:26 Successfully tagged security-proxy-auth:latest 20:10:34  Building security-proxy-auth ... done Removing intermediate container e3c3d215a2f0 20:10:34 ---> aca346ff2270 20:10:34 20:10:34 Step 9/33 : FROM alpine:3.17 20:10:34 ---> 9ed4aefc74f6 20:10:34 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:10:34 ---> Using cache 20:10:34 ---> 8f55482bcb18 20:10:34 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:10:34 ---> Running in 4c34f9faa672 20:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:34 (1/2) Installing dumb-init (1.2.5-r2) 20:10:34 (2/2) Installing su-exec (0.2-r2) 20:10:34 Executing busybox-1.35.0-r29.trigger 20:10:34 OK: 7 MiB in 17 packages 20:10:38 Removing intermediate container 4c34f9faa672 20:10:38 ---> 07848376d37c 20:10:38 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:10:38 ---> Running in c607c9daf361 20:10:38 Removing intermediate container f9acff6951f0 20:10:38 ---> 8aca92b9b693 20:10:38 20:10:38 Step 10/23 : FROM alpine:3.17 20:10:38 ---> 9ed4aefc74f6 20:10:38 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:10:38 ---> Running in b4a507b85d37 20:10:38 Removing intermediate container c607c9daf361 20:10:38 ---> 92c10a7711da 20:10:38 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:10:38 ---> Running in d19e986e2ae2 20:10:38 Removing intermediate container d19e986e2ae2 20:10:38 ---> 60d866902a6a 20:10:38 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:10:38 ---> Running in f299a9bc2969 20:10:38 Removing intermediate container f299a9bc2969 20:10:38 ---> 83a53b6b47ac 20:10:38 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:10:38 ---> Running in 4067c2b54724 20:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:38 Removing intermediate container 4067c2b54724 20:10:38 ---> 3d9e9b84889f 20:10:38 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:10:38 ---> Running in 90daa2fcca31 20:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:39 (1/2) Installing ca-certificates (20220614-r4) 20:10:39 (2/2) Installing dumb-init (1.2.5-r2) 20:10:39 Executing busybox-1.35.0-r29.trigger 20:10:39 Executing ca-certificates-20220614-r4.trigger 20:10:39 OK: 8 MiB in 17 packages 20:10:39 Removing intermediate container 90daa2fcca31 20:10:39 ---> f4a2a8c91968 20:10:39 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:10:39 ---> Running in d9cff8fcd6fc 20:10:39 Removing intermediate container d9cff8fcd6fc 20:10:39 ---> ac9093fd961c 20:10:39 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:10:39 ---> f29f9c302e92 20:10:39 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:10:39 ---> Running in 30aac7bbc4ae 20:10:39 Removing intermediate container b4a507b85d37 20:10:39 ---> 1c595366a2b4 20:10:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:10:39 ---> Running in f8e070de153f 20:10:39 Removing intermediate container f8e070de153f 20:10:39 ---> f8ff5e0da5a4 20:10:39 Step 13/23 : ENV APP_PORT=59860 20:10:39 ---> Running in e0c14ab56e2e 20:10:39 Removing intermediate container e0c14ab56e2e 20:10:39 ---> 3fb512ec4b78 20:10:39 Step 14/23 : EXPOSE $APP_PORT 20:10:39 ---> Running in 0382ed084a5a 20:10:39 Removing intermediate container 0382ed084a5a 20:10:39 ---> 7268c26f0cc5 20:10:39 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:40 ---> b138a259f1ab 20:10:40 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:10:40 Removing intermediate container 30aac7bbc4ae 20:10:40 ---> c24b9e2f7dfc 20:10:40 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:10:40 ---> 86735b4aeafe 20:10:40 ---> 8b9efbaae814 20:10:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:10:40 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:10:40 ---> 8632b317a90a 20:10:40 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:10:41 ---> 158aa5ea9966 20:10:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:10:41 ---> e7b24abf7ad1 20:10:41 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:10:41 ---> 50a880489742 20:10:41 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:10:41 ---> 1bc20253eac5 20:10:41 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:10:41 ---> Running in a90f9013f73c 20:10:41 Removing intermediate container a90f9013f73c 20:10:41 ---> 462bc4375e6b 20:10:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:10:41 ---> Running in 346f2bf8ed18 20:10:41 ---> b5e488baeff8 20:10:41 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:10:42 Removing intermediate container 346f2bf8ed18 20:10:42 ---> 65dce365398b 20:10:42 Step 21/23 : LABEL arch=x86_64 20:10:42 ---> Running in 036abdbac335 20:10:42 ---> f39f68e6a0cd 20:10:42 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:10:42 Removing intermediate container 036abdbac335 20:10:42 ---> f7d7c31b6c72 20:10:42 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:10:42 ---> Running in 075c6c826b4b 20:10:42 ---> 8c20c68d8d8e 20:10:42 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:10:42 Removing intermediate container 075c6c826b4b 20:10:42 ---> 10bd874d9e9f 20:10:42 Step 23/23 : LABEL version=0.0.0 20:10:42 ---> Running in 6488247c8468 20:10:42 Removing intermediate container 6488247c8468 20:10:42 ---> 7ae014c5f40f 20:10:42 20:10:42 ---> 1c8a402c520e 20:10:42 Step 28/33 : RUN chmod +x /entrypoint.sh 20:10:42 ---> Running in 6b4cee9ae9fc 20:10:42 Successfully built 7ae014c5f40f 20:10:42 Successfully tagged support-notifications:latest 20:10:43  Building support-notifications ... done Removing intermediate container 6b4cee9ae9fc 20:10:43 ---> 0c5089c05ddd 20:10:43 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:10:43 ---> Running in 6245f610eb3f 20:10:43 Removing intermediate container 6245f610eb3f 20:10:43 ---> d089beadbea4 20:10:43 Step 30/33 : CMD ["gate"] 20:10:43 ---> Running in e1400967c03f 20:10:43 Removing intermediate container e1400967c03f 20:10:43 ---> d4983b7e1faa 20:10:43 Step 31/33 : LABEL arch=x86_64 20:10:43 ---> Running in 5e07ccf3477d 20:10:43 Removing intermediate container 5e07ccf3477d 20:10:43 ---> 9c37109e240d 20:10:43 Step 32/33 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:10:43 ---> Running in 974ec12a3a0b 20:10:43 Removing intermediate container 974ec12a3a0b 20:10:43 ---> cf8c1df216c3 20:10:43 Step 33/33 : LABEL version=0.0.0 20:10:43 ---> Running in 0edeca473a8e 20:10:43 Removing intermediate container 0edeca473a8e 20:10:43 ---> fb1b6c22e154 20:10:43 20:10:43 Successfully built fb1b6c22e154 20:10:43 Successfully tagged security-bootstrapper:latest 20:10:43  Building security-bootstrapper ... done  [Pipeline] } 20:10:43 $ docker stop --time=1 fc99a93ed65852dfadc53681d96e8785b75188f9da3f61f96f1a9b8d93d183a8 20:10:44 $ docker rm -f --volumes fc99a93ed65852dfadc53681d96e8785b75188f9da3f61f96f1a9b8d93d183a8 [Pipeline] // withDockerContainer [Pipeline] sh 20:10:45 + docker images 20:10:45 REPOSITORY TAG IMAGE ID CREATED SIZE 20:10:45 security-bootstrapper latest fb1b6c22e154 2 seconds ago 22.2MB 20:10:45 support-notifications latest 7ae014c5f40f 3 seconds ago 32.7MB 20:10:45 8aca92b9b693 8 seconds ago 1.75GB 20:10:45 aca346ff2270 14 seconds ago 1.67GB 20:10:45 security-proxy-auth latest c9ef9e51f9ba 19 seconds ago 18.3MB 20:10:45 security-proxy-setup latest d4241740765a 22 seconds ago 18.7MB 20:10:45 25fdc4e4f179 24 seconds ago 1.67GB 20:10:45 core-data latest 479b8c9df9e4 26 seconds ago 20MB 20:10:45 3d0bc8087ffd 36 seconds ago 1.67GB 20:10:45 5a3d13ba5649 53 seconds ago 1.69GB 20:10:45 core-command latest 8c2bbea65a7f 56 seconds ago 19.8MB 20:10:45 security-spire-server latest b3752053f8cf About a minute ago 89.8MB 20:10:45 9b7a3a38f605 About a minute ago 1.55GB 20:10:45 c2966cd767ee About a minute ago 1.69GB 20:10:45 core-common-config-bootstrapper latest e60ce36edee1 About a minute ago 17.2MB 20:10:45 security-spire-config latest ba739befb188 About a minute ago 88.9MB 20:10:45 security-secretstore-setup latest 077a5c221c9e 2 minutes ago 32.8MB 20:10:45 b4d85ed50c7e 2 minutes ago 1.68GB 20:10:45 security-spiffe-token-provider latest 48b9aaffb7a2 2 minutes ago 32.8MB 20:10:45 core-metadata latest fef17e60a15b 2 minutes ago 20.4MB 20:10:45 support-scheduler latest 2959669e973b 2 minutes ago 32.1MB 20:10:45 6106e0b2c273 2 minutes ago 1.75GB 20:10:45 0182760394b2 2 minutes ago 1.68GB 20:10:45 8240bbc06a77 2 minutes ago 1.73GB 20:10:45 b1ec8ce12f4f 2 minutes ago 1.69GB 20:10:45 security-spire-agent latest 9996f475ee87 2 minutes ago 129MB 20:10:45 dbff1131234b 3 minutes ago 1.55GB 20:10:45 ci-base-image-x86_64 latest eeb8dd2610a2 7 minutes ago 881MB 20:10:45 alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB 20:10:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 6 weeks ago 664MB 20:10:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:10:45 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:10:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:10:52 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:10:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:10:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:10:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:10:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:10:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:10:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:10:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:10:58 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:11:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:11:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:11:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:11:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.428s coverage: 28.7% of statements 20:11:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.333s coverage: 98.5% of statements 20:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.454s coverage: 71.5% of statements 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:11:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.378s coverage: 54.0% of statements 20:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:11:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.845s coverage: 88.5% of statements 20:11:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.700s coverage: 3.8% of statements 20:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:12:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.689s coverage: 95.6% of statements 20:12:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:12:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:12:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:12:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:12:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:12:09 ok github.com/edgexfoundry/edgex-go/internal/io 0.209s coverage: 72.2% of statements 20:12:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:12:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:12:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:12:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.231s coverage: 65.9% of statements 20:12:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:12:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:12:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.434s coverage: 0.9% of statements 20:12:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.274s coverage: 29.0% of statements 20:12:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.260s coverage: 44.1% of statements 20:12:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.248s coverage: 82.9% of statements 20:12:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements 20:12:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.317s coverage: 96.3% of statements 20:12:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements 20:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:12:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.246s coverage: 94.4% of statements 20:12:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:12:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:12:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:12:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:12:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:12:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:12:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.104s coverage: 79.9% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 17.260s coverage: 92.9% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.228s coverage: 62.3% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.238s coverage: 87.2% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.175s coverage: 20.0% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 81.8% of statements 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.452s coverage: 82.1% of statements 20:12:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:12:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.215s coverage: 86.0% of statements 20:13:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:13:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:13:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.082s coverage: 63.1% of statements 20:13:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.247s coverage: 100.0% of statements 20:13:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 89.4% of statements 20:13:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 20:13:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.977s coverage: 38.4% of statements 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.250s coverage: 89.5% of statements 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:13:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:13:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.204s coverage: 84.8% of statements 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:13:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.303s coverage: 17.7% of statements 20:13:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:13:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:13:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:13:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:13:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.591s coverage: 92.3% of statements 20:13:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:13:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:13:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.342s coverage: 61.5% of statements 20:13:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:13:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:13:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.429s coverage: 97.7% of statements 20:13:42 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:13:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:13:42 go vet ./... 20:16:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:16:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:16:34 ./bin/test-attribution-txt.sh [Pipeline] echo 20:16:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:16:35 + ls -al . 20:16:35 total 700 20:16:35 drwxrwxr-x 10 1001 1001 4096 Apr 21 20:08 . 20:16:35 drwxr-xr-x 4 root root 4096 Apr 21 20:08 .. 20:16:35 drwxrwxr-x 2 1001 1001 4096 Apr 21 20:06 .blubracket 20:16:35 -rw-rw-r-- 1 1001 1001 16 Apr 21 20:06 .dockerignore 20:16:35 drwxrwxr-x 8 1001 1001 4096 Apr 21 20:06 .git 20:16:35 drwxrwxr-x 3 1001 1001 4096 Apr 21 20:06 .github 20:16:35 -rw-rw-r-- 1 1001 1001 1133 Apr 21 20:06 .gitignore 20:16:35 -rw-rw-r-- 1 1001 1001 42 Apr 21 20:06 .golangci.yml 20:16:35 -rw-rw-r-- 1 1001 1001 87 Apr 21 20:06 .hadolint.yml 20:16:35 -rw-rw-r-- 1 1001 1001 166 Apr 21 20:06 .sonarcloud.properties 20:16:35 -rw-rw-r-- 1 1001 1001 1171 Apr 21 20:06 ADOPTERS.md 20:16:35 -rw-rw-r-- 1 1001 1001 10835 Apr 21 20:06 Attribution.txt 20:16:35 -rw-rw-r-- 1 1001 1001 73765 Apr 21 20:06 CHANGELOG.md 20:16:35 -rw-rw-r-- 1 1001 1001 3804 Apr 21 20:06 CONTRIBUTING.md 20:16:35 -rw-rw-r-- 1 1001 1001 677 Apr 21 20:06 GOVERNANCE.md 20:16:35 -rw-rw-r-- 1 1001 1001 883 Apr 21 20:06 Jenkinsfile 20:16:35 -rw-rw-r-- 1 1001 1001 10775 Apr 21 20:06 LICENSE 20:16:35 -rw-rw-r-- 1 1001 1001 14368 Apr 21 20:06 Makefile 20:16:35 -rw-rw-r-- 1 1001 1001 582 Apr 21 20:06 OWNERS.md 20:16:35 -rw-rw-r-- 1 1001 1001 9403 Apr 21 20:06 README.md 20:16:35 -rw-rw-r-- 1 1001 1001 789 Apr 21 20:06 SECURITY.md 20:16:35 -rw-rw-r-- 1 1001 1001 5 Apr 21 20:02 VERSION 20:16:35 drwxrwxr-x 2 1001 1001 4096 Apr 21 20:06 bin 20:16:35 drwxrwxr-x 18 1001 1001 4096 Apr 21 20:06 cmd 20:16:35 -rw-r--r-- 1 root root 448247 Apr 21 20:13 coverage.out 20:16:35 -rw-rw-r-- 1 1001 1001 3200 Apr 21 20:06 go.mod 20:16:35 -rw-rw-r-- 1 1001 1001 31155 Apr 21 20:06 go.sum 20:16:35 drwxrwxr-x 7 1001 1001 4096 Apr 21 20:06 internal 20:16:35 drwxrwxr-x 3 1001 1001 4096 Apr 21 20:06 openapi 20:16:35 -rw-rw-r-- 1 1001 1001 594 Apr 21 20:06 security.txt 20:16:35 drwxrwxr-x 4 1001 1001 4096 Apr 21 20:06 snap 20:16:35 -rw-rw-r-- 1 1001 1001 204 Apr 21 20:06 version.go [Pipeline] sh 20:16:35 + '[' -e coverage.out ] 20:16:35 + chown 1001:1001 coverage.out [Pipeline] stash 20:16:35 Warning: overwriting stash ‘coverage-report’ 20:16:36 Stashed 1 file(s) [Pipeline] sh 20:16:37 + make build 20:16: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:18:14 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:18:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:18:20 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:18:24 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:19: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:19: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:19:23 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:19: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:19: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:19:37 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:19:44 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:19:51 $ docker stop --time=1 4313a7e70baa8de49e7878568fdd6219307dcb641193ddeff6401ab9538a9573 20:19:53 $ docker rm -f --volumes 4313a7e70baa8de49e7878568fdd6219307dcb641193ddeff6401ab9538a9573 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:19:56 20:19:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:19:56 latest: Pulling from edgex-devops/edgex-compose-arm64 20:19:56 29e5d40040c1: Pulling fs layer 20:19:56 1ce36da41761: Pulling fs layer 20:19:56 25b303627fd3: Pulling fs layer 20:19:56 29e5d40040c1: Download complete 20:19:57 1ce36da41761: Verifying Checksum 20:19:57 1ce36da41761: Download complete 20:19:57 29e5d40040c1: Pull complete 20:19:59 1ce36da41761: Pull complete 20:19:59 25b303627fd3: Verifying Checksum 20:19:59 25b303627fd3: Download complete 20:20:11 25b303627fd3: Pull complete 20:20:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:20:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:20:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:20:11 prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container 20:20:11 $ 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:20:14 $ docker top b734b2890950931a5a6ff2a11a163125ce6a440a47ca92abdca20dd909acdfd8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:15 + docker-compose build --help 20:20:15 + grep parallel 20:20:20 --parallel Build images in parallel. [Pipeline] } 20:20:20 $ docker stop --time=1 b734b2890950931a5a6ff2a11a163125ce6a440a47ca92abdca20dd909acdfd8 20:20:22 $ docker rm -f --volumes b734b2890950931a5a6ff2a11a163125ce6a440a47ca92abdca20dd909acdfd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:20:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:20:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:20:23 prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container 20:20:23 $ 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:20:24 $ docker top 2518ec48daf6f1f9711c3adf64c7657bb8c8650a101ec2fd82ffe7c230f56581 -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:25 + docker-compose -f ./docker-compose-build.yml build --parallel 20:20:31 Building core-command ... 20:20:31 Building core-common-config-bootstrapper ... 20:20:31 Building core-data ... 20:20:31 Building core-metadata ... 20:20:31 Building security-bootstrapper ... 20:20:31 Building security-proxy-auth ... 20:20:31 Building security-proxy-setup ... 20:20:31 Building security-secretstore-setup ... 20:20:31 Building security-spiffe-token-provider ... 20:20:31 Building security-spire-agent ... 20:20:31 Building security-spire-config ... 20:20:31 Building security-spire-server ... 20:20:31 Building support-notifications ... 20:20:31 Building support-scheduler ... 20:20:31 Building core-common-config-bootstrapper 20:20:31 Building security-spire-agent 20:20:31 Building security-spire-config 20:20:31 Building core-command 20:20:31 Building security-proxy-auth 20:21:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:28 ---> 8623b036e862 20:21:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:21:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:28 ---> 8623b036e862 20:21:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:21:28 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:28 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:21:28 ---> 8623b036e862 20:21:28 Step 3/27 : WORKDIR /edgex-go 20:21:28 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:21:28 ---> 8623b036e862 20:21:28 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:21:28 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:21:28 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:21:28 ---> 8623b036e862 20:21:28 Step 3/27 : WORKDIR /edgex-go 20:21:28 ---> Running in d4f2b0a6da3d 20:21:28 ---> Running in 2e7da7ea8409 20:21:28 ---> Running in 791ed16784c7 20:21:28 ---> Running in 9d7a1a412708 20:21:28 ---> Running in 07f28a8537ac 20:21:28 Removing intermediate container d4f2b0a6da3d 20:21:28 ---> a3485e936d54 20:21:28 Step 4/24 : WORKDIR /edgex-go 20:21:28 ---> Running in 79d21117e5d4 20:21:28 Removing intermediate container 07f28a8537ac 20:21:28 ---> d1ca24439d9f 20:21:28 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:21:28 Removing intermediate container 791ed16784c7 20:21:28 ---> 7085fc190293 20:21:28 Step 4/23 : WORKDIR /edgex-go 20:21:28 Removing intermediate container 9d7a1a412708 20:21:28 ---> 090ef4cbc1a5 20:21:28 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:21:28 ---> Running in 093c75b285f1 20:21:28 Removing intermediate container 2e7da7ea8409 20:21:28 ---> 5c72a517d169 20:21:28 Step 4/23 : WORKDIR /edgex-go 20:21:28 ---> Running in 27da106b9cfa 20:21:28 ---> Running in fb629fe8b68f 20:21:28 ---> Running in ddd657e5915a 20:21:28 Removing intermediate container 79d21117e5d4 20:21:28 ---> f22e66454fa1 20:21:28 Step 5/24 : RUN apk add --update --no-cache make git 20:21:28 ---> Running in 94f327e47f85 20:21:28 Removing intermediate container 27da106b9cfa 20:21:28 ---> 81719257d850 20:21:28 Step 5/23 : RUN apk add --update --no-cache make git 20:21:28 ---> Running in 4437dd861e83 20:21:28 Removing intermediate container ddd657e5915a 20:21:28 ---> 041bf71bbd70 20:21:28 Step 5/23 : RUN apk add --update --no-cache make git 20:21:28 ---> Running in 22e63fbbfd46 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:28 OK: 263 MiB in 53 packages 20:21:28 OK: 263 MiB in 53 packages 20:21:29 OK: 263 MiB in 53 packages 20:21:29 OK: 263 MiB in 53 packages 20:21:29 OK: 263 MiB in 53 packages 20:21:29 Removing intermediate container fb629fe8b68f 20:21:29 ---> 537fc250d9a4 20:21:29 Step 5/27 : COPY go.mod vendor* ./ 20:21:30 Removing intermediate container 093c75b285f1 20:21:30 ---> 91c2df61d876 20:21:30 Step 5/27 : COPY go.mod vendor* ./ 20:21:30 Removing intermediate container 94f327e47f85 20:21:30 ---> 9b869f9aede9 20:21:30 Step 6/24 : COPY go.mod vendor* ./ 20:21:31 Removing intermediate container 22e63fbbfd46 20:21:31 ---> eb1f0cc13376 20:21:31 Step 6/23 : COPY go.mod vendor* ./ 20:21:31 ---> 1ddec4cb2e28 20:21:31 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:31 Removing intermediate container 4437dd861e83 20:21:31 ---> 2036326e75d7 20:21:31 Step 6/23 : COPY go.mod vendor* ./ 20:21:31 ---> Running in 019cba60d3b9 20:21:32 ---> 6f11dac2caaf 20:21:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:32 ---> 94908f6d81f3 20:21:32 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:32 ---> Running in cb2e44537cca 20:21:32 ---> 9551926c61a7 20:21:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:32 ---> Running in ccda08a874f1 20:21:32 ---> Running in a433ccb63225 20:21:33 ---> 966ce1099881 20:21:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:33 ---> Running in 43d2c54ef305 20:23:25 Removing intermediate container 019cba60d3b9 20:23:25 ---> d6ca448046e3 20:23:25 Step 7/27 : COPY . . 20:23:25 Removing intermediate container cb2e44537cca 20:23:25 ---> bef94021e716 20:23:25 Step 7/27 : COPY . . 20:23:25 Removing intermediate container ccda08a874f1 20:23:25 ---> d116bd26ca99 20:23:25 Step 8/24 : COPY . . 20:23:25 Removing intermediate container a433ccb63225 20:23:25 ---> c8e307aaf58e 20:23:25 Step 8/23 : COPY . . 20:23:25 Removing intermediate container 43d2c54ef305 20:23:25 ---> 0e85a29614e7 20:23:25 Step 8/23 : COPY . . 20:23:35 ---> 2ba6bd4e885d 20:23:35 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:23:35 ---> 021420bf7f84 20:23:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:23:35 ---> 596baa197c00 20:23:35 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:23:35 ---> 8224bf1fbb4c 20:23:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:23:35 ---> Running in db2f2210b788 20:23:35 ---> Running in e5341689e37f 20:23:35 ---> 0ab62234d713 20:23:35 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:23:35 ---> Running in 1b34cac3a2b0 20:23:35 ---> Running in 2991818c61fa 20:23:35 ---> Running in b1dbea32e3af 20:23:36 Removing intermediate container 1b34cac3a2b0 20:23:36 ---> 88f24a16e661 20:23:36 Step 9/27 : WORKDIR /edgex-go/spire-build 20:23:36 ---> Running in 3126b5dea272 20:23:36 Removing intermediate container 2991818c61fa 20:23:36 ---> 3a0360c87923 20:23:36 Step 9/27 : WORKDIR /edgex-go/spire-build 20:23:37 ---> Running in bce68e50e49c 20:23:37 Removing intermediate container 3126b5dea272 20:23:37 ---> c619b55ea690 20:23:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:23:38 ---> Running in cb3051e11f4d 20:23:38 Removing intermediate container bce68e50e49c 20:23:38 ---> 2ccabc4e6ac3 20:23:38 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:23:38 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:23:38 ---> Running in b966b7545a41 20:23:39 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:23:39 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:23:39 Removing intermediate container cb3051e11f4d 20:23:39 ---> 01bb6d635c18 20:23:39 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:23:39 Removing intermediate container b966b7545a41 20:23:39 ---> 615192659a4f 20:23:39 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:23:39 ---> Running in 0fb3164476d8 20:23:39 ---> Running in c8b3f38bf8dc 20:23:44 Removing intermediate container 0fb3164476d8 20:23:44 ---> 9d33d9e62d39 20:23:44 Step 12/27 : WORKDIR /edgex-go 20:23:44 ---> Running in 6a85643d6e33 20:23:44 Removing intermediate container c8b3f38bf8dc 20:23:44 ---> 510937b2b6cb 20:23:44 Step 12/27 : WORKDIR /edgex-go 20:23:44 ---> Running in 67bddc12563b 20:23:44 Removing intermediate container 6a85643d6e33 20:23:44 ---> 83ec1a395e92 20:23:44 20:23:44 Step 13/27 : FROM alpine:3.17 20:23:44 Removing intermediate container 67bddc12563b 20:23:44 ---> 3165b0433fbd 20:23:44 20:23:44 Step 13/27 : FROM alpine:3.17 20:23:44 3.17: Pulling from library/alpine 20:23:44 3.17: Pulling from library/alpine 20:23:46 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:23:46 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:23:46 Status: Downloaded newer image for alpine:3.17 20:23:46 Status: Image is up to date for alpine:3.17 20:23:46 ---> 51e60588ff2c 20:23:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:23:46 ---> 51e60588ff2c 20:23:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:23:46 ---> Running in ed3e8d1d16da 20:23:46 ---> Running in 9dddc3c23d37 20:23:47 Removing intermediate container ed3e8d1d16da 20:23:47 ---> 22788ccd739c 20:23:47 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:23:47 Removing intermediate container 9dddc3c23d37 20:23:47 ---> ef270a8a8d22 20:23:47 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:23:47 ---> Running in ac6b1a7ed4f5 20:23:47 ---> Running in 49e789409990 20:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:52 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:23:52 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:23:52 OK: 17691 distinct packages available 20:23:52 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:23:52 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:23:52 OK: 17691 distinct packages available 20:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:55 (1/4) Installing dumb-init (1.2.5-r2) 20:23:55 (2/4) Installing musl-obstack (1.2.3-r0) 20:23:55 (3/4) Installing libucontext (1.2-r0) 20:23:55 (4/4) Installing gcompat (1.1.0-r0) 20:23:55 Executing busybox-1.35.0-r29.trigger 20:23:55 OK: 8 MiB in 19 packages 20:23:55 (1/5) Installing dumb-init (1.2.5-r2) 20:23:55 (2/5) Installing musl-obstack (1.2.3-r0) 20:23:55 (3/5) Installing libucontext (1.2-r0) 20:23:55 (4/5) Installing gcompat (1.1.0-r0) 20:23:55 (5/5) Installing openssl (3.0.8-r4) 20:23:55 Executing busybox-1.35.0-r29.trigger 20:23:55 OK: 9 MiB in 20 packages 20:23:57 Removing intermediate container 49e789409990 20:23:57 ---> b7de61f7ca17 20:23:57 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:58 Removing intermediate container ac6b1a7ed4f5 20:23:58 ---> 6a413be42bfc 20:23:58 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:58 ---> 6954da097ebf 20:23:58 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:23:59 ---> c88e35cc54e5 20:23:59 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:24:00 ---> 3eb19ddb673a 20:24:00 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:24:01 ---> a40b5fc0ffba 20:24:01 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:24:07 ---> 4f1f89594a93 20:24:07 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:24:07 ---> 0747ba691384 20:24:07 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:24:09 ---> 14877efd5d1d 20:24:09 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:24:09 ---> Running in 6a64ee2151ea 20:24:09 Removing intermediate container 6a64ee2151ea 20:24:09 ---> a3e2d2c3c5d7 20:24:09 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:24:11 ---> d5445b71dfcc 20:24:11 Step 22/27 : WORKDIR / 20:24:11 ---> Running in 2dbc513bab33 20:24:12 Removing intermediate container 2dbc513bab33 20:24:12 ---> 3ea10ee75238 20:24:12 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:24:12 ---> Running in 8cfce4819220 20:24:13 Removing intermediate container 8cfce4819220 20:24:13 ---> 7adb34ab5bc2 20:24:13 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:24:13 ---> Running in 095771a3c32d 20:24:14 ---> 27b6343cccc1 20:24:14 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:24:14 Removing intermediate container 095771a3c32d 20:24:14 ---> 9b38fef12a6e 20:24:14 Step 25/27 : LABEL arch=arm64 20:24:14 ---> Running in 8f35277508a7 20:24:14 Removing intermediate container 8f35277508a7 20:24:14 ---> 3051acfba6a9 20:24:14 Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:24:14 ---> Running in 95610f655110 20:24:15 ---> d78c73b08033 20:24:15 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:24:15 Removing intermediate container 95610f655110 20:24:15 ---> f1763cfd0c1e 20:24:15 Step 27/27 : LABEL version=0.0.0 20:24:15 ---> Running in 2afa716e8341 20:24:16 Removing intermediate container 2afa716e8341 20:24:16 ---> b33f25dbe388 20:24:16 20:24:16 ---> 24c15c8d5390 20:24:16 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:24:16 Successfully built b33f25dbe388 20:24:16 Successfully tagged security-spire-config-arm64:latest 20:24:16  Building security-spire-config ... done Building security-proxy-setup 20:24:17 ---> ce6f26c9b366 20:24:17 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:24:17 ---> Running in de0466fcfd3c 20:24:17 Removing intermediate container de0466fcfd3c 20:24:17 ---> 5b0ee474b01c 20:24:17 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:24:18 ---> Running in 59bad3de14f8 20:24:18 Removing intermediate container 59bad3de14f8 20:24:18 ---> 925b1e37d9b8 20:24:18 Step 25/27 : LABEL arch=arm64 20:24:18 ---> Running in 439478a3734b 20:24:19 Removing intermediate container 439478a3734b 20:24:19 ---> 9b21eedc39d7 20:24:19 Step 26/27 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:24:19 ---> Running in 033f4c0cb1ac 20:24:19 Removing intermediate container 033f4c0cb1ac 20:24:19 ---> ccbc166e329f 20:24:19 Step 27/27 : LABEL version=0.0.0 20:24:19 ---> Running in 1a6f5527e5ed 20:24:20 Removing intermediate container 1a6f5527e5ed 20:24:20 ---> 50b017ae847b 20:24:20 20:24:20 Successfully built 50b017ae847b 20:24:20 Successfully tagged security-spire-agent-arm64:latest 20:24:20  Building security-spire-agent ... done Building core-metadata 20:24:47 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:24:47 ---> 8623b036e862 20:24:47 Step 3/22 : WORKDIR /edgex-go 20:24:47 ---> Using cache 20:24:47 ---> 090ef4cbc1a5 20:24:47 Step 4/22 : RUN apk add --update --no-cache make git 20:24:47 ---> Running in e84092a5c626 20:24:47 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:47 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:24:47 ---> 8623b036e862 20:24:47 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:24:47 ---> Using cache 20:24:47 ---> 5c72a517d169 20:24:47 Step 4/25 : WORKDIR /edgex-go 20:24:47 ---> Using cache 20:24:47 ---> 041bf71bbd70 20:24:47 Step 5/25 : RUN apk add --update --no-cache make git 20:24:47 ---> Using cache 20:24:47 ---> eb1f0cc13376 20:24:47 Step 6/25 : COPY go.mod vendor* ./ 20:24:47 ---> Using cache 20:24:47 ---> 9551926c61a7 20:24:47 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:47 ---> Using cache 20:24:47 ---> c8e307aaf58e 20:24:47 Step 8/25 : COPY . . 20:24:47 ---> Using cache 20:24:47 ---> 021420bf7f84 20:24:47 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:24:47 ---> Running in 727fe3978866 20:24:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:49 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:50 OK: 263 MiB in 53 packages 20:24:52 Removing intermediate container e84092a5c626 20:24:52 ---> 53cc44d1bd9e 20:24:52 Step 5/22 : COPY go.mod vendor* ./ 20:24:52 ---> 2e8017d8badc 20:24:52 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:52 ---> Running in 3ec46357ad1c 20:26:29 Removing intermediate container 3ec46357ad1c 20:26:29 ---> 94fa58a135eb 20:26:29 Step 7/22 : COPY . . 20:26:44 ---> 347353d6c83c 20:26:44 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:26:44 ---> Running in bcdf5045302d 20:26:44 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:30:36 Removing intermediate container b1dbea32e3af 20:30:36 ---> 9b1f0977e22b 20:30:36 20:30:36 Step 10/23 : FROM alpine:3.17 20:30:36 ---> 51e60588ff2c 20:30:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:30:36 ---> Running in 2bf0d7cc18ac 20:30:36 Removing intermediate container 2bf0d7cc18ac 20:30:36 ---> 7a275b9f62ac 20:30:36 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:30:36 ---> Running in b4ebc0d91aba 20:30:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:36 (1/1) Installing dumb-init (1.2.5-r2) 20:30:36 Executing busybox-1.35.0-r29.trigger 20:30:36 OK: 8 MiB in 16 packages 20:30:36 Removing intermediate container b4ebc0d91aba 20:30:36 ---> 1149aa1923b2 20:30:36 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:36 ---> 60c251265f7b 20:30:36 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:30:36 ---> b11476d1aca1 20:30:36 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:30:37 ---> f9e20cf88ce2 20:30:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:30:38 ---> 858699a07d60 20:30:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:30:41 ---> 635a71b2577d 20:30:41 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:30:41 ---> Running in ce0fe7b7f836 20:30:44 Removing intermediate container ce0fe7b7f836 20:30:44 ---> 0e6e4f32584d 20:30:44 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:30:44 ---> Running in e7710aea7257 20:30:45 Removing intermediate container e7710aea7257 20:30:45 ---> 6bfd8abe9daf 20:30:45 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:30:45 ---> Running in 0d5853edf662 20:30:45 Removing intermediate container 0d5853edf662 20:30:45 ---> 17d4adc45de2 20:30:45 Step 21/23 : LABEL arch=arm64 20:30:45 ---> Running in f532070bf067 20:30:46 Removing intermediate container f532070bf067 20:30:46 ---> 28c818488b02 20:30:46 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:30:46 ---> Running in 7a86cfbffda7 20:30:47 Removing intermediate container 7a86cfbffda7 20:30:47 ---> 37f3ad4651aa 20:30:47 Step 23/23 : LABEL version=0.0.0 20:30:47 ---> Running in 5194284ada37 20:30:47 Removing intermediate container 5194284ada37 20:30:47 ---> f9baaeecb933 20:30:47 20:30:48 Successfully built f9baaeecb933 20:30:48 Successfully tagged security-proxy-auth-arm64:latest 20:30:48 Building security-bootstrapper 20:31:06  Building security-proxy-auth ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:31:06 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:31:06 ---> 8623b036e862 20:31:06 Step 3/33 : WORKDIR /edgex-go 20:31:06 ---> Using cache 20:31:06 ---> 090ef4cbc1a5 20:31:06 Step 4/33 : RUN apk add --update --no-cache make git 20:31:06 ---> Using cache 20:31:06 ---> 53cc44d1bd9e 20:31:06 Step 5/33 : COPY go.mod vendor* ./ 20:31:06 ---> Using cache 20:31:06 ---> 2e8017d8badc 20:31:06 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:06 ---> Using cache 20:31:06 ---> 94fa58a135eb 20:31:06 Step 7/33 : COPY . . 20:31:06 ---> Using cache 20:31:06 ---> 347353d6c83c 20:31:06 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:31:06 ---> Running in df6cd475493a 20:31:06 Removing intermediate container db2f2210b788 20:31:06 ---> aa4171207285 20:31:06 20:31:06 Step 10/23 : FROM alpine:3.17 20:31:06 ---> 51e60588ff2c 20:31:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:31:06 ---> Using cache 20:31:06 ---> 7a275b9f62ac 20:31:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:31:06 ---> Using cache 20:31:06 ---> 1149aa1923b2 20:31:06 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:06 ---> Using cache 20:31:06 ---> 60c251265f7b 20:31:06 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:31:06 ---> Using cache 20:31:06 ---> b11476d1aca1 20:31:06 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:31:09 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:31:10 ---> 2e279f0569df 20:31:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:31:11 ---> 990740a0eb15 20:31:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:31:13 ---> f3e4362bb6ff 20:31:13 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:31:13 ---> Running in ae196a98db2a 20:31:17 Removing intermediate container ae196a98db2a 20:31:17 ---> c7ba637de86f 20:31:17 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:31:17 ---> Running in 0a58b3c96cec 20:31:18 Removing intermediate container 0a58b3c96cec 20:31:18 ---> 5754a441c607 20:31:18 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:31:18 ---> Running in 202c034c8c9a 20:31:19 Removing intermediate container e5341689e37f 20:31:19 ---> 5ac213f72ffd 20:31:19 20:31:19 Step 10/24 : FROM alpine:3.17 20:31:19 ---> 51e60588ff2c 20:31:19 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:31:20 ---> Running in 41b72f9cc9f9 20:31:20 Removing intermediate container 202c034c8c9a 20:31:20 ---> a1b44f43b595 20:31:20 Step 21/23 : LABEL arch=arm64 20:31:20 ---> Running in 8c93ab018d64 20:31:21 Removing intermediate container 8c93ab018d64 20:31:21 ---> c65289710540 20:31:21 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:31:21 ---> Running in 76c3ce075f6a 20:31:22 Removing intermediate container 76c3ce075f6a 20:31:22 ---> 11d0d744dd06 20:31:22 Step 23/23 : LABEL version=0.0.0 20:31:22 ---> Running in 81dcce4e502a 20:31:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:23 Removing intermediate container 81dcce4e502a 20:31:23 ---> 7104830edff8 20:31:23 20:31:23 Successfully built 7104830edff8 20:31:23 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:31:23 Building security-spiffe-token-provider 20:31:23  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:25 (1/1) Installing dumb-init (1.2.5-r2) 20:31:25 Executing busybox-1.35.0-r29.trigger 20:31:25 OK: 8 MiB in 16 packages 20:31:27 Removing intermediate container 41b72f9cc9f9 20:31:27 ---> 0cb81cec1331 20:31:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:31:27 ---> Running in 7c9b3ac8eca2 20:31:27 Removing intermediate container 7c9b3ac8eca2 20:31:27 ---> d94444e09fdb 20:31:27 Step 13/24 : ENV APP_PORT=59882 20:31:27 ---> Running in 5f14fc96cfe3 20:31:28 Removing intermediate container 5f14fc96cfe3 20:31:28 ---> c0fac9f81a6b 20:31:28 Step 14/24 : EXPOSE $APP_PORT 20:31:28 ---> Running in 753289c2ba5c 20:31:29 Removing intermediate container 753289c2ba5c 20:31:29 ---> 944259953c5f 20:31:29 Step 15/24 : WORKDIR / 20:31:29 ---> Running in e5bfb1aae223 20:31:29 Removing intermediate container e5bfb1aae223 20:31:29 ---> fad77dc58ae0 20:31:29 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:30 ---> 8cd1ed8c9d71 20:31:30 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:31:33 ---> bf92fe33a7cb 20:31:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:31:35 ---> 3858469a0bfe 20:31:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:31:37 ---> 503d453a96fd 20:31:37 Step 20/24 : ENTRYPOINT ["/core-command"] 20:31:37 ---> Running in 18c70e4fd3ea 20:31:38 Removing intermediate container 18c70e4fd3ea 20:31:38 ---> 2f3d5bb00d9f 20:31:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:31:38 ---> Running in 4856332ef92d 20:31:38 Removing intermediate container 4856332ef92d 20:31:38 ---> 4839fa1a3b01 20:31:38 Step 22/24 : LABEL arch=arm64 20:31:39 ---> Running in f7505ba63cea 20:31:40 Removing intermediate container f7505ba63cea 20:31:40 ---> 36fbceaf9020 20:31:40 Step 23/24 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:31:40 ---> Running in 73937f96e0c2 20:31:40 Removing intermediate container 73937f96e0c2 20:31:40 ---> 467d1cd1301a 20:31:40 Step 24/24 : LABEL version=0.0.0 20:31:40 ---> Running in 77d4b3a6848e 20:31:41 Removing intermediate container 77d4b3a6848e 20:31:41 ---> bba1b5c43ebb 20:31:41 20:31:41 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:31:41 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:31:41 ---> 8623b036e862 20:31:41 Step 3/20 : WORKDIR /edgex-go 20:31:41 ---> Using cache 20:31:41 ---> 090ef4cbc1a5 20:31:41 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:31:41 ---> Running in 4eb403c2a42c 20:31:42 Successfully built bba1b5c43ebb 20:31:42 Successfully tagged core-command-arm64:latest 20:31:42 Building support-scheduler 20:31:43  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:46 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:31:46 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:31:46 OK: 17695 distinct packages available 20:31:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:48 OK: 263 MiB in 53 packages 20:31:51 Removing intermediate container 4eb403c2a42c 20:31:51 ---> 9f37d4f1ee29 20:31:51 Step 5/20 : COPY go.mod vendor* ./ 20:31:52 ---> 364c8a73a75a 20:31:52 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:52 ---> Running in b8c465625a42 20:32:02 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:32:02 ---> 8623b036e862 20:32:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:32:02 ---> Using cache 20:32:02 ---> 5c72a517d169 20:32:02 Step 4/23 : WORKDIR /edgex-go 20:32:02 ---> Using cache 20:32:02 ---> 041bf71bbd70 20:32:02 Step 5/23 : RUN apk add --update --no-cache make git 20:32:02 ---> Using cache 20:32:02 ---> eb1f0cc13376 20:32:02 Step 6/23 : COPY go.mod vendor* ./ 20:32:02 ---> Using cache 20:32:02 ---> 9551926c61a7 20:32:02 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:02 ---> Using cache 20:32:02 ---> c8e307aaf58e 20:32:02 Step 8/23 : COPY . . 20:32:02 ---> Using cache 20:32:02 ---> 021420bf7f84 20:32:02 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:32:02 ---> Running in 6feef716ec50 20:32:03 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:32:50 Removing intermediate container 727fe3978866 20:32:50 ---> cbfb16d5b7b2 20:32:50 20:32:50 Step 10/25 : FROM alpine:3.17 20:32:50 ---> 51e60588ff2c 20:32:50 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:32:50 ---> Using cache 20:32:50 ---> 0cb81cec1331 20:32:50 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:32:50 ---> Using cache 20:32:50 ---> d94444e09fdb 20:32:50 Step 13/25 : ENV APP_PORT=59881 20:32:50 ---> Running in 2258a24a0c8e 20:32:50 Removing intermediate container 2258a24a0c8e 20:32:50 ---> 263a09fe9a85 20:32:50 Step 14/25 : EXPOSE $APP_PORT 20:32:50 ---> Running in 5f673ec9d19b 20:32:50 Removing intermediate container 5f673ec9d19b 20:32:50 ---> cf1c7840fd4c 20:32:50 Step 15/25 : WORKDIR / 20:32:50 ---> Running in c59f600157f1 20:32:50 Removing intermediate container c59f600157f1 20:32:50 ---> 439cfbb3ad72 20:32:50 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:50 ---> 387c9ce15a98 20:32:50 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:32:50 ---> 049b8477ce15 20:32:50 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:32:52 ---> 39ea3e7dc1fc 20:32:52 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:32:53 ---> f427f2461687 20:32:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:32:54 ---> 3d6e090dda52 20:32:54 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:32:54 ---> Running in e5c4a768c09e 20:32:55 Removing intermediate container e5c4a768c09e 20:32:55 ---> c66bd781f8fe 20:32:55 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:32:55 ---> Running in 9821a2be303e 20:32:55 Removing intermediate container 9821a2be303e 20:32:55 ---> 1d1f27b6fbb2 20:32:55 Step 23/25 : LABEL arch=arm64 20:32:56 ---> Running in 25de10b5bc89 20:32:57 Removing intermediate container 25de10b5bc89 20:32:57 ---> e49a4a405ce9 20:32:57 Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:32:57 ---> Running in 650db02571fb 20:32:58 Removing intermediate container 650db02571fb 20:32:58 ---> b0a7cb138df2 20:32:58 Step 25/25 : LABEL version=0.0.0 20:32:58 ---> Running in 6b4fb2e072b0 20:32:59 Removing intermediate container 6b4fb2e072b0 20:32:59 ---> 27ec36ec089a 20:32:59 20:32:59 Successfully built 27ec36ec089a 20:32:59 Successfully tagged core-metadata-arm64:latest 20:32:59  Building core-metadata ... done Building security-secretstore-setup 20:33:22 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:33:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:33:22 ---> 8623b036e862 20:33:22 Step 3/25 : WORKDIR /edgex-go 20:33:22 ---> Using cache 20:33:22 ---> 090ef4cbc1a5 20:33:22 Step 4/25 : RUN apk add --update --no-cache make git 20:33:22 ---> Using cache 20:33:22 ---> 53cc44d1bd9e 20:33:22 Step 5/25 : COPY go.mod vendor* ./ 20:33:22 ---> Using cache 20:33:22 ---> 2e8017d8badc 20:33:22 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:22 ---> Using cache 20:33:22 ---> 94fa58a135eb 20:33:22 Step 7/25 : COPY . . 20:33:22 ---> Using cache 20:33:22 ---> 347353d6c83c 20:33:22 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:33:22 ---> Running in 7dfabedcf3a0 20:33:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:33:37 Removing intermediate container bcdf5045302d 20:33:37 ---> 8a02578b88e8 20:33:37 20:33:37 Step 9/22 : FROM alpine:3.17 20:33:37 ---> 51e60588ff2c 20:33:37 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:33:37 ---> Running in 69dccf93b3f6 20:33:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:33:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:33:42 (1/2) Installing dumb-init (1.2.5-r2) 20:33:42 (2/2) Installing openssl (3.0.8-r4) 20:33:42 Executing busybox-1.35.0-r29.trigger 20:33:42 OK: 8 MiB in 17 packages 20:33:42 Removing intermediate container b8c465625a42 20:33:42 ---> caf7c52bda5d 20:33:42 Step 7/20 : COPY . . 20:33:45 Removing intermediate container 69dccf93b3f6 20:33:45 ---> 30ebcec18379 20:33:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:33:45 ---> Running in bc1724193275 20:33:46 Removing intermediate container bc1724193275 20:33:46 ---> af253367acee 20:33:46 Step 12/22 : WORKDIR /edgex 20:33:46 ---> Running in b90de5c91aec 20:33:47 Removing intermediate container b90de5c91aec 20:33:47 ---> 52b052fa58e7 20:33:47 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:48 ---> bb20fdba7f8c 20:33:48 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:33:50 ---> 334a3f492873 20:33:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:33:51 ---> 6fed6e4e5751 20:33:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:33:54 ---> 2fffee299179 20:33:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:33:57 ---> 6ae23b8f31e0 20:33:57 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:33:57 ---> Running in affb5e6dfba3 20:33:59 ---> aaee30853983 20:33:59 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:33:59 ---> Running in 2882181920f5 20:34:01 Removing intermediate container affb5e6dfba3 20:34:01 ---> c754695603c6 20:34:01 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:34:01 ---> Running in 52912df46363 20:34:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:34:02 Removing intermediate container 52912df46363 20:34:02 ---> 1cd3a7bf6dab 20:34:02 Step 20/22 : LABEL arch=arm64 20:34:02 ---> Running in ed8fe31b9799 20:34:03 Removing intermediate container ed8fe31b9799 20:34:03 ---> 506d6bf19c5b 20:34:03 Step 21/22 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:34:03 ---> Running in 297790ae881a 20:34:03 Removing intermediate container 297790ae881a 20:34:03 ---> b7ad3d2955dc 20:34:03 Step 22/22 : LABEL version=0.0.0 20:34:03 ---> Running in f373fbacec37 20:34:04 Removing intermediate container f373fbacec37 20:34:04 ---> dd4113f5ede1 20:34:04 20:34:04 Successfully built dd4113f5ede1 20:34:04 Successfully tagged security-proxy-setup-arm64:latest 20:34:04 Building core-data 20:34:23  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:34:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:34:23 ---> 8623b036e862 20:34:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:34:23 ---> Using cache 20:34:23 ---> 5c72a517d169 20:34:23 Step 4/23 : WORKDIR /edgex-go 20:34:23 ---> Using cache 20:34:23 ---> 041bf71bbd70 20:34:23 Step 5/23 : RUN apk add --update --no-cache make git 20:34:23 ---> Using cache 20:34:23 ---> eb1f0cc13376 20:34:23 Step 6/23 : COPY go.mod vendor* ./ 20:34:23 ---> Using cache 20:34:23 ---> 9551926c61a7 20:34:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:23 ---> Using cache 20:34:23 ---> c8e307aaf58e 20:34:23 Step 8/23 : COPY . . 20:34:23 ---> Using cache 20:34:23 ---> 021420bf7f84 20:34:23 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:34:23 ---> Running in e799707c90ba 20:34:24 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:38:01 Removing intermediate container df6cd475493a 20:38:01 ---> baa6d5839242 20:38:01 20:38:01 Step 9/33 : FROM alpine:3.17 20:38:01 ---> 51e60588ff2c 20:38:01 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:38:01 ---> Running in 8e2b8ce880c6 20:38:01 Removing intermediate container 8e2b8ce880c6 20:38:01 ---> ecf096c3176c 20:38:01 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:38:01 ---> Running in 5211e6dc15b3 20:38:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:03 (1/2) Installing dumb-init (1.2.5-r2) 20:38:03 (2/2) Installing su-exec (0.2-r2) 20:38:03 Executing busybox-1.35.0-r29.trigger 20:38:03 OK: 8 MiB in 17 packages 20:38:05 Removing intermediate container 5211e6dc15b3 20:38:05 ---> fd495657b019 20:38:05 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:38:05 ---> Running in 81a03b6b9310 20:38:05 Removing intermediate container 81a03b6b9310 20:38:05 ---> 2b22c41de388 20:38:05 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:38:05 ---> Running in fe87403edc0c 20:38:06 Removing intermediate container fe87403edc0c 20:38:06 ---> 337c78284abd 20:38:06 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:38:07 ---> Running in fc3b2c60705d 20:38:08 Removing intermediate container fc3b2c60705d 20:38:08 ---> 318a868ca4e5 20:38:08 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:38:08 ---> Running in f11f2b83ae30 20:38:08 Removing intermediate container f11f2b83ae30 20:38:08 ---> 499b33193323 20:38:08 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:38:08 ---> Running in 886b7f224ff9 20:38:12 Removing intermediate container 886b7f224ff9 20:38:12 ---> 5ab8c114269a 20:38:12 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:38:12 ---> Running in 4dec794801e7 20:38:12 Removing intermediate container 4dec794801e7 20:38:12 ---> 79b1d243b0af 20:38:12 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:38:13 ---> 53ec823c120f 20:38:13 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:38:13 ---> Running in cdf6b5467c6b 20:38:17 Removing intermediate container cdf6b5467c6b 20:38:17 ---> 67913df94f4e 20:38:17 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:17 ---> 89aab12c48d6 20:38:17 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:38:20 ---> 7c45dc8a47d2 20:38:20 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:38:23 ---> 15d115e7d62c 20:38:23 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:38:23 ---> 6961c482c03e 20:38:23 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:38:24 ---> c27988e75e52 20:38:24 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:38:25 ---> 2d79d61f6889 20:38:25 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:38:26 ---> 67c349ef8475 20:38:26 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:38:26 ---> b2c48f4e3213 20:38:26 Step 28/33 : RUN chmod +x /entrypoint.sh 20:38:27 ---> Running in 19be01a69d30 20:38:30 Removing intermediate container 19be01a69d30 20:38:30 ---> 9bf5307808d7 20:38:30 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:38:30 ---> Running in b850d230a3bd 20:38:30 Removing intermediate container b850d230a3bd 20:38:30 ---> 70734e873c0e 20:38:30 Step 30/33 : CMD ["gate"] 20:38:30 ---> Running in 782ad5b777a4 20:38:31 Removing intermediate container 782ad5b777a4 20:38:31 ---> b1c6b69f4f3e 20:38:31 Step 31/33 : LABEL arch=arm64 20:38:31 ---> Running in 89c543909e34 20:38:31 Removing intermediate container 89c543909e34 20:38:31 ---> aaf09a5422e7 20:38:31 Step 32/33 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:38:32 ---> Running in e1a3cdad406e 20:38:34 Removing intermediate container e1a3cdad406e 20:38:34 ---> eabe804656e2 20:38:34 Step 33/33 : LABEL version=0.0.0 20:38:34 ---> Running in 40897a0c20c3 20:38:35 Removing intermediate container 40897a0c20c3 20:38:35 ---> a9b211e87362 20:38:35 20:38:35 Successfully built a9b211e87362 20:38:35 Successfully tagged security-bootstrapper-arm64:latest 20:38:35 Building security-spire-server 20:38:50  Building security-bootstrapper ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:38:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:38:50 ---> 8623b036e862 20:38:50 Step 3/26 : WORKDIR /edgex-go 20:38:50 ---> Using cache 20:38:50 ---> 090ef4cbc1a5 20:38:50 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:38:50 ---> Using cache 20:38:50 ---> 537fc250d9a4 20:38:50 Step 5/26 : COPY go.mod vendor* ./ 20:38:50 ---> Using cache 20:38:50 ---> 1ddec4cb2e28 20:38:50 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:38:50 ---> Using cache 20:38:50 ---> d6ca448046e3 20:38:50 Step 7/26 : COPY . . 20:38:50 ---> Using cache 20:38:50 ---> 0ab62234d713 20:38:50 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:38:50 ---> Using cache 20:38:50 ---> 3a0360c87923 20:38:50 Step 9/26 : WORKDIR /edgex-go/spire-build 20:38:50 ---> Using cache 20:38:50 ---> 2ccabc4e6ac3 20:38:50 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:38:50 ---> Using cache 20:38:50 ---> 615192659a4f 20:38:50 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:38:50 ---> Running in ffdc67eb4684 20:38:53 Removing intermediate container ffdc67eb4684 20:38:53 ---> 9353db8d5306 20:38:53 Step 12/26 : WORKDIR /edgex-go 20:38:53 ---> Running in edb078c2b45a 20:38:53 Removing intermediate container edb078c2b45a 20:38:53 ---> 97a2d03ac697 20:38:53 20:38:53 Step 13/26 : FROM alpine:3.17 20:38:53 ---> 51e60588ff2c 20:38:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:38:53 ---> Using cache 20:38:53 ---> ef270a8a8d22 20:38:53 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:38:53 ---> Running in c56e87ffe34b 20:38:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:38:57 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:38:57 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:38:57 OK: 17691 distinct packages available 20:38:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:38:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:39:00 (1/5) Installing dumb-init (1.2.5-r2) 20:39:00 (2/5) Installing musl-obstack (1.2.3-r0) 20:39:00 (3/5) Installing libucontext (1.2-r0) 20:39:00 (4/5) Installing gcompat (1.1.0-r0) 20:39:00 (5/5) Installing openssl (3.0.8-r4) 20:39:00 Executing busybox-1.35.0-r29.trigger 20:39:00 OK: 9 MiB in 20 packages 20:39:02 Removing intermediate container c56e87ffe34b 20:39:02 ---> 899cb7f4e3c9 20:39:02 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:39:02 ---> 171047f8d100 20:39:02 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:39:03 ---> daac6d9bdd5f 20:39:03 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:39:09 ---> 0fda27f96471 20:39:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:39:09 ---> 8d997425ef7d 20:39:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:39:10 ---> 9578bebff4ef 20:39:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:39:14 ---> 9dd0e2545769 20:39:14 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:39:14 ---> Running in 155f900220e7 20:39:14 Removing intermediate container 155f900220e7 20:39:14 ---> d3e7cb702344 20:39:14 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:39:14 ---> Running in 1a7b00a2f2a7 20:39:15 Removing intermediate container 1a7b00a2f2a7 20:39:15 ---> fb8858e8d93e 20:39:15 Step 24/26 : LABEL arch=arm64 20:39:15 ---> Running in 8810e736c0f8 20:39:16 Removing intermediate container 8810e736c0f8 20:39:16 ---> a6bc05708e69 20:39:16 Step 25/26 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:39:16 ---> Running in b2738a571c19 20:39:16 Removing intermediate container b2738a571c19 20:39:16 ---> 92581697571b 20:39:16 Step 26/26 : LABEL version=0.0.0 20:39:16 ---> Running in 181b9642d73a 20:39:16 Removing intermediate container 181b9642d73a 20:39:16 ---> 275665ecd3d3 20:39:16 20:39:17 Successfully built 275665ecd3d3 20:39:17 Successfully tagged security-spire-server-arm64:latest 20:39:17 Building support-notifications 20:39:35  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:39:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:39:35 ---> 8623b036e862 20:39:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:39:35 ---> Using cache 20:39:35 ---> 5c72a517d169 20:39:35 Step 4/23 : WORKDIR /edgex-go 20:39:35 ---> Using cache 20:39:35 ---> 041bf71bbd70 20:39:35 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:39:35 ---> Running in 97259c08b1fa 20:39:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:39:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:39:39 OK: 263 MiB in 53 packages 20:39:41 Removing intermediate container 97259c08b1fa 20:39:41 ---> 9eb5066c626e 20:39:41 Step 6/23 : COPY go.mod vendor* ./ 20:39:42 ---> 2918a53b9ea4 20:39:42 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:42 ---> Running in 79a7abe3dddd 20:40:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:40:15 Removing intermediate container 7dfabedcf3a0 20:40:15 ---> 676e0d9a8c48 20:40:15 20:40:15 Step 9/25 : FROM alpine:3.17 20:40:15 ---> 51e60588ff2c 20:40:15 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:40:15 ---> Running in 78f7147531d6 20:40:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:40:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:40:19 (1/3) Installing ca-certificates (20220614-r4) 20:40:19 (2/3) Installing dumb-init (1.2.5-r2) 20:40:19 (3/3) Installing su-exec (0.2-r2) 20:40:19 Executing busybox-1.35.0-r29.trigger 20:40:19 Executing ca-certificates-20220614-r4.trigger 20:40:20 OK: 8 MiB in 18 packages 20:40:22 Removing intermediate container 78f7147531d6 20:40:22 ---> 67b4bcd8784e 20:40:22 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:40:22 ---> Running in e7f9c499564f 20:40:23 Removing intermediate container e7f9c499564f 20:40:23 ---> 225341ebecc5 20:40:23 Step 12/25 : WORKDIR / 20:40:23 ---> Running in c88a9130298b 20:40:24 Removing intermediate container c88a9130298b 20:40:24 ---> 3f708c074ab2 20:40:24 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:25 ---> ae1938d27583 20:40:25 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:40:26 ---> c526180e27f2 20:40:26 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:40:26 ---> d249a6664c20 20:40:26 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:40:27 ---> 34b1c6899bbf 20:40:27 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:40:28 ---> 733ed3a166cb 20:40:28 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:40:29 ---> cdc10d60069b 20:40:29 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:40:31 ---> a143757c1dc5 20:40:31 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:40:32 ---> f6545c4262f6 20:40:32 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:40:32 ---> Running in da40ef63921a 20:40:36 Removing intermediate container da40ef63921a 20:40:36 ---> 0c058b4086e7 20:40:36 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:40:36 ---> Running in c9fd6588ff66 20:40:37 Removing intermediate container c9fd6588ff66 20:40:37 ---> 32b5c0536a9c 20:40:37 Step 23/25 : LABEL arch=arm64 20:40:37 ---> Running in ea0a70c98424 20:40:37 Removing intermediate container ea0a70c98424 20:40:37 ---> 0e4e983812b6 20:40:37 Step 24/25 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:40:38 ---> Running in 2b6825fe6772 20:40:38 Removing intermediate container 2b6825fe6772 20:40:38 ---> 48d83e77c8bd 20:40:38 Step 25/25 : LABEL version=0.0.0 20:40:38 ---> Running in 3e518f74c162 20:40:39 Removing intermediate container 3e518f74c162 20:40:39 ---> 43d38d2915f8 20:40:39 20:40:39 Successfully built 43d38d2915f8 20:40:39 Successfully tagged security-secretstore-setup-arm64:latest 20:41:26  Building security-secretstore-setup ... done Removing intermediate container 79a7abe3dddd 20:41:26 ---> 01dbc99764ef 20:41:26 Step 8/23 : COPY . . 20:41:38 ---> 837789cf5ac9 20:41:38 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:41:38 ---> Running in 0f1b483f2c26 20:41:41 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:41:43 Removing intermediate container e799707c90ba 20:41:43 ---> fd79214f3581 20:41:43 20:41:43 Step 10/23 : FROM alpine:3.17 20:41:43 ---> 51e60588ff2c 20:41:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:41:43 ---> Running in b64ca4dc8b2f 20:41:44 Removing intermediate container b64ca4dc8b2f 20:41:44 ---> d7acb36a6c38 20:41:44 Step 12/23 : ENV APP_PORT=59880 20:41:44 ---> Running in 3aa62c3cc5f0 20:41:45 Removing intermediate container 3aa62c3cc5f0 20:41:45 ---> d9364d743f52 20:41:45 Step 13/23 : EXPOSE $APP_PORT 20:41:45 ---> Running in dfcb8f2b480f 20:41:45 Removing intermediate container dfcb8f2b480f 20:41:45 ---> d97410e43e09 20:41:45 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:41:45 ---> Running in b0f5a40e6c76 20:41:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:41:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:41:49 (1/1) Installing dumb-init (1.2.5-r2) 20:41:49 Executing busybox-1.35.0-r29.trigger 20:41:49 OK: 8 MiB in 16 packages 20:41:51 Removing intermediate container b0f5a40e6c76 20:41:51 ---> 03ea7bbd291d 20:41:51 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:53 ---> 034f672a658d 20:41:53 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:41:55 ---> c565fd0b0262 20:41:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:41:58 ---> 42b4f52460ab 20:41:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:41:59 ---> 8ce7a7f8ed58 20:41:59 Step 19/23 : ENTRYPOINT ["/core-data"] 20:41:59 ---> Running in e57b51cc9353 20:41:59 Removing intermediate container e57b51cc9353 20:41:59 ---> 624dd9722496 20:41:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:42:00 ---> Running in a413b1809951 20:42:00 Removing intermediate container 6feef716ec50 20:42:00 ---> cd082e271418 20:42:00 20:42:00 Step 10/23 : FROM alpine:3.17 20:42:00 ---> 51e60588ff2c 20:42:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:42:00 ---> Using cache 20:42:00 ---> 0cb81cec1331 20:42:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:42:00 ---> Using cache 20:42:00 ---> d94444e09fdb 20:42:00 Step 13/23 : ENV APP_PORT=59861 20:42:00 ---> Running in e8ba67fe283f 20:42:00 Removing intermediate container a413b1809951 20:42:00 ---> 34d5d98884d9 20:42:00 Step 21/23 : LABEL arch=arm64 20:42:00 ---> Running in c5990d55f760 20:42:01 Removing intermediate container e8ba67fe283f 20:42:01 ---> 6b219221df4a 20:42:01 Step 14/23 : EXPOSE $APP_PORT 20:42:01 Removing intermediate container c5990d55f760 20:42:01 ---> 538451f62428 20:42:01 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:42:01 ---> Running in d569a3fa616c 20:42:01 ---> Running in 137d353984a5 20:42:01 Removing intermediate container d569a3fa616c 20:42:01 ---> a90887a975e1 20:42:01 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:01 Removing intermediate container 137d353984a5 20:42:01 ---> ad70e1e7c8ec 20:42:01 Step 23/23 : LABEL version=0.0.0 20:42:02 ---> Running in e9a5ff4aa810 20:42:02 Removing intermediate container e9a5ff4aa810 20:42:02 ---> a3c66e067d5a 20:42:02 20:42:02 ---> f073b0b90e87 20:42:02 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:42:03 Successfully built a3c66e067d5a 20:42:03 Successfully tagged core-data-arm64:latest 20:42:03  Building core-data ... done  ---> 2db8d96f4f38 20:42:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:42:05 ---> 4aa4914eb71e 20:42:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:42:05 ---> 68d6fc020889 20:42:05 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:42:06 ---> Running in dad5a8eda4b6 20:42:09 Removing intermediate container dad5a8eda4b6 20:42:09 ---> 8903d0fbe1c9 20:42:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:42:09 ---> Running in 0267f38847b2 20:42:10 Removing intermediate container 0267f38847b2 20:42:10 ---> 2f64beeb2c46 20:42:10 Step 21/23 : LABEL arch=arm64 20:42:10 ---> Running in bb033433d220 20:42:11 Removing intermediate container bb033433d220 20:42:11 ---> 2acac99a3acc 20:42:11 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:42:11 ---> Running in ab02c62b3402 20:42:11 Removing intermediate container ab02c62b3402 20:42:11 ---> 62ed7e7f44f3 20:42:11 Step 23/23 : LABEL version=0.0.0 20:42:11 ---> Running in b11e894b51d8 20:42:12 Removing intermediate container b11e894b51d8 20:42:12 ---> 91f644f8a061 20:42:12 20:42:12 Successfully built 91f644f8a061 20:42:12 Successfully tagged support-scheduler-arm64:latest 20:42:19  Building support-scheduler ... done Removing intermediate container 2882181920f5 20:42:19 ---> 4f29866cb029 20:42:19 20:42:19 Step 9/20 : FROM alpine:3.17 20:42:19 ---> 51e60588ff2c 20:42:19 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:42:19 ---> Using cache 20:42:19 ---> ecf096c3176c 20:42:19 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:42:19 ---> Running in 0e7a300a01a6 20:42:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:42:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:42:22 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:42:22 v3.17.3-123-g1099f7eaf4b [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:42:22 OK: 17691 distinct packages available 20:42:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:42:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:42:24 (1/9) Installing ca-certificates (20220614-r4) 20:42:24 (2/9) Installing brotli-libs (1.0.9-r9) 20:42:24 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:42:24 (4/9) Installing libcurl (8.0.1-r0) 20:42:24 (5/9) Installing curl (8.0.1-r0) 20:42:24 (6/9) Installing dumb-init (1.2.5-r2) 20:42:24 (7/9) Installing musl-obstack (1.2.3-r0) 20:42:24 (8/9) Installing libucontext (1.2-r0) 20:42:24 (9/9) Installing gcompat (1.1.0-r0) 20:42:24 Executing busybox-1.35.0-r29.trigger 20:42:24 Executing ca-certificates-20220614-r4.trigger 20:42:25 OK: 11 MiB in 24 packages 20:42:27 Removing intermediate container 0e7a300a01a6 20:42:27 ---> 2c366ce0d1c6 20:42:27 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:28 ---> 91d9df1c8386 20:42:28 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:42:28 ---> 9a7f1f89e6fe 20:42:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:42:31 ---> 74424a60f053 20:42:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:42:32 ---> be6817746f3e 20:42:32 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:42:32 ---> Running in ba608f6a06b0 20:42:32 Removing intermediate container ba608f6a06b0 20:42:32 ---> ff28f393a6dd 20:42:32 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:42:32 ---> Running in 43ff4710d04a 20:42:33 Removing intermediate container 43ff4710d04a 20:42:33 ---> 0dd1ae77b9d5 20:42:33 Step 18/20 : LABEL arch=arm64 20:42:33 ---> Running in 08ebd713a7e6 20:42:33 Removing intermediate container 08ebd713a7e6 20:42:33 ---> bcc19b4cfc18 20:42:33 Step 19/20 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:42:33 ---> Running in 687bc692bb67 20:42:34 Removing intermediate container 687bc692bb67 20:42:34 ---> da64300f0b1c 20:42:34 Step 20/20 : LABEL version=0.0.0 20:42:34 ---> Running in 4dad5544374b 20:42:36 Removing intermediate container 4dad5544374b 20:42:36 ---> 326878ea02e9 20:42:36 20:42:36 Successfully built 326878ea02e9 20:42:36 Successfully tagged security-spiffe-token-provider-arm64:latest 20:44:28  Building security-spiffe-token-provider ... done Removing intermediate container 0f1b483f2c26 20:44:28 ---> 069edc6ffeb0 20:44:28 20:44:28 Step 10/23 : FROM alpine:3.17 20:44:28 ---> 51e60588ff2c 20:44:28 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:44:28 ---> Running in 39582ab5c545 20:44:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:44:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:44:28 (1/2) Installing ca-certificates (20220614-r4) 20:44:28 (2/2) Installing dumb-init (1.2.5-r2) 20:44:28 Executing busybox-1.35.0-r29.trigger 20:44:28 Executing ca-certificates-20220614-r4.trigger 20:44:28 OK: 8 MiB in 17 packages 20:44:28 Removing intermediate container 39582ab5c545 20:44:28 ---> 46f274fc763f 20:44:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:44:28 ---> Running in 3f0ca5637d66 20:44:28 Removing intermediate container 3f0ca5637d66 20:44:28 ---> a3fa75749e71 20:44:28 Step 13/23 : ENV APP_PORT=59860 20:44:28 ---> Running in e6498f6650c9 20:44:28 Removing intermediate container e6498f6650c9 20:44:28 ---> 5891bbd1c86a 20:44:28 Step 14/23 : EXPOSE $APP_PORT 20:44:28 ---> Running in de04d61113f1 20:44:28 Removing intermediate container de04d61113f1 20:44:28 ---> 3c7d9c8539b8 20:44:28 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:44:28 ---> 532310686067 20:44:28 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:44:28 ---> df54b2826bf2 20:44:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:44:28 ---> 9f79446dfdfd 20:44:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:44:28 ---> dc8a9cb9aab2 20:44:28 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:44:28 ---> Running in 9c805cabab35 20:44:28 Removing intermediate container 9c805cabab35 20:44:28 ---> a00511e045a3 20:44:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:44:28 ---> Running in 746155c68478 20:44:28 Removing intermediate container 746155c68478 20:44:28 ---> a162c1035c59 20:44:28 Step 21/23 : LABEL arch=arm64 20:44:28 ---> Running in 12000162bcba 20:44:28 Removing intermediate container 12000162bcba 20:44:28 ---> 351dff0eb695 20:44:28 Step 22/23 : LABEL git_sha=10d38c88c8fe0305019976539f89d3b6b7b47d7b 20:44:28 ---> Running in 430cc7c71569 20:44:28 Removing intermediate container 430cc7c71569 20:44:28 ---> 84fbc00cb7e5 20:44:28 Step 23/23 : LABEL version=0.0.0 20:44:28 ---> Running in 185171daa1d9 20:44:28 Removing intermediate container 185171daa1d9 20:44:28 ---> e02059cd1b41 20:44:28 20:44:28 Successfully built e02059cd1b41 20:44:28 Successfully tagged support-notifications-arm64:latest 20:44:28  Building support-notifications ... done  [Pipeline] } 20:44:28 $ docker stop --time=1 2518ec48daf6f1f9711c3adf64c7657bb8c8650a101ec2fd82ffe7c230f56581 20:44:29 $ docker rm -f --volumes 2518ec48daf6f1f9711c3adf64c7657bb8c8650a101ec2fd82ffe7c230f56581 [Pipeline] // withDockerContainer [Pipeline] sh 20:44:30 + docker images 20:44:30 REPOSITORY TAG IMAGE ID CREATED SIZE 20:44:30 support-notifications-arm64 latest e02059cd1b41 5 seconds ago 32.2MB 20:44:30 069edc6ffeb0 18 seconds ago 1.56GB 20:44:30 security-spiffe-token-provider-arm64 latest 326878ea02e9 About a minute ago 32.7MB 20:44:30 4f29866cb029 2 minutes ago 1.53GB 20:44:30 support-scheduler-arm64 latest 91f644f8a061 2 minutes ago 31.5MB 20:44:30 core-data-arm64 latest a3c66e067d5a 2 minutes ago 19.9MB 20:44:30 cd082e271418 2 minutes ago 1.56GB 20:44:30 fd79214f3581 2 minutes ago 1.5GB 20:44:30 security-secretstore-setup-arm64 latest 43d38d2915f8 3 minutes ago 32.2MB 20:44:30 676e0d9a8c48 4 minutes ago 1.49GB 20:44:30 security-spire-server-arm64 latest 275665ecd3d3 5 minutes ago 87.1MB 20:44:30 97a2d03ac697 5 minutes ago 1.35GB 20:44:30 security-bootstrapper-arm64 latest a9b211e87362 5 minutes ago 21.9MB 20:44:30 baa6d5839242 6 minutes ago 1.48GB 20:44:30 security-proxy-setup-arm64 latest dd4113f5ede1 10 minutes ago 18.7MB 20:44:30 8a02578b88e8 10 minutes ago 1.47GB 20:44:30 core-metadata-arm64 latest 27ec36ec089a 11 minutes ago 20.2MB 20:44:30 cbfb16d5b7b2 11 minutes ago 1.5GB 20:44:30 core-command-arm64 latest bba1b5c43ebb 12 minutes ago 19.7MB 20:44:30 core-common-config-bootstrapper-arm64 latest 7104830edff8 13 minutes ago 17.2MB 20:44:30 5ac213f72ffd 13 minutes ago 1.49GB 20:44:30 aa4171207285 13 minutes ago 1.49GB 20:44:30 security-proxy-auth-arm64 latest f9baaeecb933 13 minutes ago 18.3MB 20:44:30 9b1f0977e22b 14 minutes ago 1.47GB 20:44:30 security-spire-agent-arm64 latest 50b017ae847b 20 minutes ago 125MB 20:44:30 security-spire-config-arm64 latest b33f25dbe388 20 minutes ago 86.2MB 20:44:30 3165b0433fbd 20 minutes ago 1.35GB 20:44:30 83ec1a395e92 20 minutes ago 1.35GB 20:44:30 ci-base-image-arm64 latest 8623b036e862 36 minutes ago 866MB 20:44:30 alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB 20:44:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 6 weeks ago 648MB 20:44:30 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:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:44:31 20:44:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:44:32 arm64: Pulling from edgex-lftools-log-publisher 20:44:32 8998bd30e6a1: Pulling fs layer 20:44:32 04944245beec: Pulling fs layer 20:44:32 699f458cf7ca: Pulling fs layer 20:44:32 765212b225bb: Pulling fs layer 20:44:32 f23df028b6ca: Pulling fs layer 20:44:32 d65c8cfc05b1: Pulling fs layer 20:44:32 2437ff75d9bd: Pulling fs layer 20:44:32 f23df028b6ca: Waiting 20:44:32 d65c8cfc05b1: Waiting 20:44:32 2437ff75d9bd: Waiting 20:44:32 765212b225bb: Waiting 20:44:32 04944245beec: Verifying Checksum 20:44:32 04944245beec: Download complete 20:44:32 765212b225bb: Verifying Checksum 20:44:32 765212b225bb: Download complete 20:44:32 f23df028b6ca: Verifying Checksum 20:44:32 f23df028b6ca: Download complete 20:44:32 d65c8cfc05b1: Verifying Checksum 20:44:32 d65c8cfc05b1: Download complete 20:44:32 699f458cf7ca: Verifying Checksum 20:44:32 699f458cf7ca: Download complete 20:44:32 8998bd30e6a1: Verifying Checksum 20:44:32 8998bd30e6a1: Download complete 20:44:35 2437ff75d9bd: Verifying Checksum 20:44:35 2437ff75d9bd: Download complete 20:44:36 8998bd30e6a1: Pull complete 20:44:37 04944245beec: Pull complete 20:44:38 699f458cf7ca: Pull complete 20:44:38 765212b225bb: Pull complete 20:44:39 f23df028b6ca: Pull complete 20:44:39 d65c8cfc05b1: Pull complete 20:44:54 2437ff75d9bd: Pull complete 20:44:54 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:44:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:44:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:54 prd-ubuntu20.04-docker-arm64-4c-16g-9321 does not seem to be running inside a container 20:44:54 $ 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:44:57 $ docker top 880090bb9250b65bd453b81beb8c4d1f935152a985f20e380c9a7556ffbf584a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:58 ---> job-cost.sh 20:44:58 lf-activate-venv: SKIPPING 20:44:58 INFO: No Stack... 20:44:59 INFO: Retrieving Pricing Info for: v3-standard-4 20:44:59 INFO: Archiving Costs [Pipeline] sh 20:45:00 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:45:00 + cut -d, -f6 [Pipeline] lock 20:45:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] 20:45:00 Resource [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] did not exist. Created. 20:45:00 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:45:00 + echo total: 0.10999999940395355 [Pipeline] stash 20:45:00 Stashed 1 file(s) [Pipeline] } 20:45:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4524-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:45:01 $ docker stop --time=1 880090bb9250b65bd453b81beb8c4d1f935152a985f20e380c9a7556ffbf584a 20:45:02 $ docker rm -f --volumes 880090bb9250b65bd453b81beb8c4d1f935152a985f20e380c9a7556ffbf584a [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:45:03 provisioning config files... 20:45:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17826644357314018883tmp [Pipeline] { [Pipeline] sh 20:45:03 + set +x 20:45:03 + bash -s -- 20:45:03 + curl -s https://codecov.io/bash 20:45:03 20:45:03 _____ _ 20:45:03 / ____| | | 20:45:03 | | ___ __| | ___ ___ _____ __ 20:45:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:45:03 | |___| (_) | (_| | __/ (_| (_) \ V / 20:45:03 \_____\___/ \__,_|\___|\___\___/ \_/ 20:45:03 Bash-1.0.6 20:45:03 20:45:03 20:45:03 ==> git version 2.25.1 found 20:45:03 ==> 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:45:03 Release-Date: 2020-01-08 20:45:03 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:45:03 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:45:03 ==> Jenkins CI detected. 20:45:03 current dir:  /w/workspace/edgex-go/1 20:45:03 project root: . 20:45:03 --> token set from env 20:45:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:45:03 ==> Running gcov in . (disable via -X gcov) 20:45:03 ==> Python coveragepy not found 20:45:03 ==> Searching for coverage reports in: 20:45:03 + . 20:45:04 -> Found 1 reports 20:45:04 ==> Detecting git/mercurial file structure 20:45:04 ==> Reading reports 20:45:04 + ./coverage.out bytes=448247 20:45:04 ==> Appending adjustments 20:45:04 https://docs.codecov.io/docs/fixing-reports 20:45:05 + Found adjustments 20:45:05 ==> Gzipping contents 20:45:05 60K /tmp/codecov.QCiebL.gz 20:45:05 ==> Uploading reports 20:45:05 url: https://codecov.io 20:45:05 query: branch=PR-4524&commit=10d38c88c8fe0305019976539f89d3b6b7b47d7b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4524&job=&cmd_args= 20:45:05 -> Pinging Codecov 20:45:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4524&commit=10d38c88c8fe0305019976539f89d3b6b7b47d7b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4524%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4524&job=&cmd_args= 20:45:05 -> Uploading to 20:45:05 https://storage.googleapis.com/codecov/v4/raw/2023-04-21/00271124DB129430A58F1EEE437C3FCB/10d38c88c8fe0305019976539f89d3b6b7b47d7b/b33da7ee-ee94-4179-b9d9-68da4bd0c01e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T204505Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8f5924ce2ee80be5ef60094800b5b480a96dde0b38a93bfe1aff8693c322c04 20:45:05 % Total % Received % Xferd Average Speed Time Time Time Current 20:45:05 Dload Upload Total Spent Left Speed 20:45:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57528 0 0 100 57528 0 229k --:--:-- --:--:-- --:--:-- 229k 20:45:05 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/10d38c88c8fe0305019976539f89d3b6b7b47d7b [Pipeline] } 20:45:05 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:45:07 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:45:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:45:08 ---> package-listing.sh 20:45:08 ++ tr '[:upper:]' '[:lower:]' 20:45:08 ++ facter osfamily 20:45:08 + OS_FAMILY=debian 20:45:08 + workspace=/w/workspace/edgex-go/1 20:45:08 + START_PACKAGES=/tmp/packages_start.txt 20:45:08 + END_PACKAGES=/tmp/packages_end.txt 20:45:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:45:08 + PACKAGES=/tmp/packages_start.txt 20:45:08 + '[' /w/workspace/edgex-go/1 ']' 20:45:08 + PACKAGES=/tmp/packages_end.txt 20:45:08 + case "${OS_FAMILY}" in 20:45:08 + dpkg -l 20:45:08 + grep '^ii' 20:45:08 + '[' -f /tmp/packages_start.txt ']' 20:45:08 + '[' -f /tmp/packages_end.txt ']' 20:45:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:45:08 + '[' /w/workspace/edgex-go/1 ']' 20:45:08 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:45:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:45:08 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:45:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:09 20:45:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:45:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:10 latest: Pulling from edgex-lftools-log-publisher 20:45:10 5eb5b503b376: Pulling fs layer 20:45:10 5c69ac0246d0: Pulling fs layer 20:45:10 ec43610c2a17: Pulling fs layer 20:45:10 3a2ae6a8a46f: Pulling fs layer 20:45:10 33b1e0a273af: Pulling fs layer 20:45:10 5d3b04190fa2: Pulling fs layer 20:45:10 2f39f015ded8: Pulling fs layer 20:45:10 3a2ae6a8a46f: Waiting 20:45:10 2f39f015ded8: Waiting 20:45:10 33b1e0a273af: Waiting 20:45:10 5d3b04190fa2: Waiting 20:45:10 5c69ac0246d0: Download complete 20:45:10 3a2ae6a8a46f: Verifying Checksum 20:45:10 3a2ae6a8a46f: Download complete 20:45:10 33b1e0a273af: Verifying Checksum 20:45:10 33b1e0a273af: Download complete 20:45:10 5d3b04190fa2: Verifying Checksum 20:45:10 5d3b04190fa2: Download complete 20:45:10 ec43610c2a17: Verifying Checksum 20:45:10 ec43610c2a17: Download complete 20:45:10 5eb5b503b376: Verifying Checksum 20:45:10 5eb5b503b376: Download complete 20:45:10 2f39f015ded8: Download complete 20:45:11 5eb5b503b376: Pull complete 20:45:11 5c69ac0246d0: Pull complete 20:45:11 ec43610c2a17: Pull complete 20:45:12 3a2ae6a8a46f: Pull complete 20:45:12 33b1e0a273af: Pull complete 20:45:12 5d3b04190fa2: Pull complete 20:45:16 2f39f015ded8: Pull complete 20:45:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:45:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:45:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:45:16 prd-ubuntu20.04-docker-8c-8g-9318 does not seem to be running inside a container 20:45:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:45:21 $ docker top 1615a7d3d1339d2bc25653b30a9071ec922b748b3844d4c3c6d2dcacae28a1e9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:21 + touch /tmp/pre-build-complete [Pipeline] sh 20:45:22 + mkdir -p /var/log/sysstat [Pipeline] sh 20:45:22 + ls /var/log/sa-host 20:45:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:45:22 provisioning config files... 20:45:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11175081506529038501tmp [Pipeline] { [Pipeline] echo 20:45:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:45:23 ---> create-netrc.sh [Pipeline] } 20:45:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:45:23 ---> python-tools-install.sh [Pipeline] echo 20:45:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:45:23 ---> sudo-logs.sh 20:45:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:45:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:45:24 ---> job-cost.sh 20:45:24 lf-activate-venv: SKIPPING 20:45:24 DEBUG: total: 0.10999999940395355 20:45:24 INFO: Retrieving Stack Cost... 20:45:24 INFO: Retrieving Pricing Info for: v3-standard-8 20:45:25 INFO: Archiving Costs [Pipeline] echo 20:45:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:45:25 ---> logs-deploy.sh 20:45:25 lf-activate-venv: SKIPPING 20:45:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4524/1 20:45:25 INFO: archiving workspace using pattern(s): 20:45:26 Archives upload complete. 20:45:26 INFO: archiving logs to Nexus 20:45:27 ---> uname -a: 20:45:27 Linux prd-ubuntu20-04-docker-8c-8g-9318 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:45:27 20:45:27 20:45:27 ---> lscpu: 20:45:27 Architecture: x86_64 20:45:27 CPU op-mode(s): 32-bit, 64-bit 20:45:27 Byte Order: Little Endian 20:45:27 Address sizes: 40 bits physical, 48 bits virtual 20:45:27 CPU(s): 8 20:45:27 On-line CPU(s) list: 0-7 20:45:27 Thread(s) per core: 1 20:45:27 Core(s) per socket: 1 20:45:27 Socket(s): 8 20:45:27 NUMA node(s): 1 20:45:27 Vendor ID: AuthenticAMD 20:45:27 CPU family: 23 20:45:27 Model: 49 20:45:27 Model name: AMD EPYC-Rome Processor 20:45:27 Stepping: 0 20:45:27 CPU MHz: 2799.940 20:45:27 BogoMIPS: 5599.88 20:45:27 Virtualization: AMD-V 20:45:27 Hypervisor vendor: KVM 20:45:27 Virtualization type: full 20:45:27 L1d cache: 256 KiB 20:45:27 L1i cache: 256 KiB 20:45:27 L2 cache: 4 MiB 20:45:27 L3 cache: 128 MiB 20:45:27 NUMA node0 CPU(s): 0-7 20:45:27 Vulnerability Itlb multihit: Not affected 20:45:27 Vulnerability L1tf: Not affected 20:45:27 Vulnerability Mds: Not affected 20:45:27 Vulnerability Meltdown: Not affected 20:45:27 Vulnerability Mmio stale data: Not affected 20:45:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:45:27 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:45:27 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:45:27 Vulnerability Srbds: Not affected 20:45:27 Vulnerability Tsx async abort: Not affected 20:45:27 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:45:27 20:45:27 20:45:27 ---> nproc: 20:45:27 8 20:45:27 20:45:27 20:45:27 ---> df -h: 20:45:27 Filesystem Size Used Avail Use% Mounted on 20:45:27 overlay 155G 19G 137G 12% / 20:45:27 tmpfs 64M 0 64M 0% /dev 20:45:27 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:45:27 shm 64M 0 64M 0% /dev/shm 20:45:27 /dev/vda1 155G 19G 137G 12% /facter-os 20:45:27 20:45:27 20:45:27 ---> sar -b -r -n DEV: 20:45:27 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9318) 04/21/23 _x86_64_ (8 CPU) 20:45:27 20:45:27 20:01:29 LINUX RESTART (8 CPU) 20:45:27 20:45:27 20:02:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:45:27 20:03:01 114.86 15.59 99.27 0.00 1961.43 54144.72 0.00 20:45:27 20:04:01 58.31 0.07 58.25 0.00 10.66 27412.73 0.00 20:45:27 20:05:01 25.75 0.23 25.51 0.00 3.07 11794.72 0.00 20:45:27 20:06:01 92.97 0.03 92.93 0.00 1.07 60072.65 0.00 20:45:27 20:07:01 441.99 13.65 428.35 0.00 2154.57 138329.75 0.00 20:45:27 20:08:01 402.98 8.78 394.20 0.00 3367.28 193192.14 0.00 20:45:27 20:09:01 742.61 0.10 742.51 0.00 16.53 205401.97 0.00 20:45:27 20:10:01 531.68 1.32 530.36 0.00 24.66 197109.42 0.00 20:45:27 20:11:01 649.03 0.12 648.91 0.00 5.73 77435.63 0.00 20:45:27 20:12:01 4.08 0.00 4.08 0.00 0.00 58.12 0.00 20:45:27 20:13:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 20:45:27 20:14:01 1.98 0.00 1.98 0.00 0.00 22.26 0.00 20:45:27 20:15:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 20:45:27 20:16:01 1.98 0.00 1.98 0.00 0.00 22.79 0.00 20:45:27 20:17:01 1.98 0.03 1.95 0.00 0.27 22.66 0.00 20:45:27 20:18:01 1.75 0.00 1.75 0.00 0.00 20.26 0.00 20:45:27 20:19:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 20:45:27 20:20:01 1.32 0.00 1.32 0.00 0.00 16.79 0.00 20:45:27 20:21:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 20:45:27 20:22:01 1.70 0.00 1.70 0.00 0.00 19.99 0.00 20:45:27 20:23:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 20:45:27 20:24:01 0.78 0.00 0.78 0.00 0.00 10.40 0.00 20:45:27 20:25:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 20:45:27 20:26:01 0.93 0.00 0.93 0.00 0.00 12.13 0.00 20:45:27 20:27:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 20:45:27 20:28:01 2.47 0.18 2.28 0.00 18.53 27.86 0.00 20:45:27 20:29:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 20:45:27 20:30:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 20:45:27 20:31:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 20:45:27 20:32:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 20:45:27 20:33:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 20:45:27 20:34:01 1.83 0.00 1.83 0.00 0.00 20.66 0.00 20:45:27 20:35:01 0.90 0.00 0.90 0.00 0.00 11.06 0.00 20:45:27 20:36:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 20:45:27 20:37:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 20:45:27 20:38:01 0.97 0.00 0.97 0.00 0.00 12.66 0.00 20:45:27 20:39:01 3.13 1.58 1.55 0.00 36.26 18.80 0.00 20:45:27 20:40:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 20:45:27 20:41:02 1.05 0.00 1.05 0.00 0.00 12.53 0.00 20:45:27 20:42:01 1.47 0.00 1.47 0.00 0.00 17.22 0.00 20:45:27 20:43:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 20:45:27 20:44:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 20:45:27 20:45:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 20:45:27 Average: 72.34 0.96 71.37 0.00 176.13 22450.74 0.00 20:45:27 20:45:27 20:02:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:45:27 20:03:01 28431952 31603592 701248 2.13 92428 3316436 1894956 5.58 1089880 2952756 219992 20:45:27 20:04:01 27676460 31329016 973152 2.96 113584 3727504 2432872 7.17 1738772 3005504 328800 20:45:27 20:05:01 27691188 31497676 801992 2.44 117272 3854792 2038440 6.01 1413740 3294856 381924 20:45:27 20:06:01 26185968 31550388 749984 2.28 119684 5382148 1825936 5.38 1557648 4623684 1101328 20:45:27 20:07:01 22132304 31502284 777552 2.36 288404 8857612 1981200 5.84 2193508 7654520 991196 20:45:27 20:08:01 20224344 30821780 1432588 4.36 301088 10065604 3524644 10.39 3189460 8529388 416060 20:45:27 20:09:01 20150932 31423732 843820 2.57 311816 10735568 2352932 6.93 2331640 9481052 248068 20:45:27 20:10:01 17557648 31277100 983944 2.99 346860 13011940 2506512 7.39 2679688 11587764 456992 20:45:27 20:11:01 19955352 31532376 739784 2.25 362032 10928724 1921832 5.66 2363704 9591628 608 20:45:27 20:12:01 19955712 31532860 738956 2.25 362092 10928696 1921832 5.66 2363320 9591608 20 20:45:27 20:13:01 19957176 31534356 737416 2.24 362100 10928708 1921832 5.66 2362492 9591612 12 20:45:27 20:14:01 19966604 31543844 728008 2.21 362160 10928708 1921832 5.66 2353368 9591612 8 20:45:27 20:15:01 19968108 31545412 726412 2.21 362220 10928712 1921832 5.66 2352008 9591616 8 20:45:27 20:16:01 19974132 31551772 720348 2.19 362260 10928716 1921832 5.66 2346228 9591912 8 20:45:27 20:17:01 19972056 31549848 722136 2.20 362312 10928708 1900328 5.60 2345848 9592012 16 20:45:27 20:18:01 19972944 31550812 721468 2.19 362332 10928720 1900328 5.60 2346152 9592016 12 20:45:27 20:19:01 19972580 31550468 721728 2.19 362352 10928720 1900328 5.60 2346116 9592016 4 20:45:27 20:20:01 19972856 31550768 721376 2.19 362356 10928728 1900328 5.60 2346168 9592024 48 20:45:27 20:21:01 19973060 31550992 721092 2.19 362368 10928732 1900328 5.60 2346180 9592028 8 20:45:27 20:22:01 19973280 31551220 720788 2.19 362396 10928728 1900328 5.60 2345892 9592032 144 20:45:27 20:23:01 19973192 31551180 720748 2.19 362416 10928740 1900328 5.60 2346004 9592036 8 20:45:27 20:24:01 19972884 31550880 720972 2.19 362424 10928740 1900328 5.60 2345960 9592036 180 20:45:27 20:25:01 19972584 31550728 721064 2.19 362440 10928872 1900328 5.60 2345976 9592168 8 20:45:27 20:26:01 19972504 31550668 721064 2.19 362452 10928876 1900328 5.60 2345988 9592172 144 20:45:27 20:27:01 19972740 31550916 720756 2.19 362468 10928872 1900328 5.60 2346060 9592172 12 20:45:27 20:28:01 19972684 31551632 720208 2.19 362488 10929440 1885072 5.56 2346124 9592684 92 20:45:27 20:29:01 19973212 31552164 719616 2.19 362492 10929440 1885072 5.56 2346128 9592684 8 20:45:27 20:30:01 19972912 31551896 719828 2.19 362516 10929444 1885072 5.56 2346156 9592688 144 20:45:27 20:31:01 19973328 31552348 719780 2.19 362548 10929448 1885072 5.56 2346188 9592692 24 20:45:27 20:32:01 19972728 31551764 720276 2.19 362576 10929448 1885072 5.56 2346616 9592692 72 20:45:27 20:33:01 19972744 31551816 720216 2.19 362600 10929452 1885072 5.56 2346236 9592696 8 20:45:27 20:34:01 19972924 31552048 719916 2.19 362648 10929452 1885072 5.56 2346612 9592696 196 20:45:27 20:35:01 19972828 31551960 719944 2.19 362648 10929456 1885072 5.56 2346624 9592700 184 20:45:27 20:36:01 19972804 31551956 719884 2.19 362660 10929464 1885072 5.56 2346652 9592704 220 20:45:27 20:37:01 19972828 31551984 719852 2.19 362676 10929452 1885072 5.56 2346288 9592704 8 20:45:27 20:38:01 19972960 31552148 719572 2.19 362684 10929472 1885072 5.56 2346712 9592712 300 20:45:27 20:39:01 19958772 31540100 731540 2.22 362736 10930556 1885072 5.56 2360648 9593004 156 20:45:27 20:40:01 19959336 31540608 731244 2.22 362756 10930560 1885072 5.56 2360000 9593008 44 20:45:27 20:41:02 19959572 31540852 730976 2.22 362756 10930564 1885072 5.56 2359928 9593012 8 20:45:27 20:42:01 19959168 31540476 731336 2.22 362780 10930564 1885072 5.56 2360352 9593012 252 20:45:27 20:43:01 19958972 31540284 731520 2.22 362800 10930560 1885072 5.56 2360096 9593016 20 20:45:27 20:44:01 19958584 31539932 731780 2.23 362816 10930568 1885072 5.56 2360416 9593016 204 20:45:27 20:45:01 19958648 31540004 731696 2.23 362828 10930572 1885072 5.56 2360068 9593020 12 20:45:27 Average: 20673106 31515317 758781 2.31 334380 10266935 1974963 5.82 2290085 8996813 96455 20:45:27 20:45:27 20:02:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:45:27 20:03:01 ens3 1525.62 1485.22 12379.86 167.61 0.00 0.00 0.00 0.00 20:45:27 20:03:01 lo 4.95 4.95 0.48 0.48 0.00 0.00 0.00 0.00 20:45:27 20:03:01 docker0 651.36 611.88 46.07 3488.84 0.00 0.00 0.00 0.00 20:45:27 20:04:01 ens3 46.60 42.25 37.75 84.86 0.00 0.00 0.00 0.00 20:45:27 20:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:04:01 vethe6e5872 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 20:45:27 20:04:01 docker0 0.08 0.15 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:05:01 ens3 30.96 19.00 25.86 13.96 0.00 0.00 0.00 0.00 20:45:27 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:05:01 vethe6e5872 0.95 0.97 0.08 0.08 0.00 0.00 0.00 0.00 20:45:27 20:05:01 docker0 0.95 0.95 0.07 0.08 0.00 0.00 0.00 0.00 20:45:27 20:06:01 ens3 92.13 55.89 1695.41 18.24 0.00 0.00 0.00 0.00 20:45:27 20:06:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:45:27 20:06:01 vethe9b8443 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:06:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:07:01 ens3 970.44 515.25 6898.98 53.56 0.00 0.00 0.00 0.00 20:45:27 20:07:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 20:45:27 20:07:01 vethe9b8443 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:07:01 docker0 489.82 926.98 40.65 6313.69 0.00 0.00 0.00 0.00 20:45:27 20:08:01 veth289be86 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:08:01 ens3 107.60 49.77 1545.75 12.09 0.00 0.00 0.00 0.00 20:45:27 20:08:01 veth49dba69 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:08:01 veth399f5da 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:08:01 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 20:45:27 20:08:01 veth7c15025 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:08:01 vethe9b8443 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:08:01 docker0 3.40 7.88 0.22 91.88 0.00 0.00 0.00 0.00 20:45:27 20:09:01 vethdd62f33 10.28 14.73 0.99 5.88 0.00 0.00 0.00 0.00 20:45:27 20:09:01 ens3 140.35 91.85 506.56 25.69 0.00 0.00 0.00 0.00 20:45:27 20:09:01 veth354b784 32.65 46.04 3.12 17.08 0.00 0.00 0.00 0.00 20:45:27 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:09:01 vethe9b8443 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 20:45:27 20:09:01 veth0c4d028 0.00 0.30 0.00 0.02 0.00 0.00 0.00 0.00 20:45:27 20:09:01 docker0 59.90 95.99 4.61 471.27 0.00 0.00 0.00 0.00 20:45:27 20:10:01 ens3 369.37 215.43 2428.11 114.50 0.00 0.00 0.00 0.00 20:45:27 20:10:01 vethbda77ac 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:10:01 vethe9b8443 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:10:01 vethc61f974 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:45:27 20:10:01 docker0 171.24 319.95 13.13 2398.41 0.00 0.00 0.00 0.00 20:45:27 20:11:01 ens3 80.00 69.11 210.36 139.66 0.00 0.00 0.00 0.00 20:45:27 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:11:01 docker0 6.40 14.73 0.41 180.32 0.00 0.00 0.00 0.00 20:45:27 20:12:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:45:27 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:14:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:17:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:45:27 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:18:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:19:01 ens3 0.10 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:20:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:22:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:45:27 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:23:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:24:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:26:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:27:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:45:27 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:28:01 ens3 0.32 0.35 0.11 0.04 0.00 0.00 0.00 0.00 20:45:27 20:28:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 20:45:27 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:29:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:30:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:32:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:45:27 20:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:33:01 ens3 0.32 0.23 0.31 0.02 0.00 0.00 0.00 0.00 20:45:27 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:35:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:36:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:37:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:45:27 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:38:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:39:01 ens3 7.85 6.47 5.33 6.21 0.00 0.00 0.00 0.00 20:45:27 20:39:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:40:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:41:02 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:42:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:43:01 ens3 0.63 0.55 0.33 0.28 0.00 0.00 0.00 0.00 20:45:27 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:45:27 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:45:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:45:27 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:45:27 Average: ens3 77.98 58.86 594.14 14.77 0.00 0.00 0.00 0.00 20:45:27 Average: lo 0.25 0.25 0.02 0.02 0.00 0.00 0.00 0.00 20:45:27 Average: docker0 31.94 45.81 2.43 299.91 0.00 0.00 0.00 0.00 20:45:27 20:45:27 20:45:27 ---> sar -P ALL: 20:45:27 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9318) 04/21/23 _x86_64_ (8 CPU) 20:45:27 20:45:27 20:01:29 LINUX RESTART (8 CPU) 20:45:27 20:45:27 20:02:02 CPU %user %nice %system %iowait %steal %idle 20:45:27 20:03:01 all 10.45 0.00 4.06 3.12 0.07 82.30 20:45:27 20:03:01 0 8.81 0.00 3.52 4.04 0.07 83.56 20:45:27 20:03:01 1 10.87 0.00 3.49 0.75 0.07 84.81 20:45:27 20:03:01 2 10.09 0.00 2.98 0.05 0.05 86.83 20:45:27 20:03:01 3 13.75 0.00 5.23 7.59 0.10 73.34 20:45:27 20:03:01 4 9.24 0.00 3.55 9.87 0.07 77.28 20:45:27 20:03:01 5 8.87 0.00 3.81 0.19 0.05 87.08 20:45:27 20:03:01 6 8.38 0.00 5.59 0.07 0.07 85.89 20:45:27 20:03:01 7 13.61 0.00 4.31 2.40 0.10 79.57 20:45:27 20:04:01 all 26.88 0.00 5.32 1.40 0.09 66.31 20:45:27 20:04:01 0 26.29 0.00 4.74 0.00 0.08 68.88 20:45:27 20:04:01 1 25.44 0.00 5.59 6.52 0.08 62.37 20:45:27 20:04:01 2 26.18 0.00 5.56 0.55 0.08 67.62 20:45:27 20:04:01 3 26.83 0.00 6.00 2.99 0.08 64.10 20:45:27 20:04:01 4 26.54 0.00 4.62 0.12 0.08 68.64 20:45:27 20:04:01 5 26.73 0.00 6.06 0.81 0.12 66.29 20:45:27 20:04:01 6 28.47 0.00 4.87 0.20 0.08 66.38 20:45:27 20:04:01 7 28.56 0.00 5.08 0.00 0.12 66.24 20:45:27 20:05:01 all 42.42 0.00 6.26 0.48 0.12 50.73 20:45:27 20:05:01 0 42.51 0.00 6.04 0.17 0.12 51.17 20:45:27 20:05:01 1 41.37 0.00 6.09 0.02 0.10 52.42 20:45:27 20:05:01 2 41.80 0.00 6.26 0.07 0.12 51.75 20:45:27 20:05:01 3 42.21 0.00 6.53 3.30 0.10 47.86 20:45:27 20:05:01 4 41.67 0.00 6.31 0.00 0.12 51.90 20:45:27 20:05:01 5 43.31 0.00 6.06 0.17 0.13 50.34 20:45:27 20:05:01 6 42.94 0.00 6.24 0.05 0.12 50.66 20:45:27 20:05:01 7 43.51 0.00 6.55 0.07 0.12 49.75 20:45:27 20:06:01 all 17.75 0.00 7.46 3.19 0.08 71.50 20:45:27 20:06:01 0 17.82 0.00 7.46 0.49 0.10 74.13 20:45:27 20:06:01 1 17.84 0.00 8.14 0.61 0.09 73.33 20:45:27 20:06:01 2 17.81 0.00 7.16 0.46 0.08 74.49 20:45:27 20:06:01 3 16.11 0.00 6.49 7.83 0.07 69.50 20:45:27 20:06:01 4 19.14 0.00 7.35 0.00 0.07 73.44 20:45:27 20:06:01 5 17.25 0.00 7.61 10.24 0.09 64.81 20:45:27 20:06:01 6 19.07 0.00 9.19 5.93 0.08 65.74 20:45:27 20:06:01 7 16.99 0.00 6.32 0.03 0.09 76.57 20:45:27 20:07:01 all 11.14 0.00 5.80 15.40 0.07 67.59 20:45:27 20:07:01 0 11.29 0.00 4.89 9.22 0.05 74.55 20:45:27 20:07:01 1 10.64 0.00 6.12 12.99 0.07 70.18 20:45:27 20:07:01 2 11.84 0.00 5.29 8.68 0.05 74.14 20:45:27 20:07:01 3 11.07 0.00 6.73 32.49 0.10 49.61 20:45:27 20:07:01 4 11.39 0.00 5.59 10.69 0.08 72.25 20:45:27 20:07:01 5 11.24 0.00 5.75 21.91 0.07 61.04 20:45:27 20:07:01 6 11.36 0.00 4.81 6.94 0.07 76.82 20:45:27 20:07:01 7 10.29 0.00 7.20 20.43 0.08 61.99 20:45:27 20:08:01 all 39.30 0.00 11.06 13.58 0.15 35.92 20:45:27 20:08:01 0 39.77 0.00 12.58 23.41 0.12 24.12 20:45:27 20:08:01 1 39.90 0.00 10.95 5.22 0.12 43.82 20:45:27 20:08:01 2 38.66 0.00 9.18 28.19 0.17 23.79 20:45:27 20:08:01 3 39.71 0.00 11.36 14.15 0.15 34.63 20:45:27 20:08:01 4 39.57 0.00 10.15 4.18 0.14 45.95 20:45:27 20:08:01 5 39.30 0.00 11.55 6.17 0.22 42.76 20:45:27 20:08:01 6 39.47 0.00 11.34 10.45 0.12 38.62 20:45:27 20:08:01 7 37.94 0.00 11.34 17.55 0.14 33.03 20:45:27 20:09:01 all 39.78 0.00 11.38 15.95 0.17 32.72 20:45:27 20:09:01 0 40.01 0.00 12.25 29.03 0.17 18.53 20:45:27 20:09:01 1 41.10 0.00 10.08 18.39 0.15 30.27 20:45:27 20:09:01 2 40.57 0.00 13.33 10.70 0.19 35.20 20:45:27 20:09:01 3 39.41 0.00 10.64 11.70 0.17 38.08 20:45:27 20:09:01 4 39.49 0.00 9.95 15.65 0.19 34.72 20:45:27 20:09:01 5 39.90 0.00 12.53 11.22 0.14 36.20 20:45:27 20:09:01 6 39.38 0.00 11.73 11.63 0.16 37.11 20:45:27 20:09:01 7 38.38 0.00 10.50 19.32 0.16 31.65 20:45:27 20:10:01 all 34.65 0.00 12.63 23.07 0.39 29.25 20:45:27 20:10:01 0 34.87 0.00 14.00 23.67 0.27 27.19 20:45:27 20:10:01 1 35.14 0.00 13.94 27.59 0.54 22.79 20:45:27 20:10:01 2 37.20 0.00 13.19 20.33 0.47 28.81 20:45:27 20:10:01 3 33.07 0.00 10.61 23.19 0.24 32.89 20:45:27 20:10:01 4 33.79 0.00 10.46 23.80 0.67 31.28 20:45:27 20:10:01 5 35.30 0.00 14.26 27.68 0.32 22.44 20:45:27 20:10:01 6 31.89 0.00 11.91 18.28 0.21 37.71 20:45:27 20:10:01 7 36.05 0.00 12.77 20.18 0.40 30.61 20:45:27 20:11:01 all 30.28 0.00 7.24 6.86 0.19 55.43 20:45:27 20:11:01 0 30.82 0.00 8.34 4.58 0.14 56.12 20:45:27 20:11:01 1 31.63 0.00 7.52 13.82 0.22 46.82 20:45:27 20:11:01 2 31.19 0.00 7.64 4.38 0.14 56.66 20:45:27 20:11:01 3 28.16 0.00 6.27 9.98 0.19 55.40 20:45:27 20:11:01 4 26.85 0.00 6.67 4.07 0.24 62.18 20:45:27 20:11:01 5 31.44 0.00 7.71 5.63 0.17 55.05 20:45:27 20:11:01 6 29.89 0.00 6.26 4.08 0.17 59.61 20:45:27 20:11:01 7 32.23 0.00 7.54 8.32 0.24 51.67 20:45:27 20:12:01 all 0.02 0.00 0.01 0.01 0.00 99.95 20:45:27 20:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:45:27 20:12:01 2 0.05 0.00 0.02 0.08 0.00 99.85 20:45:27 20:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:45:27 20:12:01 4 0.00 0.00 0.00 0.02 0.02 99.97 20:45:27 20:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:12:01 7 0.03 0.00 0.02 0.02 0.00 99.93 20:45:27 20:13:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:45:27 20:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:45:27 20:13:01 3 0.02 0.00 0.02 0.02 0.00 99.95 20:45:27 20:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:45:27 20:13:01 CPU %user %nice %system %iowait %steal %idle 20:45:27 20:14:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:45:27 20:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:45:27 20:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:14:01 2 0.03 0.00 0.03 0.12 0.02 99.80 20:45:27 20:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:15:01 all 0.08 0.00 0.01 0.01 0.00 99.90 20:45:27 20:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:15:01 2 0.07 0.00 0.07 0.05 0.00 99.82 20:45:27 20:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:15:01 7 0.52 0.00 0.02 0.00 0.02 99.45 20:45:27 20:16:01 all 0.27 0.00 0.01 0.00 0.00 99.72 20:45:27 20:16:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:16:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:45:27 20:16:01 2 0.03 0.00 0.02 0.03 0.02 99.90 20:45:27 20:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:16:01 7 1.97 0.00 0.00 0.00 0.00 98.03 20:45:27 20:17:01 all 0.18 0.00 0.02 0.01 0.00 99.78 20:45:27 20:17:01 0 0.05 0.00 0.07 0.00 0.02 99.87 20:45:27 20:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:17:01 2 0.02 0.00 0.02 0.03 0.00 99.93 20:45:27 20:17:01 3 0.00 0.00 0.03 0.00 0.00 99.97 20:45:27 20:17:01 4 0.00 0.00 0.03 0.00 0.00 99.97 20:45:27 20:17:01 5 0.03 0.00 0.03 0.02 0.02 99.90 20:45:27 20:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:17:01 7 1.31 0.00 0.00 0.00 0.00 98.69 20:45:27 20:18:01 all 0.02 0.00 0.01 0.01 0.00 99.97 20:45:27 20:18:01 0 0.03 0.00 0.03 0.02 0.00 99.92 20:45:27 20:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:18:01 2 0.03 0.00 0.00 0.03 0.00 99.93 20:45:27 20:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:45:27 20:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:18:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:19:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:45:27 20:19:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:45:27 20:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:19:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:20:01 all 0.03 0.00 0.01 0.00 0.01 99.96 20:45:27 20:20:01 0 0.12 0.00 0.02 0.00 0.02 99.85 20:45:27 20:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:45:27 20:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:45:27 20:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:45:27 20:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:20:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:45:27 20:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:21:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:45:27 20:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:45:27 20:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:21:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:21:01 3 0.03 0.00 0.00 0.00 0.02 99.95 20:45:27 20:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:22:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:45:27 20:22:01 0 0.05 0.00 0.05 0.00 0.02 99.88 20:45:27 20:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:22:01 2 0.02 0.00 0.02 0.03 0.00 99.93 20:45:27 20:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:22:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:23:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:45:27 20:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:45:27 20:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:23:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:45:27 20:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:45:27 20:24:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:45:27 20:24:01 0 0.03 0.00 0.00 0.00 0.02 99.95 20:45:27 20:24:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:24:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:45:27 20:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:45:27 20:24:01 CPU %user %nice %system %iowait %steal %idle 20:45:27 20:25:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:45:27 20:25:01 0 0.07 0.00 0.02 0.00 0.00 99.92 20:45:27 20:25:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:45:27 20:25:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:45:27 20:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:25:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:45:27 20:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:26:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:45:27 20:26:01 0 0.05 0.00 0.02 0.02 0.02 99.90 20:45:27 20:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:45:27 20:26:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:45:27 20:26:01 3 0.05 0.00 0.02 0.00 0.00 99.93 20:45:27 20:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:27:01 all 0.16 0.00 0.01 0.00 0.00 99.83 20:45:27 20:27:01 0 0.03 0.00 0.05 0.02 0.00 99.90 20:45:27 20:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:45:27 20:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:27:01 7 1.17 0.00 0.00 0.00 0.00 98.83 20:45:27 20:28:01 all 0.35 0.00 0.10 0.00 0.00 99.54 20:45:27 20:28:01 0 0.07 0.00 0.17 0.00 0.02 99.75 20:45:27 20:28:01 1 0.08 0.00 0.07 0.00 0.00 99.85 20:45:27 20:28:01 2 0.03 0.00 0.07 0.02 0.00 99.88 20:45:27 20:28:01 3 0.65 0.00 0.28 0.00 0.00 99.07 20:45:27 20:28:01 4 0.02 0.00 0.07 0.00 0.00 99.92 20:45:27 20:28:01 5 0.07 0.00 0.02 0.02 0.00 99.90 20:45:27 20:28:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:45:27 20:28:01 7 1.87 0.00 0.08 0.00 0.00 98.05 20:45:27 20:29:01 all 0.02 0.00 0.00 0.00 0.01 99.97 20:45:27 20:29:01 0 0.05 0.00 0.02 0.02 0.02 99.90 20:45:27 20:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:29:01 3 0.05 0.00 0.02 0.00 0.00 99.93 20:45:27 20:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:45:27 20:29:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:45:27 20:30:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:45:27 20:30:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:45:27 20:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:30:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:45:27 20:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:45:27 20:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:45:27 20:31:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:45:27 20:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:31:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:32:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:45:27 20:32:01 0 0.03 0.00 0.03 0.02 0.02 99.90 20:45:27 20:32:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:32:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:45:27 20:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:32:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:45:27 20:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:33:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:45:27 20:33:01 0 0.05 0.00 0.05 0.00 0.02 99.88 20:45:27 20:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:33:01 2 0.02 0.00 0.00 0.03 0.00 99.95 20:45:27 20:33:01 3 0.05 0.00 0.00 0.00 0.00 99.95 20:45:27 20:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:34:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:45:27 20:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 20:45:27 20:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:34:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:45:27 20:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:34:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:45:27 20:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:35:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:45:27 20:35:01 0 0.03 0.00 0.02 0.02 0.02 99.92 20:45:27 20:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:45:27 20:35:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:45:27 20:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:45:27 20:35:01 CPU %user %nice %system %iowait %steal %idle 20:45:27 20:36:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:45:27 20:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:45:27 20:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:36:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:45:27 20:37:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:45:27 20:37:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:45:27 20:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:45:27 20:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:37:01 3 0.07 0.00 0.02 0.00 0.00 99.92 20:45:27 20:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:37:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:45:27 20:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:38:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:45:27 20:38:01 0 0.03 0.00 0.07 0.00 0.00 99.90 20:45:27 20:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:45:27 20:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:39:01 all 0.28 0.00 0.03 0.01 0.00 99.67 20:45:27 20:39:01 0 0.18 0.00 0.03 0.00 0.02 99.77 20:45:27 20:39:01 1 0.30 0.00 0.10 0.02 0.00 99.58 20:45:27 20:39:01 2 0.63 0.00 0.03 0.02 0.00 99.32 20:45:27 20:39:01 3 0.25 0.00 0.03 0.00 0.00 99.72 20:45:27 20:39:01 4 0.53 0.00 0.03 0.00 0.00 99.43 20:45:27 20:39:01 5 0.03 0.00 0.00 0.03 0.02 99.92 20:45:27 20:39:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:45:27 20:39:01 7 0.28 0.00 0.02 0.00 0.00 99.70 20:45:27 20:40:01 all 0.00 0.00 0.01 0.01 0.00 99.98 20:45:27 20:40:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:45:27 20:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:40:01 2 0.02 0.00 0.00 0.03 0.00 99.95 20:45:27 20:40:01 3 0.00 0.00 0.05 0.00 0.00 99.95 20:45:27 20:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:40:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:45:27 20:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:41:02 all 0.01 0.00 0.01 0.00 0.00 99.97 20:45:27 20:41:02 0 0.03 0.00 0.05 0.00 0.00 99.92 20:45:27 20:41:02 1 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:41:02 2 0.00 0.00 0.00 0.00 0.02 99.98 20:45:27 20:41:02 3 0.02 0.00 0.00 0.00 0.02 99.97 20:45:27 20:41:02 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:41:02 5 0.03 0.00 0.02 0.02 0.00 99.93 20:45:27 20:41:02 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:41:02 7 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:45:27 20:42:01 0 0.02 0.00 0.05 0.00 0.02 99.92 20:45:27 20:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:42:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:45:27 20:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:42:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:45:27 20:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:42:01 7 0.14 0.00 0.02 0.00 0.00 99.85 20:45:27 20:43:01 all 0.27 0.00 0.01 0.01 0.00 99.70 20:45:27 20:43:01 0 0.05 0.00 0.05 0.02 0.00 99.88 20:45:27 20:43:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:45:27 20:43:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:45:27 20:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:43:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:45:27 20:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:43:01 7 2.00 0.00 0.00 0.00 0.02 97.98 20:45:27 20:44:01 all 0.26 0.00 0.01 0.00 0.00 99.73 20:45:27 20:44:01 0 0.03 0.00 0.05 0.00 0.02 99.90 20:45:27 20:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:44:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:45:27 20:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:45:27 20:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:45:27 20:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:44:01 7 1.97 0.00 0.00 0.00 0.00 98.03 20:45:27 20:45:01 all 0.19 0.00 0.02 0.00 0.00 99.79 20:45:27 20:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:45:27 20:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:45:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:45:27 20:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:45:27 20:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:45:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:45:27 20:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:45:27 20:45:01 7 1.39 0.00 0.08 0.00 0.00 98.53 20:45:27 Average: all 5.83 0.00 1.63 1.89 0.03 90.61 20:45:27 Average: 0 5.79 0.00 1.71 2.14 0.03 90.34 20:45:27 Average: 1 5.85 0.00 1.66 1.96 0.03 90.50 20:45:27 Average: 2 5.84 0.00 1.61 1.67 0.03 90.84 20:45:27 Average: 3 5.77 0.00 1.62 2.59 0.03 90.00 20:45:27 Average: 4 5.69 0.00 1.48 1.55 0.04 91.24 20:45:27 Average: 5 5.81 0.00 1.72 1.91 0.03 90.53 20:45:27 Average: 6 5.74 0.00 1.64 1.31 0.02 91.29 20:45:27 Average: 7 6.17 0.00 1.63 2.00 0.03 90.16 20:45:27 20:45:27 20:45:27